summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Added a named route for the home page.Jean-Philippe Lang2007-09-241-3/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@760 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Basic plugin support.Jean-Philippe Lang2007-09-231-0/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@752 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mail notification options restored (default is: issue_added and issue_updated).Jean-Philippe Lang2007-09-141-0/+6
| | | | | | Added mail notification when adding a news (disabled by default). git-svn-id: http://redmine.rubyforge.org/svn/trunk@728 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changed the application default title (redMine -> Redmine).Jean-Philippe Lang2007-09-021-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@696 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added wiki syntax to online help.Jean-Philippe Lang2007-08-171-3/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@655 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added an option to be able to relate issues in different projects.Jean-Philippe Lang2007-08-121-0/+2
| | | | | | It can be set in Admin -> Settings (default: false). git-svn-id: http://redmine.rubyforge.org/svn/trunk@620 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Slight documentation update.Jean-Philippe Lang2007-07-151-0/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@589 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added an option to choose the date format: language based (as defined in ↵Jean-Philippe Lang2007-07-141-0/+6
| | | | | | | | each lang file) or ISO 8601 (YYYY-MM-DD). This option can be set in Admin -> Settings. git-svn-id: http://redmine.rubyforge.org/svn/trunk@585 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Account information can now be sent to the user when creating an account.Jean-Philippe Lang2007-05-271-1/+3
| | | | | | 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
* Added mail notification when a new message is posted in the forums.Jean-Philippe Lang2007-05-141-1/+2
| | | | | | | | | | 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
* Per project forums added.Jean-Philippe Lang2007-05-131-0/+2
| | | | | | | | | 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
* Added fragment caching for calendar and gantt viewsJean-Philippe Lang2007-05-061-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@515 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added autologin feature (disabled by default).Jean-Philippe Lang2007-05-061-1/+5
| | | | | | | 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
* Issue relations first commit (not thoroughly tested). 4 kinds of relation ↵Jean-Philippe Lang2007-05-051-0/+2
| | | | | | | | | | | | | | 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
* Updated migration 41 to support table name prefix/sufix.Jean-Philippe Lang2007-04-251-2/+0
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updated migration 41 to support table name prefix/sufix.Jean-Philippe Lang2007-04-251-0/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@481 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: 9268 These files should be moved out of revision controlJean-Philippe Lang2007-04-251-0/+0
| | | | | | | | | | 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
* Fixed: 10342 Creation of Schema in OracleJean-Philippe Lang2007-04-251-1/+1
| | | | | | | | | | | | 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
* Commit messages are now scanned for referenced or fixed issue IDs.Jean-Philippe Lang2007-04-241-0/+8
| | | | | | | | | | | | | 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
* Online help japanese translation added (Ken Date)Jean-Philippe Lang2007-04-211-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@459 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added "Watch" functionality on issues. It allows users to receive mail ↵Jean-Philippe Lang2007-04-211-0/+1
| | | | | | | | 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
* Initial commit for svn repository management and access control:Jean-Philippe Lang2007-04-011-0/+2
| | | | | | | * Identifier attribute added on Project model. Used as the unix group name for the project * Web services (disabled by default) and scripts for repository management on a remote svn host git-svn-id: http://redmine.rubyforge.org/svn/trunk@396 e93f8b46-1217-0410-a6f0-8f06a7374b81
* SVN commits are now stored in the database, and added to the activity view ↵Jean-Philippe Lang2007-03-251-0/+2
| | | | | | | | | | | and the search engine. New commits are automatically retrieved and stored when consulting the repository in the app. This behaviour can be disabled by unchecking 'Autofecth commits' in configuration settings. Commits can be fetched offline by running (recommanded at least for the initial import of past commits): ruby script/runner "Repository.fetch_changesets" It will load commits for all of the repositories. git-svn-id: http://redmine.rubyforge.org/svn/trunk@377 e93f8b46-1217-0410-a6f0-8f06a7374b81
* accidentally committed a database name change...Jean-Philippe Lang2007-03-201-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@355 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fixed #9401 New Wiki, cannot create new page.Jean-Philippe Lang2007-03-201-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@352 e93f8b46-1217-0410-a6f0-8f06a7374b81
* added a setting option to set the feeds content limitJean-Philippe Lang2007-03-181-1/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@346 e93f8b46-1217-0410-a6f0-8f06a7374b81
* wiki:Jean-Philippe Lang2007-03-111-1/+3
| | | | | | | | * added "Heading" and "Inline quote" buttons to the toolbar * changed "Link" button behaviour (now produces [[Link]]) * added a simple help on text formatting git-svn-id: http://redmine.rubyforge.org/svn/trunk@327 e93f8b46-1217-0410-a6f0-8f06a7374b81
* wiki branch merged into trunkJean-Philippe Lang2007-03-102-1/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@323 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replaced deprecated server_settings with smtp_settingsJean-Philippe Lang2007-02-181-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@249 e93f8b46-1217-0410-a6f0-8f06a7374b81
* setting password_lost renamed to lost_passwordJean-Philippe Lang2007-02-041-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@235 e93f8b46-1217-0410-a6f0-8f06a7374b81
* added a setting option to set max number of issues in exportJean-Philippe Lang2007-02-041-0/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@234 e93f8b46-1217-0410-a6f0-8f06a7374b81
* added a setting option to disable "password lost" functionalityJean-Philippe Lang2007-02-041-0/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@231 e93f8b46-1217-0410-a6f0-8f06a7374b81
* removed unused development_* environmentsJean-Philippe Lang2007-02-044-75/+0
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@229 e93f8b46-1217-0410-a6f0-8f06a7374b81
* removed broken route for sorting linksJean-Philippe Lang2007-02-021-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@212 e93f8b46-1217-0410-a6f0-8f06a7374b81
* updated online help with settings descriptionJean-Philippe Lang2007-01-211-1/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* added Redmine::VERSION moduleJean-Philippe Lang2007-01-211-19/+0
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* added translated strings for settings viewJean-Philippe Lang2007-01-211-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@169 e93f8b46-1217-0410-a6f0-8f06a7374b81
* settings are now stored in the database (config_custom.rb no more used) and ↵Jean-Philippe Lang2007-01-213-106/+43
| | | | | | editable through the application in: Admin -> Settings git-svn-id: http://redmine.rubyforge.org/svn/trunk@167 e93f8b46-1217-0410-a6f0-8f06a7374b81
* updated RDM_APP_VERSION for 0.4.1Jean-Philippe Lang2007-01-031-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@148 e93f8b46-1217-0410-a6f0-8f06a7374b81
* 0.4.0 releaseJean-Philippe Lang2007-01-021-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@143 e93f8b46-1217-0410-a6f0-8f06a7374b81
* various documentation updatesJean-Philippe Lang2007-01-021-22/+33
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@141 e93f8b46-1217-0410-a6f0-8f06a7374b81
* option to set maximum size of uploaded filesJean-Philippe Lang2007-01-011-0/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@131 e93f8b46-1217-0410-a6f0-8f06a7374b81
* route for repositories controller removed (problem when running under apache)Jean-Philippe Lang2006-12-241-2/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@110 e93f8b46-1217-0410-a6f0-8f06a7374b81
* svn browser merged in trunkJean-Philippe Lang2006-12-241-1/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@106 e93f8b46-1217-0410-a6f0-8f06a7374b81
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-0516-0/+561
git-svn-id: http://redmine.rubyforge.org/svn/trunk@67 e93f8b46-1217-0410-a6f0-8f06a7374b81