summaryrefslogtreecommitdiffstats
path: root/app/views/my/blocks
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds missing thead tags (#5440).Jean-Philippe Lang2010-05-091-2/+2
* Adds named scopes to replace custom finders.Eric Davis2010-03-101-7/+2
* Fixed: potential security leak on my page calendar (#4691).Jean-Philippe Lang2010-01-301-1/+1
* Refactoring ApplicationHelper#link_to_issue.Jean-Philippe Lang2009-11-141-1/+1
* Adds missing native eol properties.Jean-Philippe Lang2009-09-201-16/+16
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-1/+1
* Set sort orders on 'View all issues' links on my page.Jean-Philippe Lang2009-03-173-3/+17
* Makes the 'View all' link on 'Reported issues' list open and closed issues.Jean-Philippe Lang2009-03-171-1/+1
* Adds issue count on assigned and reported 'My page' modules (#2986).Jean-Philippe Lang2009-03-172-5/+7
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+2
* Link to watched issues list on my page.Jean-Philippe Lang2009-02-121-1/+1
* Typos/fixes in views (#2654).Jean-Philippe Lang2009-02-031-1/+1
* Fixed that 'My page' blocks may display issues that the user is no longer all...Jean-Philippe Lang2009-01-273-6/+6
* Fixed: document listing shows on "my page" when viewing documents is disabled...Jean-Philippe Lang2008-08-261-2/+3
* Add a time tracking block for 'My page' (#615).Jean-Philippe Lang2008-03-161-0/+52
* Calendar:Jean-Philippe Lang2007-10-071-44/+5
* Issues sorted by priority position.Jean-Philippe Lang2007-10-041-2/+2
* Application layout refactored.Jean-Philippe Lang2007-09-221-2/+2
* Added 'reported by me' and 'assigned to me' issue feeds on 'My page'.Jean-Philippe Lang2007-08-312-0/+14
* Added a cross-project issue list. It displays the issues of all the projects ...Jean-Philippe Lang2007-08-312-4/+4
* Added the ability to archive projects:Jean-Philippe Lang2007-05-273-3/+3
* Added a new block available for my page: "Watched issues"Jean-Philippe Lang2007-04-211-0/+10
* Removed some spaces before argument parentheses.Jean-Philippe Lang2007-04-201-1/+1
* Closed issues no longer displayed on "my page" -> "issues assigned to me".Jean-Philippe Lang2007-04-111-1/+1
* Added link_to_issue helper.Jean-Philippe Lang2007-04-071-1/+1