David Taylor
|
cf82ba9680
|
Used correct values in event_detail
|
2016-05-23 01:04:57 +01:00 |
|
David Taylor
|
27eb7cb64b
|
Versioning now uses object string representation rather than the ridiculous chain of if statements. Have improved __str methods accordingly
|
2016-05-23 01:04:54 +01:00 |
|
David Taylor
|
ece075e948
|
Made activity stream more useful for form changes
|
2016-05-23 01:04:54 +01:00 |
|
David Taylor
|
b3c6e4ce73
|
Added __str__ method & absolute url method to Forms class
|
2016-05-23 01:02:46 +01:00 |
|
David Taylor
|
de8a3088d2
|
Added forms to "Recent Changes"... That was way too easy, python is awesome
|
2016-05-23 01:02:46 +01:00 |
|
David Taylor
|
d611bf3905
|
Versioning UI now utilises decorators to register classes, in line with reversion, to allow expansion without adding dependencies
|
2016-05-23 01:02:46 +01:00 |
|
David Taylor
|
0aa2c62af8
|
Added template tags functionality to schema/layout (to allow specifying default values based on event)
|
2016-05-23 01:02:43 +01:00 |
|
David Taylor
|
bdb7941579
|
Added buttons to detail & edit view
|
2016-05-23 01:02:43 +01:00 |
|
David Taylor
|
45c020828f
|
Set arrays to start empty in edit interface
|
2016-05-23 01:02:40 +01:00 |
|
David Taylor
|
33958d0670
|
Added array empty condition to print
|
2016-05-23 01:02:40 +01:00 |
|
David Taylor
|
48236680ca
|
Tidied print templates
|
2016-05-23 01:02:40 +01:00 |
|
David Taylor
|
8e600c8749
|
Added read-only view of form
|
2016-05-23 01:02:40 +01:00 |
|
David Taylor
|
58e06c1b3e
|
More tidying of code & templates
|
2016-05-23 01:02:40 +01:00 |
|
David Taylor
|
b3cf0b39ac
|
Tidied code
|
2016-05-23 01:02:40 +01:00 |
|
David Taylor
|
a481b325a4
|
Added print button to form list
|
2016-05-23 01:02:40 +01:00 |
|
David Taylor
|
5862646314
|
Added title to print
|
2016-05-23 01:02:40 +01:00 |
|
David Taylor
|
09dc2a3eb4
|
Make validation error more verbose
|
2016-05-23 01:02:37 +01:00 |
|
David Taylor
|
c557d810ae
|
Added jsonschema to requirements
|
2016-05-23 01:02:37 +01:00 |
|
David Taylor
|
ca8ba10efa
|
Added printing
|
2016-05-23 01:02:37 +01:00 |
|
David Taylor
|
fe943e12c1
|
Checks schema & layout are valid
Checks received data follows the schema
|
2016-05-23 01:02:35 +01:00 |
|
David Taylor
|
212b055b59
|
Corrected default layout value
|
2016-05-23 01:02:35 +01:00 |
|
David Taylor
|
4ee0dab5dc
|
Added migration & sample form type/schema
|
2016-05-23 01:02:32 +01:00 |
|
David Taylor
|
879060a171
|
Added link to event_detail page
|
2016-05-23 01:02:28 +01:00 |
|
David Taylor
|
0e42999d3e
|
Added list view & more stuff
|
2016-05-23 01:02:28 +01:00 |
|
David Taylor
|
153dacbf22
|
Added update view & saving logic
|
2016-05-23 01:02:28 +01:00 |
|
David Taylor
|
7a0746d1a4
|
Added view, doesn't yet submit
|
2016-05-23 01:02:28 +01:00 |
|
David Taylor
|
f99e16f562
|
Renamed app to avoid confusion with django forms
|
2016-05-23 01:02:28 +01:00 |
|
David Taylor
|
eb41636ffc
|
Corrected model copying fail
|
2016-05-23 01:02:28 +01:00 |
|
David Taylor
|
e56cff17fa
|
Added initial model tests
|
2016-05-23 01:02:28 +01:00 |
|
David Taylor
|
56a2ea68fb
|
Created forms app and added initial models
|
2016-05-23 01:02:28 +01:00 |
|
Tom Price
|
e286d8bdee
|
Merge pull request #229 from nottinghamtec/develop
|
2016-05-23 00:38:31 +01:00 |
|
David Taylor
|
1faf8f95c8
|
Fixed colour coding on invoice waiting page
|
2016-05-22 23:13:23 +01:00 |
|
Tom Price
|
2913b254b4
|
Fix an overflow issue with dropdown fields. Closes #204
|
2016-05-19 14:33:33 +01:00 |
|
Tom Price
|
ef81536066
|
Add tooltips to rig type selectors. Closes #227
|
2016-05-19 14:21:21 +01:00 |
|
David Taylor
|
29aa13316d
|
Fix for versioning when event has been deleted, closes #226
|
2016-04-27 20:49:42 +01:00 |
|
David Taylor
|
98f28aaafd
|
Based on has name as well as MIC - Fix #224
|
2016-04-12 20:15:13 +01:00 |
|
David Taylor
|
f8a2a7a959
|
Made items display in version history again
|
2016-04-07 09:23:35 +01:00 |
|
David Taylor
|
767b5512e3
|
Fail, missed a change, actually closes #185 now
|
2016-04-07 00:53:57 +01:00 |
|
David Taylor
|
f1bd1ca674
|
Make 'created' noun class-specific. Closes #185
|
2016-04-07 00:52:33 +01:00 |
|
David Taylor
|
b47cfed5a9
|
Fixed versioning UI for revisions containing multiple event versions, hopefully
|
2016-04-07 00:19:18 +01:00 |
|
davidtaylorhq
|
71b69aa0f6
|
Merge pull request #220 from nottinghamtec/merge-interface
Merge interface
|
2016-04-06 22:08:32 +01:00 |
|
Tom Price
|
df61225b73
|
Optimise imports
So many unused imports, these have been banished
|
2016-04-06 21:57:54 +01:00 |
|
Tom Price
|
823db68a6a
|
PEP8 format files
|
2016-04-06 21:53:38 +01:00 |
|
Tom Price
|
ebe08c3bf1
|
Update tests to check items that aren't selected aren't affected.
PEP8 format the file
|
2016-04-06 21:52:25 +01:00 |
|
David Taylor
|
44ccead0a4
|
Added merge tests
I feel like it should be possible to abstract some of these so that they're not copied out for each model, but not sure how to go about it...
|
2016-04-05 15:32:13 +01:00 |
|
David Taylor
|
99dfdcd253
|
Make confirmation more useful
|
2016-04-05 12:53:04 +01:00 |
|
David Taylor
|
03ca65602f
|
Allow sorting by number of events
|
2016-04-05 12:08:19 +01:00 |
|
David Taylor
|
ca6cddb392
|
Add comments display to versioning history (because why not).
Maybe in future we could have a box people can type in before they save changes to an event... But that's a separate project
|
2016-04-05 11:50:34 +01:00 |
|
David Taylor
|
33ce4b622d
|
Fixed bug with versioning interface when related objects are deleted
|
2016-04-05 04:18:53 +01:00 |
|
David Taylor
|
46434977fb
|
Created merge admin action for Person, Venue and Organisation models. Added template.
|
2016-04-05 04:18:19 +01:00 |
|