Bruno Tikami
|
0c480b4abd
|
UPDATE: Removed an unnecessary migration created by mistake.
|
2016-02-22 10:00:29 -03:00 |
|
imbashamba
|
191ce3c53c
|
Nullable "default_owner" field added to Queue model
If default_owner is specified, tickets from public form will be assigned to him and he'll be notified by email
|
2016-02-17 11:40:08 +03:00 |
|
Bruno Tikami
|
be07fdff6c
|
UPDATED: Finished moving Message-Id field from <Ticket> to <FollowUp> model.
|
2016-02-16 17:10:13 -02:00 |
|
Bruno Tikami
|
ea3c3732e5
|
BUGFIX: File name typo
|
2016-02-07 18:05:16 -02:00 |
|
Bruno Tikami
|
880003743d
|
ADDED: Schema migration 0012 that adds a "submitter_message_id" to the <models.Ticket> model
|
2016-02-07 18:04:09 -02:00 |
|
Ross Poulton
|
0d098f6d29
|
Merge pull request #369 from alexbarcelo/always_create_permission
creation of Permission-per-Queue is done always
|
2015-12-22 09:41:17 +11:00 |
|
Alex Barcelo
|
7894eea1e1
|
Making Queue slug unique and improving certain admin-related behaviour
|
2015-12-18 14:56:53 +01:00 |
|
Alex Barcelo
|
3b547d2cf9
|
creation of Permission-per-Queue is done always
|
2015-12-18 14:35:50 +01:00 |
|
Alex Barcelo
|
4545fc925f
|
fixing migration and allowing valid rollback on typical migrations
|
2015-12-17 18:44:10 +01:00 |
|
Alex Barcelo
|
0b5af429a5
|
reverting error due to methods and migrations
|
2015-12-17 18:11:54 +01:00 |
|
Alex Barcelo
|
92d8ca3eff
|
more modular management of permission codenames
|
2015-12-16 22:27:06 +01:00 |
|
Alex Barcelo
|
64bc1791d4
|
removing completely QueueMembership model
|
2015-12-16 22:27:06 +01:00 |
|
Alex Barcelo
|
c1fd47043a
|
migration for removing semantics from QueueMembership objects
|
2015-12-16 22:27:05 +01:00 |
|
Alex Barcelo
|
18c7a2e698
|
adding required model extra info for permissions
|
2015-12-16 22:27:05 +01:00 |
|
Alex Barcelo
|
c0939d4b38
|
adding migration for bugfix 'changed max_length given by string to integer;'
|
2015-12-16 16:37:22 +01:00 |
|
Alex Seeholzer
|
0399612e57
|
bugfix: migration dependency corrected
|
2015-11-13 16:03:13 +01:00 |
|
Tony Zhu
|
dbdaca8dd4
|
django 1.8 email field size migration
|
2015-11-13 15:50:22 +01:00 |
|
Tony Zhu
|
0b0f946389
|
Add the migration for changes in queues
This is the missing migration for commit
9600f457d8
|
2015-11-13 15:50:22 +01:00 |
|
Alex Seeholzer
|
42f478b98c
|
Merge squashed fixes from flinz/per-queue-staff-membership:
-renamed migration 0005 to 0004 and referenced 0003 instead of 0004 from it.
-Corrected spelling and rephrased docs for queue membership feature.
|
2015-06-12 17:41:15 +07:00 |
|
Jonathan Barratt
|
bfcd8fc024
|
Add ability to restrict users' access by queue if so configured, and migration and tests for same.
|
2015-06-12 12:23:39 +07:00 |
|
Jonathan Barratt
|
f434292cfc
|
Remove migration 0002_socks_proxy.py which has been squashed into 0001, rename migrations 0003 and 0004 and update their dependencies accordingly
|
2015-06-03 12:39:02 +07:00 |
|
Ross Poulton
|
70c57f9096
|
Merge
|
2015-04-28 09:13:54 +10:00 |
|
Simon Thépot
|
b53d3ad9bc
|
Rename initial_data.json to emailtemplate.json
|
2015-01-14 15:49:08 +01:00 |
|
Simon Thépot
|
f68c1b3ae9
|
Django1.7 tests: load initial_data w/ migration
|
2015-01-14 15:36:37 +01:00 |
|
Simon Thépot
|
f0156cfcb3
|
Populate user settings w/ data migration, Django1.7 compatible, fix #276
|
2015-01-14 11:19:17 +01:00 |
|
TreeNode
|
135e2d65ea
|
Created new migrations
|
2014-12-11 01:42:55 +02:00 |
|
TreeNode
|
50b80b2a08
|
Socks proxy support
|
2014-12-10 23:37:34 +02:00 |
|
Ross Poulton
|
61f49786c0
|
Fixes for Django 1.7. For prior Django versions, South 1.0 must be used for
migirations. Fixes #254.
|
2014-09-10 09:06:50 +10:00 |
|
Ross Poulton
|
1aed98463a
|
Increase size of attachment filename. Fixes #164.
|
2014-09-02 18:36:00 +10:00 |
|
Ross Poulton
|
3785ca4477
|
Increase size of attachment mime type field. Fixes #155, thanks
@lacrymology.
|
2012-08-28 18:56:30 +10:00 |
|
Tomas Neme
|
21a21c5097
|
fix conflicts with master
|
2012-05-14 13:24:36 -03:00 |
|
Tomas Neme
|
22036d0a38
|
merge branch master
|
2012-05-14 13:19:22 -03:00 |
|
Tomas Neme
|
f4dc848ae9
|
adding conditional migration
|
2012-05-14 13:15:57 -03:00 |
|
Tomas Neme
|
75e7d209e5
|
fixing frozen model in migration 0005 to add field added in 0004
|
2012-05-14 13:07:36 -03:00 |
|
Tomas Neme
|
812772eab8
|
adding missing migration
|
2012-05-11 17:07:14 -03:00 |
|
Stefano Brentegani
|
a19f5d16bb
|
fix frozen models in migrations 0004+0005
|
2012-04-20 00:35:28 +02:00 |
|
Tomas Neme
|
e138fa108f
|
Merge branch 'master' into add-migration
|
2012-04-02 16:03:47 -03:00 |
|
Tomas Neme
|
28c007ea23
|
creating missing migration
|
2012-04-02 16:03:15 -03:00 |
|
tschmidt
|
1a4c6520a6
|
added due_date migration and added to edit ticket form
|
2012-01-20 15:03:07 -08:00 |
|
Ross Poulton
|
dd61932294
|
Allow users to define the display order of custom fields. Closes GH-75.
Thanks to Andreas K for the suggestion!
|
2011-11-08 17:59:34 +11:00 |
|
Ross Poulton
|
8b6fbd8965
|
Add ticket dependency so you can't resolve a ticket until it's dependents are resolved. Addresses GH-43
|
2011-05-10 19:27:11 +10:00 |
|
Ross Poulton
|
ebc4b7d24c
|
Add proper database migrations support using South. Updated documentation to match. Closes GH-50.
|
2011-04-27 19:57:03 +10:00 |
|