aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* - size select fixMeik Sievertsen2006-01-2211-154/+362
* D'oh!David M2006-01-221-3/+1
* - Imagesets can now be edited! Hooray! ( Might need to add something.. )David M2006-01-221-2/+102
* - search deals with global topicsNils Adermann2006-01-213-23/+69
* - change it a bit. ;)Meik Sievertsen2006-01-171-61/+71
* move around - better not call create_function in a loopMeik Sievertsen2006-01-171-1/+7
* just preparing...Meik Sievertsen2006-01-173-205/+381
* The curse of cut&paste strikes once more...Graham Eames2006-01-161-3/+3
* Got my can of bug spray recharged at my local fire department :-)David M2006-01-161-0/+2
* - You can now see leaders in the UCP but can't touch 'emDavid M2006-01-151-3/+2
* Initial implementation of a log viewer into the MCPGraham Eames2006-01-142-1/+185
* Rats! Out of Bug Spray... Still have a handy can of Superfluous Function-call...David M2006-01-142-2/+2
* let the swatch and marking workMeik Sievertsen2006-01-141-2/+3
* - Manage Groups now works! Hooray!David M2006-01-141-1/+512
* A couple of minor bug fixes for note deletionGraham Eames2006-01-141-2/+2
* - assign user rankMeik Sievertsen2006-01-146-126/+112
* - InnoDB would not calculate the total size of a table.. this is now fixed..David M2006-01-141-3/+3
* - Special Groups became.. screwed up if they were editted.. discovered while ...David M2006-01-141-4/+7
* A small fix to allow unread messages to be viewed from the screen linked to i...Graham Eames2006-01-131-1/+1
* - overhauled search systemNils Adermann2006-01-118-541/+1101
* Auth changes for these modules as per the schema from beforeGraham Eames2006-01-083-10/+10
* - array_combine replacement for PHP4Nils Adermann2006-01-071-1/+32
* Fix for SQL error when the $forum_ary array is empty when there are no global...Tom Beddard2006-01-071-2/+6
* Removing an unused table from the schemaGraham Eames2006-01-061-1/+0
* Fixing a permissions issue where a user only has local moderator rights.Graham Eames2006-01-062-10/+2
* making sure coding guidelines are met... ;)Meik Sievertsen2006-01-062-9/+13
* Updated the General Error pageTom Beddard2006-01-051-9/+33
* Prevents an occasional error where the $this->data['session_time'] is undefined.Tom Beddard2006-01-051-3/+8
* L10n of warning messages sent to the userGraham Eames2006-01-051-10/+20
* Fix 2 minor errors:Graham Eames2006-01-052-1/+2
* - acm::exists() is considered private now and was renamed to acm::_exists()Nils Adermann2006-01-054-37/+23
* Updated references to posts to be #p[post_id] rather than #[post_id] since it...Tom Beddard2006-01-042-2/+2
* - sperate permissions from sessionsMeik Sievertsen2006-01-045-383/+490
* - file_get_contents instead of imploding file()s or fread()ing till the maxim...David M2006-01-046-45/+35
* - ability to create new styleMeik Sievertsen2006-01-031-10/+163
* - install style and style elementsMeik Sievertsen2006-01-027-32/+708
* - Defined some DBAL class varsDavid M2006-01-011-0/+3
* - 18446744073709551615 becomes a float. This causes MySQL to read it as 1. Ha...David M2006-01-012-2/+2
* Fixed new PM link and added online status flagTom Beddard2005-12-302-2/+3
* Registered group list query was showing duplicate groups.Tom Beddard2005-12-301-0/+1
* - fix a very nasty error: If there is a tree of more than one category but wi...Meik Sievertsen2005-12-301-15/+73
* Preliminary folder icon display for bookmarked topicsTom Beddard2005-12-301-4/+7
* - mt_srand in unique_id working properly (swapped usec and sec)Nils Adermann2005-12-302-2/+1
* - Buh? Incorrect lang index...David M2005-12-291-2/+1
* This was causing trouble on ppc, I kept getting the same random string (proba...Nils Adermann2005-12-291-3/+0
* - some changes to browser checking (was the reason for not working logins)Meik Sievertsen2005-12-288-9/+1171
* SQL error fix for subscribed listTom Beddard2005-12-281-1/+1
* - I forgot that we can add and remove prefixes :DDavid M2005-12-271-4/+4
* - Forgot to repair a function ;-)David M2005-12-271-2/+2
* - Removed a variable that has been left unused for three and a half years...David M2005-12-271-1/+0