summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Handle the case of none existing enumerations using no-data blocks (#24776).Jean-Philippe Lang2017-01-141-0/+2
* Add 'icon' and 'icon-add' classes to new enum links (#24776).Jean-Philippe Lang2017-01-141-1/+1
* Move 'New enumeration' links to above the item tables (#24776).Jean-Philippe Lang2017-01-141-2/+3
* Remove superfluous spaces before colon (#24720).Jean-Philippe Lang2017-01-142-2/+2
* Add nbsp below project settings version filter section (#24720).Jean-Philippe Lang2017-01-141-0/+1
* Move 'New ...' links to above item tables in project settings (#24720).Jean-Philippe Lang2017-01-144-12/+12
* Don't always load data that is for html response only.Jean-Philippe Lang2017-01-141-5/+4
* Let user always see his private notes (#17632).Jean-Philippe Lang2017-01-142-7/+8
* Moves journals selection to Issue#visible_journals_with_index (#17632).Jean-Philippe Lang2017-01-142-12/+22
* Adds settings to make the issue and/or comment fields mandatory for time logs...Jean-Philippe Lang2017-01-124-2/+15
* Don't compare timestamps with 0, triggers SQL errors with PostgreSQL (#10840).Jean-Philippe Lang2017-01-121-4/+3
* Allow "stay logged in" from multiple browsers (#10840).Jean-Philippe Lang2017-01-121-4/+56
* Don't preload custom field filter values (#24787).Jean-Philippe Lang2017-01-121-5/+0
* Adds a link to all projects in the jump drop down (#23310).Jean-Philippe Lang2017-01-103-2/+9
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-095-114/+162
* 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