aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [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 'rxu3/ticket/12278' into developJoas Schilling2014-03-181-0/+17
|\
| * [ticket/12278] Add mcp.php core event to allow to modify modules display optionrxu2014-03-171-0/+17
* | Merge remote-tracking branch 'VSEphpbb/ticket/12284' into developAndreas Fischer2014-03-171-6/+6
|\ \
| * | [ticket/12284] Improve readability of extension manager detailsMatt Friedman2014-03-171-6/+6
* | | Merge remote-tracking branch 'rxu3/ticket/12279' into developJoas Schilling2014-03-173-0/+12
|\ \ \
| * | | [ticket/12279] Add memberlist_view.html template event to add custom inforxu2014-03-173-0/+12
| | |/ | |/|
* | | Merge remote-tracking branch 'dragooon/ticket/9040' into developJoas Schilling2014-03-171-1/+1
|\ \ \
| * | | [ticket/9040] Count HTML entities as single in custom profile fieldsShitiz Garg2014-03-171-1/+1
| | |/ | |/|
* | | Merge branch 'ticket/12269' of github.com:netdeamon/phpbb into developJoas Schilling2014-03-171-0/+0
|\ \ \ | |/ / |/| |
| * | [ticket/12269] Delete folder mods in languagenetdeamon2014-03-171-0/+0
| |/
* | Merge branch 'ticket/11239' of github.com:geetakshi/phpbb into developJoas Schilling2014-03-161-1/+2
|\ \
| * | [ticket/11239] Removing hard-coded, language specific possessivegeetakshi2014-03-161-1/+1
| * | [ticket/11239] Including username before Overview titlegeetakshi2014-03-161-1/+2
* | | Merge remote-tracking branch 'vsephpbb/ticket/12274' into developJoas Schilling2014-03-162-4/+7
|\ \ \
| * | | [ticket/12274] Add core.js to the install footerMatt Friedman2014-03-161-0/+1
| * | | [ticket/12274] Fix broke/missing jQuery asset paths in update scriptMatt Friedman2014-03-161-4/+6
| * | | [ticket/12274] Load correct T_TEMPLATE_PATH during updateMatt Friedman2014-03-151-1/+1
| |/ /
* | | [ticket/11071] Add fallback if requested style don't existOliver Schramm2014-03-151-0/+13
| |/ |/|
* | [prep-release-3.1.0-b1] Update build version to 3.1.0-b2-devJoas Schilling2014-03-152-2/+2
* | [prep-release-3.1.0-b1] Add changelog for 3.1.0-b1Joas Schilling2014-03-151-0/+145
* | [prep-release-3.1.0-b1] Prepare ChangelogJoas Schilling2014-03-151-24/+27
* | [prep-release-3.1.0-b1] Add migration for 3.1.0-b1Joas Schilling2014-03-151-0/+33
* | [prep-release-3.1.0-b1] Update version to 3.1.0-b1Joas Schilling2014-03-155-7/+7
* | Merge pull request #2111 from nickvergessen/ticket/12262Andreas Fischer2014-03-151-14/+39
|\ \
| * | [ticket/12262] Do not use inline assignmentsJoas Schilling2014-03-151-4/+7
| * | [ticket/12262] Do not use getExtension()Joas Schilling2014-03-151-1/+1
| * | [ticket/12262] Fix location list for acp events with "Locations:"Joas Schilling2014-03-111-2/+13
| * | [ticket/12262] Also find vars array when it's defined in the trigger_event()Joas Schilling2014-03-111-8/+19
* | | [ticket/12272] Fix hardcoded colons in subforums.Maël Soucaze2014-03-151-1/+1
* | | [ticket/12272] Fix hardcoded colons in subforums.Maël Soucaze2014-03-152-2/+2
| |/ |/|
* | Merge pull request #2128 from nickvergessen/ticket/12271Dhruv Goel2014-03-147-25/+31
|\ \
| * | [ticket/12271] Decouple dropdown header and footer from #notifications_listJoas Schilling2014-03-147-25/+31
* | | Merge branch 'develop-olympus' into developJoas Schilling2014-03-141-1/+1
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'Elsensee/ticket/12072' into develop-olympusJoas Schilling2014-03-141-1/+1
| |\ \
| | * | [ticket/12072] Fix comment about NEW MEMBERS permissionOliver Schramm2014-03-141-1/+1
| * | | Merge remote-tracking branch 'marcosbc/ticket/12247' into develop-olympusJoas Schilling2014-03-141-2/+4
| |\ \ \
| | * | | [ticket/12247] Makes static usernames workMarcos Bjorkelund2014-03-141-2/+4
| | * | | [ticket/12247] Add ['username'] to mcp_queue.php's user_notification()Marcos Bjorkelund2014-03-131-2/+2
| | |/ /
* | | | Merge remote-tracking branch 'vsephpbb/ticket/11429' into developJoas Schilling2014-03-141-0/+5
|\ \ \ \