summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* Doc and version changes for 0.6.1 release.Jean-Philippe Lang2007-12-101-1/+1
* Bazaar adapter: fixed log with partial revisions parsing.Jean-Philippe Lang2007-12-071-1/+4
* Added Bazaar adapter.Jean-Philippe Lang2007-12-031-0/+204
* Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.Jean-Philippe Lang2007-12-024-4/+84
* Themes:Jean-Philippe Lang2007-11-221-1/+1
* * Fixed: Error when displaying the issue list if a float custom field is mark...Jean-Philippe Lang2007-11-211-1/+1
* Fixed (CVS adapter): changes not recorded when using :pserver string.Jean-Philippe Lang2007-11-161-1/+2
* Added wiki macros support. 2 builtin macros are defined: hello_world (sample ...Jean-Philippe Lang2007-11-122-6/+125
* Slight changes for 0.6.0 release.Jean-Philippe Lang2007-11-041-2/+2
* Quote subversion username and password in svn commands.Jean-Philippe Lang2007-10-192-5/+22
* Removed inconsistent user manual stuff (html/docbook content and controller)....Jean-Philippe Lang2007-10-131-0/+1
* Added revision number in Redmine::VERSION (the revision number is read from ....Jean-Philippe Lang2007-10-111-1/+25
* Added basic Theme support.Jean-Philippe Lang2007-10-101-0/+72
* Calendar:Jean-Philippe Lang2007-10-071-0/+76
* Better handling of external link style assignment.Jean-Philippe Lang2007-10-011-1/+1
* Fixed TOC positionning in wiki pages.Jean-Philippe Lang2007-10-011-0/+1
* Span caps turned off in textile formatting.Jean-Philippe Lang2007-10-011-0/+1
* Added svn command output to error log when SubversionAdapter#entries parsing ...Jean-Philippe Lang2007-09-301-2/+5
* Fixed: Links get chopped by punctuation marks in anchors.Jean-Philippe Lang2007-09-301-14/+10
* Fixed: Links to other wiki pages in headings get corrupted (class attributes ...Jean-Philippe Lang2007-09-271-2/+4
* Search engines now supports pagination.Jean-Philippe Lang2007-09-274-126/+0
* Basic plugin support.Jean-Philippe Lang2007-09-231-0/+124
* Added 2 log messages in SubversionAdapter#entries.Jean-Philippe Lang2007-09-181-1/+3
* Added project module concept.Jean-Philippe Lang2007-09-142-3/+23
* Fixed: watchers should be notified even if they uncheck 'mail notifications'Jean-Philippe Lang2007-09-111-1/+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-021-0/+79
* Added Redmine::Info to store various information about the application.Jean-Philippe Lang2007-08-292-7/+9
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-295-0/+230
* Added syntax highlightment for repository files (using CodeRay).Jean-Philippe Lang2007-08-152-2/+5
* 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 Darcs basic support.Jean-Philippe Lang2007-06-242-2/+169
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-124-0/+1029
* Text files can now be viewed online when browsing the repository.Jean-Philippe Lang2007-05-081-0/+58
* Added "Watch" functionality on issues. It allows users to receive mail notifi...Jean-Philippe Lang2007-04-213-0/+67