| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed @html_title assignments in controllers. | Jean-Philippe Lang | 2007-09-07 | 12 | -6/+25 |
* | Improved Redmine links: | Jean-Philippe Lang | 2007-09-07 | 4 | -7/+22 |
* | Fixed: 'Move' button always visible on issues list. | Jean-Philippe Lang | 2007-09-07 | 1 | -2/+1 |
* | Automatically scroll down to the preview when previewing wiki page. | Jean-Philippe Lang | 2007-09-06 | 1 | -1/+3 |
* | Added code highlighting support in wiki, using this syntax: | Jean-Philippe Lang | 2007-09-06 | 2 | -0/+8 |
* | 'current week' filter fix. | Jean-Philippe Lang | 2007-09-06 | 1 | -1/+1 |
* | Removed RedCloth checks since it's now supplied with the application. | Jean-Philippe Lang | 2007-09-05 | 5 | -5/+2 |
* | Search field automatically focused. | Jean-Philippe Lang | 2007-09-05 | 1 | -2/+3 |
* | Fixed: custom field displayed as deleted in the issue history even if no valu... | Jean-Philippe Lang | 2007-09-05 | 1 | -1/+3 |
* | Issue notes are now included in search. | Jean-Philippe Lang | 2007-09-05 | 2 | -1/+10 |
* | Added a new value for date filters: 'this week' | Jean-Philippe Lang | 2007-09-05 | 2 | -3/+7 |
* | Subprojects are now grouped by projects in the 'Projects' top navigation drop... | Jean-Philippe Lang | 2007-09-05 | 3 | -12/+18 |
* | Small fix in Mailer. | Jean-Philippe Lang | 2007-09-04 | 1 | -1/+1 |
* | 'Due in' label removed from the changelog view. | Jean-Philippe Lang | 2007-09-02 | 1 | -3/+1 |
* | Added Redmine::WikiFormatting module and tests for wiki links. | Jean-Philippe Lang | 2007-09-02 | 1 | -34/+32 |
* | Fix: Inline image links broken in rev 690. | Jean-Philippe Lang | 2007-09-02 | 1 | -1/+1 |
* | Buttons (edit, watch...) on issues/show are now located in the upper-right co... | Jean-Philippe Lang | 2007-09-02 | 1 | -8/+10 |
* | Small fix in issue history display. | Jean-Philippe Lang | 2007-09-02 | 1 | -2/+2 |
* | Fixed: auto-generated links corrupted when url contains & characters in the q... | Jean-Philippe Lang | 2007-09-01 | 1 | -1/+1 |
* | Added 'reported by me' and 'assigned to me' issue feeds on 'My page'. | Jean-Philippe Lang | 2007-08-31 | 2 | -0/+14 |
* | Added the ability to move issues (to another project) without changing their ... | Jean-Philippe Lang | 2007-08-31 | 3 | -13/+15 |
* | Added atom feed on the new cross-project issue list. | Jean-Philippe Lang | 2007-08-31 | 3 | -3/+12 |
* | Added cache for application settings (Setting model). | Jean-Philippe Lang | 2007-08-31 | 2 | -10/+36 |
* | Added a cross-project issue list. It displays the issues of all the projects ... | Jean-Philippe Lang | 2007-08-31 | 6 | -20/+123 |
* | Fixed: autologin broken. | Jean-Philippe Lang | 2007-08-30 | 1 | -1/+1 |
* | Added Redmine::Info to store various information about the application. | Jean-Philippe Lang | 2007-08-29 | 3 | -4/+4 |
* | Fixed: "new issue" drop-down only visible by admin users. | Jean-Philippe Lang | 2007-08-29 | 3 | -4/+4 |
* | Fixed: "subproject of" list should not show archived projects. | Jean-Philippe Lang | 2007-08-29 | 1 | -2/+2 |
* | Added the ability to reset its own RSS access key on "My account". | Jean-Philippe Lang | 2007-08-29 | 2 | -6/+19 |
* | Some deprecation fixes (end_form_tag and count API). | Jean-Philippe Lang | 2007-08-29 | 3 | -7/+7 |
* | Fix: error when posting to projects/add or users/add with no custom_fields pa... | Jean-Philippe Lang | 2007-08-29 | 3 | -3/+3 |
* | Merged 0.6 branch into trunk. | Jean-Philippe Lang | 2007-08-29 | 53 | -476/+474 |
* | Fixed: queries with multiple custom fields return no result. | Jean-Philippe Lang | 2007-08-26 | 3 | -17/+22 |
* | Gantt chart can now be exported to a graphic file (png). | Jean-Philippe Lang | 2007-08-26 | 3 | -4/+161 |
* | Fixed: calendar and gantt not updated when adding/editing/deleting a project ... | Jean-Philippe Lang | 2007-08-25 | 3 | -0/+37 |
* | Replaced hard-coded urls in Mailer#attachments_add | Jean-Philippe Lang | 2007-08-25 | 1 | -6/+6 |
* | Automatic closing of duplicate issues. | Jean-Philippe Lang | 2007-08-25 | 1 | -0/+22 |
* | Fixed: Bad url to project forums from the wiki home page. | Jean-Philippe Lang | 2007-08-25 | 1 | -2/+2 |
* | Fixed: wiki preview doesn't work on long entries. | Jean-Philippe Lang | 2007-08-25 | 1 | -17/+3 |
* | Changeset comments are now stripped before being stored in the database (patc... | Jean-Philippe Lang | 2007-08-25 | 1 | -0/+4 |
* | Small change to ApplicationHelper#textilizable to allow links to other wikis ... | Jean-Philippe Lang | 2007-08-17 | 1 | -1/+2 |
* | Application welcome text is now textilized. | Jean-Philippe Lang | 2007-08-17 | 2 | -2/+3 |
* | Textilized project descriptions on project list and home page. | Jean-Philippe Lang | 2007-08-17 | 5 | -8/+11 |
* | Code improvement in ProjectsController#activity (Nicolas Chuche) | Jean-Philippe Lang | 2007-08-16 | 1 | -12/+3 |
* | Added a 'Assignable' boolean on Role model. | Jean-Philippe Lang | 2007-08-16 | 5 | -3/+15 |
* | Added a link to add a new category when creating or editing an issue. | Jean-Philippe Lang | 2007-08-16 | 4 | -4/+27 |
* | Added feeds auto discovery links on projects/show (patch by Nicolas Chuche). | Jean-Philippe Lang | 2007-08-16 | 7 | -6/+22 |
* | Activity view improvements: | Jean-Philippe Lang | 2007-08-16 | 3 | -11/+25 |
* | Fixed: nil error on 'commits per month' graph. | Jean-Philippe Lang | 2007-08-15 | 1 | -2/+3 |
* | Added syntax highlightment for repository files (using CodeRay). | Jean-Philippe Lang | 2007-08-15 | 3 | -9/+17 |