summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed: invalid SQL query on User#destroy (#1781).Jean-Philippe Lang2008-08-252-1/+8
* Fixed: Estimated time in issue's journal should be rounded to two decimals (#...Jean-Philippe Lang2008-08-251-0/+3
* Fixes platform determination under JRuby (#1804).Jean-Philippe Lang2008-08-256-6/+32
* Added the "Status:" keyword to the MailHandler for setting and changing an Is...Eric Davis2008-08-204-2/+107
* Messages on a Board can now be sorted by the number of replies.Eric Davis2008-08-201-1/+1
* Hiding the View Differences button when a wiki page's history only has one ve...Eric Davis2008-08-202-2/+12
* Javascripts are now cached into a single file for downloads in production mode.Eric Davis2008-08-201-1/+1
* 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
* Added missing documentation for setting up the Darcs test repository.Eric Davis2008-08-131-0/+4
* Adds user count in status drop down on admin user list.Jean-Philippe Lang2008-08-112-5/+6
* Adds Lock/Unlock/Activate link on user edit screen.Jean-Philippe Lang2008-08-111-0/+4
* Adds 'Edit' link on account/show for admin users.Jean-Philippe Lang2008-08-111-0/+4
* Added doc/README_FOR_APP so RDoc can be built. (#1769)Eric Davis2008-08-111-0/+5
* Fixes custom fields display order at several places (#1768).Jean-Philippe Lang2008-08-117-7/+10
* Allow same name for custom fields on different object types.Jean-Philippe Lang2008-08-111-1/+1
* Adds links to forum messages using message#id syntax (#1756).Jean-Philippe Lang2008-08-102-2/+23
* Quote ids for attachment association since Trac's attachment.id is varchar (#...Jean-Philippe Lang2008-08-101-2/+8
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-1033-35/+4
* Slight change to engines to let plugins override views.Jean-Philippe Lang2008-08-071-1/+1
* Fixes rdm-mailhandler SSL support (#1724).Jean-Philippe Lang2008-08-031-1/+14
* Fixes non-matching html tag (#1734).Jean-Philippe Lang2008-08-031-1/+1
* Fixed: logtime entry duplicated when edited from parent project (#1728).Jean-Philippe Lang2008-08-031-2/+2
* Adds permissions for viewing the watcher list and adding new watchers on the ...Jean-Philippe Lang2008-08-0338-21/+210
* Fixed: activity atom feed broken by r1701 (#1703).Jean-Philippe Lang2008-07-302-1/+7
* Fixed: RedCloth#block_markdown_rule freezes when parsing many hyphen marks (#...Jean-Philippe Lang2008-07-301-1/+1
* Fixed: tokens not escaped in highlight_tokens regexp (#1702).Jean-Philippe Lang2008-07-281-1/+2
* Smaller font in context menu.Jean-Philippe Lang2008-07-281-3/+3
* Adds category to the issue context menu (#1684).Jean-Philippe Lang2008-07-281-0/+13
* Adds support for wiki links with anchor (#1647).Jean-Philippe Lang2008-07-282-4/+12
* Adds Trac-Like anchors on wiki headings (#1647).Jean-Philippe Lang2008-07-283-14/+26
* Follows r1703.Jean-Philippe Lang2008-07-271-0/+5
* Activity provider example in sample plugin.Jean-Philippe Lang2008-07-276-13/+28
* Adds #activity_provider shortcut method to the plugin API.Jean-Philippe Lang2008-07-272-8/+26
* Activity refactoring.Jean-Philippe Lang2008-07-2717-133/+353
* Fixes tests (r1693).Jean-Philippe Lang2008-07-271-7/+7
* Adds child_pages macro for wiki pages (#528).Jean-Philippe Lang2008-07-268-6/+28
* Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.Jean-Philippe Lang2008-07-2638-11/+139
* When moving an issue to another project, reassign it to the category with sam...Jean-Philippe Lang2008-07-263-4/+20
* Adds estimated hours to issue filters (#1678).Jean-Philippe Lang2008-07-262-13/+28
* Redirect user to the previous page after logging in (#1679).Jean-Philippe Lang2008-07-264-15/+25
* TOC rendered as an unordered list.Jean-Philippe Lang2008-07-223-13/+17
* Fixes hard-coded table names in queries.Jean-Philippe Lang2008-07-221-2/+2
* Adds boolean and list custom fields for time entries as criteria on timelog r...Jean-Philippe Lang2008-07-221-0/+7
* Adds custom fields to the time entries csv export.Jean-Philippe Lang2008-07-221-0/+6
* Adds custom fields on time entries (#772).Jean-Philippe Lang2008-07-228-0/+37
* Removed unused exception definition (r1678).Jean-Philippe Lang2008-07-221-2/+0
* Adds mailto link on the user administration list (#1670).Jean-Philippe Lang2008-07-221-1/+1
* Appends the filename to the attachment url so that clients that ignore conten...Jean-Philippe Lang2008-07-2210-10/+40