Commit Graph

183 Commits (2bb39250029dc462a24157134ddab3ca9f2586e8)

Author SHA1 Message Date
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
Tim Felgentreff 68ae2d0dfd change issue specific journal query and show_details for journal helper 14 years ago
Tim Felgentreff 3b51eb54ea fix 2 more tests 14 years ago
Tim Felgentreff 9cd55d8dd4 more test fixes 14 years ago
Eric Davis d36700eeee Refactor: replace chained finders with an inject. Should handle edge cases better. 14 years ago
Eric Davis 41f8d043eb Added a "Member of Role" to the issues filters. #5869 14 years ago
Eric Davis 109b42f482 Added a "Member of Group" to the issues filter. #5869 14 years ago
Eric Davis c67272599c Merged r3927 from trunk. 14 years ago
Eric Davis 102e845391 Merged r3916 from trunk. 14 years ago
Jean-Baptiste Barth 56a6d86af5 Added project filter when viewing all issues. #5084 14 years ago
Jean-Baptiste Barth 0bcde4ab28 Fixed: assigned_to and author filters in cross project issues view should be based on user's project visibility. #5760 14 years ago
Eric Davis 657aa624a4 Adding missing setter for Query#available_columns 15 years ago
Eric Davis bf33b57aa4 Refactor: Move method to Query model 15 years ago
Jean-Philippe Lang 4524bc04e9 Issue list improvements for subtasking (#5196): 15 years ago
Jean-Philippe Lang 5225fb70f5 Optimize retrieval of user's projects members. 15 years ago
Eric Davis 6e6e260cea Refactor: Extract Query#sortable_columns from the controller. 15 years ago
Jean-Philippe Lang 2c8a24092b Adds filter for system shared versions on the cross project issue list (#4792). 15 years ago
Jean-Philippe Lang 518779d96d Fixed: issue summary counts should link to the issue list without subprojects (#4525). 15 years ago
Eric Davis 6be0e335fb Added an optimization note for later. 15 years ago
Jean-Philippe Lang 5f8e9d7118 Version sharing (#465) + optional inclusion of subprojects in the roadmap view (#2666). 15 years ago
Jean-Philippe Lang 346c569f98 Fixed: "None" category issue count is empty while grouping by category (#4308). 15 years ago
Jean-Philippe Lang 66540afc08 Adds dynamic columns selection on the issue list (#4272). 15 years ago