Commit Graph

1090 Commits (20cd3f3cefded973fb4a55ff2f5c4d7b9048a2ce)

Author SHA1 Message Date
Martin Linkhorst c442ecb7d9 remove gantt from core (take the commit as a guide on how to bring it back as a plugin) 12 years ago
jwollert 487802dee7 migrate longer logins plugin to core 12 years ago
Martin Czuchra 4770778108 Fixes migrations for MySQL5. 12 years ago
Jens Ulferts db421a536d no longer serializes changes as they are declared to be serialized 12 years ago
Martin Czuchra 4eb461fbd2 Adds index to identifier field on projects. 12 years ago
Romano Licker 1a011a1aec rename initial admin user to "OpenProject Admin" 12 years ago
Martin Linkhorst 3586197ef0 fix a failing migration 12 years ago
Romano Licker f6eccc6705 add index for wiki_menu_items 12 years ago
Philipp Tessenow 84e2729b98 REVIEW: another batch of the renaming effort from Journals#changes to changed_data 12 years ago
Philipp Tessenow 70a63a65c4 rename journal#changes attribute to changed_data 12 years ago
Jens Ulferts fd151cd7bf considerates renamed wiki start pages on migrating to wiki_menu_items 12 years ago
Romano Licker 9cc7eafc15 integrate wiki_menu_items into wiki-module and 12 years ago
Romano Licker 862bce8db2 create wiki menu items for existing wikis 12 years ago
Gregor Schmidt e510f814a7 Removing incomplete patches to group/membership models 12 years ago
Martin Linkhorst d5b8553ce1 use ChiliProject's Database class 12 years ago
Philipp Tessenow 79ab8d6d6b added wiki/list_attachments route, which returns a json array of available attachments 12 years ago
jwollert bfc0557dfb use ANSI sql for every adapter but mysql for string concat 12 years ago
Martin Linkhorst 3564e478ab this migration needs special care for sqlite which has no CONCAT() function 12 years ago
Martin Linkhorst a1bc363c97 redmine uses nil instead of "" for default values for a text/blob. should fix the migration 20110211160100_add_summary_to_projects.rb 12 years ago
Felix Schäfer b0cfd3b952 Correctly deserialize current data in custom field translation migration 12 years ago
Martin Linkhorst dc197a12e5 fix failing migration 12 years ago
Martin Linkhorst 4b7c30a6be REVIEW: remove require_dependency which shouldn't be needed anymore? 12 years ago
Martin Linkhorst d19fdaf6a1 apply the rails 3.1.8 generator on the project 12 years ago
Martin Linkhorst 6c5239c4e2 DEPRECATION FIX: make a badly named GroupUser model to acts as the join model for a has_many :through between groups and users. 12 years ago
Martin Linkhorst 3419564990 DEPRECATION FIX: use save(:validate => false) instead of save(false) 12 years ago
Jens Ulferts 65642f0c2a removes deprecations in auth_sources 12 years ago
Dennis Schmidt 34977f3203 migration updated to use quote_column_name 12 years ago
Martin Linkhorst ca0a317af4 REVIEW: use full sti class names for repositories, look at me on how to do this for other models 12 years ago
Martin Linkhorst eb084c4934 change the defaults and use them in the migration 12 years ago
Jens Ulferts 5e13836c17 have destroying user executed as a background task 12 years ago
Martin Linkhorst 69cbafa27b add the field that stores the value of the checkbox 13 years ago
Martin Linkhorst 2f05d24e11 create a default my projects page when using the plugin the first time 13 years ago
Jens Ulferts 4e07a913c9 possible_values of custom_fields are now localizable 13 years ago
Jens Ulferts 74c9bc2896 enabling default_value of custom_fields to be localized by admins 13 years ago
Jens Ulferts 7178c1b3b7 enabling name attribute of custom_fields to be localized by admins 13 years ago
Martin Linkhorst 95a8b4f51b add migration to translate email header and footer 13 years ago
Jens Ulferts 5027a42a8d acts_as_journalized for variable_cost_object 13 years ago
Tim Felgentreff 5fe28bf6b0 [DTAG #16506] Increase the maximum length of teaser widget texts by storing in a blob instead of string 13 years ago
Gregor Schmidt bf054c4f9c Adding field to store user preference for impaired view 13 years ago
Gregor Schmidt d78294434a Revert set_impaired_flag functionality 13 years ago
jwollert f790754487 sets an impaired flag on first login of a user 13 years ago
Gregor Schmidt 7ef620411f Removing data-cleanup migrations. This needs to be handled by the app itself 13 years ago
Gregor Schmidt d2225e21de Removing empty migrations 13 years ago
Stephan Eckardt 16922d3c95 [#176] add summary to project 13 years ago
Holger Just 91070236db Set source encoding to UTF-8 13 years ago
Greg Mefford b44dd085ac Prevent large production databases from consuming all the RAM on the server and causing the migration to take forever. On a database with a large SVN repo, the Changesets ran for over two days before I gave up and cancelled it. After this change, the migration ran in under 10 minutes. 13 years ago
Gregor Schmidt a298b9f763 Clean up patches Part VIII 13 years ago
Holger Just e7f69d4236 [#633] Fix mock of WikiContent::Version for Ruby 1.9 13 years ago
Gregor Schmidt 3fd809f059 [#633] WikiPages may have no author - but should have 13 years ago
Gregor Schmidt d1cbe93cfe Load classes to make sure, that the Journal classes are created as well 13 years ago