summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix: Inline image links broken in rev 690.Jean-Philippe Lang2007-09-021-1/+1
* Buttons (edit, watch...) on issues/show are now located in the upper-right co...Jean-Philippe Lang2007-09-021-8/+10
* Small fix in issue history display.Jean-Philippe Lang2007-09-021-2/+2
* Fixed: auto-generated links corrupted when url contains & characters in the q...Jean-Philippe Lang2007-09-011-1/+1
* Added 'reported by me' and 'assigned to me' issue feeds on 'My page'.Jean-Philippe Lang2007-08-312-0/+14
* Added the ability to move issues (to another project) without changing their ...Jean-Philippe Lang2007-08-313-13/+15
* Added atom feed on the new cross-project issue list.Jean-Philippe Lang2007-08-313-3/+12
* Added cache for application settings (Setting model).Jean-Philippe Lang2007-08-312-10/+36
* Added a cross-project issue list. It displays the issues of all the projects ...Jean-Philippe Lang2007-08-316-20/+123
* Fixed: autologin broken.Jean-Philippe Lang2007-08-301-1/+1
* Added Redmine::Info to store various information about the application.Jean-Philippe Lang2007-08-293-4/+4
* Fixed: "new issue" drop-down only visible by admin users.Jean-Philippe Lang2007-08-293-4/+4
* Fixed: "subproject of" list should not show archived projects.Jean-Philippe Lang2007-08-291-2/+2
* Added the ability to reset its own RSS access key on "My account".Jean-Philippe Lang2007-08-292-6/+19
* Some deprecation fixes (end_form_tag and count API).Jean-Philippe Lang2007-08-293-7/+7