OSDN Git Service

redminele/redmine.git
16 years agoChanged author display on issues, news and document files.
Jean-Philippe Lang [Sat, 15 Sep 2007 15:20:08 +0000 (15:20 +0000)]
Changed author display on issues, news and document files.

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

16 years agoAdded 'Estimated hours' attribute on issues.
Jean-Philippe Lang [Sat, 15 Sep 2007 14:54:15 +0000 (14:54 +0000)]
Added 'Estimated hours' attribute on issues.

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

16 years agoProject modules are checked (default) when creating a project.
Jean-Philippe Lang [Sat, 15 Sep 2007 08:56:31 +0000 (08:56 +0000)]
Project modules are checked (default) when creating a project.

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

16 years agoMain project list now displays root projects with their subprojects.
Jean-Philippe Lang [Fri, 14 Sep 2007 19:55:51 +0000 (19:55 +0000)]
Main project list now displays root projects with their subprojects.
Added files turned into links (if not removed) on the issue history.

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

16 years agoMail notification options restored (default is: issue_added and issue_updated).
Jean-Philippe Lang [Fri, 14 Sep 2007 15:30:46 +0000 (15:30 +0000)]
Mail notification options restored (default is: issue_added and issue_updated).
Added mail notification when adding a news (disabled by default).

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

16 years agoFixed: Spent Time on Reports page only visible to administrators.
Jean-Philippe Lang [Fri, 14 Sep 2007 11:42:23 +0000 (11:42 +0000)]
Fixed: Spent Time on Reports page only visible to administrators.

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

16 years agoFixed: can't preview/save the very first wiki page.
Jean-Philippe Lang [Fri, 14 Sep 2007 11:35:47 +0000 (11:35 +0000)]
Fixed: can't preview/save the very first wiki page.

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

16 years agoAdded project module concept.
Jean-Philippe Lang [Fri, 14 Sep 2007 11:34:08 +0000 (11:34 +0000)]
Added project module concept.

A project module (eg. issue tracking, news, wiki,...) is a set of permissions that can enabled/disabled at project level.
For each project, modules can be enabled on the project settings view ('Modules' tab).
This requires a specific permission: 'Select project modules' (if this permission is turned off, only Redmine administrators can choose which modules a project uses).

When applying this migration, all modules are enabled for all existing projects.

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

16 years agoFixed: watchers should be notified even if they uncheck 'mail notifications'
Jean-Philippe Lang [Tue, 11 Sep 2007 18:13:32 +0000 (18:13 +0000)]
Fixed: watchers should be notified even if they uncheck 'mail notifications'

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

16 years agoNotifications about issues (add/edit) are now sent in plain text and html.
Jean-Philippe Lang [Tue, 11 Sep 2007 17:12:34 +0000 (17:12 +0000)]
Notifications about issues (add/edit) are now sent in plain text and html.
Removed lang specific strings in the corresponding mail templates, so that there is only one template for all languages.

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

16 years agoAdded Subversion repository unit tests.
Jean-Philippe Lang [Mon, 10 Sep 2007 18:23:44 +0000 (18:23 +0000)]
Added Subversion repository unit tests.

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

16 years agoAdded "% done" in the filter list.
Jean-Philippe Lang [Sun, 9 Sep 2007 19:46:28 +0000 (19:46 +0000)]
Added "% done" in the filter list.

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

16 years agoAdded the ability to rename wiki pages (specific permission required).
Jean-Philippe Lang [Sun, 9 Sep 2007 17:05:38 +0000 (17:05 +0000)]
Added the ability to rename wiki pages (specific permission required).

Existing links that point to the old page are preserved and automatically redirected to the new page (this behaviour can be disabled when renaming the page).

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

16 years agoSmall fix to TOC regexp.
Jean-Philippe Lang [Sun, 9 Sep 2007 10:41:02 +0000 (10:41 +0000)]
Small fix to TOC regexp.

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

16 years agoAdded automatic table of content support on wiki pages, based on h1., h2. and h3...
Jean-Philippe Lang [Sun, 9 Sep 2007 10:16:59 +0000 (10:16 +0000)]
Added automatic table of content support on wiki pages, based on h1., h2. and h3. headings.

To display the page TOC, insert a line with this tag:
{{toc}} or {{<toc}} => left aligned toc
{{>toc}} => right aligned toc

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

16 years agoUpdated INSTALL doc.
Jean-Philippe Lang [Sat, 8 Sep 2007 17:22:42 +0000 (17:22 +0000)]
Updated INSTALL doc.

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

