Commit Graph

  • 2195f0a9e9 Add a license Tom Price 2015-09-28 18:14:21 +01:00
  • a3f2f6587b Add a license Tom Price 2015-09-28 18:14:21 +01:00
  • d0fe102dcd Refactor container ignores Tom Price 2015-09-09 17:00:22 +01:00
  • d048f48740 Refactor container ignores Tom Price 2015-09-09 17:00:22 +01:00
  • 8fcacd7126 Update readme to have wercker status in it Tom Price 2015-09-09 16:59:25 +01:00
  • 4b6e05d11c Update readme to have wercker status in it Tom Price 2015-09-09 16:59:25 +01:00
  • 93b2d37727 Manually undo 28f5158 and move the session wide implicitly_wait to setUp methods. Tom Price 2015-09-09 16:56:45 +01:00
  • 6d306dc224 Manually undo 28f5158 and move the session wide implicitly_wait to setUp methods. Tom Price 2015-09-09 16:56:45 +01:00
  • 28f51589d3 Add implicit_delay's everywhere they MIGHT be needed (where a request is made) Tom Price 2015-09-09 16:33:29 +01:00
  • d30806472d Add implicit_delay's everywhere they MIGHT be needed (where a request is made) Tom Price 2015-09-09 16:33:29 +01:00
  • d372b09778 Run collect static to prevent the manifest being out of date, resulting in tests failing Tom Price 2015-09-09 16:13:54 +01:00
  • 0676e51044 Run collect static to prevent the manifest being out of date, resulting in tests failing Tom Price 2015-09-09 16:13:54 +01:00
  • 60d4d7d1ca Tidy up repo by adding wercker files to .gitignore and removing .idea/ files from the repo (despite them being in .gitignore already) Tom Price 2015-09-09 15:33:30 +01:00
  • 84c0e6203e Tidy up repo by adding wercker files to .gitignore and removing .idea/ files from the repo (despite them being in .gitignore already) Tom Price 2015-09-09 15:33:30 +01:00
  • cb9611c164 Revert to using sqlite as tests just fail instantly with postgres due to incorrect number formatting when >= 10 Tom Price 2015-09-09 15:30:12 +01:00
  • fcd87a082d Revert to using sqlite as tests just fail instantly with postgres due to incorrect number formatting when >= 10 Tom Price 2015-09-09 15:30:12 +01:00
  • 0402dd44b2 Add a small delay to waiting for animations to cope with async threads sometimes misbehaving. Tom Price 2015-09-09 13:09:13 +01:00
  • 7ccf140512 Add a small delay to waiting for animations to cope with async threads sometimes misbehaving. Tom Price 2015-09-09 13:09:13 +01:00
  • 79438fd13b Update wrecker.yml to run all the tests Tom Price 2015-09-09 00:44:43 +01:00
  • 9ebd1e3894 Update wrecker.yml to run all the tests Tom Price 2015-09-09 00:44:43 +01:00
  • 620df4a721 Add wrecker config Tom Price 2015-09-08 18:39:17 +01:00
  • 1794fdf148 Add wrecker config Tom Price 2015-09-08 18:39:17 +01:00
  • 34e4273647 Merge branch 'duplicate-event' David Taylor 2015-09-04 21:47:15 +01:00
  • 653e02f6b1 Merge branch 'duplicate-event' David Taylor 2015-09-04 21:47:15 +01:00
  • d2464012ad Added comments to EventItem creation David Taylor 2015-08-28 00:12:29 +01:00
  • b316dde25d Added comments to EventItem creation David Taylor 2015-08-28 00:12:29 +01:00
  • 0eb820000c Merge branch 'master' into duplicate-event David Taylor 2015-08-27 23:59:50 +01:00
  • ec844a446e Merge branch 'master' into duplicate-event David Taylor 2015-08-27 23:59:50 +01:00
  • 135f2a176a Merge branch 'registration-hotfix' David Taylor 2015-08-27 23:43:34 +01:00
  • d3aa14bacc Merge branch 'registration-hotfix' David Taylor 2015-08-27 23:43:34 +01:00
  • 8e478dd7a9 Remove implicit fields as these are not needed in the form definition. Tom Price 2015-08-27 22:46:50 +01:00
  • 1f14c53f78 Remove implicit fields as these are not needed in the form definition. Tom Price 2015-08-27 22:46:50 +01:00
  • 91866b3a57 Removed unnecessary username field definition David Taylor 2015-08-27 01:48:10 +01:00
  • 5a2b15d91c Removed unnecessary username field definition David Taylor 2015-08-27 01:48:10 +01:00
  • c7585f6bbb Added missing email field to registration form David Taylor 2015-08-27 01:36:44 +01:00
  • 0436cbd8fb Added missing email field to registration form David Taylor 2015-08-27 01:36:44 +01:00
  • 0cf62f983f Added data save check to registration (currently fails) David Taylor 2015-08-27 01:35:27 +01:00
  • 23408ffc57 Added data save check to registration (currently fails) David Taylor 2015-08-27 01:35:27 +01:00
  • 04d389dce5 Merge branch 'calendars' David Taylor 2015-08-17 23:57:08 +01:00
  • 8517f4455a Merge branch 'calendars' David Taylor 2015-08-17 23:57:08 +01:00
  • 6c5e520a9f Merge branch 'tooltips' David Taylor 2015-08-17 23:47:14 +01:00
  • 31051990a3 Merge branch 'tooltips' David Taylor 2015-08-17 23:47:14 +01:00
  • 258b484d7f Merge branch 'paperwork' David Taylor 2015-08-17 23:45:39 +01:00
  • f352d71ca3 Merge branch 'paperwork' David Taylor 2015-08-17 23:45:39 +01:00
  • 63cb5022df Added helpful tooltips for each input field in event_form David Taylor 2015-08-16 23:24:02 +01:00
  • cde8efa213 Added helpful tooltips for each input field in event_form David Taylor 2015-08-16 23:24:02 +01:00
  • c36a90ba37 Added a day to end dates, if there is no end time (ical and fullcalendar.js use non-inclusive end dates). Issue #154 David Taylor 2015-08-16 21:06:32 +01:00
  • cff970b774 Added a day to end dates, if there is no end time (ical and fullcalendar.js use non-inclusive end dates). Issue #154 David Taylor 2015-08-16 21:06:32 +01:00
  • 26697759d0 Added tests for EventDuplicate David Taylor 2015-08-16 20:04:59 +01:00
  • e8265faf5d Added tests for EventDuplicate David Taylor 2015-08-16 20:04:59 +01:00
  • 26d671ea0d EventDuplicate now presents an edit view before saving David Taylor 2015-08-16 19:31:35 +01:00
  • 89f1edb100 EventDuplicate now presents an edit view before saving David Taylor 2015-08-16 19:31:35 +01:00
  • 6944d98c4e Added paperwork generation date, user & versioning David Taylor 2015-07-29 22:06:44 +01:00
  • 22879898e4 Added paperwork generation date, user & versioning David Taylor 2015-07-29 22:06:44 +01:00
  • 72ecec8860 Add vagrant related things to slugignore Tom Price 2015-07-29 19:07:06 +01:00
  • dd9dea840a Add vagrant related things to slugignore Tom Price 2015-07-29 19:07:06 +01:00
  • d4b465259d Merged in web-calendar (pull request #48) Tom Price 2015-07-29 19:01:04 +01:00
  • bac7afead7 Merged in web-calendar (pull request #48) Tom Price 2015-07-29 19:01:04 +01:00
  • e8aeb6aed7 Fixed time-travelling in the functional tests David Taylor 2015-07-29 18:55:43 +01:00
  • 6c54813280 Fixed time-travelling in the functional tests David Taylor 2015-07-29 18:55:43 +01:00
  • 9bbdb9fbe0 Merge branch 'master' into web-calendar Tom Price 2015-07-29 18:39:36 +01:00
  • 9c7f6c0942 Merge branch 'master' into web-calendar Tom Price 2015-07-29 18:39:36 +01:00
  • 4d86125c70 Merged in modal-scroll (pull request #49) Tom Price 2015-07-29 18:38:06 +01:00
  • 8b3b896ffe Merged in modal-scroll (pull request #49) Tom Price 2015-07-29 18:38:06 +01:00
  • 8f688a6a6b Merged in html-escape (pull request #50) Tom Price 2015-07-29 18:31:11 +01:00
  • 8a4b3c1a31 Merged in html-escape (pull request #50) Tom Price 2015-07-29 18:31:11 +01:00
  • 11e7cb3f42 Make sure foreman always provisions on up. Tom Price 2015-07-29 18:12:57 +01:00
  • b75161af2a Make sure foreman always provisions on up. Tom Price 2015-07-29 18:12:57 +01:00
  • 0948a0d30d Merged in hotfixes (pull request #47) Tom Price 2015-07-29 18:05:02 +01:00
  • dd92f5f2a1 Merged in hotfixes (pull request #47) Tom Price 2015-07-29 18:05:02 +01:00
  • f619f83c09 Revert changes in 1fdeed7 Tom Price 2015-07-29 17:59:01 +01:00
  • 317f9f27d3 Revert changes in 1fdeed7 Tom Price 2015-07-29 17:59:01 +01:00
  • 5bb7283f2d Merge branch 'vagrant' into hotfixes Tom Price 2015-07-23 21:08:44 +01:00
  • 2795c42fad Merge branch 'vagrant' into hotfixes Tom Price 2015-07-23 21:08:44 +01:00
  • 0890a1ec01 Merge branch 'master' into vagrant Tom Price 2015-07-21 21:26:14 +01:00
  • 0e3fea8cd6 Merge branch 'master' into vagrant Tom Price 2015-07-21 21:26:14 +01:00
  • 9220363369 Enable vagrant env for development. Tom Price 2015-07-21 21:24:58 +01:00
  • fa63328c42 Enable vagrant env for development. Tom Price 2015-07-21 21:24:58 +01:00
  • 160c43f927 Merge branch 'ui-changes' David Taylor 2015-07-21 00:19:32 +01:00
  • 66c5e359d4 Merge branch 'ui-changes' David Taylor 2015-07-21 00:19:32 +01:00
  • a7493d46b5 Updated tests to reflect model changes David Taylor 2015-07-21 00:17:56 +01:00
  • 2302cb1417 Updated tests to reflect model changes David Taylor 2015-07-21 00:17:56 +01:00
  • 41ed0c96a2 Merge branch 'validation' David Taylor 2015-07-20 22:53:44 +01:00
  • 5de09342a4 Merge branch 'validation' David Taylor 2015-07-20 22:53:44 +01:00
  • f08d7ed430 Added functional test for date validation David Taylor 2015-07-20 22:52:08 +01:00
  • a22e10a4f2 Added functional test for date validation David Taylor 2015-07-20 22:52:08 +01:00
  • 163c77880b Merge branch 'vat-rate' David Taylor 2015-07-20 22:20:14 +01:00
  • 987cd51911 Merge branch 'vat-rate' David Taylor 2015-07-20 22:20:14 +01:00
  • 6f214028fd Merge branch 'paperwork' David Taylor 2015-07-20 22:10:26 +01:00
  • 3c82c72822 Merge branch 'paperwork' David Taylor 2015-07-20 22:10:26 +01:00
  • c67eab3479 Escape HTML provided in form - issue #148 David Taylor 2015-07-20 22:02:08 +01:00
  • 9bc932807f Escape HTML provided in form - issue #148 David Taylor 2015-07-20 22:02:08 +01:00
  • 6b5693c10a Upgraded modal.js bootstrap plugin. Fixes issue #147 David Taylor 2015-07-20 21:36:40 +01:00
  • 3029ac5dc2 Upgraded modal.js bootstrap plugin. Fixes issue #147 David Taylor 2015-07-20 21:36:40 +01:00
  • c4eb855620 Removed id numbers from page titles for person, venue & organisation detail views David Taylor 2015-07-19 16:25:41 +01:00
  • 796f4b29cb Removed id numbers from page titles for person, venue & organisation detail views David Taylor 2015-07-19 16:25:41 +01:00
  • 5641a998f3 Removed unnecessary variable & updated test David Taylor 2015-07-19 16:14:40 +01:00
  • 0dd5a1d931 Removed unnecessary variable & updated test David Taylor 2015-07-19 16:14:40 +01:00
  • 278864c7ea Added ical tests, and upgraded selenium David Taylor 2015-06-30 17:11:50 +01:00
  • b74f1fc34e Added ical tests, and upgraded selenium David Taylor 2015-06-30 17:11:50 +01:00