Commit graph

97 commits

Author SHA1 Message Date
Alex Tselegidis
dec2eb4779 Corrected responsive behaviour of frontend (fixes #137) 2016-07-14 21:21:56 +02:00
Alex Tselegidis
f228410c36 Moved part of the frontend_book.js to frontend_book_api.js 2016-04-27 21:57:11 +02:00
Alex Tselegidis
fb5e4aa20e Merge branch 'feature-update-codeigniter' into develop 2016-04-24 18:39:18 +02:00
Alex Tselegidis
6756de80c4 Removed 'ea' prefix from internal configuration parameters. 2016-04-24 18:29:58 +02:00
Alex Tselegidis
8f34455873 Added the scripts in the bottom of book.php 2016-04-24 10:36:06 +02:00
Alex Tselegidis
0bb0171738 Replaced the config base_url value with the base_url() function of the URL helper. 2016-03-07 21:19:55 +01:00
Alex Tselegidis
79a77401d0 Replaced hard-coded url with site_url method. 2016-03-07 21:01:39 +01:00
Alex Tselegidis
635380512d Converted all the hard-coded urls to site_url() function calls. 2016-03-07 20:59:04 +01:00
Alex Tselegidis
c06f3def14 Added google analytics code to extra frontend pages like book_success, message, error404. 2016-01-17 13:10:48 +01:00
Alex Tselegidis
7cdccf1d27 Fixed responsive display for mobile devices. 2016-01-06 21:56:22 +01:00
Alex Tselegidis
0b43e4d918 Changed the CAPTCHA failure display (added input hint below the captcha input). 2016-01-01 20:18:03 +01:00
Alex Tselegidis
655f068a8d Integrated CAPTCHA setting within the booking wizard. 2015-12-30 12:54:33 +01:00
Alex Tselegidis
284abdfd54 Added date dynamic date format to booking wizard. 2015-12-01 23:25:59 +01:00
Alex Tselegidis
e2ec6df076 Fixed dislay for the unlogged users 2015-11-24 21:29:32 +01:00
Alex Tselegidis
c051a894ca Fixes #20 2015-11-23 23:46:15 +01:00
Alex Tselegidis
d1b5d66acc Added captcha to the appointment registration, fixes #15 2015-10-21 23:29:20 +02:00
Alex Tselegidis
daa4d28a6e Merged pull request #60 which fixes issue #56 2015-10-07 22:51:12 +02:00
Alex Tselegidis
178f9f951d Merge branch 'master' of https://github.com/chrispichardo/easyappointments into chrispichardo-master 2015-10-07 22:30:15 +02:00
Alex Tselegidis
6bfa642339 Added the google_analytics_code in the booking page. 2015-10-07 21:38:14 +02:00
chris.pichardo
5c55272fed Added the translation to the book appointment link in wizard 2015-10-06 17:22:41 -04:00
chris.pichardo
d5481cdeb8 Fixed Issue #56, refresh of the page inserts duplicated appointments in calendar 2015-10-06 01:51:07 -04:00
Alex Tselegidis
f847fa1600 Added btn-default class to book.php 2015-08-13 20:35:02 +02:00
Alex Tselegidis
4e46417ee6 Added various UI fixes 2015-08-13 20:33:47 +02:00
Alex Tselegidis
c68f0c08a0 Added undefined variable fix for the booking page. 2015-08-13 19:53:18 +02:00
Alex Tselegidis
24c995d961 CSS corrections in frontend 2015-07-08 22:37:26 +02:00
Alex Tselegidis
2e85af40d2 Corrections for the new bootstrap version and theme. 2015-07-08 00:50:25 +02:00
Alex Tselegidis
5d07d871ab issue #42 - use ext dir 2015-07-07 23:27:30 +02:00
Alex Tselegidis
ff6564de3a issue #42 - use ext dir 2015-07-07 23:26:47 +02:00
Alex Tselegidis
c1ad2c9aa0 issue #42 - use ext dir 2015-07-07 23:25:37 +02:00
Alex Tselegidis
8bf7049198 Restructured the assets directory within the 'ext' directory 2015-05-31 16:06:09 +02:00
Alex Tselegidis
ad8c9b6522 Added csrfToken to GlobalVariables definition. 2015-05-27 23:47:19 +02:00
Alex Tselegidis
daf4865c29 CSRF protection for cancel appointment use case 2015-05-27 23:32:26 +02:00
Alex Tselegidis
f223ffa343 CSRF protection for appointment book 2015-05-27 23:26:36 +02:00
Alex Tselegidis
6ebcec38fd Replaced base_url() method with item('base_url') 2015-05-27 23:15:43 +02:00
Alex Tselegidis
28a95d6943 Fixed url problem with base_url() function. 2015-05-27 23:11:46 +02:00
Alex Tselegidis
1f73e7fcbc Added CSRF protection to frontend (reported by Henri Salo) 2015-05-27 23:06:48 +02:00
alextselegidis
b8b2e5ae31 Fixed forgotten url in book.php. 2015-05-20 23:24:08 +02:00
Alex Tselegidis
1a783ec3ce Fixed problem with missing EALang variable in JavaScript 2015-04-29 23:17:32 +02:00
Alex Tselegidis
31f6227276 Replaced appointments/cancel.php view with message.php file 2015-04-29 22:49:27 +02:00
Alex Tselegidis
309be5563a Correction to CHANGELOG.md 2015-04-29 22:49:02 +02:00
Alex Tselegidis
41136a6d66 Converted message.php to responsive. 2015-04-26 16:32:50 +02:00
Alex Tselegidis
360b3fed31 Converted cancel.php to responsive. 2015-04-26 16:32:34 +02:00
Alex Tselegidis
c01bfe464e converted appointment manage mode display to responsive 2015-04-26 16:19:54 +02:00
Alex Tselegidis
9c10b29f46 moved book_success.php javascript code to frontend_book_success.js 2015-04-26 15:28:52 +02:00
Alex Tselegidis
0c549bcade fixed problem with js error messages display 2015-04-26 14:44:25 +02:00
Alex Tselegidis
56f02ae40b Modify CSS so that book_success.php is responsive. 2015-04-26 14:31:34 +02:00
Alex Tselegidis
f822779a95 Converted booking wizard to responsive (still needs to be polished) 2015-04-23 21:46:52 +02:00
Alex Tselegidis
5c9bed3ee5 Edited meta charset in book.php 2015-04-22 22:50:40 +02:00
Alex Tselegidis
cfb4a43dfd Removed hardcoded size values from frontend book.php 2015-04-22 22:44:59 +02:00
Alex Tselegidis
4d57b8f045 Fixed booking wizard display problem at first step. 2015-04-21 23:23:16 +02:00