aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
* - replaced mcp reports system with a simplified versionNils Adermann2006-03-183-528/+455
* - Cleaned up some compress stuffDavid M2006-03-183-16/+807
* remove the echo...Meik Sievertsen2006-03-171-2/+0
* - fix some bugs...Meik Sievertsen2006-03-1719-49/+138
* - Postgre installs now work... kinda...David M2006-03-171-2/+2
* - use a_search permissionNils Adermann2006-03-162-2/+15
* - SQLite is now usable; we died on certain queries as well as a schema issue ...David M2006-03-161-2/+3
* - removed search settings from load pageNils Adermann2006-03-154-52/+770
* hmm, forgot this one.Meik Sievertsen2006-03-151-1/+9
* - adding ability to assign moderator specific ban optionsMeik Sievertsen2006-03-1512-84/+258
* We now return the log_id of newly created logs. This is used by the warnings ...Graham Eames2006-03-142-2/+4
* *** empty log message ***Graham Eames2006-03-141-1/+1
* A q should be followed by a u ;-)Graham Eames2006-03-141-1/+1
* erm... actually remove the debugging thingy... hollaMeik Sievertsen2006-03-141-1/+1
* slightly different redirect function (now hopefully able to handle all sorts ...Meik Sievertsen2006-03-141-12/+54
* - empty() expects a variable, not a function :DDavid M2006-03-131-2/+4
* - added users activity load settingMeik Sievertsen2006-03-133-101/+97
* blah... not neededMeik Sievertsen2006-03-121-4/+0
* - streamlined reports to consist of the feature set we decided upon (Nils, yo...Meik Sievertsen2006-03-1226-479/+699
* - Moved the image loading outside the big loop. This brings fewer comparisons...David M2006-03-112-12/+43
* - ord() always returns a unsigned integer, no need to force it positiveDavid M2006-03-101-6/+3
* We all make mistakes :DDavid M2006-03-101-1/+1
* Efficiency changeGraham Eames2006-03-091-1/+1
* - fix cookie shorteningMeik Sievertsen2006-03-096-49/+47
* - By default, new installations of magick add itself to PATH and not to a var...David M2006-03-092-1/+11
* - log entries for deleted topics don't provide a link to the topic or to the ...Nils Adermann2006-03-082-18/+2
* Me, me, me!Nils Adermann2006-03-063-13/+103
* Broken images begone!Graham Eames2006-03-061-22/+38
* Configure the warning expiryGraham Eames2006-03-061-1/+4
* - added "display_on_posting" setting to custom bbcodes (creates a button with...Meik Sievertsen2006-03-0618-200/+219
* Expire issued warnings after and admin configurable timeGraham Eames2006-03-042-0/+51
* Reporting system revised. Needs some major cleanup and is missig some functio...Bart van Bragt2006-03-043-0/+962
* - refactored codeDavid M2006-03-021-78/+137
* - The sha1 hash is a standard part of PHP, mhash is not needed for Jabber :DDavid M2006-03-021-9/+6
* This should work.. maybe... :PDavid M2006-03-021-37/+9
* - some bugfixesMeik Sievertsen2006-03-0110-75/+147
* - Proper iteration of filesDavid M2006-03-011-3/+3
* CVS commit mail testNils Adermann2006-02-281-2/+1
* checkin for providing cvs commandline list.Meik Sievertsen2006-02-251-2/+3
* just remove a little error message that came up in a very seldom situationNils Adermann2006-02-251-2/+11
* - allow local moderators to properly use the mcp for more than one forum (mcp)Nils Adermann2006-02-254-64/+72
* Another one bites the dust :DDavid M2006-02-253-4/+45
* - We only write to the archive ONCE for every file and folder when working wi...David M2006-02-241-27/+26
* - blabla, additional bugfixing permissions...Meik Sievertsen2006-02-245-56/+100
* - fseek -> rewindDavid M2006-02-241-23/+18
* Appending to the string is faster than copying it. Additionally, str_repeat i...David M2006-02-231-1/+1
* ok, slap me once..... but hard. (all acl entries got removed while setting pe...Meik Sievertsen2006-02-232-33/+106
* - Remove the BBCode UIDs from the outputDavid M2006-02-222-70/+91
* implementing permission rolesMeik Sievertsen2006-02-2217-271/+1297
* This is what I get for fixing CS issues...David M2006-02-221-3/+3