summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for attaching file to WIKI pages by REST API (#14830).Jean-Philippe Lang2016-05-161-1/+1
* Include private_notes property in xml/json Journals output (#20985).Jean-Philippe Lang2016-05-161-0/+1
* Don't force download of PDF (#22483).Jean-Philippe Lang2016-05-093-2/+22
* Restores the "New issue" tab in the project menu and makes it optional (#6204).Jean-Philippe Lang2016-05-092-0/+12
* Don't send a notification to the dummy email address of the default admin acc...Jean-Philippe Lang2016-05-081-0/+5
* Include value and label of possible values in custom fields API (#22745).Jean-Philippe Lang2016-05-081-0/+1
* Adds a specific string for password changed notification (#21421).Jean-Philippe Lang2016-05-081-2/+1
* Show attachment view even is no preview is available (#22482).Jean-Philippe Lang2016-05-082-1/+4
* Add view for "no preview" repository files (#22482).Jean-Philippe Lang2016-05-083-14/+19
* Add styles for pre in email notifications (#22693).Jean-Philippe Lang2016-05-081-0/+11
* 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-0718-29/+31
* Use HTML5 date input fields instead of text fields with jquery ui date picker...Jean-Philippe Lang2016-05-077-9/+9
* Remove open issues filter in context menu shortcut (#4806).Jean-Philippe Lang2016-05-061-1/+1
* Filter by issue id (#4806).Jean-Philippe Lang2016-05-063-5/+26
* Adds edit links on the roadmap (#22756).Jean-Philippe Lang2016-05-061-0/+5
* Adds a method for tracker selection (#22345).Jean-Philippe Lang2016-04-242-1/+11
* Do not propose trackers which disallow parent_issue_id for new child issues (...Jean-Philippe Lang2016-04-242-2/+2
* CSV import delimiter detection broken (#22583).Jean-Philippe Lang2016-04-241-1/+1
* Add styles for blockquote in email notifications (#22309).Jean-Philippe Lang2016-04-241-0/+2
* Change "Related issues" label for generic grouped query filters (#22147).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
* Don't show non member and anonymous groups in filter.Jean-Philippe Lang2016-04-231-1/+1
* Adds "New wiki page" link to create a new wiki page (#5536).Jean-Philippe Lang2016-04-228-2/+74
* Adds a "New issue" link on the global issue list (#6204).Jean-Philippe Lang2016-04-192-2/+10
* Removed the "New issue" menu item (#6204).Jean-Philippe Lang2016-04-192-6/+11
* Removed JQuery UI classes.Jean-Philippe Lang2016-04-191-1/+1
* Adds a title on the sort handle (#12909).Jean-Philippe Lang2016-04-191-1/+2
* Restyles the sort handle(#12909).Jean-Philippe Lang2016-04-191-1/+1
* Deprecates unused stuff (#12909).Jean-Philippe Lang2016-04-181-0/+3
* Forum list can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-185-26/+49
* Lists can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-1712-40/+103
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-176-25/+30
* Support for deleting attachments via API (#14828).Jean-Philippe Lang2016-04-121-1/+2
* Whitespace only change (#22058).Jean-Philippe Lang2016-04-111-1/+1
* Add inline image preview/display for attachments and repository entries (#220...Jean-Philippe Lang2016-04-117-2/+18
* Whitespace only change (#22058).Jean-Philippe Lang2016-04-112-10/+10
* Reduce view code duplication by using a nested layout for file rendering (#22...Jean-Philippe Lang2016-04-113-29/+19
* 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
* Watched issues count on "My page" is shown for all issues instead of only ope...Jean-Philippe Lang2016-04-091-1/+1
* Preload project when possible (#5754).Jean-Philippe Lang2016-04-091-1/+6
* Don't reject users that already watch one of the objects (#5754).Jean-Philippe Lang2016-04-091-2/+2
* Use named route.Jean-Philippe Lang2016-04-091-1/+1
* Allow addition of watchers via bulk edit context menu (#5754).Jean-Philippe Lang2016-04-097-32/+65