| Commit message (Expand) | Author | Age | Files | Lines |
* | * replaced :controller => '' broken statements by :controller => 'welcome' | Jean-Philippe Lang | 2007-01-25 | 4 | -12/+12 |
* | removed serialize class_name option in user_preference | Jean-Philippe Lang | 2007-01-25 | 1 | -1/+1 |
* | removed "selected" class on Home menu item | Jean-Philippe Lang | 2007-01-21 | 1 | -1/+1 |
* | added Redmine::VERSION module | Jean-Philippe Lang | 2007-01-21 | 2 | -2/+2 |
* | added translated strings for settings view | Jean-Philippe Lang | 2007-01-21 | 3 | -17/+17 |
* | settings are now stored in the database (config_custom.rb no more used) and e... | Jean-Philippe Lang | 2007-01-21 | 33 | -56/+211 |
* | 'new query' link moved | Jean-Philippe Lang | 2007-01-19 | 1 | -1/+1 |
* | added back "fixed version" in issue/show and filters | Jean-Philippe Lang | 2007-01-15 | 2 | -5/+10 |
* | added package icon on changelog | Jean-Philippe Lang | 2007-01-15 | 1 | -2/+2 |
* | tooltips added on calendar | Jean-Philippe Lang | 2007-01-13 | 5 | -15/+22 |
* | tooltips added on Gantt chart to view the details of the issues | Jean-Philippe Lang | 2007-01-09 | 3 | -8/+22 |
* | * all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamo... | Jean-Philippe Lang | 2007-01-08 | 33 | -120/+118 |
* | replaced details.png by zoom_in.png on reports | Jean-Philippe Lang | 2007-01-06 | 1 | -4/+4 |
* | added a button on users/list to manually activate an account | Jean-Philippe Lang | 2007-01-06 | 1 | -0/+3 |
* | added "auto" option for user's language (browser based) | Jean-Philippe Lang | 2007-01-06 | 1 | -1/+1 |
* | removed "add a comment" h3 | Jean-Philippe Lang | 2007-01-06 | 1 | -2/+1 |
* | added total number of issues per tracker on projects/show | Jean-Philippe Lang | 2007-01-06 | 2 | -4/+5 |
* | calendar javascripts and stylesheets removed from base layout. they're now on... | Jean-Philippe Lang | 2007-01-06 | 7 | -7/+44 |
* | XHTML compliance improvements | Jean-Philippe Lang | 2007-01-05 | 17 | -133/+111 |
* | fixed: no recipient if one of the members of the project has disabled mail no... | Jean-Philippe Lang | 2007-01-03 | 1 | -2/+2 |
* | added an icon on news comments | Jean-Philippe Lang | 2007-01-02 | 1 | -2/+2 |
* | enumerations/list redesign | Jean-Philippe Lang | 2007-01-02 | 1 | -6/+4 |
* | updated redirection to the help main index (recognition fails when redirectin... | Jean-Philippe Lang | 2007-01-02 | 1 | -1/+1 |
* | updated validation format of repository url to allow file:/// | Jean-Philippe Lang | 2007-01-02 | 2 | -2/+2 |
* | * replaced "add_issue" links on projects/show by a drop down list | Jean-Philippe Lang | 2007-01-02 | 4 | -15/+20 |
* | ActiveRecord::RecordNotFound exceptions handled more gracefully | Jean-Philippe Lang | 2007-01-02 | 13 | -21/+48 |
* | option to set maximum size of uploaded files | Jean-Philippe Lang | 2007-01-01 | 6 | -6/+10 |
* | added multiple file upload for documents and files modules | Jean-Philippe Lang | 2007-01-01 | 5 | -31/+28 |
* | fixed: non public projects were shown on welcome screen even if current user ... | Jean-Philippe Lang | 2007-01-01 | 3 | -8/+17 |
* | fixed: public actions not authorized for members of non public projects | Jean-Philippe Lang | 2006-12-31 | 1 | -1/+1 |
* | replaced deprecated controller instance variables: @params, @session, @request | Jean-Philippe Lang | 2006-12-26 | 12 | -32/+32 |
* | replaced deprecated find_all calls | Jean-Philippe Lang | 2006-12-26 | 3 | -7/+7 |
* | textile for revisions comments | Jean-Philippe Lang | 2006-12-26 | 3 | -3/+3 |
* | replaced deprecated ":dependent => true" statements | Jean-Philippe Lang | 2006-12-26 | 11 | -23/+39 |
* | fixed: unable to attach a file when creating an issue ("attachment: invalid" ... | Jean-Philippe Lang | 2006-12-26 | 1 | -2/+4 |
* | * news rss feed added | Jean-Philippe Lang | 2006-12-26 | 5 | -0/+70 |
* | misc GUI changes on roles views | Jean-Philippe Lang | 2006-12-26 | 2 | -6/+4 |
* | replaced some submit buttons by links on projects/settings | Jean-Philippe Lang | 2006-12-26 | 1 | -18/+5 |
* | added the ability to manage users memberships directly on users/edit (adminis... | Jean-Philippe Lang | 2006-12-26 | 3 | -0/+52 |
* | misc GUI modifications | Jean-Philippe Lang | 2006-12-26 | 3 | -6/+6 |
* | added a condition on project -> members association so that only active users... | Jean-Philippe Lang | 2006-12-26 | 1 | -1/+1 |
* | href title attribute with full issue subject added | Jean-Philippe Lang | 2006-12-26 | 1 | -1/+1 |
* | fixed a bug in gantt display when last day is a monday | Jean-Philippe Lang | 2006-12-26 | 2 | -5/+6 |
* | attachments list on issues/show: | Jean-Philippe Lang | 2006-12-25 | 1 | -8/+2 |
* | removed menu.css and rails.css (content merged into application.css) | Jean-Philippe Lang | 2006-12-25 | 1 | -2/+0 |
* | fixed in svn browser: revisions were ignored when no author was found | Jean-Philippe Lang | 2006-12-24 | 1 | -2/+2 |
* | css cleaning | Jean-Philippe Lang | 2006-12-24 | 16 | -120/+119 |
* | xss in issue subject on issues/edit | Jean-Philippe Lang | 2006-12-24 | 1 | -1/+1 |
* | svn browser merged in trunk | Jean-Philippe Lang | 2006-12-24 | 17 | -4/+562 |
* | * code and views cleaning | Jean-Philippe Lang | 2006-12-17 | 16 | -67/+90 |