Commit Graph

423 Commits (2c5a17d82aded17394db1967285600782edd73c0)

Author SHA1 Message Date
Tim Felgentreff bdd63891ba ensure proper rendering of ProjectId#available_values 13 years ago
Tim Felgentreff 7c5fde8210 remove definition of l() from query utils 13 years ago
Tim Felgentreff c748a5806f update the reporting helper with code from the UR ReportingHelper. this needs to be cleaned up in Engine, UR and here 14 years ago
Philipp Tessenow dd6b49b4de give operators o,c some labels for translation 14 years ago
Tim Felgentreff e3b0b2ae68 #2102: Custom Fields stehen nun als GroupBy und Filter zur Verfügung, nachdem sie gespeichert wurden 14 years ago
jwollert 84a076bb2a have to subclass singleton_val to ensure we end up in the right engine 14 years ago
Philipp Tessenow ccd8cb6696 give operators o,c some labels for translation 14 years ago
Tim Felgentreff b739e1c8c7 fix failure when the database adapter returns a proper Date object 14 years ago
Tim Felgentreff e4080cc13d on some DBs, we get native Time objects 14 years ago
Konstantin Haase 05a4a3106c Include Report::QueryUtils rather than CostQuery::QueryUtils to not trigger QueryUtils propagation, which will load all constants nested in CostQuery, thus resulting in a circular dependency. Propagation will take care of including CostQuery::QueryUtils later (not that we need it there, btw). 14 years ago
Konstantin Haase b97be4bbf3 Move #l from reporting helper to query utils, so it can be used in filters. 14 years ago
Konstantin Haase 114895eb6b cleanup 14 years ago
Konstantin Haase f35c892613 Reduce code duplication, cope with engine being a library rather than a Rails plugin. 14 years ago
jwollert 0858824776 salvages botched merge 14 years ago
jwollert 1a941e11dc deletes obsolete validation stuff 14 years ago
Konstantin Haase da0d41ae28 Make sure No Filter has a table_name 14 years ago
Konstantin Haase 650303c5e4 Result is a Class now. 14 years ago
jwollert 03b34ec8f2 need to redefine singleton value because false cannot be inherited without rendering default values unusable 14 years ago
jwollert 31802b9384 moves #quote_string to redmine queryutils 14 years ago
jwollert 530469bcd6 delegating real_costs got lost somewhere 14 years ago
jwollert b140cffb9f need to include QueryUtils some more 14 years ago
jwollert 19f311e93a renames customfields to customfieldentries 14 years ago
Konstantin Haase 1a578d5e25 Remove Report.lookup 14 years ago
Konstantin Haase 186a244219 Removed some strange code 14 years ago
Konstantin Haase 30d7bc1e43 Rename CustomField filter to CustomFields 14 years ago
Philipp Tessenow 796e494b5f class vs. module, inheritance, constant lookup fixes 14 years ago
Philipp Tessenow 7324f270c4 groupb by as a class now 14 years ago
Philipp Tessenow a6149d4baa use table name cost_queries 14 years ago
Philipp Tessenow e78c1c84da moves cost_query.rb 14 years ago
Philipp Tessenow d88f2314f4 added CostQuery which is a subclass of Report 14 years ago
Philipp Tessenow a99bb71cf8 fix 'NoMethodError: super: no superclass method all for CostQuery::Filter:Module' when doing Filter.all 14 years ago
jwollert 6dd95e7822 removes validations 14 years ago
jwollert 2b80598c76 SqlStatement methods put into Union class by accident 14 years ago
jwollert d2fa0ab90c slims down the result base class 14 years ago
jwollert 4512e2739f retains only redmine specific field => value map in queryutils 14 years ago
jwollert 9bce8758ab removes all non-redmine operators 14 years ago
jwollert 8457541c5f removes inherited attribute 14 years ago
jwollert 4837546c28 make sql aggregation inherit from its Report correspondent 14 years ago
jwollert b90295d7d5 removes singleton value 14 years ago
jwollert 713115484d removes ruby aggregation 14 years ago
jwollert 3941e77515 removes group_by/base.rb 14 years ago
jwollert 163ec7755d make the GroupBy module inherit from Report::GroupBy 14 years ago
jwollert b4c1c702fb make the filter module inherit from the report filter module 14 years ago
jwollert 6e82eec301 removes chainable 14 years ago
jwollert 90488c4ffa readds NoFilter, to call redmine specific code on #sql_statement 14 years ago
jwollert 0852d3953d errors are now hashes with types as keys instead of messages, as we should localize in the frontend 14 years ago
jwollert c5b5b04b20 removes unnecessary plugin folder 14 years ago
jwollert b792a72e51 have to use other types when dealing with mysql 14 years ago
Philipp Tessenow 8ba6fd4e00 make adapter_name switch dry 14 years ago
Philipp Tessenow dae8c70496 accept anycase adapter names 14 years ago