OSDN Git Service

redminele/redmine.git
17 years agocustom_field.possible_values is now serialized (no longer pipe separated)
Jean-Philippe Lang [Sat, 3 Feb 2007 12:57:33 +0000 (12:57 +0000)]
custom_field.possible_values is now serialized (no longer pipe separated)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@223 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoremoved translation of error messages inside ActiveRecord module
Jean-Philippe Lang [Sat, 3 Feb 2007 12:42:06 +0000 (12:42 +0000)]
removed translation of error messages inside ActiveRecord module

git-svn-id: http://redmine.rubyforge.org/svn/trunk@222 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agofilter is now cleared when clicking on 'Issues' menu item
Jean-Philippe Lang [Fri, 2 Feb 2007 16:13:45 +0000 (16:13 +0000)]
filter is now cleared when clicking on 'Issues' menu item

git-svn-id: http://redmine.rubyforge.org/svn/trunk@221 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded a limit of 500 issues when exporting to csv or pdf
Jean-Philippe Lang [Fri, 2 Feb 2007 16:05:54 +0000 (16:05 +0000)]
added a limit of 500 issues when exporting to csv or pdf

git-svn-id: http://redmine.rubyforge.org/svn/trunk@220 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded tests for settings
Jean-Philippe Lang [Fri, 2 Feb 2007 15:38:34 +0000 (15:38 +0000)]
added tests for settings

git-svn-id: http://redmine.rubyforge.org/svn/trunk@219 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded parentheses to get rid of warning
Jean-Philippe Lang [Fri, 2 Feb 2007 15:22:07 +0000 (15:22 +0000)]
added parentheses to get rid of warning

git-svn-id: http://redmine.rubyforge.org/svn/trunk@218 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoempty tokens table
Jean-Philippe Lang [Fri, 2 Feb 2007 15:20:49 +0000 (15:20 +0000)]
empty tokens table

git-svn-id: http://redmine.rubyforge.org/svn/trunk@217 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agofixtures loading correction
Jean-Philippe Lang [Fri, 2 Feb 2007 15:16:30 +0000 (15:16 +0000)]
fixtures loading correction

git-svn-id: http://redmine.rubyforge.org/svn/trunk@216 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded unit tests for mailer
Jean-Philippe Lang [Fri, 2 Feb 2007 14:47:40 +0000 (14:47 +0000)]
added unit tests for mailer

git-svn-id: http://redmine.rubyforge.org/svn/trunk@215 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded lang files validition test
Jean-Philippe Lang [Fri, 2 Feb 2007 14:47:13 +0000 (14:47 +0000)]
added lang files validition test

git-svn-id: http://redmine.rubyforge.org/svn/trunk@214 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years ago* fixed a variable name error in Setting
Jean-Philippe Lang [Fri, 2 Feb 2007 14:28:54 +0000 (14:28 +0000)]
* fixed a variable name error in Setting
* setting values to_s

git-svn-id: http://redmine.rubyforge.org/svn/trunk@213 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoremoved broken route for sorting links
Jean-Philippe Lang [Fri, 2 Feb 2007 13:57:36 +0000 (13:57 +0000)]
removed broken route for sorting links

git-svn-id: http://redmine.rubyforge.org/svn/trunk@212 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoissue list: added 'Priority' column, removed 'Created on' column
Jean-Philippe Lang [Fri, 2 Feb 2007 13:56:49 +0000 (13:56 +0000)]
issue list: added 'Priority' column, removed 'Created on' column

git-svn-id: http://redmine.rubyforge.org/svn/trunk@211 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agopost method verification for trackers/move
Jean-Philippe Lang [Wed, 31 Jan 2007 21:20:49 +0000 (21:20 +0000)]
post method verification for trackers/move

git-svn-id: http://redmine.rubyforge.org/svn/trunk@210 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded the ability to set the sort order for trackers
Jean-Philippe Lang [Wed, 31 Jan 2007 21:18:43 +0000 (21:18 +0000)]
added the ability to set the sort order for trackers

