summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 'current week' filter fix.Jean-Philippe Lang2007-09-061-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@709 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed RedCloth checks since it's now supplied with the application.Jean-Philippe Lang2007-09-055-5/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@708 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Search field automatically focused.Jean-Philippe Lang2007-09-051-2/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@707 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: custom field displayed as deleted in the issue history even if no ↵Jean-Philippe Lang2007-09-051-1/+3
| | | | | | value was set. git-svn-id: http://redmine.rubyforge.org/svn/trunk@706 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue notes are now included in search.Jean-Philippe Lang2007-09-052-1/+10
| | | | | | | Fixed: search results too long when there are many matches. Fixed: search results not escaped. git-svn-id: http://redmine.rubyforge.org/svn/trunk@705 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a new value for date filters: 'this week'Jean-Philippe Lang2007-09-0514-3/+19
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@704 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Subprojects are now grouped by projects in the 'Projects' top navigation ↵Jean-Philippe Lang2007-09-053-12/+18
| | | | | | drop-down menu. git-svn-id: http://redmine.rubyforge.org/svn/trunk@703 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added an index on custom_values table (customized_type + customized_id ↵Jean-Philippe Lang2007-09-041-0/+9
| | | | | | columns) to speed up issue queries that use custom field filters. git-svn-id: http://redmine.rubyforge.org/svn/trunk@702 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Small fix in Mailer.Jean-Philippe Lang2007-09-041-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@701 e93f8b46-1217-0410-a6f0-8f06a7374b81
* 'Due in' label removed from the changelog view.Jean-Philippe Lang2007-09-021-3/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@700 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added Redmine::WikiFormatting module and tests for wiki links.Jean-Philippe Lang2007-09-028-37/+1346
| | | | | | RedCloth librairy is now present in Redmine lib directory. git-svn-id: http://redmine.rubyforge.org/svn/trunk@699 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Inline image links broken in rev 690.Jean-Philippe Lang2007-09-021-1/+1
| | | | | | TODO: Fix urls with & git-svn-id: http://redmine.rubyforge.org/svn/trunk@698 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Buttons (edit, watch...) on issues/show are now located in the upper-right ↵Jean-Philippe Lang2007-09-021-8/+10
| | | | | | | | corner. Pdf export link is at the bottom of the screen. git-svn-id: http://redmine.rubyforge.org/svn/trunk@697 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
* Small fix in issue history display.Jean-Philippe Lang2007-09-021-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@695 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer: 'resolution' field imported with history as a custom field.Jean-Philippe Lang2007-09-021-33/+50
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@694 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer now migrates status changes.Jean-Philippe Lang2007-09-021-21/+28
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@693 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer now checks the existence of trac.db and attachments directory ↵Jean-Philippe Lang2007-09-021-26/+38
| | | | | | before processing. git-svn-id: http://redmine.rubyforge.org/svn/trunk@692 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added namespace for Redmine specific rake tasks.Jean-Philippe Lang2007-09-024-3/+16
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@691 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: auto-generated links corrupted when url contains & characters in the ↵Jean-Philippe Lang2007-09-011-1/+1
| | | | | | query string. git-svn-id: http://redmine.rubyforge.org/svn/trunk@690 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer initial commit. The script migrates:Jean-Philippe Lang2007-09-011-0/+416
| | | | | | | | | | | * users (default password = 'trac') * components * milestones * tickets * ticket comments, files, custom fields * wiki git-svn-id: http://redmine.rubyforge.org/svn/trunk@689 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added 'reported by me' and 'assigned to me' issue feeds on 'My page'.Jean-Philippe Lang2007-08-312-0/+14
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@688 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added the ability to move issues (to another project) without changing their ↵Jean-Philippe Lang2007-08-313-13/+15
| | | | | | | | trackers. Added length validation for homepage project attribute. git-svn-id: http://redmine.rubyforge.org/svn/trunk@687 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added atom feed on the new cross-project issue list.Jean-Philippe Lang2007-08-313-3/+12
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@686 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added cache for application settings (Setting model).Jean-Philippe Lang2007-08-313-10/+47
| | | | | | Once the values are cached, only one database query is done at each user request (to check if the cache is still valid). git-svn-id: http://redmine.rubyforge.org/svn/trunk@685 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a cross-project issue list. It displays the issues of all the projects ↵Jean-Philippe Lang2007-08-317-22/+126
| | | | | | | | | | | visible by the user. The users list available in the filters ('assigned to' / 'created by') is made of the members of all projects the current user belongs to. For now, this view is only accessible from 'My page' ('issues assigned to me' or 'issues reported by me' blocks, to view the full lists) On 'My page', assigned issue are now sorted by priority. git-svn-id: http://redmine.rubyforge.org/svn/trunk@684 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: autologin broken.Jean-Philippe Lang2007-08-301-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@683 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added Redmine::Info to store various information about the application.Jean-Philippe Lang2007-08-296-12/+13
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@682 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: "new issue" drop-down only visible by admin users.Jean-Philippe Lang2007-08-293-4/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@681 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added border and padding on wiki table headers.Jean-Philippe Lang2007-08-291-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@680 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translated a few strings in fr.ymlJean-Philippe Lang2007-08-291-3/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@679 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: "subproject of" list should not show archived projects.Jean-Philippe Lang2007-08-291-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@678 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added the ability to reset its own RSS access key on "My account".Jean-Philippe Lang2007-08-2914-17/+66
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@677 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Some deprecation fixes (end_form_tag and count API).Jean-Philippe Lang2007-08-293-7/+7
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@676 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: error when posting to projects/add or users/add with no custom_fields ↵Jean-Philippe Lang2007-08-294-4/+8
| | | | | | parameter. git-svn-id: http://redmine.rubyforge.org/svn/trunk@675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-2993-1231/+1116
| | | | | | | | | Permissions management was rewritten. Some permissions can now be specifically defined for non member and anonymous users. This migration: * is irreversible (please, don't forget to *backup* your database before upgrading) * resets role's permissions (go to "Admin -> Roles & Permissions" to set them after upgrading) git-svn-id: http://redmine.rubyforge.org/svn/trunk@674 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: queries with multiple custom fields return no result.Jean-Philippe Lang2007-08-266-18/+82
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@668 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added missing image.Jean-Philippe Lang2007-08-261-0/+0
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@667 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gantt chart can now be exported to a graphic file (png).Jean-Philippe Lang2007-08-265-4/+168
| | | | | | This functionality is only available if RMagick is present. git-svn-id: http://redmine.rubyforge.org/svn/trunk@666 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: calendar and gantt not updated when adding/editing/deleting a project ↵Jean-Philippe Lang2007-08-253-0/+37
| | | | | | version. git-svn-id: http://redmine.rubyforge.org/svn/trunk@665 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaced hard-coded urls in Mailer#attachments_addJean-Philippe Lang2007-08-251-6/+6
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@664 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Automatic closing of duplicate issues.Jean-Philippe Lang2007-08-252-0/+47
| | | | | | When closing an issue, all related issues marked as duplicates are now also closed. git-svn-id: http://redmine.rubyforge.org/svn/trunk@663 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Bad url to project forums from the wiki home page.Jean-Philippe Lang2007-08-251-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@662 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mantis importer: small fix in categories mapping.Jean-Philippe Lang2007-08-251-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@661 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mantis importer:Jean-Philippe Lang2007-08-251-3/+10
| | | | | | | * validation skip on issue assignement (assignee must be a project member in Redmine) * Mantis bugs with severity 'feature' are imported as 'Feature request' in Redmine git-svn-id: http://redmine.rubyforge.org/svn/trunk@660 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mantis importer: issue categories truncated to 30 chars.Jean-Philippe Lang2007-08-251-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@659 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: wiki preview doesn't work on long entries.Jean-Philippe Lang2007-08-251-17/+3
| | | | | | POST is now used for previews instead of GET. git-svn-id: http://redmine.rubyforge.org/svn/trunk@658 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changeset comments are now stripped before being stored in the database ↵Jean-Philippe Lang2007-08-252-0/+19
| | | | | | (patch by Nicholas Wieland). git-svn-id: http://redmine.rubyforge.org/svn/trunk@657 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Committer field in the Changesets table is now varchar 255.Jean-Philippe Lang2007-08-251-0/+9
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@656 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added wiki syntax to online help.Jean-Philippe Lang2007-08-1725-22/+321
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@655 e93f8b46-1217-0410-a6f0-8f06a7374b81