| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/12286] Reword section about plurals | Joas Schilling | 2014-03-28 | 1 | -4/+6 |
| | | | | | PHPBB3-12286 | ||||
| * | [ticket/12286] Fix spelling of elephant(s) in the sample | Joas Schilling | 2014-03-28 | 1 | -5/+5 |
| | | | | | PHPBB3-12286 | ||||
| * | [ticket/12286] Correctly capitalize PHP | Joas Schilling | 2014-03-28 | 1 | -1/+1 |
| | | | | | PHPBB3-12286 | ||||
| * | [ticket/12286] Fix nesting of ul inside li element | Joas Schilling | 2014-03-28 | 1 | -7/+9 |
| | | | | | PHPBB3-12286 | ||||
| * | [ticket/12286] Add note that goto should not be used | Joas Schilling | 2014-03-21 | 1 | -0/+8 |
| | | | | | PHPBB3-12286 | ||||
| * | [ticket/12286] Add section about plurals to the coding guidelines | Joas Schilling | 2014-03-18 | 1 | -0/+52 |
| | | | | | PHPBB3-12286 | ||||
| * | [ticket/12286] Classes must use the name space | Joas Schilling | 2014-03-18 | 1 | -23/+14 |
| | | | | | PHPBB3-12286 | ||||
| * | [ticket/12286] Remove section about utf8_normalize_nfc() | Joas Schilling | 2014-03-18 | 1 | -13/+0 |
| | | | | | | | The request class takes care of this PHPBB3-12286 | ||||
| * | [ticket/12286] Use $request->variable() instead of request_var() | Joas Schilling | 2014-03-18 | 1 | -15/+15 |
| | | | | | PHPBB3-12286 | ||||
| * | [ticket/12286] Function names should be prefixed with phpbb_ | Joas Schilling | 2014-03-18 | 1 | -2/+2 |
| | | | | | PHPBB3-12286 | ||||
| * | [ticket/12286] Add "Since" to template event docs | Joas Schilling | 2014-03-18 | 1 | -1/+6 |
| | | | | | PHPBB3-12286 | ||||
| * | [ticket/12286] style.php and imagesets dont exist anymore | Joas Schilling | 2014-03-18 | 1 | -4/+2 |
| | | | | | PHPBB3-12286 | ||||
| * | [ticket/12286] Styles have a phpbb_version and a style_version in 3.1 | Joas Schilling | 2014-03-18 | 1 | -2/+4 |
| | | | | | PHPBB3-12286 | ||||
| * | [ticket/12286] Use UTF8 (c) in style.cfg samples | Joas Schilling | 2014-03-18 | 1 | -2/+2 |
| | | | | | PHPBB3-12286 | ||||
| * | Merge remote-tracking branch 'rxu3/ticket/12278' into develop | Joas Schilling | 2014-03-18 | 1 | -0/+17 |
| |\ | | | | | | | | | * rxu3/ticket/12278: [ticket/12278] Add mcp.php core event to allow to modify modules display option | ||||
| | * | [ticket/12278] Add mcp.php core event to allow to modify modules display option | rxu | 2014-03-17 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | This event allows extensions to set display option for custom MCP modules for extensions which add custom MCP modules and some of them should be displayed conditionally. PHPBB3-12278 | ||||
| * | | Merge remote-tracking branch 'VSEphpbb/ticket/12284' into develop | Andreas Fischer | 2014-03-17 | 1 | -6/+6 |
| |\ \ | | | | | | | | | | | | | * VSEphpbb/ticket/12284: [ticket/12284] Improve readability of extension manager details | ||||
| | * | | [ticket/12284] Improve readability of extension manager details | Matt Friedman | 2014-03-17 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Use span tags like the rest of the ACP does, instead of P tags. There is no semantic need to use P tags here. These are not paragraphs. PHPBB3-12284 | ||||
| * | | | Merge remote-tracking branch 'rxu3/ticket/12279' into develop | Joas Schilling | 2014-03-17 | 3 | -0/+12 |
| |\ \ \ | | | | | | | | | | | | | | | | | * rxu3/ticket/12279: [ticket/12279] Add memberlist_view.html template event to add custom info | ||||
| | * | | | [ticket/12279] Add memberlist_view.html template event to add custom info | rxu | 2014-03-17 | 3 | -0/+12 |
| | | |/ | |/| | | | | | | | | | | | | | | | | Template event to ddd custom content to the user profile view after the main content. PHPBB3-12279 | ||||
| * | | | Merge remote-tracking branch 'dragooon/ticket/9040' into develop | Joas Schilling | 2014-03-17 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | * dragooon/ticket/9040: [ticket/9040] Minor cleanup in the unit test file [ticket/9040] Count HTML entities as single in custom profile fields | ||||
| | * | | | [ticket/9040] Count HTML entities as single in custom profile fields | Shitiz Garg | 2014-03-17 | 1 | -1/+1 |
| | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently when an user adds a HTML entity to a custom profile field, the length gets incremented by 4 since the code reads > instead of <. However, the length is presentational and not DB storage so it should be treated as a single character even if it takes four lengths in the DB by being stored as a HTML entity. Work around this by decoding html entities before counting. Also, added unit tests for string field type PHPBB3-9040 | ||||
| * | | | Merge branch 'ticket/12269' of github.com:netdeamon/phpbb into develop | Joas Schilling | 2014-03-17 | 1 | -0/+0 |
| |\ \ \ | |/ / |/| | | | | | | | | | | | | | | # By netdeamon # Via netdeamon * 'ticket/12269' of github.com:netdeamon/phpbb: [ticket/12269] Delete folder mods in language | ||||
| | * | | [ticket/12269] Delete folder mods in language | netdeamon | 2014-03-17 | 1 | -0/+0 |
| | |/ | | | | | | | | | | | Deleted mods folder in phpbb/language/en/. PHPBB3-12269 | ||||
| * | | Merge branch 'ticket/11239' of github.com:geetakshi/phpbb into develop | Joas Schilling | 2014-03-16 | 1 | -1/+2 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | # By geetakshi # Via geetakshi * 'ticket/11239' of github.com:geetakshi/phpbb: [ticket/11239] Removing hard-coded, language specific possessive [ticket/11239] Including username before Overview title | ||||
| | * | | [ticket/11239] Removing hard-coded, language specific possessive | geetakshi | 2014-03-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11239 | ||||
| | * | | [ticket/11239] Including username before Overview title | geetakshi | 2014-03-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Adding username to the page title to avoid confusion while managing multiple users in ACP PHPBB3-11239 | ||||
| * | | | Merge remote-tracking branch 'vsephpbb/ticket/12274' into develop | Joas Schilling | 2014-03-16 | 2 | -4/+7 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * vsephpbb/ticket/12274: [ticket/12274] Add core.js to the install footer [ticket/12274] Fix broke/missing jQuery asset paths in update script [ticket/12274] Load correct T_TEMPLATE_PATH during update | ||||
| | * | | | [ticket/12274] Add core.js to the install footer | Matt Friedman | 2014-03-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Required so phpbb var is defined, as it is used in admin.js. PHPBB3-12274 | ||||
| | * | | | [ticket/12274] Fix broke/missing jQuery asset paths in update script | Matt Friedman | 2014-03-16 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | PHPBB3-12274 | ||||
| | * | | | [ticket/12274] Load correct T_TEMPLATE_PATH during update | Matt Friedman | 2014-03-15 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | PHPBB3-12274 | ||||
| * | | | [ticket/11071] Add fallback if requested style don't exist | Oliver Schramm | 2014-03-15 | 1 | -0/+13 |
| | |/ |/| | | | | | PHPBB3-11071 | ||||
| * | | [prep-release-3.1.0-b1] Update build version to 3.1.0-b2-dev | Joas Schilling | 2014-03-15 | 2 | -2/+2 |
| | | | |||||
| * | | [prep-release-3.1.0-b1] Add changelog for 3.1.0-b1 | Joas Schilling | 2014-03-15 | 1 | -0/+145 |
| | | | |||||
| * | | [prep-release-3.1.0-b1] Prepare Changelog | Joas Schilling | 2014-03-15 | 1 | -24/+27 |
| | | | |||||
| * | | [prep-release-3.1.0-b1] Add migration for 3.1.0-b1 | Joas Schilling | 2014-03-15 | 1 | -0/+33 |
| | | | |||||
| * | | [prep-release-3.1.0-b1] Update version to 3.1.0-b1 | Joas Schilling | 2014-03-15 | 5 | -7/+7 |
| | | | |||||
| * | | Merge pull request #2111 from nickvergessen/ticket/12262 | Andreas Fischer | 2014-03-15 | 1 | -14/+39 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12262] Fix event exporter * nickvergessen/ticket/12262: [ticket/12262] Do not use inline assignments [ticket/12262] Do not use getExtension() [ticket/12262] Fix location list for acp events with "Locations:" [ticket/12262] Also find vars array when it's defined in the trigger_event() | ||||
| | * | | [ticket/12262] Do not use inline assignments | Joas Schilling | 2014-03-15 | 1 | -4/+7 |
| | | | | | | | | | | | | | PHPBB3-12262 | ||||
| | * | | [ticket/12262] Do not use getExtension() | Joas Schilling | 2014-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | The method is php 5.3.6+ only. PHPBB3-12262 | ||||
| | * | | [ticket/12262] Fix location list for acp events with "Locations:" | Joas Schilling | 2014-03-11 | 1 | -2/+13 |
| | | | | | | | | | | | | | PHPBB3-12262 | ||||
| | * | | [ticket/12262] Also find vars array when it's defined in the trigger_event() | Joas Schilling | 2014-03-11 | 1 | -8/+19 |
| | | | | | | | | | | | | | PHPBB3-12262 | ||||
| * | | | [ticket/12272] Fix hardcoded colons in subforums. | Maël Soucaze | 2014-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | In subforums list, under the parent forum description, there are two harcoded colons instead of {L_COLON}. PHPBB3-12272 | ||||
| * | | | [ticket/12272] Fix hardcoded colons in subforums. | Maël Soucaze | 2014-03-15 | 2 | -2/+2 |
| | |/ |/| | | | | | | | | | | | In subforums list, under the parent forum description, there are two harcoded colons instead of {L_COLON}. PHPBB3-12272 | ||||
| * | | Merge pull request #2128 from nickvergessen/ticket/12271 | Dhruv Goel | 2014-03-14 | 7 | -25/+31 |
| |\ \ | | | | | | | [ticket/12271] Decouple dropdown header and footer from #notifications_list | ||||
| | * | | [ticket/12271] Decouple dropdown header and footer from #notifications_list | Joas Schilling | 2014-03-14 | 7 | -25/+31 |
| | | | | | | | | | | | | | PHPBB3-12271 | ||||
| * | | | Merge branch 'develop-olympus' into develop | Joas Schilling | 2014-03-14 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | | | | | | | * develop-olympus: [ticket/12072] Fix comment about NEW MEMBERS permission | ||||
| | * | | Merge remote-tracking branch 'Elsensee/ticket/12072' into develop-olympus | Joas Schilling | 2014-03-14 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | | | | | | | | | * Elsensee/ticket/12072: [ticket/12072] Fix comment about NEW MEMBERS permission | ||||
| | | * | | [ticket/12072] Fix comment about NEW MEMBERS permission | Oliver Schramm | 2014-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-12072 | ||||
| | * | | | Merge remote-tracking branch 'marcosbc/ticket/12247' into develop-olympus | Joas Schilling | 2014-03-14 | 1 | -2/+4 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | * marcosbc/ticket/12247: [ticket/12247] Makes static usernames work [ticket/12247] Add ['username'] to mcp_queue.php's user_notification() | ||||