git-svn-id: http://redmine.rubyforge.org/svn/trunk@209 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded the ability to set the sort order for roles
Jean-Philippe Lang [Wed, 31 Jan 2007 20:57:01 +0000 (20:57 +0000)]
added the ability to set the sort order for roles

git-svn-id: http://redmine.rubyforge.org/svn/trunk@208 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoremoved png transparency (not supported in ie)
Jean-Philippe Lang [Wed, 31 Jan 2007 20:25:24 +0000 (20:25 +0000)]
removed png transparency (not supported in ie)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@207 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agocustom fields list screen split in 3 tabs (one for each kind of custom fields)
Jean-Philippe Lang [Wed, 31 Jan 2007 20:10:21 +0000 (20:10 +0000)]
custom fields list screen split in 3 tabs (one for each kind of custom fields)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@206 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded the ability to set the sort order for issue statuses
Jean-Philippe Lang [Wed, 31 Jan 2007 19:53:24 +0000 (19:53 +0000)]
added the ability to set the sort order for issue statuses

git-svn-id: http://redmine.rubyforge.org/svn/trunk@205 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoupdated css for online help
Jean-Philippe Lang [Mon, 29 Jan 2007 18:45:33 +0000 (18:45 +0000)]
updated css for online help

git-svn-id: http://redmine.rubyforge.org/svn/trunk@204 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agofixed french issue_edit mail template
Jean-Philippe Lang [Sun, 28 Jan 2007 19:59:39 +0000 (19:59 +0000)]
fixed french issue_edit mail template

git-svn-id: http://redmine.rubyforge.org/svn/trunk@203 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoremoved environment information
Jean-Philippe Lang [Sun, 28 Jan 2007 19:54:41 +0000 (19:54 +0000)]
removed environment information

git-svn-id: http://redmine.rubyforge.org/svn/trunk@202 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoindentation corrections
Jean-Philippe Lang [Sun, 28 Jan 2007 00:00:21 +0000 (00:00 +0000)]
indentation corrections

git-svn-id: http://redmine.rubyforge.org/svn/trunk@201 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoproper language setting for mail notifications
Jean-Philippe Lang [Sat, 27 Jan 2007 23:22:58 +0000 (23:22 +0000)]
proper language setting for mail notifications

git-svn-id: http://redmine.rubyforge.org/svn/trunk@200 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agocredits for english help translation to Todd McGrath
Jean-Philippe Lang [Sat, 27 Jan 2007 22:48:43 +0000 (22:48 +0000)]
credits for english help translation to Todd McGrath

git-svn-id: http://redmine.rubyforge.org/svn/trunk@199 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoupdated changelog and doc files
Jean-Philippe Lang [Sat, 27 Jan 2007 22:35:58 +0000 (22:35 +0000)]
updated changelog and doc files

git-svn-id: http://redmine.rubyforge.org/svn/trunk@198 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded unit tests for issue statuses, user preferences and tokens
Jean-Philippe Lang [Sat, 27 Jan 2007 22:31:42 +0000 (22:31 +0000)]
added unit tests for issue statuses, user preferences and tokens

git-svn-id: http://redmine.rubyforge.org/svn/trunk@197 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agomail notifications added when:
Jean-Philippe Lang [Sat, 27 Jan 2007 15:01:19 +0000 (15:01 +0000)]
mail notifications added when:
* a document is added
* a file is added to the project
* an attachment is added to an issue or a document

git-svn-id: http://redmine.rubyforge.org/svn/trunk@196 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoredmine_demo.db added to svn:ignored
Jean-Philippe Lang [Sat, 27 Jan 2007 12:32:39 +0000 (12:32 +0000)]
redmine_demo.db added to svn:ignored

git-svn-id: http://redmine.rubyforge.org/svn/trunk@195 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agodeprecated @headers replaced
Jean-Philippe Lang [Sat, 27 Jan 2007 09:25:55 +0000 (09:25 +0000)]
deprecated @headers replaced

