obsolete.ChilliProject/test/fixtures
Jean-Philippe Lang b3afde14fa Ability to accept incoming emails from unknown users (#2230, #3003).
An option lets you specify how to handle emails from unknown users:
* ignore: the email is ignored (previous and default behaviour)
* accept: the sender is considered as an anonymous user
* create: a user account is created (username/password are sent back to the user)

Permissions have to be consistent with the chosen option. Eg. if you choose 'create', the 'Non member' role must have the 'Add issues' permission so that an issue can be created by an unknown user via email. If you choose 'accept', the 'Anonymous' role must have this permission.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2789 e93f8b46-1217-0410-a6f0-8f06a7374b81
2009-06-14 14:48:34 +00:00
..
diffs Adds a setting to limit the number of diff lines that should be displayed (default to 1500). 2008-12-07 15:21:40 +00:00
files Fixed: wrong digest for text files under Windows (#2264). 2008-12-02 17:57:13 +00:00
mail_handler Ability to accept incoming emails from unknown users (#2230, #3003). 2009-06-14 14:48:34 +00:00
repositories Adds Filesystem adapter (patch #1393 by Paul R). 2008-06-08 15:40:24 +00:00
attachments.yml FIxed: inline images not displayed in atom feeds (#3391). 2009-05-26 08:28:36 +00:00
auth_sources.yml trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
boards.yml Adds the ability to move threads between project forums (#2452). 'Edit message' permission is required. 2009-04-05 10:08:11 +00:00
changes.yml Fixed: View differences for individual file of a changeset fails if the subversion repository URL doesn't point to the repository root (#1209, #1262, #1275). 2008-05-24 17:58:34 +00:00
changesets.yml Maps repository users to Redmine users (#1383). 2008-11-10 18:59:06 +00:00
comments.yml Add NewsController and TimelogController tests. 2008-03-17 20:48:22 +00:00
custom_fields.yml User custom fields can now be set as editable so that users can edit them on 'My account'. 2009-01-17 11:18:04 +00:00
custom_fields_projects.yml trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
custom_fields_trackers.yml Ability to sort the issue list by text, int and float custom fields (#1139). 2009-01-11 18:38:07 +00:00
custom_values.yml Ability to sort the issue list by text, int and float custom fields (#1139). 2009-01-11 18:38:07 +00:00
documents.yml added unit tests for mailer 2007-02-02 14:47:40 +00:00
enabled_modules.yml Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled. 2008-09-25 18:51:03 +00:00
enumerations.yml Changed Enumerations to use a Single Table Inheritance 2009-05-30 23:30:36 +00:00
issue_categories.yml When moving an issue to another project, reassign it to the category with same name if any (#1653). 2008-07-26 09:27:07 +00:00
issue_statuses.yml Removed IssueStatus html_color attribute. 2007-11-04 11:40:17 +00:00
issues.yml Changed Enumerations to use a Single Table Inheritance 2009-05-30 23:30:36 +00:00
journal_details.yml added unit tests for mailer 2007-02-02 14:47:40 +00:00
journals.yml FIxed: inline images not displayed in atom feeds (#3391). 2009-05-26 08:28:36 +00:00
member_roles.yml Allows multiple roles on the same project (#706). Prerequisite for user groups feature. 2009-05-10 10:54:31 +00:00
members.yml Allows multiple roles on the same project (#706). Prerequisite for user groups feature. 2009-05-10 10:54:31 +00:00
messages.yml Adds Message-Id and References headers to email notifications so that issues and messages threads can be displayed by email clients (#1401). 2009-01-18 15:16:31 +00:00
news.yml added model Comment. 2006-12-10 18:35:48 +00:00
projects.yml Removes unused projects_count column from projects table. 2009-01-24 11:48:38 +00:00
projects_trackers.yml Renumbers projects_trackers fixtures (#2411). 2008-12-29 12:40:56 +00:00
queries.yml Added the ability to copy a project in the Project Administration panel. 2009-05-03 21:25:37 +00:00
repositories.yml Added some functional tests (projects and repositories). 2007-12-12 20:56:22 +00:00
roles.yml Ability to allow non-admin users to create projects (#1007). 2009-05-17 12:59:14 +00:00
time_entries.yml Custom fields (list and boolean) can be used as criteria in time report (#1012). 2008-04-09 17:45:39 +00:00
tokens.yml added unit tests for mailer 2007-02-02 14:47:40 +00:00
trackers.yml On the calendar, the gantt and in the Tracker filter on the issue list, only active trackers of the project (and its sub projects) can be selected. 2008-01-16 21:27:48 +00:00
user_preferences.yml added unit tests for issue statuses, user preferences and tokens 2007-01-27 22:31:42 +00:00
users.yml Ability to add multiple project members in a single action (#1556). 2009-03-27 18:10:36 +00:00
versions.yml Gantt chart: display issues that don't have a due date if they are assigned to a version with a date (#184). 2008-05-25 13:26:21 +00:00
watchers.yml Adds ability to filter watched issues (#846). 2009-02-12 17:35:57 +00:00
wiki_content_versions.yml Added wiki annotate view. It's accessible for each version from the page history view. 2007-12-20 19:10:24 +00:00
wiki_contents.yml Extends child_pages macro to display child pages based on page parameter (#1975). 2008-11-22 11:44:07 +00:00
wiki_pages.yml Extends child_pages macro to display child pages based on page parameter (#1975). 2008-11-22 11:44:07 +00:00
wikis.yml Redmine links can be used to link to documents, versions and attachments. 2008-01-15 18:12:12 +00:00
workflows.yml Add some tests on RolesController. 2008-03-17 20:02:51 +00:00