| Commit message (Expand) | Author | Age | Files | Lines |
* | Added wiki macros support. 2 builtin macros are defined: hello_world (sample ... | Jean-Philippe Lang | 2007-11-12 | 2 | -6/+125 |
* | Trac importer: user can now choose between sqlite and sqlite3 adapter for Tra... | Jean-Philippe Lang | 2007-11-09 | 1 | -4/+14 |
* | Moved ProjectsController#list_news to NewsController#index. | Jean-Philippe Lang | 2007-11-05 | 1 | -2/+2 |
* | ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer... | Jean-Philippe Lang | 2007-11-05 | 1 | -3/+3 |
* | Slight changes for 0.6.0 release. | Jean-Philippe Lang | 2007-11-04 | 1 | -2/+2 |
* | Removed IssueStatus html_color attribute. | Jean-Philippe Lang | 2007-11-04 | 1 | -6/+6 |
* | Added AJAX based context menu on the project issue list that provide shortcut... | Jean-Philippe Lang | 2007-10-28 | 1 | -1/+1 |
* | Quote subversion username and password in svn commands. | Jean-Philippe Lang | 2007-10-19 | 2 | -5/+22 |
* | Removed inconsistent user manual stuff (html/docbook content and controller).... | Jean-Philippe Lang | 2007-10-13 | 1 | -0/+1 |
* | Added revision number in Redmine::VERSION (the revision number is read from .... | Jean-Philippe Lang | 2007-10-11 | 1 | -1/+25 |
* | Added basic Theme support. | Jean-Philippe Lang | 2007-10-10 | 2 | -0/+73 |
* | Added 'Bulk edit' functionality. | Jean-Philippe Lang | 2007-10-09 | 1 | -1/+2 |
* | Set enumeration positions and default priority (Normal) in default configurat... | Jean-Philippe Lang | 2007-10-08 | 1 | -9/+9 |
* | Calendar: | Jean-Philippe Lang | 2007-10-07 | 1 | -0/+76 |
* | Merged IssuesController#export_pdf into IssuesController#show. | Jean-Philippe Lang | 2007-10-05 | 1 | -1/+1 |
* | 'Manage repository' permission requires to be a project member. | Jean-Philippe Lang | 2007-10-05 | 1 | -1/+1 |
* | Fixed: URL with ~ broken in wiki formatting. | Jean-Philippe Lang | 2007-10-03 | 1 | -5/+5 |
* | Better handling of external link style assignment. | Jean-Philippe Lang | 2007-10-01 | 2 | -2/+4 |
* | Fixed TOC positionning in wiki pages. | Jean-Philippe Lang | 2007-10-01 | 1 | -0/+1 |
* | Span caps turned off in textile formatting. | Jean-Philippe Lang | 2007-10-01 | 1 | -0/+1 |
* | Removed ProjectsController#feeds. This view was incomplete and inconsistent w... | Jean-Philippe Lang | 2007-10-01 | 1 | -1/+1 |
* | Added svn command output to error log when SubversionAdapter#entries parsing ... | Jean-Philippe Lang | 2007-09-30 | 1 | -2/+5 |
* | Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier). | Jean-Philippe Lang | 2007-09-30 | 1 | -1/+1 |
* | Fixed: Links get chopped by punctuation marks in anchors. | Jean-Philippe Lang | 2007-09-30 | 1 | -14/+10 |
* | Redmine acts_as_* plugins moved to vendor/plugins. | Jean-Philippe Lang | 2007-09-29 | 6 | -217/+0 |
* | Fixed: Links to other wiki pages in headings get corrupted (class attributes ... | Jean-Philippe Lang | 2007-09-27 | 1 | -2/+4 |
* | Search engines now supports pagination. | Jean-Philippe Lang | 2007-09-27 | 7 | -2/+91 |
* | Basic plugin support. | Jean-Philippe Lang | 2007-09-23 | 3 | -0/+140 |
* | Application layout refactored. | Jean-Philippe Lang | 2007-09-22 | 1 | -7/+2 |
* | Added 2 log messages in SubversionAdapter#entries. | Jean-Philippe Lang | 2007-09-18 | 1 | -1/+3 |
* | Fixed: RMagick not loaded on case sensitive filesystems. | Jean-Philippe Lang | 2007-09-17 | 1 | -1/+1 |
* | Fixed: lines in wiki content containing just a single wiki link are not displ... | Jean-Philippe Lang | 2007-09-15 | 1 | -1/+1 |
* | Added project module concept. | Jean-Philippe Lang | 2007-09-14 | 3 | -50/+89 |
* | Fixed: watchers should be notified even if they uncheck 'mail notifications' | Jean-Philippe Lang | 2007-09-11 | 1 | -1/+1 |
* | Added the ability to rename wiki pages (specific permission required). | Jean-Philippe Lang | 2007-09-09 | 1 | -0/+1 |
* | Small fix to TOC regexp. | Jean-Philippe Lang | 2007-09-09 | 1 | -1/+1 |
* | Added automatic table of content support on wiki pages, based on h1., h2. and... | Jean-Philippe Lang | 2007-09-09 | 1 | -2/+29 |
* | Added code highlighting support in wiki, using this syntax: | Jean-Philippe Lang | 2007-09-06 | 1 | -1/+17 |
* | Added Redmine::WikiFormatting module and tests for wiki links. | Jean-Philippe Lang | 2007-09-02 | 2 | -0/+1209 |
* | Trac importer: 'resolution' field imported with history as a custom field. | Jean-Philippe Lang | 2007-09-02 | 1 | -33/+50 |
* | Trac importer now migrates status changes. | Jean-Philippe Lang | 2007-09-02 | 1 | -21/+28 |
* | Trac importer now checks the existence of trac.db and attachments directory b... | Jean-Philippe Lang | 2007-09-02 | 1 | -26/+38 |
* | Added namespace for Redmine specific rake tasks. | Jean-Philippe Lang | 2007-09-02 | 3 | -2/+15 |
* | Trac importer initial commit. The script migrates: | Jean-Philippe Lang | 2007-09-01 | 1 | -0/+416 |
* | Added Redmine::Info to store various information about the application. | Jean-Philippe Lang | 2007-08-29 | 3 | -8/+9 |
* | Merged 0.6 branch into trunk. | Jean-Philippe Lang | 2007-08-29 | 7 | -10/+378 |
* | Gantt chart can now be exported to a graphic file (png). | Jean-Philippe Lang | 2007-08-26 | 1 | -0/+6 |
* | Mantis importer: small fix in categories mapping. | Jean-Philippe Lang | 2007-08-25 | 1 | -1/+1 |
* | Mantis importer: | Jean-Philippe Lang | 2007-08-25 | 1 | -3/+10 |
* | Mantis importer: issue categories truncated to 30 chars. | Jean-Philippe Lang | 2007-08-25 | 1 | -1/+1 |