Commit Graph

505 Commits

Author SHA1 Message Date
Marc Alexander
434f09b426 Fixed missing config_name exceptions in portal/includes/functions.php 2011-01-12 11:33:31 +00:00
Marc Alexander
d38a815055 Fixed incorrect naming of config names;
Removed install code that shouldn't be there anymore
2011-01-12 11:24:39 +00:00
Marc Alexander
7cf48db1ba Added jumpbox back -- should be fixed now 2011-01-11 23:09:14 +00:00
Marc Alexander
02a8e3b52b Delete images folder 2011-01-11 22:56:28 +00:00
Marc Alexander
e9877eaee3 Deleted images/icons/ folder and content 2011-01-11 22:54:33 +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
Kevin
b334139ce6 function check_clock_src:
binded the function to the real theme path, not the theme name. Sometimes they are different (e.g name: Board3Portal; path: board3portal) and "file_exists" is case sensitive - so we wont run into a "does not exist" loop.
2011-01-11 11:45:34 +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
Kevin
3f1cd43acf Missing variable added for:
LOG_PORTAL_EVENT_UPDATED
2011-01-05 13:58:42 +00:00
Kevin
64ef841d7d In one language is enough. ;) 2011-01-05 13:53:32 +00:00
Kevin
48ed9e78de Fixy... 2011-01-05 13:40:30 +00:00
Kevin
fabfd8be10 Ich wusste, ich hab was vergessen... 2011-01-05 13:05:23 +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
87b79cb8ea Added missing SVN props to links_side.html 2011-01-05 11:57:19 +00:00
Kevin
66e195afb1 Some small glitches in prosilver, I found during subsilver2 adaption. 2011-01-05 11:38:46 +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
b1ca3e43e2 Apparently you shouldn't have tabs after group names :P 2011-01-01 20:21:44 +00:00
Marc Alexander
0df9698654 Changed UMIF in order to enable all users to see the portal after installation 2011-01-01 14:10:42 +00:00
Marc Alexander
2f15bde4cc Enabled turning off left and right column in portal.php 2011-01-01 14:07:35 +00:00
Marc Alexander
c9d3a40713 Added missing language variable "BACK" 2010-12-31 14:11:06 +00:00
Marc Alexander
deca436925 Fixed undefined variable error in birthday list module 2010-12-31 14:06:25 +00:00
Marc Alexander
b4ebd132f7 Added bugfix that prevents duplicate menu items when 2 or more blocks of the same module are added 2010-12-31 14:01:49 +00:00
Kevin
a6bf86183f Removed "echo 'shouldn´t be in here';" - caused debug error.
Any special reason for this echo?
2010-12-31 13:36:41 +00:00
Marc Alexander
9701614e89 Fixed incorrect template var 2010-12-31 11:51:16 +00:00
Marc Alexander
7a69f40084 Fixed bug that prevented BBCode buttons from working 2010-12-31 10:41:39 +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
Kevin
631a69f107 Fixed debug error on fresh install with 3.0.8 2010-12-30 09:34:22 +00:00
Marc Alexander
33084038f9 Updated UMIL to version 1.0.4;
Updated UMIF for UMIL 1.0.4;
2010-12-21 14:03:38 +00:00
Marc Alexander
a022694a3d Fixed missing language variable for Who's online 2010-12-20 15:12:46 +00:00
Marc Alexander
883596ae38 Fixed incorrect permission variables in install file 2010-12-20 15:04:06 +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
ff9e9c6061 Translated missing blocks 2010-12-02 16:49:43 +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
c2470f957d Translated Attachments Block, Birthday List, and Calendar Block to German 2010-11-30 20:54: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
3c4285a504 Added basic set of German language - still missing module's language files in German 2010-11-27 01:10:43 +00:00
Marc Alexander
e34d83b6ae Uninstall now removes all config values added to phpbb_config table 2010-11-27 00:31:06 +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
934a1053b2 Permissions should work now 2010-11-26 00:02:49 +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
7be12e0f43 Edited install file in order to put "General Settings" on top of "Portal Modules" 2010-11-19 19:14:28 +00:00