aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop-ascraeus' into developJoas Schilling2014-05-282-1/+14
|\ | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12536] Restore missing @throws [ticket/12536] Add test cases with empty versions list [ticket/12536] Use stable values when unstable are unavailable [ticket/12536] Update doc block [ticket/12536] Return empty array if stability unavailable [ticket/12536] Get Versions Should Not Require Both Stable and Unstable
| * Merge pull request #2453 from Nicofuma/ticket/12536Joas Schilling2014-05-282-1/+14
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12536] Get Versions Should Not Require Both Stable and Unstable * Nicofuma/ticket/12536: [ticket/12536] Restore missing @throws [ticket/12536] Add test cases with empty versions list [ticket/12536] Use stable values when unstable are unavailable [ticket/12536] Update doc block [ticket/12536] Return empty array if stability unavailable [ticket/12536] Get Versions Should Not Require Both Stable and Unstable
| | * [ticket/12536] Restore missing @throwsTristan Darricau2014-05-261-0/+1
| | | | | | | | | | | | PHPBB3-12536
| | * [ticket/12536] Add test cases with empty versions listTristan Darricau2014-05-151-0/+10
| | | | | | | | | | | | PHPBB3-12536
| | * [ticket/12536] Use stable values when unstable are unavailableTristan Darricau2014-05-151-11/+5
| | | | | | | | | | | | PHPBB3-12536
| | * [ticket/12536] Update doc blockTristan Darricau2014-05-131-1/+0
| | | | | | | | | | | | PHPBB3-12536
| | * [ticket/12536] Return empty array if stability unavailableTristan Darricau2014-05-131-1/+1
| | | | | | | | | | | | PHPBB3-12536
| | * [ticket/12536] Get Versions Should Not Require Both Stable and UnstableTristan Darricau2014-05-121-3/+12
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12536 PHPBB3-12536
* | | Merge branch 'develop-ascraeus' into developDhruv2014-05-282-0/+14
|\ \ \ | |/ / | | | | | | | | | | | | | | | # By Tabitha Backoff # Via Dhruv Goel (1) and Tabitha Backoff (1) * develop-ascraeus: [ticket/12596] Add template event acp_group_options_before/after
| * | Merge pull request #2502 from tmbackoff/ticket/12596Dhruv Goel2014-05-282-0/+14
| |\ \ | | | | | | | | [ticket/12596] Add template event acp_group_options_before/after
| | * | [ticket/12596] Add template event acp_group_options_before/afterTabitha Backoff2014-05-272-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add template events to the group settings page to allow extensions to add additional options for groups. PHPBB3-12596
* | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-05-2728-316/+293
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: (21 commits) [ticket/12155] Remove use of !important and move reddish color back to .button [ticket/12155] Reposition the button icons to the left side while we're at it. [ticket/12155] Get rid of line-height value causing alignment issues in FF. [ticket/12155] Get rid of the <span> where possible and fix buttons in Safari. [ticket/12155] Fix misplaced semicolon and ensure that value comparison works. [ticket/12155] Combine the post and topic/PM button icons into a single sprite [ticket/12155] Move icon class directly to <a> and use <span> consistently. [ticket/12155] Remove star hack from padding-right property of .button. [ticket/12155] Fix tabbing and put one selector per line if string is too long [ticket/12155] Make opacity transition faster and fix background image paths. [ticket/12155] Keep the selection method consistent with the one below it. [ticket/12155] Fade out the buttons when leaving the post. [ticket/12155] Display the buttons only when hovering the post. [ticket/12155] Make the buttons bigger on touch devices. [ticket/12155] Clean up icons. [ticket/12155] Remove unused font. [ticket/12155] Remove obsolete images. [ticket/12155] Use the new .button class as the basis for the post buttons. [ticket/12155] Move existing button style to a more generic class. [ticket/12155] Remove obsolete language images. ...
| * | | Merge pull request #2469 from prototech/ticket/12155Andreas Fischer2014-05-2728-316/+293
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12155] Construct post buttons using CSS. * prototech/ticket/12155: (21 commits) [ticket/12155] Remove use of !important and move reddish color back to .button [ticket/12155] Reposition the button icons to the left side while we're at it. [ticket/12155] Get rid of line-height value causing alignment issues in FF. [ticket/12155] Get rid of the <span> where possible and fix buttons in Safari. [ticket/12155] Fix misplaced semicolon and ensure that value comparison works. [ticket/12155] Combine the post and topic/PM button icons into a single sprite [ticket/12155] Move icon class directly to <a> and use <span> consistently. [ticket/12155] Remove star hack from padding-right property of .button. [ticket/12155] Fix tabbing and put one selector per line if string is too long [ticket/12155] Make opacity transition faster and fix background image paths. [ticket/12155] Keep the selection method consistent with the one below it. [ticket/12155] Fade out the buttons when leaving the post. [ticket/12155] Display the buttons only when hovering the post. [ticket/12155] Make the buttons bigger on touch devices. [ticket/12155] Clean up icons. [ticket/12155] Remove unused font. [ticket/12155] Remove obsolete images. [ticket/12155] Use the new .button class as the basis for the post buttons. [ticket/12155] Move existing button style to a more generic class. [ticket/12155] Remove obsolete language images. ...
| | * | | [ticket/12155] Remove use of !important and move reddish color back to .buttonCesar G2014-05-271-4/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Reposition the button icons to the left side while we're at it.Cesar G2014-05-271-8/+25
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Get rid of line-height value causing alignment issues in FF.Cesar G2014-05-271-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Get rid of the <span> where possible and fix buttons in Safari.Cesar G2014-05-276-58/+52
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Fix misplaced semicolon and ensure that value comparison works.Cesar G2014-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Combine the post and topic/PM button icons into a single spriteCesar G2014-05-275-17/+16
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Move icon class directly to <a> and use <span> consistently.Cesar G2014-05-2710-101/+106
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Remove star hack from padding-right property of .button.Cesar G2014-05-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was in place for IE7 due to the use of :after for inserting the button icon. IE7 does not support :after, so the hack removed the extra padding that made room for the icon. We no longer use :after for the icon, so this is no longer an issue... not to mention that IE7 is no longer supported. PHPBB3-12155
| | * | | [ticket/12155] Fix tabbing and put one selector per line if string is too longCesar G2014-05-272-3/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Make opacity transition faster and fix background image paths.Cesar G2014-05-272-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Keep the selection method consistent with the one below it.Cesar G2014-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Fade out the buttons when leaving the post.Cesar G2014-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Display the buttons only when hovering the post.Cesar G2014-05-271-0/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Make the buttons bigger on touch devices.Cesar G2014-05-274-3/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Clean up icons.Cesar G2014-05-272-12/+12
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Remove unused font.Cesar G2014-05-271-4/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Remove obsolete images.Cesar G2014-05-276-0/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Use the new .button class as the basis for the post buttons.Cesar G2014-05-2712-313/+140
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Move existing button style to a more generic class.Cesar G2014-05-276-79/+93
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] Remove obsolete language images.Cesar G2014-05-275-25/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12155
| | * | | [ticket/12155] CSS-ing of the mini post buttonsneufke2014-05-275-39/+173
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | Created a css version of the mini post buttons with the use of language vars and no fixed width of height. PHPBB3-12155
* | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-05-271-883/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-ascraeus: [ticket/12603] Remove hook system documentation.
| * | | Merge pull request #2503 from prototech/ticket/12603Andreas Fischer2014-05-271-883/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12603] Remove hook system documentation. * prototech/ticket/12603: [ticket/12603] Remove hook system documentation.
| | * | | [ticket/12603] Remove hook system documentation.Cesar G2014-05-271-883/+0
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code for hooks still exists in Ascraeus for compatibility reasons, however, it is no longer recommended that they be used. The events system should be used instead. PHPBB3-12603
* | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-05-273-1231/+87
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [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
| * | | Merge pull request #2440 from nickvergessen/ticket/12527Andreas Fischer2014-05-273-1231/+87
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Fix "board’s language" vs "boards language"Joas Schilling2014-05-181-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12527
| | * | | [ticket/12527] Use a proper language string on confirm screenJoas Schilling2014-05-112-4/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-12527
| | * | | [ticket/12527] Remove unnecessary language stringsJoas Schilling2014-05-111-31/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12527
| | * | | [ticket/12527] Check whether the language existsJoas Schilling2014-05-111-0/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-12527
| | * | | [ticket/12527] Restore missing files and variables checkJoas Schilling2014-05-113-38/+112
| | | | | | | | | | | | | | | | | | | | PHPBB3-12527
| | * | | [ticket/12527] Remove editor from templateJoas Schilling2014-05-111-131/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12527
| | * | | [ticket/12527] Remove language file editor form ACPJoas Schilling2014-05-111-1071/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-12527
* | | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-05-271-0/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12600] Add @log to the dependencies of extension:show
| * | | | Merge pull request #2500 from Nicofuma/ticket/12600Andreas Fischer2014-05-271-0/+1
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | [ticket/12600] Add @log to the dependencies of extension:show * Nicofuma/ticket/12600: [ticket/12600] Add @log to the dependencies of extension:show
| | * | | [ticket/12600] Add @log to the dependencies of extension:showTristan Darricau2014-05-271-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12600
* | | | | Merge branch 'develop-ascraeus' into developCesar G2014-05-271-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12580] Remove :link pseudo from a tag