git-svn-id: http://redmine.rubyforge.org/svn/trunk@194 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agosmaller footer font
Jean-Philippe Lang [Sat, 27 Jan 2007 09:23:00 +0000 (09:23 +0000)]
smaller footer font

git-svn-id: http://redmine.rubyforge.org/svn/trunk@193 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agofixed: filters ignored when exporting a predefined query to csv/pdf
Jean-Philippe Lang [Fri, 26 Jan 2007 22:05:32 +0000 (22:05 +0000)]
fixed: filters ignored when exporting a predefined query to csv/pdf

git-svn-id: http://redmine.rubyforge.org/svn/trunk@192 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agodeprecated ":post => true" replaced
Jean-Philippe Lang [Fri, 26 Jan 2007 21:09:27 +0000 (21:09 +0000)]
deprecated ":post => true" replaced

git-svn-id: http://redmine.rubyforge.org/svn/trunk@191 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoonly active users are now proposed when adding a member to a project
Jean-Philippe Lang [Fri, 26 Jan 2007 20:52:52 +0000 (20:52 +0000)]
only active users are now proposed when adding a member to a project

git-svn-id: http://redmine.rubyforge.org/svn/trunk@190 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agodeprecated projects_count replaced
Jean-Philippe Lang [Fri, 26 Jan 2007 20:41:16 +0000 (20:41 +0000)]
deprecated projects_count replaced

git-svn-id: http://redmine.rubyforge.org/svn/trunk@189 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agodeprecated children_count replaced
Jean-Philippe Lang [Fri, 26 Jan 2007 20:34:09 +0000 (20:34 +0000)]
deprecated children_count replaced

git-svn-id: http://redmine.rubyforge.org/svn/trunk@188 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoremoved space before argument parentheses
Jean-Philippe Lang [Fri, 26 Jan 2007 20:24:51 +0000 (20:24 +0000)]
removed space before argument parentheses

git-svn-id: http://redmine.rubyforge.org/svn/trunk@187 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agodeprecated count call modified
Jean-Philippe Lang [Fri, 26 Jan 2007 20:06:05 +0000 (20:06 +0000)]
deprecated count call modified

git-svn-id: http://redmine.rubyforge.org/svn/trunk@186 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoreplaced deprecated human_size by number_to_human_size
Jean-Philippe Lang [Fri, 26 Jan 2007 20:02:49 +0000 (20:02 +0000)]
replaced deprecated human_size by number_to_human_size

git-svn-id: http://redmine.rubyforge.org/svn/trunk@185 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agodeprecated start_form_tag replaced by form_tag
Jean-Philippe Lang [Fri, 26 Jan 2007 19:56:25 +0000 (19:56 +0000)]
deprecated start_form_tag replaced by form_tag

git-svn-id: http://redmine.rubyforge.org/svn/trunk@184 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agofixed: crash when changing the status of an issue
Jean-Philippe Lang [Fri, 26 Jan 2007 18:55:02 +0000 (18:55 +0000)]
fixed: crash when changing the status of an issue

git-svn-id: http://redmine.rubyforge.org/svn/trunk@183 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoproject settings tabs redesign
Jean-Philippe Lang [Fri, 26 Jan 2007 18:27:10 +0000 (18:27 +0000)]
project settings tabs redesign

git-svn-id: http://redmine.rubyforge.org/svn/trunk@182 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years ago* project settings split in 4 tabs
Jean-Philippe Lang [Fri, 26 Jan 2007 17:59:06 +0000 (17:59 +0000)]
* project settings split in 4 tabs
* prototype.js upgraded to 1.5.0_rc1

git-svn-id: http://redmine.rubyforge.org/svn/trunk@181 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agofixed: unable to delete an issue status even if it's not used yet
Jean-Philippe Lang [Fri, 26 Jan 2007 17:50:48 +0000 (17:50 +0000)]
fixed: unable to delete an issue status even if it's not used yet

