OSDN Git Service

redminele/redmine.git
16 years agoRemoved 'not null' constraint on position fields.
Jean-Philippe Lang [Mon, 22 Oct 2007 21:07:13 +0000 (21:07 +0000)]
Removed 'not null' constraint on position fields.
Previous migrations updated for new sqlite databases.

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

16 years agoSCM browser: directories can now be collapsed and re-expanded with no additional...
Jean-Philippe Lang [Mon, 22 Oct 2007 19:34:21 +0000 (19:34 +0000)]
SCM browser: directories can now be collapsed and re-expanded with no additional request.

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

16 years agoAdded a bit of AJAX on the SCM browser (tree view).
Jean-Philippe Lang [Mon, 22 Oct 2007 17:45:41 +0000 (17:45 +0000)]
Added a bit of AJAX on the SCM browser (tree view).

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

16 years agoCommit message parser:
Jean-Philippe Lang [Mon, 22 Oct 2007 16:52:36 +0000 (16:52 +0000)]
Commit message parser:
* Fixed: Error when parsing a commit message with duplicate issue identifiers
* Strip referencing and fixing keywords

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

16 years agoSVN integration: reposman.rb can now register created repositories in Redmine, so...
Jean-Philippe Lang [Sun, 21 Oct 2007 16:26:14 +0000 (16:26 +0000)]
SVN integration: reposman.rb can now register created repositories in Redmine, so that the administrator doesn't have to enter the repository url in Redmine once it's created.
To do so, use the --url option when running reposman (see reposman help).

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

16 years agoFixed flashes style for IE6.
Jean-Philippe Lang [Sun, 21 Oct 2007 14:30:01 +0000 (14:30 +0000)]
Fixed flashes style for IE6.

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

