aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge pull request #1311 from VSEphpbb/ticket/11461Nils Adermann2013-03-311-0/+9
| |\ \ \ | | | | | | | | | | [ticket/11461] - Template Event added to bottom of view topic pages
| | * | | [ticket/11461] cut doc entry to 79 colsMatt Friedman2013-03-191-1/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-11461
| | * | | [ticket/11461] Further clarify doc for viewtopic_body_footer_beforeMatt Friedman2013-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11461
| | * | | [ticket/11461] Add viewtopic_body_footer_before to the event docsMatt Friedman2013-03-191-0/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-11461
| * | | | [ticket/11438] Add spaces after # comment start and before \ line breaksJoas Schilling2013-03-161-34/+34
| | | | | | | | | | | | | | | | | | | | PHPBB3-11438
| * | | | [ticket/11438] Add empty sql_query_pre to delta-sourceJoas Schilling2013-03-151-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11438
| * | | | [ticket/11438] Move backslash to concatenate the query strings correctlyJoas Schilling2013-03-151-60/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was broken in 03d2c6413c25b1faf7f37ff20625ce986b19eb88 PHPBB3-11438
| * | | | [ticket/11438] Update sphinx.sample.conf to one provided by config_generate()Joas Schilling2013-03-151-1/+1
| |/ / / | | | | | | | | | | | | PHPBB3-11438
* | | | [ticket/9657] Check for post visibility when searching with SphinxJoas Schilling2013-03-141-0/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | This update will require admins to manually update their Sphinx config file aswell as to delete the index and rebuild it from scratch. Before this is done the search will not be usable anymore. PHPBB3-9657
* | | Merge branch 'develop-olympus' into developNils Adermann2013-02-241-1/+2
|\ \ \ | |/ / | | | | | | | | | | | | * develop-olympus: [ticket/11122] Move rxu to 'Former Contributors' section. [ticket/11122] Add EXreaction to docs/AUTHORS.
| * | [ticket/11122] Move rxu to 'Former Contributors' section.Andreas Fischer2013-02-241-1/+1
| | | | | | | | | | | | PHPBB3-11122
| * | [ticket/11122] Add EXreaction to docs/AUTHORS.Andreas Fischer2013-02-241-0/+1
| | | | | | | | | | | | PHPBB3-11122
* | | Merge remote-tracking branch 'p/ticket/11248' into developAndreas Fischer2012-12-221-30/+60
|\ \ \ | | | | | | | | | | | | | | | | * p/ticket/11248: [ticket/11248] Convert line endings to LF - develop edition.
| * | | [ticket/11248] Convert line endings to LF - develop edition.Oleg Pudeyev2012-12-071-30/+60
| | | | | | | | | | | | | | | | PHPBB3-11248
* | | | [ticket/11287] Add template event naming to docs/coding-guidelines.htmlDavid King2012-12-201-0/+52
| | | | | | | | | | | | | | | | PHPBB3-11287
* | | | [feature/events] Fix improperly named event in documentationDavid King2012-12-201-2/+4
| | | | | | | | | | | | | | | | PHPBB3-9550
* | | | [feature/events] Fix alphabetization of eventsDavid King2012-12-201-4/+4
| | | | | | | | | | | | | | | | PHPBB3-9550
* | | | [feature/events] Put events in alphabetical orderDavid King2012-12-201-23/+23
| | | | | | | | | | | | | | | | PHPBB3-9550
* | | | [feature/events] Make EVENTS.md lowercaseDavid King2012-12-201-0/+0
| | | | | | | | | | | | | | | | PHPBB3-9550
* | | | [feature/events] Use ` to escape HTML tags in markdownDavid King2012-12-171-7/+7
| | | | | | | | | | | | | | | | PHPBB3-9550
* | | | [feature/events] Remove HTML tags from markdown so they don't get parsedDavid King2012-12-171-7/+7
| | | | | | | | | | | | | | | | PHPBB3-9550
* | | | [feature/events] Add markdown template event documentation fileDavid King2012-12-171-0/+130
|/ / / | | | | | | | | | PHPBB3-9550
* | | [ticket/10091] Bump minimum supported postgresql version to 8.3.Oleg Pudeyev2012-12-042-2/+2
| | | | | | | | | | | | PHPBB3-10091
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-11-291-1/+1
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/11227] @return void -> @return null in develop-olympus.
| * | [ticket/11227] @return void -> @return null in develop-olympus.Oleg Pudeyev2012-11-291-1/+1
| | | | | | | | | | | | PHPBB3-11227
* | | [ticket/11205] Fix merge conflict in readme.html.Oleg Pudeyev2012-11-151-5/+1
| | | | | | | | | | | | PHPBB3-11205
* | | Merge PR #1052 branch 'develop-olympus' into developOleg Pudeyev2012-11-091-66/+85
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10865] Use code tags for install/database_update.php. [ticket/10865] Should have been a slash. [ticket/10865] Add .css, .js, and .htaccess to the list of ASCII mode files [ticket/10865] Phrase change for visiting with browser [ticket/10865] Grammar corrections for the entire document [ticket/10865] Typo and phrasing change [ticket/10865] Updates and additions to /docs/INSTALL.html Conflicts: phpBB/docs/INSTALL.html
| * | Merge PR #1052 branch 'p/ticket/10865' into develop-olympusOleg Pudeyev2012-11-091-68/+87
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/10865: [ticket/10865] Use code tags for install/database_update.php. [ticket/10865] Should have been a slash. [ticket/10865] Add .css, .js, and .htaccess to the list of ASCII mode files [ticket/10865] Phrase change for visiting with browser [ticket/10865] Grammar corrections for the entire document [ticket/10865] Typo and phrasing change [ticket/10865] Updates and additions to /docs/INSTALL.html
| | * | [ticket/10865] Use code tags for install/database_update.php.Oleg Pudeyev2012-11-091-2/+2
| | | | | | | | | | | | | | | | PHPBB3-10865
| | * | [ticket/10865] Should have been a slash.Oleg Pudeyev2012-11-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10865
| | * | [ticket/10865] Add .css, .js, and .htaccess to the list of ASCII mode filesPatrick Webster2012-08-031-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10865
| | * | [ticket/10865] Phrase change for visiting with browserPatrick Webster2012-06-281-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10865
| | * | [ticket/10865] Grammar corrections for the entire documentPatrick Webster2012-06-221-56/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed more grammatical issues, changed some phrasings, added a link for offline conversions, and other corrections. PHPBB3-10865
| | * | [ticket/10865] Typo and phrasing changePatrick Webster2012-06-191-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10865
| | * | [ticket/10865] Updates and additions to /docs/INSTALL.htmlOyabun12012-06-191-31/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added anti-spam section. Changed www.mydomain.com/tld to www.example.com. Updated update section to mention third party styles. Reworded several sentences for clarity. Made file name/path formatting more consistent. Corrected update archive type availabilities. Changed PHP version listing to be less redundant. PHPBB3-10865 PHPBB3-10918
* | | | [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2)Igor Wiedler2012-11-093-6/+6
| | | | | | | | | | | | | | | | PHPBB3-11181
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-09-291-7/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-olympus: [ticket/11122] Move Acyd Burn, Arty and Toonarmy to former contributors
| * | | [ticket/11122] Move Acyd Burn, Arty and Toonarmy to former contributorsJoas Schilling2012-09-271-7/+8
| | | | | | | | | | | | | | | | PHPBB3-11122
* | | | Merge PR #865 branch 'dhruvgoel92/feature/sphinx-fulltext-search' into developOleg Pudeyev2012-07-272-0/+97
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/feature/sphinx-fulltext-search: (57 commits) [feature/sphinx-fulltext-search] add sphinx to Authors file [feature/sphinx-fulltext-search] add sphinxapi.php file [feature/sphinx-fulltext-search] fix auth bug [feature/sphinx-fulltext-search] remove unused property [feature/sphinx-fulltext-search] use 9312 as default port [feature/sphinx-fulltext-search] fix language of host config [feature/sphinx-fulltext-search] fix sphinx for arbitary host [feature/sphinx-fulltext-search] coding changes acc to phbb conventions [feature/sphinx-fulltext-search] fixing comments [feature/sphinx-fulltext-search] add trailing slash in language [feature/sphinx-fulltext-search] improve port option [feature/sphinx-fulltext-search] remove stopwords and config path [feature/sphinx-fulltext-search] makes sql host configurable [feature/sphinx-fulltext-search] use readonly instead of disabled [feature/sphinx-fulltext-search] fix language keys' typo [feature/sphinx-fulltext-search] remove note from db_tools [feature/sphinx-fulltext-search] add support for postgres [feature/sphinx-fulltext-search] add pgsql functionality [feature/sphinx-fulltext-search] use Update in sphinx query [feature/sphinx-fulltext-search] use CASE instead of IF ...
| * | | | [feature/sphinx-fulltext-search] add sphinx to Authors fileDhruv2012-07-271-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10946
| * | | | [feature/sphinx-fulltext-search] improve port optionDhruv2012-07-221-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use listen instead of deprecated port value in sphinx config file. sqlhost uses default $dbhost. PHPBB3-10946
| * | | | [feature/sphinx-fulltext-search] makes sql host configurableDhruv2012-07-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The SQL server host which sphinx connects to index the posts is now configurable via ACP. PHPBB3-10946
| * | | | [feature/sphinx-fulltext-search] use Update in sphinx queryDhruv2012-07-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of REPLACE use UPDATE since pgsql does not support REPLACE. A row is inserted at time of creating table so REPLACE is no longer needed. PHPBB3-10946
| * | | | [feature/sphinx-fulltext-search] use CASE instead of IFDhruv2012-07-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IF is not supported in pgsql, use CASE instead supported in both mysql and pgsql. PHPBB3-10946
| * | | | [feature/sphinx-fulltext-search] minor changes in sphinx.confDhruv2012-07-191-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-10946
| * | | | [feature/sphinx-fulltext-search] use new unique id instead of saltDhruv2012-07-191-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a new unique id is generated by sphinx and stored in the config table instead of using avatar_salt. PHPBB3-10946
| * | | | [feature/sphinx-fulltext-search] add binlog_path to configDhruv Goel2012-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | binlog files are now added to the data folder. PHPBB3-10946
| * | | | [feature/sphinx-fulltext-search] include sample sphinx.conf in docsDhruv Goel2012-07-121-0/+96
| | | | | | | | | | | | | | | | | | | | PHPBB3-10946
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-231-0/+9
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [prep-release-3.0.11] Update Changelog for 3.0.11-RC2 release. [prep-release-3.0.11] Bumping version number for 3.0.11-RC2. Conflicts: phpBB/install/database_update.php
| * | | | [prep-release-3.0.11] Update Changelog for 3.0.11-RC2 release.Andreas Fischer2012-07-231-0/+9
| | | | |