Commit Graph

585 Commits

Author SHA1 Message Date
Tom Price
3954f00e21 Merged in meet_at (pull request #9)
Fixed issue #61 - caused by typo in 0940d9f
2015-04-20 13:57:41 +01:00
David Taylor
ca94c0b31b Fixed permissions - now has same access requirements as rig archive (login_required) 2015-04-20 13:48:18 +01:00
David Taylor
d60d6b66d0 Added api_key database migrations. Also includes other outstanding migrations:
- Change Meta options on invoice
    - Add field api_key to profile
    - Alter field collector on event
    - Alter field initials on profile
2015-04-20 12:57:42 +01:00
David Taylor
12123f7b25 Actual fix for #57 (Django templates don't like parenthesis in logic) 2015-04-20 00:59:00 +01:00
David Taylor
b9d2f1e9aa Fix for issue #57 2015-04-20 00:15:10 +01:00
David Taylor
8c2af1fc67 Rig numbers for all invoice lists now link to event_detail page - issue #65 2015-04-20 00:03:40 +01:00
David Taylor
94a07c71c7 Fixed issue #61 - caused by typo in 0940d9f 2015-04-19 23:40:12 +01:00
David Taylor
d0cc119be6 Added templates for password_change_form and password_change_done. Added button to profile_detail. 2015-04-19 23:32:05 +01:00
David Taylor
0c8665d370 Added calendar view 2015-04-19 22:25:59 +01:00
David Taylor
9f902eabb6 Made it work for users that already exist in database 2015-04-19 17:28:22 +01:00
David Taylor
d0c44c921f Actually added authentication decorator this time 2015-04-19 17:08:16 +01:00
David Taylor
065fc6727f Added authentication decorator & reset key functionality 2015-04-19 17:07:28 +01:00
David Taylor
f1e5088271 Add interface to view API key 2015-04-19 17:06:52 +01:00
David Taylor
f4ffb6f256 Added api key stuff to profile model 2015-04-19 17:06:03 +01:00
David Taylor
b7120aa8f3 Tidied up & added comments 2015-04-18 23:12:57 +01:00
David Taylor
895b1c177e Made more efficient & split view into a separate file 2015-04-18 22:39:58 +01:00
David Taylor
0ba4c8982e Working version of ics interface - not very efficient 2015-04-04 00:19:17 +01:00
David Taylor
583b2514af Attempt using ical extension - not working 2015-04-03 20:45:58 +01:00
Tom Price
defa1f9af4 Add user registration test 2015-04-01 18:32:08 +01:00
Tom Price
a23a04920a Add conditional to analytics code. 2015-04-01 17:40:28 +01:00
Tom Price
86ba1b4780 Start work on some funational tests 2015-04-01 17:26:06 +01:00
Tom Price
4a8da69686 Add event pricing tests 2015-04-01 17:09:06 +01:00
Tom Price
f8ced4c169 Add item ordering test 2015-03-31 23:43:06 +01:00
Tom Price
b0b438250e Add item total cost test 2015-03-31 22:13:31 +01:00
Tom Price
29edd92c09 Add person <-> organisations 2015-03-31 22:06:56 +01:00
Tom Price
e2ab112f7b Add person, organisation related tests 2015-03-31 22:00:35 +01:00
Tom Price
23bf81fb8f Add reverse relation tests.
Add status tests.
2015-03-31 21:56:39 +01:00
Tom Price
ca015c4f94 Add current event events test: FAILING. 2015-03-31 19:05:09 +01:00
Tom Price
22f33013ec Add events and check count/rig_count 2015-03-31 18:44:45 +01:00
Tom Price
4f6d2333c0 Add VatRate model tests 2015-03-31 18:01:15 +01:00
Tom Price
c0522728fe Merge branch 'master' of https://bitbucket.org/nottinghamtec/pyrigs 2015-03-31 16:50:43 +01:00
Tom Price
d13d872c20 Update new item rows buttons with data. Issue #48 2015-03-31 16:50:19 +01:00
David Taylor
6dc101a961 Changed to wavatar default 2015-03-31 16:50:14 +01:00
Tom Price
0940d9f275 Bug fix for incorrectly formatted dates issue #47 2015-03-31 16:40:15 +01:00
Tom Price
ec9b108742 Merged in Registration-Profile-Names (pull request #2)
Added first & last name fields to registration form #43

Don't need to change the template for this. Woo for being lazy :P
2015-03-31 10:55:20 +01:00
Tom Price
c3aa3763a7 Merged in unique-initials (pull request #3). Ignore me with model validation, not a thing due to superclass.
Add unique initial validation #44
2015-03-31 10:53:44 +01:00
Tom Price
8340fd49d4 Fix for loosing data when there is a form validation error. Issue #42.
Added info message when there is an validation error and items are not shown.
2015-03-31 10:33:57 +01:00
Tom Price
99208f4022 Add conditionals to related models links. Bugfix for #41 2015-03-31 10:29:48 +01:00
Tom Price
6cdfb826f2 Fix unhelpful error message issue #42 2015-03-31 09:03:45 +01:00
Tom Price
1af996a4d8 Remove /static/ and add to ignore. 2015-03-31 08:52:47 +01:00
David Taylor
d5bfc57735 Added favicon and smartphone icon meta tags to template 2015-03-31 03:11:00 +01:00
David Taylor
a2be5d00b8 Add unique initial validation 2015-03-31 02:05:50 +01:00
David Taylor
98d0851f58 Added first & last name fields to registration form 2015-03-31 01:41:03 +01:00
Tom Price
9ac0326b4b Change ordering for events to start_date first. 2015-03-30 19:59:24 +01:00
Tom Price
da8fffcf10 Add non rig status changing #37 2015-03-30 19:49:58 +01:00
Tom Price
d012b52bce Add Dry Hire label #38 2015-03-30 19:45:02 +01:00
Tom Price
089719fe05 Add status label and muting for cancelled events issue #36 2015-03-30 19:37:42 +01:00
Tom Price
3f06e0b909 Change table classes to show non rigs issue #37 2015-03-30 19:15:41 +01:00
tomtom5152
9ebf3d4769 Bug fix for #35 2015-03-29 22:54:29 +01:00
tomtom5152
881fdda2c7 Add many links to event detail. Potential fix for #34 2015-03-29 21:43:12 +01:00