Commit Graph

328 Commits (c9d3dabab226de0677d8f625c5335da4fada3414)

Author SHA1 Message Date
Hagen Schink 8cc680d64b Prevent creation of projects without types 11 years ago
Martin Czuchra 6681e59d0a Removes code that was commented out. 11 years ago
Jens Ulferts ae7e5aae3b replaces parent_issue_id with parent_id whereever it was to be found 11 years ago
Jens Ulferts e83cc8b4c8 removes mass assignment protection 11 years ago
Martin Czuchra ff11bd4ba9 New projects now have default types enabled. 11 years ago
Hagen Schink a730bbfcd2 Revert changes of 847a302 11 years ago
Hagen Schink b719fd911b Checks user permissions and project id 11 years ago
Martin Czuchra 72b5ed5c26 Fixes Planning Element specs. 11 years ago
Martin Czuchra 734934f747 Removes enabled_planning_element_types relation. 11 years ago
Martin Czuchra 7c31fa2b4c Removes unused variable. 11 years ago
Martin Czuchra 992b50c31b Fixes some specs by removing after_save hook. 11 years ago
Hagen Schink d84b469ff5 Use Type 11 years ago
Jens Ulferts 3b011dab78 enables type switching for existing work_packages 11 years ago
Martin Czuchra 847a3029a9 Renames Tracker into Type. 11 years ago
Jens Ulferts b38c37f9f5 assigns planning element attributes on work_package creation 11 years ago
Jens Ulferts 74ccd7dba4 initial implementation of work_package_controller#create 11 years ago
Jens Ulferts 5542c6471f harmonizes work_package building across issues/pe 11 years ago
Jens Ulferts 74c2cdb9a9 moves copying of an issue into the model 11 years ago
Michael Frister 430e6cbde7 Refactor user statuses, add status_name method 11 years ago
Sebastian Schuster 423152fa06 Fixed the uninitialized constant exception 11 years ago
Sebastian Schuster 6d8eb89d53 Removed function to preload circular dependencies 11 years ago
Hagen Schink a6f83f1d3c Adapt references to work package 12 years ago
Hagen Schink 05f2f300fc Introduce work unit permissions 12 years ago
Hagen Schink 8baacde427 Fix tests 12 years ago
Hagen Schink 82d2400cf0 Let issues work via STI 12 years ago
Martin Czuchra 46ffcfc195 Refactors current timelines API into api/v2. 12 years ago
Martin Czuchra c1bfd5202a Open-sources timelines. 12 years ago
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Philipp Tessenow 443f558f6d New translation styles for Project-model/views 12 years ago
Philipp Tessenow 15df2ecdcc be careful with nested namespace'd controllers in our models 12 years ago
Philipp Tessenow 8fa15af8d8 lazy load project scopes 12 years ago
Philipp Tessenow d9e9536bfd let migrations run again 12 years ago
Jens Ulferts c9780734d8 lets AR handle casting of db condition for assignable_members 12 years ago
Philipp Tessenow 3affd94490 Revert "wrap scope in lambdas to let the migrations run again" 12 years ago
Philipp Tessenow 7a405355f4 wrap scope in lambdas to let the migrations run again 12 years ago
Jens Ulferts 74e21f7770 refactors querying for assignable users 12 years ago
Martin Czuchra daa880645b Fixes problems that may occur in combination w/ plugins and the new API. 12 years ago
Martin Linkhorst 5dc3cb2240 the default sort order in the gem version of awesome_nested_set is called :order_column. also fix a test that didn't expect the children to be sorted by name, now it does... 12 years ago
Martin Linkhorst 37867b4859 forcing attributes to be set is done differently since rails 3.2+: assign_attributes({ … }, :without_protection => true) 12 years ago
Philipp Tessenow 8b661f1e2b simplify Project#add_member 12 years ago
Gregor Schmidt c94c0789bb Async loading of project list in project jump box 12 years ago
Philipp Tessenow edc058cc90 document Project.allowed_to_condition. with doc-string from redmine 12 years ago
Martin Linkhorst ef6680636e fix two order clauses which create unambiguous sql queries 12 years ago
Gregor Schmidt 9b3a33ebd0 Using already loaded information if available 12 years ago
Martin Linkhorst b30fac4a59 refactor the welcome controller 12 years ago
Martin Linkhorst f57184ecda fix copying of a wiki. self.wiki = Wiki.new immediately tries to save to the database. unfortunately, a Wiki.new is not valid? it misses the :start_page 12 years ago
Martin Linkhorst 74866ae596 omit default scope by using reorder 12 years ago
Martin Linkhorst 366b994407 match the new active record initializer signature when overwriting 12 years ago
Jens Ulferts 190e11b620 adding helper method to projects for adding members 12 years ago
Romano Licker c53798bfcf refactor possible_members 12 years ago