summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Harmonize setting labels (#21421).Jean-Philippe Lang2016-02-052-3/+2
* Security notifications when password or email adress is changed (#21421).Jean-Philippe Lang2016-02-058-2/+106
* Tests broken (#4266).Jean-Philippe Lang2016-01-311-3/+3
* Adds units in history for estimated time (#12456).Jean-Philippe Lang2016-01-311-2/+2
* Adds links to changeset diff on the issue history (#4266).Jean-Philippe Lang2016-01-311-1/+11
* Display the changeset details when the diff is for a single changeset only (#...Jean-Philippe Lang2016-01-311-0/+4
* Locals are not used in the partial (#4266).Jean-Philippe Lang2016-01-312-2/+2
* Adds changeset comments to diff view (#4266).Jean-Philippe Lang2016-01-313-46/+47
* Don't use implicit variables later (#21593).Jean-Philippe Lang2016-01-301-2/+2
* Add class to contextual edit button that relates to heading on wiki pages ().Jean-Philippe Lang2016-01-301-1/+1
* Query project_statement - do not collect ids of subtree (#21611).Jean-Philippe Lang2016-01-301-5/+7
* Wiki lists in the sidebar are broken (#21263).Jean-Philippe Lang2016-01-301-1/+3
* Additional option for USER_FORMAT, #{lastname}#{firstname} without any sperat...Jean-Philippe Lang2016-01-301-3/+8
* Typo: s/creditentials/credentials/ (#21861).Jean-Philippe Lang2016-01-301-1/+1
* Add column `estimated_hours` for CSV import (#21867).Jean-Philippe Lang2016-01-302-0/+7
* 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
* Speeds up the custom field edit view when having hundreds of projects.Jean-Philippe Lang2016-01-211-1/+2
* Speeds up the tracker edit view when having hundreds of projects.Jean-Philippe Lang2016-01-211-1/+2
* Fixed that % done field is shown on issue show subtree even if deactivated fo...Jean-Philippe Lang2016-01-211-1/+1
* Use regular edit/update actions and named routes for JournalsController.Jean-Philippe Lang2016-01-214-22/+23