OSDN Git Service

redminele/redmine.git
16 years agoAdded html part to news_added mail.
Jean-Philippe Lang [Fri, 12 Oct 2007 17:22:18 +0000 (17:22 +0000)]
Added html part to news_added mail.

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

16 years agoMoved translated strings of 'register' and 'lost password' mail templates to lang...
Jean-Philippe Lang [Fri, 12 Oct 2007 16:28:06 +0000 (16:28 +0000)]
Moved translated strings of 'register' and 'lost password' mail templates to lang files.

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

16 years agoStatus can now be updated when bulk editing issues.
Jean-Philippe Lang [Fri, 12 Oct 2007 15:55:06 +0000 (15:55 +0000)]
Status can now be updated when bulk editing issues.
Workflow permissions are applied as when changing the status of a single issue. The issue is not saved (and an error is displayed) if the status transition is not allowed for the user.

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

16 years agoFixed: Can not set 'No change' value for commit_fix_done_ratio setting.
Jean-Philippe Lang [Fri, 12 Oct 2007 15:11:10 +0000 (15:11 +0000)]
Fixed: Can not set 'No change' value for commit_fix_done_ratio setting.

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

16 years agoGantt chart:
Jean-Philippe Lang [Thu, 11 Oct 2007 20:57:37 +0000 (20:57 +0000)]
Gantt chart:
* now starts at the current month by default
* month count and zoom factor are automatically saved as user preferences

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

16 years agoFixed: unable to change how many months are displayed on the gantt.
Jean-Philippe Lang [Thu, 11 Oct 2007 20:38:49 +0000 (20:38 +0000)]
Fixed: unable to change how many months are displayed on the gantt.

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

16 years agoUpdated Japanese translation (Go Maeda).
Jean-Philippe Lang [Thu, 11 Oct 2007 17:32:09 +0000 (17:32 +0000)]
Updated Japanese translation (Go Maeda).

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

16 years agoBulk editing:
Jean-Philippe Lang [Thu, 11 Oct 2007 17:20:23 +0000 (17:20 +0000)]
Bulk editing:
* Fixed: Done ratio always set to 0 even if (No change) is selected
* Added mail notifications

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

16 years agoBulk editing:
Jean-Philippe Lang [Thu, 11 Oct 2007 17:20:02 +0000 (17:20 +0000)]
Bulk editing:
* Fixed: Done ratio always set to 0 even if (No change) is selected
* Added mail notifications

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

