aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/schema_data.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into developNils Adermann2014-02-021-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * [ticket/11201] Update schema files and unit testJoas Schilling2014-01-171-2/+2
| | | | | | | | PHPBB3-11201
* | [feature/passwords] Use VCHAR_UNI instead of VCHAR_CI for user_passwordsMarc Alexander2013-10-131-1/+1
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Modify forum_password column type for new hash typesMarc Alexander2013-10-131-1/+1
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Add schema changes to schema_data for new hash typesMarc Alexander2013-09-271-1/+1
|/ | | | PHPBB3-11610
* Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/oauthJoseph Warner2013-09-101-0/+25
|
* [ticket/11825] Move schema_data.php into includes/ instead of phpbb/Dhruv2013-09-031-0/+1194
PHPBB3-11825