aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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 branch 'develop-olympus' into developAndreas Fischer2011-10-131-1/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/9898] Encourage patches in README
| * [ticket/9898] Encourage patches in READMEIgor Wiedler2011-10-131-1/+1
| | | | | | | | PHPBB3-9898
* | Merge remote-tracking branch 'igorw/ticket/10155' into developOleg Pudeyev2011-09-053-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * 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 to AUTHORSIgor Wiedler2011-07-121-0/+1
| | | | | | | | | | | | PHPBB3-10155
| * | [ticket/10155] Add jQuery, introduce global assets pathIgor Wiedler2011-07-112-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-p/feature/template-engine' into developNils Adermann2011-08-131-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-p/feature/template-engine: (87 commits) [feature/template-engine] Delete _get_locator function. [feature/template-engine] Clean up template locator usage in bbcode. [feature/template-engine] Need to call set_template on template. [feature/template-engine] Update installer for template engine changes. [feature/template-engine] Dependency inject locator into template. [feature/template-engine] Delete useless code from set_template. [feature/template-engine] Delete no longer used $template_filename property. [feature/template-engine] Delete useless $template globalization. [feature/template-engine] Use template engine class in bbcode class. [feature/template-engine] Corrected an error message in template locator. [feature/template-engine] Remaining documentation. [feature/template-engine] More documentation for template class. [feature/template-engine] Create load_and_render to reduce code duplication. [feature/template-engine] Get rid of orig_tpl_* in template engine. [feature/template-engine] Delete $style_name param from locator's set_custom_template. [feature/template-engine] Add constructor to template locator. [feature/template-engine] Factor template locator out of template class. [feature/template-engine] Delete $files_template property. [feature/template-engine] Rename is_absolute to phpbb_is_absolute. [feature/template-engine] Test template DEFINE statements across files ... Conflicts: .gitignore phpBB/includes/template.php
| * | | [feature/template-engine] Remove $include_once argument of display()Igor Wiedler2011-07-101-2/+2
| | | | | | | | | | | | | | | | PHPBB3-9726
* | | | Merge remote-tracking branch 'github-igorw/ticket/10258' into developNils Adermann2011-07-207-85/+36
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-117-7/+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-107-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They break HTML5 validation. PHPBB3-10258
| * | | | [ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tagsIgor Wiedler2011-07-107-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These meta tags are IE specific and do not validate as HTML5. PHPBB3-10258
| * | | | [ticket/10258] Change the DOCTYPE to HTML5Igor Wiedler2011-07-097-42/+28
| | |/ / | |/| | | | | | | | | | PHPBB3-10258
* | | | [ticket/7090] Update documented minimum PHP version to 5.2.0Igor Wiedler2011-07-133-6/+6
|/ / / | | | | | | | | | PHPBB3-7090
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-07-071-0/+2
|\ \ \ | | |/ | |/| | | | | | | | | | * develop-olympus: [prep-release-3.0.9] Update Changelog for 3.0.9-RC4 release. [prep-release-3.0.9] Decreasing version for an RC4 release.
| * | [prep-release-3.0.9] Update Changelog for 3.0.9-RC4 release.Andreas Fischer2011-07-071-0/+2
| | |
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-07-051-0/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [prep-release-3.0.9] Update Changelog for 3.0.9 release. [prep-release-3.0.9] Bumping version number for the final 3.0.9 release. [ticket/10247] Removing attempt_id column from the 3.0.8 to 3.0.9-RC1 updater. [ticket/10247] Add a db_tools test for the removal of a primary key column. [ticket/10247] Add empty data section to database update for RC4 [ticket/10247] Remove unecessary attempt_id primary key column Conflicts: phpBB/install/database_update.php
| * | [prep-release-3.0.9] Update Changelog for 3.0.9 release.Andreas Fischer2011-07-051-0/+2
| | |
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-261-1/+25
|\ \ \ | |/ / | | | | | | | | | | | | * develop-olympus: [prep-release-3.0.9] Update Changelog for 3.0.9-RC3 release. [prep-release-3.0.9] Bumping version number for 3.0.9-RC3.
| * | [prep-release-3.0.9] Update Changelog for 3.0.9-RC3 release.Andreas Fischer2011-06-261-1/+25
| | |
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-161-0/+8
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [prep-release-3.0.9] Update Changelog for 3.0.9-RC2 release.
| * | [prep-release-3.0.9] Update Changelog for 3.0.9-RC2 release.Andreas Fischer2011-06-161-0/+8
| | |
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-122-19/+352
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [develop-olympus] Changelog: Changes since 3.0.8 [develop-olympus] Bumping version number for 3.0.9-RC1. [develop-olympus] Bumping version number for 3.0.9-RC1 and 3.0.9 releases. Conflicts: phpBB/includes/constants.php phpBB/install/convertors/convert_phpbb20.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/imageset/imageset.cfg phpBB/styles/prosilver/style.cfg phpBB/styles/prosilver/template/template.cfg phpBB/styles/prosilver/theme/theme.cfg phpBB/styles/subsilver2/imageset/imageset.cfg phpBB/styles/subsilver2/style.cfg phpBB/styles/subsilver2/template/template.cfg phpBB/styles/subsilver2/theme/theme.cfg
| * | [develop-olympus] Changelog: Changes since 3.0.8Andreas Fischer2011-06-121-17/+350
| | |
| * | [develop-olympus] Bumping version number for 3.0.9-RC1 and 3.0.9 releases.Andreas Fischer2011-06-121-2/+2
| | |
* | | Merge branch 'develop-olympus' into developNils Adermann2011-06-111-2/+2
|\ \ \ | |/ / | | / | |/ |/| | | * develop-olympus: [ticket/10075] Rename nn- to Oleg in docs/AUTHORS. [ticket/10075] Move APTX to Former Contributors in docs/AUTHORS.
| * [ticket/10075] Rename nn- to Oleg in docs/AUTHORS.Andreas Fischer2011-06-111-1/+1
| | | | | | | | PHPBB3-10075
| * [ticket/10075] Move APTX to Former Contributors in docs/AUTHORS.Andreas Fischer2011-06-111-1/+1
| | | | | | | | PHPBB3-10075
* | 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
| * Merge branch 'ticket/haklop/10110' into develop-olympusIgor Wiedler2011-03-311-0/+5
| |\ | | | | | | | | | | | | | | | | | | | | | * ticket/haklop/10110: [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 developOleg Pudeyev2011-03-231-0/+7
|\ \ \ | |/ / | | | | | | | | | | | | | | | * develop-olympus: [ticket/10107] Add cache to the enumeration, make statement more generic [ticket/10107] Make it clear that provided httpd samples are not perfect [ticket/10107] Add a webserver section to docs/INSTALL.html
| * | [ticket/10107] Add cache to the enumeration, make statement more genericIgor Wiedler2011-03-241-1/+1
| | | | | | | | | | | | PHPBB3-10107
| * | [ticket/10107] Make it clear that provided httpd samples are not perfectIgor Wiedler2011-03-241-1/+1
| | | | | | | | | | | | PHPBB3-10107
| * | [ticket/10107] Add a webserver section to docs/INSTALL.htmlIgor Wiedler2011-03-231-0/+7
| |/ | | | | | | | | | | | | Explain what to do with lighttpd and nginx after installing phpBB on one of those webservers. PHPBB3-10107
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-03-071-8/+25
|\ \ | |/ | | | | | | | | * develop-olympus: [ticket/10079] Add gallery avatars to .gitignore. [ticket/10069] Improvements to sample nginx configuration.
| * [ticket/10069] Improvements to sample nginx configuration.Oleg Pudeyev2011-03-061-8/+25
| | | | | | | | | | | | | | | | Most of these were contributed by burningbunny: https://github.com/burningbunny PHPBB3-10069
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-03-061-11/+12
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10075] Update docs/AUTHORS for 3.0.9-RC1 release.
| * Merge branch 'ticket/bantu/10075' into develop-olympusOleg Pudeyev2011-03-061-11/+12
| |\ | | | | | | | | | | | | * ticket/bantu/10075: [ticket/10075] Update docs/AUTHORS for 3.0.9-RC1 release.
| | * [ticket/10075] Update docs/AUTHORS for 3.0.9-RC1 release.Andreas Fischer2011-03-041-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove: - A_Jelly_Doughnut - dhn - TerraFrost Add: - nn- Move: - Brainy Rename: - Brainy -> ckwalsh PHPBB3-10075
* | | 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 developOleg Pudeyev2011-01-261-0/+2
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10007] Add directive 'internal' to blocked folders in nginx config.
| * [ticket/10007] Add directive 'internal' to blocked folders in nginx config.Andreas Fischer2011-01-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "deny" and "access" directives are IP-based in general. Both directives only support IPv6 from nginx 0.8.22 onwards, on older versions of nginx those directives have no effect on IPv6 requests. Thus they do not block access for IPv6 requests. Adding the "internal" directive blocks external access in general (both IPv4 and IPv6) and makes the web server return a status code 404 (Not Found) response. See: http://nginx.org/en/CHANGES http://wiki.nginx.org/HttpCoreModule#internal PHPBB3-10007
* | Merge branch 'ticket/bantu/9790' into developIgor Wiedler2011-01-182-0/+18
|\ \ | | | | | | | | | | | | | | | | | | | | | * ticket/bantu/9790: [ticket/9790] Support for lighttpd's X-Sendfile header for attachments. [ticket/9790] Support for nginx's X-Accel-Redirect header for attachments. [ticket/9790] Always call file_gc(false) before sending the file. [ticket/9790] Add $exit parameter to file_gc().
| * | [ticket/9790] Support for lighttpd's X-Sendfile header for attachments.Andreas Fischer2011-01-181-0/+10
| | | | | | | | | | | | PHPBB3-9790