summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change plugins directory through the configuration.yml file (#24007).Jean-Philippe Lang2016-11-185-4/+26
* Elements are not aligned properly in issues table for some cases (#23979).Jean-Philippe Lang2016-11-181-1/+1
* Removed left-over code comment.Jean-Philippe Lang2016-11-181-1/+1
* Typo in class name (#24150).Jean-Philippe Lang2016-11-181-1/+1
* Project field disappears when target project disallows user to edit the proje...Jean-Philippe Lang2016-11-182-1/+21
* Add tablename to siblings query (#24296).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
* Adds a test for #24297.Jean-Philippe Lang2016-11-181-0/+11
* Show action not allowed for time entries in closed projects (#24297).Jean-Philippe Lang2016-11-181-3/+7
* Setting z-index of project menu drop down to 45, above context menus, below m...Jean-Philippe Lang2016-11-181-1/+1
* 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
* Issue subject is not updated when you select another issue on time entry form...Jean-Philippe Lang2016-11-186-16/+23
* acts_as_versioned use old style (Rails 2.x) of method call for #all (#24348).Jean-Philippe Lang2016-11-181-3/+4
* remove trailing white-spaces from test/fixtures/journals.ymlToshi MARUYAMA2016-11-071-2/+2
* remove trailing white-spaces from test/fixtures/issues.ymlToshi MARUYAMA2016-11-071-51/+51
* Gemfile: pin rdoc version 4Toshi MARUYAMA2016-11-051-1/+1
* Gemfile: pin addressable 2.4.0 if Ruby is 1.9.3Toshi MARUYAMA2016-11-051-0/+1
* Tests broken by r15942 (#8761).Jean-Philippe Lang2016-11-032-3/+3
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-309-10/+82
* 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
* Removes hard-coded border.Jean-Philippe Lang2016-10-291-1/+1
* Enables context menu on My Page for time entries.Jean-Philippe Lang2016-10-291-20/+12
* Don't use a global variable for storing context menu URL.Jean-Philippe Lang2016-10-2913-22/+26
* Project is required.Jean-Philippe Lang2016-10-291-1/+1
* Display hours in block title.Jean-Philippe Lang2016-10-291-8/+6
* Adds icon.Jean-Philippe Lang2016-10-291-1/+1
* Adds #add_block and #remove_block methods.Jean-Philippe Lang2016-10-292-27/+27
* Missing select name.Jean-Philippe Lang2016-10-291-1/+1
* Moves blocks definition to Redmine::MyPage.Jean-Philippe Lang2016-10-297-68/+93
* Use fixed layout and move status to its own column.Jean-Philippe Lang2016-10-292-8/+13
* Use regular icon-* class.Jean-Philippe Lang2016-10-292-15/+4
* Adds helpers for rendering my page blocks.Jean-Philippe Lang2016-10-295-40/+45
* Fix file upload for IE9 (#6719).Jean-Philippe Lang2016-10-231-1/+2
* Cannot set activity to None.Jean-Philippe Lang2016-10-231-2/+0
* 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-233-2/+7
* Add option to set a new version as default directly from New Version page (#2...Jean-Philippe Lang2016-10-233-0/+45
* Option to specify allowed extensions for a file custom field (#6719).Jean-Philippe Lang2016-10-235-9/+78
* Reverts to min-height.Jean-Philippe Lang2016-10-231-1/+1
* Don't query for each role and tracker.Jean-Philippe Lang2016-10-231-2/+2
* Issue custom field form layout.Jean-Philippe Lang2016-10-231-28/+32
* Adds file custom field format (#6719).Jean-Philippe Lang2016-10-2317-77/+607
* Set https back.Jean-Philippe Lang2016-10-201-1/+1
* Use selenium-webdriver 2.Jean-Philippe Lang2016-10-201-2/+2
* Autoloading Redmine::Scm::Adapters::CommandFailed might fail.Jean-Philippe Lang2016-10-202-2/+25
* Role#copy_from should copy managed roles.Jean-Philippe Lang2016-10-203-1/+9
* Fixed that r15668 prevents from setting managed roles.Jean-Philippe Lang2016-10-202-0/+16