aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [ticket/12553] Fix incorrect alignment in ACP responsive tables.Cesar G2014-06-141-0/+8
| | | | | | | | | | | | PHPBB3-12553
| * | [ticket/12553] Align alert text to the right.Cesar G2014-06-142-9/+13
| | | | | | | | | | | | PHPBB3-12553
* | | Merge remote-tracking branch 'PayBas/ticket/12613' into develop-ascraeusCesar G2014-06-141-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12613: (25 commits) [ticket/12613] Add distinction between top/bottom action-bar [ticket/12613] Replaced topic-actions with action-bar [ticket/12613] Remove responsive linklist from memberlist [ticket/12613] Remove unnecessary checks and clean up CSS [ticket/12613] role="navigation" not allowed on <ul> [ticket/12613] Improved screen reader functionality [ticket/12613] Removed unnecessary checks [ticket/12613] Set fixed font-size [ticket/12613] Slightly better icons [ticket/12613] Typo and L_COLON [ticket/12613] Small inconsistency fixes [ticket/12613] Don't display page-jump if all pages are visible (6) [ticket/12613] Fixes from comments (single quotes and typos) [ticket/12613] Minor $bull; and <hr> fix [ticket/12613] Pagination should never be in responsive linklist [ticket/12613] Minor CSS fixes [ticket/12613] Dropdown-visible page-jump icon, fix focus() timing [ticket/12613] Renamed jump-to to page-jump to prevent confusion [ticket/12613] Removed form in order to prevent nested forms [ticket/12613] Fix functional test and post sorting bug ...
| * | [ticket/12613] Renamed jump-to to page-jump to prevent confusionPayBas2014-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | Jump-to can easily be confused with forum-jump. Also switched the lang vars to reflect changes better PHPBB3-12613
* | | Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into ↵Nils Adermann2014-06-093-63/+147
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/10073: (36 commits) [ticket/10073] Fix button descriptions [ticket/10073] Do not check disable boxes by default [ticket/10073] Store values with config_text in the ACP [ticket/10073] Move config values to config_text [ticket/10073] Fix request usage [ticket/10073] Deduplicate template variable names [ticket/10073] Get service from container [ticket/10073] Fix more "Contact Us" strings [ticket/10073] Move template code into the template [ticket/10073] Make contact page available when board is disabled [ticket/10073] Change name of the ACP module [ticket/10073] Deduplicate posting buttons code in ACP [ticket/10073] Use phpbb_validate_email to verify email address [ticket/10073] Add tests for new validate_email() [ticket/10073] Split email validation from email ban and taken checks [ticket/10073] Deduplicate the if statement [ticket/10073] Fallback to board_contact when contact page is disabled [ticket/10073] Remove language string from rebase conflict [ticket/10073] Add ACP module to add bbcode text for contact admin info [ticket/10073] Add new configs to the schema ...
| * | | [ticket/10073] Deduplicate template variable namesJoas Schilling2014-05-291-3/+3
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Move template code into the templateJoas Schilling2014-05-291-3/+3
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Deduplicate posting buttons code in ACPJoas Schilling2014-05-293-126/+74
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Add ACP module to add bbcode text for contact admin infoJoas Schilling2014-05-291-0/+136
| | | | | | | | | | | | | | | | PHPBB3-10073
* | | | [ticket/12666] Use "None" for images in root of gallery avatar pathMarc Alexander2014-06-051-1/+0
| |/ / |/| | | | | | | | | | | | | | | | | "None" serves no real purpose right now. After this it will be used instead of "Main" for images in the root of the gallery avatar path. PHPBB3-12666
* | | [ticket/12641] Use jQuery's trim() method. IE8 does not support the native oneCesar G2014-05-311-2/+2
|/ / | | | | | | PHPBB3-12641
* | [ticket/11366] Fix headings css in list pageTristan Darricau2014-05-281-3/+3
| | | | | | | | PHPBB3-11366
* | [ticket/11366] Fix HTMLTristan Darricau2014-05-281-2/+2
| | | | | | | | PHPBB3-11366
* | [ticket/11366] Exchange links and settings' formTristan Darricau2014-05-281-4/+4
| | | | | | | | PHPBB3-11366
* | [ticket/11366] Remove the extra {S_FORM_TOKEN}Tristan Darricau2014-05-281-1/+0
| | | | | | | | PHPBB3-11366
* | [ticket/11366] Move the links to the top of the pageTristan Darricau2014-05-281-5/+5
| | | | | | | | PHPBB3-11366
* | [ticket/11366] Hide the version check settings by defaultTristan Darricau2014-05-281-2/+2
| | | | | | | | PHPBB3-11366
* | [ticket/11366] Versions, options and actions heading should be centeredTristan Darricau2014-05-281-3/+3
| | | | | | | | PHPBB3-11366
* | [ticket/11366] Move "recheck all" linkTristan Darricau2014-05-281-2/+6
| | | | | | | | PHPBB3-11366
* | [ticket/11366] Add $config['extension_force_unstable']Tristan Darricau2014-05-281-0/+21
| | | | | | | | PHPBB3-11366
* | [ticket/11366] Add recheck-all linkTristan Darricau2014-05-281-1/+1
| | | | | | | | PHPBB3-11366
* | [ticket/11366] Force the use of the cache on the list pageTristan Darricau2014-05-281-2/+6
| | | | | | | | PHPBB3-11366
* | [ticket/11366] Fix detailed viewTristan Darricau2014-05-281-6/+5
| | | | | | | | PHPBB3-11366
* | [ticket/11366] Coding styleTristan Darricau2014-05-282-2/+6
| | | | | | | | PHPBB3-11366
* | [ticket/11366] Set the size of the 'current version' column to 20%Nicofuma2014-05-281-1/+1
| | | | | | | | PHPBB3-11366
* | [ticket/11366] Moving to \phpbb\version_helperNicofuma2014-05-282-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 checkNicofuma2014-05-282-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 LimitedYuriy Rusko2014-05-281-1/+4
| | | | | | | | PHPBB3-12594
* | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-281-0/+2
|\ \
| * \ Merge pull request #2502 from tmbackoff/ticket/12596Dhruv Goel2014-05-281-0/+2
| |\ \ | | | | | | | | [ticket/12596] Add template event acp_group_options_before/after
| | * | [ticket/12596] Add template event acp_group_options_before/afterTabitha Backoff2014-05-271-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/12594Yuriy Rusko2014-05-271-166/+23
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/docs/hook_system.html
| * | Merge pull request #2440 from nickvergessen/ticket/12527Andreas Fischer2014-05-271-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 checkJoas Schilling2014-05-111-37/+23
| | | | | | | | | | | | PHPBB3-12527
| | * [ticket/12527] Remove editor from templateJoas Schilling2014-05-111-131/+2
| | | | | | | | | | | | PHPBB3-12527
* | | [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-1/+1
|/ / | | | | | | PHPBB3-12594
* | [ticket/12547] Rename jquery.js to jquery.min.js in assets directoryn-aleha2014-05-153-3/+3
| | | | | | | | | | | | phpBB uses the minified version of jQuery hence the rename. PHPBB3-12547
* | [ticket/12534] Do not use errorbox for multi stepsJoas Schilling2014-05-122-2/+2
| | | | | | | | PHPBB3-12534
* | [ticket/12534] Do not abuse errorbox for en/disable confirmation of extensionsJoas Schilling2014-05-123-6/+10
|/ | | | PHPBB3-12534
* [ticket/9388] Use "togglable" instead of "toggable"Cesar G2014-05-093-3/+3
| | | | PHPBB3-9388
* [ticket/9388] Do not nest the <fieldset> tags in the OAuth settings.Cesar G2014-05-081-3/+2
| | | | PHPBB3-9388
* [ticket/9388] Reopen <fieldset> after auth templates.Cesar G2014-05-081-1/+3
| | | | PHPBB3-9388
* [ticket/9388] Use the new toggle function for the avatar type <select>.Cesar G2014-05-083-23/+4
| | | | PHPBB3-9388
* [ticket/9388] Display only the settings for the selected search backend.Cesar G2014-05-081-2/+2
| | | | PHPBB3-9388
* [ticket/9388] Display only the settings for the auth method that's selected.Cesar G2014-05-083-46/+52
| | | | PHPBB3-9388
* [ticket/12513] Add asset include support to simple header/footer in ACPMatt Friedman2014-05-072-0/+2
| | | | PHPBB3-12513
* Merge remote-tracking branch 'VSEphpbb/ticket/12332' into develop-ascraeusCesar G2014-05-054-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 stylingMatt Friedman2014-05-011-1/+1
| | | | | | | | PHPBB3-12332
| * [ticket/12332] Adjust size of mark column where too wideMatt Friedman2014-04-262-3/+3
| | | | | | | | PHPBB3-12332
| * [ticket/12332] Adjust column widths for responsive changesMatt Friedman2014-04-262-5/+5
| | | | | | | | PHPBB3-12332