Commit Graph

461 Commits (7bd113824c83a9a94e56d4cb96480e7155268020)

Author SHA1 Message Date
p.tessenow 50682dbb87 don't forget to reset cost_queries @walker when the chain is changed 15 years ago
p.tessenow c97e78b896 minor variable rename 15 years ago
rkh 5aed4adec4 sort users correctly 15 years ago
rkh f44d072cfe remove old code 15 years ago
rkh 3c5a42bfd1 fix display sum with only one column grouping 15 years ago
rkh c8831c65fb fix table header order 15 years ago
p.tessenow 81348ddb88 added all and all_grouped method to GroupBy 15 years ago
rkh 1906f7ac09 works, don't touch 15 years ago
p.tessenow f52c0b8f19 changed group_bys to have correct values for label- and applies_for- methods 15 years ago
p.tessenow c7cef87447 use other label for tweek-filter 15 years ago
rkh 8b17bd4029 no more magic minimal group 15 years ago
p.tessenow c95123490d fixed transformer-bug, there was an error when no group was set 15 years ago
rkh e3b1c1159d fix group order 15 years ago
rkh 38f7433485 add Operator#arity 15 years ago
rkh 5236b0c5f1 add group_by? to fix spec 15 years ago
rkh a735ce5925 fix issue with to many arguments 15 years ago
rkh b32bd0c124 try to fix filter gui... still broken 15 years ago
rkh dcde19daf4 fix table with multiple top column groups 15 years ago
p.tessenow 3b3d3fcde0 fixed bug in sql_statement on postgres db's 15 years ago
p.tessenow b6cc54c0bc fixed bug in argument_count of operators for w/<t+ operators 15 years ago
p.tessenow 81d864da57 added argument count to operators 15 years ago
rkh 1e4e7bebfe fix operator inheritance 15 years ago
rkh 346e12a32c fix date issue 15 years ago
p.tessenow b8a11eacc2 fixed bug in inherited_attribute module 15 years ago
p.tessenow eb5fcac201 due_date and start_date now support time operators too 15 years ago
p.tessenow 8960d6b22b added overridden costs filter to available filters, did some fixes in the OverriddenCosts filter to allow that 15 years ago
p.tessenow e85a5c1a72 added tweek-filter to available filters, did some fixes for that 15 years ago
p.tessenow 973e47605d added spent_on filter to filters list, added missing operators to SpentOn filter 15 years ago
p.tessenow a59f7d3135 added subject filter to the available filters list 15 years ago
p.tessenow f99a6e0f61 fixed operators of UdatedOn, Subject and CreatedOn filters 15 years ago
p.tessenow b43ddbd8f4 added more filters to be available for being displayed in the view 15 years ago
p.tessenow ebbd574c5e adapted filter to the lates renames 15 years ago
p.tessenow 04f0c21230 refactored operator assignment in CostQuery::Filter::Base, renamded operator assignment methods 15 years ago
p.tessenow a9e5d798c5 added categories of operators to CostQuery::Operator 15 years ago
p.tessenow b9cb6c7dca don't show Redmine Admin and Anonymous as an available value for filters 15 years ago
p.tessenow 5df0b3f3be removed useless line in CostTypeId filter 15 years ago
t.felgentreff ad9ec5c979 NoFilter should not display 15 years ago
p.tessenow 549ae1e985 added method Filter.all_grouped which returns an array grouped by 'applied_for' used this method in the view 15 years ago
p.tessenow d4303ae264 give issue filters a longer description in the view 15 years ago
p.tessenow 2744f7bd1f now it is possible to define to what a chainable applies for - this is used e.g. to separate filters for entries and filters for issues 15 years ago
t.felgentreff 31045a95b3 implement convenience for getting all group_bys and all filters in a query 15 years ago
t.felgentreff 44fb55868c Refactoring 15 years ago
t.felgentreff 69590757f2 remove CostQuery example code 15 years ago
t.felgentreff 8ae4e58529 fix error in Sql statement 15 years ago
p.tessenow 2f363264bf return << me >> as an available value when we need users 15 years ago
p.tessenow 5cae908287 the activity_id filter now takes its available values from the user_id filter - they both return users 15 years ago
p.tessenow 6861ca1be0 use correct label when displaying filters, renamed CostQuery::Filter.short_name to underscore_name 15 years ago
p.tessenow 823f4128d5 each filter knows its label (in the form of a symbol for translation) 15 years ago
p.tessenow 5b8a2f5c57 added all filter where we can select objects, to be displayed in our view 15 years ago
p.tessenow 9f2f84d4d4 added short_name method to filter - this is used to created html-id's 15 years ago