aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'vsephpbb/ticket/12283' into develop-ascraeusJoas Schilling2014-04-111-1/+1
|\
| * [ticket/12283] Remove obsolete online class from posting review pageMatt Friedman2014-04-081-1/+1
* | Merge remote-tracking branch 'paybas/ticket/12377' into develop-ascraeusJoas Schilling2014-04-116-119/+120
|\ \
| * | [ticket/12377] Forgot to change the INCLUDEsPayBas2014-04-102-2/+2
| * | [ticket/12377] Renamed template files to navbar_xxxPayBas2014-04-103-4/+4
| * | [ticket/12377] Moved notifications to new templatePayBas2014-04-103-107/+108
| * | [ticket/12377] Forgot empty line at the endPayBas2014-04-102-2/+2
| * | [ticket/12377] Move navbar(s) to new template filePayBas2014-04-105-118/+118
* | | Merge remote-tracking branch 'vsephpbb/ticket/12380' into develop-ascraeusJoas Schilling2014-04-111-1/+2
|\ \ \
| * | | [ticket/12380] Explicity state the order of sorting for login keysMatt Friedman2014-04-101-1/+1
| * | | [ticket/12380] Sort Remember Me keys by last login time in UCPMatt Friedman2014-04-101-1/+2
* | | | Merge remote-tracking branch 'varunagw/ticket/12355' into develop-ascraeusJoas Schilling2014-04-112-21/+41
|\ \ \ \
| * | | | [ticket/12355] Topic Tools not fully updated when subscribing/bookmarkingVarun Agrawal2014-04-112-21/+41
* | | | | Merge branch 'develop-olympus' into develop-ascraeusCesar G2014-04-101-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'marc1706/ticket/10687' into develop-olympusCesar G2014-04-101-1/+1
| |\ \ \ \ \
| | * | | | | [ticket/10687] Improve error message if unable to get image dimensionsMarc Alexander2014-04-091-1/+1
* | | | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12370' into develop...Nils Adermann2014-04-105-11/+295
|\ \ \ \ \ \ \
| * | | | | | | [ticket/12370] Add unit tests for topic notificationsJoas Schilling2014-04-073-1/+284
| * | | | | | | [ticket/12370] Fix functional notification test and remove unneeded requestsJoas Schilling2014-04-071-6/+3
| * | | | | | | [ticket/12370] Do not delete topic notifications when the topic is visibleJoas Schilling2014-04-071-4/+8
* | | | | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12367' into develop...Nils Adermann2014-04-101-15/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/12367] Change phpbb_wrapper_gmgetdate_test to use data providersJoas Schilling2014-04-061-15/+22
| |/ / / / / / /
* | | | | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12113' into develop...Nils Adermann2014-04-105-16/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/12113] Fix view_log() testsJoas Schilling2014-04-012-1/+6
| * | | | | | | | [ticket/12113] Correctly use plurals when deleting user warningsJoas Schilling2014-04-012-11/+10
| * | | | | | | | [ticket/12113] Allow log entries to use pluralsJoas Schilling2014-04-011-4/+18
* | | | | | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12373' into develop...Nils Adermann2014-04-101-4/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/12373] Add to and from forum_id to LOG_MOVE log entriesJoas Schilling2014-04-081-4/+13
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12348' into develop...Nils Adermann2014-04-101-8/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/12348] Allow to run create_schema_files when phpBB is not installedJoas Schilling2014-04-031-8/+19
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12331' into develop...Nils Adermann2014-04-102-0/+34
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/12331] Add functional test for saving custom profile fieldsJoas Schilling2014-04-011-0/+33
| * | | | | | | | | [ticket/12331] Fix SQL error when inserting a new entry to profile field dataJoas Schilling2014-03-301-0/+1
* | | | | | | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12286' into develop...Nils Adermann2014-04-101-69/+116
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [ticket/12286] Reword section about pluralsJoas Schilling2014-03-281-4/+6
| * | | | | | | | | | [ticket/12286] Fix spelling of elephant(s) in the sampleJoas Schilling2014-03-281-5/+5
| * | | | | | | | | | [ticket/12286] Correctly capitalize PHPJoas Schilling2014-03-281-1/+1
| * | | | | | | | | | [ticket/12286] Fix nesting of ul inside li elementJoas Schilling2014-03-281-7/+9
| * | | | | | | | | | [ticket/12286] Add note that goto should not be usedJoas Schilling2014-03-211-0/+8
| * | | | | | | | | | [ticket/12286] Add section about plurals to the coding guidelinesJoas Schilling2014-03-181-0/+52
| * | | | | | | | | | [ticket/12286] Classes must use the name spaceJoas Schilling2014-03-181-23/+14
| * | | | | | | | | | [ticket/12286] Remove section about utf8_normalize_nfc()Joas Schilling2014-03-181-13/+0
| * | | | | | | | | | [ticket/12286] Use $request->variable() instead of request_var()Joas Schilling2014-03-181-15/+15
| * | | | | | | | | | [ticket/12286] Function names should be prefixed with phpbb_Joas Schilling2014-03-181-2/+2
| * | | | | | | | | | [ticket/12286] Add "Since" to template event docsJoas Schilling2014-03-181-1/+6
| * | | | | | | | | | [ticket/12286] style.php and imagesets dont exist anymoreJoas Schilling2014-03-181-4/+2
| * | | | | | | | | | [ticket/12286] Styles have a phpbb_version and a style_version in 3.1Joas Schilling2014-03-181-2/+4
| * | | | | | | | | | [ticket/12286] Use UTF8 (c) in style.cfg samplesJoas Schilling2014-03-181-2/+2
* | | | | | | | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12282' into develop...Nils Adermann2014-04-1066-411/+617
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [ticket/12282] Update new referencesJoas Schilling2014-04-012-3/+3