aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
Commit message (Collapse)AuthorAgeFilesLines
...
| * [ticket/9859] Remove the years from the copyright statements in docs files.Andreas Fischer2011-01-168-8/+8
| | | | | | | | PHPBB3-9859
| * [ticket/9859] Remove the year from the copyright meta tag in docs/*.htmlAndreas Fischer2011-01-167-7/+7
| | | | | | | | 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 developIgor Wiedler2011-01-071-0/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | This commit also ports all ascraeus tests to the new format. Conflicts: tests/all_tests.php tests/network/all_tests.php tests/request/all_tests.php tests/request/request_var.php tests/template/templates/includephp.html
| * Merge branch 'ticket/bantu/9589' into develop-olympusAndreas Fischer2011-01-051-0/+0
| |\ | | | | | | | | | | | | * ticket/bantu/9589: [ticket/9589] nginx.conf.sample -> nginx.sample.conf
| | * [ticket/9589] nginx.conf.sample -> nginx.sample.confAndreas Fischer2011-01-051-0/+0
| | | | | | | | | | | | PHPBB3-9589
* | | Merge branch 'develop-olympus' into developNils Adermann2010-12-131-0/+2
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/9924] Pass template instance into $template->display hook
| * | Merge branch 'ticket/igorw/9924' into develop-olympusNils Adermann2010-12-131-0/+2
| |\ \ | | | | | | | | | | | | | | | | * ticket/igorw/9924: [ticket/9924] Pass template instance into $template->display hook
| | * | [ticket/9924] Pass template instance into $template->display hookIgor Wiedler2010-11-231-0/+2
| | | | | | | | | | | | | | | | PHPBB3-9924
* | | | Merge branch 'develop-olympus' into developNils Adermann2010-12-131-0/+60
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9851] "Search new posts" should require login. [task/phpdoc] Added a phpdoc task to the build process [task/phpdoc] Added a configuration file for phpDocumentor. [feature/acm-wincache] Adding caching module for WinCache's User Cache. [ticket/9939] Fix JavaScript error in admin recaptcha template [ticket/9575] Also change 'administrate' to 'administer' in templates [ticket/8736] guest can have 255 chars long username [ticket/9928] Do not link "login to your board" to the "send statistics" page. [ticket/9575] Change 'administrate' to 'administer' [ticket/9921] Adding sample configuration file for the lighttpd webserver. [ticket/9932] Add the Bing bot when converting [ticket/9930] Redirect failes with open_basedir enabled. [ticket/9910] Make sure S_BBCODE_ALLOWED exists when viewing PMs
| * | | [ticket/9921] Adding sample configuration file for the lighttpd webserver.Ingo Migliarina2010-12-011-0/+60
| |/ / | | | | | | | | | PHPBB3-9921
* | | Merge branch 'develop-olympus' into developNils Adermann2010-11-201-0/+12
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * develop-olympus: [prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelog [ticket/9903] Script for detecting potentially malicious flash bbcodes [ticket/9904] Update WebPI Parameters.xml to work with WebMatrix. [ticket/9903] Fix XSS in BBcode-parser's Flash-BBcode.
| * | [prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelogNils Adermann2010-11-191-0/+12
| | |
* | | 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 developNils Adermann2010-11-101-0/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | * develop-olympus: [develop-olympus] Updating changelog for last minute 3.0.8-RC1 fixes. [ticket/9140] Check current board version in incremental update packages [ticket/9891] Updater drops language-selection after database-update
| * | [develop-olympus] Updating changelog for last minute 3.0.8-RC1 fixes.Nils Adermann2010-11-101-0/+2
| | |
* | | Merge branch 'develop-olympus' into developNils Adermann2010-11-101-2/+14
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [develop-olympus] Updating changelog with latest changes for 3.0.8-RC1
| * | [develop-olympus] Updating changelog with latest changes for 3.0.8-RC1Nils Adermann2010-11-101-2/+14
| | |
* | | Merge branch 'develop-olympus' into developAndreas Fischer2010-11-082-48/+451
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9888] Update fails when Bing [Bot] was already added to the users table [develop-olympus] Bumping version number for 3.0.8-RC1. [ticket/9885] Fix extension group name updater. Loop through all languages. [ticket/9847] Fix typo in search synonyms. Use british english for 'judgement'. [ticket/9883] Change an American English spelling to British English. [task/phing-build] Correct the path for update package patch files.
| * | [develop-olympus] Bumping version number for 3.0.8-RC1.Nils Adermann2010-11-082-48/+451
| | |
* | | Merge branch 'develop-olympus' into developIgor Wiedler2010-10-193-3/+3
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/9857] Remove visible $Id$ from phpBB/docs files.
| * | Merge branch 'ticket/bantu/9857' into develop-olympusIgor Wiedler2010-10-193-3/+3
| |\ \ | | | | | | | | | | | | | | | | * ticket/bantu/9857: [ticket/9857] Remove visible $Id$ from phpBB/docs files.
| | * | [ticket/9857] Remove visible $Id$ from phpBB/docs files.Andreas Fischer2010-10-193-3/+3
| | | | | | | | | | | | | | | | PHPBB3-9857
* | | | Merge branch 'develop-olympus' into developIgor Wiedler2010-10-192-3/+48
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | Merge branch 'ticket/igorw/9509' into develop-olympusIgor Wiedler2010-10-191-109/+15
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/igorw/9509: [ticket/9509] Remove section 8 from index [ticket/9509] Close anchor tag in coding guidelines [ticket/9509] The VCS is now git
| | * | | [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/9854] Revise docs/auth_api.html to add more methodsJosh Woody2010-10-191-1/+47
| |/ / | | | | | | | | | | | | | | | Notably, the auth_admin class is still missing documentation. PHPBB3-9854
* | | Merge branch 'develop-olympus' into developIgor Wiedler2010-10-041-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | * develop-olympus: [ticket/9804] Account evil3 renamed to igorw, adjust AUTHORS [ticket/9829] Fix error in recaptcha validation.
| * | [ticket/9804] Account evil3 renamed to igorw, adjust AUTHORSIgor Wiedler2010-09-211-1/+1
| | | | | | | | | | | | PHPBB3-9804
* | | Merge branch 'develop-olympus' into developAndreas Fischer2010-09-141-1/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | * develop-olympus: [ticket/9820] phpBB Debug Error when trying to post a new topic. [ticket/9162] BBCode in poll options is broken, when posting without question. [ticket/9804] Update docs/AUTHORS. Move DavidMJ, add evil<3.
| * | [ticket/9804] Update docs/AUTHORS. Move DavidMJ, add evil<3.Andreas Fischer2010-09-121-1/+2
| | | | | | | | | | | | PHPBB3-9804
* | | Merge branch 'develop-olympus' into developIgor Wiedler2010-09-091-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [task/git-tools] Change the GNU --lines argument to the POSIX -l [task/git-tools] Solve dependency on the GNU wc --max-line-length option [ticket/8944] Patch db_tools to support index length for MySQL4 [ticket/9039] Make mssqlnative.php non-executable [ticket/8944] Add index length to CREATE INDEX for MySQL4 in database_update [ticket/9800] Update tracker URL in docs/README.html
| * | [ticket/9800] Update tracker URL in docs/README.htmlIgor Wiedler2010-09-021-1/+1
| | | | | | | | | | | | PHPBB3-9800
* | | Merge branch 'develop-olympus' into developAndreas Fischer2010-07-082-1/+71
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | Merge branch 'ticket/p/9589' into develop-olympusAndreas Fischer2010-07-081-0/+70
| |\ \ | | |/ | | | | | | | | | * ticket/p/9589: [ticket/9589] Added sample nginx configuration file for phpbb.
| | * [ticket/9589] Added sample nginx configuration file for phpbb.Oleg Pudeyev2010-06-101-0/+70
| | | | | | | | | | | | PHPBB3-9589
| * | [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
* [develop-olympus] Move rxu and nickvergessen to DevelopersJoas Schilling2010-05-161-2/+2
|
* Merge branch 'bug/nickvergessen/9047' into develop-olympusNils Adermann2010-04-041-0/+1
|\ | | | | | | | | | | | | | | * bug/nickvergessen/9047: [bug/9047] Use correct forum_id to generate the active topics list. (Bug #9047) Conflicts: phpBB/docs/CHANGELOG.html
| * [bug/9047] Use correct forum_id to generate the active topics list. (Bug #9047)Joas Schilling2010-04-041-0/+1
| |
* | Merge branch 'feature/nickvergessen/unapproved-posts-in-feed' into ↵Nils Adermann2010-04-041-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-olympus * feature/nickvergessen/unapproved-posts-in-feed: [feature/unapproved-posts-in-feed] Little changelog correction [feature/unapproved-posts-in-feed] Increase performance of is_moderator_approve_forum() as per bantu [feature/unapproved-posts-in-feed] View note for moderators on unapproved posts/topics with unapproved posts in ATOM Feed Conflicts: phpBB/docs/CHANGELOG.html
| * | [feature/unapproved-posts-in-feed] Little changelog correctionJoas Schilling2010-04-041-1/+1
| | |
| * | [feature/unapproved-posts-in-feed] View note for moderators on unapproved ↵Joas Schilling2010-04-041-0/+1
| | | | | | | | | | | | posts/topics with unapproved posts in ATOM Feed