summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-101-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
* Fixes syntax highlighting broken by r1930 (#2143).Jean-Philippe Lang2008-11-081-1/+5
* Included Redmine::Hook::Helper to ActionController::Base so call_hookEric Davis2008-11-061-0/+1
* Adds back textile acronyms support (#2077).Jean-Philippe Lang2008-10-271-12/+12
* Makes wiki text formatter pluggable.Jean-Philippe Lang2008-10-275-152/+282
* Adds #delete_menu_item to the plugin API (#2087).Jean-Philippe Lang2008-10-252-3/+13
* Renames template ruby files to erb.Jean-Philippe Lang2008-10-258-0/+62
* Renamed the .rb files in the plugin_generator to end in .erb. The .rb wasEric Davis2008-10-254-3/+3
* Fixed: textile footnotes no longer work after r1113 (#974).Jean-Philippe Lang2008-10-181-3/+3
* Adds 'Delete wiki pages attachments' permission.Jean-Philippe Lang2008-10-181-1/+2
* Remove pre tag attributes.Jean-Philippe Lang2008-10-121-1/+1
* Fixed: cross-project issue list should not show issues of projects for which ...Jean-Philippe Lang2008-09-251-1/+9
* Fixes html escaping.Jean-Philippe Lang2008-09-231-3/+3
* 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-172-4/+16
* Adds :view_wiki_edits permission to default roles.Jean-Philippe Lang2008-09-141-0/+4
* Adds a permission 'view wiki edits' so that wiki history can be hidden to cer...Jean-Philippe Lang2008-09-131-2/+3
* Merged nbc branch @ r1812 (commit access permission and reposman improvements).Jean-Philippe Lang2008-09-132-1/+3
* Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instea...Jean-Philippe Lang2008-09-112-3/+3
* Adds support for free ticket filtering and custom queries on Calendar.Jean-Philippe Lang2008-09-111-1/+1
* Adds support for free ticket filtering and custom queries on Gantt chart.Jean-Philippe Lang2008-09-102-1/+224
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-0521-0/+315
* Adds posts quoting functionality (#1825).Jean-Philippe Lang2008-08-281-1/+1
* Use example.net as domain in default configuration (#1762).Jean-Philippe Lang2008-08-251-2/+2
* 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
* No warning about rcov each time a rake task is ran.Jean-Philippe Lang2008-08-151-1/+1
* Extracted rcov options and removed gems from the rcov report.Eric Davis2008-08-131-2/+4
* Added rake tasks to generate rcov code coverage reports. rake -T test:covera...Eric Davis2008-08-131-0/+44
* 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