OSDN Git Service

redminele/redmine.git
17 years agoApplied this fix http://dev.rubyonrails.org/ticket/4967 to solve namespaced models...
Jean-Philippe Lang [Tue, 12 Jun 2007 23:03:38 +0000 (23:03 +0000)]
Applied this fix dev.rubyonrails.org/ticket/4967 to solve namespaced models dependencies problem.

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

17 years agoAdded an error message when trying to create an issue with no default status defined.
Jean-Philippe Lang [Tue, 12 Jun 2007 22:31:05 +0000 (22:31 +0000)]
Added an error message when trying to create an issue with no default status defined.

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

17 years agoAdded basic support for CVS and Mercurial SCMs.
Jean-Philippe Lang [Tue, 12 Jun 2007 20:12:05 +0000 (20:12 +0000)]
Added basic support for CVS and Mercurial SCMs.
Browsing, changesets fetching and diff viewing are implemented.
Only tested with local repositories.

Thanks to Ralph Vater for CVS specific code.

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

17 years agoAdded :dependent => :delete_all on IssueStatus Workflow association.
Jean-Philippe Lang [Thu, 31 May 2007 17:19:01 +0000 (17:19 +0000)]
Added :dependent => :delete_all on IssueStatus Workflow association.
Also added compact in find_new_statuses_allowed_to to remove nil statuses.

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

17 years agoJapanese translation updated (Satoru KURASHIKI)
Jean-Philippe Lang [Wed, 30 May 2007 17:52:24 +0000 (17:52 +0000)]
Japanese translation updated (Satoru KURASHIKI)

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

17 years agoFixed: error on csv/pdf export and feeds (oracle)
Jean-Philippe Lang [Tue, 29 May 2007 22:20:43 +0000 (22:20 +0000)]
Fixed: error on csv/pdf export and feeds (oracle)

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

17 years agoFixed: SQL error when a non-admin user displays the project list
Jean-Philippe Lang [Tue, 29 May 2007 19:48:50 +0000 (19:48 +0000)]
Fixed: SQL error when a non-admin user displays the project list

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

17 years agoFixed date query filters (wrong results and sql error with postgresql)
Jean-Philippe Lang [Tue, 29 May 2007 19:40:48 +0000 (19:40 +0000)]
Fixed date query filters (wrong results and sql error with postgresql)

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

17 years agoAdded Swedish translation supplied by Thomas Habets.
Jean-Philippe Lang [Tue, 29 May 2007 17:57:10 +0000 (17:57 +0000)]
Added Swedish translation supplied by Thomas Habets.
English email templates suffix removed so that they are used when translated template is not available.

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

17 years agoAttachments can be displayed inline in Documents
Jean-Philippe Lang [Mon, 28 May 2007 12:15:19 +0000 (12:15 +0000)]
Attachments can be displayed inline in Documents

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

17 years agoFixed: open/closed issue counts are always 0 on reports view (postgresql)
Jean-Philippe Lang [Mon, 28 May 2007 09:09:37 +0000 (09:09 +0000)]
Fixed: open/closed issue counts are always 0 on reports view (postgresql)

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

17 years agoAdded filename header when sending an image inline
Jean-Philippe Lang [Sun, 27 May 2007 18:45:48 +0000 (18:45 +0000)]
Added filename header when sending an image inline

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

17 years agoAdded the ability to archive projects:
Jean-Philippe Lang [Sun, 27 May 2007 17:42:04 +0000 (17:42 +0000)]
Added the ability to archive projects:
* Only administrators can archive/unarchive projects.
* Once archived, the project is visible on the admin project listing only. It doesn't show up anywhere else in the app. Subprojects are also archived.
* Archive/unarchive preserve everything on the project (issues, members, ...).
* A subproject can not be unarchived if its parent project is archived.

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

17 years agoSlight views refactoring
Jean-Philippe Lang [Sun, 27 May 2007 12:38:29 +0000 (12:38 +0000)]
Slight views refactoring

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

17 years agoPassword fields hidden on users/add form when selecting an external authentication...
Jean-Philippe Lang [Sun, 27 May 2007 11:57:49 +0000 (11:57 +0000)]
Password fields hidden on users/add form when selecting an external authentication mode.

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

17 years agoAccount information can now be sent to the user when creating an account.
Jean-Philippe Lang [Sun, 27 May 2007 10:57:13 +0000 (10:57 +0000)]
Account information can now be sent to the user when creating an account.
ActionMailer logger set to nil for production environment to disable email contents output in production.log

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

