summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make the 'duplicates of' relation asymmetric:Jean-Philippe Lang2008-06-031-5/+25
* Additional test for r1481.Jean-Philippe Lang2008-05-301-0/+7
* Fixed: browser's accept-language subcodes ignored (#1320).Jean-Philippe Lang2008-05-301-0/+7
* Adds a Reply link to each issue note (#739). Reply is pre-filled with the quo...Jean-Philippe Lang2008-05-301-0/+16
* Adds multi-levels blockquotes support by using > at the beginning of lines.Jean-Philippe Lang2008-05-301-0/+40
* Moved ProjectsController#list to ProjectsController#index.Jean-Philippe Lang2008-05-261-7/+1
* No multiline text for textile links.Jean-Philippe Lang2008-05-261-1/+3
* Fixed: IssueController#edit doesn't set default Activity as default (#1302).Jean-Philippe Lang2008-05-262-1/+16
* Adds a rake task to send reminders. An email is sent to each user with a list...Jean-Philippe Lang2008-05-252-1/+10
* Test for striked through wiki link (#199).Jean-Philippe Lang2008-05-251-0/+2
* Gantt chart: display issues that don't have a due date if they are assigned t...Jean-Philippe Lang2008-05-254-6/+19
* Prevents NoMethodError on @available_filters.has_key? in query.rb (#1178).Jean-Philippe Lang2008-05-251-0/+5
* Fixed: using '*' as keyword for repository referencing keywords doesn't work ...Jean-Philippe Lang2008-05-251-0/+11
* Fixed: View differences for individual file of a changeset fails if the subve...Jean-Philippe Lang2008-05-242-0/+33
* Fixed: error when previewing a new wiki page (#1292) introduced in r1415.Jean-Philippe Lang2008-05-231-0/+11
* Ability to search a project and its subprojects (#1264).Jean-Philippe Lang2008-05-201-0/+8
* Ability to search all projects or the projects the user belongs to (#791).Jean-Philippe Lang2008-05-181-1/+13
* Fixed: bold, italics, underline not working within parentheses (#1225).Jean-Philippe Lang2008-05-181-0/+7
* Fixed: possible error when attachment's filename is non-ASCII (#747, #1243, #...Jean-Philippe Lang2008-05-171-0/+32
* Fixed: private subprojects are listed on the issues view (#1217).Jean-Philippe Lang2008-05-141-0/+31
* Fixed: Calendar and Gantt show private subprojects even if current user is no...Jean-Philippe Lang2008-05-142-3/+40
* Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes).Jean-Philippe Lang2008-05-043-0/+62
* Escape HTML comment tags (#1160).Jean-Philippe Lang2008-05-021-0/+2
* Fixed: private subprojects names are revealed on the project overview (#1152).Jean-Philippe Lang2008-05-014-2/+35
* Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki (#967).Jean-Philippe Lang2008-05-011-0/+5
* Fixed: Updating tickets add a time log with zero hours (#1147).Jean-Philippe Lang2008-04-301-9/+16
* Fixed: Search for target version of "none" fails with postgres 8.3 (#1134).Jean-Philippe Lang2008-04-292-0/+75
* Notify project members when a message is posted if they want to receive notif...Jean-Philippe Lang2008-04-281-0/+12
* Fixed: Links to repository directories don't work (#1119).Jean-Philippe Lang2008-04-275-1/+41
* Postgresql 8.3 compatibility fix (#834).Jean-Philippe Lang2008-04-265-14/+14
* Fixes custom field filters behaviour (#1078).Jean-Philippe Lang2008-04-261-1/+1
* Estimated time recognizes improved time formats (#1092).Jean-Philippe Lang2008-04-261-0/+7
* Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular ...Jean-Philippe Lang2008-04-261-0/+2
* ApplicationHelperTest fix.Jean-Philippe Lang2008-04-151-1/+1
* Include macro can include a page of another project wiki using !{{include(pro...Jean-Philippe Lang2008-04-131-0/+18
* Replace closing html tags with html entity (#910).Jean-Philippe Lang2008-04-131-2/+3
* Add an icon to each event on the activity view.Jean-Philippe Lang2008-04-121-1/+1
* Custom fields (list and boolean) can be used as criteria in time report (#1012).Jean-Philippe Lang2008-04-094-6/+24
* CSV export added to timelog report (#1009).Jean-Philippe Lang2008-04-071-1/+12
* Fix repository browsing at given revision for various scm and add tests for t...Jean-Philippe Lang2008-04-066-10/+184
* Inline images alt attribute set to the attachment description.Jean-Philippe Lang2008-04-052-1/+3
* Fixed: inline image not displayed when including a wiki page (closes #1001).Jean-Philippe Lang2008-04-054-2/+38
* Various timelog report enhancements:Jean-Philippe Lang2008-04-052-7/+16
* Accept the following formats for the timelog "hours" field: 1h, 1 h, 1 hour, ...Jean-Philippe Lang2008-04-021-0/+46
* Time report can be done at issue level (closes #970) + timelog views xhtml va...Jean-Philippe Lang2008-04-011-1/+1
* Add predefined date ranges to the time report in the same way as the details ...Jean-Philippe Lang2008-04-011-5/+13
* Prevent NoMethodError on nil class if custom_fields params is not present in ...Jean-Philippe Lang2008-04-011-0/+10
* Fixed: Boards are not deleted when project is deleted (closes #963).Jean-Philippe Lang2008-04-011-3/+6
* Global queries can be saved from the global issue list (follows r1311 and clo...Jean-Philippe Lang2008-03-301-9/+35
* Queries can be marked as 'For all projects'. Such queries will be available o...Jean-Philippe Lang2008-03-304-7/+267