Commit Graph

1 Commits (bec4e143c18491ef0de623622a13b36a0cca257c)

Author SHA1 Message Date
Oliver Günther ad43a7ea95
Prepare for core integration 6 years ago
Jens Ulferts 9b4a09f677
adapt to changes in core 7 years ago
ulferts 7c3c8e03eb adapt to removal of awesome_nested_set in core (#261) 7 years ago
Mohamed Wael Khobalatte a11b57ea39 Resolve cucumber issues with whitelisted attributes 9 years ago
Mohamed Wael Khobalatte 9b4e0065a7 Fix issues with using attributes= in non-controller code 9 years ago
Mohamed Wael Khobalatte c0107c445e Prepare plugin for strong params 9 years ago
Jens Ulferts 82e0b3f9f5 quickfix for moving impediments 9 years ago
Jens Ulferts c518fb76b7 some more replacement of deprecated finders 9 years ago
Jan Sandbrink a7a468cac9 fix silly find_all_by_ replacement 9 years ago
Jan Sandbrink 10d39a64a1 replace deprecated find_x_by_ AR finders 9 years ago
Alex Coles a66f166498 Normalise syntax with Rubocop 9 years ago
Alex Coles 22502bb008 Use 1.9+ Hash syntax 9 years ago
Alex Coles d1e1272e1c Remove unloadable from models 10 years ago
Sebastian Schuster 601dbf6153 Updated copyright notice 11 years ago
Sebastian Schuster 4d5cd98244 Fixed copyright headers 11 years ago
Hagen Schink 28f5033d22 Adds copyright headers 11 years ago
Hagen Schink dbd171ca0f Prepares models 11 years ago
Sebastian Schuster 29b0dac99f Renamed IssueStatus to Status 11 years ago
Christian Ratz be445b919c disabled nissue related stuff 11 years ago
Christian Ratz cb9cf48665 more issue 2 work_package renaming 11 years ago
Christian Ratz 762d3f63cc renamed tracker 2 type 11 years ago
Christian Ratz 316257d3e1 lot of things to get rid of issue 11 years ago
Jens Ulferts fc7607fe45 prevents rails sti mechanisms for issue subclasses 12 years ago
Jens Ulferts e8ab7e267d moves lib to openproject/backlogs subdirectory and renames accordingly 12 years ago
Jens Ulferts 4274692e25 directly loads all tasks that are children of a given story when querying for tasks_for 12 years ago
Gregor Schmidt d7f3c14255 avoid the usage of update_attributes and use safe_attributes instead 13 years ago
Gregor Schmidt 81392aec69 Switch to using string keys for settings 13 years ago
Gregor Schmidt abf0be171c Remove Redmine from names, where possible, replace with ChiliProject in other cases 13 years ago
Gregor Schmidt 100a4213aa Moving list specific methods into RedmineBacklogs::List 13 years ago
Gregor Schmidt 55dde7923c renaming id to prev_id to match signature from RedmineBacklogs::List 13 years ago
Gregor Schmidt ea9d2e6548 Method is nowhere used and is less specific than is_impediment? in issue 13 years ago
Gregor Schmidt ec385408d1 Fixing comment 13 years ago
Gregor Schmidt c9113f1c85 Clean up patches Part XIV 13 years ago
Gregor Schmidt 6fbd86213b Clean up patches Part XIII 13 years ago
Gregor Schmidt 6983cf4699 Remove Updater code which was not used for a while anyway 13 years ago
Gregor Schmidt 45cd21870d coding styles 13 years ago
Jens Ulferts 710e83e99c remove whitespaces 13 years ago
Gregor Schmidt 79f18d0dfd adding require_dependency to the proper model after the include was moved 13 years ago
Gregor Schmidt 4b70e6cd58 Actually tasks may already act as list 13 years ago
Gregor Schmidt 32d94113f6 Refactoring the way backlogs aa_list is implemented 13 years ago
Stephan Eckardt f05f2690b4 use tasks getter method in stories instead of descendants, as we want to allow tasks to have subtasks that will not show up in the task board 14 years ago
Stephan Eckardt 31150a9e33 additional changes to allow stories have parent issues, basic handling of tasks that have subtasks, but hierarchy will be flattened on changes in task board 14 years ago
Jens Ulferts 0815343b31 #3178: removing update_with_relationships from impediment class, using supers (Task). Also removing exception throwing from task.update_with_relationships 14 years ago
Jens Ulferts a98879078a #3178: fixing bug in task when story_id is set, removing explicitly setting required_time to 0 in impediment update method as this is handled by status_id= 14 years ago
Jens Ulferts ca51ba6a08 #3178: refactoring task 14 years ago
Jens Ulferts 38d25f8355 #3178: time_remaining is always set to 0 if status is a closing one 14 years ago
Jens Ulferts 2ef65cc407 #3178: removing create_with_relationship from impediment class - method is inherited from task. Signature of create_with_relationship looses user.id - User.current is always the author 14 years ago
Jens Ulferts cb8f343439 #3178: cleaning up task model, removed impediment creation and updating because this is now handled by impediment class 14 years ago
Jens Ulferts 4553103818 splitting up tasks and impediments, impediments remain a subclass of taks but a lot of methods are overwritten. Also refactored method of creating blocking relationship. 14 years ago
Jens Ulferts ecfaf2bb77 refactoring in task class 14 years ago