summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Adds a flash message when deleting a board (#24535).Jean-Philippe Lang2017-01-081-1/+3
* Issue destroy : Reassign time issue autocomplete (#24692).Jean-Philippe Lang2017-01-081-0/+1
* Remove iteration in ApplicationHelper#syntax_highlight_lines (#24713).Jean-Philippe Lang2017-01-081-3/+1
* Adds a tooltip to cells on workflow page (#12598).Jean-Philippe Lang2017-01-082-5/+10
* remove trailing white space from app/controllers/files_controller.rbToshi MARUYAMA2017-01-081-1/+1
* remove trailing white space from app/models/version.rbToshi MARUYAMA2017-01-081-1/+1
* Preload :roles for displaying user memberships (#23519).Jean-Philippe Lang2017-01-071-1/+1
* Don't destructively insert builtin_role into roles (#23519).Jean-Philippe Lang2017-01-071-3/+2
* Reset #roles on reload (#23519).Jean-Philippe Lang2017-01-071-0/+1
* Don't preload projects and roles on Principal#memberships association (#23519).Jean-Philippe Lang2017-01-074-8/+11
* More readable regexp for parse_redmine_links (#24382).Jean-Philippe Lang2017-01-071-2/+47
* Don't redirect to lost password page after login (#13741).Jean-Philippe Lang2017-01-071-1/+1
* Sort user memberships by project.Jean-Philippe Lang2017-01-072-2/+8
* Don't render memberships forms, use #edit instead.Jean-Philippe Lang2017-01-0712-51/+84
* Wrong activity timezone on user page (#14658).Jean-Philippe Lang2017-01-041-1/+1
* Missing "next" pagination link when looking at yesterday's activity (#18399).Jean-Philippe Lang2017-01-041-1/+1
* Validate length of custom field regexp (#24283).Jean-Philippe Lang2017-01-041-1/+1
* Updates year in footer.Jean-Philippe Lang2017-01-041-1/+1
* Speeds up Project.allowed_to_condition for users who belong to hundreds of pr...Jean-Philippe Lang2017-01-032-21/+40
* Speeds up rendering of the project list for users who belong to hundreds of p...Jean-Philippe Lang2017-01-031-2/+12
* Unneeded assignment (#24693).Jean-Philippe Lang2016-12-311-1/+1
* Don't show the "reassign" option when deleting issues from different projects...Jean-Philippe Lang2016-12-312-1/+3
* Update project_id column in case some time entries were on subtasks of differ...Jean-Philippe Lang2016-12-311-1/+1
* Handle time entries on subtasks and prevent from reassigning an issue that is...Jean-Philippe Lang2016-12-312-4/+20
* Don't load Member#user, use #principal instead.Jean-Philippe Lang2016-12-311-1/+1
* Fixed that project settings should show locked members (#22034).Jean-Philippe Lang2016-12-312-2/+2
* Don't reload attachments if they are already loaded.Jean-Philippe Lang2016-12-311-1/+6
* Files REST API (#19116).Jean-Philippe Lang2016-12-213-20/+55
* Prevent parent issue from being closed if a child issue is open (#10989).Jean-Philippe Lang2016-12-211-1/+9
* Rename "issue" to "item" in query helpers (#24643).Jean-Philippe Lang2016-12-201-16/+16
* Typo: s/changset-comments/changeset-comments/ (#22758, #24604).Jean-Philippe Lang2016-12-182-2/+2
* Show an error message when changing an issue's project fails due to errors in...Jean-Philippe Lang2016-12-181-0/+1
* Sort completed versions in reverse order on the roadmap (#23137).Jean-Philippe Lang2016-12-181-1/+1
* Make the email notifications for adding/updating issues more readable/clear (...Jean-Philippe Lang2016-12-163-6/+16
* 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