Commit Graph

1927 Commits (980d039318b1e6738e3fbe88e84b2aaf75ab9120)

Author SHA1 Message Date
Hagen Schink bcef83eb09 Improves custom field handling 11 years ago
Philipp Tessenow 0b375065c1 allow enumerations with custom fields 11 years ago
Hagen Schink 7fc57dddf1 Adds comments with high-level explanations 11 years ago
Hagen Schink 7480794664 Fixes time entry link 11 years ago
Hagen Schink 6c91fc9f17 Fixes time entry link title 11 years ago
Hagen Schink 79bb8ad5be Fixes work package anchor 11 years ago
Hagen Schink d1d877d9c3 Fixes message url 11 years ago
Hagen Schink 030b792bc4 Passes activity to activitied type 11 years ago
Hagen Schink 7a13c70dbc Fixes time entry and news activity provider 11 years ago
Hagen Schink b8813ed8e5 Passes activity to activity providers 11 years ago
Hagen Schink 997809d96e Fixes work package activity link with anchor 11 years ago
Hagen Schink 6b10de7234 Fixes source code layout 11 years ago
Hagen Schink 7450d1b3bd Fixes changeset activity provider 11 years ago
Hagen Schink 579b40134e Adds I18n dependency to base class 11 years ago
Hagen Schink 9ec3a4d18c Fixes wiki activity provider 11 years ago
Hagen Schink 4faf4a5b58 Unifies activity journal projection 11 years ago
Hagen Schink 5179dc8916 Improves method complexity 11 years ago
Hagen Schink 2ef12e1ccd Unifies project definition 11 years ago
Hagen Schink cbd0729098 Prevents calls to not defined methods 11 years ago
Hagen Schink 7319279e41 Unifies event filling 11 years ago
Hagen Schink 97a199eb91 Moves activity provider to separate files 11 years ago
Philipp Tessenow 23c513dc0b it should not be possible anymore to update/create enumerations so that they have a non existent type 11 years ago
Philipp Tessenow 6d667971cc remove attr_protected from Enumeration 11 years ago
Sebastian Schuster f36cbf319d Fixed missing parent_id error 11 years ago
Markus Kahl 317a935ca4 remove obsolete planning_element_status_id 11 years ago
Markus Kahl 8ad12bbea1 allow writing planning elements' status_id 11 years ago
Hagen Schink 31c9744c64 Fixes missing work package url 11 years ago
Hagen Schink a0d78b4579 Fixes missing permitted params 11 years ago
Philipp Tessenow b382bd78b3 fix unfortunate typos + review feedback 11 years ago
Philipp Tessenow 10d79bebd2 feed permitted params to mass assignments in enumerations_controller 11 years ago
Philipp Tessenow 69871d8da6 protect Enumeration with ActiveModel::ForbiddenAttributesProtection 11 years ago
Philipp Tessenow 22eb5c1fbc accidentaly included wrong attribute protection module into group 11 years ago
Philipp Tessenow 860eb61fda use permitted_params for group_controller 11 years ago
Johannes Wollert 0f244ea0d2 catch all RecordNotFound errors when destroying work packages in a project 11 years ago
Hagen Schink 1183cb2092 Adds error localization 11 years ago
Hagen Schink 4268cb86d3 Adds more explicit deprecation warning 11 years ago
Hagen Schink f5d0f25566 Uses 'class_attribute' 11 years ago
Till Breuer 20039208e5 Add queries module again 11 years ago
Till Breuer 43e2d41e1c Validate query filters of type date and date past 11 years ago
Till Breuer 09aa962907 Bypass query filter value validations if operator does not require values 11 years ago
Till Breuer e523975b5d Add available filters alias method to queries 11 years ago
Till Breuer 2c582cb3d8 Ensure valid setup of queries from factory 11 years ago
Till Breuer d6f2938116 Validate presence of query filters 11 years ago
Till Breuer f1175829a2 Only initialize queries with status filters if no filters have been selected by user 11 years ago
Till Breuer 2dbf01dd6a Stringify keys of serialized filter hashes 11 years ago
Till Breuer 5bc3959dad Move filter types by fields concerning work packages to corresponding filter subclass 11 years ago
Till Breuer cfb5e1a58b Move query filter-related code to models/query because it existed first 11 years ago
Till Breuer ecd501f3fe Avoid duplicate work package query filters 11 years ago
Till Breuer edb0170ee8 Forward filter error messages to query 11 years ago
Till Breuer d6b739276d Add query filter validations, validate values of filters of integer type 11 years ago