summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Project name is now displayed in news titles when not inside the project ↵Jean-Philippe Lang2007-08-121-1/+2
| | | | | | (eg. home page). git-svn-id: http://redmine.rubyforge.org/svn/trunk@619 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translated 'Sort by' label on table headers.Jean-Philippe Lang2007-08-1213-7/+14
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@618 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Attachment content-type is now chomped before being saved.Jean-Philippe Lang2007-08-121-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@617 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: versions not sorted correctly in drop down lists.Jean-Philippe Lang2007-08-123-3/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@616 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed deprecated Object#type in CustomFieldsController.Jean-Philippe Lang2007-08-121-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@615 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: the link to delete issue relations is displayed even if the user is ↵Jean-Philippe Lang2007-08-121-2/+2
| | | | | | not authorized to delete relations git-svn-id: http://redmine.rubyforge.org/svn/trunk@614 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed IssuesController#history, all changes are now displayed on ↵Jean-Philippe Lang2007-08-124-22/+8
| | | | | | | | issues/show (not only the last 15). Added anchor links to issue notes, eg: /issues/show/1#note-3 git-svn-id: http://redmine.rubyforge.org/svn/trunk@613 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed custom fields alignment on issues/show (Balazs Dan)Jean-Philippe Lang2007-08-121-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@612 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changed 'versions' table creation to allow null values for 'effective_date' ↵Jean-Philippe Lang2007-08-121-1/+1
| | | | | | | | field. This change was done in migration 048 but seems to have no effect with SQLite. git-svn-id: http://redmine.rubyforge.org/svn/trunk@611 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changed AR error messages style (same as flash errors).Jean-Philippe Lang2007-08-125-40/+15
| | | | | | Fixed flash styles for IE6. git-svn-id: http://redmine.rubyforge.org/svn/trunk@610 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updated german translation (Hans-Peter Werner)Jean-Philippe Lang2007-08-121-22/+22
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@609 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Roadmap percentages not being calculated correctly (Nick Read).Jean-Philippe Lang2007-08-121-1/+1
| | | | | | The roadmap percentages are now calculated using floating point. git-svn-id: http://redmine.rubyforge.org/svn/trunk@608 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Forum notifications are now also sent to the authors of the thread, even if ↵Jean-Philippe Lang2007-08-121-2/+5
| | | | | | they don't watch the board. git-svn-id: http://redmine.rubyforge.org/svn/trunk@607 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed my_controller_test.rb (errors are now in flash[:error])Jean-Philippe Lang2007-08-121-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@606 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Overdue versions (date reached and open issues > 0) are now always displayed ↵Jean-Philippe Lang2007-08-1215-3/+31
| | | | | | on the roadmap. git-svn-id: http://redmine.rubyforge.org/svn/trunk@604 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a confirmation dialog box for project archivingJean-Philippe Lang2007-08-021-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@603 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changed the footer link from http://redmine.rubyforge.org to ↵Jean-Philippe Lang2007-08-021-1/+1
| | | | | | http://www.redmine.org/ git-svn-id: http://redmine.rubyforge.org/svn/trunk@602 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Applied 'register notice' patch by Matt Jones.Jean-Philippe Lang2007-08-022-2/+2
| | | | | | The user is now redirected to the login screen after having registered. git-svn-id: http://redmine.rubyforge.org/svn/trunk@601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Applied the flash notices patch by Matt Jones (slightly edited).Jean-Philippe Lang2007-08-0216-21/+44
| | | | | | flash[:notice] and flash[:error] are now used for notice/error messages. git-svn-id: http://redmine.rubyforge.org/svn/trunk@600 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: on spent time details view, the h3 issue link now links back to the issueJean-Philippe Lang2007-08-011-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@599 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: error when creating a tracker without copying an existing wokflowJean-Philippe Lang2007-08-011-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@598 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added icon on external wiki linksJean-Philippe Lang2007-08-013-3/+15
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@597 e93f8b46-1217-0410-a6f0-8f06a7374b81
* History box on issues/show is now hidden if there's no historyJean-Philippe Lang2007-08-011-0/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@596 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed a bug in CVS model (clash when 2 projects point to the same repository)Jean-Philippe Lang2007-08-011-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@595 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed a line break on news/showJean-Philippe Lang2007-07-181-2/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@594 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added several validates_length_ofJean-Philippe Lang2007-07-1611-1/+14
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@593 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed mailer (error when no assignee)Jean-Philippe Lang2007-07-151-4/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@592 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Doc update for 0.5.1 release.Jean-Philippe Lang2007-07-153-11/+79
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@591 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Now, when a user turns mail notifications off, he will still receive ↵Jean-Philippe Lang2007-07-151-1/+11
| | | | | | notifications about issue changes if he is the author or the assignee of the issue. git-svn-id: http://redmine.rubyforge.org/svn/trunk@590 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Slight documentation update.Jean-Philippe Lang2007-07-1565-225/+648
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@589 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hours displayed using %.2f on time report.Jean-Philippe Lang2007-07-141-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@588 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: SVN commit dates are now stored as local timeJean-Philippe Lang2007-07-141-3/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@587 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added the ability to log time when changing an issue status.Jean-Philippe Lang2007-07-142-0/+21
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@586 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added an option to choose the date format: language based (as defined in ↵Jean-Philippe Lang2007-07-1415-2/+40
| | | | | | | | 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
* Fixed: Error when editing the wokflow after deleting a statusJean-Philippe Lang2007-07-141-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@584 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added wiki diff.Jean-Philippe Lang2007-07-1411-16/+404
| | | | | | | Diff can be viewed from the page history, or directly from the project activity page for each edit. Uses Lars Christensen's diff library. git-svn-id: http://redmine.rubyforge.org/svn/trunk@583 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a margin for inline images in wiki textJean-Philippe Lang2007-07-021-0/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@582 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: issue_id not nullified on time entries when deleting the issueJean-Philippe Lang2007-07-021-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@581 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: trash icon not visible on files list.Jean-Philippe Lang2007-07-021-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@580 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changesets stored in the database are now displayed on the repository page ↵Jean-Philippe Lang2007-06-291-2/+2
| | | | | | even if the repository can not be reached (eg. svnserve down). git-svn-id: http://redmine.rubyforge.org/svn/trunk@579 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed User#display_name (replaced by User#name).Jean-Philippe Lang2007-06-2910-14/+10
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@578 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Each category can now be associated to a user, so that new issues in that ↵Jean-Philippe Lang2007-06-2912-41/+84
| | | | | | category are automatically assigned to that user. git-svn-id: http://redmine.rubyforge.org/svn/trunk@577 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Long text custom fields displayed without line breaksJean-Philippe Lang2007-06-271-1/+2
| | | | | | Added wiki toolbar for issue notes git-svn-id: http://redmine.rubyforge.org/svn/trunk@576 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: time report doesn't take account of the project for time calculationsJean-Philippe Lang2007-06-271-1/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@575 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed an error when trying to delete a project (versions/issues dependency)Jean-Philippe Lang2007-06-251-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@574 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added Darcs basic support.Jean-Philippe Lang2007-06-248-3/+271
| | | | | | Files in the repository can not be viewed or downloaded since Darcs doesn't support cat-like command. git-svn-id: http://redmine.rubyforge.org/svn/trunk@573 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added time report.Jean-Philippe Lang2007-06-2420-18/+382
| | | | | | Report can be generated by member/activity/tracker/version and year/month/week for the selected period. git-svn-id: http://redmine.rubyforge.org/svn/trunk@572 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added pagination on wiki page history.Jean-Philippe Lang2007-06-233-9/+21
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@571 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed Iconv::IllegalSequence errors in csv exportsJean-Philippe Lang2007-06-232-4/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@570 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed an error on welcome screen for users with no membershipJean-Philippe Lang2007-06-231-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@569 e93f8b46-1217-0410-a6f0-8f06a7374b81