summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Adds status option to email integration rake tasks.Jean-Philippe Lang2008-11-301-2/+4
* Makes activity view accept a user_id param to show user's activity (#1002).Jean-Philippe Lang2008-11-301-1/+9
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-301-2/+8
* Adds a css class on menu items in order to apply item specific styles (eg. ic...Jean-Philippe Lang2008-11-272-11/+23
* Extends child_pages macro to display child pages based on page parameter (#19...Jean-Philippe Lang2008-11-221-13/+27
* SubversionAdapter#entries performance improvement.Jean-Philippe Lang2008-11-181-7/+10
* Do not query multiple times git for branch (#1435).Jean-Philippe Lang2008-11-171-2/+2
* Adds Plugin#requires_redmine method so that plugin compatibility can be check...Jean-Philippe Lang2008-11-162-1/+38
* Adds url and author_url plugin attributes (#2162).Jean-Philippe Lang2008-11-161-1/+1
* Adds a few Plugin tests.Jean-Philippe Lang2008-11-161-0/+9
* Adds .find and .all Plugin class methods.Jean-Philippe Lang2008-11-161-1/+13
* 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-112-3/+19
* Less agressive Redcloth lang attribute parsing (#2091).Jean-Philippe Lang2008-11-111-1/+1
* Adds permissions to let users edit and/or delete their messages (#854, patch ...Jean-Philippe Lang2008-11-112-0/+4
* Turn ftps and sftp proto into links (#1514).Jean-Philippe Lang2008-11-111-1/+1
* Fixed: Trac milestone links not correctly converted (#2052).Jean-Philippe Lang2008-11-111-2/+12
* Fixed: Trac migration of ticket:123 or [ticket:34] do not work (#2053).Jean-Philippe Lang2008-11-111-1/+1
* Fixed: Trac migration of ticket:123 or [ticket:34] do not work (#2053).Jean-Philippe Lang2008-11-111-0/+7
* Trac importer improvements (patch #2050 by Karl Heinz Marbaise).Jean-Philippe Lang2008-11-111-10/+60
* 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