aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11015] Add BC files for the driversIgor Wiedler2012-07-219-0/+171
* [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-2120-1154/+1099
* Merge branch 'develop-olympus' into developNils Adermann2012-07-212-84/+123
|\
| * Merge branch 'prep-release-3.0.11' into develop-olympusNils Adermann2012-07-212-84/+123
| |\
| | * Merge remote-tracking branch 'github-nickvergessen/ticket/10950' into prep-re...Nils Adermann2012-07-212-84/+123
| | |\
| | | * [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] Update undelivered pm counts in batches not 1 by 1 for each userJoas Schilling2012-07-161-5/+18
| | | * [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] 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
* | | | [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 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-1947-280/+877
|\ \ \ \
| * | | | [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] 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
| * | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/new-tz-h...Joas Schilling2012-07-1857-218/+1552
| |\ \ \ \
| * | | | | [feature/new-tz-handling] Properly name new timezone selection functionJoas Schilling2012-07-175-20/+38
| * | | | | [feature/new-tz-handling] Use tmp variable for user timezoneJoas Schilling2012-07-161-5/+5
| * | | | | [feature/new-tz-handling] Allow phpbb prefix for user data validation functionsJoas Schilling2012-07-161-4/+15
| * | | | | [feature/new-tz-handling] Require user argument on phpbb_datetimeJoas Schilling2012-07-163-8/+7
| * | | | | [feature/new-tz-handling] Fix code and doc layoutJoas Schilling2012-06-202-4/+8
| * | | | | [feature/new-tz-handling] Readd Database updater changes from OlegJoas Schilling2012-06-201-0/+27
| * | | | | [feature/new-tz-handling] Fix docs in phpbb_user classJoas Schilling2012-06-201-1/+5
| * | | | | [feature/new-tz-handling] Prefix function with phpbb_Joas Schilling2012-06-191-2/+2
| * | | | | [feature/new-tz-handling] Trim comment length and remove leading underscoresJoas Schilling2012-06-191-4/+5