| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | remove trailing white-spaces from app/views/my/blocks/_news.html.erb | Toshi MARUYAMA | 2011-09-14 | 1 | -2/+2 |
* | remove trailing white-spaces from app/views/my/blocks/_timelog.html.erb | Toshi MARUYAMA | 2011-09-14 | 1 | -1/+1 |
* | rename .rhtml to .html.erb of app/views/my/_sidebar.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/my/password.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/my/_block.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/my/page_layout.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/my/account.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/my/page.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/my/blocks/_news.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/my/blocks/_issuesreportedbyme.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/my/blocks/_calendar.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/my/blocks/_timelog.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/my/blocks/_documents.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/my/blocks/_issueswatched.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/my/blocks/_issuesassignedtome.rhtml. | Toshi MARUYAMA | 2011-09-01 | 1 | -0/+0 |
* | Include issues asigned to user's groups when using "assigned to me" filter (#... | Jean-Philippe Lang | 2011-07-31 | 1 | -2/+2 |
* | Restored error messages on my account. | Jean-Philippe Lang | 2011-07-03 | 1 | -0/+1 |
* | Replaced h3+div with fieldsets on my account and user form. | Jean-Philippe Lang | 2011-07-03 | 1 | -25/+25 |
* | Adds an icon to the change password link. | Jean-Philippe Lang | 2011-07-03 | 1 | -1/+1 |
* | Use link_to_user instead of a manual link in my account sidebar (#8345). | Toshi MARUYAMA | 2011-05-12 | 1 | -1/+1 |
* | HTML escape some user values in account sidebar (#8345). | Toshi MARUYAMA | 2011-05-12 | 1 | -2/+2 |
* | make username a link to their profile page (#8345). | Toshi MARUYAMA | 2011-05-12 | 1 | -1/+1 |
* | Adds colon after label. | Jean-Philippe Lang | 2011-01-15 | 1 | -1/+1 |
* | Removed hardcoded links in my/page_layout (#6839). | Jean-Philippe Lang | 2010-11-07 | 1 | -3/+3 |
* | Use HTTP DELETE when deleting a time entry. #6674 | Eric Davis | 2010-10-15 | 1 | -1/+1 |
* | Allow admins to edit user's email notifications and preferences. #3503 | Eric Davis | 2010-09-28 | 1 | -14/+2 |
* | Converted User#mail_notification from a boolean to a string. | Eric Davis | 2010-09-28 | 1 | -1/+1 |
* | Fixed HTML validation errors | Eric Davis | 2010-06-19 | 1 | -2/+2 |
* | Add the page title when editing /my/page. | Eric Davis | 2010-05-26 | 1 | -0/+1 |
* | Added a missing label to my/page_layout. | Eric Davis | 2010-05-24 | 1 | -0/+1 |
* | Allow AuthSources to control if they allow password changes. | Eric Davis | 2010-05-23 | 1 | -1/+1 |
* | Adds missing thead tags (#5440). | Jean-Philippe Lang | 2010-05-09 | 1 | -2/+2 |
* | Adds named scopes to replace custom finders. | Eric Davis | 2010-03-10 | 1 | -7/+2 |
* | Adds an helper for creating the context menu. | Jean-Philippe Lang | 2010-03-04 | 1 | -7/+1 |
* | Fixed: potential security leak on my page calendar (#4691). | Jean-Philippe Lang | 2010-01-30 | 1 | -1/+1 |
* | Display API key in the sidebar, just below the API key heading. | Jean-Philippe Lang | 2009-12-23 | 2 | -11/+5 |
* | Do not display API key if API is disabled. | Jean-Philippe Lang | 2009-12-23 | 2 | -1/+3 |
* | Fills translations. | Jean-Philippe Lang | 2009-12-23 | 1 | -1/+1 |
* | Added an API token for each User to use when making API requests. (#3920) | Eric Davis | 2009-12-23 | 2 | -2/+32 |
* | Fixes block reordering on my page (#2971). | Jean-Philippe Lang | 2009-12-19 | 1 | -2/+1 |
* | Added :view_my_account_contextual hook. | Eric Davis | 2009-11-25 | 1 | -0/+1 |
* | Refactoring ApplicationHelper#link_to_issue. | Jean-Philippe Lang | 2009-11-14 | 1 | -1/+1 |
* | Adds missing native eol properties. | Jean-Philippe Lang | 2009-09-20 | 1 | -16/+16 |
* | Changed Enumerations to use a Single Table Inheritance | Eric Davis | 2009-05-30 | 1 | -1/+1 |
* | Makes minimum password length configurable. | Jean-Philippe Lang | 2009-04-21 | 1 | -1/+1 |
* | Added several more plugin hooks: | Eric Davis | 2009-03-21 | 1 | -0/+1 |
* | Set sort orders on 'View all issues' links on my page. | Jean-Philippe Lang | 2009-03-17 | 3 | -3/+17 |
* | Makes the 'View all' link on 'Reported issues' list open and closed issues. | Jean-Philippe Lang | 2009-03-17 | 1 | -1/+1 |
* | Adds issue count on assigned and reported 'My page' modules (#2986). | Jean-Philippe Lang | 2009-03-17 | 2 | -5/+7 |
* | Allow underscore in block partial name (#2840). | Jean-Philippe Lang | 2009-02-26 | 1 | -2/+2 |