summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
...
* Adds plugin id attribute.Jean-Philippe Lang2008-11-161-4/+13
* Changes version naming rule (#2162).Jean-Philippe Lang2008-11-161-2/+8
* Pluggable admin menu (patch #2031 by Yuki Sonoda with slight changes).Jean-Philippe Lang2008-11-111-3/+15
* Adds permissions to let users edit and/or delete their messages (#854, patch ...Jean-Philippe Lang2008-11-111-0/+2
* Turn ftps and sftp proto into links (#1514).Jean-Philippe Lang2008-11-111-1/+1
* Include GLoc in hook listener base class (#2112).Jean-Philippe Lang2008-11-101-0/+1
* Fixed: non-ASCII subversion path can't be displayed (patch #1993 by Chaoqun Z...Jean-Philippe Lang2008-11-101-7/+8
* Git adapter: use commit time instead of author time (#2108).Jean-Philippe Lang2008-11-091-6/+5
* git path reverted.Jean-Philippe Lang2008-11-081-1/+1
* Tells git to output dates in ISO format.Jean-Philippe Lang2008-11-081-4/+4
* Fixed Bazaar shared repository browsing (#2101, patch #1685 by Dmitry Shaposh...Jean-Philippe Lang2008-11-081-1/+2
* Included Redmine::Hook::Helper to ActionController::Base so call_hookEric Davis2008-11-061-0/+1
* Makes wiki text formatter pluggable.Jean-Philippe Lang2008-10-274-152/+277
* Adds #delete_menu_item to the plugin API (#2087).Jean-Philippe Lang2008-10-252-3/+13
* Fixed: cross-project issue list should not show issues of projects for which ...Jean-Philippe Lang2008-09-251-1/+9
* Switch order of current and previous revisions in side-by-side diff (#1903).Jean-Philippe Lang2008-09-211-12/+12
* Fixed: http links containing parentheses fail to reder correctly (#1591). Pat...Jean-Philippe Lang2008-09-171-2/+8
* Adds :view_wiki_edits permission to default roles.Jean-Philippe Lang2008-09-141-0/+4
* Merged nbc branch @ r1812 (commit access permission and reposman improvements).Jean-Philippe Lang2008-09-131-1/+2
* Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instea...Jean-Philippe Lang2008-09-111-2/+2
* Adds support for free ticket filtering and custom queries on Gantt chart.Jean-Philippe Lang2008-09-101-0/+223
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-051-0/+109
* Adds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange sli...Jean-Philippe Lang2008-08-251-3/+36
* More detailed error message in log when scm command fails (#1682).Jean-Philippe Lang2008-08-251-1/+1
* Fixes method name in AbstractAdapter.Jean-Philippe Lang2008-08-251-2/+2
* 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