17 years agoOptimistic locking added for wiki edits.
Jean-Philippe Lang [Sat, 26 May 2007 17:22:27 +0000 (17:22 +0000)]
Optimistic locking added for wiki edits.

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

17 years agoShow a 404 error page if attachment can not be read.
Jean-Philippe Lang [Sat, 26 May 2007 16:57:25 +0000 (16:57 +0000)]
Show a 404 error page if attachment can not be read.

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

17 years agoAdded issue count details for versions on Reports view.
Jean-Philippe Lang [Sat, 26 May 2007 16:06:02 +0000 (16:06 +0000)]
Added issue count details for versions on Reports view.

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

17 years agoFixed "Projects" drop-down menu for IE.
Jean-Philippe Lang [Sat, 26 May 2007 15:53:15 +0000 (15:53 +0000)]
Fixed "Projects" drop-down menu for IE.

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

17 years agoAttachments can now be added to wiki pages (original patch by Pavol Murin). Only...
Jean-Philippe Lang [Sat, 26 May 2007 15:42:37 +0000 (15:42 +0000)]
Attachments can now be added to wiki pages (original patch by Pavol Murin). Only authorized users can add/delete attachments.
Attached images can be displayed inline, using textile image tag (for wiki pages, issue descriptions and forum messages).

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

17 years agoAdded the ability to destroy wiki pages (content and its history are deleted from...
Jean-Philippe Lang [Fri, 25 May 2007 16:44:50 +0000 (16:44 +0000)]
Added the ability to destroy wiki pages (content and its history are deleted from the database).
This permission has to be explicitly given (Roles & Permissions -> Wiki pages/Delete).

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

17 years agoDutch translation added (Linda van den Brink)
Jean-Philippe Lang [Thu, 24 May 2007 17:29:11 +0000 (17:29 +0000)]
Dutch translation added (Linda van den Brink)

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

17 years agoUser's projects alphabetically sorted in the Projects drop down menu.
Jean-Philippe Lang [Wed, 23 May 2007 17:18:21 +0000 (17:18 +0000)]
User's projects alphabetically sorted in the Projects drop down menu.

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

17 years agoFixed a couple of spelling errors (JT Zemp)
Jean-Philippe Lang [Sun, 20 May 2007 18:11:49 +0000 (18:11 +0000)]
Fixed a couple of spelling errors (JT Zemp)

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

17 years agoVersions can now be created with no date.
Jean-Philippe Lang [Sun, 20 May 2007 17:46:02 +0000 (17:46 +0000)]
Versions can now be created with no date.
Versions with no date appear at the end of the roadmap, sorted by name.

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

17 years agoFixed: performance issue on RepositoriesController#revisions when a changeset has...
Jean-Philippe Lang [Tue, 15 May 2007 21:32:36 +0000 (21:32 +0000)]
Fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000).
Also added pagination for changes on changeset details view.

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

