aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | [ticket/11162] Add includes.Oleg Pudeyev2012-12-042-0/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-11162
| | * | | [ticket/11162] Move to a separate file to avoid blowing out functions.php.Oleg Pudeyev2012-12-042-87/+103
| | | | | | | | | | | | | | | | | | | | PHPBB3-11162
| | * | | [ticket/11162] No whitespace changes in olympus.Oleg Pudeyev2012-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11162
| | * | | [ticket/11162] Fix inaccurately copy pasted comment.Oleg Pudeyev2012-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11162
| | * | | [ticket/11162] Use phpbb_update_rows_avoiding_duplicates in mcp.Oleg Pudeyev2012-12-012-12/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11162
| | * | | [ticket/11162] Clarify that only the two tables actually work.Oleg Pudeyev2012-12-011-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11162
| | * | | [ticket/11162] Uncomment transactions.Oleg Pudeyev2012-12-011-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11162
| | * | | [ticket/11162] An implementation that actually works.Oleg Pudeyev2012-12-011-5/+68
| | | | | | | | | | | | | | | | | | | | PHPBB3-11162
| | * | | [ticket/11162] Extract existing behavior into a function and add a test.Oleg Pudeyev2012-11-021-1/+23
| | | | | | | | | | | | | | | | | | | | PHPBB3-11162
* | | | | [ticket/8610] Use phpbb_update_rows_avoiding_duplicatesNathan Guse2012-12-132-22/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-8610
* | | | | [ticket/8610] Revert some funky merging I did from rebaseNathan Guse2012-12-133-12/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-8610
* | | | | [ticket/8610] Add some commentsNathan Guse2012-12-132-0/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-8610
* | | | | [ticket/8610] Update Bookmarks and Subscriptions when splitting topicsNathaniel Guse2012-12-132-4/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update bookmarks and subscriptions to add bookmarks/subscriptions to the new topic when using the split_topic function PHPBB3-8610
* | | | | [ticket/8610] Update Bookmarks when merging posts into another topicNathaniel Guse2012-12-131-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update bookmarks to the new topic when merging posts into another topic using the merge_posts function. PHPBB3-8610
* | | | | [ticket/8610] Update Bookmarks when forking topicsNathaniel Guse2012-12-131-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update bookmarks to the new topic when forking topics using the mcp_fork_topic function. PHPBB3-8610
* | | | | [ticket/8610] Update Bookmarks when merging topicsNathaniel Guse2012-12-131-1/+9
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Update bookmarks to the new topic when merging multiple topics using the merge_topics function. PHPBB3-8610
* | | | Merge remote-tracking branch 'p/ticket/10205' into develop-olympusAndreas Fischer2012-12-087-76/+253
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/10205: [ticket/10205] Reduce nesting in mysql drivers. [ticket/10205] Rewrite _sql_error implementations to have a single return. [ticket/10205] Cosmetic changes. [ticket/10205] Add some columns to the empty fixture file for mssqlnative. [ticket/10205] Delete stray return. [ticket/10205] Test failed connection attempts. [ticket/10205] Check for function existence in mssql connect method. [ticket/10205] Convert mssqlnative driver to the same logic. [ticket/10205] Fix a parse error in oracle driver. [ticket/10205] Fix remaining db drivers. [ticket/10205] Avoid calling mysqli functions when mysqli is missing. [ticket/10205] Account for potentially missing extensions in dbal.
| * | | | [ticket/10205] Reduce nesting in mysql drivers.Oleg Pudeyev2012-12-042-28/+22
| | | | | | | | | | | | | | | | | | | | PHPBB3-10205
| * | | | [ticket/10205] Rewrite _sql_error implementations to have a single return.Oleg Pudeyev2012-12-045-20/+34
| | | | | | | | | | | | | | | | | | | | PHPBB3-10205
| * | | | [ticket/10205] Cosmetic changes.Oleg Pudeyev2012-12-045-8/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-10205
| * | | | [ticket/10205] Check for function existence in mssql connect method.Oleg Pudeyev2012-12-041-0/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-10205
| * | | | [ticket/10205] Convert mssqlnative driver to the same logic.Oleg Pudeyev2012-12-041-20/+32
| | | | | | | | | | | | | | | | | | | | PHPBB3-10205
| * | | | [ticket/10205] Fix a parse error in oracle driver.Oleg Pudeyev2012-12-041-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10205
| * | | | [ticket/10205] Fix remaining db drivers.Oleg Pudeyev2012-12-045-43/+93
| | | | | | | | | | | | | | | | | | | | PHPBB3-10205
| * | | | [ticket/10205] Avoid calling mysqli functions when mysqli is missing.Oleg Pudeyev2012-12-041-4/+14
| | | | | | | | | | | | | | | | | | | | PHPBB3-10205
| * | | | [ticket/10205] Account for potentially missing extensions in dbal.Oleg Pudeyev2012-12-045-4/+93
| | | | | | | | | | | | | | | | | | | | PHPBB3-10205
* | | | | [ticket/10841] Revert more whitespace changes.Oleg Pudeyev2012-12-051-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-10841
* | | | | [ticket/10841] Revert whitespace changes.Oleg Pudeyev2012-12-052-20/+20
| | | | | | | | | | | | | | | | | | | | PHPBB3-10841
* | | | | [ticket/10841] adding space after ifSenky2012-12-051-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-10841
* | | | | [ticket/10841] removing unnecessary spacingSenky2012-12-051-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-10841
* | | | | [ticket/10841] changing affectedrows check to COUNT in sqlSenky2012-12-051-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this sould reduce load and be faster. Also freeresult functions added PHPBB3-10841
* | | | | [ticket/10841] Modifying style and language selectors in UCPSenky2012-12-053-28/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit also deletes all unnecessary blank spaces at the end of the lines in both ucp_prefs_personal.html PHPBB3-10841
* | | | | [ticket/10602] Avoid a race condition.Oleg Pudeyev2012-12-051-2/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-10602
* | | | | [ticket/10602] Use last_queue_run for its intended purpose.Oleg Pudeyev2012-12-051-3/+8
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We keep the last queue run time around, therefore for determining whether enough time has passed since the last run we can simply use this config variable. When there is no queue file we consider a queue run successful. Previously queue.php ("cache file") modification time would be used for determining whether enough time has passed since last queue run. The problem was that modification time would be updated whenever anything was added to the queue, creating a situation where if queue is processed less frequently than it is added to that email would not be sent. PHPBB3-10602
* | | | [ticket/11238] Set goutte version to 0.1.0.Oleg Pudeyev2012-12-022-32/+433
| | | | | | | | | | | | | | | | PHPBB3-11238
* | | | Merge PR #893 branch 'nickvergessen/ticket/10184' into develop-olympusOleg Pudeyev2012-12-012-0/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/10184: [ticket/10184] Query bots table to get the user_ids of the bots [ticket/10184] Disable receiving pms for bots by default
| * | | | [ticket/10184] Query bots table to get the user_ids of the botsJoas Schilling2012-12-011-4/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-10184
| * | | | [ticket/10184] Disable receiving pms for bots by defaultJoas Schilling2012-12-012-0/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-10184
* | | | | [ticket/11227] @return void -> @return null in develop-olympus.Oleg Pudeyev2012-11-2914-18/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-11227
* | | | | Merge PR #1074 branch 'bantu/ticket/11192' into develop-olympusOleg Pudeyev2012-11-162-1/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/11192: [ticket/11192] Merge dataProvider arrays because the test is the same now. [ticket/11192] Update $value parameter description to support other types. [ticket/11192] Mark negative byte numbers as unsupported. [ticket/11192] Test strings not converted to int/float before. [ticket/11192] Also test strings, e.g. sums returned by the database. [ticket/11192] Also test powers of 10 / 1000. [ticket/11192] Add tests. [ticket/11192] Add Tebibyte to get_formatted_filesize().
| * | | | | [ticket/11192] Update $value parameter description to support other types.Andreas Fischer2012-11-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11192
| * | | | | [ticket/11192] Mark negative byte numbers as unsupported.Andreas Fischer2012-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11192
| * | | | | [ticket/11192] Add Tebibyte to get_formatted_filesize().Andreas Fischer2012-11-112-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11192
* | | | | | [ticket/10879] Remove arrow icon from attachment link in editorMarc Alexander2012-11-131-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you upload a file with a long filename the filename will partially cover the arrow icon background image. Remove the icon as it's not needed anyways. PHPBB3-10879
* | | | | 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