Commit Graph

204 Commits (a9e64e04c765c19618d0025f151cca9ad84243cd)

Author SHA1 Message Date
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
Martin Linkhorst cc74c1e998 added attr_protected calls to protect mass assignment of :project_id through a view 13 years ago
Holger Just 91070236db Set source encoding to UTF-8 13 years ago
Gregor Schmidt c1ecadbff7 Moving query related models into separate files 13 years ago
Felix Schäfer b47a90b424 Allow to filter watchers by more than just "me". #566 13 years ago
Felix Schäfer 1bfe6715c6 Put empty start_dates in the future too. #499 14 years ago
Felix Schäfer 7222345ba8 Put issues with an empty due date in the future. #499 14 years ago
Felix Schäfer 7c4abeb8d3 Correct filters for int,float custom fields. #498 14 years ago
Holger Just 07185fb169 [#436] Remove trailing whitespace 14 years ago
Eric Davis 99507a0391 [#197] Upgrade the copyright in the code files 14 years ago
Eric Davis e131c3b531 [#197] Remove old copyrights 14 years ago
Jean-Philippe Lang 3374130e60 Skip a few count(*) SQL queries on the issue list. 14 years ago
Jean-Philippe Lang d8fbdca760 Adds User and Version custom field format that can be used to reference a project member or version in custom fields (#2096). 14 years ago
Jean-Philippe Lang 7c2a3dc57d Adds Issue#visible_condition to build issue visibility statement. 14 years ago
Holger Just 21b8e8b5e5 [#250] Allow empty sets in query value lists 14 years ago
Jean-Philippe Lang 703b0ec422 Fixed: 500 error on issue query grouped by a custom field that was deleted (#7144). 14 years ago
Jean-Philippe Lang 8a8ca40364 Prevents n SQL queries (n = project count) on cross-project issues list. 14 years ago
Jean-Philippe Lang 63866407f1 Fixed: unchecking status filter on the issue list has no effect (#6844). 14 years ago
Eric Davis fef21d5aa2 Remember the selected "Member of Role" and "Member of Group" options. #6467 14 years ago