Commit Graph

620 Commits

Author SHA1 Message Date
Alex Tselegidis ba5ef4d326 Corrected undefined variable error in calendar.php 2015-11-28 11:52:42 +01:00
Alex Tselegidis 8fddb814a7 Added the btn-default class to the notification buttons. 2015-11-28 11:31:04 +01:00
Alex Tselegidis c0a44c9e80 Changed styling for 'Receive Notifications' button and the timeout spinner in the settings page. 2015-11-28 11:24:09 +01:00
Alex Tselegidis 97856af73a Changed the backend filter-records component appearance. 2015-11-28 11:19:44 +01:00
Alex Tselegidis 2ad9e11f15 Added required value in the sample-data.sql and increased the migaration number. 2015-11-28 11:10:13 +01:00
Alex Tselegidis 8fd024d34d Added check before sending the notification. 2015-11-24 23:12:37 +01:00
Alex Tselegidis 7cbd6901b0 Added new 'customer_notifications' setting. 2015-11-24 22:48:57 +01:00
Alex Tselegidis 1e31c11341 Fixes #66 thanks to bikimike solution. 2015-11-24 22:12:44 +01:00
Alex Tselegidis 561fc8d859 Updated current version frame display. 2015-11-24 21:52:32 +01:00
Alex Tselegidis ff5be8d328 Corrected mistake at the hindi translation. 2015-11-24 21:29:57 +01:00
Alex Tselegidis e2ec6df076 Fixed dislay for the unlogged users 2015-11-24 21:29:32 +01:00
Alex Tselegidis 619b56ca3f Added hindi translation to repository. 2015-11-24 21:26:58 +01:00
Alex Tselegidis db44e44d3a Merge branch 'develop' 2015-11-23 23:58:00 +01:00
Alex Tselegidis 30b6903cd2 Added transition effect to the admin menu items. 2015-11-23 23:57:00 +01:00
Alex Tselegidis c051a894ca Fixes #20 2015-11-23 23:46:15 +01:00
Alex Tselegidis 0652294a27 Changed min-width property of backend menu items. 2015-11-23 23:36:12 +01:00
Alex Tselegidis 5a34d7ec3f Added check for user ID before posting to the server. 2015-11-23 23:33:42 +01:00
Alex Tselegidis d40c336c3b Added new translation key to language files.. 2015-11-23 23:06:58 +01:00
Alex Tselegidis 5f75c029eb Added hover color to the captcha title refresh icon. 2015-11-23 23:02:08 +01:00
Alex Tselegidis f62e4df9f1 Merge branch 'develop' of https://github.com/alextselegidis/easyappointments into develop 2015-11-23 22:58:49 +01:00
Alex Tselegidis f0c4f6f12b Fixes #31 2015-11-23 22:58:32 +01:00
Alex Tselegidis 6a502b4aa6 Fixed button display in mobile view of the success-frame. 2015-11-23 22:12:17 +01:00
Alex Tselegidis 6b8075617e Corrected typo in the sample_data.sql file. 2015-11-11 23:17:29 +01:00
Alex Tselegidis 6415919efd Added the 'google_analytics_code' to the sample_data.sql file 2015-11-11 23:15:00 +01:00
Alex Tselegidis e0a0ced16a Added dev notice to the README file. 2015-11-11 23:10:52 +01:00
Alex Tselegidis 2f2e1c5adc Added default data sql file. 2015-11-05 21:19:52 +01:00
Alex Tselegidis adbd329f0c Fixed error on backend calendar when there are not services or providers. 2015-11-05 20:38:13 +01:00
Alex Tselegidis 5766490d59 Updated configuration instructions of README file. 2015-11-05 20:35:11 +01:00
Alex Tselegidis 9d706d7125 Fixes #79 2015-11-05 20:30:54 +01:00
Alex Tselegidis 7feca74d25 Added fix for the error message box width. 2015-11-05 20:18:31 +01:00
Alex Tselegidis b86c850b88 Fixed the translation issue with the installation page. 2015-11-05 20:13:44 +01:00
Alex Tselegidis 6adf0abf8d Added the "any_provider" translation to the translation files. 2015-10-27 22:52:51 +01:00
Alex Tselegidis 52692d92f5 Added the "any provider" option to the booking wizard. 2015-10-27 22:49:05 +01:00
Alex Tselegidis cd58f8c6ae fixes #18 2015-10-26 23:48:06 +01:00
Alex Tselegidis 663324c8c5 Added phpmailer class to the composer dependencies. 2015-10-21 23:48:35 +02:00
Alex Tselegidis f17e6eca4a Corrected the redirect after a successful appointment registration. 2015-10-21 23:44:12 +02:00
Alex Tselegidis d1b5d66acc Added captcha to the appointment registration, fixes #15 2015-10-21 23:29:20 +02:00
Alex Tselegidis af226f5e83 Added composer instructions to README.md 2015-10-21 22:32:53 +02:00
Alex Tselegidis 056e9c1165 Moved the register-appointment function to a new ajax callback and added extra installation checks to the installation.php controller. 2015-10-18 20:00:01 +02:00
Alex Tselegidis 1075855e04 Fixed "$this was not undefined" error. 2015-10-18 19:57:22 +02:00
Alex Tselegidis 416428ee4e Created new installation_helper.php file. 2015-10-18 19:51:24 +02:00
Alex Tselegidis b68afb8a71 Added comment banners to helpers. 2015-10-18 19:48:39 +02:00
Alex Tselegidis b0db1289f4 Added comment banners to helpers. 2015-10-18 19:46:16 +02:00
Alex Tselegidis a8cedcd9aa Moved installation procedure from the appointments.php controller to the new installation.php file. 2015-10-18 19:18:02 +02:00
Alex Tselegidis 85c2fb4c36 Added the url and file helpers in the autoload config file. 2015-10-18 19:14:31 +02:00
Alex Tselegidis 911c884cbc Added autoload.php to the index.php file. 2015-10-18 18:50:16 +02:00
Alex Tselegidis b3f9eacc9d Added captcha library to the project. 2015-10-18 18:50:06 +02:00
Alex Tselegidis 48b4b26487 Changed the composer installation path to the third_party directory. 2015-10-18 18:27:10 +02:00
Alex Tselegidis 10be169229 Fixes #10 2015-10-11 22:30:18 +02:00
Alex Tselegidis b4181f502c Fixes #4 2015-10-11 22:21:45 +02:00