aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10139] Make signatures of set_atomic() consistent by using $new_value.Andreas Fischer2011-04-191-3/+3
* [ticket/10139] Rename $cache to $use_cache to avoid confusion with cache objectAndreas Fischer2011-04-192-32/+32
* Merge branch 'ticket/erikfrerejean/10006' into developOleg Pudeyev2011-04-192-0/+35
|\
| * [ticket/10006] Remove unneeded if statementsErik Frèrejean2011-04-182-10/+0
| * [ticket/10006] Remove return valuesErik Frèrejean2011-04-182-11/+4
| * [ticket/10006] Add phpbb_config::deleteErik Frèrejean2011-04-182-0/+52
* | [ticket/7252] Removed an outdated comment pertaining to PHP 4.x.Oleg Pudeyev2011-04-171-1/+0
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-04-171-25/+26
|\ \
| * \ Merge branch 'ticket/nickvergessen/10109' into develop-olympusOleg Pudeyev2011-04-171-25/+26
| |\ \
| | * | [ticket/10109] Fix "Undefined Index" errors when copying a topic.Joas Schilling2011-04-071-25/+26
* | | | Merge branch 'develop-olympus' into developOleg Pudeyev2007-01-031-15/+20
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge branch 'ticket/rxu/10117' into develop-olympusOleg Pudeyev2011-04-171-2/+7
| |\ \
| | * | [ticket/10117] Add one more missed 'u' modifier, add code commentrxu2011-04-031-1/+6
| | * | [ticket/10117] Make smilies to be correctly parsed within unicode text.rxu2011-04-031-2/+2
| * | | Merge branch 'ticket/rxu/10115' into develop-olympusOleg Pudeyev2011-04-171-13/+13
| |\ \ \
| | * | | [ticket/10115] Switch UTF-8 mode on for the rest of BBCodesrxu2011-04-031-6/+6
| | * | | [ticket/10115] Make some text oriented BBCodes to properly handle unicode.rxu2011-04-021-7/+7
| | |/ /
* | | | Merge remote-tracking branch 'p/ticket/10136' into developIgor Wiedler2011-04-111-2/+2
|\ \ \ \
| * | | | [ticket/10136] Added missing $request globalizations in functions.php.Oleg Pudeyev2011-04-101-2/+2
* | | | | Merge branch 'ticket/nickvergessen/9684' into developOleg Pudeyev2011-04-1111-572/+125
|\ \ \ \ \
| * | | | | [ticket/9684] Fix Forum/Topic-Tracking for global announcementsJoas Schilling2011-04-073-69/+34
| * | | | | [ticket/9684] Remove code in some more files especially includes/Joas Schilling2011-04-0710-347/+78
| * | | | | [ticket/9684] Remove code for global announcement in root-filesJoas Schilling2011-04-071-156/+13
* | | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-04-101-6/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge branch 'ticket/bantu/10128' into develop-olympusOleg Pudeyev2011-04-101-6/+6
| |\ \ \ \
| | * | | | [ticket/10128] Pass E_USER_WARNING to trigger_error() calls from user_ban().Andreas Fischer2011-04-111-6/+6
* | | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-04-101-10/+35
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'ticket/erikfrerejean/9581' into develop-olympusOleg Pudeyev2011-04-101-10/+35
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | [ticket/9581] Fix missing indexErik Frèrejean2011-03-241-1/+1
| | * | | | [ticket/9581] Slightly tweaked queriesErik Frèrejean2011-03-041-14/+35
| | * | | | [ticket/9581] Make banlist table select optionalErik Frèrejean2011-03-041-2/+2
| | * | | | [ticket/9581] Mass e-mail to banned usersErik Frèrejean2011-03-041-8/+12
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-04-081-0/+4
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | [ticket/10084] Add smilie/icon errors out when file is missingJoas Schilling2011-04-071-0/+4
| | |_|/ | |/| |
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-04-051-1/+1
|\ \ \ \ | |/ / /
| * | | [ticket/10121] Fix ICQ profile link, leading to a dead web-messenger.Joas Schilling2011-04-031-1/+1
| | |/ | |/|
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-04-011-14/+12
|\ \ \ | |/ /
| * | Merge branch 'ticket/bantu/9751' into develop-olympusAndreas Fischer2011-04-011-14/+12
| |\ \
| | * | [ticket/9751] Add shortcut logic for pass_complex == PASS_TYPE_ANY.Andreas Fischer2011-04-011-4/+2
| | * | [ticket/9751] Compare $password with empty string instead of casting it to boolAndreas Fischer2011-04-011-1/+1
| | * | [ticket/9751] Use a switch/case block without break for password complexity.Andreas Fischer2011-04-011-11/+13
| | * | [ticket/9751] Password requirement "Must contain letters and numbers" failsrxu2011-04-011-4/+2
* | | | Merge branch 'develop-olympus' into developIgor Wiedler2011-03-312-28/+28
|\ \ \ \ | |/ / /
| * | | Merge remote branch 'callumacrae/ticket/10112' into develop-olympusIgor Wiedler2011-03-312-28/+28
| |\ \ \
| | * | | [ticket/10112] Replaced a couple occurrences of count() with sizeof()Callum Macrae2011-03-302-28/+28
| * | | | Merge branch 'ticket/haklop/10110' into develop-olympusIgor Wiedler2011-03-311-0/+155
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | [ticket/10110] Remove tab from empty linesEric2011-03-311-6/+6
| | * | | [ticket/10110] Enable the serialization and add a constant forEric2011-03-311-11/+21
| | * | | [ticket/10110] Update comments with a link to the phpredis extensionEric2011-03-311-2/+5
| | * | | [ticket/10110] Add Redis ACM backendEric2011-03-311-0/+142