Commit Graph

1501 Commits (716162a5b9ecfe2a7f0013ed5dfa22171bb5bd86)
 

Author SHA1 Message Date
jwollert 681a28ed60 Merge branch 'master' of https://dev.finn.de/git/redmine-reporting 14 years ago
jwollert 1a941e11dc deletes obsolete validation stuff 14 years ago
jwollert 83ae24b5c3 Merge branch 'master' into feature_hashed_errors 14 years ago
jwollert 9845400d9f removes old plugin assets that went into the engine 14 years ago
jwollert 433ee18138 have to use new_report css class now, because that's what it is on the engine-side 14 years ago
jwollert 8ca68eb718 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/redmine-reporting into feature_engine_tear_out 14 years ago
Konstantin Haase da0d41ae28 Make sure No Filter has a table_name 14 years ago
jwollert ec944c90d6 merged branch 'master' 14 years ago
jwollert c45cc2ea7b get the js from reporting engine. the previous method 'kinda' worked just because of asset caching performed by redmine 14 years ago
jwollert f7a8c9ca83 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/redmine-reporting into feature_engine_tear_out 14 years ago
Wieland Lindenthal 8e1b182f9a Changed wording from "money" to "cash value" and "Geld" to "Geldwert". 14 years ago
jwollert d968d5b624 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/redmine-reporting into feature_engine_tear_out 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 db1665aacd Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/redmine-reporting into feature_engine_tear_out 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
jwollert 91c94141e3 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/redmine-reporting into feature_engine_tear_out 14 years ago
Konstantin Haase 1a578d5e25 Remove Report.lookup 14 years ago
jwollert 44b80c9b80 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/redmine-reporting into feature_engine_tear_out 14 years ago
Konstantin Haase 186a244219 Removed some strange code 14 years ago
Konstantin Haase 30d7bc1e43 Rename CustomField filter to CustomFields 14 years ago
jwollert 2e3b651ae3 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/redmine-reporting into feature_engine_tear_out 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
jwollert 23c5709dd5 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/redmine-reporting into feature_engine_tear_out 14 years ago
Philipp Tessenow e78c1c84da moves cost_query.rb 14 years ago
jwollert 58370ec9eb Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/redmine-reporting into feature_engine_tear_out 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
Philipp Tessenow 9ab5c51962 deleted empty README 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 5dac615726 adjusts init.rb so it doesn't require patches that went into the engine 14 years ago
jwollert 90488c4ffa readds NoFilter, to call redmine specific code on #sql_statement 14 years ago
jwollert 5851790225 fixes brittle chain initialization spec 14 years ago