aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ticket/igorw/9669' into developAndreas Fischer2011-03-071-30/+87
|\
| * [ticket/9669] Replace spaces with tabsIgor Wiedler2011-03-071-1/+1
| * [ticket/9669] Switch if/else to make the if positiveIgor Wiedler2011-03-061-33/+33
| * [ticket/9669] Make sure normalize_nfc returns stringIgor Wiedler2011-03-051-3/+3
| * [ticket/9669] Add isNormalized checks for performanceIgor Wiedler2011-03-051-2/+14
| * [ticket/9669] Add native Normalizer supportIgor Wiedler2011-03-051-30/+75
* | [ticket/10080] Allow resetting the request instance used by request_var.Nils Adermann2011-03-071-2/+16
|/
* Merge branch 'ticket/bantu/9766' into developOleg Pudeyev2011-03-012-27/+0
|\
| * [ticket/9766] Delete delete_code() from CAPTCHA classes as it's never called.Andreas Fischer2011-03-012-27/+0
* | [ticket/10070] Fixed line endings after ticket/9549.Oleg Pudeyev2011-03-011-550/+550
|/
* Merge branch 'ticket/9549' into developOleg Pudeyev2011-03-014-0/+460
|\
| * [ticket/9549] Only add group to legend/teampage when the checkbox is checked.Joas Schilling2011-02-171-2/+2
| * [ticket/9549] New method move() to move a group more than 1 up/down.Joas Schilling2011-02-161-24/+35
| * [ticket/9549] Fix some minor issues with descriptions and coding-guidelines.Joas Schilling2011-02-161-6/+5
| * [ticket/9549] Throw an error when the given field-name is invalid.Joas Schilling2011-02-162-5/+21
| * [ticket/9549] Make the class non static and extend delete_group function.Joas Schilling2011-02-163-99/+121
| * [ticket/9549] Add the module and files for the ACP.Joas Schilling2011-02-163-0/+192
| * [ticket/9549] Enhance teampage functionality with a new class, group_positions.Joas Schilling2011-02-161-0/+220
* | [feature/request-class] Fix the error message when accessing superglobalIgor Wiedler2011-02-281-1/+1
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-02-281-0/+1
|\ \
| * \ Merge branch 'ticket/nickvergessen/10024' into develop-olympusIgor Wiedler2011-02-281-0/+1
| |\ \
| | * | [ticket/10024] Populate unread information to template for styling issues.Philippe Chevrier2011-02-281-0/+1
* | | | Merge branch 'ticket/hanakin/10001' into developIgor Wiedler2011-02-284-0/+6
|\ \ \ \
| * | | | [ticket/10001] Created new Template variable to house class names based on $...hanakin2011-01-184-0/+6
* | | | | [ticket/8641] Added/removed several commas for consistency in acp_board.php.mtrs2011-02-261-7/+7
* | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-261-6/+7
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [ticket/9912] Fix error in logic. Do not strip SID when user is not a bot.Andreas Fischer2011-02-251-6/+7
| | |/ / | |/| |
* | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-246-54/+20
|\ \ \ \ | |/ / /
| * | | Merge branch 'ticket/callumacrae/7834' into develop-olympusOleg Pudeyev2011-02-241-2/+2
| |\ \ \
| | * | | [ticket/7834] Topic time didn't update when first post was deletedCallum Macrae2011-02-241-2/+2
| * | | | Merge branch 'ticket/callumacrae/9872' into develop-olympusOleg Pudeyev2011-02-241-38/+0
| |\ \ \ \
| | * | | | [ticket/9872] Removed some useless code that broke delete_postsCallum Macrae2011-02-241-38/+0
| | |/ / /
| * | | | [ticket/9874] view_log() performs unneeded count query over all log entries.Joas Schilling2011-02-254-14/+18
| |/ / /
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-02-241-0/+3
|\ \ \ \ | |/ / /
* | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-232-1/+4
|\ \ \ \ | |/ / /
| * | | [ticket/7778] BBCode single limitErik Frèrejean2011-02-232-1/+4
* | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-211-42/+216
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge branch 'ticket/nickvergessen/9675' into develop-olympusOleg Pudeyev2011-02-211-42/+216
| |\ \
| | * | [ticket/9675] Correctly check whether the style/component is still in use.Joas Schilling2011-02-081-28/+64
| | * | [ticket/9675] Put the code into methods to avoid code duplication.Joas Schilling2011-02-081-118/+154
| | * | [ticket/9675] Add option to delete template/theme/imageset when deleting style.Joas Schilling2011-02-081-1/+103
* | | | [ticket/10045] Update version in some more files.Joas Schilling2011-02-161-1/+1
* | | | Merge branch 'develop-olympus' into developIgor Wiedler2011-02-131-1/+1
|\ \ \ \ | |/ / /
| * | | [ticket/8904] Show default value for numeric custom profile fields when editingNiklas Schmidtmer2011-02-131-1/+1
* | | | [feature/system-cron] Added documentation for cron manager constructor.Oleg Pudeyev2011-02-121-1/+15
* | | | [feature/system-cron] Remove an unecessary assignment and an unecessary commentNils Adermann2011-02-121-3/+1
* | | | [feature/system-cron] preg_match returns int so cast to bool, fix commentNils Adermann2011-02-122-2/+2
* | | | [feature/system-cron] Rename lock() to acquire and unlock() to release.Nils Adermann2011-02-121-5/+5
* | | | [feature/system-cron] Cache cron's task names.Nils Adermann2011-02-121-10/+33
* | | | [feature/system-cron] Use a RecursiveDirectoryIterator instead of readdir.Nils Adermann2011-02-121-18/+11