summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Search engines now supports pagination.Jean-Philippe Lang2007-09-2711-51/+82
* Slight changes to the stylesheet and footer.Jean-Philippe Lang2007-09-251-1/+1
* Boards: new message form displayed with no additional request.Jean-Philippe Lang2007-09-243-4/+17
* Slight change to issues/show.Jean-Philippe Lang2007-09-242-6/+6
* Added a named route for the home page.Jean-Philippe Lang2007-09-242-7/+7
* Fixed projects search.Jean-Philippe Lang2007-09-241-1/+1
* Search engine now only searches objects the user is allowed to view.Jean-Philippe Lang2007-09-242-19/+19
* Project activity view now only shows what the user is allowed to view.Jean-Philippe Lang2007-09-241-6/+8
* Added length validation for IssueCategory name.Jean-Philippe Lang2007-09-241-0/+1
* Fixed: Planning title displayed in the project sidebar even if there is no li...Jean-Philippe Lang2007-09-231-2/+7
* Basic plugin support.Jean-Philippe Lang2007-09-235-2/+43
* Subversion repository now accepts svn+ssh url.Jean-Philippe Lang2007-09-221-1/+1
* The news list now shows the full news contents.Jean-Philippe Lang2007-09-224-9/+36
* Added polish translation (Tomasz Gawryl).Jean-Philippe Lang2007-09-225-0/+25
* Application layout refactored.Jean-Philippe Lang2007-09-2250-375/+452
* Fixed: project homepage length validation inconsistent with database field.Jean-Philippe Lang2007-09-201-1/+1
* Fixed setting value serialization.Jean-Philippe Lang2007-09-191-1/+1
* Fixed: Oracle error when saving serialized setting (eg. mail notifications)Jean-Philippe Lang2007-09-181-0/+5
* Fixed: error on document list with a document without description.Jean-Philippe Lang2007-09-171-1/+1
* Fixed: error when uploading a file with a content type longer than 60 chars.Jean-Philippe Lang2007-09-171-0/+4
* Added RMagick availability on admin/info.Jean-Philippe Lang2007-09-152-5/+8
* Date added as acronym title in ApplicationHelper#authoringJean-Philippe Lang2007-09-151-1/+2
* Fixed: unable to save a new wiki page that just contains the default h1 titleJean-Philippe Lang2007-09-151-1/+1
* A category with assigned issue can now be deleted. 2 options are proposed:Jean-Philippe Lang2007-09-154-11/+40
* Changed author display on issues, news and document files.Jean-Philippe Lang2007-09-155-5/+9
* Added 'Estimated hours' attribute on issues.Jean-Philippe Lang2007-09-154-14/+20
* Project modules are checked (default) when creating a project.Jean-Philippe Lang2007-09-151-0/+1
* Main project list now displays root projects with their subprojects.Jean-Philippe Lang2007-09-143-37/+25
* Mail notification options restored (default is: issue_added and issue_updated).Jean-Philippe Lang2007-09-149-13/+57
* Fixed: Spent Time on Reports page only visible to administrators.Jean-Philippe Lang2007-09-141-1/+1
* Fixed: can't preview/save the very first wiki page.Jean-Philippe Lang2007-09-141-0/+1
* Added project module concept.Jean-Philippe Lang2007-09-1427-191/+346
* Notifications about issues (add/edit) are now sent in plain text and html.Jean-Philippe Lang2007-09-1128-118/+32
* Added "% done" in the filter list.Jean-Philippe Lang2007-09-092-2/+12
* Added the ability to rename wiki pages (specific permission required).Jean-Philippe Lang2007-09-096-8/+88
* Removed @html_title assignments in controllers.Jean-Philippe Lang2007-09-0712-6/+25
* Improved Redmine links:Jean-Philippe Lang2007-09-074-7/+22
* Fixed: 'Move' button always visible on issues list.Jean-Philippe Lang2007-09-071-2/+1
* Automatically scroll down to the preview when previewing wiki page.Jean-Philippe Lang2007-09-061-1/+3
* Added code highlighting support in wiki, using this syntax:Jean-Philippe Lang2007-09-062-0/+8
* 'current week' filter fix.Jean-Philippe Lang2007-09-061-1/+1
* Removed RedCloth checks since it's now supplied with the application.Jean-Philippe Lang2007-09-055-5/+2
* Search field automatically focused.Jean-Philippe Lang2007-09-051-2/+3
* Fixed: custom field displayed as deleted in the issue history even if no valu...Jean-Philippe Lang2007-09-051-1/+3
* Issue notes are now included in search.Jean-Philippe Lang2007-09-052-1/+10
* Added a new value for date filters: 'this week'Jean-Philippe Lang2007-09-052-3/+7
* Subprojects are now grouped by projects in the 'Projects' top navigation drop...Jean-Philippe Lang2007-09-053-12/+18
* Small fix in Mailer.Jean-Philippe Lang2007-09-041-1/+1
* 'Due in' label removed from the changelog view.Jean-Philippe Lang2007-09-021-3/+1
* Added Redmine::WikiFormatting module and tests for wiki links.Jean-Philippe Lang2007-09-021-34/+32