summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix: error when posting to projects/add or users/add with no custom_fields pa...Jean-Philippe Lang2007-08-293-3/+3
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-2953-476/+474
* Fixed: queries with multiple custom fields return no result.Jean-Philippe Lang2007-08-263-17/+22
* Gantt chart can now be exported to a graphic file (png).Jean-Philippe Lang2007-08-263-4/+161
* Fixed: calendar and gantt not updated when adding/editing/deleting a project ...Jean-Philippe Lang2007-08-253-0/+37
* Replaced hard-coded urls in Mailer#attachments_addJean-Philippe Lang2007-08-251-6/+6
* Automatic closing of duplicate issues.Jean-Philippe Lang2007-08-251-0/+22
* Fixed: Bad url to project forums from the wiki home page.Jean-Philippe Lang2007-08-251-2/+2
* Fixed: wiki preview doesn't work on long entries.Jean-Philippe Lang2007-08-251-17/+3
* Changeset comments are now stripped before being stored in the database (patc...Jean-Philippe Lang2007-08-251-0/+4
* Small change to ApplicationHelper#textilizable to allow links to other wikis ...Jean-Philippe Lang2007-08-171-1/+2
* Application welcome text is now textilized.Jean-Philippe Lang2007-08-172-2/+3
* Textilized project descriptions on project list and home page.Jean-Philippe Lang2007-08-175-8/+11
* Code improvement in ProjectsController#activity (Nicolas Chuche)Jean-Philippe Lang2007-08-161-12/+3
* Added a 'Assignable' boolean on Role model.Jean-Philippe Lang2007-08-165-3/+15
* Added a link to add a new category when creating or editing an issue.Jean-Philippe Lang2007-08-164-4/+27
* Added feeds auto discovery links on projects/show (patch by Nicolas Chuche).Jean-Philippe Lang2007-08-167-6/+22
* Activity view improvements:Jean-Philippe Lang2007-08-163-11/+25
* Fixed: nil error on 'commits per month' graph.Jean-Philippe Lang2007-08-151-2/+3