git-svn-id: http://redmine.rubyforge.org/svn/trunk@180 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agofixed: setting an issue status as default status leads to an sql error with SQLite
Jean-Philippe Lang [Fri, 26 Jan 2007 17:39:36 +0000 (17:39 +0000)]
fixed: setting an issue status as default status leads to an sql error with SQLite

git-svn-id: http://redmine.rubyforge.org/svn/trunk@179 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoupdated date removed from my/account view (useless since account is updated at each...
Jean-Philippe Lang [Thu, 25 Jan 2007 19:35:39 +0000 (19:35 +0000)]
updated date removed from my/account view (useless since account is updated at each login)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@178 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years ago* added missing fields to csv export: priority, start date, due date, done ratio
Jean-Philippe Lang [Thu, 25 Jan 2007 19:32:07 +0000 (19:32 +0000)]
* added missing fields to csv export: priority, start date, due date, done ratio

git-svn-id: http://redmine.rubyforge.org/svn/trunk@177 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agomongrel_debug unversioned
Jean-Philippe Lang [Thu, 25 Jan 2007 18:28:54 +0000 (18:28 +0000)]
mongrel_debug unversioned

git-svn-id: http://redmine.rubyforge.org/svn/trunk@176 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years ago* replaced :controller => '' broken statements by :controller => 'welcome'
Jean-Philippe Lang [Thu, 25 Jan 2007 18:27:42 +0000 (18:27 +0000)]
* replaced :controller => '' broken statements by :controller => 'welcome'
* request_uri method no more used

git-svn-id: http://redmine.rubyforge.org/svn/trunk@175 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoremoved serialize class_name option in user_preference
Jean-Philippe Lang [Thu, 25 Jan 2007 18:25:57 +0000 (18:25 +0000)]
removed serialize class_name option in user_preference

git-svn-id: http://redmine.rubyforge.org/svn/trunk@174 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoModified GLoc helpers to ensure compatibility with rails 1.2
Jean-Philippe Lang [Wed, 24 Jan 2007 18:15:27 +0000 (18:15 +0000)]
Modified GLoc helpers to ensure compatibility with rails 1.2

git-svn-id: http://redmine.rubyforge.org/svn/trunk@173 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoremoved "selected" class on Home menu item
Jean-Philippe Lang [Sun, 21 Jan 2007 16:52:32 +0000 (16:52 +0000)]
removed "selected" class on Home menu item

git-svn-id: http://redmine.rubyforge.org/svn/trunk@172 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoupdated online help with settings description
Jean-Philippe Lang [Sun, 21 Jan 2007 14:39:50 +0000 (14:39 +0000)]
updated online help with settings description

git-svn-id: http://redmine.rubyforge.org/svn/trunk@171 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded Redmine::VERSION module
Jean-Philippe Lang [Sun, 21 Jan 2007 12:54:51 +0000 (12:54 +0000)]
added Redmine::VERSION module

git-svn-id: http://redmine.rubyforge.org/svn/trunk@170 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded translated strings for settings view
Jean-Philippe Lang [Sun, 21 Jan 2007 12:31:16 +0000 (12:31 +0000)]
added translated strings for settings view

git-svn-id: http://redmine.rubyforge.org/svn/trunk@169 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded missing string en de, en, es
Jean-Philippe Lang [Sun, 21 Jan 2007 11:56:20 +0000 (11:56 +0000)]
added missing string en de, en, es

git-svn-id: http://redmine.rubyforge.org/svn/trunk@168 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agosettings are now stored in the database (config_custom.rb no more used) and editable...
Jean-Philippe Lang [Sun, 21 Jan 2007 11:50:22 +0000 (11:50 +0000)]
settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings

git-svn-id: http://redmine.rubyforge.org/svn/trunk@167 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years ago'new query' link moved
Jean-Philippe Lang [Fri, 19 Jan 2007 17:23:47 +0000 (17:23 +0000)]
'new query' link moved

