Commit Graph

238 Commits

Author SHA1 Message Date
Tom Price
3b1137c2d6 Merge conflict from master 2015-04-21 19:57:45 +01:00
Tom Price
98f0005d67 Add checking URL is secure before using HTTPS for ical requests. In practice, this will always be yes. 2015-04-21 19:31:33 +01:00
Tom Price
c7b0ca4334 Change ical to use dynamically generated URL's instead of a static base URL. 2015-04-21 19:25:46 +01:00
Tom Price
ef1e4bc9a5 Merged in web-calendar (pull request #7)
Added Web Calendar View
2015-04-21 18:14:39 +01:00
Tom Price
a5448ce0a9 Merge from master 2015-04-21 18:13:07 +01:00
Tom Price
44e8f03cf7 Merged in password-change (pull request #8)
Added templates for password_change_form and password_change_done. Added button to profile_detail.
2015-04-21 17:33:24 +01:00
Tom Price
619487a48b Merged in print-new-tab (pull request #13)
Set target of print buttons to _blank - issue #59
2015-04-21 17:05:11 +01:00
Tom Price
5449fba708 Merged in sum-total (pull request #14)
Changed item_table to use "Total (ex. VAT)" instead of "Sum Total" - issue #63
2015-04-21 17:04:52 +01:00
Tom Price
8eec20d2ab Merged in invoice-buttons (pull request #15)
In event_invoice template, new invoice opens new tab, changed icon to gbp to match rest of system - issue #72
2015-04-21 17:02:32 +01:00
David Taylor
e65c476471 In event_invoice template, new invoice opens new tab, changed icon to gbp to match rest of system 2015-04-21 12:04:44 +01:00
David Taylor
bf2a48dae6 Changed item_table to use "Total (ex. VAT)" instead of "Sum Total" 2015-04-21 11:57:49 +01:00
David Taylor
a1d8d38d91 Set target of print buttons to _blank 2015-04-21 11:44:02 +01:00
David Taylor
ad2ed85ad6 Add url to description 2015-04-20 15:43:02 +01:00
David Taylor
013fa7441b Merge commit '0d719b328fd95504bdc6dabea96d65e5a485677b' into web-calendar 2015-04-20 15:20:29 +01:00
David Taylor
d2c95a46c4 Merge commit '0d719b328fd95504bdc6dabea96d65e5a485677b' into ics-interface 2015-04-20 15:19:25 +01:00
Tom Price
0d719b328f Merged in change-gravatar (pull request #5)
Changed to wavatar default
2015-04-20 14:01:21 +01:00
Tom Price
4174baebd2 Merged in end-times-hidden (pull request #11)
Fix for issue #57
2015-04-20 13:59:35 +01:00
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
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
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
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