aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/coding-guidelines.html
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [ticket/11112] Use https for user-visible links to phpbb.comMarc Alexander2013-07-121-2/+2
| | | | PHPBB3-11112
* 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
* | [ticket/11517] Fix list numberinghjpotter922013-05-021-1/+1
|/ | | | PHPBB3-11517
* [ticket/9916] Changing coding guidelines licenseUnknown2012-01-021-3/+2
| | | | PHPBB3-9916
* [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
* [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
* [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
* [ticket/10059] Fix two misspellings of consistent.Oleg Pudeyev2011-03-011-1/+1
| | | | PHPBB3-10059
* [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
* [ticket/9509] Fix a typo and wrong period placementIgor Wiedler2010-11-181-2/+2
| | | | | | Thanks to Michael C. for spotting this. PHPBB3-9509
* Merge branch 'ticket/bantu/9857' into develop-olympusIgor Wiedler2010-10-191-1/+1
|\ | | | | | | | | * ticket/bantu/9857: [ticket/9857] Remove visible $Id$ from phpBB/docs files.
| * [ticket/9857] Remove visible $Id$ from phpBB/docs files.Andreas Fischer2010-10-191-1/+1
| | | | | | | | PHPBB3-9857
* | [ticket/9509] Remove section 8 from indexIgor Wiedler2010-10-191-1/+0
| | | | | | | | | | | | Thanks Andreas. PHPBB3-9509
* | [ticket/9509] Close anchor tag in coding guidelinesIgor Wiedler2010-10-191-1/+1
| | | | | | | | | | | | Thanks Andreas. PHPBB3-9509
* | [ticket/9509] The VCS is now gitNils Adermann2010-10-181-108/+15
|/ | | | | | Partially cherry-picked from 163a0974. PHPBB3-9509
* [ticket/9704] Fix minor typo in coding guidelines.Igor Wiedler2010-07-081-1/+1
| | | | PHPBB3-9704
* Fix Bug #56125 - XHTML mistakes in Coding Guidelines. Patch by leviatan21.Andreas Fischer2010-01-011-21/+10
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10395 89ea8834-ac86-4346-8a33-228a782c2dd0
* Revert INC/DEC feature. It is not consistent with the other template ↵Meik Sievertsen2009-08-301-2/+2
| | | | | | variables - bad idea. ;) We will get to it though... but not now. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10064 89ea8834-ac86-4346-8a33-228a782c2dd0
* This is an enhancement for revision r10051 (INC template variable)Meik Sievertsen2009-08-251-2/+10
| | | | | | | | Within the mentioned revision INC was only able to be applied to defined template variables. I extended it now to work on all supported variables (template vars, defines, loops, defines in loops) I also added a DEC template variable to logically complete this. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10054 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add INC (working name) to template syntaxHenry Sudhof2009-08-241-1/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10051 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added section about special constants able to be used.Meik Sievertsen2009-08-171-3/+56
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10007 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add some docs for dynamic includes adding in r9570Chris Smith2009-07-251-0/+10
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9848 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adding info on the VCS to coding guidelinesNils Adermann2009-07-211-2/+63
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9817 89ea8834-ac86-4346-8a33-228a782c2dd0
* up the version numberMeik Sievertsen2008-10-251-4/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9036 89ea8834-ac86-4346-8a33-228a782c2dd0
* Maybe I am falling asleep? Spelling in r9008Chris Smith2008-10-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9009 89ea8834-ac86-4346-8a33-228a782c2dd0
* Grammar #28865Chris Smith2008-10-131-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9008 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove reference to old mysql4 abstraction layer. #26065Chris Smith2008-09-261-2/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8947 89ea8834-ac86-4346-8a33-228a782c2dd0
* #32115 (small typo in coding guidelines)Meik Sievertsen2008-09-021-1/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8803 89ea8834-ac86-4346-8a33-228a782c2dd0
* minor fixes to guidelinesHenry Sudhof2008-08-291-18/+21
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8798 89ea8834-ac86-4346-8a33-228a782c2dd0
* updated to mention template changesHenry Sudhof2008-07-301-4/+47
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8732 89ea8834-ac86-4346-8a33-228a782c2dd0
* force the use of sql_multi_insert() for multi inserts... also adjusted the ↵Meik Sievertsen2008-07-281-1/+30
| | | | | | coding guidelines accordingly. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8693 89ea8834-ac86-4346-8a33-228a782c2dd0
* spelling mistakeMeik Sievertsen2008-06-041-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8596 89ea8834-ac86-4346-8a33-228a782c2dd0
* some language/style/code fixes (refer to the diff of the changelog)Meik Sievertsen2008-02-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8389 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing one small typoMeik Sievertsen2008-02-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8360 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Constant PHPBB_DB_NEW_LINK introduced which can be used to force phpBB to ↵Nils Adermann2007-11-181-0/+4
| | | | | | | | | | create a new database connection instead of reusing an existing one if the dbms supports it [Bug #14927] - Automatic URL parsing no longer allows dots in the schema but can parse URLs starting after a dot [Bug #15110] - Dynamic width for birthday select boxes [Bug #15149] git-svn-id: file:///svn/phpbb/trunk@8246 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few typosHenry Sudhof2007-11-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8237 89ea8834-ac86-4346-8a33-228a782c2dd0
* make sure we always check for a valid directory handleMeik Sievertsen2007-10-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8211 89ea8834-ac86-4346-8a33-228a782c2dd0
* ...Henry Sudhof2007-10-091-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@8159 89ea8834-ac86-4346-8a33-228a782c2dd0
* weird.Henry Sudhof2007-10-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8141 89ea8834-ac86-4346-8a33-228a782c2dd0
* oh well.Henry Sudhof2007-10-031-93/+126
| | | | git-svn-id: file:///svn/phpbb/trunk@8125 89ea8834-ac86-4346-8a33-228a782c2dd0
* updated documents to prosilver styleMeik Sievertsen2007-09-221-613/+472
| | | | git-svn-id: file:///svn/phpbb/trunk@8097 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some language tweaks suggested by JohnMeik Sievertsen2007-09-131-6/+6
| | | | | | | | - some bug fixes - finally adding db_tools... git-svn-id: file:///svn/phpbb/trunk@8088 89ea8834-ac86-4346-8a33-228a782c2dd0
* - make sure the copyright/disclaimer is consistentMeik Sievertsen2007-08-211-2/+15
| | | | | | | - two fixes... git-svn-id: file:///svn/phpbb/trunk@8061 89ea8834-ac86-4346-8a33-228a782c2dd0
* increase the odbc limit (64k is too low, the theme data itself is >64k)Meik Sievertsen2007-08-161-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8038 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added a comment on normalizationNils Adermann2007-08-161-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8037 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added info on utf8_strtolower/upperNils Adermann2007-08-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8036 89ea8834-ac86-4346-8a33-228a782c2dd0