git-svn-id: http://redmine.rubyforge.org/svn/trunk@166 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded back "fixed version" in issue/show and filters
Jean-Philippe Lang [Mon, 15 Jan 2007 20:22:23 +0000 (20:22 +0000)]
added back "fixed version" in issue/show and filters

git-svn-id: http://redmine.rubyforge.org/svn/trunk@165 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded package icon on changelog
Jean-Philippe Lang [Mon, 15 Jan 2007 20:14:06 +0000 (20:14 +0000)]
added package icon on changelog

git-svn-id: http://redmine.rubyforge.org/svn/trunk@164 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agotooltips added on calendar
Jean-Philippe Lang [Sat, 13 Jan 2007 10:36:18 +0000 (10:36 +0000)]
tooltips added on calendar

git-svn-id: http://redmine.rubyforge.org/svn/trunk@161 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agotooltips added on Gantt chart to view the details of the issues
Jean-Philippe Lang [Tue, 9 Jan 2007 21:27:21 +0000 (21:27 +0000)]
tooltips added on Gantt chart to view the details of the issues
(added csshover behaviour to make it work under IE)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@160 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agofolder icon replaced
Jean-Philippe Lang [Mon, 8 Jan 2007 19:56:47 +0000 (19:56 +0000)]
folder icon replaced

git-svn-id: http://redmine.rubyforge.org/svn/trunk@159 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agofolder icon removed
Jean-Philippe Lang [Mon, 8 Jan 2007 19:56:16 +0000 (19:56 +0000)]
folder icon removed

git-svn-id: http://redmine.rubyforge.org/svn/trunk@158 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years ago* all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamond 2...
Jean-Philippe Lang [Mon, 8 Jan 2007 19:21:59 +0000 (19:21 +0000)]
* all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamond 2.5" -by paolino- and "kNeu! Alpha v0.1" -by Pablo Fabregat-)
* fixed: subprojects count is always 0 on projects list

git-svn-id: http://redmine.rubyforge.org/svn/trunk@157 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoreplaced details.png by zoom_in.png on reports
Jean-Philippe Lang [Sat, 6 Jan 2007 14:28:08 +0000 (14:28 +0000)]
replaced details.png by zoom_in.png on reports

git-svn-id: http://redmine.rubyforge.org/svn/trunk@156 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded a button on users/list to manually activate an account
Jean-Philippe Lang [Sat, 6 Jan 2007 14:22:22 +0000 (14:22 +0000)]
added a button on users/list to manually activate an account

git-svn-id: http://redmine.rubyforge.org/svn/trunk@155 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded "auto" option for user's language (browser based)
Jean-Philippe Lang [Sat, 6 Jan 2007 14:11:28 +0000 (14:11 +0000)]
added "auto" option for user's language (browser based)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@154 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoremoved "add a comment" h3
Jean-Philippe Lang [Sat, 6 Jan 2007 12:47:20 +0000 (12:47 +0000)]
removed "add a comment" h3

git-svn-id: http://redmine.rubyforge.org/svn/trunk@153 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded total number of issues per tracker on projects/show
Jean-Philippe Lang [Sat, 6 Jan 2007 12:18:29 +0000 (12:18 +0000)]
added total number of issues per tracker on projects/show

git-svn-id: http://redmine.rubyforge.org/svn/trunk@152 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agocalendar javascripts and stylesheets removed from base layout. they're now only added...
Jean-Philippe Lang [Sat, 6 Jan 2007 09:08:17 +0000 (09:08 +0000)]
calendar javascripts and stylesheets removed from base layout. they're now only added to html header when needed.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@151 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoXHTML compliance improvements
Jean-Philippe Lang [Fri, 5 Jan 2007 19:10:57 +0000 (19:10 +0000)]
XHTML compliance improvements

git-svn-id: http://redmine.rubyforge.org/svn/trunk@150 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoupdated RDM_APP_VERSION for 0.4.1
Jean-Philippe Lang [Wed, 3 Jan 2007 18:38:08 +0000 (18:38 +0000)]
updated RDM_APP_VERSION for 0.4.1

