summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Basic plugin support.Jean-Philippe Lang2007-09-233-0/+140
* Application layout refactored.Jean-Philippe Lang2007-09-221-7/+2
* Added 2 log messages in SubversionAdapter#entries.Jean-Philippe Lang2007-09-181-1/+3
* Fixed: RMagick not loaded on case sensitive filesystems.Jean-Philippe Lang2007-09-171-1/+1
* Fixed: lines in wiki content containing just a single wiki link are not displ...Jean-Philippe Lang2007-09-151-1/+1
* Added project module concept.Jean-Philippe Lang2007-09-143-50/+89
* Fixed: watchers should be notified even if they uncheck 'mail notifications'Jean-Philippe Lang2007-09-111-1/+1
* Added the ability to rename wiki pages (specific permission required).Jean-Philippe Lang2007-09-091-0/+1
* 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-091-2/+29
* Added code highlighting support in wiki, using this syntax:Jean-Philippe Lang2007-09-061-1/+17
* Added Redmine::WikiFormatting module and tests for wiki links.Jean-Philippe Lang2007-09-022-0/+1209
* 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-023-2/+15
* Trac importer initial commit. The script migrates:Jean-Philippe Lang2007-09-011-0/+416
* Added Redmine::Info to store various information about the application.Jean-Philippe Lang2007-08-293-8/+9
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-297-10/+378
* Gantt chart can now be exported to a graphic file (png).Jean-Philippe Lang2007-08-261-0/+6
* Mantis importer: small fix in categories mapping.Jean-Philippe Lang2007-08-251-1/+1
* Mantis importer:Jean-Philippe Lang2007-08-251-3/+10
* Mantis importer: issue categories truncated to 30 chars.Jean-Philippe Lang2007-08-251-1/+1
* Added syntax highlightment for repository files (using CodeRay).Jean-Philippe Lang2007-08-152-2/+5
* Mantis importer: fixed default role mappingJean-Philippe Lang2007-08-151-5/+5
* Small change to mantis importer to be 0.5.1 compatible.Jean-Philippe Lang2007-08-141-1/+1
* Mantis importer: fixed a few bugsJean-Philippe Lang2007-08-141-10/+17
* Mantis importer: replaced find by find_by_idJean-Philippe Lang2007-08-141-7/+7
* Mantis importer: added priorities mapping.Jean-Philippe Lang2007-08-131-4/+13
* Mantis importer: steps_to_reproduce and additional_information fields added t...Jean-Philippe Lang2007-08-131-2/+11
* Added migration of Mantis bug monitors.Jean-Philippe Lang2007-08-131-0/+12
* Added migration of Mantis bug relationships.Jean-Philippe Lang2007-08-131-2/+29
* More accurate status and role mapping in Mantis importer.Jean-Philippe Lang2007-08-131-15/+20
* Mantis migration task initial import.Jean-Philippe Lang2007-08-131-0/+409
* Doc update for 0.5.1 release.Jean-Philippe Lang2007-07-151-1/+1
* Fix: SVN commit dates are now stored as local timeJean-Philippe Lang2007-07-141-3/+3
* Added wiki diff.Jean-Philippe Lang2007-07-141-0/+280
* Added Darcs basic support.Jean-Philippe Lang2007-06-243-3/+170
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-125-0/+1031
* Text files can now be viewed online when browsing the repository.Jean-Philippe Lang2007-05-082-0/+59
* Added "Watch" functionality on issues. It allows users to receive mail notifi...Jean-Philippe Lang2007-04-214-11/+69
* Redmine::VERSION updatedJean-Philippe Lang2007-04-111-2/+2
* slight svg rendering modificationsJean-Philippe Lang2007-03-261-17/+17
* added simple svn statistics graphs, rendered using SVG::GraphJean-Philippe Lang2007-03-2511-0/+3733
* Simple time tracking functionality added. Time can be logged at issue or proj...Jean-Philippe Lang2007-03-231-2/+6
* added roadmap viewJean-Philippe Lang2007-02-041-12/+12
* added Redmine::VERSION moduleJean-Philippe Lang2007-01-211-0/+11
* settings are now stored in the database (config_custom.rb no more used) and e...Jean-Philippe Lang2007-01-211-1/+1
* language for default configuration data can now be chosen when running 'load_...Jean-Philippe Lang2007-01-011-4/+17
* added model Comment.Jean-Philippe Lang2006-12-101-2/+2