summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Adds a specific string for password changed notification (#21421).Jean-Philippe Lang2016-05-081-2/+1
* Simplify User#today (#22320).Jean-Philippe Lang2016-05-071-2/+1
* Fixes Query#date_clause timezone handling (#22320).Jean-Philippe Lang2016-05-071-2/+10
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-076-14/+15
* Filter by issue id (#4806).Jean-Philippe Lang2016-05-062-5/+21
* Adds a method for tracker selection (#22345).Jean-Philippe Lang2016-04-241-0/+10
* CSV import delimiter detection broken (#22583).Jean-Philippe Lang2016-04-241-1/+1
* SQL server: non ASCII filter on text fields does not work (#22405).Jean-Philippe Lang2016-04-241-2/+2
* SQL server: non ASCII filter on issue subject does not work (#22405).Jean-Philippe Lang2016-04-241-2/+2
* Forum list can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-181-1/+1
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-176-25/+30
* Add inline image preview/display for attachments and repository entries (#220...Jean-Philippe Lang2016-04-111-0/+4
* Validate status of users and groups.Jean-Philippe Lang2016-04-113-0/+18
* Code cleanup.Jean-Philippe Lang2016-04-111-5/+3
* Fixed that subtasks lose their custom fields when copying an issue to a diffe...Jean-Philippe Lang2016-04-111-3/+6
* "I don't want to be notified of changes that I make myself" as Default for al...Jean-Philippe Lang2016-04-031-0/+3
* Additional CSS class for version status (#21434).Jean-Philippe Lang2016-03-201-0/+7
* Adds instance name to the security notification subject (#21421).Jean-Philippe Lang2016-03-201-2/+2
* Let the mailer set the email content (#21421).Jean-Philippe Lang2016-03-201-0/+10
* Send a single email to admins like other notifications (#21421).Jean-Philippe Lang2016-03-201-4/+6
* Send a security notification when users gain or loose admin (#21421).Jean-Philippe Lang2016-03-201-1/+30
* Updates copyright for 2016.Jean-Philippe Lang2016-03-1376-76/+76
* Fixed that grouping issue by key/value custom field does not work (#22178).Jean-Philippe Lang2016-03-121-0/+6
* Verify assigned_to_id when assigning safe_attributes (#22127).Jean-Philippe Lang2016-03-121-0/+11
* Private notes get copied without private flag to Duplicate issues (#22072).Jean-Philippe Lang2016-03-121-0/+1
* fix received mail text attachment does not keep original encoding on Ruby >= ...Toshi MARUYAMA2016-03-041-1/+1
* Send a notification when security settings are changed (#21421).Jean-Philippe Lang2016-02-052-0/+33
* Security notifications when password or email adress is changed (#21421).Jean-Philippe Lang2016-02-053-2/+71
* Query project_statement - do not collect ids of subtree (#21611).Jean-Philippe Lang2016-01-301-5/+7
* Additional option for USER_FORMAT, #{lastname}#{firstname} without any sperat...Jean-Philippe Lang2016-01-301-3/+8
* Add column `estimated_hours` for CSV import (#21867).Jean-Philippe Lang2016-01-301-0/+3
* Fixed that moving a wiki page with a child raises an error when target wiki c...Jean-Philippe Lang2016-01-301-1/+1
* Don't check permission to add watchers if no_permission_check option is set (...Jean-Philippe Lang2016-01-221-1/+1
* Add watchers from To and Cc fields in issue replies (#7017).Jean-Philippe Lang2016-01-221-2/+7
* Do not bind when the account contains $login (#21674).Jean-Philippe Lang2016-01-221-1/+1
* Fixed that LDAP does not check the user and password when are defined in the ...Jean-Philippe Lang2016-01-221-1/+6
* Removes attachment from disk after rollback on create (#21125).Jean-Philippe Lang2016-01-211-0/+1
* Only consider open subtasks when computing the priority of a parent issue (#5...Jean-Philippe Lang2016-01-161-2/+4
* Warning "Can't mass-assign protected attributes for IssueRelation: issue_to_i...Jean-Philippe Lang2016-01-161-0/+20
* 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