aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
* Realized that we never needed to CAST() in the first place after i remembered...David M2006-07-091-4/+0
* Short story: Oracle does not like sub queries that contain columns that have ...David M2006-07-091-0/+46
* Added: that script will run the UTF normalizer through a serie of conformance...Ludovic Arnaud2006-07-091-0/+305
* Added: that file will generate the files needed for Unicode normalization. Th...Ludovic Arnaud2006-07-091-0/+410
* Fix installation and user registration bugsGraham Eames2006-07-082-1/+2
* Appears that the redirect in common.php didn't work on all setups we tried, s...Graham Eames2006-07-071-3/+3
* Change redirection logic to match the RFC better in those cases before redire...Graham Eames2006-07-073-9/+64
* - fix a stupid bug in style.phpNils Adermann2006-07-075-6/+6
* - fixed a parse error (oops)Nils Adermann2006-07-076-18/+21
* - display age in user profile and make it available on viewtopicNils Adermann2006-07-0722-103/+306
* Change meta handling, we can use existing functions for what we need and remo...Graham Eames2006-07-062-11/+1
* some bugfixesMeik Sievertsen2006-07-0638-319/+296
* fix for a bug spotted by ToonArmy within bug #3000 (thanks to him for providi...Meik Sievertsen2006-07-061-13/+51
* re-check cookie_secure value within generate_board_url() for those users havi...Meik Sievertsen2006-07-052-3/+7
* Changed: moved the thing that compares the amount of matches to the amount of...Ludovic Arnaud2006-07-041-7/+5
* - Make sure that the table is empty before we start cramming things inside :DDavid M2006-07-041-3/+27
* - CAPTCHA: removed the extra slashDavid M2006-07-045-45/+111
* Fixed: PHP notices appear when a post uses an icon that does not exist anymoreLudovic Arnaud2006-07-041-1/+3
* Missing language stringGraham Eames2006-07-031-0/+1
* - Database: eh? meh.David M2006-07-032-15/+34
* - Dramatic speed-up in SQLite backup codeDavid M2006-07-032-8/+42
* - fixed language pack management a bit (supporting backslashes)Meik Sievertsen2006-07-025-87/+123
* Force the database connection to use to avoid a couple of problems seen in in...Graham Eames2006-07-021-2/+2
* Prevent sqlite databases within the forum directoryGraham Eames2006-07-012-0/+8
* - add additional auth check to the permission roles modulesMeik Sievertsen2006-07-0129-127/+252
* These needed to be #p for proper complianceGraham Eames2006-07-013-3/+3
* bugs? bugs.David M2006-07-017-28/+31
* SOme changes to handle special characters in the database passwordGraham Eames2006-06-301-0/+7
* New template variables in the mcp (not used by subsilver)Graham Eames2006-06-294-1/+7
* Nothing interesting, just a couple of slight language alterationsGraham Eames2006-06-282-1/+3
* ketchup? catcher? catheter? no. CAPTCHADavid M2006-06-287-38/+260
* Try and protect against people trying to select an inappropriate DBALGraham Eames2006-06-262-0/+22
* Split the final step of the install into 2 stepsGraham Eames2006-06-262-4/+36
* Some changes to the way folder images are handled for "special" topicsGraham Eames2006-06-257-22/+22
* The ability to view hidden users should not be part of the standard or restri...Graham Eames2006-06-241-4/+4
* Show message to those browsing whilst board is disabledGraham Eames2006-06-244-0/+4
* Apply load_onlinetrack to view profile as wellGraham Eames2006-06-242-15/+25
* ok, first attempt at solving some compatibility issues.Meik Sievertsen2006-06-245-10/+79
* Correct info image nameGraham Eames2006-06-241-1/+1
* Try to at least give very old PHP versions a reason why they can't do anythingGraham Eames2006-06-231-0/+6
* - Extra error handling to deal with a user not specifying a database nameGraham Eames2006-06-231-2/+20
* forgot some changes for post_timeMeik Sievertsen2006-06-235-7/+13
* make sure set_config is called with the correct is_dynamic valueMeik Sievertsen2006-06-235-6/+6
* - improve newposts search performanceNils Adermann2006-06-232-26/+19
* change ACL_NO to ACL_NEVER and ACL_UNSET to ACL_NO to let our users get what ...Meik Sievertsen2006-06-2214-144/+145
* time to squash some bugsMeik Sievertsen2006-06-2258-196/+354
* Improve i18n by installing all available language packs on installGraham Eames2006-06-213-15/+47
* show error if template path could not be determinedMeik Sievertsen2006-06-211-0/+4
* disable recalculating the binary tree - this function might have a severe pro...Meik Sievertsen2006-06-211-1/+7
* schema! hooray!David M2006-06-215-76/+102