Commit Graph

2679 Commits (c866b69471b30dd02b892d86c654bbf3589be8cf)

Author SHA1 Message Date
Jens Ulferts 4600b48b38 avoid extra loop 9 years ago
Jens Ulferts b33244ea67 only check for existence in db 9 years ago
Jens Ulferts 9ba1633fe3 optimize soonest_start calculation 9 years ago
Jens Ulferts 11d7e428ad reuse version calculation on eager loaded projects 9 years ago
Jens Ulferts e544eb0653 eager load associations required for validation 9 years ago
Jens Ulferts 9f6138b05e fix outdated comment 9 years ago
Stefan Botzenhart 5ccdbaa3ef Permit parent_id only if user is allowed to create subprojects 9 years ago
Stefan Botzenhart a42e89f987 Permit parent_id for project 9 years ago
Jens Ulferts c2a0a2b0f5 speed up and correct spent_time computation 9 years ago
Jens Ulferts 8065c66256 eager loading associated objects, the dirty way 9 years ago
Markus Kahl 3c17be3261 retain old behaviour per default to be safe 9 years ago
Markus Kahl e482eee87e don't require custom field container per default 9 years ago
Markus Kahl aa58b7deca allow arbitrary custom field IDs 9 years ago
Markus Kahl d4293532d9 do not block time entry custom fields 9 years ago
Oliver Günther a339373d0f Allow responsible_id in projects settings 9 years ago
Oliver Günther 353039fcfe Allow PermittedParams to receive new keys from plugins 9 years ago
Mohamed Wael Khobalatte 80192f6986 Do away with eval 9 years ago
Mohamed Wael Khobalatte e10cc2d6ad Pass project_id instead of project instance to version_attributes 9 years ago
Mohamed Wael Khobalatte 0e72ec4243 Move to ruby1-9 syntax once and for all 9 years ago
Jens Ulferts d56ee98ceb use db bool values for filtering 9 years ago
Mohamed Wael Khobalatte 18ac022927 Add specs for new strong_params methods 9 years ago
Mohamed Wael Khobalatte 6f1d668c39 Fix issue with versions/new being not accessible 9 years ago
Mohamed Wael Khobalatte 602dd749e3 Ensure versions params play well with plugins 9 years ago
Jens Ulferts 3684b77423 replace if condition then true else false 9 years ago
Mohamed Wael Khobalatte a1bf92212d Fix legacy and cucumber specs failing because of strong params 9 years ago
Mohamed Wael Khobalatte d2349cf819 Delete Redmine's safe_attributes implementation 9 years ago
Mohamed Wael Khobalatte 972b04d86e Refactor to allow for strong params 9 years ago
Jan Sandbrink 0c2415460a Render the identifier as unchangeable in edit mode 9 years ago
Oliver Günther 04ff74ac24 Refactor PermittedParams to class 9 years ago
Jens Ulferts 3734b3a232 limit aggregation to one journable 9 years ago
Jens Ulferts b0a86a69c2 refactor types action on projects controller 9 years ago
Mohamed Wael Khobalatte 7e7868b5a9 Send `watcher set` emails only when said watcher allows email notifications. 9 years ago
Jens Ulferts c3ab585e80 remove dead code 9 years ago
Jens Ulferts 7eb8bdad53 invert setting for self notification 9 years ago
Oliver Günther b7465b08a6 Remote managed repositories 9 years ago
Oliver Günther acb4431d8a Implement UserPreferences endpoint 9 years ago
Oliver Günther 319c728b1a Core notifications to alleviate third-party plugins 9 years ago
Peter Lehwess ab7ee018fc Remove summary attribute and all traces of it from Project 9 years ago
Henriette Dinger 49fb85a487 Give icon a margin for vertical alignment and change header in repo danger zone 9 years ago
Jens Ulferts 39455d8386 use AR's own base_class method 9 years ago
Jens Ulferts 18d3c0a4d7 correclty filter journal attributes 9 years ago
Mohamed Wael Khobalatte 30ea542a00 Do away with second group selection and related specs/js code 9 years ago
Jens Ulferts d279e2a3ce use delegation for available assignees/responsibles 9 years ago
Jens Ulferts 0ef7b213ba turn possibe assignees/responsibles into scopes 9 years ago
Jens Ulferts 0b2f482797 move :preference to principal 9 years ago
Jens Ulferts 0579f4906b provides scope to order by name 9 years ago
Jan Sandbrink ebbd928a18 Remove outdated comments 9 years ago
Jens Ulferts 4bfc4cc8b2 sort versions case insensitive 9 years ago
Jan Sandbrink 9d68773b05 Use an advisory lock that is released on COMMIT/ROLLBACK 9 years ago
Jan Sandbrink 3c335866d1 Fix saving of journal in association 9 years ago