Joas Schilling
871a89af07
Merge remote-tracking branch 'EXreaction/ticket/11716' into develop
...
* EXreaction/ticket/11716:
[ticket/11716] Correct license URL
[ticket/11716] Fix dependencies in migration files
[ticket/11716] Rename migration files and add note that it's converting a MOD
[ticket/11716] Convert Soft Delete Mod to post/topic visibility
2014-03-12 18:51:14 +01:00
Nathan Guse
c14d2fb60f
[ticket/11716] Correct license URL
...
PHPBB3-11716
2014-03-11 18:43:03 -05:00
Nathan Guse
f75b98aa8b
[ticket/11716] Fix dependencies in migration files
...
PHPBB3-11716
2014-03-11 18:34:35 -05:00
Joas Schilling
bc74819cc9
[ticket/12251] Remove leading whitespace on doc blocks
...
PHPBB3-12251
2014-03-09 21:13:04 +01:00
Joas Schilling
50165fe920
[ticket/12251] Load profile fields by default on posts, pms and memberlist
...
PHPBB3-12251
2014-03-06 12:08:46 +01:00
Nathan Guse
4b6f3f8b0f
Merge pull request #2088 from nickvergessen/ticket/12236
...
Ticket/12236 Convert AOL and Yahoo to custom profile fields
2014-03-05 18:44:39 -06:00
Nathan Guse
ad46fe62d8
Merge pull request #2075 from Elsensee/ticket/11693
...
[ticket/11693] Change sql_build_array to support DELETE
2014-03-05 18:31:36 -06:00
Joas Schilling
f2059f52f3
[ticket/12236] Move AOL Instant Messanger field to custom profile field
...
PHPBB3-12236
2014-03-05 22:13:22 +01:00
Joas Schilling
2e5106aae1
[ticket/12237] Convert yahoo messanger to custom profile field
...
PHPBB3-12237
2014-03-05 21:38:57 +01:00
Joas Schilling
83a7e632b9
[ticket/12235] Convert WLM to custom profile field
...
PHPBB3-12235
2014-03-04 10:19:08 +01:00
Joas Schilling
a3627a9ff7
[ticket/12187] Remove user_website field
...
PHPBB3-12187
2014-03-04 08:25:36 +01:00
Joas Schilling
e750d71f84
[ticket/12187] Convert website field data to custom profile field
...
PHPBB3-12187
2014-03-03 12:38:55 +01:00
Oliver Schramm
a88366f4b6
[ticket/11693] Change sql_build_array to support DELETE
...
PHPBB3-11693
2014-03-02 20:51:00 +01:00
Joas Schilling
76409388af
[ticket/12234] Replace ICQ with custom profile field
...
PHPBB3-12234
2014-02-28 15:24:35 +01:00
Joas Schilling
a823205403
[ticket/12233] Allow profile fields to be contact fields
...
Contact fields are displayed with in the contact section of the user profile
and are displayed differently in the mini profile next to posts and private
messages
PHPBB3-12233
2014-02-28 14:38:03 +01:00
Joas Schilling
de0b7ddce9
[ticket/12194] Ensure that field_show_novalue is present
...
The field was not created on boards that were 3.1-dev before 3.0.11 was relesed
PHPBB3-12194
2014-02-27 10:00:36 +01:00
Nathan Guse
2df2032b48
Merge pull request #2025 from marc1706/ticket/12183
...
[ticket/12183] Update user_newpasswd column in users table for passwords manager
2014-02-20 20:54:30 -06:00
Nils Adermann
7a21d99b9b
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/12210] dbtools::sql_create_table incorrectly throws error related to auto-increment length on non auto-increment fields
2014-02-18 19:34:08 +01:00
Marc Alexander
c864d06ac6
[ticket/12183] Add migration file for updating user_newpasswd column
...
PHPBB3-12183
2014-02-10 22:10:31 +01:00
Joas Schilling
995019a992
[ticket/12169] Add new option to display profile fields on memberlist
...
PHPBB3-12169
2014-02-10 16:28:21 +01:00
Joas Schilling
6bee91c429
[ticket/12169] Convert user_from to profile field location
...
Missing changes on memberlist view due to missing functionality
PHPBB3-12169
2014-02-10 14:38:43 +01:00
Joas Schilling
b088bf864b
Merge remote-tracking branch 'Marc/ticket/12170' into develop
...
* Marc/ticket/12170:
[ticket/12170] Test for 12170
[ticket/12170] Assign schema keys in migration helper with data_depth 1
2014-02-10 14:23:09 +01:00
Marc Alexander
e8f8dcf0ea
[ticket/12170] Assign schema keys in migration helper with data_depth 1
...
The migration helper currently drops any keys with schema changes that have
the data_depth 1. This change will correctly assign the keys to the steps
array without dropping the keys that might contain important info like the
actual table that should be created.
PHPBB3-12170
2014-02-07 21:13:50 +01:00
Joas Schilling
4663ea7c82
[ticket/12115] Remove space from line ending
...
PHPBB3-12115
2014-02-06 14:18:30 +01:00
Joas Schilling
26640bad3d
[ticket/12115] Add migration file to remove old user columns
...
PHPBB3-12115
2014-02-06 11:32:13 +01:00
Joas Schilling
190301021b
[ticket/12115] Use base class to reduce duplicate code
...
PHPBB3-12115
2014-02-06 11:32:12 +01:00
Joas Schilling
c2cf294be5
[ticket/12115] Add a new migration for profilefield_interests
...
With this we avoid missing to copy one, when the admin already created
a phpbb_* profile field.
PHPBB3-12115
2014-02-06 11:32:12 +01:00
Joas Schilling
bbada27ee9
[ticket/12115] Also port user interests to profile fields
...
PHPBB3-12115
2014-02-06 11:32:11 +01:00
Joas Schilling
3c640e57c5
[ticket/12115] Convert user occupation to a profile field
...
PHPBB3-12115
2014-02-06 11:32:06 +01:00
Joas Schilling
344baf9180
Merge branch 'prep-release-3.1.0-a3' into develop
2014-02-05 22:25:45 +01:00
Nathan Guse
be28445b66
[ticket/11880] migration helper file
...
PHPBB3-11880
2014-02-05 10:00:01 -06:00
Nathan Guse
38eb6b0e13
[ticket/11880] Move get_schema_steps function to a migrator helper class
...
PHPBB3-11880
2014-02-05 09:57:36 -06:00
Joas Schilling
7f70a73634
[prep-release-3.1.0-a3] Add migration for 3.1.0-a3
2014-02-05 16:55:21 +01:00
Nathan Guse
68b5a2b6b2
[ticket/11716] Rename migration files and add note that it's converting a MOD
...
PHPBB3-11716
2014-02-03 18:09:34 -06:00
Nathan Guse
2c878ead31
[ticket/11880] Break up schema changes in the migrator
...
PHPBB3-11880
2014-02-03 15:07:57 -06:00
Nathan Guse
455d55d497
[ticket/11716] Convert Soft Delete Mod to post/topic visibility
...
PHPBB3-11716
2014-02-03 09:45:33 -06:00
Nils Adermann
38af79dd30
Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into develop
...
* github-nickvergessen/ticket/11201: (50 commits)
[ticket/11201] Remove empty calls section from .yml
[ticket/11201] Split template file into multiple files
[ticket/11201] Remove dependency from types on the manager
[ticket/11201] Rename profilefields class to manager
[ticket/11201] Fix parameter description
[ticket/11201] Use !== null, its faster
[ticket/11201] Also translate profile fields in UCP and ACP
[ticket/11201] Add parameters and variables to profile field class
[ticket/11201] Add commas on last array entry
[ticket/11201] Allow translation of profile field name and explanation
[ticket/11201] Fix some variable names
[ticket/11201] Add tables to constructor in tests
[ticket/11201] Add a method to return the translated full name of the type
[ticket/11201] Remove db depending code from field class
[ticket/11201] Add variables to classes and add constructor doc blocks
[ticket/11201] Update copyright in class file
[ticket/11201] Add visibility and remove unused variable
[ticket/11201] Add some commas at the last array entry
[ticket/11201] Cast some variables to integer
[ticket/11201] Inject table names rather then using constants
...
Conflicts:
phpBB/config/services.yml
2014-02-02 16:34:55 +01:00
Joas Schilling
514a59ffa7
[ticket/11201] Fix parameter description
...
PHPBB3-11201
2014-02-02 12:39:21 +01:00
Joas Schilling
aa2f0a652f
[ticket/11201] Change type from integer to service name
...
PHPBB3-11201
2014-01-17 21:13:59 +01:00
Joas Schilling
7d2d18fb50
[ticket/11201] Move "get type" code into a new function
...
PHPBB3-11201
2014-01-15 16:37:21 +01:00
Marc Alexander
382317b135
Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwords
...
Conflicts:
phpBB/config/services.yml
2013-12-29 13:46:42 +01:00
Marc Alexander
53be0a4432
[ticket/12058] Add missing apostrophe to avatar_types migration queries
...
PHPBB3-12058
2013-12-04 23:40:38 +01:00
Marc Alexander
33f4d267ef
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11842
...
Conflicts:
phpBB/includes/acp/acp_groups.php
2013-11-27 14:55:24 +01:00
Marc Alexander
0d4bf3ff45
[ticket/11842] Use type map for updating avatar types in database
...
PHPBB3-11842
2013-11-25 13:12:08 +01:00
Nathan Guse
df7fa8e499
Merge pull request #1854 from Pico88/ticket/12005
...
[ticket/12005] Remove code responsible for PM popup completely
2013-11-21 14:01:23 -08:00
Marc Alexander
6db967bdd5
[ticket/11842] Add migration file for updating avatar type in database
...
PHPBB3-11842
2013-11-20 17:12:00 +01:00
Joas Schilling
7678186b09
[prep-release-3.1.0-a2] Add migration for 3.1.0-a2
2013-11-19 01:18:21 +01:00
Marc Alexander
23e2f920f5
[ticket/12018] Use path_helper for admin style CSS in sql report
...
The path to the admin style CSS is currently created with $phpbb_admin_path.
We should however use the path_helper to correctly link to this file in order
to have a correct link on pages like extensions
PHPBB3-12018
2013-11-14 15:55:04 +01:00
Cesar G
50896305fa
[ticket/12008] The read_notification_last_gc config setting should be dynamic.
...
PHPBB3-12008
2013-11-14 01:05:53 -08:00
Joas Schilling
7344024b10
Merge remote-tracking branch 'dhruv/ticket/12007' into develop
...
* dhruv/ticket/12007:
[ticket/12007] Default last_result to 0 instead of false
2013-11-09 15:53:29 +01:00