Commit Graph

477 Commits (e8a29027137a264c06b1b1c5f5993a57b8372ad5)

Author SHA1 Message Date
Oliver Günther 738b633bc1 Fix specs and cukes of reporting 9 years ago
Jens Ulferts 62cf1a2357 replace n+1 query 9 years ago
Alex Coles 66e5bc9583 Replace .where SQL String in CustomFieldMixin 9 years ago
Alex Coles c126b89f01 [wip] Remove obsolete finder calls in Entry 9 years ago
Alex Coles df4bb1d5e8 Fix further obsolete finders w/cond. in Filters 9 years ago
Jens Ulferts b1b99a298f replace deprecated finder syntax 9 years ago
Jan Sandbrink ce35d8606d replace deprecated find(:all, ...) finders 9 years ago
Alex Coles aa0a2aaf20 Migrate AR finder/query methods in models 9 years ago
Jens Ulferts 76fe0a4f24 remove error prone hashing key and rename methods 9 years ago
Jens Ulferts e721e32266 allows for disabling caching 9 years ago
Jens Ulferts 212f547a8c actually remove all generated classes 9 years ago
Jens Ulferts f815253577 fix bug that would keep last custom field as filter 9 years ago
Jens Ulferts 383028a85d newline where appropriate 9 years ago
Jens Ulferts 7d827dec12 create distinct cache module 9 years ago
Alex Coles 945e3de1bc Teach CostQuery::SqlStatement how to AM::Name 10 years ago
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
Sebastian Schuster 61a8c39ea5 Updated reporting to use reportingengine without openproject namespace 12 years ago
Michael Frister 88723e2f63 Fix creating a CustomField filter class not knowing its name 12 years ago
Sebastian Schuster d7e8428983 Adapted references to reporting_engine as it became a Rails engine 12 years ago
Michael Frister 44d919b9d0 Fix Entry.count and some filter_specs, 11 still failing 12 years ago
Michael Frister a5d4e3644b Entry: fix all method 12 years ago
Michael Frister c8ad0064a3 Remove seemingly unused code that doesn't work anyway 12 years ago
Michael Frister f64a77cbdc Fix some requires for rails3 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 6809ccf1ae destroy private cost queries upon user deletion, reassociate public once to the DeletedUser, remove the deleted user's id from filters in public cost_queries 13 years ago
Jens Ulferts 2ae0236a46 serialize costtypeid so that it can be saved 13 years ago