Tom Price
6da688cc9e
Migrate VAT rate to use a single date field rather than datetime.
...
There is never any need to track the time as VAT rate hardly ever changes and will always do so at midnight. We were already assuming this anyway but it was generating loads of warnings/errors.
This will break your local VAT rate database if using sqlite, but it is tested with postgres and works fine.
2016-03-31 13:15:53 +01:00
Tom Price
c1d164bd73
Remove the db.sqlite3 file
...
This was loooong overdue
2016-03-31 13:12:35 +01:00
Tom Price
d43e4b2465
Update settings and urls to fix new deprecations
2016-03-31 12:33:46 +01:00
Tom Price
98ee9bb0db
Fix imports in tests
2016-03-31 12:13:11 +01:00
Tom Price
cd2aed00d7
Update login URL in settings so redirects work correctly.
2016-03-31 12:09:04 +01:00
Tom Price
0ee37b1cd3
Fix issues with python2 imports
2016-03-31 12:07:07 +01:00
Tom Price
486c66b198
Update requirements.txt before starting to test for issues
2016-03-31 11:59:21 +01:00
David Taylor
1b4cc91ec8
Added WYSIWYG editor. Works for notes & description, fails miserably for items :(
2016-03-31 01:23:58 +01:00
David Taylor
e2e7f5845a
Made RML bullets pretty :)
2016-03-31 00:44:47 +01:00
Tom Price
f8243f89b3
Enable GH flavour linebreaks in JS rendered markdown
2016-03-31 00:29:58 +01:00
Tom Price
1773eb810f
Enable line break extension for single breaks in paragraphs by new lines.
...
Pass tests in ef3de607c3
2016-03-31 00:18:20 +01:00
Tom Price
ef3de607c3
Add failing test for using single line breaks as per comment on #214
2016-03-31 00:16:49 +01:00
Tom Price
22b5111365
Fix for failing test in e0d56e
2016-03-31 00:09:59 +01:00
Tom Price
e0d56e2a6e
Add failing test for markdown processing none
2016-03-31 00:08:56 +01:00
Tom Price
09c3a2d637
Add indications of where MD support is enabled as per comment by @samozzy in #178 .
...
Isn't quite a full description, but for the most part this should be enough for the people who know how to use it see where they can use it.
2016-03-30 23:49:37 +01:00
Tom Price
573b8f9fb5
Merge branch 'master' into markdown
...
# Conflicts:
# RIGS/static/css/screen.css
# db.sqlite3
# requirements.txt
2016-03-30 23:36:00 +01:00
Tom Price
c6128d9a34
Add tests for markdown support.
...
Focuses mainly on RML as that's where it will break
2016-03-30 23:31:12 +01:00
davidtaylorhq
f13303490a
Merge pull request #211 from nottinghamtec/wercker
...
Wercker
2016-03-24 12:34:00 +00:00
David Taylor
84b0a57e14
Fixed line breaks for new items. Closes #212
2016-03-24 12:22:37 +00:00
Tom Price
2ee7c064af
Add a dirty work around for wercker not quite working correctly.
2016-03-18 16:48:43 +00:00
Tom Price
b2b8546e3c
Add test for events_in_bounds
2016-03-18 16:41:13 +00:00
Tom Price
2945a607bf
Add more tests for models.Event properties
2016-03-18 16:27:20 +00:00
Tom Price
4370cf60d1
And yet some more waits
2016-03-17 18:44:03 +00:00
Tom Price
e7496a9d82
Add some more waits for animations in failing test
2016-03-17 18:37:15 +00:00
Tom Price
77f7a25fa8
Try maximising firefox so it is large enough to pass the test
2016-03-17 18:06:37 +00:00
Tom Price
10c5ea3e7c
Add a wait for the animation to complete during event creation.
2016-03-17 17:47:02 +00:00
Tom Price
cd82712742
Merge pull request #207 from nottinghamtec/fixed_jquery
...
Fixed jquery version.
Closes #192
2016-03-17 17:34:58 +00:00
Tom Price
3067dcdda5
Update wercker in README.md
...
Only show builds from master
[ci skip]
2016-03-17 17:31:14 +00:00
Tom Price
94679d6783
Update seleium version for Wercker
2016-03-17 17:23:21 +00:00
Tom Price
54dc29b4b2
Switch to jquery CDN who provide a sha256 hash to validate against.
...
Advise is now to always use HTTPS for libraries as somebody else manages the certificate it will always validate and it makes sure that a large target doesn't get subject to MITM attack.
2016-03-17 17:18:42 +00:00
Tom Price
e699826ce9
Merge branch 'master' into fixed_jquery
2016-03-17 17:10:35 +00:00
David Taylor
33fa19c15e
Merge branch 'version_history_diff', second time lucky
2016-03-16 15:21:53 +00:00
David Taylor
d6e9b030fd
Merge branch 'master' into version_history_diff
2016-03-16 15:21:13 +00:00
David Taylor
f0a3c968a7
Added unicode support
2016-03-16 15:15:12 +00:00
David Taylor
d8760a00ba
Revert "Merge branch 'version_history_diff'"
...
This reverts commit 8ee43ef3ab , reversing
changes made to 9964d33cc0 .
2016-03-16 14:54:09 +00:00
David Taylor
8ee43ef3ab
Merge branch 'version_history_diff'
2016-03-16 14:37:09 +00:00
David Taylor
1b6ce32deb
Merge branch 'master' into version_history_diff
2016-03-16 14:36:24 +00:00
Tom Price
9964d33cc0
Update wercker in README.md
...
[ci skip]
2016-03-16 14:32:38 +00:00
David Taylor
1e81b718f6
Merge branch 'deleting_duplicates'
2016-03-16 13:09:02 +00:00
David Taylor
551737b882
Merge branch 'master' into deleting_duplicates
2016-03-16 13:05:54 +00:00
David Taylor
77dd36d4b4
Merge branch 'web_calendar'
2016-03-16 12:55:26 +00:00
David Taylor
9bace9a6da
Merge branch 'master' into web_calendar
2016-03-16 12:52:57 +00:00
David Taylor
c6b45da72c
Made tests more reliable - wait for success page to load before checking item exists in database
2016-03-16 12:49:42 +00:00
David Taylor
0721d61bef
Merge branch 'master' into web_calendar
2016-03-16 12:30:22 +00:00
David Taylor
56bc084e60
Made interface more compact
2016-03-16 12:28:37 +00:00
David Taylor
481f56a4bd
Added highlighting styles
2016-03-16 12:17:26 +00:00
David Taylor
11e9931438
Fixed compass config
2016-03-16 12:16:57 +00:00
David Taylor
ea840eb43c
Added diff-match-patch to requirements
2016-03-16 12:08:41 +00:00
David Taylor
2ed0a4bcf9
Updated changes view to use diff where appropriate.
2016-03-16 10:08:26 +00:00
Harry Bridge
5d48d75f34
Make protocol-agnostic
2016-03-12 18:17:03 +00:00