git-svn-id: http://redmine.rubyforge.org/svn/trunk@148 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years ago0.4.1 release
Jean-Philippe Lang [Wed, 3 Jan 2007 18:32:03 +0000 (18:32 +0000)]
0.4.1 release

git-svn-id: http://redmine.rubyforge.org/svn/trunk@147 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years ago* added calendar.png removed by accident
Jean-Philippe Lang [Wed, 3 Jan 2007 18:29:16 +0000 (18:29 +0000)]
* added calendar.png removed by accident
* removed resizer background style for textareas

git-svn-id: http://redmine.rubyforge.org/svn/trunk@146 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agofixed: no recipient if one of the members of the project has disabled mail notifications
Jean-Philippe Lang [Wed, 3 Jan 2007 18:26:45 +0000 (18:26 +0000)]
fixed: no recipient if one of the members of the project has disabled mail notifications

git-svn-id: http://redmine.rubyforge.org/svn/trunk@145 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years ago0.4.0 release
Jean-Philippe Lang [Tue, 2 Jan 2007 16:34:15 +0000 (16:34 +0000)]
0.4.0 release

git-svn-id: http://redmine.rubyforge.org/svn/trunk@143 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded an icon on news comments
Jean-Philippe Lang [Tue, 2 Jan 2007 15:27:10 +0000 (15:27 +0000)]
added an icon on news comments

git-svn-id: http://redmine.rubyforge.org/svn/trunk@142 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agovarious documentation updates
Jean-Philippe Lang [Tue, 2 Jan 2007 14:56:10 +0000 (14:56 +0000)]
various documentation updates

git-svn-id: http://redmine.rubyforge.org/svn/trunk@141 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agounused images cleaning
Jean-Philippe Lang [Tue, 2 Jan 2007 11:20:10 +0000 (11:20 +0000)]
unused images cleaning

git-svn-id: http://redmine.rubyforge.org/svn/trunk@140 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoenumerations/list redesign
Jean-Philippe Lang [Tue, 2 Jan 2007 11:15:54 +0000 (11:15 +0000)]
enumerations/list redesign

git-svn-id: http://redmine.rubyforge.org/svn/trunk@139 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoupdated redirection to the help main index (recognition fails when redirecting to...
Jean-Philippe Lang [Tue, 2 Jan 2007 10:49:59 +0000 (10:49 +0000)]
updated redirection to the help main index (recognition fails when redirecting to a directory)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@138 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoupdated validation format of repository url to allow file:///
Jean-Philippe Lang [Tue, 2 Jan 2007 10:12:15 +0000 (10:12 +0000)]
updated validation format of repository url to allow file:///

git-svn-id: http://redmine.rubyforge.org/svn/trunk@137 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years ago* replaced "add_issue" links on projects/show by a drop down list
Jean-Philippe Lang [Tue, 2 Jan 2007 09:58:07 +0000 (09:58 +0000)]
* replaced "add_issue" links on projects/show by a drop down list
* added this shortcut on list_issues

git-svn-id: http://redmine.rubyforge.org/svn/trunk@136 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoupdated notice_file_not_found message
Jean-Philippe Lang [Tue, 2 Jan 2007 08:49:23 +0000 (08:49 +0000)]
updated notice_file_not_found message

git-svn-id: http://redmine.rubyforge.org/svn/trunk@135 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoaddded ruby-net-ldap (0.0.4) dependency in vendor/pluggin
Jean-Philippe Lang [Tue, 2 Jan 2007 08:48:40 +0000 (08:48 +0000)]
addded ruby-net-ldap (0.0.4) dependency in vendor/pluggin

git-svn-id: http://redmine.rubyforge.org/svn/trunk@134 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoActiveRecord::RecordNotFound exceptions handled more gracefully
Jean-Philippe Lang [Tue, 2 Jan 2007 08:47:07 +0000 (08:47 +0000)]
ActiveRecord::RecordNotFound exceptions handled more gracefully

