]>
source.dussan.org Git - redmine.git/log
Jean-Philippe Lang [Sat, 5 May 2007 15:21:18 +0000 (15:21 +0000)]
Members management in project settings is now AJAXified
git-svn-id: http://redmine.rubyforge.org/svn/trunk@508
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 5 May 2007 13:35:33 +0000 (13:35 +0000)]
Issue filter no more reseted when clicking 'Issues' menu link
git-svn-id: http://redmine.rubyforge.org/svn/trunk@507
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 5 May 2007 13:22:27 +0000 (13:22 +0000)]
Issue relations first commit (not thoroughly tested). 4 kinds of relation are available:
* relates to: do nothing special. Just to know that the 2 issues are related...
* duplicates: will close the related issue with the same status when closing the issue (not implemented yet)
* blocks: will require to close the blocking issue before closing the blocked issue (not implemented yet)
* precedes (end to start relation): start date of the related issue depends on the due date of the preceding issue (implemented). A delay can be set so that the related issue can only start n days after the end of the preceding issue. When setting dates for an issue, dates of all downstream issues are set according to these relations.
To set a relation, the 2 issues have to belong to the same project (may change in the future). So if an issue is moved to another project, all its relations are removed.
Circular dependencies are checked when creating a relation.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@506
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 5 May 2007 10:28:49 +0000 (10:28 +0000)]
Removed alpha transparency from time icon
git-svn-id: http://redmine.rubyforge.org/svn/trunk@505
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 5 May 2007 10:06:13 +0000 (10:06 +0000)]
Changed delete icon
git-svn-id: http://redmine.rubyforge.org/svn/trunk@504
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 5 May 2007 09:23:56 +0000 (09:23 +0000)]
Login field automatically focused on login form
git-svn-id: http://redmine.rubyforge.org/svn/trunk@503
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 2 May 2007 19:36:00 +0000 (19:36 +0000)]
Bulgarian translation added (Nikolay Solakov)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@502
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 2 May 2007 19:13:38 +0000 (19:13 +0000)]
Fixed an unicode problem on gantt (first letter of the day name)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@501
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 2 May 2007 17:31:42 +0000 (17:31 +0000)]
HTML select tags are no longer hidden with IE7 when showing navigation drop-down menu.
They are still hidden for IE6 (no z-index support for select tags).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@500
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 1 May 2007 20:56:19 +0000 (20:56 +0000)]
Added fragment caching for svn diffs.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@499
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 1 May 2007 08:48:24 +0000 (08:48 +0000)]
Issue subjects column width set to 330 on gantt chart
git-svn-id: http://redmine.rubyforge.org/svn/trunk@498
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 1 May 2007 08:37:07 +0000 (08:37 +0000)]
Text formatting drop down disabled if RedCloth is not available (system settings).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@497
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 30 Apr 2007 20:18:28 +0000 (20:18 +0000)]
Subproject name added in csv and pdf exports.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@496
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 30 Apr 2007 19:47:28 +0000 (19:47 +0000)]
A 403 error page is now displayed (instead of a blank page) when trying to access a protected page.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@495
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 30 Apr 2007 18:20:22 +0000 (18:20 +0000)]
Added last commit message for each entry in repository browser.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@494
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 30 Apr 2007 18:03:42 +0000 (18:03 +0000)]
Fixed: last day of the month not included in project activity
git-svn-id: http://redmine.rubyforge.org/svn/trunk@493
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 30 Apr 2007 14:17:20 +0000 (14:17 +0000)]
Removed hard coded 'Search' string in base layout.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@492
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 30 Apr 2007 09:09:45 +0000 (09:09 +0000)]
Added a DropOut effect when removing a block on my page layout.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@491
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 30 Apr 2007 09:08:13 +0000 (09:08 +0000)]
Removed an used li element in navigation menu.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@490
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 30 Apr 2007 08:52:39 +0000 (08:52 +0000)]
Added a quick search form in page header. Search functionality moved to a dedicated controller.
When used:
* outside of a project: searches projects
* inside a project: searches issues, changesets, news, documents and wiki pages of the current project
If an issue number is given, user is redirected to the corresponding issue.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@489
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 28 Apr 2007 17:32:11 +0000 (17:32 +0000)]
Fixed comments header label on time log details
git-svn-id: http://redmine.rubyforge.org/svn/trunk@488
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 28 Apr 2007 17:30:17 +0000 (17:30 +0000)]
Moved functional tests for MyController
git-svn-id: http://redmine.rubyforge.org/svn/trunk@487
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Fri, 27 Apr 2007 19:34:31 +0000 (19:34 +0000)]
Fixed a TemplateError nil:NilClass (oracle specific) on _news.rhtml
git-svn-id: http://redmine.rubyforge.org/svn/trunk@486
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Fri, 27 Apr 2007 19:32:57 +0000 (19:32 +0000)]
Added an ajax indicator for all ajax calls. Also removed highlight effects on my page layout edition.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@485
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Fri, 27 Apr 2007 16:21:53 +0000 (16:21 +0000)]
Subproject name displayed on issue list, calendar and gantt (only for issues that belong to a subproject).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@484
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Thu, 26 Apr 2007 18:46:55 +0000 (18:46 +0000)]
Added a link on revision screen to see the entire diff for the revision.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@483
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 25 Apr 2007 16:48:01 +0000 (16:48 +0000)]
Updated migration 41 to support table name prefix/sufix.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@482
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 25 Apr 2007 16:47:29 +0000 (16:47 +0000)]
Updated migration 41 to support table name prefix/sufix.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@481
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 25 Apr 2007 16:21:23 +0000 (16:21 +0000)]
Fixed: 9268 These files should be moved out of revision control
Renamed to *.example:
* config/database.yml
* public/dispatch.cgi
* public/dispatch.fcgi
* public/dispatch.rb
git-svn-id: http://redmine.rubyforge.org/svn/trunk@480
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 25 Apr 2007 15:06:20 +0000 (15:06 +0000)]
Fixed: 10342 Creation of Schema in Oracle
Comment is a reserved keyword for Oracle. The five 'Comment' columns are renamed to 'Commments'.
Migration scripts were modified to let oracle users create the database. For the others, migration 41 will rename the columns (only if columns have the 'old' name).
Fixed also a few oracle specific issues.
Note: currently (in Rails 1.2.3), there's bug in Rails oracle adapter. See: http://dev.rubyonrails.org/ticket/7344
Attached patch is required for redMine to work properly.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@479
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 24 Apr 2007 18:26:42 +0000 (18:26 +0000)]
Journal details truncated only if values are strings
git-svn-id: http://redmine.rubyforge.org/svn/trunk@478
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 24 Apr 2007 16:17:57 +0000 (16:17 +0000)]
Fixed 10335 Error in journalizing an issue with longtext custom fields (Postgresql)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@477
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 24 Apr 2007 15:53:00 +0000 (15:53 +0000)]
Removed an old, no longer used, model.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@476
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 24 Apr 2007 15:19:49 +0000 (15:19 +0000)]
Fixed: default status not showing in new issue
git-svn-id: http://redmine.rubyforge.org/svn/trunk@475
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 24 Apr 2007 14:49:05 +0000 (14:49 +0000)]
Fixed 10337 Regression: Admin raises issue in project not assigned to
git-svn-id: http://redmine.rubyforge.org/svn/trunk@474
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 24 Apr 2007 13:57:27 +0000 (13:57 +0000)]
Commit messages are now scanned for referenced or fixed issue IDs.
Keywords and the status to apply to fixed issues can be defined in Admin -> Settings.
Default keywords:
- for referencing issues: refs, references, IssueID
- for fixing issues: fixes,closes
There's no default status defined for fixed issue. You'll have to specify it if you want to enable auto closure of issues.
Example of a working commit message: "This commit references #1, #2 and fixes #3"
git-svn-id: http://redmine.rubyforge.org/svn/trunk@473
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 23 Apr 2007 19:56:13 +0000 (19:56 +0000)]
Missing fav_off icon.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@472
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 23 Apr 2007 16:46:04 +0000 (16:46 +0000)]
Removed some parentheses before arguments.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@471
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 22 Apr 2007 22:20:09 +0000 (22:20 +0000)]
The ability to change the issue status to the same status is no longer forced.
This behaviour can be defined in workflow setup.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@470
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 22 Apr 2007 21:19:16 +0000 (21:19 +0000)]
Removed some parentheses before arguments.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@469
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 22 Apr 2007 20:29:00 +0000 (20:29 +0000)]
Italian translation update (Alessio Spadaro)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@468
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 22 Apr 2007 20:03:08 +0000 (20:03 +0000)]
Grey scale icon for issue not watched.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@467
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 22 Apr 2007 12:50:26 +0000 (12:50 +0000)]
Fixed: error on history atom feed when there's no notes on an issue change
git-svn-id: http://redmine.rubyforge.org/svn/trunk@466
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 22 Apr 2007 10:58:15 +0000 (10:58 +0000)]
Fixed 10058: issue URL in repository comment break
git-svn-id: http://redmine.rubyforge.org/svn/trunk@465
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 22 Apr 2007 10:10:56 +0000 (10:10 +0000)]
Fixed 10061 problem with textilize and :hard_breaks (Pavol Murin)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@464
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 22 Apr 2007 09:50:16 +0000 (09:50 +0000)]
Fixed 10211 Wiki names can't have periods in them.
Same validations as WikiPage model now applied to wiki start page.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@463
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 21 Apr 2007 18:06:01 +0000 (18:06 +0000)]
Fixed: blank lines in left menu with IE
git-svn-id: http://redmine.rubyforge.org/svn/trunk@462
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 21 Apr 2007 17:11:30 +0000 (17:11 +0000)]
Right overflow of the left menu now hidden.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@461
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 21 Apr 2007 16:40:56 +0000 (16:40 +0000)]
Projects menu item now shows the list of public projects and projects for which the user is a member (marked with a star).
If current user is admin, private projects are also listed.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@460
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 21 Apr 2007 16:11:12 +0000 (16:11 +0000)]
Online help japanese translation added (Ken Date)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@459
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 21 Apr 2007 16:02:28 +0000 (16:02 +0000)]
Added portuguese translation (Joao Carlos Clementoni).
Email templates copied from english.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@458
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 21 Apr 2007 13:16:04 +0000 (13:16 +0000)]
Fixed: error when using a custom query feed with custom field filter.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@457
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 21 Apr 2007 12:28:22 +0000 (12:28 +0000)]
Added a new block available for my page: "Watched issues"
git-svn-id: http://redmine.rubyforge.org/svn/trunk@456
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 21 Apr 2007 12:10:50 +0000 (12:10 +0000)]
Added missing parentheses on news/show and removed useless call to auto_link
git-svn-id: http://redmine.rubyforge.org/svn/trunk@455
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 21 Apr 2007 12:09:07 +0000 (12:09 +0000)]
Added create_watchers migration
git-svn-id: http://redmine.rubyforge.org/svn/trunk@454
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 21 Apr 2007 12:08:31 +0000 (12:08 +0000)]
Added "Watch" functionality on issues. It allows users to receive mail notifications about issue changes.
For now, it's only usefull for users who are not members of the project, since members receive notifications for each issue (this behaviour will change).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@453
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 21 Apr 2007 08:21:23 +0000 (08:21 +0000)]
Fixed: error when exporting to PDF an issue list using a custom field filter.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@452
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Fri, 20 Apr 2007 10:26:57 +0000 (10:26 +0000)]
News box on project/show is hidden if there is no news to display.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@451
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Fri, 20 Apr 2007 10:23:25 +0000 (10:23 +0000)]
Removed some spaces before argument parentheses.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@450
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Fri, 20 Apr 2007 09:53:44 +0000 (09:53 +0000)]
Removed some spaces before argument parentheses.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@449
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 17 Apr 2007 11:02:46 +0000 (11:02 +0000)]
Checkboxes on the workflow screen diagonal no longer disabled
git-svn-id: http://redmine.rubyforge.org/svn/trunk@448
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 17 Apr 2007 10:53:20 +0000 (10:53 +0000)]
Custom fields for issues can now be used as filters on issue list.
To use a custom field as a filter, check "Used as a filter" on the custom field edit screen.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@447
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Thu, 12 Apr 2007 16:49:02 +0000 (16:49 +0000)]
User#<=> modified to sort on firstname if same lastname
git-svn-id: http://redmine.rubyforge.org/svn/trunk@446
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 11 Apr 2007 16:38:19 +0000 (16:38 +0000)]
Redmine::VERSION updated
git-svn-id: http://redmine.rubyforge.org/svn/trunk@445
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 11 Apr 2007 15:33:27 +0000 (15:33 +0000)]
Doc files updated for 0.5.0 release
git-svn-id: http://redmine.rubyforge.org/svn/trunk@443
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 11 Apr 2007 15:18:36 +0000 (15:18 +0000)]
Closed issues no longer displayed on "my page" -> "issues assigned to me".
git-svn-id: http://redmine.rubyforge.org/svn/trunk@442
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 11 Apr 2007 15:14:44 +0000 (15:14 +0000)]
Japanese lang file updated (Satoru Kurashiki)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@441
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 11 Apr 2007 15:10:02 +0000 (15:10 +0000)]
Fixed 10031 revision links and auto linking URLs conflict
git-svn-id: http://redmine.rubyforge.org/svn/trunk@440
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 10 Apr 2007 17:08:59 +0000 (17:08 +0000)]
Fixed pagination links on admin project listing
git-svn-id: http://redmine.rubyforge.org/svn/trunk@439
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 9 Apr 2007 18:18:23 +0000 (18:18 +0000)]
Changesets comments truncated at 500 characters on activity view.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@438
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Mon, 9 Apr 2007 17:59:31 +0000 (17:59 +0000)]
Form to add an attachment on document view is now togglable.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@437
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 8 Apr 2007 20:43:57 +0000 (20:43 +0000)]
Replaced deprecated content_for_layout in the layout.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@436
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 8 Apr 2007 18:16:45 +0000 (18:16 +0000)]
Replaced hard coded help link.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@435
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sun, 8 Apr 2007 17:44:54 +0000 (17:44 +0000)]
Various changes on views. On project summary, members are now grouped by role and subprojects are listed inline.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@434
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 7 Apr 2007 20:27:19 +0000 (20:27 +0000)]
Added permissions report (link available on roles list view).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@433
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 7 Apr 2007 18:56:12 +0000 (18:56 +0000)]
Added toggle_link helper.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@432
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 7 Apr 2007 18:30:01 +0000 (18:30 +0000)]
Added link_to_issue helper.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@431
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 7 Apr 2007 17:33:07 +0000 (17:33 +0000)]
Added a warning message on tracker list for trackers that don't have any workflow defined.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@430
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 7 Apr 2007 12:16:09 +0000 (12:16 +0000)]
Added versions due dates on calendar.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@429
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 7 Apr 2007 12:09:01 +0000 (12:09 +0000)]
Added versions due dates on gantt chart.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@428
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Sat, 7 Apr 2007 09:49:36 +0000 (09:49 +0000)]
Removed repository creation callback
git-svn-id: http://redmine.rubyforge.org/svn/trunk@427
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Thu, 5 Apr 2007 18:02:56 +0000 (18:02 +0000)]
Modified the change_status view to use the form builder.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@426
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Thu, 5 Apr 2007 17:20:04 +0000 (17:20 +0000)]
Feature 9867 Allow file upload in comment and add to issue history
git-svn-id: http://redmine.rubyforge.org/svn/trunk@425
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Thu, 5 Apr 2007 14:45:44 +0000 (14:45 +0000)]
Added the ability to easily rollback to a previous version of a wiki page.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@424
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Thu, 5 Apr 2007 14:34:11 +0000 (14:34 +0000)]
Removed RedCloth :hard_break option that broke textile rendering.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@423
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Thu, 5 Apr 2007 07:33:51 +0000 (07:33 +0000)]
"Author" column replaced by "Assigned to" in issue list.
"Assigned to" column added in the csv export.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@422
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 4 Apr 2007 22:16:17 +0000 (22:16 +0000)]
RedCloth attribute :hard_break set to true to keep line breaks
git-svn-id: http://redmine.rubyforge.org/svn/trunk@421
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 4 Apr 2007 21:52:53 +0000 (21:52 +0000)]
Fixed a regression (crash when an admin with no role on the project try to create an issue)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@420
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 4 Apr 2007 18:20:45 +0000 (18:20 +0000)]
Added svn:eol-style native property for various files
git-svn-id: http://redmine.rubyforge.org/svn/trunk@419
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 4 Apr 2007 18:09:28 +0000 (18:09 +0000)]
Added gantt and calendar url in robots file, to avoid recursive indexing by bots.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@418
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 4 Apr 2007 17:52:07 +0000 (17:52 +0000)]
Added a unit test on User#role_for_project
git-svn-id: http://redmine.rubyforge.org/svn/trunk@417
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 4 Apr 2007 17:46:51 +0000 (17:46 +0000)]
Fixed User role_for_project method
git-svn-id: http://redmine.rubyforge.org/svn/trunk@416
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 4 Apr 2007 17:32:23 +0000 (17:32 +0000)]
Modified logged_in_user_membership controller method so that it returns a role
git-svn-id: http://redmine.rubyforge.org/svn/trunk@415
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 4 Apr 2007 17:26:05 +0000 (17:26 +0000)]
Various code cleaning, mainly on User, Permission and IssueStatus models.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@414
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 4 Apr 2007 16:22:00 +0000 (16:22 +0000)]
Patch 9725 Email templates of chinese simplified (Andy Wu)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@413
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Wed, 4 Apr 2007 16:14:26 +0000 (16:14 +0000)]
Feature #9808 Allow user to "change" issue status to the same status
git-svn-id: http://redmine.rubyforge.org/svn/trunk@412
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 3 Apr 2007 22:24:59 +0000 (22:24 +0000)]
Fixed 9793 Preview fail for first wiki page of a project
git-svn-id: http://redmine.rubyforge.org/svn/trunk@411
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 3 Apr 2007 19:48:49 +0000 (19:48 +0000)]
Added subprojects issue count on project "Reports" page
git-svn-id: http://redmine.rubyforge.org/svn/trunk@410
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 3 Apr 2007 19:22:56 +0000 (19:22 +0000)]
Fixed pagination on users/list (status filter lost)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@409
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Jean-Philippe Lang [Tue, 3 Apr 2007 19:16:09 +0000 (19:16 +0000)]
Slight modifications on revisions table
git-svn-id: http://redmine.rubyforge.org/svn/trunk@408
e93f8b46 -1217-0410-a6f0-
8f06a7374b81