Commit Graph

4151 Commits (468b5602d17a966a8d827198a298552acccac3ba)

Author SHA1 Message Date
Jean-Philippe Lang 8a8ca40364 Prevents n SQL queries (n = project count) on cross-project issues list. 14 years ago
Konstantin Haase da0d41ae28 Make sure No Filter has a table_name 14 years ago
Tim Felgentreff c2839ec6c8 sql statement needs the explicit table name now 14 years ago
Tim Felgentreff a8c42d33f1 move the default table name to the NoFilter, a class we overwrite, instead of having it in the chainable class, which we usually do not overwrite for custom reports 14 years ago
Gregor Schmidt cf3a41889c People rely on this method raising NotImplementError and working with no arguments 14 years ago
Jean-Philippe Lang df88dc117f Fixed: r4492 breaks the ability to select issue custom fields available for projects issues (#7121). 14 years ago
Tim Felgentreff 265a41eabd ignore 'Is not missing constant Foo' 14 years ago
Konstantin Haase 62c0fc5412 use the correct aggregation mixin 14 years ago
Konstantin Haase 27be921bc9 Make redmine-reporting specs pass again. Apparently filters get initialized first and then sorted correctly, not the other way around. 14 years ago
Konstantin Haase 650303c5e4 Result is a Class now. 14 years ago
Jean-Philippe Lang ac60fc9c1c Refactor and add tests for News #index API (#7072). 14 years ago
Jean-Philippe Lang 0a2ec6ef04 Extracts user groups assignment from controller. 14 years ago
Jean-Philippe Lang e4f319fe61 Validates user's mail_notification and turn options into strings (the attribute type). 14 years ago
Jean-Philippe Lang a4d7a99c22 Declare safe attributes for User and Projects models. 14 years ago
Jean-Philippe Lang 3409333522 Makes issue safe_attributes extensible (#6000). 14 years ago
Tim Felgentreff 7dcaccf37c result needs to be a class for inheritance 14 years ago
Tim Felgentreff 384b18e3a4 self.base? detection didn't work when refining Filter::Base 14 years ago
Tim Felgentreff 21ea743ee2 fix initializer typo 14 years ago
Jean-Philippe Lang 8407db9854 Fixes Changeset#text_tag for numeric scmid (#6681). 14 years ago
Jean-Philippe Lang cd71c1cc0a Do not try to copy relations for issues that could not be copied. 14 years ago
jwollert 03b34ec8f2 need to redefine singleton value because false cannot be inherited without rendering default values unusable 14 years ago
Konstantin Haase 844bce7601 Ignore double base in group bys. 14 years ago
Konstantin Haase 1ef60898b4 Fall back to Report if no subclass is detectable 14 years ago
Jean-Philippe Lang 3e3315c103 Support for updating custom fields using the received custom_fields array (#6345, #6403). 14 years ago
Tim Felgentreff 01f97b2580 copy labels from redmine 14 years ago
Tim Felgentreff d332229537 fix includes and use engine, where appropriate 14 years ago
Tim Felgentreff e5000b64b3 fix typo 14 years ago
Tim Felgentreff 633535c86a remove hack-ish queryutil-overwrite-foo solution 14 years ago
Tim Felgentreff 2e5d94800c replace more references to Report namespace with 'engine' method call 14 years ago
Jean-Philippe Lang b898200803 Select projects with issue_tracking module for gantt display and remove the nil start/due dates trick. 14 years ago
jwollert bd337d33df shouldn't reference Report directly, use engine instead 14 years ago
jwollert 8c9354b2c7 redmine translation moved to redmine plugin 14 years ago
jwollert 679753d743 puts queryutils into nestednamespace 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
Konstantin Haase 1a578d5e25 Remove Report.lookup 14 years ago
Konstantin Haase 11e76fc4f3 Remove Report.lookup 14 years ago
Konstantin Haase 186a244219 Removed some strange code 14 years ago
Konstantin Haase f7386ab5e2 Eager load Operator subclass 14 years ago
Konstantin Haase c54c4b021e Share Operators amongst Reporting subclasses 14 years ago
Konstantin Haase 33917c6212 Better error messages when inheriting from reporting engine 14 years ago
Konstantin Haase bbc7eea78f Don't ask database for empty field names 14 years ago
Konstantin Haase 30d7bc1e43 Rename CustomField filter to CustomFields 14 years ago
jwollert 55a9b67f34 rename yamlized to serialized BECAUSE THAT'S WHAT IT IS, DUDES 14 years ago
Jean-Philippe Lang d7c607fd8b Automatic spent time logging from commit messages (#4155). 14 years ago
Jean-Philippe Lang 7fb0fe2e91 Safer code in IssueRelation (#7018). 14 years ago
Philipp Tessenow 77e3f6c93e some further Report lookup 14 years ago
Jean-Philippe Lang 9284a32c9a Moves project attributes default assignments from ProjectsController#new to the model (#6064). 14 years ago