summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* * replaced :controller => '' broken statements by :controller => 'welcome'Jean-Philippe Lang2007-01-254-12/+12
* removed serialize class_name option in user_preferenceJean-Philippe Lang2007-01-251-1/+1
* removed "selected" class on Home menu itemJean-Philippe Lang2007-01-211-1/+1
* added Redmine::VERSION moduleJean-Philippe Lang2007-01-212-2/+2
* added translated strings for settings viewJean-Philippe Lang2007-01-213-17/+17
* settings are now stored in the database (config_custom.rb no more used) and e...Jean-Philippe Lang2007-01-2133-56/+211
* 'new query' link movedJean-Philippe Lang2007-01-191-1/+1
* added back "fixed version" in issue/show and filtersJean-Philippe Lang2007-01-152-5/+10
* added package icon on changelogJean-Philippe Lang2007-01-151-2/+2
* tooltips added on calendarJean-Philippe Lang2007-01-135-15/+22
* tooltips added on Gantt chart to view the details of the issuesJean-Philippe Lang2007-01-093-8/+22
* * all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamo...Jean-Philippe Lang2007-01-0833-120/+118
* replaced details.png by zoom_in.png on reportsJean-Philippe Lang2007-01-061-4/+4
* added a button on users/list to manually activate an accountJean-Philippe Lang2007-01-061-0/+3
* added "auto" option for user's language (browser based)Jean-Philippe Lang2007-01-061-1/+1
* removed "add a comment" h3Jean-Philippe Lang2007-01-061-2/+1
* added total number of issues per tracker on projects/showJean-Philippe Lang2007-01-062-4/+5
* calendar javascripts and stylesheets removed from base layout. they're now on...Jean-Philippe Lang2007-01-067-7/+44
* XHTML compliance improvementsJean-Philippe Lang2007-01-0517-133/+111
* fixed: no recipient if one of the members of the project has disabled mail no...Jean-Philippe Lang2007-01-031-2/+2
* added an icon on news commentsJean-Philippe Lang2007-01-021-2/+2
* enumerations/list redesignJean-Philippe Lang2007-01-021-6/+4
* updated redirection to the help main index (recognition fails when redirectin...Jean-Philippe Lang2007-01-021-1/+1
* updated validation format of repository url to allow file:///Jean-Philippe Lang2007-01-022-2/+2
* * replaced "add_issue" links on projects/show by a drop down listJean-Philippe Lang2007-01-024-15/+20
* ActiveRecord::RecordNotFound exceptions handled more gracefullyJean-Philippe Lang2007-01-0213-21/+48
* option to set maximum size of uploaded filesJean-Philippe Lang2007-01-016-6/+10
* added multiple file upload for documents and files modulesJean-Philippe Lang2007-01-015-31/+28
* fixed: non public projects were shown on welcome screen even if current user ...Jean-Philippe Lang2007-01-013-8/+17
* fixed: public actions not authorized for members of non public projectsJean-Philippe Lang2006-12-311-1/+1
* replaced deprecated controller instance variables: @params, @session, @requestJean-Philippe Lang2006-12-2612-32/+32
* replaced deprecated find_all callsJean-Philippe Lang2006-12-263-7/+7
* textile for revisions commentsJean-Philippe Lang2006-12-263-3/+3
* replaced deprecated ":dependent => true" statementsJean-Philippe Lang2006-12-2611-23/+39
* fixed: unable to attach a file when creating an issue ("attachment: invalid" ...Jean-Philippe Lang2006-12-261-2/+4
* * news rss feed addedJean-Philippe Lang2006-12-265-0/+70
* misc GUI changes on roles viewsJean-Philippe Lang2006-12-262-6/+4
* replaced some submit buttons by links on projects/settingsJean-Philippe Lang2006-12-261-18/+5
* added the ability to manage users memberships directly on users/edit (adminis...Jean-Philippe Lang2006-12-263-0/+52
* misc GUI modificationsJean-Philippe Lang2006-12-263-6/+6
* added a condition on project -> members association so that only active users...Jean-Philippe Lang2006-12-261-1/+1
* href title attribute with full issue subject addedJean-Philippe Lang2006-12-261-1/+1
* fixed a bug in gantt display when last day is a mondayJean-Philippe Lang2006-12-262-5/+6
* attachments list on issues/show:Jean-Philippe Lang2006-12-251-8/+2
* removed menu.css and rails.css (content merged into application.css)Jean-Philippe Lang2006-12-251-2/+0
* fixed in svn browser: revisions were ignored when no author was foundJean-Philippe Lang2006-12-241-2/+2
* css cleaningJean-Philippe Lang2006-12-2416-120/+119
* xss in issue subject on issues/editJean-Philippe Lang2006-12-241-1/+1
* svn browser merged in trunkJean-Philippe Lang2006-12-2417-4/+562
* * code and views cleaningJean-Philippe Lang2006-12-1716-67/+90