aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/coding-guidelines.html
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developAndreas Fischer2013-08-161-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.htmlrechosen2013-08-161-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 developNils Adermann2013-07-131-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.comMarc Alexander2013-07-121-2/+2
| | | | | | | | PHPBB3-11112
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-061-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-olympusAndreas Fischer2013-05-061-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} variableGaëtan Muller2013-05-061-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 developAndreas Fischer2013-05-021-1/+1
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/11517] Fix list numbering
| * | [ticket/11517] Fix list numberinghjpotter922013-05-021-1/+1
| |/ | | | | | | PHPBB3-11517
* | [ticket/11287] Add template event naming to docs/coding-guidelines.htmlDavid King2012-12-201-0/+52
| | | | | | | | PHPBB3-11287
* | [ticket/10091] Bump minimum supported postgresql version to 8.3.Oleg Pudeyev2012-12-041-1/+1
| | | | | | | | PHPBB3-10091
* | [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2)Igor Wiedler2012-11-091-3/+3
| | | | | | | | PHPBB3-11181
* | [ticket/10855] Fixed a couple issues in coding guidelines.Callum Macrae2012-05-221-2/+2
| | | | | | | | PHPBB3-10855
* | [ticket/10855] Added JS camelCaps info to guidelines.Callum Macrae2012-05-031-2/+8
| | | | | | | | PHPBB3-10855
* | [ticket/10855] Added array trailing commas info in js to guidelines.Callum Macrae2012-05-031-1/+1
| | | | | | | | PHPBB3-10855
* | [ticket/10855] Modified coding guidelines to reflect JS brace changes.Callum Macrae2012-04-291-1/+25
| | | | | | | | | | | | Braces always go on the same line in JavaScript. PHPBB3-10855
* | [ticket/10161] added fullstop to the end of sentenceSenky2012-04-261-1/+1
| | | | | | | | PHPBB3-10161
* | [ticket/10161] coding-guidelines.html updatedSenky2012-04-261-1/+1
| | | | | | | | PHPBB3-10161
* | [feature/class-prefix] Rename user and session to phpbb_*Igor Wiedler2012-03-311-1/+1
| | | | | | | | PHPBB-10609
* | [feature/merging-style-components] Updating styles in coding guidelinesVjacheslav Trushkin2012-03-311-13/+17
| | | | | | | | | | | | Updating styles section in coding guidelines PHPBB3-10632
* | Merge remote-tracking branch 'upstream/develop' into ↵Vjacheslav Trushkin2012-03-291-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 King2012-03-251-3/+3
| | | | | | | | | | | | | | | | | | to PHP 5.3.2 PHPBB3-10693
* | | [feature/merging-style-components] Updating coding guidelinesVjacheslav Trushkin2012-03-141-13/+14
|/ / | | | | | | | | | | Updating template inheritance section in coding guidelines PHPBB3-10632
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-01-021-3/+2
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9916] Changing header in non-distributed files [ticket/9916] Changing coding guidelines license [ticket/9916] Updating License in the header Conflicts: tests/mock/cache.php
| * [ticket/9916] Changing coding guidelines licenseUnknown2012-01-021-3/+2
| | | | | | | | PHPBB3-9916
* | [ticket/10524] Changed Olympus to Ascraeus in Coding Docs in 3 placesDavid King2011-12-121-3/+3
| | | | | | | | PHPBB3-10524
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-10-291-22/+20
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10430] Fix typos/etc in coding guidelines
| * [ticket/10430] Fix typos/etc in coding guidelinesdellsystem2011-10-281-22/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly minor changes to correct errors and improve readability. * "overcroud" --> "overcrowd" * "concentinations" --> "concatenations" * "SQL Statements", "SQL Formatting" - unnecessary capitalisation removed * "keep a very close eye to it" --> "keep a very close eye on it" * Fixed some fragmented sentences under the SQL Quotes section * Added capitalisation of "sql", "select", "select distinct" * "noticable" --> "noticeable" * "outputed" --> "outputted" * Added a missing "it" on the line about append_sid() * And some other grammatical/stylistic changes, not worth listing them all PHPBB3-10430
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-10-131-51/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10246] Move coding guidelines VCS section to wiki
| * [ticket/10246] Move coding guidelines VCS section to wikiIgor Wiedler2011-10-131-51/+1
| | | | | | | | | | | | | | The VCS section can now be found at: * http://wiki.phpbb.com/Git#Branches PHPBB3-10246
* | Merge remote-tracking branch 'igorw/ticket/10155' into developOleg Pudeyev2011-09-051-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * igorw/ticket/10155: [ticket/10155] Briefly explain assets in coding-guidelines [ticket/10155] Move jQuery inclusion to footer [ticket/10155] Update to jQuery 1.6.2 [ticket/10155] Add jQuery to AUTHORS [ticket/10155] Add jQuery, introduce global assets path
| * | [ticket/10155] Briefly explain assets in coding-guidelinesIgor Wiedler2011-07-171-1/+1
| | | | | | | | | | | | PHPBB3-10155
| * | [ticket/10155] Add jQuery, introduce global assets pathIgor Wiedler2011-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the jQuery JavaScript library to all pages, giving modifications instant access and allowing for any future core JavaScript to take advantage of it. Also introduce a global /assets directory for assets that are shared between styles. PHPBB3-10155
* | | Merge remote-tracking branch 'github-igorw/ticket/10258' into developNils Adermann2011-07-201-25/+18
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-igorw/ticket/10258: [ticket/10258] Remove the meta charset tag [ticket/10258] Adjust some deprecated tags for HTML5 in coding-guidelines [ticket/10258] Remove copyright meta tag from docs [ticket/10258] Remove resource-type and distribution meta tags [ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tags [ticket/10258] Change the DOCTYPE to HTML5
| * | | [ticket/10258] Adjust some deprecated tags for HTML5 in coding-guidelinesIgor Wiedler2011-07-111-15/+15
| | | | | | | | | | | | | | | | PHPBB3-10258
| * | | [ticket/10258] Remove copyright meta tag from docsIgor Wiedler2011-07-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It fails HTML5 validation and we already have a 'copyright and disclaimer' section in all of those documents. We can always represent the copyright more semantically later (such as the HTML5 <copyright> tag). PHPBB3-10258
| * | | [ticket/10258] Remove resource-type and distribution meta tagsIgor Wiedler2011-07-101-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | They break HTML5 validation. PHPBB3-10258
| * | | [ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tagsIgor Wiedler2011-07-101-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | These meta tags are IE specific and do not validate as HTML5. PHPBB3-10258
| * | | [ticket/10258] Change the DOCTYPE to HTML5Igor Wiedler2011-07-091-6/+4
| |/ / | | | | | | | | | PHPBB3-10258
* | | [ticket/7090] Update documented minimum PHP version to 5.2.0Igor Wiedler2011-07-131-3/+3
|/ / | | | | | | PHPBB3-7090
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-03-311-0/+5
|\ \ | |/ | | | | | | | | | | | | * develop-olympus: [ticket/10110] Remove tab from empty lines [ticket/10110] Enable the serialization and add a constant for defined the database [ticket/10110] Update comments with a link to the phpredis extension [ticket/10110] Add Redis ACM backend
| * [ticket/10110] Enable the serialization and add a constant forEric2011-03-311-0/+1
| | | | | | | | | | | | defined the database PHPBB3-10110
| * [ticket/10110] Add Redis ACM backendEric2011-03-311-0/+4
| | | | | | | | PHPBB3-10110
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-03-061-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9824] Accept commit messages with less than perfect headings. [ticket/9824] Allow empty lines after ticket reference. [ticket/9824] Use printf instead of echo to render \n. [ticket/9824] Handle empty commit messages in commit-msg hook. [ticket/10059] Fix two misspellings of consistent. [ticket/9824] Add space after [ticket/12345] in prepared commit message. [ticket/9824] Remove space after PHPBB3-12345 in prepared commit message.
| * [ticket/10059] Fix two misspellings of consistent.Oleg Pudeyev2011-03-011-1/+1
| | | | | | | | PHPBB3-10059
* | Merge branch 'develop-olympus' into developNils Adermann2011-01-161-2/+2
|\ \ | |/ | | | | | | | | | | | | | | * develop-olympus: [ticket/9859] Remove the years from the copyright statements in docs files. [ticket/9859] Remove the year from the copyright meta tag in docs/*.html [ticket/9859] Remove the meta copyright tag as well. [ticket/9859] Remove the credit line comment from all html files. [ticket/9859] Remove years in credit line from some more files.
| * [ticket/9859] Remove the years from the copyright statements in docs files.Andreas Fischer2011-01-161-1/+1
| | | | | | | | PHPBB3-9859
| * [ticket/9859] Remove the year from the copyright meta tag in docs/*.htmlAndreas Fischer2011-01-161-1/+1
| | | | | | | | PHPBB3-9859
* | [task/acm-refactor] Remove includes/cache.php from coding guidelinesIgor Wiedler2011-01-131-1/+1
| | | | | | | | | | | | It has been refactored to includes/cache/service.php. PHPBB3-9983
* | [task/acm-refactor] Refactor the ACM classes to have a common interface.Igor Wiedler2011-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | They are now refered to as cache drivers rather than ACM classes. The additional utility functions from the original cache class have been moved to the cache_service. The class loader is now instantiated without a cache instance and passed one as soon as it is constructed to allow autoloading the cache classes. PHPBB3-9983