summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Removes a call to alias_method_chain.Jean-Philippe Lang2016-07-141-4/+2
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-147-11/+11
* Ability to delete multiple attachments while updating an issue (#13072).Jean-Philippe Lang2016-07-131-1/+16
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-133-7/+28
* Adds a version filter on time entries (#13558).Jean-Philippe Lang2016-07-132-2/+26
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-122-1/+22
* Adds scopes for retrieving the appropriate queries (#14790).Jean-Philippe Lang2016-07-121-0/+7
* Pull up query visibility methods.Jean-Philippe Lang2016-07-113-51/+65
* Makes QueriesController able to handle other Query subclasses.Jean-Philippe Lang2016-07-111-0/+2
* Wrap journal attributes with a journal parameter and use safe_attributes (#22...Jean-Philippe Lang2016-07-101-0/+7
* Adds attachments accessor to WikiContent::Version (#23242).Jean-Philippe Lang2016-07-091-0/+4
* 2 spaces instead of a tab.Jean-Philippe Lang2016-07-021-1/+1
* Group versions by status in issue filters (#10412).Jean-Philippe Lang2016-07-022-1/+12
* Assignable users should not include users that cannot view the tracker (#23172).Jean-Philippe Lang2016-06-283-3/+21
* Ability to define a default assigned_to when receiving emails (#23020).Jean-Philippe Lang2016-06-181-1/+1
* Preload issue status when displaying activity.Jean-Philippe Lang2016-06-181-1/+1
* Limits the tracker list in filters and issue counts (#285).Jean-Philippe Lang2016-06-183-11/+42
* 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