Commit Graph

326 Commits (a6149d4baae76330393207faececb34bd78034bf)

Author SHA1 Message Date
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 c5b5b04b20 removes unnecessary plugin folder 14 years ago
Philipp Tessenow cbdda0bcb0 moved redmine_costs into a subfolder 14 years ago
Philipp Tessenow 886418492f removed the newly introduced plugin-folder 14 years ago
Philipp Tessenow 9504318729 move plugin into a subfolder. this enables us to have multiple plugins wihtin a repo and makes deployment easier 14 years ago
t.felgentreff b00fcd204b after removing cost type as visible filter, use the unit param to set on a cost type when coming from an issue 14 years ago
t.felgentreff 65d6ed12fa fix symbol:gsub issue when creating cost entries in the frontend 14 years ago
t.felgentreff 60f5e4038b whitespace fixes 14 years ago
p.tessenow 0113d6e3db modified costlog_controler to work with our reporting 14 years ago
t.felgentreff 9d2f821de4 update costlog and timelog controller for reporting 14 years ago
p.tessenow 5aa1865a30 fixed compile error i introduced earlier 14 years ago
p.tessenow b395d040ea a subject of length 0 should not be allowed 14 years ago
hjust 5dbf2b31d8 Allow separators and delimiters in cost entry units. 15 years ago
rkh 4c0a63b51c import entry.rb into trunk 15 years ago
hjust 9e413edb87 Delete rates if the rate field is empty. (#3041 on dev.finn.de) 15 years ago
hjust 8f2c46f17e Refactoring: use authorize_global instead of the custom authorization for cost_object_controller#index 15 years ago
hjust 0bd6a616c6 Display cost objects tab only if the user has the rights to see them. (refs #16658) 15 years ago
hjust b54b6906d3 Added additional queries to add view extensions only if the costs_module is activated. (refs #2985 on dev.finn.de) 15 years ago
rkh a20039b5de moved controller/views for reports from cost plugin to reports plugin 15 years ago
p.tessenow 02f3c50a53 removed cost_query.rb from redmine_costs - this should belong to our reportign plugin 15 years ago
rkh 2bf8de9052 updating part 2, there we go 15 years ago
rkh 5fe8faae2f updating part 1, stay tuned 15 years ago
hjust 1e090b1589 Removed debug statement 15 years ago
hjust 76d2b35dd4 Fixed: 500 during deletion of s labor_budget_item 15 years ago
hjust efe8ad2fa1 supply required project_id to ajax calls to update budget rows 15 years ago
hjust 1c5dd1b8b9 Fixed i18n translation call with arguments 15 years ago
hjust 60b559e0cd Display unit sums in cost report if possible (fixes #14168) 15 years ago
hjust 110c636449 Fixed: Corrected class for STIed Enumerations 15 years ago
hjust 8b318f474e use limit = per_page_option in the default case (format == nil) 15 years ago
t.felgentreff 3c26bcb839 include helpers to be able to pluralize and format numbers 15 years ago
t.felgentreff 0448fdc45e add hooks for the links and translations 15 years ago
hjust 5533f974a8 Minor currency formatting fixes in text fields for rates 15 years ago
t.felgentreff 7c8c24373c patch format-dependent page limit to work more alike to the issues controller in 0.9 15 years ago