.. |
__init__.py
|
Add proper database migrations support using South. Updated documentation to match. Closes GH-50.
|
2011-04-27 19:57:03 +10:00 |
0001_initial.py
|
Remove old python2/six code
|
2018-12-28 03:13:52 -05:00 |
0002_populate_usersettings.py
|
Move to ruff, its faster & catches more
|
2023-11-14 20:37:05 +01:00 |
0003_initial_data_import.py
|
Move to ruff, its faster & catches more
|
2023-11-14 20:37:05 +01:00 |
0004_add_per_queue_staff_membership.py
|
Remove old python2/six code
|
2018-12-28 03:13:52 -05:00 |
0005_queues_no_null.py
|
Remove old python2/six code
|
2018-12-28 03:13:52 -05:00 |
0006_email_maxlength.py
|
Remove old python2/six code
|
2018-12-28 03:13:52 -05:00 |
0007_max_length_by_integer.py
|
Remove old python2/six code
|
2018-12-28 03:13:52 -05:00 |
0008_extra_for_permissions.py
|
Remove old python2/six code
|
2018-12-28 03:13:52 -05:00 |
0009_migrate_queuemembership.py
|
Fix 0009_migrate_queuemembership.py
|
2023-11-09 21:22:13 -03:00 |
0010_remove_queuemembership.py
|
Move to ruff, its faster & catches more
|
2023-11-14 20:37:05 +01:00 |
0011_admin_related_improvements.py
|
Remove old python2/six code
|
2018-12-28 03:13:52 -05:00 |
0012_queue_default_owner.py
|
Remove old python2/six code
|
2018-12-28 03:13:52 -05:00 |
0013_email_box_local_dir_and_logging.py
|
ifix(email): Create the log file only if required
|
2020-11-25 10:31:40 +01:00 |
0014_usersettings_related_name.py
|
Remove old python2/six code
|
2018-12-28 03:13:52 -05:00 |
0015_expand_permission_name_size.py
|
Remove old python2/six code
|
2018-12-28 03:13:52 -05:00 |
0016_alter_model_options.py
|
Remove old python2/six code
|
2018-12-28 03:13:52 -05:00 |
0017_default_owner_on_delete_null.py
|
Remove old python2/six code
|
2018-12-28 03:13:52 -05:00 |
0018_ticket_secret_key.py
|
fix(migrations): Rename the migration back due to InconsistentMigrationHistory otherwise
|
2020-11-10 18:24:16 +01:00 |
0019_ticket_secret_key.py
|
fix(migrations): Rename the migration back due to InconsistentMigrationHistory otherwise
|
2020-11-10 18:24:16 +01:00 |
0020_depickle_user_settings.py
|
fix<migrations>: correct import of b64decode in migration 0020
|
2019-12-17 19:25:45 +01:00 |
0021_voting_tracker.py
|
Remove old python2/six code
|
2018-12-28 03:13:52 -05:00 |
0022_add_submitter_email_id_field_to_ticket.py
|
Merge brunotikami/master for user and email threading, for #385 and #375
|
2018-12-28 10:53:28 -05:00 |
0023_add_enable_notifications_on_email_events_to_ticket.py
|
Merge brunotikami/master for user and email threading, for #385 and #375
|
2018-12-28 10:53:28 -05:00 |
0024_time_spent.py
|
basic support for time spend of tikets and follow-ups
|
2019-02-06 21:55:53 +01:00 |
0025_queue_dedicated_time.py
|
adding dedicated_time attribute to Queue model
|
2019-02-24 20:46:30 +01:00 |
0026_kbitem_attachments.py
|
adding support for images as knowledgebase attachment
|
2019-03-09 18:14:11 +01:00 |
0027_auto_20200107_1221.py
|
Fix voting for logged in users. Voting still broken for anon users
|
2020-01-20 13:22:45 +01:00 |
0028_kbitem_team.py
|
Remove hard dependency on pinax teams
|
2020-12-02 01:26:53 +01:00 |
0029_kbcategory_public.py
|
Private kb categories
|
2020-01-27 17:37:59 +01:00 |
0030_add_kbcategory_name.py
|
add KBCategory.name, improve KBCategory admin
|
2020-02-25 14:36:18 +01:00 |
0031_auto_20200225_1440.py
|
add KBitem.order to allow ordering items
|
2020-02-25 14:43:10 +01:00 |
0032_kbitem_enabled.py
|
allow KBItems to be disabled for users
|
2020-02-25 14:46:21 +01:00 |
0033_ticket_merged_to.py
|
Add merged_to information to ticket
|
2020-10-29 23:29:16 +01:00 |
0034_create_email_template_for_merged.py
|
Fix 0034_create_email_template_for_merged.py
|
2023-11-09 21:22:56 -03:00 |
0035_alter_email_on_ticket_change.py
|
Fix some docs and migrations in prep for 0.3 release, see #878
|
2021-08-20 02:05:21 -04:00 |
0036_add_attachment_validator.py
|
Add attachment validator when uploading attachment to tickets
|
2021-10-05 06:25:42 -04:00 |
0037_alter_queue_email_box_type.py
|
Add IMAP OAUTH Mail Box Type
|
2023-04-15 22:11:41 +10:00 |
0038_checklist_checklisttemplate_checklisttask.py
|
Create a page to edit checklist name and tasks + another page for deletion
|
2023-04-29 00:24:06 +02:00 |