Commit Graph

148 Commits

Author SHA1 Message Date
Marc Alexander
4e6567c20a Removed number in latest bots title 2011-07-24 21:42:22 +02:00
Marc Alexander
88b076439c Modified module title to "Attachments" as suggested by wang555 2011-07-22 18:31:02 +02:00
Marc Alexander
190ac7075e Fixed 2 small errors in calendar language file 2011-06-06 14:50:38 +02:00
Marc Alexander
215868acfd Replaced German language vars with English ones 2011-06-05 10:35:13 +02:00
Marc Alexander
9bb57606b3 Added "open links in new window" to main menu and links module
Added cache destroy when for portal_modules when installing portal
2011-05-11 14:09:33 +02:00
Marc Alexander
8946ead961 Removed useless unlink()
Added missing delete for old data when converting & missing vars
Added missing language variables to English language files
2011-05-10 22:15:47 +02:00
Marc Alexander
166465b8c2 Added feature to open external event links in a new window
Fixed latest bots block
Fixed missing whois_online legend
2011-04-25 17:54:21 +02:00
Marc Alexander
a3c23052bf Added check to prevent adding a module more than once
Few small bugfixes
2011-04-23 18:48:56 +02:00
Marc Alexander
7f16a3f2ac Rewrote basic uploader for module zips 2011-04-09 22:31:11 +02:00
Marc Alexander
b17a77d152 Remove php closing tag 2011-04-07 13:14:48 +02:00
Marc Alexander
bbc9bb3043 Corrected language var for module image as suggested by archivar
Changed trigger_error() error_type to E_USER_WARNING
2011-04-03 19:20:41 +02:00
Marc Alexander
4cb8c9dbb1 Reworked parts of calendar block
Fixed missing CSS for li-tags of calendar
2011-04-01 01:19:01 +02:00
Marc Alexander
9db0baf400 Add feature to disable modules without having to remove them 2011-03-11 14:00:32 +01:00
Marc Alexander
d1e2780222 Add option to show registration link in login box 2011-03-08 20:32:07 +01:00
Marc Alexander
703a8e4c64 A little bit of clean up
Fixed a few small XHTML validation errors
Fixed incorrect language string
Fixed empty latest bots block if no bot has visited the site
2011-03-06 16:48:07 +01:00
Marc Alexander
2dd590da7b Added script for converting Board3 Portal 1.0.6
Fixed a few small issues when installing Board3 Portal 2.0.0 on a vanilla board
2011-03-04 17:10:19 +01:00
Marc Alexander
802afeb525 Modified file headers for git
Corrected wrong file headers
Adjusted version info in install.xml
2011-03-03 21:47:14 +01:00
Marc Alexander
1cefcbddfe Added feature for adding modules via ZIP-File 2011-02-04 01:18:23 +00:00
Marc Alexander
a7ac48f337 Added feature to reset module settings;
Fixed bug causing undefined errors on portal ACP page;
2011-02-02 10:35:42 +00:00
Marc Alexander
60df8a029d Added confirm for deleting a module 2011-02-01 00:17:25 +00:00
Marc Alexander
7466027bbb Just 2 small edits to comments 2011-01-18 18:36:04 +00:00
Marc Alexander
f22150b202 Added check for existence of block image;
Made language/en/mods/portal.php look nicer
2011-01-12 20:28:08 +00:00
Marc Alexander
f4a363e3d0 Added feature to change size of block icon in ACP 2011-01-12 18:00:37 +00:00
Marc Alexander
7cf48db1ba Added jumpbox back -- should be fixed now 2011-01-11 23:09:14 +00:00
Marc Alexander
19c3163a2b Added functions for moving blocks to the left & right 2011-01-11 11:04:57 +00:00
Marc Alexander
488deca772 Added check for existence of clock file;
Added basic set of files for moving blocks right & left (still missing the functions in includes/acp/acp_portal.php)
2011-01-10 23:35:20 +00:00
Kevin
3f1cd43acf Missing variable added for:
LOG_PORTAL_EVENT_UPDATED
2011-01-05 13:58:42 +00:00
Kevin
ece0854d3d subsilver2 is coming! 2011-01-05 12:59:45 +00:00
Kevin
ceb601714d Missing variables added for:
LINK_UPDATED
LOG_PORTAL_LINK_UPDATED
2011-01-05 12:46:32 +00:00
Marc Alexander
513dd70c69 Added missing feature to show phpBB menu on portal 2011-01-05 12:39:12 +00:00
Marc Alexander
d72f0f80f2 Added forumlist module 2011-01-05 11:28:13 +00:00
Marc Alexander
c9d3a40713 Added missing language variable "BACK" 2010-12-31 14:11:06 +00:00
Kevin
863b149f8a Some more undefined variables... 2010-12-30 16:06:26 +00:00
Kevin
feff9a21a7 Fixed changed language variable names in DE, added and translated missing ones. 2010-12-30 15:34:08 +00:00
Marc Alexander
a022694a3d Fixed missing language variable for Who's online 2010-12-20 15:12:46 +00:00
Marc Alexander
b2a591bb35 Added portal permissions -- It is now possible to show the Portal only to the users and groups we want to 2010-12-02 17:24:07 +00:00
Marc Alexander
c3cd184b0c Translated even more module language files;
Removed unneeded language string in English language file of Main Menu; 
Updated language variable in HTML file of news block;
2010-12-02 15:30:29 +00:00
Marc Alexander
c196b2b0c5 Added module language files to German language folder -- still need to be translated;
Fixed undefined error in acp_portal.php caused by old code; 
Fixed undefined error in portal.php if Portal is accessed after it has been uninstalled -- now it redirects to Index;
2010-11-30 09:01:57 +00:00
Marc Alexander
9707e5e74e Added function that redirects user to index if no modules are enabled;
Added message that the user should disable the portal if all modules are disabled
2010-11-26 15:35:34 +00:00
Marc Alexander
2321270622 Got rid of a few unneeded language variables;
Fixed incorrect displaying of which module has been edited;
2010-11-26 15:12:06 +00:00
Marc Alexander
db7004416c Added permission-settings to the rest of the modules that use a custom acp template;
Updated missing or incorrect language variables; 
Outcommented a few language variables in info_acp_portal.php that should be deleted in the future;
2010-11-20 17:08:09 +00:00
Marc Alexander
28d6ed74b9 Added permission settings for all blocks;
Modified calendar, custom & links module to work with the new permission settings for all blocks; 
Added language variables for links block;
2010-11-20 13:39:52 +00:00
Marc Alexander
c2b98fa3f0 Removed permission settings from welcome message block;
Permissions will be added to all blocks;
2010-11-19 19:04:45 +00:00
Marc Alexander
670bd11fa6 Moved installation to UMIL install file 2010-11-17 19:44:54 +00:00
Marc Alexander
2dba84ee76 Message "No modules have been detected." is being displayed in the ACP if there are no modules in one of the sections of the Portal 2010-11-15 22:53:08 +00:00
Marc Alexander
d8a95996ea Added custom block 2010-11-15 13:25:24 +00:00
Marc Alexander
bd81d0163c Added Who is online? Block 2010-11-06 14:10:33 +00:00
Marc Alexander
914a1d1d77 Added todos to language/en/mods/info_acp_portal.php & language/en/mods/portal.php;
Fixed how color palette gets displayed and also fixed the small button areas of the color palette; 
When adding a Module, the users now see the Module name rather than the file name;
2010-11-06 12:38:21 +00:00
Marc Alexander
a06c5fd197 Added welcome block;
Added some new features to welcome block: BBCode buttons, permission system
2010-11-06 00:05:22 +00:00
Marc Alexander
b943ab9fad Added statistics block 2010-11-03 13:36:56 +00:00