OSDN Git Service

redminele/redmine.git
16 years agoMantis importer: small fix in categories mapping.
Jean-Philippe Lang [Sat, 25 Aug 2007 15:53:40 +0000 (15:53 +0000)]
Mantis importer: small fix in categories mapping.

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

16 years agoMantis importer:
Jean-Philippe Lang [Sat, 25 Aug 2007 15:45:12 +0000 (15:45 +0000)]
Mantis importer:
* validation skip on issue assignement (assignee must be a project member in Redmine)
* Mantis bugs with severity 'feature' are imported as 'Feature request' in Redmine

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

16 years agoMantis importer: issue categories truncated to 30 chars.
Jean-Philippe Lang [Sat, 25 Aug 2007 14:55:07 +0000 (14:55 +0000)]
Mantis importer: issue categories truncated to 30 chars.

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

16 years agoFixed: wiki preview doesn't work on long entries.
Jean-Philippe Lang [Sat, 25 Aug 2007 14:51:06 +0000 (14:51 +0000)]
Fixed: wiki preview doesn't work on long entries.
POST is now used for previews instead of GET.

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

16 years agoChangeset comments are now stripped before being stored in the database (patch by...
Jean-Philippe Lang [Sat, 25 Aug 2007 14:41:55 +0000 (14:41 +0000)]
Changeset comments are now stripped before being stored in the database (patch by Nicholas Wieland).

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

16 years agoCommitter field in the Changesets table is now varchar 255.
Jean-Philippe Lang [Sat, 25 Aug 2007 14:35:18 +0000 (14:35 +0000)]
Committer field in the Changesets table is now varchar 255.

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

16 years agoAdded wiki syntax to online help.
Jean-Philippe Lang [Fri, 17 Aug 2007 15:53:39 +0000 (15:53 +0000)]
Added wiki syntax to online help.

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

16 years agoFixed: cursor not positioned correctly when using wiki toolbar buttons under IE ...
Jean-Philippe Lang [Fri, 17 Aug 2007 12:58:01 +0000 (12:58 +0000)]
Fixed: cursor not positioned correctly when using wiki toolbar buttons under IE (Balazs Dan).

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

16 years agoSmall change to ApplicationHelper#textilizable to allow links to other wikis main...
Jean-Philippe Lang [Fri, 17 Aug 2007 12:06:50 +0000 (12:06 +0000)]
Small change to ApplicationHelper#textilizable to allow links to other wikis main page with custom text (eg. project:|mytext).

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

16 years agoApplication welcome text is now textilized.
Jean-Philippe Lang [Fri, 17 Aug 2007 11:32:58 +0000 (11:32 +0000)]
Application welcome text is now textilized.

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

16 years agoTextilized project descriptions on project list and home page.
Jean-Philippe Lang [Fri, 17 Aug 2007 11:21:58 +0000 (11:21 +0000)]
Textilized project descriptions on project list and home page.
Added jsToolbar on project form.

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

16 years agoCode improvement in ProjectsController#activity (Nicolas Chuche)
Jean-Philippe Lang [Thu, 16 Aug 2007 21:23:54 +0000 (21:23 +0000)]
Code improvement in ProjectsController#activity (Nicolas Chuche)

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

16 years agoAdded a 'Assignable' boolean on Role model.
Jean-Philippe Lang [Thu, 16 Aug 2007 17:47:41 +0000 (17:47 +0000)]
Added a 'Assignable' boolean on Role model.
If unchecked, issues can not be assigned to users having this role.

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

16 years agoAdded a link to add a new category when creating or editing an issue.
Jean-Philippe Lang [Thu, 16 Aug 2007 16:45:06 +0000 (16:45 +0000)]
Added a link to add a new category when creating or editing an issue.
The user is prompted for the category name. The new category is created and the drop-down list updated using an ajax call.

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

16 years agoAdded feeds auto discovery links on projects/show (patch by Nicolas Chuche).
Jean-Philippe Lang [Thu, 16 Aug 2007 11:01:00 +0000 (11:01 +0000)]
Added feeds auto discovery links on projects/show (patch by Nicolas Chuche).
Also fixed 'issue changes details' feed title.

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

16 years agoActivity view improvements:
Jean-Philippe Lang [Thu, 16 Aug 2007 10:38:23 +0000 (10:38 +0000)]
Activity view improvements:
* issue status changes are now displayed
* display options are kept when using previous/next month links

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

16 years agoFixed: nil error on 'commits per month' graph.
Jean-Philippe Lang [Wed, 15 Aug 2007 23:04:14 +0000 (23:04 +0000)]
Fixed: nil error on 'commits per month' graph.

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

16 years agoAdded syntax highlightment for repository files (using CodeRay).
Jean-Philippe Lang [Wed, 15 Aug 2007 20:20:18 +0000 (20:20 +0000)]
Added syntax highlightment for repository files (using CodeRay).
Supported languages: c, ruby, rhtml, yaml, html, xml.

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

16 years agoWiki links can now refer other project wikis, using this syntax:
Jean-Philippe Lang [Wed, 15 Aug 2007 17:31:01 +0000 (17:31 +0000)]
Wiki links can now refer other project wikis, using this syntax:
[[project:]] -> wiki starting page
[[project:page]]
[[project:page|text]]
where 'project' is the project name or identifier.

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

16 years agoImage attachments are now sent inline to be viewed directly in the browser.
Jean-Philippe Lang [Wed, 15 Aug 2007 15:36:15 +0000 (15:36 +0000)]
Image attachments are now sent inline to be viewed directly in the browser.

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

16 years agoRemoved hard-coded URLs in mail templates.
Jean-Philippe Lang [Wed, 15 Aug 2007 15:16:15 +0000 (15:16 +0000)]
Removed hard-coded URLs in mail templates.
Untranslated templates were deleted.

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

16 years agoMantis importer: fixed default role mapping
Jean-Philippe Lang [Wed, 15 Aug 2007 11:11:27 +0000 (11:11 +0000)]
Mantis importer: fixed default role mapping

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

16 years agoFixed: SQL error on roadmap and changelog if there is no tracker to display.
Jean-Philippe Lang [Wed, 15 Aug 2007 10:45:46 +0000 (10:45 +0000)]
Fixed: SQL error on roadmap and changelog if there is no tracker to display.

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

16 years agoSmall change to mantis importer to be 0.5.1 compatible.
Jean-Philippe Lang [Tue, 14 Aug 2007 13:58:39 +0000 (13:58 +0000)]
Small change to mantis importer to be 0.5.1 compatible.

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

16 years agoMantis importer: fixed a few bugs
Jean-Philippe Lang [Tue, 14 Aug 2007 12:51:25 +0000 (12:51 +0000)]
Mantis importer: fixed a few bugs

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

16 years agoMantis importer: replaced find by find_by_id
Jean-Philippe Lang [Tue, 14 Aug 2007 10:48:27 +0000 (10:48 +0000)]
Mantis importer: replaced find by find_by_id

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

16 years agoAdded 'email sending test' functionality.
Jean-Philippe Lang [Tue, 14 Aug 2007 10:36:19 +0000 (10:36 +0000)]
Added 'email sending test' functionality.
Go to Admin -> Mail notifications and click on 'Send a test email'.
If an error occurs while sending the mail, the error message is displayed to the user.

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

16 years agoFirstname, lastname and email LDAP attributes are now required if "on-the-fly registe...
Jean-Philippe Lang [Tue, 14 Aug 2007 09:14:33 +0000 (09:14 +0000)]
Firstname, lastname and email LDAP attributes are now required if "on-the-fly register" is checked.

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

16 years agoIssue history is now 'oldest first' sorted.
Jean-Philippe Lang [Tue, 14 Aug 2007 09:02:40 +0000 (09:02 +0000)]
Issue history is now 'oldest first' sorted.

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

16 years agoOn the issue report page, 0 issue counts are now displayed as dashes.
Jean-Philippe Lang [Mon, 13 Aug 2007 17:00:59 +0000 (17:00 +0000)]
On the issue report page, 0 issue counts are now displayed as dashes.

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

16 years agoMantis importer: added priorities mapping.
Jean-Philippe Lang [Mon, 13 Aug 2007 16:48:43 +0000 (16:48 +0000)]
Mantis importer: added priorities mapping.

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

16 years agoMantis importer: steps_to_reproduce and additional_information fields added to issue...
Jean-Philippe Lang [Mon, 13 Aug 2007 15:51:23 +0000 (15:51 +0000)]
Mantis importer: steps_to_reproduce and additional_information fields added to issue description.

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

16 years agoAdded migration of Mantis bug monitors.
Jean-Philippe Lang [Mon, 13 Aug 2007 15:35:52 +0000 (15:35 +0000)]
Added migration of Mantis bug monitors.

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

16 years agoAdded migration of Mantis bug relationships.
Jean-Philippe Lang [Mon, 13 Aug 2007 15:29:16 +0000 (15:29 +0000)]
Added migration of Mantis bug relationships.

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

16 years agoMore accurate status and role mapping in Mantis importer.
Jean-Philippe Lang [Mon, 13 Aug 2007 15:04:45 +0000 (15:04 +0000)]
More accurate status and role mapping in Mantis importer.

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

16 years agoMantis migration task initial import.
Jean-Philippe Lang [Mon, 13 Aug 2007 14:37:11 +0000 (14:37 +0000)]
Mantis migration task initial import.

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

16 years agoFixed: non-active users can be viewed with account/show
Jean-Philippe Lang [Mon, 13 Aug 2007 10:28:55 +0000 (10:28 +0000)]
Fixed: non-active users can be viewed with account/show

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

16 years agoUpdated UPGRADING documentation
Jean-Philippe Lang [Mon, 13 Aug 2007 10:19:46 +0000 (10:19 +0000)]
Updated UPGRADING documentation

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

16 years agoAdded an option to be able to relate issues in different projects.
Jean-Philippe Lang [Sun, 12 Aug 2007 15:31:04 +0000 (15:31 +0000)]
Added an option to be able to relate issues in different projects.
It can be set in Admin -> Settings (default: false).

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

16 years agoProject name is now displayed in news titles when not inside the project (eg. home...
Jean-Philippe Lang [Sun, 12 Aug 2007 14:47:54 +0000 (14:47 +0000)]
Project name is now displayed in news titles when not inside the project (eg. home page).

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

16 years agoTranslated 'Sort by' label on table headers.
Jean-Philippe Lang [Sun, 12 Aug 2007 14:42:15 +0000 (14:42 +0000)]
Translated 'Sort by' label on table headers.

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

16 years agoAttachment content-type is now chomped before being saved.
Jean-Philippe Lang [Sun, 12 Aug 2007 14:32:07 +0000 (14:32 +0000)]
Attachment content-type is now chomped before being saved.

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

16 years agoFixed: versions not sorted correctly in drop down lists.
Jean-Philippe Lang [Sun, 12 Aug 2007 14:27:40 +0000 (14:27 +0000)]
Fixed: versions not sorted correctly in drop down lists.

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

16 years agoRemoved deprecated Object#type in CustomFieldsController.
Jean-Philippe Lang [Sun, 12 Aug 2007 14:24:04 +0000 (14:24 +0000)]
Removed deprecated Object#type in CustomFieldsController.

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

16 years agoFixed: the link to delete issue relations is displayed even if the user is not author...
Jean-Philippe Lang [Sun, 12 Aug 2007 14:22:02 +0000 (14:22 +0000)]
Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations

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

16 years agoRemoved IssuesController#history, all changes are now displayed on issues/show (not...
Jean-Philippe Lang [Sun, 12 Aug 2007 13:57:29 +0000 (13:57 +0000)]
Removed IssuesController#history, all changes are now displayed on issues/show (not only the last 15).
Added anchor links to issue notes, eg: /issues/show/1#note-3

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

16 years agoFixed custom fields alignment on issues/show (Balazs Dan)
Jean-Philippe Lang [Sun, 12 Aug 2007 12:59:05 +0000 (12:59 +0000)]
Fixed custom fields alignment on issues/show (Balazs Dan)

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

16 years agoChanged 'versions' table creation to allow null values for 'effective_date' field.
Jean-Philippe Lang [Sun, 12 Aug 2007 12:37:05 +0000 (12:37 +0000)]
Changed 'versions' table creation to allow null values for 'effective_date' field.
This change was done in migration 048 but seems to have no effect with SQLite.

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

16 years agoChanged AR error messages style (same as flash errors).
Jean-Philippe Lang [Sun, 12 Aug 2007 11:25:25 +0000 (11:25 +0000)]
Changed AR error messages style (same as flash errors).
Fixed flash styles for IE6.

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

16 years agoUpdated german translation (Hans-Peter Werner)
Jean-Philippe Lang [Sun, 12 Aug 2007 10:29:29 +0000 (10:29 +0000)]
Updated german translation (Hans-Peter Werner)

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

16 years agoFixed: Roadmap percentages not being calculated correctly (Nick Read).
Jean-Philippe Lang [Sun, 12 Aug 2007 10:23:07 +0000 (10:23 +0000)]
Fixed: Roadmap percentages not being calculated correctly (Nick Read).
The roadmap percentages are now calculated using floating point.

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

16 years agoForum notifications are now also sent to the authors of the thread, even if they...
Jean-Philippe Lang [Sun, 12 Aug 2007 10:16:30 +0000 (10:16 +0000)]
Forum notifications are now also sent to the authors of the thread, even if they don't watch the board.

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

16 years agoFixed my_controller_test.rb (errors are now in flash[:error])
Jean-Philippe Lang [Sun, 12 Aug 2007 10:04:44 +0000 (10:04 +0000)]
Fixed my_controller_test.rb (errors are now in flash[:error])

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

16 years agoOverdue versions (date reached and open issues > 0) are now always displayed on the...
Jean-Philippe Lang [Sun, 12 Aug 2007 09:58:38 +0000 (09:58 +0000)]
Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap.

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

16 years agoAdded a confirmation dialog box for project archiving
Jean-Philippe Lang [Thu, 2 Aug 2007 20:10:37 +0000 (20:10 +0000)]
Added a confirmation dialog box for project archiving

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

16 years agoChanged the footer link from http://redmine.rubyforge.org to http://www.redmine.org/
Jean-Philippe Lang [Thu, 2 Aug 2007 19:44:38 +0000 (19:44 +0000)]
Changed the footer link from redmine.rubyforge.org to http://redmine.org/

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

16 years agoApplied 'register notice' patch by Matt Jones.
Jean-Philippe Lang [Thu, 2 Aug 2007 17:54:35 +0000 (17:54 +0000)]
Applied 'register notice' patch by Matt Jones.
The user is now redirected to the login screen after having registered.

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

16 years agoApplied the flash notices patch by Matt Jones (slightly edited).
Jean-Philippe Lang [Thu, 2 Aug 2007 17:42:20 +0000 (17:42 +0000)]
Applied the flash notices patch by Matt Jones (slightly edited).
flash[:notice] and flash[:error] are now used for notice/error messages.

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

16 years agoFixed: on spent time details view, the h3 issue link now links back to the issue
Jean-Philippe Lang [Wed, 1 Aug 2007 20:04:31 +0000 (20:04 +0000)]
Fixed: on spent time details view, the h3 issue link now links back to the issue

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

16 years agoFixed: error when creating a tracker without copying an existing wokflow
Jean-Philippe Lang [Wed, 1 Aug 2007 19:51:02 +0000 (19:51 +0000)]
Fixed: error when creating a tracker without copying an existing wokflow

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

16 years agoAdded icon on external wiki links
Jean-Philippe Lang [Wed, 1 Aug 2007 19:38:13 +0000 (19:38 +0000)]
Added icon on external wiki links

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

16 years agoHistory box on issues/show is now hidden if there's no history
Jean-Philippe Lang [Wed, 1 Aug 2007 18:59:39 +0000 (18:59 +0000)]
History box on issues/show is now hidden if there's no history

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

16 years agoFixed a bug in CVS model (clash when 2 projects point to the same repository)
Jean-Philippe Lang [Wed, 1 Aug 2007 17:53:05 +0000 (17:53 +0000)]
Fixed a bug in CVS model (clash when 2 projects point to the same repository)

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

17 years agoRemoved a line break on news/show
Jean-Philippe Lang [Wed, 18 Jul 2007 17:22:19 +0000 (17:22 +0000)]
Removed a line break on news/show

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

17 years agoAdded several validates_length_of
Jean-Philippe Lang [Mon, 16 Jul 2007 17:16:49 +0000 (17:16 +0000)]
Added several validates_length_of

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

17 years agoFixed mailer (error when no assignee)
Jean-Philippe Lang [Sun, 15 Jul 2007 12:01:53 +0000 (12:01 +0000)]
Fixed mailer (error when no assignee)

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

17 years agoDoc update for 0.5.1 release.
Jean-Philippe Lang [Sun, 15 Jul 2007 11:44:52 +0000 (11:44 +0000)]
Doc update for 0.5.1 release.

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

17 years agoNow, when a user turns mail notifications off, he will still receive notifications...
Jean-Philippe Lang [Sun, 15 Jul 2007 11:12:08 +0000 (11:12 +0000)]
Now, when a user turns mail notifications off, he will still receive notifications about issue changes if he is the author or the assignee of the issue.

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

17 years agoSlight documentation update.
Jean-Philippe Lang [Sun, 15 Jul 2007 10:11:25 +0000 (10:11 +0000)]
Slight documentation update.

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

17 years agoHours displayed using %.2f on time report.
Jean-Philippe Lang [Sat, 14 Jul 2007 19:07:35 +0000 (19:07 +0000)]
Hours displayed using %.2f on time report.

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

17 years agoFix: SVN commit dates are now stored as local time
Jean-Philippe Lang [Sat, 14 Jul 2007 14:53:18 +0000 (14:53 +0000)]
Fix: SVN commit dates are now stored as local time

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

17 years agoAdded the ability to log time when changing an issue status.
Jean-Philippe Lang [Sat, 14 Jul 2007 14:37:22 +0000 (14:37 +0000)]
Added the ability to log time when changing an issue status.

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

17 years agoAdded an option to choose the date format: language based (as defined in each lang...
Jean-Philippe Lang [Sat, 14 Jul 2007 13:29:20 +0000 (13:29 +0000)]
Added an option to choose the date format: language based (as defined in each lang file) or ISO 8601 (YYYY-MM-DD).
This option can be set in Admin -> Settings.

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

17 years agoFixed: Error when editing the wokflow after deleting a status
Jean-Philippe Lang [Sat, 14 Jul 2007 11:31:43 +0000 (11:31 +0000)]
Fixed: Error when editing the wokflow after deleting a status

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

17 years agoAdded wiki diff.
Jean-Philippe Lang [Sat, 14 Jul 2007 11:25:03 +0000 (11:25 +0000)]
Added wiki diff.
Diff can be viewed from the page history, or directly from the project activity page for each edit.
Uses Lars Christensen's diff library.

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

17 years agoAdded a margin for inline images in wiki text
Jean-Philippe Lang [Mon, 2 Jul 2007 17:23:31 +0000 (17:23 +0000)]
Added a margin for inline images in wiki text

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

17 years agoFixed: issue_id not nullified on time entries when deleting the issue
Jean-Philippe Lang [Mon, 2 Jul 2007 15:59:35 +0000 (15:59 +0000)]
Fixed: issue_id not nullified on time entries when deleting the issue

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

17 years agoFixed: trash icon not visible on files list.
Jean-Philippe Lang [Mon, 2 Jul 2007 15:32:42 +0000 (15:32 +0000)]
Fixed: trash icon not visible on files list.

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

17 years agoChangesets stored in the database are now displayed on the repository page even if...
Jean-Philippe Lang [Fri, 29 Jun 2007 18:50:48 +0000 (18:50 +0000)]
Changesets stored in the database are now displayed on the repository page even if the repository can not be reached (eg. svnserve down).

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

17 years agoRemoved User#display_name (replaced by User#name).
Jean-Philippe Lang [Fri, 29 Jun 2007 17:27:27 +0000 (17:27 +0000)]
Removed User#display_name (replaced by User#name).

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

17 years agoEach category can now be associated to a user, so that new issues in that category...
Jean-Philippe Lang [Fri, 29 Jun 2007 17:21:37 +0000 (17:21 +0000)]
Each category can now be associated to a user, so that new issues in that category are automatically assigned to that user.

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

17 years agoFixed: Long text custom fields displayed without line breaks
Jean-Philippe Lang [Wed, 27 Jun 2007 19:12:52 +0000 (19:12 +0000)]
Fixed: Long text custom fields displayed without line breaks
Added wiki toolbar for issue notes

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

17 years agoFixed: time report doesn't take account of the project for time calculations
Jean-Philippe Lang [Wed, 27 Jun 2007 18:59:36 +0000 (18:59 +0000)]
Fixed: time report doesn't take account of the project for time calculations

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

17 years agoFixed an error when trying to delete a project (versions/issues dependency)
Jean-Philippe Lang [Mon, 25 Jun 2007 19:17:58 +0000 (19:17 +0000)]
Fixed an error when trying to delete a project (versions/issues dependency)

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

17 years agoAdded Darcs basic support.
Jean-Philippe Lang [Sun, 24 Jun 2007 19:30:38 +0000 (19:30 +0000)]
Added Darcs basic support.
Files in the repository can not be viewed or downloaded since Darcs doesn't support cat-like command.

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

17 years agoAdded time report.
Jean-Philippe Lang [Sun, 24 Jun 2007 16:07:06 +0000 (16:07 +0000)]
Added time report.
Report can be generated by member/activity/tracker/version and year/month/week for the selected period.

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

17 years agoAdded pagination on wiki page history.
Jean-Philippe Lang [Sat, 23 Jun 2007 18:53:45 +0000 (18:53 +0000)]
Added pagination on wiki page history.

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

17 years agoFixed Iconv::IllegalSequence errors in csv exports
Jean-Philippe Lang [Sat, 23 Jun 2007 16:55:17 +0000 (16:55 +0000)]
Fixed Iconv::IllegalSequence errors in csv exports

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

17 years agoFixed an error on welcome screen for users with no membership
Jean-Philippe Lang [Sat, 23 Jun 2007 16:36:01 +0000 (16:36 +0000)]
Fixed an error on welcome screen for users with no membership

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

17 years agoDon't show "Projects" label if projects list is empty.
Jean-Philippe Lang [Sat, 23 Jun 2007 14:10:13 +0000 (14:10 +0000)]
Don't show "Projects" label if projects list is empty.

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

17 years agoFixed confidentiality issue on account/show.
Jean-Philippe Lang [Sat, 23 Jun 2007 14:06:21 +0000 (14:06 +0000)]
Fixed confidentiality issue on account/show.
Only public projects or private projects that the logged in user belongs to are displayed.

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

17 years agoAdded per user custom queries.
Jean-Philippe Lang [Sat, 23 Jun 2007 13:49:29 +0000 (13:49 +0000)]
Added per user custom queries.
Any logged in user can now save queries (they are not visible to the other users).
Only users with explicit permission can manage queries that are visible to anyone.
The queries list is removed from the "Reports" view. It can now be accessed from the issues list.

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

17 years agoAdded page association on versioned WikiContent
Jean-Philippe Lang [Sun, 17 Jun 2007 19:32:58 +0000 (19:32 +0000)]
Added page association on versioned WikiContent

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

17 years agoA wiki page can now be attached to each version.
Jean-Philippe Lang [Thu, 14 Jun 2007 18:26:27 +0000 (18:26 +0000)]
A wiki page can now be attached to each version.
For that, edit the version and set the wiki page name (project wiki must be enabled).
The wiki page content is displayed for each version on the roadmap view.

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

17 years agoSwedish mail templates added (Thomas Habets)
Jean-Philippe Lang [Wed, 13 Jun 2007 16:56:37 +0000 (16:56 +0000)]
Swedish mail templates added (Thomas Habets)

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

17 years agoFixed version field on issue view page now links to the corresponding version in...
Jean-Philippe Lang [Tue, 12 Jun 2007 23:07:00 +0000 (23:07 +0000)]
Fixed version field on issue view page now links to the corresponding version in the roadmap.

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

17 years agoApplied this fix http://dev.rubyonrails.org/ticket/4967 to solve namespaced models...
Jean-Philippe Lang [Tue, 12 Jun 2007 23:03:38 +0000 (23:03 +0000)]
Applied this fix dev.rubyonrails.org/ticket/4967 to solve namespaced models dependencies problem.

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

17 years agoAdded an error message when trying to create an issue with no default status defined.
Jean-Philippe Lang [Tue, 12 Jun 2007 22:31:05 +0000 (22:31 +0000)]
Added an error message when trying to create an issue with no default status defined.

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

17 years agoAdded basic support for CVS and Mercurial SCMs.
Jean-Philippe Lang [Tue, 12 Jun 2007 20:12:05 +0000 (20:12 +0000)]
Added basic support for CVS and Mercurial SCMs.
Browsing, changesets fetching and diff viewing are implemented.
Only tested with local repositories.

Thanks to Ralph Vater for CVS specific code.

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

17 years agoAdded :dependent => :delete_all on IssueStatus Workflow association.
Jean-Philippe Lang [Thu, 31 May 2007 17:19:01 +0000 (17:19 +0000)]
Added :dependent => :delete_all on IssueStatus Workflow association.
Also added compact in find_new_statuses_allowed_to to remove nil statuses.

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