| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r2109, r2118, r2130, r2131, r2134, r2135, r2136 and r2139 to r2145 fro... | Jean-Philippe Lang | 2008-12-19 | 1 | -1/+1 |
* | Merged r2119 to r2127 from trunk. | Jean-Philippe Lang | 2008-12-14 | 1 | -0/+5 |
* | Replaces User.find_active with a named scope. | Jean-Philippe Lang | 2008-11-30 | 1 | -12/+3 |
* | Fixes #2170: user display format in application settings broken by r2010. | Jean-Philippe Lang | 2008-11-13 | 1 | -1/+5 |
* | Sort users by their display names so that user dropdown lists are sorted alph... | Jean-Philippe Lang | 2008-11-11 | 1 | -9/+8 |
* | Maps repository users to Redmine users (#1383). | Jean-Philippe Lang | 2008-11-10 | 1 | -0/+1 |
* | Template error when user's timezone isn't set and UTC timestamps are used (#1... | Jean-Philippe Lang | 2008-09-11 | 1 | -1/+1 |
* | Adds cross-project time reports support (#994). | Jean-Philippe Lang | 2008-08-31 | 1 | -1/+1 |
* | Fixed: invalid SQL query on User#destroy (#1781). | Jean-Philippe Lang | 2008-08-25 | 1 | -1/+2 |
* | Removed unused exception definition (r1678). | Jean-Philippe Lang | 2008-07-22 | 1 | -2/+0 |
* | Improved on-the-fly account creation. If some attributes are missing (eg. not... | Jean-Philippe Lang | 2008-07-19 | 1 | -9/+6 |
* | Adds links to the user page on various views. | Jean-Philippe Lang | 2008-07-16 | 1 | -0/+4 |
* | Custom fields refactoring: most of code moved from controllers to models (usi... | Jean-Philippe Lang | 2008-06-27 | 1 | -2/+6 |
* | Allow dot in firstnames and lastnames (closes #1426). | Jean-Philippe Lang | 2008-06-17 | 1 | -1/+1 |
* | Fixed: non member or anonymous permissions change is effective only after an ... | Jean-Philippe Lang | 2008-05-22 | 1 | -2/+1 |
* | Better error message and AR errors in log for failed LDAP on-the-fly user cre... | Jean-Philippe Lang | 2008-04-13 | 1 | -4/+9 |
* | Global queries can be saved from the global issue list (follows r1311 and clo... | Jean-Philippe Lang | 2008-03-30 | 1 | -11/+20 |
* | Prevent LDAP authentication with empty password related problems. | Jean-Philippe Lang | 2008-03-12 | 1 | -0/+2 |
* | Add a user preference to choose how comments/replies are displayed: in chrono... | Jean-Philippe Lang | 2008-03-05 | 1 | -0/+4 |
* | User display format is now configurable in administration settings. | Jean-Philippe Lang | 2008-01-25 | 1 | -3/+18 |
* | Prevent 'has already been taken' error messages for user login and email if t... | Jean-Philippe Lang | 2008-01-06 | 1 | -1/+2 |
* | 'Assigned to' drop down list is now sorted by user's lastname. | Jean-Philippe Lang | 2007-12-01 | 1 | -1/+1 |
* | Slight optimization in User#role_for_project. | Jean-Philippe Lang | 2007-11-24 | 1 | -7/+9 |
* | Removed the 12 characters limit on passwords. | Jean-Philippe Lang | 2007-11-24 | 1 | -2/+1 |
* | Anonymous users can now be allowed to create, edit, comment issues, comment n... | Jean-Philippe Lang | 2007-11-20 | 1 | -15/+23 |
* | * Added time zone support: users can select their time zone on their account ... | Jean-Philippe Lang | 2007-11-19 | 1 | -0/+8 |
* | More flexible mail notifications settings at user level. A user has now 3 opt... | Jean-Philippe Lang | 2007-10-20 | 1 | -0/+17 |
* | Added project module concept. | Jean-Philippe Lang | 2007-09-14 | 1 | -0/+5 |
* | Merged 0.6 branch into trunk. | Jean-Philippe Lang | 2007-08-29 | 1 | -15/+68 |
* | Removed User#display_name (replaced by User#name). | Jean-Philippe Lang | 2007-06-29 | 1 | -5/+1 |
* | Each category can now be associated to a user, so that new issues in that cat... | Jean-Philippe Lang | 2007-06-29 | 1 | -0/+1 |
* | Added per user custom queries. | Jean-Philippe Lang | 2007-06-23 | 1 | -0/+7 |
* | Added the ability to archive projects: | Jean-Philippe Lang | 2007-05-27 | 1 | -1/+1 |
* | User's projects alphabetically sorted in the Projects drop down menu. | Jean-Philippe Lang | 2007-05-23 | 1 | -6/+6 |
* | Added autologin feature (disabled by default). | Jean-Philippe Lang | 2007-05-06 | 1 | -0/+5 |
* | User#<=> modified to sort on firstname if same lastname | Jean-Philippe Lang | 2007-04-12 | 1 | -1/+1 |
* | Various changes on views. On project summary, members are now grouped by role... | Jean-Philippe Lang | 2007-04-08 | 1 | -1/+5 |
* | Fixed User role_for_project method | Jean-Philippe Lang | 2007-04-04 | 1 | -1/+2 |
* | Various code cleaning, mainly on User, Permission and IssueStatus models. | Jean-Philippe Lang | 2007-04-04 | 1 | -8/+2 |
* | Added some attributes length validations. | Jean-Philippe Lang | 2007-04-02 | 1 | -1/+4 |
* | added rss/atom feeds at project levels for: | Jean-Philippe Lang | 2007-03-17 | 1 | -0/+10 |
* | added svn:eol-style native property on /app files | Jean-Philippe Lang | 2007-03-12 | 1 | -140/+140 |
* | only active users are now proposed when adding a member to a project | Jean-Philippe Lang | 2007-01-26 | 1 | -1/+13 |
* | settings are now stored in the database (config_custom.rb no more used) and e... | Jean-Philippe Lang | 2007-01-21 | 1 | -2/+2 |
* | replaced deprecated ":dependent => true" statements | Jean-Philippe Lang | 2006-12-26 | 1 | -3/+3 |
* | various modifications to prevent xss | Jean-Philippe Lang | 2006-12-17 | 1 | -1/+2 |
* | trunk moved from /trunk/redmine to /trunk | Jean-Philippe Lang | 2006-12-05 | 1 | -0/+129 |