aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/mysql_upgrader.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-212/+0
| | | | PHPBB3-16051
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+1
| | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-071-1/+4
| | | | PHPBB3-10748
* Merge branch 'develop-ascraeus' into developMarc Alexander2015-01-101-4/+8
|\ | | | | | | | | | | Conflicts: phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php
| * [ticket/13307] Update mysql_upgrader.php to work without the schema_data.phpJoas Schilling2015-01-091-4/+8
| | | | | | | | | | | | The file has been delete quite some time ago. PHPBB3-13307
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-2/+2
|/ | | | PHPBB3-13421
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+10
| | | | PHPBB3-12594
* [ticket/11866] Update some occurances of phpbb_db_ to new NamespaceJoas Schilling2013-09-261-1/+1
| | | | PHPBB3-11866
* [ticket/11825] Move schema_data.php into includes/ instead of phpbb/Dhruv2013-09-031-1/+1
| | | | PHPBB3-11825
* [ticket/11755] MySQL upgrader out of dateNathan Guse2013-09-021-1148/+3
| | | | | | | | | | | De-duplicating code from create_schema_files, mysql_upgrader. New file phpbb/db/schema_data which contains all the current schema data. New function in db_tools public static function get_dbms_type_map() to make the type map available everywhere (without requiring $db be setup already) PHPBB3-11755
* Merge branch 'develop-olympus' into developJoas Schilling2013-07-301-0/+19
|\ | | | | | | | | | | * develop-olympus: [ticket/11753] Remove ?> from MySQL Upgrader. [ticket/11753] Update MySQL upgrader schema data.
| * Merge remote-tracking branch 'bantu/ticket/11753' into prep-release-3.0.12Joas Schilling2013-07-301-2/+19
| |\ | | | | | | | | | | | | | | | * bantu/ticket/11753: [ticket/11753] Remove ?> from MySQL Upgrader. [ticket/11753] Update MySQL upgrader schema data.
| | * [ticket/11753] Remove ?> from MySQL Upgrader.Andreas Fischer2013-07-301-2/+0
| | | | | | | | | | | | PHPBB3-11753
| | * [ticket/11753] Update MySQL upgrader schema data.Andreas Fischer2013-07-301-0/+19
| | | | | | | | | | | | PHPBB3-11753
* | | Merge branch 'develop-olympus' into developJoas Schilling2013-07-301-1/+2
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/11524] Add another isset() to mitigate "Illegal string offset 'limit'"
| * | [ticket/11524] Add another isset() to mitigate "Illegal string offset 'limit'"Andreas Fischer2013-07-301-1/+2
| |/ | | | | | | | | | | ... on PHP 5.4 or higher. PHPBB3-11524
* | [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-091-3/+3
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Fix sync() and some more functions to use the new fieldsJoas Schilling2012-10-221-5/+9
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-5/+5
| | | | | | | | | | | | So far, I've added no new functionality. The biggest change here is adjusting the DB column names to "visibility" rather than "approved". Some things here are pretty likely to change, for example the name and location of the topic_visibility class. Happy birthday phpBB :) PHPBB3-9657
* | [feature/new-tz-handling] Remove appearances of board_dst and user_dstJoas Schilling2012-06-181-2/+1
| | | | | | | | PHPBB3-9558
* | Merge PR #799 branch 'develop-olympus' into developOleg Pudeyev2012-05-101-1/+0
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10881] Replace old (and unify) file headers in develop files.
| * [ticket/10881] Replace old (and unify) file headers in develop files.Andreas Fischer2012-05-101-1/+0
| | | | | | | | | | | | | | | | This especially also fixes the problem of the copyright symbol being represented using 0xA9, which is neither ASCII nor the appropriate UTF8 byte sequence for the copyright symbol. PHPBB3-10881
* | [ticket/10847] fixing all misspelled "dependant" to "dependent"Senky2012-04-301-1/+1
| | | | | | | | PHPBB3-10847
* | [feature/merging-style-components] Updating database and acp modulesVjacheslav Trushkin2012-03-141-51/+4
| | | | | | | | | | | | Removing theme and template tables, adding new columns to styles table, deleting acp modules, deleting code that updates theme in updater PHPBB3-10632
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-01-021-2/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9916] Changing header in non-distributed files [ticket/9916] Changing coding guidelines license [ticket/9916] Updating License in the header Conflicts: tests/mock/cache.php
| * [ticket/9916] Changing header in non-distributed filesUnknown2012-01-021-2/+1
| | | | | | | | PHPBB3-9916
* | [feature/remove-imagesets] Changing database structureVjacheslav Trushkin2011-09-031-31/+0
| | | | | | | | | | | | Removing imagesets. Changing database structure PHPBB3-10336
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-05-231-1/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10192] Add missing semicolon
| * [ticket/10192] Add missing semicolonErik Frèrejean2011-05-231-1/+1
| | | | | | | | | | | | | | if the index has to be recreated it will run into the private message table query. PHPBB3-10192
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-02-241-0/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10058] Initialize $phpbb_root_path in mysql_upgrader.php.
| * [ticket/10058] Initialize $phpbb_root_path in mysql_upgrader.php.Oleg Pudeyev2011-02-241-0/+1
| | | | | | | | | | | | | | | | Since knowledge base instructions tell users to place this script in the root of the forum, use './' as phpbb root path. Actual initialization code copied from check_flash_bbcodes.php. PHPBB3-10058
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-231-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/7778] Update all the schema files [ticket/7778] Add the column change to `mysql_upgrader.php` [ticket/7778] BBCode single limit Conflicts: phpBB/install/database_update.php
| * [ticket/7778] Add the column change to `mysql_upgrader.php`Erik Frèrejean2011-02-231-1/+1
| | | | | | | | PHPBB3-7778
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* | Merge branch 'develop-olympus' into developNils Adermann2010-03-031-0/+1
|\ \ | |/ | | | | | | I simply used the develop-olympus version of all files that conflicted. Afterall there should not have been anything new in develop yet.
| * Bug #56545 - Speed up topic move operation by adding an index for topic_id ↵Andreas Fischer2010-01-281-0/+1
| | | | | | | | | | | | on the topics track table. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10462 89ea8834-ac86-4346-8a33-228a782c2dd0
| * Revert r9564, Fix #54445, Related to #44665.Andreas Fischer2010-01-251-1/+0
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10445 89ea8834-ac86-4346-8a33-228a782c2dd0
| * update mysql_upgrader to latest schemaMeik Sievertsen2009-10-111-0/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10219 89ea8834-ac86-4346-8a33-228a782c2dd0
| * ok, i am very sorry, but this needs to be fixed.Meik Sievertsen2009-08-121-0/+1
| | | | | | | | | | | | | | | | | | Generally, our config table is not really suited for holding large datasets. Because feed settings for the forums to enable news feeds and excluded forums rely on the forums itself we have decided to introduce a forum_options table where custom options can be stored. Additionally, for this to work across all DBMS we support, we added a new method to the DBAL for the bitwise AND operator. Also moved the forum/topic feed template variable to the location where they belong to (forum and topic view) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9965 89ea8834-ac86-4346-8a33-228a782c2dd0
| * Fix Bug #46285 (drop index patch by Paul) - i hope the re-addition of the ↵Meik Sievertsen2009-08-051-1/+19
| | | | | | | | | | | | | | | | FULLTEXT index works. :o If someone wants to try? :) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9930 89ea8834-ac86-4346-8a33-228a782c2dd0
| * update mysql_upgraderMeik Sievertsen2009-08-051-0/+9
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9925 89ea8834-ac86-4346-8a33-228a782c2dd0
| * Addition to r9696 - update develop/ scriptsRuslan Uzdenov2009-06-271-1/+1
| | | | | | | | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9697 89ea8834-ac86-4346-8a33-228a782c2dd0
| * update mysql upgrader to 3.0.6-devMeik Sievertsen2009-06-231-1/+3
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9657 89ea8834-ac86-4346-8a33-228a782c2dd0
| * Fix bug #44665 - Add index on log_time to the log table to prevent slowdown ↵Andreas Fischer2009-06-081-0/+1
| | | | | | | | | | | | | | | | on boards with many log entries. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9564 89ea8834-ac86-4346-8a33-228a782c2dd0
| * bring mysql upgrader up-to-date with 3.0.5-dev Meik Sievertsen2009-04-281-1/+3
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9493 89ea8834-ac86-4346-8a33-228a782c2dd0
| * extend the style columns (style_id, template_id, imageset_id, image_id...)Meik Sievertsen2008-11-271-12/+12
| | | | | | | | | | | | No, not only because of possible style demos. :o git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9129 89ea8834-ac86-4346-8a33-228a782c2dd0
| * Better handling and finer control for custom profile fields visibility ↵Meik Sievertsen2008-11-261-4/+5
| | | | | | | | | | | | options. (Patch by Highway of Life) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9127 89ea8834-ac86-4346-8a33-228a782c2dd0
| * - Added 'max_recipients' setting for private messages. This setting allows ↵Meik Sievertsen2008-09-231-0/+1
| | | | | | | | | | | | | | | | | | admins to define the maximum number of recipients per private message with a board-wide setting and a group-specific setting. - Added new permission setting for sending private messages to groups. Now there are two permissions to define sending private messages to multiple recipients and private messages to groups. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8911 89ea8834-ac86-4346-8a33-228a782c2dd0
| * update upgrader schema to 3.0.2Meik Sievertsen2008-07-291-8/+11
| | | | | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8718 89ea8834-ac86-4346-8a33-228a782c2dd0
* | merge changes from 3.0.x branchMeik Sievertsen2009-12-161-0/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@10342 89ea8834-ac86-4346-8a33-228a782c2dd0