summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Quote ids for attachment association since Trac's attachment.id is varchar (#...Jean-Philippe Lang2008-08-101-2/+8
* Adds permissions for viewing the watcher list and adding new watchers on the ...Jean-Philippe Lang2008-08-031-0/+3
* Fixed: RedCloth#block_markdown_rule freezes when parsing many hyphen marks (#...Jean-Philippe Lang2008-07-301-1/+1
* 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-273-0/+144
* 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
* Admin and Help links at the end of top menu.Jean-Philippe Lang2008-07-131-2/+2
* Menu mapper: add support for :before, :after and :last options to #push metho...Jean-Philippe Lang2008-07-132-8/+32
* 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
* Mail handler: more control over issue attributes (#1110).Jean-Philippe Lang2008-07-061-20/+56
* 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
* Merged Rails 2.1 compatibility branch.Jean-Philippe Lang2008-07-041-1/+1
* Reduces memory usage when importing large git repositories (#1482).Jean-Philippe Lang2008-06-291-11/+22
* Makes importer work with Trac 0.8.x (#1540).Jean-Philippe Lang2008-06-291-0/+5
* 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-222-3/+78
* Adds basic support for issue creation via email (#1110).Jean-Philippe Lang2008-06-221-0/+37
* 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
* Prevent unwanted textile link parsing at end of line.Jean-Philippe Lang2008-06-161-1/+1
* 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
* Fixed: SVG::Graph raises an error when using external stylesheet (#1402).Jean-Philippe Lang2008-06-091-1/+1
* Fixed: notextile tag has no effect.Jean-Philippe Lang2008-06-081-1/+1
* 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-083-1/+105
* Trac importer: read session_attribute table to find user's email and real nam...Jean-Philippe Lang2008-06-071-3/+20
* 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
* Trac importer: improves wiki link conversion (#1287).Jean-Philippe Lang2008-06-061-1/+2
* Fixed: SVN errors lead to svn username/password being displayed to end users ...Jean-Philippe Lang2008-06-061-3/+14
* Allow empty cells in wiki tables.Jean-Philippe Lang2008-06-041-12/+5
* Fixed: new line at the end of a file is not displayed in diff.Jean-Philippe Lang2008-06-021-1/+0
* Adds a Reply link to each issue note (#739). Reply is pre-filled with the quo...Jean-Philippe Lang2008-05-301-2/+2
* Adds multi-levels blockquotes support by using > at the beginning of lines.Jean-Philippe Lang2008-05-302-1/+26
* Trac importer: migrate attachments descriptions (#1326).Jean-Philippe Lang2008-05-291-0/+6
* 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-262-2/+2
* Adds a rake task to send reminders. An email is sent to each user with a list...Jean-Philippe Lang2008-05-251-0/+39