summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-1923-14/+66
* 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
* Fix icon-news class (#24313).Jean-Philippe Lang2016-11-191-1/+1
* Small improvement (#24313).Jean-Philippe Lang2016-11-191-2/+2
* Use the regular "icon icon-*" in other pages (#24313).Jean-Philippe Lang2016-11-1910-29/+27
* Use the regular "icon icon-*" on search results (#24313).Jean-Philippe Lang2016-11-194-6/+3
* Use the regular "icon icon-*" on roadmap (#24313).Jean-Philippe Lang2016-11-182-5/+3
* Use the regular "icon icon-*" on activity view (#24313).Jean-Philippe Lang2016-11-182-18/+12
* Adds tests for #hours_field (#23996).Jean-Philippe Lang2016-11-181-0/+18
* Use the regular "icon icon-*" on project overview (#24313).Jean-Philippe Lang2016-11-183-12/+7
* Use the regular "icon icon-*" for admin menu links (#24313).Jean-Philippe Lang2016-11-182-28/+29
* Show the entered value when it's not valid (#23996).Jean-Philippe Lang2016-11-184-3/+12
* Test failure (#23996).Jean-Philippe Lang2016-11-181-1/+1
* Test failure (#23996).Jean-Philippe Lang2016-11-181-2/+2
* Test failure (#23996).Jean-Philippe Lang2016-11-181-1/+1
* Test broken, display hours like in other tables (#23996).Jean-Philippe Lang2016-11-182-4/+4
* Adds setting_timespan_format i18n string (#23996).Jean-Philippe Lang2016-11-1846-0/+46
* Introduce a setting to change the display format of timespans to h:mm (#23996).Jean-Philippe Lang2016-11-1815-13/+59
* Code cleanup (#24007).Jean-Philippe Lang2016-11-183-16/+3
* 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