aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/coding-guidelines.html
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [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
* | Merge branch 'develop-olympus' into developAndreas Fischer2010-11-181-2/+2
|\ \ | |/ | | | | | | | | | | | | | | * develop-olympus: [ticket/9899] Change recaptcha theme from default to 'clean' in the ACP. [ticket/9509] Fix a typo and wrong period placement [develop-olympus] Revert accidental revert of db update lang fix and version [develop-olympus] Remove accidentally added trailing newlines. [develop-olympus] Incrementing the version number to 3.0.9-dev.
| * [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 'develop-olympus' into developIgor Wiedler2010-10-191-1/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/9857] Remove visible $Id$ from phpBB/docs files.
| * 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
* | | Merge branch 'develop-olympus' into developIgor Wiedler2010-10-191-2/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9509] Remove section 8 from index [ticket/9509] Close anchor tag in coding guidelines [ticket/9854] Revise docs/auth_api.html to add more methods [ticket/9509] The VCS is now git [ticket/9840] Display view unread posts link for guests. Conflicts: phpBB/docs/coding-guidelines.html
| * | [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
* | Merge branch 'develop-olympus' into developAndreas Fischer2010-07-081-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9704] Fix minor typo in coding guidelines. [ticket/9690] Add forthcoming Bing Bot to list of recognized bots [ticket/9451] Add optional $can_upload parameter to avatar_process_user(). [ticket/9593] A readme file for unit tests and running unit tests. [ticket/9570] Changed "system" to "guest" timezone in ACP, added explanation. [ticket/9589] Added sample nginx configuration file for phpbb.
| * [ticket/9704] Fix minor typo in coding guidelines.Igor Wiedler2010-07-081-1/+1
| | | | | | | | PHPBB3-9704
* | [task/coding-guidelines] Class member qualifier guidelinesNils Adermann2010-07-041-0/+20
| | | | | | | | | | | | | | | | Use private, protected or public instead of var. Use static public instead of public static. Use class constants instead of define(). PHPBB3-9557
* | [task/coding-guidelines] Added a section about class names.Nils Adermann2010-07-041-1/+27
| | | | | | | | | | | | | | The class naming / autoloading RFC is located on area51: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=33237 PHPBB3-9557
* | [task/coding-guidelines] Coding guideline update: Class names, eval, VCS, EOFNils Adermann2010-07-041-111/+67
|/ | | | | | | | | | | | - Class names need to be prefixed with phpbb_ - eval should not be used in any form - there should be newlines at the end of file - the closing php tag should be ommited - array elements should always have a trailing comma - the phpBB VCS is now git - removed the coding guidelines changelog PHPBB3-9557
* 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