Commit Graph

3721 Commits (cc935aefd80c57ada2ad951758c92a3510d8d486)

Author SHA1 Message Date
Gregor Schmidt 5eacc58df7 Not using inheritable namespace for rails 3 apps 14 years ago
Jean-Philippe Lang ce8113dea2 Additional roles of a user who belongs to a group are not always copied when copying the project (#7213). 14 years ago
Toshi MARUYAMA 2e1bcb2abf Changing revision label and identifier at SCM adapter level (#3724, #6092) 14 years ago
Toshi MARUYAMA 2ae2d3ef83 Fixed: repository: mercurial: sort changesets by revision (#3449, #3567). 14 years ago
Jean-Philippe Lang ad727d3781 Fixes utf8 conversions with ruby1.9. 14 years ago
Jean-Philippe Lang 44ffc5a336 Remove the limitation on characters that can be used in custom_field, issue_status, role, tracker, user names (#5152). 14 years ago
Jean-Philippe Lang 03d4ecbbff Fixed: CLI-supplied defaults should not be applied when replying to an issue (#7195). 14 years ago
Jean-Philippe Lang 21c0b868ae Fixed: Tracker reset to default when replying to an issue email (#7197). 14 years ago
Jean-Philippe Lang df9ea24136 Makes Version#start_date return the minimum start_date of its issues. 14 years ago
Gregor Schmidt b0c2c1a1af Replacing Kernel#returning with Object#tap to avoid deprec warnings 14 years ago
Philipp Tessenow 69e28a343b assign a default label for chainables 14 years ago
Jean-Philippe Lang 703b0ec422 Fixed: 500 error on issue query grouped by a custom field that was deleted (#7144). 14 years ago
Gregor Schmidt 114ea9e561 fixing warnings 14 years ago
Tim Felgentreff fee9b1d0e3 make the singleton value group by shipped with the engine actually work 14 years ago
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