git-svn-id: http://redmine.rubyforge.org/svn/trunk@133 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agolanguage for default configuration data can now be chosen when running 'load_default_...
Jean-Philippe Lang [Mon, 1 Jan 2007 21:34:10 +0000 (21:34 +0000)]
language for default configuration data can now be chosen when running 'load_default_data' task

git-svn-id: http://redmine.rubyforge.org/svn/trunk@132 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agooption to set maximum size of uploaded files
Jean-Philippe Lang [Mon, 1 Jan 2007 12:09:09 +0000 (12:09 +0000)]
option to set maximum size of uploaded files

git-svn-id: http://redmine.rubyforge.org/svn/trunk@131 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded multiple file upload for documents and files modules
Jean-Philippe Lang [Mon, 1 Jan 2007 11:26:56 +0000 (11:26 +0000)]
added multiple file upload for documents and files modules

git-svn-id: http://redmine.rubyforge.org/svn/trunk@130 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agofixed: non public projects were shown on welcome screen even if current user is not...
Jean-Philippe Lang [Mon, 1 Jan 2007 10:13:01 +0000 (10:13 +0000)]
fixed: non public projects were shown on welcome screen even if current user is not a member

git-svn-id: http://redmine.rubyforge.org/svn/trunk@129 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agofixed: public actions not authorized for members of non public projects
Jean-Philippe Lang [Sun, 31 Dec 2006 17:00:16 +0000 (17:00 +0000)]
fixed: public actions not authorized for members of non public projects

git-svn-id: http://redmine.rubyforge.org/svn/trunk@128 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoreplaced deprecated controller instance variables: @params, @session, @request
Jean-Philippe Lang [Tue, 26 Dec 2006 21:33:44 +0000 (21:33 +0000)]
replaced deprecated controller instance variables: @params, @session, @request

git-svn-id: http://redmine.rubyforge.org/svn/trunk@127 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoreplaced deprecated find_all calls
Jean-Philippe Lang [Tue, 26 Dec 2006 21:18:44 +0000 (21:18 +0000)]
replaced deprecated find_all calls

git-svn-id: http://redmine.rubyforge.org/svn/trunk@126 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agotextile for revisions comments
Jean-Philippe Lang [Tue, 26 Dec 2006 21:15:28 +0000 (21:15 +0000)]
textile for revisions comments

git-svn-id: http://redmine.rubyforge.org/svn/trunk@125 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoadded issues integration tests
Jean-Philippe Lang [Tue, 26 Dec 2006 20:14:03 +0000 (20:14 +0000)]
added issues integration tests

git-svn-id: http://redmine.rubyforge.org/svn/trunk@124 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agoreplaced deprecated ":dependent => true" statements
Jean-Philippe Lang [Tue, 26 Dec 2006 17:11:44 +0000 (17:11 +0000)]
replaced deprecated ":dependent => true" statements

git-svn-id: http://redmine.rubyforge.org/svn/trunk@123 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agofixed: unable to attach a file when creating an issue ("attachment: invalid" error)
Jean-Philippe Lang [Tue, 26 Dec 2006 17:10:05 +0000 (17:10 +0000)]
fixed: unable to attach a file when creating an issue ("attachment: invalid" error)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@122 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years ago* news rss feed added
Jean-Philippe Lang [Tue, 26 Dec 2006 16:19:12 +0000 (16:19 +0000)]
* news rss feed added
* "header_tags" block added to allow inclusion of page specific tags in the html header (stylesheets, javascripts, feeds...)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@121 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 years agomisc GUI changes on roles views
Jean-Philippe Lang [Tue, 26 Dec 2006 15:02:33 +0000 (15:02 +0000)]
misc GUI changes on roles views

git-svn-id: http://redmine.rubyforge.org/svn/trunk@120 e93f8b46-1217-0410-a6f0-8f06a7374b81