summaryrefslogtreecommitdiffstats
path: root/app/views/my/blocks
Commit message (Expand)AuthorAgeFilesLines
* Load queries from the helper.Jean-Philippe Lang2017-03-181-3/+1
* Fix tests (#1565).Jean-Philippe Lang2017-03-161-1/+1
* Use helper methods for rendering blocks.Jean-Philippe Lang2017-03-164-10/+2
* Allow multiple instances of custom queries on My page (#1565).Jean-Philippe Lang2017-03-162-28/+21
* Fix link to issues when displaying a project query (#1565).Jean-Philippe Lang2017-03-151-2/+3
* Move the "Log time" link on My page.Jean-Philippe Lang2017-03-151-1/+1
* Let user display a custom query on "My page" (#1565).Jean-Philippe Lang2017-03-151-0/+26
* Adds titles on icon links.Jean-Philippe Lang2017-03-142-2/+2
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-144-39/+42
* Use explicit url.Jean-Philippe Lang2017-03-131-1/+1
* Adds odd_even class to time entries (#15361).Jean-Philippe Lang2017-01-261-1/+1
* Test failure (#23996).Jean-Philippe Lang2016-11-181-2/+2
* Introduce a setting to change the display format of timespans to h:mm (#23996).Jean-Philippe Lang2016-11-181-2/+2
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-301-5/+24
* 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
* Display hours in block title.Jean-Philippe Lang2016-10-291-8/+6
* Show open issues only in "Reported Issues" on My page (#23472).Jean-Philippe Lang2016-08-311-1/+1
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-072-2/+2
* Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang2016-03-201-2/+2
* Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang2016-01-201-6/+7
* Use the same scope for counting.Jean-Philippe Lang2015-10-213-9/+10
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-231-3/+3
* Adds a link to /time_entries/new from My Page Spent Time block (#17955).Jean-Philippe Lang2014-10-041-0/+6
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-111-1/+1
* User #where instead of :conditions.Jean-Philippe Lang2013-05-182-2/+2
* Moved links to block titles on "My page".Jean-Philippe Lang2013-05-183-26/+16
* Adds a link on "My Page" to view all my spent time (#13157).Jean-Philippe Lang2013-05-181-1/+4
* Adds label_total_time string (#13337).Jean-Philippe Lang2013-03-101-1/+1
* Adds helpers for retrieving my page data.Jean-Philippe Lang2012-12-027-31/+7
* Code cleanup: removed the obsolete with_limit scope.Jean-Philippe Lang2012-08-271-1/+1
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-1/+1
* Fixed that the issue link is escaped on my page spent time (#10991).Jean-Philippe Lang2012-05-251-1/+1
* replace tabs to spaces at app/views/my/blocks/_issuesreportedbyme.html.erbToshi MARUYAMA2011-09-171-5/+5
* replace tabs to spaces at app/views/my/blocks/_timelog.html.erbToshi MARUYAMA2011-09-171-3/+3
* replace tabs to spaces at app/views/my/blocks/_issueswatched.html.erbToshi MARUYAMA2011-09-171-4/+4
* replace tabs to spaces at app/views/my/blocks/_issuesassignedtome.html.erbToshi MARUYAMA2011-09-171-4/+4
* remove trailing white-spaces from app/views/my/blocks/_issuesassignedtome.htm...Toshi MARUYAMA2011-09-141-4/+4
* remove trailing white-spaces from app/views/my/blocks/_issuesreportedbyme.htm...Toshi MARUYAMA2011-09-141-4/+4
* remove trailing white-spaces from app/views/my/blocks/_news.html.erbToshi MARUYAMA2011-09-141-2/+2
* remove trailing white-spaces from app/views/my/blocks/_timelog.html.erbToshi MARUYAMA2011-09-141-1/+1
* rename .rhtml to .html.erb of app/views/my/blocks/_news.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/my/blocks/_issuesreportedbyme.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/my/blocks/_calendar.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/my/blocks/_timelog.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/my/blocks/_documents.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/my/blocks/_issueswatched.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/my/blocks/_issuesassignedtome.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* Include issues asigned to user's groups when using "assigned to me" filter (#...Jean-Philippe Lang2011-07-311-2/+2
* Use HTTP DELETE when deleting a time entry. #6674Eric Davis2010-10-151-1/+1