Commit Graph

281 Commits (88f4b30ac9bbce07f9a0bc69cc750278f0d670a3)

Author SHA1 Message Date
Sebastian Schuster 98c335102a Replaced control flow operators with logical operators 11 years ago
Michael Frister 7d997303dc Fix work package filter validations 11 years ago
Philipp Tessenow 444546e2e8 use \A and \z instead of ^ and $ in ruby regexes 11 years ago
Jens Ulferts 33a6f04af9 moves some i18n from issue to work package 11 years ago
Hagen Schink 1cb831877b Renames issue category to category 11 years ago
Hagen Schink 2f5e9ad3d6 Renames IssueStatus to Status 11 years ago
Nils Kenneweg 52f171faa6 -1 filters for null values. 11 years ago
Stefan Frank 6db32fb04f Fixed various rebase-conflicts. 11 years ago
Stefan Frank 15ce39898c fixing a serialization-issue with multi-select-boxes (#2101) 11 years ago
Stefan Frank d3edf00983 fixing the weird 1-string-array behavior for priority and type-selections (#2101). 11 years ago
Stefan Frank 5c9b0231e6 replaced the :user_filter-attribute with a static list. 11 years ago
Stefan Frank 53aaae6a56 Added a special handling for all user-filters (responsible_id, assignee_id) 11 years ago
Stefan Frank f60f5ce9de re-merged the fixes for multiple assignee's/responsible's. 11 years ago
Stefan Frank ba76a482f2 Added the responsible_id to the list of the querieable fields in query. 11 years ago
Jens Ulferts abfa9e1465 renames setting 11 years ago
jwollert 00663548fd fixes queries watcher values 11 years ago
Jens Ulferts 999ed55d64 fixes filtering by watchers broken by 9f18636 11 years ago
Jens Ulferts 1b9338c24c renames variable invalidated by cherry-picking commit 578fdc62f26c23951b2d2c2b9be0040c7ade0634 11 years ago
Jean-Philippe Lang 2c17ec8d50 Include issues asigned to user's groups when using 'assigned to me' filter (#2964). 11 years ago
Jean-Philippe Lang 3f0a7fa15d Ability to assign issues to groups (#2964). 11 years ago
Hagen Schink 6537d8aaaa Renames settings 11 years ago
Hagen Schink e74287fbd1 Removes :view_issue_watchers 11 years ago
Philipp Tessenow a1e67dd460 new copyright header #1903 11 years ago
Michael Frister f376076092 Use helper method on WorkPackage to check for disabled done_ratio 11 years ago
Michael Frister a12bbb2fa1 Query: remove done_ratio from available columns if disabled 11 years ago
Jens Ulferts 8c33323a49 separates query results from the query itself 11 years ago
Jens Ulferts a09b21b57c query returns all work packages 11 years ago
Hagen Schink 61f00abf7f Renames query's issue status labels 11 years ago
Hagen Schink 513bffdcd4 Renames and adapts query and helper translations 11 years ago
Hagen Schink d0ca65dbaf Introduces journable 11 years ago
Hagen Schink 60c481d631 Queries issues 11 years ago
Martin Czuchra 847a3029a9 Renames Tracker into Type. 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
Jens Ulferts 6c720a8d5d changes the last controllers to will_paginate 12 years ago
Jens Ulferts f82de2e7ed uses will_paginate for issue#index 12 years ago
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Philipp Tessenow 5c8c522e06 fix a bug in Query#add_custom_fields_filters\n\nIt forgot to create the usual available_filters 12 years ago
Philipp Tessenow 033a08dbaa use new translation style for various query-related things 12 years ago
Martin Linkhorst 8d797ca08a the serialization doesn't work as expected. #names should be an array but is instead a one-element array containing a comma separated list, no matter what i do. this commit fixes it by expanding the comma separated list, so it will work with either version in case somebody fixes it in the future. 12 years ago
Martin Linkhorst b231930f69 why use an instance variable here? this makes more sense and fixes the tests 12 years ago
Martin Linkhorst 366b994407 match the new active record initializer signature when overwriting 12 years ago
Martin Linkhorst 71fe49e862 DEPRECATION FIX: use validate :method_name instead of overwriting the validate method 12 years ago
Martin Linkhorst b6b27b904c DEPRECATION FIX: use after_initialize :method_name instead of overwriting the after_initialize method 12 years ago
Martin Linkhorst 1caae19c22 REVIEW: patch active record base since more than one class use it 12 years ago
Martin Linkhorst 758185a51b added a removed method from active record 2 12 years ago
Martin Linkhorst 070a4beff4 use root Query class, otherwise ActiveRecords' Query class will be used 12 years ago
Martin Linkhorst 1fce5b6a8f added attr_protected calls to protect mass assignment of :project_id through a view 13 years ago