aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Collapse)AuthorAgeFilesLines
* [feature/soft-delete] Fix convertor and one mcp issueJoas Schilling2012-10-222-5/+8
| | | | PHPBB3-9567
* [feature/soft-delete] Fix some more uses of topic_replies_realJoas Schilling2012-10-221-3/+3
| | | | PHPBB3-9567
* [feature/soft-delete] Update the new fields while updating the board.Joas Schilling2012-10-211-2/+63
| | | | PHPBB3-9567
* [feature/soft-delete] Add new fields for topic/post counts for softdeleteJoas Schilling2012-10-217-21/+49
| | | | | | | | | We can not use the replies vs replies_real anymore, as we need to be able to determinate whether the posts are unapproved or softdeleted. So we need to add a new field and there by change the second one for consistency. We also add the posts_* fields for forums, which are a missing feature. PHPBB3-9567
* [feature/soft-delete] Correctly synchronize the topic_visibility in sync()Joas Schilling2012-10-091-1/+0
| | | | | | | This also makes sync('topic_visibility') obsolete, but we keep it for now. Also fix a unit test, because ITEM_DELETED overpowers ITEM_UNAPPROVED PHPBB3-9567
* [feature/soft-delete] Add columns for soft delete detailsJoas Schilling2012-09-288-7/+55
| | | | PHPBB3-9657
* [feature/soft-delete] Update column names in update script and add permissionsJoas Schilling2012-08-301-10/+57
| | | | PHPBB3-9657
* [feature/soft-delete] Fix copy-paste fail for database update on the indexJoas Schilling2012-08-301-1/+1
| | | | PHPBB3-9657
* [feature/soft-delete] Update posts and topics table with database_update.phpJoas Schilling2012-08-291-2/+40
| | | | PHPBB3-9657
* [feature/soft-delete] Fix the schema files to the correct line ends againJoas Schilling2012-08-297-8940/+8958
| | | | PHPBB3-9657
* [feature/soft-delete] Fix some small bugsJosh Woody2012-08-291-2/+2
| | | | | | | | To wit: using non-existing constant POST_DELETED in posting.php; first test post was initially unapproved; soft delete checkbox appeared at post time Links pointing to the wrong place. PHPBB3-9657
* [feature/soft-delete] Implement the ability to soft-delete and restore postsJosh Woody2012-08-291-1/+3
| | | | | | The soft delete feature seems to work. Tests are pending. A real icon is pending. Add the permissions and the interface to soft-delete posts. Also able to restore posts via the MCP queue PHPBB3-9657
* [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-299-8959/+8943
| | | | | | 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
* Merge branch 'develop-olympus' into developAndreas Fischer2012-08-201-0/+6
|\ | | | | | | | | | | | | | | * develop-olympus: [prep-release-3.0.11] Bumping version number for 3.0.11 final. Conflicts: phpBB/install/database_update.php
| * Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-08-201-0/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.11: [prep-release-3.0.11] Bumping version number for 3.0.11 final. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| | * [prep-release-3.0.11] Bumping version number for 3.0.11 final.Andreas Fischer2012-08-202-2/+8
| | |
* | | [ticket/11052] constructor updated in installer and convertorDhruv2012-08-152-4/+4
| | | | | | | | | | | | PHPBB3-11052
* | | [ticket/10875] Fix SQL CachingNathan Guse2012-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sql_save function cannot take arguments by reference since it is called by call_user_func_array() Replace use of isset($cache->sql_rowset[$query_id]) with $cache->sql_exists Replace $cache->cache_dir with $cache->get_driver()->cache_dir PHPBB3-10875
* | | Merge PR #865 branch 'dhruvgoel92/feature/sphinx-fulltext-search' into developOleg Pudeyev2012-07-272-0/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/feature/sphinx-fulltext-search: (57 commits) [feature/sphinx-fulltext-search] add sphinx to Authors file [feature/sphinx-fulltext-search] add sphinxapi.php file [feature/sphinx-fulltext-search] fix auth bug [feature/sphinx-fulltext-search] remove unused property [feature/sphinx-fulltext-search] use 9312 as default port [feature/sphinx-fulltext-search] fix language of host config [feature/sphinx-fulltext-search] fix sphinx for arbitary host [feature/sphinx-fulltext-search] coding changes acc to phbb conventions [feature/sphinx-fulltext-search] fixing comments [feature/sphinx-fulltext-search] add trailing slash in language [feature/sphinx-fulltext-search] improve port option [feature/sphinx-fulltext-search] remove stopwords and config path [feature/sphinx-fulltext-search] makes sql host configurable [feature/sphinx-fulltext-search] use readonly instead of disabled [feature/sphinx-fulltext-search] fix language keys' typo [feature/sphinx-fulltext-search] remove note from db_tools [feature/sphinx-fulltext-search] add support for postgres [feature/sphinx-fulltext-search] add pgsql functionality [feature/sphinx-fulltext-search] use Update in sphinx query [feature/sphinx-fulltext-search] use CASE instead of IF ...
| * | | [feature/sphinx-fulltext-search] adds default config valuesDhruv Goel2012-07-192-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Default config values are added to config table in new install as well as database_update. PHPBB3-10946
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-231-0/+4
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [prep-release-3.0.11] Update Changelog for 3.0.11-RC2 release. [prep-release-3.0.11] Bumping version number for 3.0.11-RC2. Conflicts: phpBB/install/database_update.php
| * | | Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-07-231-0/+4
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.11: [prep-release-3.0.11] Update Changelog for 3.0.11-RC2 release. [prep-release-3.0.11] Bumping version number for 3.0.11-RC2. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| | * | [prep-release-3.0.11] Bumping version number for 3.0.11-RC2.Andreas Fischer2012-07-232-2/+6
| | | |
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-238-0/+15
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1 [ticket/10965] Introduce a new profile field option to display no value Conflicts: phpBB/includes/acp/acp_profile.php
| * | | Merge branch 'prep-release-3.0.11' into develop-olympusAndreas Fischer2012-07-238-0/+15
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | * prep-release-3.0.11: [ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1 [ticket/10965] Introduce a new profile field option to display no value
| | * | [ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1Nils Adermann2012-07-231-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10965
| | * | [ticket/10965] Introduce a new profile field option to display no valueNils Adermann2012-07-238-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default the 3.0.10 behaviour is kept, profile fields will not show up if they have either not yet been selected or in case of an optional dropdown field if the novalue option was selected. PHPBB3-10965
* | | | [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriateNathan2012-07-221-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10990
* | | | [feature/new-tz-handling] Move update helper function to new classJoas Schilling2012-07-181-101/+4
| | | | | | | | | | | | | | | | PHPBB3-9558
* | | | [feature/new-tz-handling] Add function to update the timezoneJoas Schilling2012-07-181-0/+99
| | | | | | | | | | | | | | | | PHPBB3-9558
* | | | [feature/new-tz-handling] Correctly update user and board timezones on updateJoas Schilling2012-07-181-19/+18
| | | | | | | | | | | | | | | | PHPBB3-9558
* | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ↵Joas Schilling2012-07-183-2/+27
|\ \ \ \ | | |_|/ | |/| | | | | | feature/new-tz-handling
| * | | Merge PR #856 branch 'develop-olympus' into developOleg Pudeyev2012-07-071-2/+2
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10937] Update documentation to say which comment styles are removed. [ticket/10937] Comment removal functions: Restore backward compatibility
| | * | Merge PR #856 branch 'prep-release-3.0.11' into develop-olympusOleg Pudeyev2012-07-071-2/+2
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | * prep-release-3.0.11: [ticket/10937] Update documentation to say which comment styles are removed. [ticket/10937] Comment removal functions: Restore backward compatibility
| | | * [ticket/10937] Comment removal functions: Restore backward compatibilityAndreas Fischer2012-07-031-2/+2
| | | | | | | | | | | | | | | | PHPBB3-10937
| * | | Merge PR #832 branch 'dhruvgoel92/feature/postgresql-fulltext-search' into ↵Oleg Pudeyev2012-07-072-0/+18
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * dhruvgoel92/feature/postgresql-fulltext-search: (28 commits) [feature/postgresql-fulltext-search] supports_phrase_search function [feature/postgresql-fulltext-search] use proper variable name [feature/postgresql-fulltext-search] each config is checked if it is set [feature/postgresql-fulltext-search] fix formatting [feature/postgresql-fulltext-search] add docblocks to functions [feature/postgresql-fulltext-search] remove phrase search code [feature/postgresql-fulltext-search] define access control specifiers [feature/postgresql-fulltext-search] use version_compare [feature/postgresql-fulltext-search] fix language key [feature/postgresql-fulltext-search] remove Readme [feature/postgresql-fulltext-search] removes pcre check [feature/postgresql-fulltext-search] fix language tsearch2 to text search [feature/postgresql-fulltext-search] remove mbstring support [feature/postgresql-fulltext-search] change language for pgsql < 8.3 [feature/postgresql-fulltext-search] use phpbb_pcre_utf8_support() [feature/postgresql-fulltext-search] fix variable name [feature/postgresql-fulltext-search] Fix version comparison for 9.0+. [feature/postgresql-fulltext-search] fixing license [feature/postgresql-fulltext-search] assign empty stats [feature/postgresql-fulltext-search] remove backward compatibility ...
| | * | | [feature/postgresql-fulltext-search] each config is checked if it is setDhruv Goel2012-07-051-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In database_update.php each config value of postgres fulltext search is first checked whether it already exists or not and then added. PHPBB3-9730
| | * | | [feature/postgresql-fulltext-search] database changes in database_updateDhruv Goel2012-07-051-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config entries are now added by database_update.php as well. PostgreSQL will work during update too. PHPBB3-9730
| | * | | [feature/postgresql-fulltext-search] minor changesDhruv Goel2012-07-052-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some changes in code to get it work against current develop. PosgreSQL Fulltext search works for new install now. PHPBB3-9730
| | * | | [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 1.wagnerch2012-06-081-0/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-9730
| * | | | Merge remote-tracking branch 'github-dhruvgoel92/feature/delete-auto-logins' ↵Nils Adermann2012-06-111-0/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into develop * github-dhruvgoel92/feature/delete-auto-logins: [feature-delete-auto-logins] adds module to database update [feature/delete-auto-logins] fixes style [feature/delete-auto-logins] improves styling [feature/delete-auto-logins] fixes language entry [feature/delete-auto-logins] fix language keys and styling [feature/delete-auto-logins] explain persistent keys in the ucp. [feature/delete-auto-logins] template added for subsilver2 [feature/delete-auto-logins] improved styling and fixes language [feature/delete-auto-logins] using loop for errors [feature/delete-auto-logins] fixes css corners [feature/delete-auto-logins] Fixes language entries [feature/delete-auto-logins] checks form key [feature/delete-auto-logins] Fixes language entries and redirection. [feature/delete-auto-logins] User can view/delete auto logins.
| | * | | | [feature-delete-auto-logins] adds module to database updateDhruv Goel2012-06-031-0/+7
| | |/ / / | | | | | | | | | | | | | | | | | | | | ucp delete auto-login keys module is added to database_update.php under 3.1-dev
* | | | | [feature/new-tz-handling] Readd Database updater changes from OlegJoas Schilling2012-06-201-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change here converts user_timezone to vchar and computes timezone identifiers from the offsets. It uses database-specific functions for building SQL conditionals and concatenations which need to be implemented, probably in a separate ticket. As a result the current code is not functional. The changes are tricky since we need to drop user_dst column from users table, but we need it during the data migration process to properly calculate effective timezones for all users. PHPBB3-9558
* | | | | [feature/new-tz-handling] Remove appearances of board_dst and user_dstJoas Schilling2012-06-183-4/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-9558
* | | | | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into ↵Joas Schilling2012-06-048-14/+10
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/new-tz-handling Conflicts: phpBB/includes/functions_profile_fields.php phpBB/includes/session.php phpBB/install/database_update.php
| * | | | [feature/new-tz-handling] Started on database updater changes.Oleg Pudeyev2012-03-141-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes are tricky since we need to drop user_dst column from users table, but we need it during the data migration process to properly calculate effective timezones for all users. The change here converts user_timezone to vchar and computes timezone identifiers from the offsets. It uses database-specific functions for building SQL conditionals and concatenations which need to be implemented, probably in a separate ticket. As a result the current code is not functional. PHPBB3-9558
| * | | | [feature/new-tz-handling] Modify database schemas.Chris Smith2012-03-147-14/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Dropped the user_dst column which is no longer required. - Modified the user_timezone column to take a string, max length 100. PHPBB3-9558
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-05-311-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [develop-olympus] Incrementing the version to 3.0.12-dev in develop-olympus. [develop-olympus] Add changelog for 3.0.11 release. [develop-olympus] Bump version numbers for 3.0.11-RC1 release. [develop-olympus] Bumping version numbers to final for 3.0.11 releases. Conflicts: phpBB/docs/INSTALL.html phpBB/includes/constants.php phpBB/install/convertors/convert_phpbb20.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/imageset/imageset.cfg phpBB/styles/prosilver/style.cfg phpBB/styles/prosilver/template/template.cfg phpBB/styles/prosilver/theme/theme.cfg phpBB/styles/subsilver2/imageset/imageset.cfg phpBB/styles/subsilver2/style.cfg phpBB/styles/subsilver2/template/template.cfg phpBB/styles/subsilver2/theme/theme.cfg
| * | | | [develop-olympus] Incrementing the version to 3.0.12-dev in develop-olympus.Andreas Fischer2012-05-312-2/+2
| | |_|/ | |/| |
| * | | [develop-olympus] Bump version numbers for 3.0.11-RC1 release.Andreas Fischer2012-05-312-4/+4
| | | |