aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [ticket/11088] Put language pack module move below extension module creationDavid King2012-12-121-11/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-11088
| * | | | [ticket/11088] Untested, progress on update scriptDavid King2012-12-121-29/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should rename Styles category to Customise, move language packs, and add extension management PHPBB3-11088
| * | | | [ticket/11088] Fix typo (period instead of comma)David King2012-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11088
| * | | | [ticket/11088] Untested progress for update scriptDavid King2012-12-121-14/+41
| | | | | | | | | | | | | | | | | | | | PHPBB3-11088
| * | | | [ticket/11088] Move style, extension and language pack management to customiseDavid King2012-12-121-0/+14
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Instead of being separated, these related ACP modules are now grouped intuitively. PHPBB3-11088
| * | | [ticket/10679] Update module basename, we added the xcp_ prefix in 3.1Joas Schilling2012-12-071-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10679
| * | | [ticket/10679] Use module_auth to limit access to the moduleJoas Schilling2012-12-061-0/+8
| | | | | | | | | | | | | | | | PHPBB3-10679
| * | | [ticket/10679] Add new permission for changing profile field informationJoas Schilling2012-12-061-4/+44
| | |/ | |/| | | | | | | | | | | | | The setting is copied from "Can use signature" PHPBB3-10679
* | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-061-0/+43
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (196 commits) [ticket/11219] Coding guidelines and naming consistency changes [ticket/10841] Revert more whitespace changes. [ticket/10841] Revert whitespace changes. [ticket/10841] adding space after if [ticket/10841] removing unnecessary spacing [ticket/10841] changing affectedrows check to COUNT in sql [ticket/10841] Modifying style and language selectors in UCP [ticket/11247] Fix wrong property reference in flock class. [ticket/10602] Avoid a race condition. [ticket/10602] Use last_queue_run for its intended purpose. [ticket/10716] Collect standard error from executed php process. [ticket/10716] Skip test if php is not in PATH. [ticket/10716] Exclude our dependencies from linting. [ticket/10103] New and improved wording. [ticket/10716] Only lint on php 5.3+. [ticket/10103] Assert with messages. [ticket/10103] assertLessThan/assertGreaterThan. [ticket/10103] Inline assignment is bad? [ticket/10103] $rv had too few characters. [ticket/10103] Correct flock class documentation. ... Conflicts: phpBB/includes/functions.php tests/cache/cache_test.php
| * | Merge PR #545 branch 'brunoais/ticket/10601' into developOleg Pudeyev2012-12-011-0/+22
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * brunoais/ticket/10601: [ticket/10601] The ORDER BY is only taking space there [ticket/10601] New approach in the update algorithm [ticket/10601] Comment to help understanding the code [ticket/10601] Requested code changes [ticket/10601] Cosmetic code changes [ticket/10601] Database updating code v2 [ticket/10601] Database updating code [ticket/10601] Comment explaning the basename applied to categories [ticket/10601] Correctly access class property [ticket/10601]Move Inbox the default in private messages module
| | * | [ticket/10601] The ORDER BY is only taking space thereBruno Ais2012-12-011-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10601
| | * | [ticket/10601] New approach in the update algorithmBruno Ais2012-12-011-14/+11
| | | | | | | | | | | | | | | | | | | | | | | | - New approach in the database update algorithm PHPBB3-10601
| | * | [ticket/10601] Requested code changesBruno Ais2012-11-281-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Renamed the comment to PHPBB3-10601 - Removed backslashes - Traded double quotes into single quotes inside. PHPBB3-10601
| | * | [ticket/10601] Cosmetic code changesBruno Ais2012-11-261-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed the double line before the addition - Moved the condition of the WHERE so that both are in the same line - Removed TABs from the black lines - Used double quotes instead of escaped single quotes. PHPBB3-10601
| | * | [ticket/10601] Database updating code v2Bruno Ais2012-11-261-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | Added the space after the (int) as requested PHPBB3-10601
| | * | [ticket/10601] Database updating codeBruno Ais2012-11-261-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | This is what is needed to update the database to comply with these code changes PHPBB3-10601
| * | | Merge PR #893 branch 'develop-olympus' into developOleg Pudeyev2012-12-011-0/+20
| |\ \ \ | | |/ / | |/| / | | |/ | | | | | | * develop-olympus: [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-011-0/+6
| | | | | | | | | | | | PHPBB3-10184
| * | [feature/controller] Rename kernel pass class properlyDavid King2012-11-161-1/+1
| | | | | | | | | | | | PHPBB3-10864
| * | [feature/controller-new] Call pass to subscribe the Kernel event listenerDavid King2012-11-161-0/+1
| | | | | | | | | | | | PHPBB3-10864
* | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-121-13/+21
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (31 commits) [ticket/11194] Service tag data is stored in an array so access it correctly [ticket/11193] Instantiate a single collection_pass for all collections [ticket/11152] Basic tests for the container functions [ticket/11152] Compile the install container [ticket/11152] Throw error if services.yml is missing [ticket/11152] Remove old container processor calls [ticket/11152] Use realpath in container extensions consistently [ticket/11152] Rename collection to collection_pass [ticket/11152] Remove @api docblocks [ticket/11152] Create separate function for debug-dependent container [ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collection [ticket/11152] Convert cron_task_collection to generic di_service_collection [ticket/11152] Use relative root path in container, one dumped container per path [ticket/11152] Move container functions to a separate function file [feature/compiled-dic] Rename $phpEx to $php_ext in new code [feature/compiled-dic] Use an absolute path for core.root_path parameter [feature/compiled-dic] Update the composer.lock file [feature/compiled-dic] Purge cache to make ext services available right away [feature/compiled-dic] Fix root path when container is created after install [feature/compiled-dic] Remove old test ...
| * | [ticket/11193] Instantiate a single collection_pass for all collectionsNils Adermann2012-11-111-1/+1
| | | | | | | | | | | | PHPBB3-11193
| * | Merge pull request #1056 from igorw/feature/compiled-dicNils Adermann2012-11-111-20/+21
| |\ \ | | | | | | | | [feature/compiled-dic] Compile the DI Container into a cached class
| | * | [ticket/11152] Remove old container processor callsIgor Wiedler2012-11-111-7/+0
| | | | | | | | | | | | | | | | PHPBB3-11152
| | * | [ticket/11152] Rename collection to collection_passIgor Wiedler2012-11-111-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11152
| | * | [ticket/11152] Create separate function for debug-dependent containerIgor Wiedler2012-11-101-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11152
| | * | [ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collectionIgor Wiedler2012-11-101-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11152
| | * | [ticket/11152] Move container functions to a separate function fileIgor Wiedler2012-11-101-3/+4
| | | | | | | | | | | | | | | | PHPBB3-11152
| | * | [feature/compiled-dic] Fix cron task loadingDavid King2012-11-101-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We cannot use container tags at run time if we are using a cached, compiled container object (i.e. phpbb_cache_container) so we have to load them beforehand. PHPBB3-11152
| | * | [feature/compiled-dic] Move this to the other PRDavid King2012-11-101-3/+1
| | | | | | | | | | | | | | | | PHPBB3-11152
| | * | [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-101-13/+21
| | | | | | | | | | | | | | | | PHPBB3-11152
* | | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-121-30/+133
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (666 commits) [ticket/11077] Remove code from old global announcements system [ticket/11189] Replace DEBUG_EXTRA with DEBUG [ticket/11189] Always log critical errors when in cron or in image output [ticket/11187] Added a blank array to fix errors in functional tests [ticket/10780] Make L_COLON available in the installer. [ticket/11183] Remove $load_extensions and weird dl() calls [ticket/10970] Added extra documentation to parse_dynamic_path. [ticket/10939] Added documentation for phpbb_request::file [ticket/10865] Use code tags for install/database_update.php. [ticket/10865] Should have been a slash. [ticket/10780] Use L_COLON on LDAP page. [ticket/10780] Use L_COLON on search backend ACP pages. [ticket/10780] Use L_COLON for "download all attachments". [ticket/10780] Use colon from language in ucp_pm_compose.php where possible. [ticket/10780] Replace colons in phpBB/adm/style/acp_ext_details.html. [ticket/10780] Replace colon usage in adm template output with {L_COLON} [ticket/10780] Replace colon usage in template output with {L_COLON} [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus] [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [ticket/10172] Show prosilver birthday list even if there are no birthdays. ... Conflicts: phpBB/common.php phpBB/download/file.php phpBB/includes/db/dbal.php phpBB/includes/db/firebird.php phpBB/includes/db/mssql.php phpBB/includes/db/mssql_odbc.php phpBB/includes/db/mssqlnative.php phpBB/includes/db/mysql.php phpBB/includes/db/mysqli.php phpBB/includes/db/oracle.php phpBB/includes/db/postgres.php phpBB/includes/db/sqlite.php phpBB/includes/extension/manager.php phpBB/install/database_update.php
| * | | [ticket/11189] Replace DEBUG_EXTRA with DEBUGNathaniel Guse2012-11-101-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11189
| * | | [ticket/11183] Remove $load_extensions and weird dl() callsIgor Wiedler2012-11-101-14/+3
| |/ / | | | | | | | | | PHPBB3-11183
| * | Merge PR #1044 branch 'develop-olympus' into developOleg Pudeyev2012-11-091-2/+0
| |\ \ | | |/ | | | | | | | | | * develop-olympus: [ticket/11178] Do not set error_reporting to E_ALL in database_updater.php
| | * Merge PR #1044 branch 'bantu/ticket/11178' into develop-olympusOleg Pudeyev2012-11-091-2/+0
| | |\ | | | | | | | | | | | | | | | | * bantu/ticket/11178: [ticket/11178] Do not set error_reporting to E_ALL in database_updater.php
| | | * [ticket/11178] Do not set error_reporting to E_ALL in database_updater.phpAndreas Fischer2012-11-091-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Take whatever startup.php sets instead. This especially takes care of E_STRICT messages that are generated because of PHP4 compatibility. PHPBB3-11178
| * | | Merge PR #1042 branch 'develop-olympus' into developOleg Pudeyev2012-11-091-0/+55
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10897] Combine bot updates and bot delete. [ticket/10897] Use same code/query for deleting. [ticket/10897] Make sure the user we're fetching is a bot. [ticket/10897] Do not handle IP address. There is no need. [ticket/10897] Update by user_id instead of bot_name. [ticket/10897] Move bot delete data to the relevant foreach loop. [ticket/10897] Add comment about what's going on. [ticket/10897] Remove unnecessary string casting. [ticket/10897] Add space after foreach. [ticket/10897] Update bots during phpBB update [ticket/10897] Bot list updated
| | * | [ticket/10897] Combine bot updates and bot delete.Andreas Fischer2012-11-091-40/+31
| | | | | | | | | | | | | | | | PHPBB3-10897
| | * | [ticket/10897] Use same code/query for deleting.Andreas Fischer2012-11-091-9/+6
| | | | | | | | | | | | | | | | PHPBB3-10897
| | * | [ticket/10897] Make sure the user we're fetching is a bot.Andreas Fischer2012-11-091-2/+3
| | | | | | | | | | | | | | | | PHPBB3-10897
| | * | [ticket/10897] Do not handle IP address. There is no need.Andreas Fischer2012-11-091-13/+7
| | | | | | | | | | | | | | | | PHPBB3-10897
| | * | [ticket/10897] Update by user_id instead of bot_name.Andreas Fischer2012-11-091-7/+8
| | | | | | | | | | | | | | | | PHPBB3-10897
| | * | [ticket/10897] Move bot delete data to the relevant foreach loop.Andreas Fischer2012-11-091-9/+9
| | | | | | | | | | | | | | | | PHPBB3-10897
| | * | [ticket/10897] Add comment about what's going on.Andreas Fischer2012-11-091-0/+1
| | | | | | | | | | | | | | | | PHPBB3-10897
| | * | [ticket/10897] Remove unnecessary string casting.Andreas Fischer2012-11-091-2/+2
| | | | | | | | | | | | | | | | PHPBB3-10897
| | * | [ticket/10897] Add space after foreach.Andreas Fischer2012-11-091-2/+2
| | | | | | | | | | | | | | | | PHPBB3-10897
| | * | [ticket/10897] Update bots during phpBB updateCarlo2012-11-091-0/+70
| | |/ | | | | | | | | | PHPBB3-10897
| * | Merge PR #786 branch 'brunoais/ticket/10845' into developOleg Pudeyev2012-11-061-1/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * brunoais/ticket/10845: [ticket/10845] Removed one empty line that wasn't supposed to be there [ticket/10845] Two of the three colouns were missing in the DB update file [ticket/10845] Remove censor from text [ticket/10845] Now it shows the preview post parsed [ticket/10845] Changed the report system. Now it saves posts with the bbcode Conflicts: phpBB/includes/functions_content.php