summaryrefslogtreecommitdiffstats
path: root/app/views/my
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed API key display on my account.Jean-Philippe Lang2012-07-281-2/+2
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-30/+4
* Removes most of the ajax stuff on my page layout.Jean-Philippe Lang2012-07-182-55/+9
* 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
* Use content_tag helper.Jean-Philippe Lang2012-05-131-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-254-4/+4
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-152-0/+14
* Adds specific css class for information in forms.Jean-Philippe Lang2012-02-021-2/+2
* Rails3: view: use explicit post method at my/account.html.erbToshi MARUYAMA2012-01-031-2/+4
* Rails3: view: html_safe for my/page_layout.html.erbToshi MARUYAMA2012-01-011-1/+3
* Explicitly declare all routes and deactivate default route.Etienne Massip2011-12-101-1/+1
* Removed TabularFormBuilder references in views.Jean-Philippe Lang2011-12-091-3/+1
* replace tabs to spaces at app/views/my/_block.html.erbToshi MARUYAMA2011-09-171-2/+2
* replace tabs to spaces at app/views/my/page.html.erbToshi MARUYAMA2011-09-171-18/+18
* 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/page_layout.html.erbToshi MARUYAMA2011-09-171-15/+15
* 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/page.html.erbToshi MARUYAMA2011-09-171-6/+6
* remove trailing white-spaces from app/views/my/page_layout.html.erbToshi MARUYAMA2011-09-171-10/+9
* replace tabs to spaces and remove trailing white-spaces at app/views/my/accou...Toshi MARUYAMA2011-09-161-17/+17
* remove trailing white-spaces from app/views/my/_block.html.erbToshi MARUYAMA2011-09-161-3/+3
* remove trailing white-spaces from app/views/my/account.html.erbToshi MARUYAMA2011-09-141-2/+2
* 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/_sidebar.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/my/password.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/my/_block.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/my/page_layout.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/my/account.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* rename .rhtml to .html.erb of app/views/my/page.rhtml.Toshi MARUYAMA2011-09-011-0/+0
* 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
* Restored error messages on my account.Jean-Philippe Lang2011-07-031-0/+1
* Replaced h3+div with fieldsets on my account and user form.Jean-Philippe Lang2011-07-031-25/+25
* Adds an icon to the change password link.Jean-Philippe Lang2011-07-031-1/+1
* Use link_to_user instead of a manual link in my account sidebar (#8345).Toshi MARUYAMA2011-05-121-1/+1
* HTML escape some user values in account sidebar (#8345).Toshi MARUYAMA2011-05-121-2/+2