]>
source.dussan.org Git - redmine.git/log
Jean-Philippe Lang [Sun, 4 Nov 2007 13:19:42 +0000 (13:19 +0000)]
Slight changes for 0.6.0 release.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@883
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 4 Nov 2007 11:49:03 +0000 (11:49 +0000)]
LDAP authentication: only ask for the user's DN if on-the-fly registration is disabled
git-svn-id: http://redmine.rubyforge.org/svn/trunk@882
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 4 Nov 2007 11:40:17 +0000 (11:40 +0000)]
Removed IssueStatus html_color attribute.
Issue list colorization can be done using a custom theme. Each row is given a class that correspond to the issue status (eg. status-1 where 1 is the status position).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@881
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 4 Nov 2007 11:20:21 +0000 (11:20 +0000)]
Pretty URL for the repository browser (Cyril Mougel)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@880
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 4 Nov 2007 11:15:04 +0000 (11:15 +0000)]
Added radio buttons on the documents list to sort documents by category, date, title or author.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@879
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 4 Nov 2007 10:59:37 +0000 (10:59 +0000)]
Added Korean translation (Choi Jong Yoon)
Updated Japanese translation (Go Maeda)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@878
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 4 Nov 2007 10:43:39 +0000 (10:43 +0000)]
Mailer:
* added an application setting to specify the application protocol (http or https) used to generate urls
* added layouts for text and html emails
* no more language specific templates
* urls are now generated using UrlWriter
* the mailer now uses AdvAttrAccessor code style to set email parameters
git-svn-id: http://redmine.rubyforge.org/svn/trunk@877
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 28 Oct 2007 16:13:39 +0000 (16:13 +0000)]
Activity view now uses events attributes.
Fixed: error on activity feed if it contains a document.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@876
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 28 Oct 2007 15:07:10 +0000 (15:07 +0000)]
Added a missing string to lang files.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@875
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 28 Oct 2007 15:04:17 +0000 (15:04 +0000)]
Some slight improvements in AJAX errors handling.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@874
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 28 Oct 2007 14:31:59 +0000 (14:31 +0000)]
Added the hability to copy an issue.
It can be done from the 'issue/show' view or from the context menu on the issue list.
The Copy functionality is of course only available if the user is allowed to create an issue.
It copies the issue attributes and the custom fields values.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@873
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 28 Oct 2007 10:55:59 +0000 (10:55 +0000)]
Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue.
The context menu shows up when right-clicking an issue (Opera users have to use Ctrl + left-click instead since right-click can't be reassigned for this browser).
Works with Firefox 2, IE 7 (not perfect), Opera 9 and Safari 2. IE 6 doesn't display submenus.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@872
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Fri, 26 Oct 2007 16:35:27 +0000 (16:35 +0000)]
Fixed: some quotation marks are rendered as strange characters in pdf.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@871
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Thu, 25 Oct 2007 17:38:05 +0000 (17:38 +0000)]
Added "Float" as a custom field format.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@870
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Thu, 25 Oct 2007 16:49:06 +0000 (16:49 +0000)]
Serbian translation added (Dragan Matic)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@869
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 23 Oct 2007 20:42:15 +0000 (20:42 +0000)]
SCM browser:
* open subfolders are preserved when collapsing/re-expanding a folder
* prevent a folder to be loaded twice if double-clicked while loading
git-svn-id: http://redmine.rubyforge.org/svn/trunk@868
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 23 Oct 2007 19:07:59 +0000 (19:07 +0000)]
SCM browser:
* js code improvement (was very slow when collapsing a folder with a lot of entries)
* folder icons changed
git-svn-id: http://redmine.rubyforge.org/svn/trunk@867
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 23 Oct 2007 17:15:00 +0000 (17:15 +0000)]
Fixed: error when bulk editing with Postgresql
git-svn-id: http://redmine.rubyforge.org/svn/trunk@866
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 22 Oct 2007 21:07:29 +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@865
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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