summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed: watchers should be notified even if they uncheck 'mail notifications'Jean-Philippe Lang2007-09-111-1/+1
* Notifications about issues (add/edit) are now sent in plain text and html.Jean-Philippe Lang2007-09-1140-118/+56
* Added Subversion repository unit tests.Jean-Philippe Lang2007-09-102-0/+55
* 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-0921-8/+201
* Small fix to TOC regexp.Jean-Philippe Lang2007-09-091-1/+1
* Added automatic table of content support on wiki pages, based on h1., h2. and...Jean-Philippe Lang2007-09-092-3/+58
* Updated INSTALL doc.Jean-Philippe Lang2007-09-081-4/+1
* Added javascript highlightment support (http://pastie.textmate.org/50774/)Jean-Philippe Lang2007-09-072-0/+177
* Removed @html_title assignments in controllers.Jean-Philippe Lang2007-09-0712-6/+25
* Improved Redmine links:Jean-Philippe Lang2007-09-077-13/+35
* 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 background on <pre> wiki blocks.Jean-Philippe Lang2007-09-061-0/+7
* Added code highlighting support in wiki, using this syntax:Jean-Philippe Lang2007-09-065-3/+33
* '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-0514-3/+19
* Subprojects are now grouped by projects in the 'Projects' top navigation drop...Jean-Philippe Lang2007-09-053-12/+18
* Added an index on custom_values table (customized_type + customized_id column...Jean-Philippe Lang2007-09-041-0/+9
* 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-028-37/+1346
* 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
* Changed the application default title (redMine -> Redmine).Jean-Philippe Lang2007-09-021-1/+1
* Small fix in issue history display.Jean-Philippe Lang2007-09-021-2/+2
* Trac importer: 'resolution' field imported with history as a custom field.Jean-Philippe Lang2007-09-021-33/+50
* Trac importer now migrates status changes.Jean-Philippe Lang2007-09-021-21/+28
* Trac importer now checks the existence of trac.db and attachments directory b...Jean-Philippe Lang2007-09-021-26/+38
* Added namespace for Redmine specific rake tasks.Jean-Philippe Lang2007-09-024-3/+16
* Fixed: auto-generated links corrupted when url contains & characters in the q...Jean-Philippe Lang2007-09-011-1/+1
* Trac importer initial commit. The script migrates:Jean-Philippe Lang2007-09-011-0/+416
* 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-313-10/+47
* Added a cross-project issue list. It displays the issues of all the projects ...Jean-Philippe Lang2007-08-317-22/+126
* Fixed: autologin broken.Jean-Philippe Lang2007-08-301-1/+1
* Added Redmine::Info to store various information about the application.Jean-Philippe Lang2007-08-296-12/+13
* Fixed: "new issue" drop-down only visible by admin users.Jean-Philippe Lang2007-08-293-4/+4
* Added border and padding on wiki table headers.Jean-Philippe Lang2007-08-291-1/+1
* Translated a few strings in fr.ymlJean-Philippe Lang2007-08-291-3/+3
* 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-2914-17/+66
* 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-294-4/+8