Commit Graph

3752 Commits (c83ba636406628dd5860e786032237485f066c58)

Author SHA1 Message Date
Philipp Tessenow e78c1c84da moves cost_query.rb 14 years ago
Philipp Tessenow e95ec569d1 give inherited_namespace to konstantin for further work 14 years ago
Philipp Tessenow 8bf8dac886 some minor magic to make CostQuery::Chainable lookup work 14 years ago
Konstantin Haase 0b65f8302f Add inheritance hook creating subclasses if missing. Finn: #3416, Cockpit: #18043. 14 years ago
Philipp Tessenow 1cf51a88d5 use extend self pattern instead of defining self.xxx methods all over the place 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 b48abb9b19 removes redmine specific code from queryutils 14 years ago
jwollert 87c8769d7d removes redmine specific operators 14 years ago
jwollert 372c649300 adjusts group_by so it returns the SingletonValue on #all 14 years ago
jwollert def4b11e5e NoFilter does not have an sql_statement per se 14 years ago
jwollert fc340f42f3 adjusts filter to return an empty set on #all 14 years ago
jwollert 21cd772a68 removes customfield mixin 14 years ago
jwollert 41bf6d148f removes real_costs and display_costs from result 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
Philipp Tessenow 943c1efdda moved redmine_costs back to root folder 14 years ago
Konstantin Haase c750c7707e move towards inheritance 14 years ago
jwollert b792a72e51 have to use other types when dealing with mysql 14 years ago
Jens Ulferts b8d1e9508d renamed views to html.erb 14 years ago
Jean-Philippe Lang 77c6188ec2 Fixed: gantt displays issues by date of creation. 14 years ago
Jean-Philippe Lang 06b0176a3e Fixed: submitting a non numerical parent task input creates a 500 error (#6932). 14 years ago
Philipp Tessenow 8ba6fd4e00 make adapter_name switch dry 14 years ago
Philipp Tessenow dae8c70496 accept anycase adapter names 14 years ago
Philipp Tessenow 8c8f5c6b7a added mysql2-gem support 14 years ago
Philipp Tessenow 4b3e1f8ce9 removed redmine filter 14 years ago
Jean-Philippe Lang d7cdd58db6 MailHandler: ignore assignee if invalid. 14 years ago
Jean-Philippe Lang 8ef06826c3 Raised maximum length of project names and identifiers to 255 and 100 respectively (#6446). 14 years ago
Philipp Tessenow d6197f80a1 removed redmine-filters 14 years ago
Philipp Tessenow c40e8ebd59 removed redmine specific parts from sql_statement.rb 14 years ago
Philipp Tessenow c3838533ba removed entry.rb and corresponding require_dependency in cost_query.rb 14 years ago
Philipp Tessenow d4936329ef make adapter_name switch dry 14 years ago
Philipp Tessenow 882179c8b3 removed the newly introduced plugin-folder 14 years ago
Jean-Philippe Lang abf988ad69 Makes MailHandler ignore invalid keyword values to avoid validation failures. 14 years ago
Philipp Tessenow cbdda0bcb0 moved redmine_costs into a subfolder 14 years ago
Jean-Philippe Lang d4ab2ab4b9 Makes MailHandler accept localized keywords for default or user language (#6112). 14 years ago