summaryrefslogtreecommitdiffstats
path: root/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Adds permissions to let users edit and/or delete their messages (#854, patch ...Jean-Philippe Lang2008-11-112-2/+15
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-102-0/+5
* Adds 'Delete wiki pages attachments' permission.Jean-Philippe Lang2008-10-181-0/+1
* Makes email address case-insensitive in MailHandler (#2032).Jean-Philippe Lang2008-10-161-2/+2
* Fixed: cross-project issue list should not show issues of projects for which ...Jean-Philippe Lang2008-09-251-0/+12
* Adds watch/unwatch functionality at forum topic level (#1912).Jean-Philippe Lang2008-09-191-0/+4
* Adds a permission 'view wiki edits' so that wiki history can be hidden to cer...Jean-Philippe Lang2008-09-131-0/+5
* Added the "Status:" keyword to the MailHandler for setting and changing an Is...Eric Davis2008-08-202-0/+76
* Adds permissions for viewing the watcher list and adding new watchers on the ...Jean-Philippe Lang2008-08-032-0/+10
* Adds child_pages macro for wiki pages (#528).Jean-Philippe Lang2008-07-261-1/+1
* Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.Jean-Philippe Lang2008-07-261-1/+5
* When moving an issue to another project, reassign it to the category with sam...Jean-Philippe Lang2008-07-261-0/+5
* Move VersionsController#download to AttachmentsController.Jean-Philippe Lang2008-07-221-0/+13
* Mail handler: more control over issue attributes (#1110).Jean-Philippe Lang2008-07-062-0/+49
* Fixed: issues always created with default tracker (#1553).Jean-Philippe Lang2008-06-301-0/+4
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-2/+9
* Add filters on cross-project issue list for custom fields marked as 'For all ...Jean-Philippe Lang2008-06-221-0/+1
* Adds basic support for issue creation via email (#1110).Jean-Philippe Lang2008-06-226-14/+367
* File viewer for attached text files.Jean-Philippe Lang2008-06-094-1/+60
* Adds Filesystem adapter (patch #1393 by Paul R).Jean-Philippe Lang2008-06-081-0/+0
* Fixed: IssueController#edit doesn't set default Activity as default (#1302).Jean-Philippe Lang2008-05-261-0/+5
* Adds a rake task to send reminders. An email is sent to each user with a list...Jean-Philippe Lang2008-05-251-1/+1
* Gantt chart: display issues that don't have a due date if they are assigned t...Jean-Philippe Lang2008-05-252-2/+6
* Fixed: View differences for individual file of a changeset fails if the subve...Jean-Philippe Lang2008-05-241-0/+7
* Fixed: Calendar and Gantt show private subprojects even if current user is no...Jean-Philippe Lang2008-05-141-1/+17
* Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes).Jean-Philippe Lang2008-05-042-0/+6
* Fixed: private subprojects names are revealed on the project overview (#1152).Jean-Philippe Lang2008-05-012-1/+19
* Fixed: Search for target version of "none" fails with postgres 8.3 (#1134).Jean-Philippe Lang2008-04-291-0/+1
* Custom fields (list and boolean) can be used as criteria in time report (#1012).Jean-Philippe Lang2008-04-092-2/+2
* Inline images alt attribute set to the attachment description.Jean-Philippe Lang2008-04-051-0/+1
* Fixed: inline image not displayed when including a wiki page (closes #1001).Jean-Philippe Lang2008-04-053-0/+33
* Various timelog report enhancements:Jean-Philippe Lang2008-04-051-1/+1
* Queries can be marked as 'For all projects'. Such queries will be available o...Jean-Philippe Lang2008-03-302-5/+50
* Add NewsController and TimelogController tests.Jean-Philippe Lang2008-03-171-0/+8
* Add some tests on RolesController.Jean-Philippe Lang2008-03-172-54/+48
* Adds 2 permissions (closes #859):Jean-Philippe Lang2008-03-141-0/+3
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-122-0/+0
* Activity enhancements:Jean-Philippe Lang2008-03-112-4/+18
* Propagates time tracking to the parent project (closes #433). Time report enh...Jean-Philippe Lang2008-02-271-3/+18
* Adds date range filter and pagination on time entries detail view (closes #434).Jean-Philippe Lang2008-02-261-1/+1
* Fixes:Jean-Philippe Lang2008-02-171-1/+1
* Administrators can edit issue notes.Jean-Philippe Lang2008-02-021-0/+8
* Fixed search with all words (broken in r994).Jean-Philippe Lang2008-01-211-1/+1
* Added default value for custom fields. Fixed javascript on custom field form ...Jean-Philippe Lang2008-01-201-0/+5
* On the calendar, the gantt and in the Tracker filter on the issue list, only ...Jean-Philippe Lang2008-01-162-6/+3
* Redmine links can be used to link to documents, versions and attachments.Jean-Philippe Lang2008-01-153-1/+22
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-063-4/+33
* Added wiki annotate view. It's accessible for each version from the page hist...Jean-Philippe Lang2007-12-201-1/+1
* Project identifier is now used in URLs (instead of project id).Jean-Philippe Lang2007-12-171-1/+1
* Added some functional tests (wiki).Jean-Philippe Lang2007-12-154-2/+32