Commit Graph

276 Commits (06636cb5c8d8466e66384ae5546f90228aad27eb)

Author SHA1 Message Date
Alex Coles 4c617f5fc1 Prefer #map over #collect 10 years ago
Alex Coles e239e72b1a Normalise syntax with Rubocop 10 years ago
Alex Coles 25b1733356 Use 1.9+ Hash syntax 10 years ago
Alex Coles 356ec0bdee Cleanup whitespace 11 years ago
Sebastian Schuster 3ab122833b Added copyright notices, fixed costs dependency 11 years ago
Sebastian Schuster f370b2bb2f Fixed 500 when work package custom field of type user or version exist. 11 years ago
Sebastian Schuster 4decde8489 Rename IssueCategory to Category 11 years ago
Sebastian Schuster dffa6b188d Added missing constant rename 11 years ago
Sebastian Schuster a5667599d3 Renamed IssueStatus to status 11 years ago
Christian Rijke ff0549fcce Restrict selected columns to the 'entries' sub-query of the reporting query for the reporting query. 11 years ago
Christian Rijke 22e7b3cbdf Fix some renamings and replace .rdoc files with .md files. 11 years ago
Christian Rijke c8e877cbd9 Rename tracker to type. 11 years ago
Christian Rijke febc8cf420 Replace 'issue' with 'work_package'. 11 years ago
Jens Ulferts 7ab195ee20 renames usages of "issue" to "work_package" 12 years ago
Sebastian Schuster ddc9fac602 Replaced "Redmine Admin" with "OpenProject Admin" in user filter 12 years ago
Sebastian Schuster 585f104407 Fixed uninitialized constant exception in development 12 years ago
Christian Rijke a0dcacb06f Also remove inherited base class from filters. 12 years ago
Christian Rijke 1ae7cb36a4 Remove empty subclass 'CostQuery::GroupBy::Base' and inherit from Report::GroupBy::Base instead. 12 years ago
Sebastian Schuster de3acd098f Changed generation of filter and group-by-classes for custom fields to not 12 years ago
Sebastian Schuster 83d55e316c Changed translations to actually translate upon requesting the label 12 years ago
Sebastian Schuster ef843e2d2b Fixed wrong model for activity translation 12 years ago
Sebastian Schuster f14ab7f5df Changed translations within reporting to happen immediately within the filter/group_by and not at the end 12 years ago
Sebastian Schuster 183beae595 Removed some unnecessary requires and moved widgets around so they can 12 years ago
Michael Frister 88723e2f63 Fix creating a CustomField filter class not knowing its name 12 years ago
Jens Ulferts a46d7acc30 removes costs granular_for permission magic 12 years ago
Jens Ulferts 7b70664a50 adapts to changed allowed to condition 12 years ago
Jens Ulferts 547505f7d8 limits entries to those with user_id beeing id of current user for own permission 12 years ago
Jens Ulferts 2ae0236a46 serialize costtypeid so that it can be saved 13 years ago
Philipp Tessenow b7bc2e5108 overwrite Filter.label_for_value method in IssueID Filter for a _much_ faster implementation 13 years ago
Tim Felgentreff 791f403e61 CostTypeIds may possibly be not shown or serialized 13 years ago
Tim Felgentreff bdd63891ba ensure proper rendering of ProjectId#available_values 14 years ago
Tim Felgentreff 7c5fde8210 remove definition of l() from query utils 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
Philipp Tessenow dd6b49b4de give operators o,c some labels for translation 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
jwollert 84a076bb2a have to subclass singleton_val to ensure we end up in the right engine 14 years ago
Philipp Tessenow ccd8cb6696 give operators o,c some labels for translation 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 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 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
Konstantin Haase da0d41ae28 Make sure No Filter has a table_name 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 b140cffb9f need to include QueryUtils some more 14 years ago