summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* Fixes platform determination under JRuby (#1804).Jean-Philippe Lang2008-08-252-2/+28
* Adds Trac-Like anchors on wiki headings (#1647).Jean-Philippe Lang2008-07-281-10/+18
* Adds #activity_provider shortcut method to the plugin API.Jean-Philippe Lang2008-07-272-8/+26
* Activity refactoring.Jean-Philippe Lang2008-07-272-0/+133
* Adds child_pages macro for wiki pages (#528).Jean-Philippe Lang2008-07-261-0/+6
* TOC rendered as an unordered list.Jean-Philippe Lang2008-07-221-3/+3
* Fixed: dependency on ruby 1.8.7 introduced in r1660 (#1643).Jean-Philippe Lang2008-07-201-2/+2
* Prevent blank menu caption.Jean-Philippe Lang2008-07-131-1/+3
* Menu mapper: add support for :before, :after and :last options to #push metho...Jean-Philippe Lang2008-07-131-7/+31
* Menu item caption can be a Proc.Jean-Philippe Lang2008-07-131-8/+16
* Fixes nil error when svn binary version is unknown (#1607).Jean-Philippe Lang2008-07-123-8/+17
* Adds MercurialAdapter.client_version and prevent @hg --version@ to be called ...Jean-Philippe Lang2008-07-051-30/+34
* Display svn properties in the browser, svn >= 1.5.0 only (#1581).Jean-Philippe Lang2008-07-052-2/+69
* Reduces memory usage when importing large git repositories (#1482).Jean-Philippe Lang2008-06-291-11/+22
* Turn ftp urls into links (#1514).Jean-Philippe Lang2008-06-231-0/+1
* IMAP: fetch unseen messages only.Jean-Philippe Lang2008-06-221-1/+1
* IMAP: Mark emails as Seen.Jean-Philippe Lang2008-06-221-2/+10
* Adds a rake task (redmine:email:receive_imap) to read emails from an IMAP ser...Jean-Philippe Lang2008-06-221-0/+43
* Mercurial adapter tests fix (#1469).Jean-Philippe Lang2008-06-181-2/+0
* Fixed: urls containing @ are parsed as email adress by the wiki formatter (#1...Jean-Philippe Lang2008-06-171-3/+7
* Fixed: view file at given revision with CVS.Jean-Philippe Lang2008-06-151-1/+3
* Fixed: TOC does not remove colorization markups (#1423).Jean-Philippe Lang2008-06-151-0/+3
* CVS: add support for modules names with spaces (#1434).Jean-Philippe Lang2008-06-141-5/+5
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-088-171/+190
* Filesystem adapter: read files in binary mode.Jean-Philippe Lang2008-06-081-1/+1
* Filesystem adapter: negative size is displayed for large files under win32.Jean-Philippe Lang2008-06-081-2/+1
* Adds Filesystem adapter (patch #1393 by Paul R).Jean-Philippe Lang2008-06-082-0/+104
* Subversion adapter: ignore directories with no commit date (#1370).Jean-Philippe Lang2008-06-071-0/+3
* Mercurial adapter improvements (patch #1199 by Pierre Paysant-Le Roux).Jean-Philippe Lang2008-06-074-78/+111
* Fixed: SVN errors lead to svn username/password being displayed to end users ...Jean-Philippe Lang2008-06-061-3/+14
* Fixed: new line at the end of a file is not displayed in diff.Jean-Philippe Lang2008-06-021-1/+0
* Adds multi-levels blockquotes support by using > at the beginning of lines.Jean-Philippe Lang2008-05-301-1/+1
* Fixed: GitAdapter#get_rev should use current branch instead of hardwiring @ma...Jean-Philippe Lang2008-05-291-3/+7
* No multiline text for textile links.Jean-Philippe Lang2008-05-261-1/+1
* Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant (#...Jean-Philippe Lang2008-05-131-2/+2
* Fixed: error when using upcase language name in coderay (#1162) (Windows spec...Jean-Philippe Lang2008-05-021-1/+1
* Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki (#967).Jean-Philippe Lang2008-05-011-1/+1
* Fixed: Updating tickets add a time log with zero hours (#1147).Jean-Philippe Lang2008-04-301-1/+1
* Fixed: Links to repository directories don't work (#1119).Jean-Philippe Lang2008-04-277-53/+11
* Estimated time recognizes improved time formats (#1092).Jean-Philippe Lang2008-04-263-0/+46
* Include macro can include a page of another project wiki using !{{include(pro...Jean-Philippe Lang2008-04-131-13/+16
* Fixed: error when browsing an empty Mercurial repository (#1046).Jean-Philippe Lang2008-04-121-1/+2
* Mercurial: Get proper file action on revision (#983).Jean-Philippe Lang2008-04-061-14/+43
* Fix repository browsing at given revision for various scm and add tests for t...Jean-Philippe Lang2008-04-063-3/+7
* Fixed: inline image not displayed when including a wiki page (closes #1001).Jean-Philippe Lang2008-04-051-1/+1
* Verify rev and rev_to params format in RepositoriesController. And turn revis...Jean-Philippe Lang2008-04-031-8/+6
* Fixed: revision is ignored in MercurialAdapter#cat.Jean-Philippe Lang2008-03-211-1/+3
* Doc update before 0.7-rc1 release.Jean-Philippe Lang2008-03-211-1/+1
* Always show 'View' and 'Annotate' links on repository files (download will be...Jean-Philippe Lang2008-03-192-7/+9
* Add "--encoding utf8" option to the Mercurial "hg log" command in order to ge...Jean-Philippe Lang2008-03-151-1/+1