aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [ticket/12561] Add "after" check to schema_generator for columns_addPayBas2014-05-191-1/+11
| | | | | | | | | | | | | | | | PHPBB3-12561
* | | | Merge pull request #2426 from Nicofuma/ticket/12174Joas Schilling2014-05-281-8/+35
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12174] Update topic_attachment flag when a post is soft-deleted * Nicofuma/ticket/12174: [ticket/12174] Add tests [ticket/12174] Coding style [ticket/12174] Remove $update_topic_attachments_flag [ticket/12174] Don't update the flag for a post without attachment [ticket/12174] Update the conditions [ticket/12174] Remove inline assignment [ticket/12174] Update sql query [ticket/12174] Revert the changes on $topic_update_array [ticket/12174] Corrections [ticket/12174] Update topic_attachment flag when a post is soft-deleted
| * | | | [ticket/12174] Coding styleTristan Darricau2014-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12174
| * | | | [ticket/12174] Remove $update_topic_attachments_flagTristan Darricau2014-05-091-4/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12174
| * | | | [ticket/12174] Don't update the flag for a post without attachmentTristan Darricau2014-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12174
| * | | | [ticket/12174] Update the conditionsTristan Darricau2014-05-091-10/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-12174
| * | | | [ticket/12174] Remove inline assignmentTristan Darricau2014-05-091-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12174
| * | | | [ticket/12174] Update sql queryTristan Darricau2014-05-091-9/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-12174
| * | | | [ticket/12174] Revert the changes on $topic_update_arrayTristan Darricau2014-05-081-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-12174
| * | | | [ticket/12174] CorrectionsTristan Darricau2014-05-081-21/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-12174
| * | | | [ticket/12174] Update topic_attachment flag when a post is soft-deletedTristan Darricau2014-05-081-8/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12174 PHPBB3-12174
* | | | | [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12594
* | | | | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-282-7/+30
|\ \ \ \ \
| * \ \ \ \ Merge pull request #2455 from Nicofuma/ticket/12509Joas Schilling2014-05-281-6/+26
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12509] Add an option to set the path of custom style directory (ie: email templates) for extensions * Nicofuma/ticket/12509: [ticket/12509] Add example in doc block [ticket/12509] Add missing ',' in arrays [ticket/12509] Update calls to set_custom_style in forgotten places [ticket/12509] Fix path in adm/index.php [ticket/12509] Fix typo in adm/index.php [ticket/12509] Fix doc block [ticket/12509] Fix the call to set_custom_file in adm/index and messenger [ticket/12509] Update acp custom_style setter [ticket/12509] Add an option to set the path of custom file for extensions
| | * | | | | [ticket/12509] Add example in doc blockTristan Darricau2014-05-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12509
| | * | | | | [ticket/12509] Fix doc blockTristan Darricau2014-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12509
| | * | | | | [ticket/12509] Fix the call to set_custom_file in adm/index and messengerTristan Darricau2014-05-131-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12509
| | * | | | | [ticket/12509] Add an option to set the path of custom file for extensionsTristan Darricau2014-05-131-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12509 PHPBB3-12509
| * | | | | | Merge pull request #2453 from Nicofuma/ticket/12536Joas Schilling2014-05-281-1/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12536] Get Versions Should Not Require Both Stable and Unstable * Nicofuma/ticket/12536: [ticket/12536] Restore missing @throws [ticket/12536] Add test cases with empty versions list [ticket/12536] Use stable values when unstable are unavailable [ticket/12536] Update doc block [ticket/12536] Return empty array if stability unavailable [ticket/12536] Get Versions Should Not Require Both Stable and Unstable
| | * | | | | | [ticket/12536] Restore missing @throwsTristan Darricau2014-05-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12536
| | * | | | | | [ticket/12536] Use stable values when unstable are unavailableTristan Darricau2014-05-151-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12536
| | * | | | | | [ticket/12536] Update doc blockTristan Darricau2014-05-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12536
| | * | | | | | [ticket/12536] Return empty array if stability unavailableTristan Darricau2014-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12536
| | * | | | | | [ticket/12536] Get Versions Should Not Require Both Stable and UnstableTristan Darricau2014-05-121-3/+12
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12536 PHPBB3-12536
* | | | | | | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-272-2/+22
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/docs/hook_system.html
| * | | | | | [ticket/12570] Keep MySQLi proceduralJoas Schilling2014-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12570
| * | | | | | [ticket/12570] Fix MySQL affectedrowsJoas Schilling2014-05-261-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We always want the number of matched rows instead of changed rows, when running an update. So when mysql_info() returns the number of matched rows we return that one instead of mysql_affected_rows() PHPBB3-12570
| * | | | | | [ticket/12570] Fix MySQLi affectedrows by specifying MYSQLI_CLIENT_FOUND_ROWSJoas Schilling2014-05-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12570
* | | | | | | [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12594
* | | | | | | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-27368-1439/+2607
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-12594
* | | | | | Merge pull request #2429 from Nicofuma/ticket/12074Joas Schilling2014-05-264-1/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12074] Managing extensions doesn't produce any log entry * Nicofuma/ticket/12074: [ticket/12074] Update the visibility of the constructor [ticket/12074] Don't log errors [ticket/12074] Managing extensions doesn't produce any log entry
| * | | | | [ticket/12074] Update the visibility of the constructorTristan Darricau2014-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12074
| * | | | | [ticket/12074] Don't log errorsTristan Darricau2014-05-093-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12074
| * | | | | [ticket/12074] Managing extensions doesn't produce any log entryTristan Darricau2014-05-094-1/+11
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-12074
* | | | | [ticket/12586] Limit depth to 2, we require vendor/extension/ext.phpJoas Schilling2014-05-221-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12586
* | | | | [ticket/12586] Use dot filter when trying to find available extensionsJoas Schilling2014-05-221-2/+6
| |_|_|/ |/| | | | | | | | | | | PHPBB3-12586
* | | | [ticket/12435] Update the commentTristan Darricau2014-05-141-4/+6
| | | | | | | | | | | | | | | | PHPBB3-12435
* | | | [ticket/12435] purge_notifications() fails for unused notificationsTristan Darricau2014-05-141-8/+19
| |/ / |/| | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12435 PHPBB3-12435
* | | Merge pull request #2438 from marc1706/ticket/12517Joas Schilling2014-05-111-2/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12517] Correctly call $log->add in prune shadow topics * marc1706/ticket/12517: [ticket/12517] Correctly call $log->add in prune shadow topics
| * | | [ticket/12517] Correctly call $log->add in prune shadow topicsMarc Alexander2014-05-111-2/+8
| | | | | | | | | | | | | | | | PHPBB3-12517
* | | | Merge pull request #2441 from Nicofuma/ticket/12529Joas Schilling2014-05-111-5/+13
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | [ticket/12529] Use root_path in controller\resolver to check the template dir * Nicofuma/ticket/12529: [ticket/12529] Move $phpbb_root_path to the end of the constructor [ticket/12529] Use root_path in controller\resolver to check the template dir
| * | | [ticket/12529] Move $phpbb_root_path to the end of the constructorTristan Darricau2014-05-111-4/+5
| | | | | | | | | | | | | | | | PHPBB3-12529
| * | | [ticket/12529] Use root_path in controller\resolver to check the template dirTristan Darricau2014-05-111-2/+9
| |/ / | | | | | | | | | PHPBB3-12529
* | | Merge pull request #2435 from n-aleha/ticket/12522Joas Schilling2014-05-111-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12522] Add function parameter description in guesser interface * n-aleha/ticket/12522: [ticket/12522] Add function parameter description in guesser interface
| * | | [ticket/12522] Add function parameter description in guesser interfacen-aleha2014-05-111-0/+1
| |/ / | | | | | | | | | | | | | | | | | | Add parameter description for $file_name of the function guess in guesser_interface PHPBB3-12522
* | | [ticket/12476] Label the constructor as publicn-aleha2014-05-091-1/+1
| | | | | | | | | | | | | | | | | | Label the the constructor as public. PHPBB3-12476
* | | [ticket/12476] Increase assets also from acp_styles and phpbbclin-aleha2014-05-091-1/+6
|/ / | | | | | | | | | | Increase assets also from "ACP > Styles > Purge Cache" and phpbbcli PHPBB3-12476
* | Merge pull request #2408 from prototech/ticket/12500Joas Schilling2014-05-081-2/+8
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12500] Set a title attribute in user.img() * prototech/ticket/12500: [ticket/12500] Set a title attribute in user.img()
| * | [ticket/12500] Set a title attribute in user.img()Cesar G2014-05-041-2/+8
| | | | | | | | | | | | PHPBB3-12500
* | | Merge pull request #2418 from Nicofuma/ticket/12402Joas Schilling2014-05-081-0/+33
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12402] CAPTCHA plugin migration fails to detect missing plugins * Nicofuma/ticket/12402: [ticket/12402] CAPTCHA plugin migration fails to detect missing plugins