16 years ago* Emails footer can now be customized from the admin interface (Admin -> Email notifi...
Jean-Philippe Lang [Sun, 21 Oct 2007 14:10:07 +0000 (14:10 +0000)]
* Emails footer can now be customized from the admin interface (Admin -> Email notifications).
* Added html part to all email templates.

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

16 years agoAdded status and priority related classes for each row on the issue list so that...
Jean-Philippe Lang [Sat, 20 Oct 2007 16:47:10 +0000 (16:47 +0000)]
Added status and priority related classes for each row on the issue list so that a custom theme can colorize issues by priority or status.

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

16 years agoMore accurate vertical positioning of #main-menu
Jean-Philippe Lang [Sat, 20 Oct 2007 15:09:32 +0000 (15:09 +0000)]
More accurate vertical positioning of #main-menu

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

16 years agoMore flexible mail notifications settings at user level. A user has now 3 options:
Jean-Philippe Lang [Sat, 20 Oct 2007 12:47:05 +0000 (12:47 +0000)]
More flexible mail notifications settings at user level. A user has now 3 options:
* notification on any event on all his projects
* notification on any event on selected projects only (if the user belongs to more than 1 project)
* notification only for things that he watches or he is involded in (eg. issues that he watches or he is author or assignee)

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

16 years agoFixed: LDAP authentication crashes if one of the LDAP attributes name is left blank...
Jean-Philippe Lang [Fri, 19 Oct 2007 19:36:42 +0000 (19:36 +0000)]
Fixed: LDAP authentication crashes if one of the LDAP attributes name is left blank on the LDAP setup screen.
When not checking "On-the-fly" register, the 3 optional fields can now be safely left blank.

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

16 years agoFixed: unable to add a file to an issue without entering a note.
Jean-Philippe Lang [Fri, 19 Oct 2007 19:09:47 +0000 (19:09 +0000)]
Fixed: unable to add a file to an issue without entering a note.

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

16 years agoQuote subversion username and password in svn commands.
Jean-Philippe Lang [Fri, 19 Oct 2007 17:59:59 +0000 (17:59 +0000)]
Quote subversion username and password in svn commands.

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

16 years agoNew document form can be accessed from the document list with no additional request.
Jean-Philippe Lang [Thu, 18 Oct 2007 16:59:28 +0000 (16:59 +0000)]
New document form can be accessed from the document list with no additional request.

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

16 years agoAdded the ability to unassign issues with bulk edit.
Jean-Philippe Lang [Thu, 18 Oct 2007 16:29:23 +0000 (16:29 +0000)]
Added the ability to unassign issues with bulk edit.

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

16 years agoUpdated Polish translation (Mariusz Olejnik)
Jean-Philippe Lang [Thu, 18 Oct 2007 16:12:13 +0000 (16:12 +0000)]
Updated Polish translation (Mariusz Olejnik)

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

16 years agoRemoved issue assignment validation to avoid validation failure when updating the...
Jean-Philippe Lang [Thu, 18 Oct 2007 16:07:36 +0000 (16:07 +0000)]
Removed issue assignment validation to avoid validation failure when updating the issue and if the assignee is no longer a member of the project.

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

16 years agoDisallow /repositories/diff in robots.txt
Jean-Philippe Lang [Wed, 17 Oct 2007 19:18:20 +0000 (19:18 +0000)]
Disallow /repositories/diff in robots.txt

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

16 years agoAdded Hebrew translation (Bob Builder).
Jean-Philippe Lang [Tue, 16 Oct 2007 20:11:17 +0000 (20:11 +0000)]
Added Hebrew translation (Bob Builder).
Updated Bulgarian translation (Nikolay Solakov).

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

16 years agoAdded LDAPS support migration and fixed connection test flash messages.
Jean-Philippe Lang [Tue, 16 Oct 2007 19:19:10 +0000 (19:19 +0000)]
Added LDAPS support migration and fixed connection test flash messages.

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

16 years agoAdded LDAPS support for LDAP authentication.
Jean-Philippe Lang [Tue, 16 Oct 2007 19:09:21 +0000 (19:09 +0000)]
Added LDAPS support for LDAP authentication.

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

16 years agoFixed: log is not displayed when browsing a copy in a svn repository.
Jean-Philippe Lang [Mon, 15 Oct 2007 18:41:27 +0000 (18:41 +0000)]
Fixed: log is not displayed when browsing a copy in a svn repository.

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

16 years agoSearch engine: added a checkbox to search titles only (usefull when searching on...
Jean-Philippe Lang [Mon, 15 Oct 2007 16:53:39 +0000 (16:53 +0000)]
Search engine: added a checkbox to search titles only (usefull when searching on common words).

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

16 years agoSearch engine:
Jean-Philippe Lang [Mon, 15 Oct 2007 16:15:20 +0000 (16:15 +0000)]
Search engine:
* results are now displayed using different colors for tokens highlighting
* added label tag around "all words" checkbox

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

16 years agoFixed: 'Issues' table shows weird date for 'Start' and 'Due date' columns
Jean-Philippe Lang [Mon, 15 Oct 2007 15:58:53 +0000 (15:58 +0000)]
Fixed: 'Issues' table shows weird date for 'Start' and 'Due date' columns

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

16 years agoAdded reposman Ruby version (Nicolas Chuche).
Jean-Philippe Lang [Sun, 14 Oct 2007 17:27:04 +0000 (17:27 +0000)]
Added reposman Ruby version (Nicolas Chuche).

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

16 years agoSlight style change on plugin configuration view.
Jean-Philippe Lang [Sat, 13 Oct 2007 14:11:06 +0000 (14:11 +0000)]
Slight style change on plugin configuration view.

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

16 years agoRemoved inconsistent user manual stuff (html/docbook content and controller). Help...
Jean-Philippe Lang [Sat, 13 Oct 2007 10:30:24 +0000 (10:30 +0000)]
Removed inconsistent user manual stuff (html/docbook content and controller). Help link now points to the Redmine guide which will be more easy to maintain.
Also removed the useless components directory.

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

16 years agoRemoved translated email templates attachments_added and document_added (no longer...
Jean-Philippe Lang [Fri, 12 Oct 2007 18:04:56 +0000 (18:04 +0000)]
Removed translated email templates attachments_added and document_added (no longer usefull).

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

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