aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/coding-guidelines.html
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16223] Remove no longer supported memcache driverMarc Alexander2019-11-241-3/+3
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-1/+1
* [ticket/16052] Update version numbers to 3.3Marc Alexander2019-05-111-2/+2
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-6/+6
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-4/+4
* [ticket/15350] Changes outdated wiki-link to new docs/Crizzo2017-09-071-1/+1
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-201-3/+0
|\
| * Merge pull request #4519 from michaelcullum/ticket/14872Marc Alexander2016-11-201-3/+0
| |\
| | * [ticket/14872] Remove sizeof/count restrictionMichael Cullum2016-11-191-3/+0
* | | [ticket/14619] Updates 3.1.x/ascraeus to 3.2.x/rheaCrizzo2016-05-011-10/+10
|/ /
* | [ticket/14136] Add back X-UA-Compatible meta tagMarc Alexander2016-03-241-0/+1
|/
* [ticket/13995] Remove invalid name element from anchors in DocsMatt Friedman2015-07-071-1/+1
* [ticket/13995] Remove deprecated projection media typeMatt Friedman2015-07-071-4/+4
* [ticket/12599] Remove empty line at end of code boxes.Cesar G2015-02-251-184/+183
* [ticket/12599] Place standalone text in a box.Cesar G2015-02-251-1/+3
* [ticket/12599] Move images to assets/ and update the phpBB logo.Cesar G2015-02-251-1/+1
* [ticket/12599] Move documentation stylesheet to assets directory.Cesar G2015-02-251-1/+1
* [ticket/12599] Remove corner images from documentation style.Cesar G2015-02-251-18/+18
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-1/+1
* [ticket/12637] Correctly escape the file header in coding-guidelines.html.Andreas Fischer2014-05-301-1/+1
* [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-281-5/+9
* [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-1/+1
* [ticket/12286] Reword section about pluralsJoas Schilling2014-03-281-4/+6
* [ticket/12286] Fix spelling of elephant(s) in the sampleJoas Schilling2014-03-281-5/+5
* [ticket/12286] Correctly capitalize PHPJoas Schilling2014-03-281-1/+1
* [ticket/12286] Fix nesting of ul inside li elementJoas Schilling2014-03-281-7/+9
* [ticket/12286] Add note that goto should not be usedJoas Schilling2014-03-211-0/+8
* [ticket/12286] Add section about plurals to the coding guidelinesJoas Schilling2014-03-181-0/+52
* [ticket/12286] Classes must use the name spaceJoas Schilling2014-03-181-23/+14
* [ticket/12286] Remove section about utf8_normalize_nfc()Joas Schilling2014-03-181-13/+0
* [ticket/12286] Use $request->variable() instead of request_var()Joas Schilling2014-03-181-15/+15
* [ticket/12286] Function names should be prefixed with phpbb_Joas Schilling2014-03-181-2/+2
* [ticket/12286] Add "Since" to template event docsJoas Schilling2014-03-181-1/+6
* [ticket/12286] style.php and imagesets dont exist anymoreJoas Schilling2014-03-181-4/+2
* [ticket/12286] Styles have a phpbb_version and a style_version in 3.1Joas Schilling2014-03-181-2/+4
* [ticket/12286] Use UTF8 (c) in style.cfg samplesJoas Schilling2014-03-181-2/+2
* Merge branch 'develop-olympus' into developAndreas Fischer2013-08-161-10/+10
|\
| * [ticket/11794] Add missing array element commas to docs/coding-guidelines.htmlrechosen2013-08-161-10/+10
* | Merge branch 'develop-olympus' into developNils Adermann2013-07-131-2/+2
|\ \ | |/
| * [ticket/11112] Use https for user-visible links to phpbb.comMarc Alexander2013-07-121-2/+2
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-061-0/+2
|\ \ | |/
| * Merge remote-tracking branch 'MGaetan89/ticket/11144' into develop-olympusAndreas Fischer2013-05-061-0/+2
| |\
| | * [ticket/11144] Add missing {FORUM_NAME} variableGaƫtan Muller2013-05-061-0/+2
* | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-021-1/+1
|\ \ \ | |/ /
| * | [ticket/11517] Fix list numberinghjpotter922013-05-021-1/+1
| |/
* | [ticket/11287] Add template event naming to docs/coding-guidelines.htmlDavid King2012-12-201-0/+52
* | [ticket/10091] Bump minimum supported postgresql version to 8.3.Oleg Pudeyev2012-12-041-1/+1
* | [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2)Igor Wiedler2012-11-091-3/+3
* | [ticket/10855] Fixed a couple issues in coding guidelines.Callum Macrae2012-05-221-2/+2
* | [ticket/10855] Added JS camelCaps info to guidelines.Callum Macrae2012-05-031-2/+8