aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12482] Fixed undefined variable: data.Cesar G2014-05-021-1/+1
* Merge pull request #2385 from prototech/ticket/12478Joas Schilling2014-05-023-1/+20
|\
| * [ticket/12478] Add contact field events to viewtopic_body.html.Cesar G2014-05-022-0/+18
| * [ticket/12478] Re-add contact field events in ucp_pm_viewmessage.html.Cesar G2014-05-021-1/+2
* | Merge pull request #2388 from nickvergessen/ticket/12480Andreas Fischer2014-05-021-1/+1
|\ \
| * | [ticket/12480] Only load config/routing.yml from extensions routeJoas Schilling2014-05-021-1/+1
* | | Merge pull request #2384 from prototech/ticket/12477Andreas Fischer2014-05-022-3/+3
|\ \ \ | |/ / |/| |
| * | [ticket/12477] Tab instead of spaces.Cesar G2014-05-021-1/+1
| * | [ticket/12477] Fix logic to prevent admin-deactivated users from getting PM's.Cesar G2014-05-022-2/+2
| |/
* | Merge remote-tracking branch 'github-bantu/ticket/12429-ascraeus' into develo...Nils Adermann2014-05-022-89/+374
|\ \
| * \ Merge branch 'ticket/12429' into ticket/12429-developAndreas Fischer2014-05-022-89/+374
| |\ \
| | * | [ticket/12429] Update PHPUnit to 4.1, update DBUnit to 1.3.Andreas Fischer2014-05-022-80/+376
* | | | Merge remote-tracking branch 'github-vse/ticket/12254' into develop-ascraeusNils Adermann2014-05-026-12/+31
|\ \ \ \ | |_|_|/ |/| | |
| * | | [ticket/12254] Add subsilver2 support for cookie storage instead of SIDMatt Friedman2014-05-022-2/+2
| * | | [ticket/12254] Use a cookie instead of SID to store language selectionMatt Friedman2014-05-024-10/+13
| * | | [ticket/12254] No longer need to add change_lang to the URL paramsMatt Friedman2014-04-111-5/+4
| * | | [ticket/12254] Use 'language' instead of 'set_lang' as the variable nameMatt Friedman2014-04-116-9/+9
| * | | [ticket/12254] Persist set_lang after reg only if changed from defaultMatt Friedman2014-04-071-2/+2
| * | | [ticket/12254] Add set_lang var changes to subsilver2 filesMatt Friedman2014-04-072-0/+2
| * | | [ticket/12254] Use new set_lang var to avoid conflict with change_langMatt Friedman2014-04-074-6/+8
| * | | [ticket/12254] Stop using deprecated request_var in user classMatt Friedman2014-04-071-3/+3
| * | | [ticket/12254] Better language switching on registration pageMatt Friedman2014-04-062-3/+16
* | | | [ticket/12475] Tabs, spaces, ...Nils Adermann2014-05-021-2/+2
* | | | [ticket/12475] Load extension migrations on cli updater tooNils Adermann2014-05-021-1/+2
| |/ / |/| |
* | | Merge pull request #2381 from Nicofuma/ticket/12475Andreas Fischer2014-05-021-1/+1
|\ \ \
| * | | [ticket/12475] Error in db:update console commandNicofuma2014-05-021-1/+1
* | | | [ticket/12474] Error messages should be displayed with <error> tagNicofuma2014-05-021-1/+1
|/ / /
* | | Merge remote-tracking branch 'github-bantu/ticket/12473' into develop-ascraeusNils Adermann2014-05-025-28/+187
|\ \ \
| * | | [ticket/12473] Add console command for database migration.Andreas Fischer2014-05-022-0/+139
| * | | [ticket/12473] Add more compatibility to phpBB Console Application.Andreas Fischer2014-05-021-0/+3
| * | | [ticket/12473] Move compatibility globals out into its own file.Andreas Fischer2014-05-022-28/+45
* | | | Merge branch 'develop-olympus' into develop-ascraeusMarc Alexander2014-05-021-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | [ticket/12120] Add Marc Alexander to AUTHORSJoas Schilling2014-05-021-0/+1
* | | | Merge remote-tracking branch 'github-prototech/ticket/12265' into develop-asc...Nils Adermann2014-05-0222-79/+229
|\ \ \ \
| * | | | [ticket/12265] Actually use $u_pm.Cesar G2014-04-151-1/+1
| * | | | [ticket/12265] Ensure that dropdown is always at the very left of the containerCesar G2014-04-151-0/+1
| * | | | [ticket/12265] Define a loop for contact icons.Cesar G2014-04-154-66/+117
| * | | | [ticket/12265] Break the icons that aren't in loop in case extensions add moreCesar G2014-04-152-0/+12
| * | | | [ticket/12265] Fix modulo logic.Cesar G2014-04-152-2/+2
| * | | | [ticket/12265] Adjust alignment of AIM and Jabber icons.Cesar G2014-04-151-2/+2
| * | | | [ticket/12265] Ensure that there's only 4 icons per row in IE & Opera.Cesar G2014-04-151-0/+4
| * | | | [ticket/12265] Add contact icon and remove border from last row & cells.Cesar G2014-04-156-46/+70
| * | | | [ticket/12265] Fix issue with dropdown being restricted by the width of parentCesar G2014-04-152-2/+13
| * | | | [ticket/12265] Remove ugly logic.Cesar G2014-04-153-47/+12
| * | | | [ticket/12265] Simplify contact icon design and move to dropdown.Cesar G2014-04-1516-66/+149
* | | | | Merge remote-tracking branch 'github-nickvergessen/feature/sqlite3' into deve...Nils Adermann2014-05-0219-121/+757
|\ \ \ \ \
| * | | | | [feature/sqlite3] Remove unneeded ORDER BY type from sqlite_master queriesJoas Schilling2014-05-022-5/+3
| * | | | | [feature/sqlite3] Correctly recreate indexes when recreating a tableJoas Schilling2014-05-021-82/+135
| * | | | | [feature/sqlite3] Fix sql_index_drop() for sqlite3Joas Schilling2014-05-021-1/+1
| * | | | | [feature/sqlite3] Remove trailing comma from column listJoas Schilling2014-05-021-1/+6