summaryrefslogtreecommitdiffstats
path: root/app/views/my
Commit message (Expand)AuthorAgeFilesLines
* Makes minimum password length configurable.Jean-Philippe Lang2009-04-211-1/+1
* Added several more plugin hooks:Eric Davis2009-03-211-0/+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
* Allow underscore in block partial name (#2840).Jean-Philippe Lang2009-02-261-2/+2
* 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
* Hide openid stuff on my account if disabled (#699).Jean-Philippe Lang2009-02-121-0/+2
* Added the ability to login via OpenID.Eric Davis2009-02-111-0/+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
* User custom fields can now be set as editable so that users can edit them on ...Jean-Philippe Lang2009-01-171-0/+4
* Rails 2.1.2 deprecations (#2332).Jean-Philippe Lang2008-12-141-1/+1
* 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
* Add a user preference to choose how comments/replies are displayed: in chrono...Jean-Philippe Lang2008-03-051-5/+9
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-101-1/+1
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-022-2/+2
* More detailed html title on several views.Jean-Philippe Lang2007-12-072-0/+4
* Fixed drop down lists overflow on My account.Jean-Philippe Lang2007-12-071-1/+4
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-031-1/+1
* Issue context menu now also available on 'My page'.Jean-Philippe Lang2007-11-241-0/+7
* Removed the 12 characters limit on passwords.Jean-Philippe Lang2007-11-241-1/+1
* * Added time zone support: users can select their time zone on their account ...Jean-Philippe Lang2007-11-191-0/+1
* Removed hard coded string on 'My account'.Jean-Philippe Lang2007-11-121-1/+1
* Added an option on 'My account' for users who don't want to be notified of ch...Jean-Philippe Lang2007-11-121-0/+1
* More flexible mail notifications settings at user level. A user has now 3 opt...Jean-Philippe Lang2007-10-203-37/+53
* 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-222-10/+13
* 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 reset its own RSS access key on "My account".Jean-Philippe Lang2007-08-291-2/+7
* Added the ability to archive projects:Jean-Philippe Lang2007-05-273-3/+3
* Added a DropOut effect when removing a block on my page layout.Jean-Philippe Lang2007-04-301-1/+1
* Added an ajax indicator for all ajax calls. Also removed highlight effects on...Jean-Philippe Lang2007-04-272-23/+11
* 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
* Added some attributes length validations.Jean-Philippe Lang2007-04-021-1/+2
* fixed #9308 table_name pre/suffix supportJean-Philippe Lang2007-03-155-7/+7
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-129-261/+261
* added icons on my/page_layout top right linksJean-Philippe Lang2007-02-051-4/+5
* wrapped javascript with //<![CDATA[ in my/page_layoutJean-Philippe Lang2007-02-051-2/+2
* check that block is defined before rendering it (my/page_layout)Jean-Philippe Lang2007-02-051-3/+6
* check that block is defined before rendering it (my/page)Jean-Philippe Lang2007-02-051-3/+6
* removed underscores in block names (problem with scriptaculous sortables)Jean-Philippe Lang2007-02-053-0/+0
* deprecated start_form_tag replaced by form_tagJean-Philippe Lang2007-01-262-4/+4