summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white space from app/controllers/files_controller.rbToshi MARUYAMA2017-01-081-1/+1
* Don't preload projects and roles on Principal#memberships association (#23519).Jean-Philippe Lang2017-01-071-1/+1
* Don't redirect to lost password page after login (#13741).Jean-Philippe Lang2017-01-071-1/+1
* Don't render memberships forms, use #edit instead.Jean-Philippe Lang2017-01-072-1/+9
* Wrong activity timezone on user page (#14658).Jean-Philippe Lang2017-01-041-1/+1
* Don't show the "reassign" option when deleting issues from different projects...Jean-Philippe Lang2016-12-311-1/+1
* 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-311-4/+11
* Fixed that project settings should show locked members (#22034).Jean-Philippe Lang2016-12-311-1/+1
* Files REST API (#19116).Jean-Philippe Lang2016-12-211-8/+22
* Sort completed versions in reverse order on the roadmap (#23137).Jean-Philippe Lang2016-12-181-1/+1
* Workflow editing shows statuses of irrelevant roles (#24281).Jean-Philippe Lang2016-12-161-1/+5
* Menu items mapping.Jean-Philippe Lang2016-12-162-1/+2
* Improve custom fields list performance (#24587).Jean-Philippe Lang2016-12-131-0/+2
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-131-13/+18
* Redmine loses filters after deleting a spent time (#14817).Jean-Philippe Lang2016-12-111-1/+1
* Replaces project jump select with custom dropdown (#23310).Jean-Philippe Lang2016-11-261-0/+7
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-1918-0/+19
* Extracts the rendering of related issues to an helper (#3425).Jean-Philippe Lang2016-11-191-0/+2
* Show action not allowed for time entries in closed projects (#24297).Jean-Philippe Lang2016-11-181-3/+7
* Bulk edit for shows activities not available for the time entry's project (#2...Jean-Philippe Lang2016-11-181-2/+5
* Time Entries context menu shows activities not available for the time entry's...Jean-Philippe Lang2016-11-181-2/+5
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-301-0/+11
* Preload project and user.Jean-Philippe Lang2016-10-291-1/+2
* Preload project and user.Jean-Philippe Lang2016-10-291-1/+1
* Preload user.Jean-Philippe Lang2016-10-291-1/+1
* Adds #add_block and #remove_block methods.Jean-Philippe Lang2016-10-291-27/+9
* Moves blocks definition to Redmine::MyPage.Jean-Philippe Lang2016-10-291-28/+9
* Don't bulk edit file custom fields (#6719).Jean-Philippe Lang2016-10-232-2/+2
* Don't bulk edit file custom fields (#6719).Jean-Philippe Lang2016-10-232-2/+2
* Code cleanup.Jean-Philippe Lang2016-10-041-8/+14
* Adds accessors for report_last_commit.Jean-Philippe Lang2016-10-041-23/+1
* Add support for updating attachments over REST API (#22356).Jean-Philippe Lang2016-10-011-1/+21
* Rename AttachmentsController#edit and #update to #edit_all and #update_all (#...Jean-Philippe Lang2016-10-011-5/+7
* Allow to download javascript attachments again (#23376).Jean-Philippe Lang2016-10-011-0/+4
* Bulk edit form not show fields based on target tracker and status (#23755).Jean-Philippe Lang2016-09-031-4/+21
* Adds before_render hook to WikiController#show (#23545).Jean-Philippe Lang2016-09-031-0/+3
* Set user's localization before redirecting (#23346).Jean-Philippe Lang2016-08-311-1/+1
* Enable filtering versions on Project -> Settings -> Versions (#22608).Jean-Philippe Lang2016-08-301-0/+4
* Redirect to referer to preserve pagination and filter.Jean-Philippe Lang2016-08-301-2/+2
* Adds pagination to group list.Jean-Philippe Lang2016-08-301-1/+6
* Adds pagination to admin project list.Jean-Philippe Lang2016-08-302-3/+6
* Creating a wiki page named "Sidebar" without proper permission raises an exce...Jean-Philippe Lang2016-08-301-1/+3
* Test failure (#23410).Jean-Philippe Lang2016-08-201-2/+8
* New "Spent time" menu tab when spent time module is enabled on project (#23311).Jean-Philippe Lang2016-08-201-1/+1
* New issue raises an error if no projects available (#23410).Jean-Philippe Lang2016-08-201-7/+4
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-201-1/+0
* Don't use render :text => "".Jean-Philippe Lang2016-07-214-7/+9
* Don't check that params[:settings] is a Hash.Jean-Philippe Lang2016-07-211-4/+5
* Set preferences with #safe_attributes=.Jean-Philippe Lang2016-07-211-1/+1