Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14619] Updates 3.1.x/ascraeus to 3.2.x/rhea | Crizzo | 2016-05-01 | 1 | -10/+10 |
| | | | | PHPBB3-14619 | ||||
* | [ticket/14136] Add back X-UA-Compatible meta tag | Marc Alexander | 2016-03-24 | 1 | -0/+1 |
| | | | | | | | | | | | This was previously removed without needing to. Adding it back to force users to not emulate the page for previous versions of IE. The imagetoolbar http-equiv tag was not restored as IE does not contain that anymore since IE7. Also, the chome=1 has been removed from the X-UA-Compatible content as ChromeFrame does not receive any further updates since 2014 and is potentially broken. PHPBB3-14136 | ||||
* | [ticket/13995] Remove invalid name element from anchors in Docs | Matt Friedman | 2015-07-07 | 1 | -1/+1 |
| | | | | PHPBB3-13995 | ||||
* | [ticket/13995] Remove deprecated projection media type | Matt Friedman | 2015-07-07 | 1 | -4/+4 |
| | | | | PHPBB3-13995 | ||||
* | [ticket/12599] Remove empty line at end of code boxes. | Cesar G | 2015-02-25 | 1 | -184/+183 |
| | | | | PHPBB3-12599 | ||||
* | [ticket/12599] Place standalone text in a box. | Cesar G | 2015-02-25 | 1 | -1/+3 |
| | | | | PHPBB3-12599 | ||||
* | [ticket/12599] Move images to assets/ and update the phpBB logo. | Cesar G | 2015-02-25 | 1 | -1/+1 |
| | | | | PHPBB3-12599 | ||||
* | [ticket/12599] Move documentation stylesheet to assets directory. | Cesar G | 2015-02-25 | 1 | -1/+1 |
| | | | | PHPBB3-12599 | ||||
* | [ticket/12599] Remove corner images from documentation style. | Cesar G | 2015-02-25 | 1 | -18/+18 |
| | | | | PHPBB3-12599 | ||||
* | [ticket/12747] Drop support for Firebird | Joas Schilling | 2014-06-20 | 1 | -1/+1 |
| | | | | PHPBB3-12747 | ||||
* | [ticket/12637] Correctly escape the file header in coding-guidelines.html. | Andreas Fischer | 2014-05-30 | 1 | -1/+1 |
| | | | | PHPBB3-12637 | ||||
* | [ticket/12594] Replace phpBB Group with phpBB Limited | Yuriy Rusko | 2014-05-28 | 1 | -5/+9 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12594] Update footer credit lines | Yuriy Rusko | 2014-05-27 | 1 | -1/+1 |
| | | | | PHPBB3-12594 | ||||
* | [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 branch 'develop-olympus' into develop | Andreas Fischer | 2013-08-16 | 1 | -10/+10 |
|\ | | | | | | | | | * develop-olympus: [ticket/11794] Add missing array element commas to docs/coding-guidelines.html | ||||
| * | [ticket/11794] Add missing array element commas to docs/coding-guidelines.html | rechosen | 2013-08-16 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | Even though the coding guidelines document prescribes "commas after every array element", it contains several example code fragments with array elements not terminated by a comma. This commit fixes that. PHPBB3-11794 | ||||
* | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2013-07-13 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11112] Do not change opensource.org link to https [ticket/11112] Use https for user-visible links to phpbb.com Conflicts: phpBB/language/en/install.php phpBB/language/en/ucp.php | ||||
| * | [ticket/11112] Use https for user-visible links to phpbb.com | Marc Alexander | 2013-07-12 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-11112 | ||||
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2013-05-06 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11144] Add missing {FORUM_NAME} variable [ticket/11144] Add missing {FORUM_NAME} variable Conflicts: phpBB/download/file.php phpBB/styles/prosilver/template/login_forum.html | ||||
| * | Merge remote-tracking branch 'MGaetan89/ticket/11144' into develop-olympus | Andreas Fischer | 2013-05-06 | 1 | -0/+2 |
| |\ | | | | | | | | | | | | | | | | * MGaetan89/ticket/11144: [ticket/11144] Add missing {FORUM_NAME} variable [ticket/11144] Add missing {FORUM_NAME} variable | ||||
| | * | [ticket/11144] Add missing {FORUM_NAME} variable | Gaëtan Muller | 2013-05-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | The template variable {FORUM_NAME} was missing from the login page of a password protected forum PHPBB3-11144 | ||||
* | | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2013-05-02 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | * develop-olympus: [ticket/11517] Fix list numbering | ||||
| * | | [ticket/11517] Fix list numbering | hjpotter92 | 2013-05-02 | 1 | -1/+1 |
| |/ | | | | | | | PHPBB3-11517 | ||||
* | | [ticket/11287] Add template event naming to docs/coding-guidelines.html | David King | 2012-12-20 | 1 | -0/+52 |
| | | | | | | | | PHPBB3-11287 | ||||
* | | [ticket/10091] Bump minimum supported postgresql version to 8.3. | Oleg Pudeyev | 2012-12-04 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10091 | ||||
* | | [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) | Igor Wiedler | 2012-11-09 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-11181 | ||||
* | | [ticket/10855] Fixed a couple issues in coding guidelines. | Callum Macrae | 2012-05-22 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-10855 | ||||
* | | [ticket/10855] Added JS camelCaps info to guidelines. | Callum Macrae | 2012-05-03 | 1 | -2/+8 |
| | | | | | | | | PHPBB3-10855 | ||||
* | | [ticket/10855] Added array trailing commas info in js to guidelines. | Callum Macrae | 2012-05-03 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10855 | ||||
* | | [ticket/10855] Modified coding guidelines to reflect JS brace changes. | Callum Macrae | 2012-04-29 | 1 | -1/+25 |
| | | | | | | | | | | | | Braces always go on the same line in JavaScript. PHPBB3-10855 | ||||
* | | [ticket/10161] added fullstop to the end of sentence | Senky | 2012-04-26 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10161 | ||||
* | | [ticket/10161] coding-guidelines.html updated | Senky | 2012-04-26 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10161 | ||||
* | | [feature/class-prefix] Rename user and session to phpbb_* | Igor Wiedler | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | | PHPBB-10609 | ||||
* | | [feature/merging-style-components] Updating styles in coding guidelines | Vjacheslav Trushkin | 2012-03-31 | 1 | -13/+17 |
| | | | | | | | | | | | | Updating styles section in coding guidelines PHPBB3-10632 | ||||
* | | Merge remote-tracking branch 'upstream/develop' into ↵ | Vjacheslav Trushkin | 2012-03-29 | 1 | -3/+3 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/merging-style-components * upstream/develop: (65 commits) [ticket/10730] Added label tag around "select" text in post splitting UI [ticket/10732] Add config_dev.php and config_test.php to .gitignore [ticket/10586] Added space in if statement [ticket/10586] Tidy up comments [task/php5.3] Updated range of tested PHP versions [task/php5.3] Looks like I missed a few places that needed PHP 5.2 changed to PHP 5.3.2 [task/php5.3] Changed minimum PHP requirement for Ascraeus to 5.3.2 [ticket/10723] Stop Travis running all tests on sqlite [ticket/10703] Added a condition to check if ext directory exists [task/travis] Refactor php version check for dbunit install [task/travis] Exclude functional and slow tests [ticket/10719] Revert "Skip functional tests on PHP 5.2" [task/travis-develop2] Update version from 5.3 to 5.3.2 [task/travis] Dropping support for 5.2 in develop branch [task/travis] Some more small travis fixes [task/travis] Rename travis phpunit config files [task/travis] Fixing some travis issues [ticket/10684] Adjust function and parameter name, minor changes. [task/travis] Add automated testing to readme [task/travis] Removing development information ... Conflicts: phpBB/install/database_update.php | ||||
| * | | [task/php5.3] Looks like I missed a few places that needed PHP 5.2 changed ↵ | David King | 2012-03-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | to PHP 5.3.2 PHPBB3-10693 | ||||
* | | | [feature/merging-style-components] Updating coding guidelines | Vjacheslav Trushkin | 2012-03-14 | 1 | -13/+14 |
|/ / | | | | | | | | | | | Updating template inheritance section in coding guidelines PHPBB3-10632 |