1595 Commits (f99535bba2840b141a6f836e152397bc706ddeb4)

Author SHA1 Message Date
  Jean-Philippe Lang f99535bba2 "Parent task is invalid" while editing child issues with restricted Issues Visibility (#12851). 11 years ago
  Jean-Philippe Lang 5741d007f6 Code cleanup. 11 years ago
  Jean-Philippe Lang 48fb02e383 Split "Manage documents" permission into create, edit and delete permissions (#12401). 11 years ago
  Jean-Philippe Lang e224d50408 Removed useless require 'iconv' (#12787). 11 years ago
  Jean-Philippe Lang e18d0e268d Makes issue custom fields available as timelog columns (#1766). 11 years ago
  Jean-Philippe Lang 14b09361e4 Adds issue custom fields to time entries filters (#10191). 11 years ago
  Jean-Philippe Lang e396a0eebe Copyright for 2013 (#12788). 11 years ago
  Jean-Philippe Lang 5c1039a69e Ability to uncheck "Multiple values" for existing custom fields (#12251). 11 years ago
  Jean-Philippe Lang 8ee0b52d59 Gantt perf: fixed that Project#start_date and #due_date run way too much queries. 11 years ago
  Toshi MARUYAMA 4bc2805c4a remove trailing white-spaces from app/models/mail_handler.rb 11 years ago
  Jean-Philippe Lang 45c93340b7 Negative estimated hours should not be valid (#12735). 11 years ago
  Jean-Philippe Lang 3e14c3017c Adds a custom validator for dates (#12736). 11 years ago
  Jean-Philippe Lang 9adb0c61a9 Make sure that dates are stored as YYYY-MM-DD in journal details (#12713). 11 years ago
  Jean-Philippe Lang 9a66463ff8 Prevent sqlserver adapter from breaking the sub-query (#12713). 11 years ago
  Jean-Philippe Lang a8083fb9a8 Pass the order option as an array to satisfy sqlserver adapter (#12713). 11 years ago
  Jean-Philippe Lang 9613a13b10 Deprecates Version#*_pourcent in favour of #*_percent (#12724). 11 years ago
  Jean-Philippe Lang 77f6b404fa Make sure we don't cast an empty string to numeric (#12713). 11 years ago
  Jean-Philippe Lang d82159bcf5 Use joins instead of sub-queries in group by/sort by when using custom fields (#12713). 11 years ago
  Jean-Philippe Lang 049eaeb776 Repository changesets are already sorted by committed_on DESC (#12713). 11 years ago
  Jean-Philippe Lang 8b08c1a534 Prevents position to be specified more than once in the order by list which is not supported by SQLServer (#12713). 11 years ago
  Jean-Philippe Lang dd7d54b3a1 SQLServer: rule is a reserved keyword (#12713). 11 years ago
  Jean-Philippe Lang 0135dc504a SQLServer: The size (60) given to the type 'decimal' exceeds the maximum allowed (#12713). 11 years ago
  Jean-Philippe Lang 64b98928c9 Typo in app/models/tracker.rb (#12707). 11 years ago
  Jean-Philippe Lang 7b8ebb7e3f Auto-populate fields while creating a new user with LDAP (#10286). 11 years ago
  Jean-Philippe Lang bda9b98a56 Code cleanup, use named routes. 11 years ago
  Toshi MARUYAMA b4aab7b375 remove trailing white-spaces from app/models/issue_relation.rb 11 years ago
  Jean-Philippe Lang c93fccc84a Code cleanup. 11 years ago
  Jean-Philippe Lang 0a773bcbb3 Fixed that validation fails when receiving an email with list custom fields (#12400). 11 years ago
  Jean-Philippe Lang c99b638d61 Store attachments in subdirectories (#5298). 11 years ago
  Jean-Philippe Lang 228414f777 Moved IssueRelations to IssueRelation::Relations. 11 years ago
  Jean-Philippe Lang ef25210aca Merged ajax_upload branch (#3957). 11 years ago
  Jean-Philippe Lang 0ce6eb9285 Makes time entry custom fields available for display on the time entries list (#1766). 11 years ago
  Jean-Philippe Lang 60088ed5a3 Adds filters for custom fields related to the project and user of time entries (#10191). 11 years ago
  Jean-Philippe Lang 9dc07d4790 Adds filters for regular/custom fields to the time entries list/report (#10191). 11 years ago
  Jean-Philippe Lang 093ecdfc73 Fixed syntax for ruby1.8. 11 years ago
  Jean-Philippe Lang f8895a7cdd Adds TimeEntryQuery for listing time entries. 11 years ago
  Jean-Philippe Lang 10998c9bae Moved build_query_from_params helper to Query#build_from_params. 11 years ago
  Jean-Philippe Lang eb1829e739 Moves issue specific code to IssueQuery. 11 years ago
  Jean-Philippe Lang ab066317e6 Adds STI to Query model. Issue queries are now IssueQuery instances. 11 years ago
  Jean-Philippe Lang fb9a87f53e Use inheritable class attributes in Query model. 11 years ago
  Jean-Philippe Lang 0bd70d4680 Use \A and \z in validation regexps. 11 years ago
  Jean-Philippe Lang 147e7a8d61 Use \A and \z in validation regexps. 11 years ago
  Jean-Philippe Lang 4c6dfdf95f Cleanup dependencies in Project model. 11 years ago
  Jean-Philippe Lang df0b91e238 Moved user status constants to Principal model. 11 years ago
  Jean-Philippe Lang 0e30724d66 Group events in the activity view (#12542). 11 years ago
  Jean-Philippe Lang 7222e4012d Rewrites named scopes with ARel queries. 11 years ago
  Jean-Baptiste Barth 4896d5c7e8 Use lambda form in model scopes (#12499) 11 years ago
  Jean-Philippe Lang 8201761e77 Adds an option for displaying the issue description on the issue list (#3447). 11 years ago
  Toshi MARUYAMA ee7685670d remove trailing white-space from app/models/issue_category.rb 11 years ago
  Jean-Philippe Lang 33549495c9 Code cleanup. 11 years ago