17 years ago"My projects" are now listed under the drop-down "Projects" top menu item (20 project...
Jean-Philippe Lang [Tue, 15 May 2007 17:39:01 +0000 (17:39 +0000)]
"My projects" are now listed under the drop-down "Projects" top menu item (20 projects max.).
The left menu section for "My projects" is removed.
Patch by Damien McKenna (slightly edited).

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

17 years agoText search added on messages.
Jean-Philippe Lang [Mon, 14 May 2007 17:46:58 +0000 (17:46 +0000)]
Text search added on messages.

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

17 years agoReply form on the message view is displayed only if user is logged in.
Jean-Philippe Lang [Mon, 14 May 2007 17:07:40 +0000 (17:07 +0000)]
Reply form on the message view is displayed only if user is logged in.

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

17 years agoAdded mail notification when a new message is posted in the forums.
Jean-Philippe Lang [Mon, 14 May 2007 17:03:59 +0000 (17:03 +0000)]
Added mail notification when a new message is posted in the forums.
Only users who "watch" the board receive notifications. To watch a board, go to the board and click on the "Watch" link.

Notifications are sent by MessageObserver observer.
GLoc was modified to use the mail template without language suffix when translated template (with language suffix) doesn't exist.
Usefull when there's no hard coded text in the mail tempate.

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

17 years agoAdded watchers for message boards (watchers controller modified to support any watcha...
Jean-Philippe Lang [Sun, 13 May 2007 19:43:35 +0000 (19:43 +0000)]
Added watchers for message boards (watchers controller modified to support any watchable model).
No notification yet when a new message is posted.

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

17 years agoPer project forums added.
Jean-Philippe Lang [Sun, 13 May 2007 17:09:56 +0000 (17:09 +0000)]
Per project forums added.
Permissions for forums management can be set in "Admin -> Roles & Permissions".
Forums can be created on the project settings screen ("Forums" tab).
Once a project has a forum, a "Forums" link appears in the project menu.
For now, posting messages in forums requires to be logged in. Files can be attached to messages.

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

17 years agoFixed: error when viewing a file diff from a revision view (only if repository url...
Jean-Philippe Lang [Thu, 10 May 2007 18:39:49 +0000 (18:39 +0000)]
Fixed: error when viewing a file diff from a revision view (only if repository url doesn't point to the root of the repository).

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

17 years agoAdded "assigned to" field in mail notifications.
Jean-Philippe Lang [Thu, 10 May 2007 17:46:16 +0000 (17:46 +0000)]
Added "assigned to" field in mail notifications.
Also fixed mail_handler unit test (wrong fixture filename).

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

17 years agoAdded some javascript to prevent from selecting the same from/to revision for the...
Jean-Philippe Lang [Thu, 10 May 2007 17:36:45 +0000 (17:36 +0000)]
Added some javascript to prevent from selecting the same from/to revision for the diff view.

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

17 years agoAdded the ability to view a file diff with free to/from revision selection.
Jean-Philippe Lang [Thu, 10 May 2007 17:28:18 +0000 (17:28 +0000)]
Added the ability to view a file diff with free to/from revision selection.

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

17 years agoAdded a test for the mail handler.
Jean-Philippe Lang [Wed, 9 May 2007 19:24:07 +0000 (19:24 +0000)]
Added a test for the mail handler.

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

17 years agoAdded a simple mail handler.
Jean-Philippe Lang [Wed, 9 May 2007 18:46:43 +0000 (18:46 +0000)]
Added a simple mail handler.

It lets users add notes to an existing issue by replying to the initial notification email.
Permissions are checked in the same way as in the application (the user is identified by its mail address).

Information about configuring the application so that it receives emails can be found here:
http://wiki.rubyonrails.com/rails/pages/HowToReceiveEmailsWithActionMailer

RedMine mail hander is MailHandler#receive

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

17 years agoFixed: files with an apostrophe in their names can't be accessed in the repository
Jean-Philippe Lang [Wed, 9 May 2007 17:22:15 +0000 (17:22 +0000)]
Fixed: files with an apostrophe in their names can't be accessed in the repository

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

17 years agoText files can now be viewed online when browsing the repository.
Jean-Philippe Lang [Tue, 8 May 2007 15:49:20 +0000 (15:49 +0000)]
Text files can now be viewed online when browsing the repository.

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

17 years ago"me" value is now available in queries for "assigned to" and "author" filters.
Jean-Philippe Lang [Tue, 8 May 2007 12:46:15 +0000 (12:46 +0000)]
"me" value is now available in queries for "assigned to" and "author" filters.
When executing the query, it is replaced by the currently logged in user.

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

17 years agoFixed the order of the japanese day names
Jean-Philippe Lang [Tue, 8 May 2007 11:51:20 +0000 (11:51 +0000)]
Fixed the order of the japanese day names

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

17 years agoChanged the length of 'language' column in users table from 2 to 5, to allow long...
Jean-Philippe Lang [Tue, 8 May 2007 09:26:57 +0000 (09:26 +0000)]
Changed the length of 'language' column in users table from 2 to 5, to allow long language codes like pt-br.
Updated portuguese translation (Arthur Zapparoli).
Current pt translation moved to pt-br.

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

17 years agoRemoved "Wiki edits" option in the activity view if the project has no wiki.
Jean-Philippe Lang [Mon, 7 May 2007 16:57:42 +0000 (16:57 +0000)]
Removed "Wiki edits" option in the activity view if the project has no wiki.

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

17 years agoAdded an option to see all versions in the roadmap view (including completed ones).
Jean-Philippe Lang [Mon, 7 May 2007 16:54:26 +0000 (16:54 +0000)]
Added an option to see all versions in the roadmap view (including completed ones).
On calendar and gantt, versions are now clickable and link to the corresponding entry in the roadmap.

Since calendar and gantt are now cached, don't forget to empty your cache before restarting the application.

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

17 years agoAdded fragment caching for calendar and gantt views
Jean-Philippe Lang [Sun, 6 May 2007 16:40:33 +0000 (16:40 +0000)]
Added fragment caching for calendar and gantt views

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

17 years agoAdded autologin feature (disabled by default).
Jean-Philippe Lang [Sun, 6 May 2007 12:49:32 +0000 (12:49 +0000)]
Added autologin feature (disabled by default).
To enable this feature, go to administration settings and choose a duration for autologin.
When enabled, a checkbox on the login form lets users activate autologin.

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

17 years agoAdded a "clear" link when displaying a saved query. It clears the query filter to...
Jean-Philippe Lang [Sat, 5 May 2007 17:52:08 +0000 (17:52 +0000)]
Added a "clear" link when displaying a saved query. It clears the query filter to show all issues.

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

17 years agoFilter values hidden by default to avoid show/hide flashes when loading screen.
Jean-Philippe Lang [Sat, 5 May 2007 16:10:45 +0000 (16:10 +0000)]
Filter values hidden by default to avoid show/hide flashes when loading screen.

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

17 years agoAjaxified issue filter reset link
Jean-Philippe Lang [Sat, 5 May 2007 15:59:06 +0000 (15:59 +0000)]
Ajaxified issue filter reset link

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

17 years agoIssue#long_id no more used and removed
Jean-Philippe Lang [Sat, 5 May 2007 15:55:50 +0000 (15:55 +0000)]
Issue#long_id no more used and removed

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

17 years agoSlight modifications on project settings views
Jean-Philippe Lang [Sat, 5 May 2007 15:35:28 +0000 (15:35 +0000)]
Slight modifications on project settings views

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

17 years agoMembers management in project settings is now AJAXified
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

17 years agoIssue filter no more reseted when clicking 'Issues' menu link
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

17 years agoIssue relations first commit (not thoroughly tested). 4 kinds of relation are available:
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

17 years agoRemoved alpha transparency from time icon
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

17 years agoChanged delete icon
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

17 years agoLogin field automatically focused on login form
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

17 years agoBulgarian translation added (Nikolay Solakov)
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

17 years agoFixed an unicode problem on gantt (first letter of the day name)
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

17 years agoHTML select tags are no longer hidden with IE7 when showing navigation drop-down...
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

17 years agoAdded fragment caching for svn diffs.
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

17 years agoIssue subjects column width set to 330 on gantt chart
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

17 years agoText formatting drop down disabled if RedCloth is not available (system settings).
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

17 years agoSubproject name added in csv and pdf exports.
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

17 years agoA 403 error page is now displayed (instead of a blank page) when trying to access...
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

17 years agoAdded last commit message for each entry in repository browser.
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

17 years agoFixed: last day of the month not included in project activity
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

17 years agoRemoved hard coded 'Search' string in base layout.
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

17 years agoAdded a DropOut effect when removing a block on my page layout.
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

17 years agoRemoved an used li element in navigation menu.
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

17 years agoAdded a quick search form in page header. Search functionality moved to a dedicated...
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

17 years agoFixed comments header label on time log details
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

17 years agoMoved functional tests for MyController
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

17 years agoFixed a TemplateError nil:NilClass (oracle specific) on _news.rhtml
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

17 years agoAdded an ajax indicator for all ajax calls. Also removed highlight effects on my...
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

17 years agoSubproject name displayed on issue list, calendar and gantt (only for issues that...
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

17 years agoAdded a link on revision screen to see the entire diff for the revision.
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

17 years agoUpdated migration 41 to support table name prefix/sufix.
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

17 years agoUpdated migration 41 to support table name prefix/sufix.
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

17 years agoFixed: 9268 These files should be moved out of revision control
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

17 years agoFixed: 10342 Creation of Schema in Oracle
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

17 years agoJournal details truncated only if values are strings
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

17 years agoFixed 10335 Error in journalizing an issue with longtext custom fields (Postgresql)
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

17 years agoRemoved an old, no longer used, model.
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

17 years agoFixed: default status not showing in new issue
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

17 years agoFixed 10337 Regression: Admin raises issue in project not assigned to
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

17 years agoCommit messages are now scanned for referenced or fixed issue IDs.
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

17 years agoMissing fav_off icon.
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

17 years agoRemoved some parentheses before arguments.
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

17 years agoThe ability to change the issue status to the same status is no longer forced.
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

17 years agoRemoved some parentheses before arguments.
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

17 years agoItalian translation update (Alessio Spadaro)
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

17 years agoGrey scale icon for issue not watched.
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

17 years agoFixed: error on history atom feed when there's no notes on an issue change
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

17 years agoFixed 10058: issue URL in repository comment break
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

17 years agoFixed 10061 problem with textilize and :hard_breaks (Pavol Murin)
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

17 years agoFixed 10211 Wiki names can't have periods in them.
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

17 years agoFixed: blank lines in left menu with IE
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