Commit Graph

933 Commits (351c62a360a44a3c75e4def6594127dc3713351b)

Author SHA1 Message Date
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
Gregor Schmidt 4208f1cdec white space 13 years ago
Holger Just 139dedfd5f Add copyright header 13 years ago
Holger Just c57c598204 Fix trailing whitespace 13 years ago
Felix Schäfer 1542447a9e Adapt migrations to updated journals stuff. 13 years ago
Tim Felgentreff 86efa39072 initial commit 13 years ago
Felix Schäfer 4bc5bc9fa6 Avoid touching journaled objects on backdated journal creation. 13 years ago
Felix Schäfer ff6d75ca74 Only build initial journals for core classes. #542 13 years ago
Felix Schäfer 55f9ecbe23 Remove double initial WikiContentJournals. #542 13 years ago
Eric Davis c0d26da34e Refactor: move method to recreate the initial journals out of migration 13 years ago
Holger Just 9e35b24bcd [#512] Fix Copyright 14 years ago
Romano Licker ac63066e3d added a project specific definition of done in the project settings tab "backlog setting" 14 years ago
Eric Davis 2bb42e90a1 [#493] Force loading the classes of activity provider 14 years ago
Eric Davis 6017e2712e Add rescues to the aaj migrations for unsaved records. 14 years ago
Felix Schäfer c4ddf04e5e Change the way text is stored to mimic the wikipages. 14 years ago
Felix Schäfer 905c137db6 Work in progress of migration to acts_as_journalized 14 years ago
Eric Davis 9de3fcbc3f [#397] Remove FIXME, there is only one activity per Model 14 years ago
Eric Davis 0daa081d19 [#475] Set the activity_type on the initial journals 14 years ago
Eric Davis 2ff9711fc7 Migrate existing journals so version 1 is open for the initial journal 14 years ago
Eric Davis 8b13992c0a Print any errors when saving the initial journal instead of aborting 14 years ago
Eric Davis 52b83da8dd [#479] Split GeneralizeJournals into separate, incremental migrations 14 years ago
Eric Davis 47c7e0774a [#467] Fix bug with Journal subclasses having caches columns 14 years ago
Eric Davis b52d2b2238 [#467] Fix uninitialized constant Journal::Journaled error 14 years ago
Felix Schäfer 2ceffca3e3 Don't loose the time of the wiki_edits. #468 14 years ago
Eric Davis 33e3a71341 [#445] Track initial object attributes on the initial journal 14 years ago
Holger Just 07185fb169 [#436] Remove trailing whitespace 14 years ago
Eric Davis 99507a0391 [#197] Upgrade the copyright in the code files 14 years ago
Eric Davis a85b6780d2 [#262] Convert line endings to UNIX 14 years ago
Felix Schäfer dbc10d2730 Save the comments to wiki page updates correctly. #415 14 years ago
Gregor Schmidt 38a8a44732 updating down migration to read value directly from db 14 years ago
Jens Ulferts 715bc2dff4 using read_attribute(:start_date) on down migration 14 years ago
Jens Ulferts d51ab9d8cb fix: because version.start_date returns the earliest start date of the associated issues if no own start_date is set, we have to read the attribute :start_date directly when making executing the sprint_start_date/start_date migration 14 years ago
Gregor Schmidt ce7fed699a actually, there's no problem, when both dates are the same 14 years ago
Gregor Schmidt 04b23eef93 Migrations do not abort on every rollback - therefore we need to raise a different error 14 years ago
Gregor Schmidt 119456c86c Redoing migration in a way, that my brain is able to parse 14 years ago
Felix Schäfer 678826876c Change the way text is stored to mimic the wikipages. 14 years ago
Felix Schäfer 7934919200 Work in progress of migration to acts_as_journalized 14 years ago
Holger Just d90102420d [#112] Adapt database switches to use ChiliProject::Database 14 years ago
Eric Davis adf57a64f1 [#123] Move aaj migrations to core 14 years ago
Romano Licker 64e931598c removes sprint_start_date and replaces it with start_date from 14 years ago