Commit Graph

109 Commits

Author SHA1 Message Date
Marc Alexander
86eb3e7526 Make sure we can only move modules to allowed columns
Moving a module to a column type (side & center columns) where
this module already exists will cause massive issues
2012-04-08 17:19:01 +02:00
Marc Alexander
cf3784b780 Fix incorrect filtering of custom blocks from drop-down list 2012-04-07 12:17:47 +02:00
Marc Alexander
724505062c Hide modules that can't be added 2012-04-06 11:50:46 +02:00
Marc Alexander
c0e0191945 Allow duplicate inclusion of module if it's in a different column type
A module can now be added once in the side columns and once in
the center columns, if the module itself allows that
2012-01-02 20:41:24 +01:00
Marc Alexander
83c64b941c Add possibility to define a different class for callback functions 2011-12-07 19:03:10 +01:00
Marc Alexander
46a55c202e Hide module image settings in center, top & bottom column 2011-07-29 21:23:54 +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
e223d2ce63 Added feature to hide portal name on acp configuration page for
all modules (was only for latest bots module)
2011-04-24 12:26:41 +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
ff8f71fc60 Modified class files for PHP5 2011-04-23 18:09:23 +02:00
Marc Alexander
a0395966c8 Continued reworking the upload module
this time I actually uploaded the correct files
2011-04-17 01:43:08 +02:00
Marc Alexander
0efc2493f1 Replace upload files with the actual files 2011-04-10 00:43:42 +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
619eb19342 Fixed incorrect if-statement for error handling 2011-04-03 01:51:54 +02:00
Marc Alexander
05c426b3b8 Added code that was accidentaly removed 2011-04-02 20:03:40 +02:00
Marc Alexander
4dc0f2d505 Fixed missing check for correct column when moving a module left or right 2011-04-02 19:49:19 +02:00
Marc Alexander
d15900ba85 Added error handling to installation of modules 2011-04-01 18:12:42 +02:00
Marc Alexander
491e3f35ef Applied patch for folders with special characters 2011-03-20 00:48:57 +01:00
Marc Alexander
9db0baf400 Add feature to disable modules without having to remove them 2011-03-11 14:00:32 +01:00
Marc Alexander
af7d26038e Removed code for testing 2011-03-08 20:48:07 +01:00
Marc Alexander
78fdac9161 Added upload_module to install file
Corrected version number in includes/acp/info/acp_portal.php
2011-03-05 09:37:15 +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
58d85c69ea Reduce the folders we need for language files when auto-adding a module 2011-02-04 01:28:14 +00:00
Marc Alexander
1cefcbddfe Added feature for adding modules via ZIP-File 2011-02-04 01:18:23 +00:00
Marc Alexander
879e0c89f5 Removed unneeded modules 2011-02-03 22:47:36 +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
057821cba1 Added caching for portal_config and portal_modules 2011-02-01 19:28:04 +00:00
Marc Alexander
84bab2be41 Redirect to module config after installing a new module 2011-02-01 00:22:39 +00:00
Marc Alexander
60df8a029d Added confirm for deleting a module 2011-02-01 00:17:25 +00:00
Marc Alexander
e56458eda7 Hide title of latest bots module in ACP 2011-01-30 15:39:45 +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
22f8293466 Modules can now be moved to the a different column, even if it is further down the column than any module in the new column 2011-01-12 15:00:59 +00:00
Marc Alexander
e90474dc3d Show disabled move icon when it's no possible to move the block to the left/right 2011-01-12 14:19:39 +00:00
Marc Alexander
7cf48db1ba Added jumpbox back -- should be fixed now 2011-01-11 23:09:14 +00:00
Marc Alexander
0877b1b5d2 Fixed bug caused by previous edits 2011-01-11 17:52:44 +00:00
Marc Alexander
60d0cc2cc9 Moved check_clock_src to portal/includes/functions.php and renamed it to check_file_src;
Edited includes/acp/acp_portal.php to we can use functions outside of the module class upon submitting; 
Added possibility to move blocks i.e. from left to right column
2011-01-11 13:42:59 +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
Marc Alexander
9ce0695824 Changed acp_portal submit part so we can run custom function on submit without the need to have the type 'custom' 2011-01-09 21:35:06 +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
30271517b8 Added feature that redirects a user to the custom block settings page after creating a custom block 2011-01-05 09:55:15 +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
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
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
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
d31d611844 Added the basic way of installing the modules after portal has been installed for the first time 2010-11-16 15:31:03 +00:00