Commit Graph

97 Commits

Author SHA1 Message Date
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
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
1ea2f6f3e5 Make sure we don't get an error if custom_acp_tpl is empty 2010-10-18 18:32:13 +00:00
Marc Alexander
1731999649 Added portal_config table for large data that needs to inserted into the database (adds 1 query but we won't have to tamper with phpBB3's config table);
Added serialize and unserialize to the main menu block for a better way of working with the links;
2010-10-05 14:57:17 +00:00
Marc Alexander
0ccf538b1f Re-added module IDs to config names 2010-10-03 19:04:00 +00:00
Marc Alexander
d78c37a4ee Added constants file and removed constants.php edit;
Added links to main menu installation; 
Added ability to handle language variables as link title;
2010-10-01 11:52:05 +00:00
Marc Alexander
b3f0f852fa Worked further on the menu block and the basic version works now 2010-09-13 23:11:16 +00:00
Marc Alexander
fb33da9e43 ACP backend for menu block should pretty much be finished;
This should also work for the links block later on;
2010-09-13 15:30:16 +00:00
Marc Alexander
dbde96b7ac Moved acp template to adm/style/portal/ 2010-09-12 18:46:17 +00:00
Marc Alexander
df162ac76c Partially added main menu block;
There is still a lot of work to do, look for @todo
2010-09-12 16:11:24 +00:00
Marc Alexander
b60422cb2e Reverted acp_portal.php back;
Added news block; 
Added function get_portal_tracking_info in order to reduce queries when fetching news and announcements;
2010-09-05 08:39:44 +00:00
Marc Alexander
5f8c3be754 Added latest members block;
Drop-Down list when adding a module now shows the correct title of the block and not the class name; 
Added basic log function; 
Fixed incorrect EXPLAIN language strings of announcements block;
2010-08-30 20:08:47 +00:00
Marc Alexander
ed6124155a User gets taken back to Portal Modules instead of General Settings after editing the Module options in the ACP 2010-08-30 13:30:27 +00:00