summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Use association instead of a manual JOIN (#21583).Jean-Philippe Lang2016-01-161-2/+2
* Performance in User#roles_for_project (#21582).Jean-Philippe Lang2016-01-161-1/+1
* Can't set parent issue when issue relations among child issues are present (#...Jean-Philippe Lang2016-01-102-101/+54
* Stringify the attribute value before #force_enconding (#21453).Jean-Philippe Lang2016-01-091-1/+1
* LDAP account creation fails when first name/last name contain non ASCII (#214...Jean-Philippe Lang2016-01-091-1/+2
* Closed versions should be marked as completed (#21433).Jean-Philippe Lang2016-01-091-2/+2
* IssuePriority.position_name not recalculated every time it should (#21504).Jean-Philippe Lang2015-12-201-1/+1
* Option to show email adresses by default for new users (#21447).Jean-Philippe Lang2015-12-131-0/+3
* Don't include locked user in assignable users (#21477).Jean-Philippe Lang2015-12-121-1/+1
* Don't include anonymous user in assignable users (#21477).Jean-Philippe Lang2015-12-121-1/+1
* Moved custom fields totals logic to FieldFormat (#21413).Jean-Philippe Lang2015-12-052-16/+8
* Fixed that some mail handler log messages are not prepended with "MailHandler...Jean-Philippe Lang2015-11-141-2/+2
* Calculate done_ratio based on children instead of leaves (#20995).Jean-Philippe Lang2015-11-141-5/+5
* Fixed that Project.uniq.visible errors under certain conditions (#21182).Jean-Philippe Lang2015-11-091-2/+1
* Don't show projects created more than 30 days ago in "Latest projects" (#21148).Jean-Philippe Lang2015-11-081-1/+4
* Don't omit version/category filters if project has no versions/categories.Jean-Philippe Lang2015-11-071-10/+6
* Ability to filter issues blocked by any/no open issues (#16621).Jean-Philippe Lang2015-11-072-3/+8
* Rescue network level errors with LDAP auth (#21137).Jean-Philippe Lang2015-11-071-3/+10
* Don't let users log time on issues they cannot see in their projects (#21150).Jean-Philippe Lang2015-11-041-1/+1
* Files upload restriction by files extensions (#20008).Jean-Philippe Lang2015-11-011-1/+26
* Allow a default version to be set on the command line for incoming emails (#7...Jean-Philippe Lang2015-11-011-1/+1
* Default target version for new issues (#1828).Jean-Philippe Lang2015-11-013-5/+23
* upgrade net-ldap gem to 0.12.0 (#17618)Toshi MARUYAMA2015-10-311-1/+1
* New custom fields of existing issues are not initialized with their default v...Jean-Philippe Lang2015-10-311-1/+1
* find_referenced_issue_by_id fails with RangeError for large numbers (#21071).Jean-Philippe Lang2015-10-291-1/+1
* Adds Enumeration custom field format (#21060).Jean-Philippe Lang2015-10-252-0/+78
* Keep track of valid user sessions (#21058).Jean-Philippe Lang2015-10-242-4/+32
* Don't require category or target version when they are not available (#20583).Jean-Philippe Lang2015-10-241-0/+2
* LDAP filter changed to text (#20929).Jean-Philippe Lang2015-10-211-1/+1
* Raises maximum length of category name to 60 (#20991).Jean-Philippe Lang2015-10-211-1/+1
* Adds week column to time entries list (#20221).Jean-Philippe Lang2015-10-211-0/+1
* Add users to assignee/author filters if they are missing (#3398).Jean-Philippe Lang2015-10-212-1/+13
* Adds a scope to get issues assigned to a user.Jean-Philippe Lang2015-10-211-0/+7
* Do not clear category on project change if category with same exists (#16941).Jean-Philippe Lang2015-10-201-0/+5
* Typo "coma" (#20551).Jean-Philippe Lang2015-10-201-1/+1
* Conditions cleanup.Jean-Philippe Lang2015-10-191-2/+2
* Makes project selection by subaddress optional (#20732).Jean-Philippe Lang2015-10-191-2/+6
* MailHandler: Select project by subaddress (redmine+project@example.com) (#207...Jean-Philippe Lang2015-10-171-1/+17
* Mail Handler: add support for allow_override=all (#20543).Jean-Philippe Lang2015-10-171-5/+8
* Mail handler: no attributes overridable by default (#20543).Jean-Philippe Lang2015-10-171-13/+9
* Activity page to remember user's selection of activities (#1605).Jean-Philippe Lang2015-10-151-0/+3
* Allow issue description to be searchable as a filter (#1159).Jean-Philippe Lang2015-10-151-0/+1
* Reverts r14672, test broken (#1159).Jean-Philippe Lang2015-10-141-1/+0
* Allow issue description to be searchable as a filter (#1159).Jean-Philippe Lang2015-10-141-0/+1
* List custom fields with multiple values set as required by workflow can be bl...Jean-Philippe Lang2015-10-141-1/+1
* Fixes float conversion failures (#1561).Jean-Philippe Lang2015-10-092-10/+13
* Workaround for spent time grouped by project (#1561).Jean-Philippe Lang2015-10-091-1/+9
* Display totals for each group on grouped queries (#1561).Jean-Philippe Lang2015-10-092-49/+92
* Round totals (#1561).Jean-Philippe Lang2015-10-041-2/+2
* Adds options to display totals on the issue list (#1561).Jean-Philippe Lang2015-10-042-4/+75