16 years agoAdded javascript highlightment support (http://pastie.textmate.org/50774/)
Jean-Philippe Lang [Fri, 7 Sep 2007 21:30:46 +0000 (21:30 +0000)]
Added javascript highlightment support (pastie.textmate.org/50774/)

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

16 years agoRemoved @html_title assignments in controllers.
Jean-Philippe Lang [Fri, 7 Sep 2007 20:52:45 +0000 (20:52 +0000)]
Removed @html_title assignments in controllers.
Views can now set the header title using set_htmh_title(title) method.

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

16 years agoImproved Redmine links:
Jean-Philippe Lang [Fri, 7 Sep 2007 20:07:54 +0000 (20:07 +0000)]
Improved Redmine links:
* issue and changeset links generated only if the object exists
* issue subject and status appear in the link title
* strike issue link if issue is closed
* red wiki page link if page doesn't exist
* new icon for external links

Wiki page cache had to be disabled.

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

16 years agoFixed: 'Move' button always visible on issues list.
Jean-Philippe Lang [Fri, 7 Sep 2007 17:26:14 +0000 (17:26 +0000)]
Fixed: 'Move' button always visible on issues list.

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

16 years agoAutomatically scroll down to the preview when previewing wiki page.
Jean-Philippe Lang [Thu, 6 Sep 2007 21:56:40 +0000 (21:56 +0000)]
Automatically scroll down to the preview when previewing wiki page.

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

16 years agoAdded background on <pre> wiki blocks.
Jean-Philippe Lang [Thu, 6 Sep 2007 18:51:35 +0000 (18:51 +0000)]
Added background on <pre> wiki blocks.

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

16 years agoAdded code highlighting support in wiki, using this syntax:
Jean-Philippe Lang [Thu, 6 Sep 2007 17:06:07 +0000 (17:06 +0000)]
Added code highlighting support in wiki, using this syntax:

<pre><code> <-- cut here

  <pre><code class="ruby">
    Place you code here.
  </code></pre>

cut here --> </pre></code>

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

16 years ago'current week' filter fix.
Jean-Philippe Lang [Thu, 6 Sep 2007 16:24:12 +0000 (16:24 +0000)]
'current week' filter fix.

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

16 years agoRemoved RedCloth checks since it's now supplied with the application.
Jean-Philippe Lang [Wed, 5 Sep 2007 20:51:11 +0000 (20:51 +0000)]
Removed RedCloth checks since it's now supplied with the application.

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

16 years agoSearch field automatically focused.
Jean-Philippe Lang [Wed, 5 Sep 2007 20:13:06 +0000 (20:13 +0000)]
Search field automatically focused.

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

16 years agoFixed: custom field displayed as deleted in the issue history even if no value was...
Jean-Philippe Lang [Wed, 5 Sep 2007 19:56:33 +0000 (19:56 +0000)]
Fixed: custom field displayed as deleted in the issue history even if no value was set.

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

16 years agoIssue notes are now included in search.
Jean-Philippe Lang [Wed, 5 Sep 2007 19:37:13 +0000 (19:37 +0000)]
Issue notes are now included in search.
Fixed: search results too long when there are many matches.
Fixed: search results not escaped.

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

16 years agoAdded a new value for date filters: 'this week'
Jean-Philippe Lang [Wed, 5 Sep 2007 17:47:17 +0000 (17:47 +0000)]
Added a new value for date filters: 'this week'

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

16 years agoSubprojects are now grouped by projects in the 'Projects' top navigation drop-down...
Jean-Philippe Lang [Wed, 5 Sep 2007 17:24:22 +0000 (17:24 +0000)]
Subprojects are now grouped by projects in the 'Projects' top navigation drop-down menu.

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

16 years agoAdded an index on custom_values table (customized_type + customized_id columns) to...
Jean-Philippe Lang [Tue, 4 Sep 2007 22:07:44 +0000 (22:07 +0000)]
Added an index on custom_values table (customized_type + customized_id columns) to speed up issue queries that use custom field filters.

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

16 years agoSmall fix in Mailer.
Jean-Philippe Lang [Tue, 4 Sep 2007 16:58:30 +0000 (16:58 +0000)]
Small fix in Mailer.

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

16 years ago'Due in' label removed from the changelog view.
Jean-Philippe Lang [Sun, 2 Sep 2007 20:47:41 +0000 (20:47 +0000)]
'Due in' label removed from the changelog view.

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

16 years agoAdded Redmine::WikiFormatting module and tests for wiki links.
Jean-Philippe Lang [Sun, 2 Sep 2007 20:41:47 +0000 (20:41 +0000)]
Added Redmine::WikiFormatting module and tests for wiki links.
RedCloth librairy is now present in Redmine lib directory.

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

16 years agoFix: Inline image links broken in rev 690.
Jean-Philippe Lang [Sun, 2 Sep 2007 15:06:29 +0000 (15:06 +0000)]
Fix: Inline image links broken in rev 690.
TODO: Fix urls with &

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

16 years agoButtons (edit, watch...) on issues/show are now located in the upper-right corner.
Jean-Philippe Lang [Sun, 2 Sep 2007 14:34:13 +0000 (14:34 +0000)]
Buttons (edit, watch...) on issues/show are now located in the upper-right corner.
Pdf export link is at the bottom of the screen.

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

16 years agoChanged the application default title (redMine -> Redmine).
Jean-Philippe Lang [Sun, 2 Sep 2007 12:22:17 +0000 (12:22 +0000)]
Changed the application default title (redMine -> Redmine).

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

16 years agoSmall fix in issue history display.
Jean-Philippe Lang [Sun, 2 Sep 2007 12:20:05 +0000 (12:20 +0000)]
Small fix in issue history display.

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

16 years agoTrac importer: 'resolution' field imported with history as a custom field.
Jean-Philippe Lang [Sun, 2 Sep 2007 12:00:48 +0000 (12:00 +0000)]
Trac importer: 'resolution' field imported with history as a custom field.

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

16 years agoTrac importer now migrates status changes.
Jean-Philippe Lang [Sun, 2 Sep 2007 10:07:04 +0000 (10:07 +0000)]
Trac importer now migrates status changes.

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

16 years agoTrac importer now checks the existence of trac.db and attachments directory before...
Jean-Philippe Lang [Sun, 2 Sep 2007 09:12:49 +0000 (09:12 +0000)]
Trac importer now checks the existence of trac.db and attachments directory before processing.

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

16 years agoAdded namespace for Redmine specific rake tasks.
Jean-Philippe Lang [Sun, 2 Sep 2007 08:08:10 +0000 (08:08 +0000)]
Added namespace for Redmine specific rake tasks.

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

16 years agoFixed: auto-generated links corrupted when url contains & characters in the query...
Jean-Philippe Lang [Sat, 1 Sep 2007 20:17:45 +0000 (20:17 +0000)]
Fixed: auto-generated links corrupted when url contains & characters in the query string.

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

16 years agoTrac importer initial commit. The script migrates:
Jean-Philippe Lang [Sat, 1 Sep 2007 20:03:34 +0000 (20:03 +0000)]
Trac importer initial commit. The script migrates:
* users (default password = 'trac')
* components
* milestones
* tickets
* ticket comments, files, custom fields
* wiki

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

16 years agoAdded 'reported by me' and 'assigned to me' issue feeds on 'My page'.
Jean-Philippe Lang [Fri, 31 Aug 2007 21:43:13 +0000 (21:43 +0000)]
Added 'reported by me' and 'assigned to me' issue feeds on 'My page'.

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

16 years agoAdded the ability to move issues (to another project) without changing their trackers.
Jean-Philippe Lang [Fri, 31 Aug 2007 20:56:14 +0000 (20:56 +0000)]
Added the ability to move issues (to another project) without changing their trackers.
Added length validation for homepage project attribute.

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

16 years agoAdded atom feed on the new cross-project issue list.
Jean-Philippe Lang [Fri, 31 Aug 2007 20:22:36 +0000 (20:22 +0000)]
Added atom feed on the new cross-project issue list.

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

16 years agoAdded cache for application settings (Setting model).
Jean-Philippe Lang [Fri, 31 Aug 2007 17:45:32 +0000 (17:45 +0000)]
Added cache for application settings (Setting model).
Once the values are cached, only one database query is done at each user request (to check if the cache is still valid).

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

16 years agoAdded a cross-project issue list. It displays the issues of all the projects visible...
Jean-Philippe Lang [Fri, 31 Aug 2007 17:02:44 +0000 (17:02 +0000)]
Added a cross-project issue list. It displays the issues of all the projects visible by the user.
The users list available in the filters ('assigned to' / 'created by') is made of the members of all projects the current user belongs to.
For now, this view is only accessible from 'My page' ('issues assigned to me' or 'issues reported by me' blocks, to view the full lists)

On 'My page', assigned issue are now sorted by priority.

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

16 years agoFixed: autologin broken.
Jean-Philippe Lang [Thu, 30 Aug 2007 16:33:50 +0000 (16:33 +0000)]
Fixed: autologin broken.

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

16 years agoAdded Redmine::Info to store various information about the application.
Jean-Philippe Lang [Wed, 29 Aug 2007 22:27:43 +0000 (22:27 +0000)]
Added Redmine::Info to store various information about the application.

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

16 years agoFixed: "new issue" drop-down only visible by admin users.
Jean-Philippe Lang [Wed, 29 Aug 2007 21:52:50 +0000 (21:52 +0000)]
Fixed: "new issue" drop-down only visible by admin users.

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

16 years agoAdded border and padding on wiki table headers.
Jean-Philippe Lang [Wed, 29 Aug 2007 21:43:01 +0000 (21:43 +0000)]
Added border and padding on wiki table headers.

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

16 years agoTranslated a few strings in fr.yml
Jean-Philippe Lang [Wed, 29 Aug 2007 20:17:52 +0000 (20:17 +0000)]
Translated a few strings in fr.yml

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

16 years agoFixed: "subproject of" list should not show archived projects.
Jean-Philippe Lang [Wed, 29 Aug 2007 20:13:02 +0000 (20:13 +0000)]
Fixed: "subproject of" list should not show archived projects.

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

16 years agoAdded the ability to reset its own RSS access key on "My account".
Jean-Philippe Lang [Wed, 29 Aug 2007 20:07:28 +0000 (20:07 +0000)]
Added the ability to reset its own RSS access key on "My account".

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

16 years agoSome deprecation fixes (end_form_tag and count API).
Jean-Philippe Lang [Wed, 29 Aug 2007 17:25:22 +0000 (17:25 +0000)]
Some deprecation fixes (end_form_tag and count API).

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

16 years agoFix: error when posting to projects/add or users/add with no custom_fields parameter.
Jean-Philippe Lang [Wed, 29 Aug 2007 17:07:28 +0000 (17:07 +0000)]
Fix: error when posting to projects/add or users/add with no custom_fields parameter.

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

16 years agoMerged 0.6 branch into trunk.
Jean-Philippe Lang [Wed, 29 Aug 2007 16:52:35 +0000 (16:52 +0000)]
Merged 0.6 branch into trunk.
Permissions management was rewritten. Some permissions can now be specifically defined for non member and anonymous users.
This migration:
* is irreversible (please, don't forget to *backup* your database before upgrading)
* resets role's permissions (go to "Admin -> Roles & Permissions" to set them after upgrading)

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

16 years agoFixed: queries with multiple custom fields return no result.
Jean-Philippe Lang [Sun, 26 Aug 2007 12:29:53 +0000 (12:29 +0000)]
Fixed: queries with multiple custom fields return no result.

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

16 years agoAdded missing image.
Jean-Philippe Lang [Sun, 26 Aug 2007 12:29:00 +0000 (12:29 +0000)]
Added missing image.

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

16 years agoGantt chart can now be exported to a graphic file (png).
Jean-Philippe Lang [Sun, 26 Aug 2007 07:55:57 +0000 (07:55 +0000)]
Gantt chart can now be exported to a graphic file (png).
This functionality is only available if RMagick is present.

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

16 years agoFixed: calendar and gantt not updated when adding/editing/deleting a project version.
Jean-Philippe Lang [Sat, 25 Aug 2007 20:19:19 +0000 (20:19 +0000)]
Fixed: calendar and gantt not updated when adding/editing/deleting a project version.

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

16 years agoReplaced hard-coded urls in Mailer#attachments_add
Jean-Philippe Lang [Sat, 25 Aug 2007 20:09:33 +0000 (20:09 +0000)]
Replaced hard-coded urls in Mailer#attachments_add

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

16 years agoAutomatic closing of duplicate issues.
Jean-Philippe Lang [Sat, 25 Aug 2007 17:45:51 +0000 (17:45 +0000)]
Automatic closing of duplicate issues.
When closing an issue, all related issues marked as duplicates are now also closed.

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

16 years agoFixed: Bad url to project forums from the wiki home page.
Jean-Philippe Lang [Sat, 25 Aug 2007 16:40:52 +0000 (16:40 +0000)]
Fixed: Bad url to project forums from the wiki home page.

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

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