redmine/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
attachments.yml FIxed: inline images not displayed in atom feeds (#3391). 2009-05-26 08:28:36 +00:00
auth_sources.yml
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
changesets.yml Maps repository users to Redmine users (#1383). 2008-11-10 18:59:06 +00:00
comments.yml
custom_fields_projects.yml
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_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_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
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
issue_statuses.yml
issues.yml Changed Enumerations to use a Single Table Inheritance 2009-05-30 23:30:36 +00:00
journal_details.yml
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
projects_trackers.yml Renumbers projects_trackers fixtures (#2411). 2008-12-29 12:40:56 +00:00
projects.yml Removes unused projects_count column from projects table. 2009-01-24 11:48:38 +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
roles.yml Ability to allow non-admin users to create projects (#1007). 2009-05-17 12:59:14 +00:00
time_entries.yml
tokens.yml
trackers.yml
user_preferences.yml
users.yml Ability to add multiple project members in a single action (#1556). 2009-03-27 18:10:36 +00:00
versions.yml
watchers.yml Adds ability to filter watched issues (#846). 2009-02-12 17:35:57 +00:00
wiki_content_versions.yml
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
workflows.yml Add some tests on RolesController. 2008-03-17 20:02:51 +00:00