aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_module.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10549] using correct variable in includes/functions_module.php tooCrizzo2014-03-111-1/+1
* [ticket/10549] Adds language variablesCrizzo2014-03-101-3/+3
* [Change] Alllow applications to set custom module inclusion path (idea by HoL)Meik Sievertsen2008-11-231-1/+37
* The same way we allow defining a custom template/style path we now allow this...Meik Sievertsen2008-08-231-2/+2
* One commit for those fixes having a very tiny impact (mostly only whitespaces...Meik Sievertsen2008-01-301-3/+3
* #20125Meik Sievertsen2008-01-291-7/+7
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-3/+11
* this addition was only a test...Meik Sievertsen2007-08-131-1/+0
* Some changes... non-invasive...Meik Sievertsen2007-08-131-0/+1
* + some fixesMeik Sievertsen2007-07-241-23/+33
* it has been decided amongst the team that using glob() is bad practice, after...Meik Sievertsen2007-07-171-18/+7
* more failsafe "glob()" method.Meik Sievertsen2007-07-101-2/+18
* - do not include if there are no files fetched with glob()Meik Sievertsen2007-07-091-2/+6
* allow mod authors to plug in info_ language files for population within the m...Meik Sievertsen2007-07-011-0/+16
* "Ghost" topics in active topics list when shadow topics and corresponding top...Meik Sievertsen2007-04-301-2/+2
* #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #983...Meik Sievertsen2007-04-221-0/+27
* some tiny bugfixes and changed is_active() a bit...Meik Sievertsen2007-03-261-25/+7
* #5280David M2007-03-241-0/+38
* - added confirm box to ucp zebra (adding fried/foe)Meik Sievertsen2007-01-241-1/+1
* fixing mcp bugs by introducing a new feature to check for loaded/accessible m...Meik Sievertsen2007-01-221-0/+58
* some fixes todayMeik Sievertsen2006-12-241-3/+8
* - some fixesMeik Sievertsen2006-12-211-3/+5
* hmm, this was for debugging. :)Meik Sievertsen2006-11-211-3/+1
* - fixing a bunch of bugsMeik Sievertsen2006-11-211-3/+7
* fix for bug #5490Meik Sievertsen2006-11-201-0/+5
* some tiny fixes.Meik Sievertsen2006-11-191-2/+31
* Revised attachment categories a bitMeik Sievertsen2006-10-191-2/+2
* fix some bugs - hopefully not breaking anything...Meik Sievertsen2006-09-011-2/+2
* - renamed the following columns:Meik Sievertsen2006-07-131-10/+10
* - add additional auth check to the permission roles modulesMeik Sievertsen2006-07-011-36/+46
* - get swatch converted into new acp formatMeik Sievertsen2006-06-121-2/+2
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-21/+9
* ok, try this one. :) Hopefully not breaking anything.Meik Sievertsen2006-06-061-1/+42
* ah, damn, revert this change. If we check here, hidden modules are no longer ...Meik Sievertsen2006-06-061-2/+2
* correctly hide categories with only hidden modulesMeik Sievertsen2006-06-061-2/+2
* i see the reports arise...Meik Sievertsen2006-06-021-1/+1
* - create forums by defaultMeik Sievertsen2006-06-011-8/+29
* fixing bug #1860Meik Sievertsen2006-05-171-1/+1
* - changed _module_*_url to only use the main module name but the mode as para...Meik Sievertsen2006-04-081-4/+18
* - adding ability to assign moderator specific ban optionsMeik Sievertsen2006-03-151-3/+10
* - fix cookie shorteningMeik Sievertsen2006-03-091-28/+7
* - properly hide itemsNils Adermann2006-02-221-3/+2
* - fix some tiny bugsMeik Sievertsen2006-02-181-90/+168
* - make acl_getf_global() availible to module auth checksNils Adermann2006-02-121-1/+1
* - ability to change anonymous user settings more easilyMeik Sievertsen2006-02-031-19/+28
* - size select fixMeik Sievertsen2006-01-221-1/+1
* Rats! Out of Bug Spray... Still have a handy can of Superfluous Function-call...David M2006-01-141-1/+1
* Fixing a permissions issue where a user only has local moderator rights.Graham Eames2006-01-061-2/+2
* - fix a very nasty error: If there is a tree of more than one category but wi...Meik Sievertsen2005-12-301-15/+73
* - only include modules with the correct extension. ;)Meik Sievertsen2005-12-251-2/+25