summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make full revision table available on mobile devices (#22336).Jean-Philippe Lang2016-04-031-0/+2
* Sort criteria defined in custom queries are not applied when exporting to CSV...Jean-Philippe Lang2016-04-031-1/+1
* Highlighting of required and read-only custom fields broken in Workflow edito...Jean-Philippe Lang2016-04-031-1/+1
* HTML markup discrepancy ol and ul at app/views/imports/show.html.erb (#22134).Jean-Philippe Lang2016-04-031-1/+1
* Bulk edit form lacks estimated time field (#5156).Jean-Philippe Lang2016-04-031-0/+8
* Fix that AttachmentsController#show don't close the file after reading.Jean-Philippe Lang2016-04-031-2/+2
* "I don't want to be notified of changes that I make myself" as Default for al...Jean-Philippe Lang2016-04-031-0/+3
* Remove pagination on trackers, roles and issue statuses (#12909).Jean-Philippe Lang2016-03-206-22/+8
* Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang2016-03-2014-40/+64
* Additional CSS class for version status (#21434).Jean-Philippe Lang2016-03-203-2/+9
* 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-203-12/+12
* 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
* Handle search pagination with the REST API (#6277).Jean-Philippe Lang2016-03-192-5/+13
* REST API for Search (#6277).Jean-Philippe Lang2016-03-192-1/+17
* Add id to query create and edit form to ease theme (#22277).Jean-Philippe Lang2016-03-192-2/+2
* Add additional markup to page_header_title to enable better styling (#21947).Jean-Philippe Lang2016-03-191-2/+7
* Add id and class for easier styling of query filters (#22018).Jean-Philippe Lang2016-03-194-9/+9
* Total spent hours and estimated hours need to be get via REST (#21757).Jean-Philippe Lang2016-03-191-1/+5
* Previous/next links may be lost after editing the issue (#14462).Jean-Philippe Lang2016-03-192-13/+34
* Add status, assigned_to and done_ratio classes to issue subtasks (#21776).Jean-Philippe Lang2016-03-151-3/+3
* Use protocol-relative URL for gravatars (#21855).Jean-Philippe Lang2016-03-151-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-13170-170/+170
* Set font size in email notifications (#21487).Jean-Philippe Lang2016-03-131-3/+4
* 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
* Adds query params as hidden field tags to the CSV export form (#22108).Jean-Philippe Lang2016-03-122-2/+34
* Private notes get copied without private flag to Duplicate issues (#22072).Jean-Philippe Lang2016-03-121-0/+1
* remove trailing white space from app/views/layouts/base.html.erbToshi MARUYAMA2016-03-051-1/+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-055-4/+60