Commit Graph

1574 Commits (b198bcbbdc828c499e92de1f8bf26ab1ad4bf60b)
 

Author SHA1 Message Date
jwollert 179195e2b0 Merge branch 'master' of https://dev.finn.de/git/redmine-reporting 14 years ago
Philipp Tessenow 17ff3fe276 fix filter user_id test - require a non anonymous user 14 years ago
Philipp Tessenow 7c00346fea fix chaining_spec testing query initialization blocks 14 years ago
Philipp Tessenow 97d4d2d1cc remove raise condition when doing ajax calls in grouping.feature and implemented new convenience steps 14 years ago
Philipp Tessenow f63758b48a replace locate with find (both wait for ajax calls, but find doesn't throw errors) 14 years ago
Philipp Tessenow 7ae2655c8e move comments as our cuckes dont parse otherwise 14 years ago
Philipp Tessenow d61dd91aca fix cukes using other javascript driver 14 years ago
jwollert 07f66cbcbb Merge branch 'master' of https://dev.finn.de/git/redmine-reporting 14 years ago
jwollert d1c88fac81 small typos in chaining spec 14 years ago
Konstantin Haase 0d9389ef44 Make sure a negative Ajax.activeRequestCount does not block the apply button. Fixes #3773. 14 years ago
jwollert 1ea0751fc1 Merge branch 'master' of https://dev.finn.de/git/redmine-reporting 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 ef3eb06afe Reporting controller: don't eat errors in development mode. log errors in production. 14 years ago
jwollert 5ab6f6b773 moved migrations from cost_control to redmine_reporting 14 years ago
jwollert c17550ab1f Merge branch 'master' of https://dev.finn.de/git/redmine-reporting 14 years ago
Konstantin Haase 114895eb6b cleanup 14 years ago
jwollert 38bd0c3eb5 adjust to new validation const discovery in specs 14 years ago
jwollert f59c47c01e Merge branch 'master' of https://dev.finn.de/git/redmine-reporting 14 years ago
Konstantin Haase 434eabf877 fix specs 14 years ago
Konstantin Haase 980455930c Merge branch 'feature/gemify' 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 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