aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* 'I think the phrase rhymes with Clucking Bell!'Chris Smith2009-06-181-4/+4
* Finally stop this annoyance, if PDO is shared module it must be loaded for th...Chris Smith2009-06-181-0/+6
* Fix bug #39875 - Empty error message in UCP folder management when creating f...Joas Schilling2009-06-181-0/+4
* fix r9602Joas Schilling2009-06-171-1/+4
* Use dynamic includes, fix some style bugs, make the old default captcha famil...Henry Sudhof2009-06-176-27/+19
* Fix bug #22665 - Display and highlight already used rank images while assigni...Joas Schilling2009-06-171-17/+14
* fix r9605Joas Schilling2009-06-171-4/+4
* Fix bug #41555 - Fix function to recalculate Binary TreeJoas Schilling2009-06-171-76/+28
* Change bug #21825 - Banning/unbanning users now generates an entry in their u...Joas Schilling2009-06-171-3/+19
* Fix bug #46145 - Template cache error for files of template-subfoldersJoas Schilling2009-06-161-9/+9
* Fix bug #40245 - Attachments table is not being updated when deleting user an...Ruslan Uzdenov2009-06-161-0/+5
* Fix Oracle database backup (Bug #46715)Meik Sievertsen2009-06-161-2/+3
* Fix bug #40205 - Wrong message shown to user, when adding bots to friends/foesJoas Schilling2009-06-161-0/+4
* Fix bug #46455 - Make sure can_load_dll() is available.Andreas Fischer2009-06-152-7/+29
* Fix bug #45585 - Show error if hostname lookup doesn't return a valid IP addr...Andreas Fischer2009-06-151-1/+2
* Addition to r9577: Remove unnecessary integer casting. request_var() already ...Andreas Fischer2009-06-141-3/+0
* See if this plays out: do not require people to re-enter the CAPTCHAHenry Sudhof2009-06-142-5/+13
* view_log() breaks if the serialized data is corrupt. #46545Chris Smith2009-06-141-2/+3
* - fix sql_column_exists for firebird (had same problem as oracle)Meik Sievertsen2009-06-131-2/+12
* like firebird, oracle uses uppercase column names if delimiter used (Fixes Bu...Meik Sievertsen2009-06-131-1/+1
* Fix sql_column_exists for oracle (oracle uses uppercase table names)Meik Sievertsen2009-06-131-1/+1
* use same method to update custom profile fields in UCP and ACP (and then i am...Meik Sievertsen2009-06-133-68/+62
* Oh right. PHP4Henry Sudhof2009-06-139-16/+21
* Fix some issues with XCache, can't totally resolve the purge() method as XCac...Chris Smith2009-06-132-4/+22
* #44745 - fix empty action in ucp groupsMeik Sievertsen2009-06-131-10/+11
* Fix bug #46255 - Allow friends/foes to be added and removed at the same time.Andreas Fischer2009-06-131-12/+15
* fix preview in ACPHenry Sudhof2009-06-122-12/+40
* First ATOM Feed commit/integrationMeik Sievertsen2009-06-123-3/+116
* Fix dynamic config update routine error if firebird is used (Bug #46315)Meik Sievertsen2009-06-121-1/+1
* Dynamic template includes :)Chris Smith2009-06-111-3/+40
* Fix bug #45345 - Also remove data from friend/foe table when deleting user (p...Andreas Fischer2009-06-111-0/+6
* language collisionHenry Sudhof2009-06-101-1/+1
* Fix bug #45705 - Show error in the ACP when template folder is not readable.Andreas Fischer2009-06-083-2/+7
* Fix bug #46065 - Correctly show private message historyAndreas Fischer2009-06-081-1/+1
* for the time being pushed to 3.2.xMeik Sievertsen2009-06-073-161/+0
* some corrections, only very minor things.Meik Sievertsen2009-06-0716-250/+257
* - Class loaders for both frameworks:Nils Adermann2009-06-062-0/+131
* copy of Zend's base Exception file, needs to be updated manually :/Nils Adermann2009-06-061-0/+30
* Fix a small bug with xcache (thanks bantu), and some code consistency changesChris Smith2009-06-054-24/+7
* Here we go! New data format for the file ACM module:Chris Smith2009-06-051-110/+305
* Use unique per board cache keys per [1] important when using shared memory fr...Chris Smith2009-06-045-15/+19
* Finished I hope, appropriate errors when modules are missing.Chris Smith2009-06-045-10/+20
* Fix DOS line endings, evil<3 this doesn't count as spam you told me to :PChris Smith2009-06-041-841/+841
* Introduce XCache and eAccelerator, make some small changes to the abstract, f...Chris Smith2009-06-043-1/+243
* Lets follow some PHP4 conventions underscores for internal methods.Chris Smith2009-06-043-18/+75
* Add APCChris Smith2009-06-042-340/+81
* ACM memory abstract classChris Smith2009-06-041-0/+401
* Fix up and tidy :)Chris Smith2009-06-048-30/+41
* Backport memcache ACM module from AscraeusChris Smith2009-06-041-0/+419
* Correctly split UTF-8 encoded strings when using mail(). #45815Chris Smith2009-06-031-5/+9