| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/11366] Fix HTML | Tristan Darricau | 2014-05-28 | 1 | -2/+2 |
| | | | | | PHPBB3-11366 | ||||
| * | [ticket/11366] Exchange links and settings' form | Tristan Darricau | 2014-05-28 | 1 | -4/+4 |
| | | | | | PHPBB3-11366 | ||||
| * | [ticket/11366] Remove the extra {S_FORM_TOKEN} | Tristan Darricau | 2014-05-28 | 1 | -1/+0 |
| | | | | | PHPBB3-11366 | ||||
| * | [ticket/11366] Move the links to the top of the page | Tristan Darricau | 2014-05-28 | 1 | -5/+5 |
| | | | | | PHPBB3-11366 | ||||
| * | [ticket/11366] Hide the version check settings by default | Tristan Darricau | 2014-05-28 | 1 | -2/+2 |
| | | | | | PHPBB3-11366 | ||||
| * | [ticket/11366] Versions, options and actions heading should be centered | Tristan Darricau | 2014-05-28 | 1 | -3/+3 |
| | | | | | PHPBB3-11366 | ||||
| * | [ticket/11366] Move "recheck all" link | Tristan Darricau | 2014-05-28 | 1 | -2/+6 |
| | | | | | PHPBB3-11366 | ||||
| * | [ticket/11366] Add $config['extension_force_unstable'] | Tristan Darricau | 2014-05-28 | 1 | -0/+21 |
| | | | | | PHPBB3-11366 | ||||
| * | [ticket/11366] Add recheck-all link | Tristan Darricau | 2014-05-28 | 1 | -1/+1 |
| | | | | | PHPBB3-11366 | ||||
| * | [ticket/11366] Force the use of the cache on the list page | Tristan Darricau | 2014-05-28 | 1 | -2/+6 |
| | | | | | PHPBB3-11366 | ||||
| * | [ticket/11366] Fix detailed view | Tristan Darricau | 2014-05-28 | 1 | -6/+5 |
| | | | | | PHPBB3-11366 | ||||
| * | [ticket/11366] Coding style | Tristan Darricau | 2014-05-28 | 2 | -2/+6 |
| | | | | | PHPBB3-11366 | ||||
| * | [ticket/11366] Set the size of the 'current version' column to 20% | Nicofuma | 2014-05-28 | 1 | -1/+1 |
| | | | | | PHPBB3-11366 | ||||
| * | [ticket/11366] Moving to \phpbb\version_helper | Nicofuma | 2014-05-28 | 2 | -23/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | + bug fix (missing exception) + Using \phpbb\version_helper So, now, the version file have a new format : { "stable": { "<branch>": { "current": "<version>", [ "announcement": "<announcement link>", ] [ "download": "<download link>", ] }, "<branch>": { ... } }, "unstable": { } } PHPBB3-11366 | ||||
| * | [ticket/11366] Extension's version's check | Nicofuma | 2014-05-28 | 2 | -5/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a feature to check automatically the version of the installed extensions. The informations are cached for 24 hours (like for the global update check on the main page of the acp). The informations about the versions are display both on the global list and on the detailled page. To do this the developper has to to let the composer.json of the latest version available and add some informations into it : "extra": { "version-check": { "host": "<the host>", "directory": "<the directory containing the file>", "filename": "<the composer.json of the latest version>" } } He can also add two extra informations which will be displayed if a new version is available : "extra": { "download": "<download link>", "annoucement": "<announcement link>", } Currently a notice is displayed when the "extra.version-check" informations are missing. Ticket: https://tracker.phpbb.com/browse/PHPBB3-11366 Signed-off-by: Nicofuma <github@nicofuma.fr> PHPBB3-11366 | ||||
| * | [ticket/12594] Replace phpBB Group with phpBB Limited | Yuriy Rusko | 2014-05-28 | 1 | -1/+4 |
| | | | | | PHPBB3-12594 | ||||
| * | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594 | Yuriy Rusko | 2014-05-28 | 1 | -0/+2 |
| |\ | |||||
| | * | Merge pull request #2502 from tmbackoff/ticket/12596 | Dhruv Goel | 2014-05-28 | 1 | -0/+2 |
| | |\ | | | | | | | [ticket/12596] Add template event acp_group_options_before/after | ||||
| | | * | [ticket/12596] Add template event acp_group_options_before/after | Tabitha Backoff | 2014-05-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Add template events to the group settings page to allow extensions to add additional options for groups. PHPBB3-12596 | ||||
| * | | | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594 | Yuriy Rusko | 2014-05-27 | 1 | -166/+23 |
| |\ \ \ | |/ / | | | | | | | | | | Conflicts: phpBB/docs/hook_system.html | ||||
| | * | | Merge pull request #2440 from nickvergessen/ticket/12527 | Andreas Fischer | 2014-05-27 | 1 | -166/+23 |
| | |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12527] Remove translation editor from ACP * nickvergessen/ticket/12527: [ticket/12527] Fix "board’s language" vs "boards language" [ticket/12527] Use a proper language string on confirm screen [ticket/12527] Remove unnecessary language strings [ticket/12527] Check whether the language exists [ticket/12527] Restore missing files and variables check [ticket/12527] Remove editor from template [ticket/12527] Remove language file editor form ACP | ||||
| | | * | [ticket/12527] Restore missing files and variables check | Joas Schilling | 2014-05-11 | 1 | -37/+23 |
| | | | | | | | | | | | | | PHPBB3-12527 | ||||
| | | * | [ticket/12527] Remove editor from template | Joas Schilling | 2014-05-11 | 1 | -131/+2 |
| | | | | | | | | | | | | | PHPBB3-12527 | ||||
| * | | | [ticket/12594] Update footer credit lines | Yuriy Rusko | 2014-05-27 | 1 | -1/+1 |
| |/ / | | | | | | | PHPBB3-12594 | ||||
| * | | [ticket/12547] Rename jquery.js to jquery.min.js in assets directory | n-aleha | 2014-05-15 | 3 | -3/+3 |
| | | | | | | | | | | | | | phpBB uses the minified version of jQuery hence the rename. PHPBB3-12547 | ||||
| * | | [ticket/12534] Do not use errorbox for multi steps | Joas Schilling | 2014-05-12 | 2 | -2/+2 |
| | | | | | | | | | PHPBB3-12534 | ||||
| * | | [ticket/12534] Do not abuse errorbox for en/disable confirmation of extensions | Joas Schilling | 2014-05-12 | 3 | -6/+10 |
| |/ | | | | PHPBB3-12534 | ||||
| * | [ticket/9388] Use "togglable" instead of "toggable" | Cesar G | 2014-05-09 | 3 | -3/+3 |
| | | | | | PHPBB3-9388 | ||||
| * | [ticket/9388] Do not nest the <fieldset> tags in the OAuth settings. | Cesar G | 2014-05-08 | 1 | -3/+2 |
| | | | | | PHPBB3-9388 | ||||
| * | [ticket/9388] Reopen <fieldset> after auth templates. | Cesar G | 2014-05-08 | 1 | -1/+3 |
| | | | | | PHPBB3-9388 | ||||
| * | [ticket/9388] Use the new toggle function for the avatar type <select>. | Cesar G | 2014-05-08 | 3 | -23/+4 |
| | | | | | PHPBB3-9388 | ||||
| * | [ticket/9388] Display only the settings for the selected search backend. | Cesar G | 2014-05-08 | 1 | -2/+2 |
| | | | | | PHPBB3-9388 | ||||
| * | [ticket/9388] Display only the settings for the auth method that's selected. | Cesar G | 2014-05-08 | 3 | -46/+52 |
| | | | | | PHPBB3-9388 | ||||
| * | [ticket/12513] Add asset include support to simple header/footer in ACP | Matt Friedman | 2014-05-07 | 2 | -0/+2 |
| | | | | | PHPBB3-12513 | ||||
| * | Merge remote-tracking branch 'VSEphpbb/ticket/12332' into develop-ascraeus | Cesar G | 2014-05-05 | 4 | -21/+26 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | * VSEphpbb/ticket/12332: [ticket/12332] Add missing semicolon to inline styling [ticket/12332] Adjust size of mark column where too wide [ticket/12332] Adjust column widths for responsive changes [ticket/12332] Restore some changes back to original state [ticket/12332] Add break-word to fixed width table CSS [ticket/12332] Accomplish all word creaking in template and CSS [ticket/12332] Remove width sizing, as it is already set [ticket/12332] Fix displaying attachments with long file names | ||||
| | * | [ticket/12332] Add missing semicolon to inline styling | Matt Friedman | 2014-05-01 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12332 | ||||
| | * | [ticket/12332] Adjust size of mark column where too wide | Matt Friedman | 2014-04-26 | 2 | -3/+3 |
| | | | | | | | | | PHPBB3-12332 | ||||
| | * | [ticket/12332] Adjust column widths for responsive changes | Matt Friedman | 2014-04-26 | 2 | -5/+5 |
| | | | | | | | | | PHPBB3-12332 | ||||
| | * | [ticket/12332] Add break-word to fixed width table CSS | Matt Friedman | 2014-04-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | This ensures long words break and remain within the table cell PHPBB3-12332 | ||||
| | * | [ticket/12332] Accomplish all word creaking in template and CSS | Matt Friedman | 2014-04-26 | 2 | -16/+16 |
| | | | | | | | | | PHPBB3-12332 | ||||
| | * | [ticket/12332] Remove width sizing, as it is already set | Matt Friedman | 2014-04-26 | 1 | -1/+0 |
| | | | | | | | | | PHPBB3-12332 | ||||
| | * | [ticket/12332] Fix displaying attachments with long file names | Matt Friedman | 2014-04-25 | 2 | -5/+10 |
| | | | | | | | | | PHPBB3-12332 | ||||
| * | | Merge remote-tracking branch 'github-rxu/ticket/12403' into develop-ascraeus | Nils Adermann | 2014-05-02 | 1 | -2/+8 |
| |\ \ | |/ |/| | | | | | * github-rxu/ticket/12403: [ticket/12403] Add template events to acp_users_prefs.html | ||||
| | * | [ticket/12403] Add template events to acp_users_prefs.html | rxu | 2014-04-25 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | Since it is possible for extensions to add new user preferences to UCP, it should be also possible to control it via ACP too just like for build-in user preferences. Thus, some prepend/append template events are added. PHPBB3-12403 | ||||
| * | | [ticket/12201] Decreased pagination font size. | Cesar G | 2014-04-15 | 1 | -0/+1 |
| | | | | | | | | | PHPBB3-12201 | ||||
| * | | [ticket/12201] Update select element to follow same design as prosilver. | Cesar G | 2014-04-15 | 1 | -0/+3 |
| | | | | | | | | | PHPBB3-12201 | ||||
| * | | [ticket/12201] Increase sort font size just slightly. | Cesar G | 2014-04-15 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12201 | ||||
| * | | [ticket/12201] Display error and sorting options when there are no attachments | Cesar G | 2014-04-15 | 1 | -1/+7 |
| | | | | | | | | | PHPBB3-12201 | ||||
| * | | [ticket/12201] Only the top pagination should be floated to the right. | Cesar G | 2014-04-15 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12201 | ||||
| * | | [ticket/12201] Rearrange pagination, sorting, and submit elements. | Cesar G | 2014-04-15 | 1 | -15/+16 |
| | | | | | | | | | PHPBB3-12201 | ||||
