aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11012] Normalize $phpEx member vars to $php_extIgor Wiedler2012-07-216-29/+29
* Merge branch 'develop-olympus' into developNils Adermann2012-07-214-84/+428
|\
| * Merge branch 'prep-release-3.0.11' into develop-olympusNils Adermann2012-07-214-84/+428
| |\
| | * Merge remote-tracking branch 'github-nickvergessen/ticket/10950' into prep-re...Nils Adermann2012-07-214-84/+428
| | |\
| | | * [ticket/10950] Fix grammar in commentsJoas Schilling2012-07-201-3/+3
| | | * [ticket/10950] Delete PMs for users that have not yet read the pmJoas Schilling2012-07-202-33/+45
| | | * [ticket/10950] Fix unit tests to fit the new pm deleting behaviourJoas Schilling2012-07-201-1/+0
| | | * [ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each userJoas Schilling2012-07-161-5/+18
| | | * [ticket/10950] Remove deleted entries in tests instead of commenting them outJoas Schilling2012-07-111-17/+0
| | | * [ticket/10950] Use database count() and group by instead of doing that in phpJoas Schilling2012-07-111-11/+5
| | | * [ticket/10950] Check $delete_ids to be not emptyJoas Schilling2012-07-041-19/+22
| | | * [ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()Joas Schilling2012-07-041-58/+74
| | | * [ticket/10950] Fix unit tests to reflect desired behaviourJoas Schilling2012-07-042-4/+105
| | | * [ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms()Joas Schilling2012-06-232-0/+222
| | | * [ticket/10950] Correct comment for the second query.Andreas Fischer2012-06-231-1/+1
| | | * [ticket/10950] Add empty line to make unset() call more visible.Andreas Fischer2012-06-231-0/+1
| | | * [ticket/10950] Select the correct columns in SQL queries.Andreas Fischer2012-06-231-2/+2
| | | * [ticket/10950] Use a variable for the private message id.Andreas Fischer2012-06-231-6/+8
| | | * [ticket/10950] Move array initialisation to the front.Andreas Fischer2012-06-231-1/+2
| | | * [ticket/10950] Remove redundant if statement.Andreas Fischer2012-06-231-12/+9
| | | * [ticket/10950] Fix SQL coding style (indentation) in second SQL query.Andreas Fischer2012-06-231-1/+1
| | | * [ticket/10950] Use proper ' in order to fix comment.Andreas Fischer2012-06-231-1/+1
* | | | Merge branch 'develop-olympus' into developNils Adermann2012-07-210-0/+0
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'github-bantu/ticket/11009' into develop-olympusNils Adermann2012-07-211-5/+16
| |\ \ \
| | * | | [ticket/11009] Backport build.xml from develop to fix Bamboo Unit Testing.Andreas Fischer2012-07-211-5/+16
| |/ / /
* | | | Merge pull request #904 from igorw/ticket/11008Nils Adermann2012-07-2010-28/+16
|\ \ \ \
| * | | | [ticket/11008] Change onunload_functions to not use eval()Igor Wiedler2012-07-216-8/+12
| * | | | [ticket/11008] Remove eval() calls to get document[id]Igor Wiedler2012-07-214-20/+4
|/ / / /
* | | | Merge pull request #898 from bantu/ticket/10993Nils Adermann2012-07-191-2/+1
|\ \ \ \
| * | | | [ticket/10993] Use composer.phar from our repository in README.mdAndreas Fischer2012-07-171-2/+1
* | | | | Merge branch 'develop-olympus' into developNils Adermann2012-07-191-29/+40
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'prep-release-3.0.11' into develop-olympusNils Adermann2012-07-191-30/+37
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge remote-tracking branch 'github-noxwizard/ticket/10441' into prep-releas...Nils Adermann2012-07-191-30/+37
| | |\ \ \
| | | * | | [ticket/10441] Make CDB linking more consistentPatrick Webster2012-07-021-5/+5
| | | * | | [ticket/10441] TypoPatrick Webster2012-06-291-1/+1
| | | * | | [ticket/10441] Update to docs/README.htmlOyabun12012-06-291-28/+35
| | | | |/ | | | |/|
* | | | | Merge pull request #843 from nickvergessen/feature/new-tz-handlingNils Adermann2012-07-1948-280/+934
|\ \ \ \ \
| * | | | | [feature/new-tz-handling] Don't use global user but make it a parameterJoas Schilling2012-07-195-8/+11
| * | | | | [feature/new-tz-handling] Fix size of suggestion button in chromeJoas Schilling2012-07-191-1/+1
| * | | | | [feature/new-tz-handling] Fall back to UTC, if the timezone is invalidJoas Schilling2012-07-192-2/+17
| * | | | | [feature/new-tz-handling] Add previous selected value to validation if validJoas Schilling2012-07-192-5/+39
| * | | | | [feature/new-tz-handling] Display suggestion when a different value is selectedJoas Schilling2012-07-192-2/+10
| * | | | | [feature/new-tz-handling] Remove additional marking of selected itemsJoas Schilling2012-07-182-3/+2
| * | | | | [feature/new-tz-handling] Move update helper function to new classJoas Schilling2012-07-182-101/+116
| * | | | | [feature/new-tz-handling] Fix unit testJoas Schilling2012-07-181-1/+1
| * | | | | [feature/new-tz-handling] Delete old variable which is not used anymoreJoas Schilling2012-07-181-3/+0
| * | | | | [feature/new-tz-handling] Rename $user->tz back to $user->timezoneJoas Schilling2012-07-185-13/+13
| * | | | | [feature/new-tz-handling] Remove "timezone might be numeric"Joas Schilling2012-07-182-11/+0
| * | | | | [feature/new-tz-handling] Add function to update the timezoneJoas Schilling2012-07-181-0/+99
| * | | | | [feature/new-tz-handling] Correctly update user and board timezones on updateJoas Schilling2012-07-181-19/+18