summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Restrict the length attachment filenames on disk (#24186).Jean-Philippe Lang2016-12-161-1/+1
* Time entry form - limit issue autocomplete to already selected project (#24189).Jean-Philippe Lang2016-12-161-5/+32
* Workflow editing shows statuses of irrelevant roles (#24281).Jean-Philippe Lang2016-12-161-1/+5
* Makes the text "Enable regular expressions" clickable (#5864).Jean-Philippe Lang2016-12-161-1/+4
* Removes gantt and calendar links from the sidebar.Jean-Philippe Lang2016-12-161-7/+0
* Menu items mapping.Jean-Philippe Lang2016-12-162-1/+2
* remove trailing white space from app/models/user_preference.rbToshi MARUYAMA2016-12-141-1/+1
* remove training white space from app/models/user.rbToshi MARUYAMA2016-12-141-1/+1
* remove trailing white space from app/models/role.rbToshi MARUYAMA2016-12-141-1/+1
* remove trailing white space from app/models/issue_relation.rbToshi MARUYAMA2016-12-141-1/+1
* Unarchive link not working for subprojects of closed projects (#24595).Jean-Philippe Lang2016-12-131-2/+10
* Make it work for 0 projects (#24587).Jean-Philippe Lang2016-12-131-1/+1
* Improve custom fields list performance (#24587).Jean-Philippe Lang2016-12-132-1/+3
* Use multipart forms for objects that may have file custom fields (#6719).Jean-Philippe Lang2016-12-1314-14/+14
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-136-23/+83
* Adds a setting to enable/disable formatting of commit messages (#22758).Jean-Philippe Lang2016-12-125-5/+20
* "Clear" button in Spent Time Report tab also clears global filters (#13622).Jean-Philippe Lang2016-12-111-1/+1
* Redmine loses filters after deleting a spent time (#14817).Jean-Philippe Lang2016-12-111-1/+1
* Enforce issue assignee validation (#23921).Jean-Philippe Lang2016-12-102-10/+16
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-0341-51/+57
* Removes calls to #reset_cycle (#15361).Jean-Philippe Lang2016-12-0310-13/+7
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-0341-44/+44
* Use .unscoped when querying and creating builtin objects (#24156).Jean-Philippe Lang2016-12-033-6/+6
* Don't show project column by default when inside a project.Jean-Philippe Lang2016-12-031-1/+5
* Add link to issue list on version estimated time.Jean-Philippe Lang2016-12-031-1/+2
* Sort members on the DB side.Jean-Philippe Lang2016-12-032-1/+8
* Removes test code introduced in r15994.Jean-Philippe Lang2016-11-301-12/+5
* use symbol instead of string for 'position' (#24013)Toshi MARUYAMA2016-11-281-1/+1
* Return false after onclick (#24439).Jean-Philippe Lang2016-11-261-1/+1
* Replaces project jump select with custom dropdown (#23310).Jean-Philippe Lang2016-11-264-17/+51
* Add "Table of contents" heading to toc macro (#23179).Jean-Philippe Lang2016-11-191-1/+1
* Wrong validation introduced in r15989 (#24283).Jean-Philippe Lang2016-11-191-1/+1
* Don't replace the already entered comment when quoting a previous comment.Jean-Philippe Lang2016-11-191-3/+6
* Add length validations for string fields (#24283).Jean-Philippe Lang2016-11-196-1/+7
* Don't return 2 errors when identifier is blank (blank + too short).Jean-Philippe Lang2016-11-191-1/+1
* Move the closed project checkbox out of the sidebar.Jean-Philippe Lang2016-11-191-9/+7
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-1919-9/+21
* View progress bar of related issues (#3425).Jean-Philippe Lang2016-11-191-0/+1
* Extracts the rendering of related issues to an helper (#3425).Jean-Philippe Lang2016-11-193-22/+34
* Use the regular "icon icon-*" in other pages (#24313).Jean-Philippe Lang2016-11-198-9/+10
* Use the regular "icon icon-*" on search results (#24313).Jean-Philippe Lang2016-11-192-2/+2
* Use the regular "icon icon-*" on roadmap (#24313).Jean-Philippe Lang2016-11-181-3/+3
* Use the regular "icon icon-*" on activity view (#24313).Jean-Philippe Lang2016-11-181-1/+1
* Use the regular "icon icon-*" on project overview (#24313).Jean-Philippe Lang2016-11-182-6/+6
* Show the entered value when it's not valid (#23996).Jean-Philippe Lang2016-11-183-3/+3
* Test failure (#23996).Jean-Philippe Lang2016-11-181-2/+2
* Test broken, display hours like in other tables (#23996).Jean-Philippe Lang2016-11-182-4/+4
* Introduce a setting to change the display format of timespans to h:mm (#23996).Jean-Philippe Lang2016-11-189-11/+20
* Project field disappears when target project disallows user to edit the proje...Jean-Philippe Lang2016-11-181-1/+1
* Allow Journal to return empty Array instead nil in Journal#attachments (#24308).Jean-Philippe Lang2016-11-181-1/+1