aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Fix file headers of new filesJoas Schilling2014-05-301-3/+7
| | | | PHPBB3-12594
* Merge pull request #2309 from Nicofuma/ticket/11366Joas Schilling2014-05-282-32/+65
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11366] Extension's version's check * Nicofuma/ticket/11366: (29 commits) [ticket/11366] Fix headings css in list page [ticket/11366] Add config value in schema_data.sql [ticket/11366] Fix HTML [ticket/11366] Exchange links and settings' form [ticket/11366] Remove the extra {S_FORM_TOKEN} [ticket/11366] Move the links to the top of the page [ticket/11366] Hide the version check settings by default [ticket/11366] Versions, options and actions heading should be centered [ticket/11366] Better language string for "recheck all" [ticket/11366] Move "recheck all" link [ticket/11366] Add $config['extension_force_unstable'] [ticket/11366] Use force_cache on the list page [ticket/11366] Add recheck-all link [ticket/11366] Force the use of the cache on the list page [ticket/11366] Update FILE_NOT_FOUND language string [ticket/11366] Fix whitespaces [ticket/11366] Update FILE_NOT_FOUND language string [ticket/11366] Update var names [ticket/11366] Align language strings [ticket/11366] Fix detailed view ...
| * [ticket/11366] Add $config['extension_force_unstable']Tristan Darricau2014-05-281-0/+25
| | | | | | | | PHPBB3-11366
| * [ticket/11366] Force the use of the cache on the list pageTristan Darricau2014-05-281-32/+40
| | | | | | | | PHPBB3-11366
| * [ticket/11366] Moving to \phpbb\version_helperNicofuma2014-05-281-257/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + bug fix (missing exception) + Using \phpbb\version_helper So, now, the version file have a new format : { "stable": { "<branch>": { "current": "<version>", [ "announcement": "<announcement link>", ] [ "download": "<download link>", ] }, "<branch>": { ... } }, "unstable": { } } PHPBB3-11366
| * [ticket/11366] Extension's version's checkNicofuma2014-05-281-0/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a feature to check automatically the version of the installed extensions. The informations are cached for 24 hours (like for the global update check on the main page of the acp). The informations about the versions are display both on the global list and on the detailled page. To do this the developper has to to let the composer.json of the latest version available and add some informations into it : "extra": { "version-check": { "host": "<the host>", "directory": "<the directory containing the file>", "filename": "<the composer.json of the latest version>" } } He can also add two extra informations which will be displayed if a new version is available : "extra": { "download": "<download link>", "annoucement": "<announcement link>", } Currently a notice is displayed when the "extra.version-check" informations are missing. Ticket: https://tracker.phpbb.com/browse/PHPBB3-11366 Signed-off-by: Nicofuma <github@nicofuma.fr> PHPBB3-11366
* | Merge pull request #2474 from PayBas/ticket/12561Joas Schilling2014-05-281-1/+19
|\ \ | |/ |/| | | | | | | | | | | | | | | | | [ticket/12561] Add "after" check to schema_generator for columns_add * PayBas/ticket/12561: [ticket/12561] Reworked tests by nickvergessen [ticket/12561] Added tests for "after last", "after missing" and "empty" [ticket/12561] Add check to see if "after" column actually exists [ticket/12561] Added test for "after" [ticket/12561] Add "after" check to schema_generator for columns_add
| * [ticket/12561] Added tests for "after last", "after missing" and "empty"PayBas2014-05-261-2/+2
| | | | | | | | | | | | Also removed tabs PHPBB3-12561
| * [ticket/12561] Add check to see if "after" column actually existsPayBas2014-05-261-1/+9
| | | | | | | | | | | | If not, just append to the end PHPBB3-12561
| * [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