summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Project field disappears when target project disallows user to edit the proje...Jean-Philippe Lang2016-11-181-1/+1
* Issue subject is not updated when you select another issue on time entry form...Jean-Philippe Lang2016-11-183-9/+9
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-302-5/+27
* 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-299-13/+15
* 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
* Moves blocks definition to Redmine::MyPage.Jean-Philippe Lang2016-10-291-6/+3
* Use fixed layout and move status to its own column.Jean-Philippe Lang2016-10-291-8/+8
* Adds helpers for rendering my page blocks.Jean-Philippe Lang2016-10-293-40/+6
* Cannot set activity to None.Jean-Philippe Lang2016-10-231-2/+0
* Add option to set a new version as default directly from New Version page (#2...Jean-Philippe Lang2016-10-231-0/+3
* Option to specify allowed extensions for a file custom field (#6719).Jean-Philippe Lang2016-10-231-0/+4
* 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-235-26/+55
* Do not hide estimated_hours when field is not disabled (#24015).Jean-Philippe Lang2016-10-101-3/+1
* Don't show an empty table.Jean-Philippe Lang2016-10-092-1/+9
* Use #link_to_user (#23998).Jean-Philippe Lang2016-10-091-1/+1
* Adds link to author in revisions list (#23998).Jean-Philippe Lang2016-10-091-1/+1
* Reduce max height of issue description textarea from 100 to 20 (#23840).Jean-Philippe Lang2016-10-021-1/+1
* Rename AttachmentsController#edit and #update to #edit_all and #update_all (#...Jean-Philippe Lang2016-10-011-0/+0
* Set user-scalable=no in viewport meta tag (#23883).Jean-Philippe Lang2016-10-011-1/+1
* Bulk edit form not show fields based on target tracker and status (#23755).Jean-Philippe Lang2016-09-031-2/+4
* Sudo-Mode refinements (#23587).Jean-Philippe Lang2016-09-031-1/+1
* Render custom values of enumeration objects in API requests (#22795).Jean-Philippe Lang2016-09-031-0/+1
* Adds Check/Uncheck all on user groups.Jean-Philippe Lang2016-09-011-1/+4
* Display groups on multiple columns.Jean-Philippe Lang2016-09-011-1/+1
* Don't show "status" field when creating a new version (#23377).Jean-Philippe Lang2016-08-311-1/+3
* Show open issues only in "Reported Issues" on My page (#23472).Jean-Philippe Lang2016-08-311-1/+1
* Show message for empty results on time entries.Jean-Philippe Lang2016-08-301-1/+3
* Return attachment id in api response to attachment upload (#23566).Jean-Philippe Lang2016-08-301-0/+1
* Show revision details using the same structure and look from the journals det...Jean-Philippe Lang2016-08-301-21/+16
* Enable filtering versions on Project -> Settings -> Versions (#22608).Jean-Philippe Lang2016-08-302-4/+15
* Adds name filter on group list.Jean-Philippe Lang2016-08-301-0/+11
* Adds pagination to group list.Jean-Philippe Lang2016-08-301-0/+3
* Adds pagination to admin project list.Jean-Philippe Lang2016-08-301-1/+2
* User preference for monospaced / variable-width font in textareas (#23653).Jean-Philippe Lang2016-08-301-0/+1
* Disable "Select project modules" permission does not apply to the new project...Jean-Philippe Lang2016-08-301-1/+1
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-201-1/+1
* Changes required by functional tests updates.Jean-Philippe Lang2016-07-212-2/+4
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-183-2/+4
* Don't respond with the error template when annotate is not available.Jean-Philippe Lang2016-07-171-1/+4
* Use named route.Jean-Philippe Lang2016-07-161-2/+2
* Ability to delete multiple attachments while updating an issue (#13072).Jean-Philippe Lang2016-07-131-2/+22
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-136-107/+89
* Adds a link to spent time on version details (#13558).Jean-Philippe Lang2016-07-131-1/+2
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-123-9/+5