aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_module.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* - custom profile fieldsMeik Sievertsen2005-12-101-2/+4
* - some bugfixesMeik Sievertsen2005-12-041-3/+17
* - some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in stric...Meik Sievertsen2005-11-281-0/+5
* - more acp additions and changes...Meik Sievertsen2005-11-201-0/+10
* In keeping with tradition I remove yet more code....Graham Eames2005-11-171-0/+19
* *** empty log message ***Meik Sievertsen2005-11-171-119/+0
* - some ucp changes (added the module info too)Meik Sievertsen2005-11-171-1/+2
* The MCP strikes back.... :-)Graham Eames2005-11-121-1/+1
* - add module_display to modules table (for modes executed but not displayed)Meik Sievertsen2005-11-081-3/+11
* - updated topic tracking codeMeik Sievertsen2005-10-191-11/+11
* - added new query type to dbal's sql_build_arrayMeik Sievertsen2005-10-091-31/+107