16 years agoAdded revision number in Redmine::VERSION (the revision number is read from .svn...
Jean-Philippe Lang [Thu, 11 Oct 2007 16:59:08 +0000 (16:59 +0000)]
Added revision number in Redmine::VERSION (the revision number is read from .svn/entries if it exists).

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

16 years agoFixed: a user not authorized to edit wiki pages gets the edit form if the page doesn...
Jean-Philippe Lang [Wed, 10 Oct 2007 21:18:10 +0000 (21:18 +0000)]
Fixed: a user not authorized to edit wiki pages gets the edit form if the page doesn't exist. He now gets a 404.

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

16 years agoAdded custom fields in issue related mail notifications.
Jean-Philippe Lang [Wed, 10 Oct 2007 19:43:54 +0000 (19:43 +0000)]
Added custom fields in issue related mail notifications.

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

16 years agoAdded the ability to set the "done ratio" of issues fixed by commit (original path...
Jean-Philippe Lang [Wed, 10 Oct 2007 18:56:59 +0000 (18:56 +0000)]
Added the ability to set the "done ratio" of issues fixed by commit (original path by Nikolay Solakov, slightly edited).

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

16 years agoFixed: Bulk edit doesn't change the category or fixed version properties.
Jean-Philippe Lang [Wed, 10 Oct 2007 18:08:49 +0000 (18:08 +0000)]
Fixed: Bulk edit doesn't change the category or fixed version properties.

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

16 years agoAdded missing string in lang files.
Jean-Philippe Lang [Wed, 10 Oct 2007 17:27:14 +0000 (17:27 +0000)]
Added missing string in lang files.

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

16 years agoAdded basic Theme support.
Jean-Philippe Lang [Wed, 10 Oct 2007 17:17:37 +0000 (17:17 +0000)]
Added basic Theme support.
Theme is set at application level (in Admin -> Settings).
For now, themes can override stylesheets only (application.css).

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

16 years agoAdded 'Bulk edit' functionality.
Jean-Philippe Lang [Tue, 9 Oct 2007 19:07:19 +0000 (19:07 +0000)]
Added 'Bulk edit' functionality.
This can be done by clicking on the edit link (little pen icon) at the upper-left corner of the issue list.
Most properties can be set (priority, assignee, category, fixed version, start and due dates, done ratio) and a note can be entered.
Only issues of the current project can be selected for bulk edit (subproject issues can't).

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

16 years agoSet enumeration positions and default priority (Normal) in default configuration...
Jean-Philippe Lang [Mon, 8 Oct 2007 16:58:52 +0000 (16:58 +0000)]
Set enumeration positions and default priority (Normal) in default configuration data.

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

16 years agoCalendar:
Jean-Philippe Lang [Sun, 7 Oct 2007 20:07:11 +0000 (20:07 +0000)]
Calendar:
* added an helper and moved the rendering code to a shared partial (used by project calendar and my calendar)
* first day of week can now be set in lang files (general_first_day_of_week)

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

16 years agoDefault encodings for repository files can now be set in application settings (Admin...
Jean-Philippe Lang [Sun, 7 Oct 2007 15:21:40 +0000 (15:21 +0000)]
Default encodings for repository files can now be set in application settings (Admin -> Settings -> Repositories encodings).
These encodings are used to convert files content and diff to UTF-8 so that they're properly displayed.
Multiple values are allowed (comma separated).

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

16 years agoFixed: improper 0x5c char handling in PDF output (Go Maeda).
Jean-Philippe Lang [Sat, 6 Oct 2007 14:27:35 +0000 (14:27 +0000)]
Fixed: improper 0x5c char handling in PDF output (Go Maeda).

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

16 years agoAdded preview on add/edit issue form.
Jean-Philippe Lang [Sat, 6 Oct 2007 08:54:05 +0000 (08:54 +0000)]
Added preview on add/edit issue form.

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

16 years agoContent of projects/add_issue.rhtml and issues/edit.rhtml moved to a shared partial.
Jean-Philippe Lang [Sat, 6 Oct 2007 08:08:29 +0000 (08:08 +0000)]
Content of projects/add_issue.rhtml and issues/edit.rhtml moved to a shared partial.

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

16 years agoMerged IssuesController#export_pdf into IssuesController#show.
Jean-Philippe Lang [Fri, 5 Oct 2007 23:17:49 +0000 (23:17 +0000)]
Merged IssuesController#export_pdf into IssuesController#show.

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

16 years agoFixed: Migration 71 broken if run with code >= r803 (Enumeration#before_save relies...
Jean-Philippe Lang [Fri, 5 Oct 2007 22:53:26 +0000 (22:53 +0000)]
Fixed: Migration 71 broken if run with code >= r803 (Enumeration#before_save relies on an attribute added in migration 72).

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

16 years agoSligth changes on my page issue tables and wiki history, changesets tables.
Jean-Philippe Lang [Fri, 5 Oct 2007 20:34:21 +0000 (20:34 +0000)]
Sligth changes on my page issue tables and wiki history, changesets tables.

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

16 years ago'Manage repository' permission requires to be a project member.
Jean-Philippe Lang [Fri, 5 Oct 2007 20:08:46 +0000 (20:08 +0000)]
'Manage repository' permission requires to be a project member.

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

16 years agoAdded label tags on role form permission checkboxes.
Jean-Philippe Lang [Fri, 5 Oct 2007 20:06:53 +0000 (20:06 +0000)]
Added label tags on role form permission checkboxes.

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

16 years agoFixed: Title with non-ascii characters breaks wiki
Jean-Philippe Lang [Fri, 5 Oct 2007 19:33:25 +0000 (19:33 +0000)]
Fixed: Title with non-ascii characters breaks wiki

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

16 years agoAdded some accesskeys:
Jean-Philippe Lang [Fri, 5 Oct 2007 18:05:41 +0000 (18:05 +0000)]
Added some accesskeys:
* e => edit
* r => preview
* f => quick search
* 4 => search

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

16 years agoAdded default value for enumerations.
Jean-Philippe Lang [Fri, 5 Oct 2007 17:44:15 +0000 (17:44 +0000)]
Added default value for enumerations.
Only default issue priority is actually used.

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

16 years agoAdded wiki_syntax.html Japanese translation (Motohiro Takayama).
Jean-Philippe Lang [Thu, 4 Oct 2007 18:59:21 +0000 (18:59 +0000)]
Added wiki_syntax.html Japanese translation (Motohiro Takayama).

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

16 years agoIssues sorted by priority position.
Jean-Philippe Lang [Thu, 4 Oct 2007 17:15:55 +0000 (17:15 +0000)]
Issues sorted by priority position.

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

16 years agoAdded position on Enumeration model.
Jean-Philippe Lang [Thu, 4 Oct 2007 17:04:50 +0000 (17:04 +0000)]
Added position on Enumeration model.

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

16 years agoUpdated Japanese translation (Go Maeda).
Jean-Philippe Lang [Wed, 3 Oct 2007 19:02:07 +0000 (19:02 +0000)]
Updated Japanese translation (Go Maeda).

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

16 years agoUpdated Spanish translation (Manuel Garcia Ortega).
Jean-Philippe Lang [Wed, 3 Oct 2007 18:59:08 +0000 (18:59 +0000)]
Updated Spanish translation (Manuel Garcia Ortega).

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

16 years agoFixed: pagination broken on news list with Opera.
Jean-Philippe Lang [Wed, 3 Oct 2007 18:43:38 +0000 (18:43 +0000)]
Fixed: pagination broken on news list with Opera.

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

16 years agoFixed: URL with ~ broken in wiki formatting.
Jean-Philippe Lang [Wed, 3 Oct 2007 18:00:50 +0000 (18:00 +0000)]
Fixed: URL with ~ broken in wiki formatting.
All RedCloth quick phrase modifiers are now limited to a single line.

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

16 years agoFixed: can't select columns when creating a new query.
Jean-Philippe Lang [Wed, 3 Oct 2007 17:38:18 +0000 (17:38 +0000)]
Fixed: can't select columns when creating a new query.

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

16 years agoPerformance improvement on calendar and gantt (about 45% on gantt for large number...
Jean-Philippe Lang [Wed, 3 Oct 2007 17:20:04 +0000 (17:20 +0000)]
Performance improvement on calendar and gantt (about 45% on gantt for large number of issues).
Partial issues/_tooltip is replaced by an helper and some translated strings are now cached.

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

16 years agoSmall fix in project activity feed.
Jean-Philippe Lang [Mon, 1 Oct 2007 18:49:31 +0000 (18:49 +0000)]
Small fix in project activity feed.

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

16 years agoBetter handling of external link style assignment.
Jean-Philippe Lang [Mon, 1 Oct 2007 17:45:40 +0000 (17:45 +0000)]
Better handling of external link style assignment.

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

16 years agoFixed TOC positionning in wiki pages.
Jean-Philippe Lang [Mon, 1 Oct 2007 16:46:46 +0000 (16:46 +0000)]
Fixed TOC positionning in wiki pages.

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

16 years agoSpan caps turned off in textile formatting.
Jean-Philippe Lang [Mon, 1 Oct 2007 15:25:31 +0000 (15:25 +0000)]
Span caps turned off in textile formatting.

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

16 years agoAdded label tags on various checkboxes.
Jean-Philippe Lang [Mon, 1 Oct 2007 15:22:03 +0000 (15:22 +0000)]
Added label tags on various checkboxes.

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

16 years agoDon't show attributes on role form for built-in roles.
Jean-Philippe Lang [Mon, 1 Oct 2007 14:00:38 +0000 (14:00 +0000)]
Don't show attributes on role form for built-in roles.

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

16 years agoRemoved ProjectsController#feeds. This view was incomplete and inconsistent with...
Jean-Philippe Lang [Mon, 1 Oct 2007 13:13:04 +0000 (13:13 +0000)]
Removed ProjectsController#feeds. This view was incomplete and inconsistent with permissions.
Feeds can still be accessed from the corresponding screens (eg. news feed is accessible from the news view).

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

16 years agoMoved media print specific styles to application.css (print.css removed).
Jean-Philippe Lang [Mon, 1 Oct 2007 12:36:38 +0000 (12:36 +0000)]
Moved media print specific styles to application.css (print.css removed).

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

16 years agoDefault columns displayed on the issue list can now be selected at application level.
Jean-Philippe Lang [Mon, 1 Oct 2007 12:04:24 +0000 (12:04 +0000)]
Default columns displayed on the issue list can now be selected at application level.
Saved queries can overide this selection.

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

16 years agoCustom query columns: checkboxes replaced by two selects that let the user specify...
Jean-Philippe Lang [Mon, 1 Oct 2007 11:39:34 +0000 (11:39 +0000)]
Custom query columns: checkboxes replaced by two selects that let the user specify columns order.

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

16 years agoAdded a checkbox on custom query form to explicitly say if the query uses default...
Jean-Philippe Lang [Mon, 1 Oct 2007 10:44:45 +0000 (10:44 +0000)]
Added a checkbox on custom query form to explicitly say if the query uses default columns or not.

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

16 years agoAdded the ability to customize columns of a saved query.
Jean-Philippe Lang [Mon, 1 Oct 2007 08:44:17 +0000 (08:44 +0000)]
Added the ability to customize columns of a saved query.

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

16 years agoFixed: Can not authenticate user against LDAP if its DN contains non-ascii characters.
Jean-Philippe Lang [Sun, 30 Sep 2007 18:07:23 +0000 (18:07 +0000)]
Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters.

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

16 years agoAdded svn command output to error log when SubversionAdapter#entries parsing fails.
Jean-Philippe Lang [Sun, 30 Sep 2007 17:38:07 +0000 (17:38 +0000)]
Added svn command output to error log when SubversionAdapter#entries parsing fails.

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

16 years agoAdded Romanian translation (Csongor Bartus).
Jean-Philippe Lang [Sun, 30 Sep 2007 15:40:20 +0000 (15:40 +0000)]
Added Romanian translation (Csongor Bartus).
Fixed a typo in en.yml.

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

16 years agoFixed: Manage pu(b)lic queries typo (Thomas Lecavelier).
Jean-Philippe Lang [Sun, 30 Sep 2007 15:32:03 +0000 (15:32 +0000)]
Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier).
As this fix modifies manage_public_queries permission symbol, this permission has to re-entered.

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

16 years agoUpdated Japanese language file for calendar (Go Maeda).
Jean-Philippe Lang [Sun, 30 Sep 2007 15:26:59 +0000 (15:26 +0000)]
Updated Japanese language file for calendar (Go Maeda).

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

16 years agoUpdated polish translation (Tomasz Gawryl).
Jean-Philippe Lang [Sun, 30 Sep 2007 15:23:12 +0000 (15:23 +0000)]
Updated polish translation (Tomasz Gawryl).

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

16 years agoFixed: Links get chopped by punctuation marks in anchors.
Jean-Philippe Lang [Sun, 30 Sep 2007 15:16:58 +0000 (15:16 +0000)]
Fixed: Links get chopped by punctuation marks in anchors.

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

16 years agoRedmine acts_as_* plugins moved to vendor/plugins.
Jean-Philippe Lang [Sat, 29 Sep 2007 10:37:08 +0000 (10:37 +0000)]
Redmine acts_as_* plugins moved to vendor/plugins.

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

16 years agoSligth changes to wiki views.
Jean-Philippe Lang [Sat, 29 Sep 2007 10:26:57 +0000 (10:26 +0000)]
Sligth changes to wiki views.

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

16 years agoNative eol property set on config/*
Jean-Philippe Lang [Thu, 27 Sep 2007 22:30:57 +0000 (22:30 +0000)]
Native eol property set on config/*

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

16 years agoFixed: unable to migrate from an empty database.
Jean-Philippe Lang [Thu, 27 Sep 2007 22:24:09 +0000 (22:24 +0000)]
Fixed: unable to migrate from an empty database.
(Message model is loaded at startup, which fails if it doesn't exist)

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

16 years agoSlight style update.
Jean-Philippe Lang [Thu, 27 Sep 2007 19:56:33 +0000 (19:56 +0000)]
Slight style update.

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

16 years agoFixed: Links to other wiki pages in headings get corrupted (class attributes shown).
Jean-Philippe Lang [Thu, 27 Sep 2007 19:44:23 +0000 (19:44 +0000)]
Fixed: Links to other wiki pages in headings get corrupted (class attributes shown).

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

16 years agoAdded wiki index by date.
Jean-Philippe Lang [Thu, 27 Sep 2007 19:35:53 +0000 (19:35 +0000)]
Added wiki index by date.

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

16 years agoUpdated lang files (:label_result)
Jean-Philippe Lang [Thu, 27 Sep 2007 18:52:02 +0000 (18:52 +0000)]
Updated lang files (:label_result)

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

16 years agoSearch engines now supports pagination.
Jean-Philippe Lang [Thu, 27 Sep 2007 17:28:22 +0000 (17:28 +0000)]
Search engines now supports pagination.
Results are sorted in reverse chronological order.

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

16 years agoSlight changes to the stylesheet and footer.
Jean-Philippe Lang [Tue, 25 Sep 2007 16:44:09 +0000 (16:44 +0000)]
Slight changes to the stylesheet and footer.

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

16 years agoAdded Czech translation (Jan Kadlecek).
Jean-Philippe Lang [Tue, 25 Sep 2007 16:37:51 +0000 (16:37 +0000)]
Added Czech translation (Jan Kadlecek).

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

16 years agoBoards: new message form displayed with no additional request.
Jean-Philippe Lang [Mon, 24 Sep 2007 19:54:48 +0000 (19:54 +0000)]
Boards: new message form displayed with no additional request.

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

16 years agoSlight change to issues/show.
Jean-Philippe Lang [Mon, 24 Sep 2007 19:26:09 +0000 (19:26 +0000)]
Slight change to issues/show.

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

16 years agoSligth stylesheet change.
Jean-Philippe Lang [Mon, 24 Sep 2007 18:59:35 +0000 (18:59 +0000)]
Sligth stylesheet change.

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

16 years agoAdded a named route for the home page.
Jean-Philippe Lang [Mon, 24 Sep 2007 18:38:45 +0000 (18:38 +0000)]
Added a named route for the home page.

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

16 years agoFixed projects search.
Jean-Philippe Lang [Mon, 24 Sep 2007 18:08:24 +0000 (18:08 +0000)]
Fixed projects search.

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

16 years agoSearch engine now only searches objects the user is allowed to view.
Jean-Philippe Lang [Mon, 24 Sep 2007 17:46:25 +0000 (17:46 +0000)]
Search engine now only searches objects the user is allowed to view.

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

16 years agoProject activity view now only shows what the user is allowed to view.
Jean-Philippe Lang [Mon, 24 Sep 2007 17:33:24 +0000 (17:33 +0000)]
Project activity view now only shows what the user is allowed to view.

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

16 years agoAdded length validation for IssueCategory name.
Jean-Philippe Lang [Mon, 24 Sep 2007 17:15:05 +0000 (17:15 +0000)]
Added length validation for IssueCategory name.

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

16 years agoModified history.png
Jean-Philippe Lang [Sun, 23 Sep 2007 22:18:45 +0000 (22:18 +0000)]
Modified history.png

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

16 years agoFixed: Planning title displayed in the project sidebar even if there is no link below.
Jean-Philippe Lang [Sun, 23 Sep 2007 22:00:21 +0000 (22:00 +0000)]
Fixed: Planning title displayed in the project sidebar even if there is no link below.

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

16 years agoAdded a sample plugin.
Jean-Philippe Lang [Sun, 23 Sep 2007 18:50:53 +0000 (18:50 +0000)]
Added a sample plugin.

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

16 years agoBasic plugin support.
Jean-Philippe Lang [Sun, 23 Sep 2007 17:19:27 +0000 (17:19 +0000)]
Basic plugin support.

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

16 years agoSubversion repository now accepts svn+ssh url.
Jean-Philippe Lang [Sat, 22 Sep 2007 21:02:41 +0000 (21:02 +0000)]
Subversion repository now accepts svn+ssh url.

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

16 years agoThe news list now shows the full news contents.
Jean-Philippe Lang [Sat, 22 Sep 2007 17:52:43 +0000 (17:52 +0000)]
The news list now shows the full news contents.
News add/edit forms are now accessible with no additional request.

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

16 years agoAdded polish translation (Tomasz Gawryl).
Jean-Philippe Lang [Sat, 22 Sep 2007 14:56:09 +0000 (14:56 +0000)]
Added polish translation (Tomasz Gawryl).
Added a gloc task to update lang files based on the english file content.

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

16 years agoFixed: error in calendar french translation (Thomas Lecavelier).
Jean-Philippe Lang [Sat, 22 Sep 2007 14:12:44 +0000 (14:12 +0000)]
Fixed: error in calendar french translation (Thomas Lecavelier).

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

16 years agoApplication layout refactored.
Jean-Philippe Lang [Sat, 22 Sep 2007 13:17:49 +0000 (13:17 +0000)]
Application layout refactored.
The project menu is now the main menu.

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

16 years agoFixed: error in english string :label_end_to_start
Jean-Philippe Lang [Fri, 21 Sep 2007 15:24:52 +0000 (15:24 +0000)]
Fixed: error in english string :label_end_to_start

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

16 years agoFixed: project homepage length validation inconsistent with database field.
Jean-Philippe Lang [Thu, 20 Sep 2007 18:58:19 +0000 (18:58 +0000)]
Fixed: project homepage length validation inconsistent with database field.

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

16 years agoFixed setting value serialization.
Jean-Philippe Lang [Wed, 19 Sep 2007 16:29:45 +0000 (16:29 +0000)]
Fixed setting value serialization.

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

16 years agoAdded 2 log messages in SubversionAdapter#entries.
Jean-Philippe Lang [Tue, 18 Sep 2007 21:22:28 +0000 (21:22 +0000)]
Added 2 log messages in SubversionAdapter#entries.

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

16 years agoFixed: Oracle error when saving serialized setting (eg. mail notifications)
Jean-Philippe Lang [Tue, 18 Sep 2007 17:50:17 +0000 (17:50 +0000)]
Fixed: Oracle error when saving serialized setting (eg. mail notifications)

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

16 years agoFixed: RMagick not loaded on case sensitive filesystems.
Jean-Philippe Lang [Mon, 17 Sep 2007 16:56:11 +0000 (16:56 +0000)]
Fixed: RMagick not loaded on case sensitive filesystems.

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

16 years agoFixed: error on document list with a document without description.
Jean-Philippe Lang [Mon, 17 Sep 2007 16:52:39 +0000 (16:52 +0000)]
Fixed: error on document list with a document without description.

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

16 years agoFixed: error when uploading a file with a content type longer than 60 chars.
Jean-Philippe Lang [Mon, 17 Sep 2007 16:51:39 +0000 (16:51 +0000)]
Fixed: error when uploading a file with a content type longer than 60 chars.
(Maximum size changed to 255. Mime type not saved if longer)

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

16 years agoAdded RMagick availability on admin/info.
Jean-Philippe Lang [Sat, 15 Sep 2007 20:39:40 +0000 (20:39 +0000)]
Added RMagick availability on admin/info.

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

16 years agoUpdated german translation (Thomas Löber).
Jean-Philippe Lang [Sat, 15 Sep 2007 20:14:12 +0000 (20:14 +0000)]
Updated german translation (Thomas Löber).

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

16 years agoDate added as acronym title in ApplicationHelper#authoring
Jean-Philippe Lang [Sat, 15 Sep 2007 17:56:48 +0000 (17:56 +0000)]
Date added as acronym title in ApplicationHelper#authoring

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

16 years agoFixed: lines in wiki content containing just a single wiki link are not displayed.
Jean-Philippe Lang [Sat, 15 Sep 2007 17:17:09 +0000 (17:17 +0000)]
Fixed: lines in wiki content containing just a single wiki link are not displayed.

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

16 years agoFixed: unable to save a new wiki page that just contains the default h1 title
Jean-Philippe Lang [Sat, 15 Sep 2007 16:57:37 +0000 (16:57 +0000)]
Fixed: unable to save a new wiki page that just contains the default h1 title

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