Commit Graph

824 Commits (716162a5b9ecfe2a7f0013ed5dfa22171bb5bd86)

Author SHA1 Message Date
Tim Felgentreff 716162a5b9 make simple and detailed table work 13 years ago
Tim Felgentreff 7c5fde8210 remove definition of l() from query utils 13 years ago
Tim Felgentreff 1d05c873e8 fix ReportingHelper definition of l() 13 years ago
jwollert 78288913b5 use our own simple table widget by opening Widget::Table 14 years ago
Tim Felgentreff 564a221000 make saved queries accessible in sidebar 14 years ago
Tim Felgentreff c10a4c58f4 Sort out FIXME. Remove find_optional_project from CostReportsController, it's in ApplicationController since Redmine 1.0 14 years ago
Tim Felgentreff b07e42c428 sort before_filters, hopefully right this time 14 years ago
Tim Felgentreff cb42254f32 deactivate widget cache 14 years ago
Tim Felgentreff d110ee5d73 add fixmes to index.rhtml 14 years ago
Tim Felgentreff 2c2873fe89 cost type tabs now look the same as previously 14 years ago
Tim Felgentreff 336b5d3ae6 make cost type tabs actually work, switching color etc. 14 years ago
Tim Felgentreff c8abe970cf use engine javascript for cost type tabs 14 years ago
Tim Felgentreff 1aca1930da include application helper in reporting helper 14 years ago
Tim Felgentreff 894e170b16 order before_filters 14 years ago
Tim Felgentreff 8ba2b7f383 use our widgets for rendering the cost reports 14 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
Tim Felgentreff 443b7457ef make cost reports controller work with the generic Report::Controller module 14 years ago
Tim Felgentreff 62008dbf76 [DEV #3992][DTAG #2929] Make sure we return strings from the field_representation_map 14 years ago
Wieland Lindenthal 4872833e2b Adding i18n for rows and columns 14 years ago
Jens Ulferts b746308da7 bugfix: link_to_project is already defined in application_helper in 1.1.0 and hence removed from reporting_helper; functionality is equivalent 14 years ago
Tim Felgentreff ef770b3ad8 Revert: (partially) b97be4b (Konstantin Haase) - Move #l from reporting helper to query utils, so it can be used in filters. 14 years ago
Philipp Tessenow 57540d0c5c use text-filter layout for integer-filter to avoid having them rendered as object-filter 14 years ago
Philipp Tessenow dd6b49b4de give operators o,c some labels for translation 14 years ago
Tim Felgentreff f202ffbe45 fix for negative activeRequestCounts 14 years ago
Tim Felgentreff f9207d43d7 to support multiple processes, check update times and size of custom fields in each request and rebuild filters if neccessary 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
Tim Felgentreff cd05cab9df fix for negative activeRequestCounts 14 years ago
jwollert 84a076bb2a have to subclass singleton_val to ensure we end up in the right engine 14 years ago
Philipp Tessenow da3cfdf0c8 use text-filter layout for integer-filter to avoid having them rendered as object-filter 14 years ago
Philipp Tessenow ccd8cb6696 give operators o,c some labels for translation 14 years ago
Tim Felgentreff 2a227f77c1 Revert: (partially) b97be4b (Konstantin Haase) - Move #l from reporting helper to query utils, so it can be used in filters. 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 0d9389ef44 Make sure a negative Ajax.activeRequestCount does not block the apply button. Fixes #3773. 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
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
jwollert 433ee18138 have to use new_report css class now, because that's what it is on the engine-side 14 years ago
Konstantin Haase da0d41ae28 Make sure No Filter has a table_name 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
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