summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Preload principals.Jean-Philippe Lang2016-06-121-1/+1
* Make Status map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-1/+5
* Don't add the inclusion error when tracker is not set, the blank error is eno...Jean-Philippe Lang2016-06-071-1/+1
* Make Tracker map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-3/+31
* Same permission for editing the issue and its attachments.Jean-Philippe Lang2016-06-061-0/+5
* Always authorize admin users.Jean-Philippe Lang2016-06-061-2/+6
* Adds permission to edit and delete issues by role/tracker (#285).Jean-Philippe Lang2016-06-051-6/+21
* Adds issue visibility by role/tracker (#285).Jean-Philippe Lang2016-06-051-3/+16
* Limit trackers for new issue to certain roles (#7839).Jean-Philippe Lang2016-06-053-7/+69
* Limits the schemes that custom field URL patterns can use (#22925).Jean-Philippe Lang2016-06-011-0/+8
* Adds Issue#allowed_target_trackers (#7839).Jean-Philippe Lang2016-05-302-18/+27
* Code cleanup.Jean-Philippe Lang2016-05-161-1/+1
* Always return an array.Jean-Philippe Lang2016-05-161-4/+2
* Malformed SQL query with SQLServer when grouping and sorting by fixed version...Jean-Philippe Lang2016-05-161-1/+1
* Don't force download of PDF (#22483).Jean-Philippe Lang2016-05-091-0/+4
* Don't send a notification to the dummy email address of the default admin acc...Jean-Philippe Lang2016-05-081-0/+5
* 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