Commit Graph

999 Commits

Author SHA1 Message Date
alextselegidis 81b3eb9bd3 Do not use the "getDate" method of the datepicker as it changes the timezone for dates between the 30nth of October and the 25th of March. 2016-10-20 23:39:25 +02:00
alextselegidis e6082ab2e0 Removed unnecessary "stripcslashes" method call (fixes #194) 2016-10-20 23:05:43 +02:00
alextselegidis 2c38a2165e Corrected appointment form layout. 2016-10-20 23:00:34 +02:00
alextselegidis 47ba769e62 Corrected translation which was causing problem with delete/cancel buttons (fixes #215). 2016-10-20 22:42:16 +02:00
alextselegidis 202c623be9 Corrections in the bulgarian translation. 2016-10-17 21:58:27 +02:00
alextselegidis 6c85c1088b Corrected automatic documentation generation. 2016-10-16 21:37:00 +02:00
alextselegidis 1b65423349 Added yarn lock fille. 2016-10-16 21:22:37 +02:00
alextselegidis 49bde2062a Corrections in the documentation 2016-10-16 21:10:27 +02:00
alextselegidis 4378306d01 Restructed gfx directory. 2016-10-16 20:47:33 +02:00
alextselegidis 827785a304 Updated structure and sample data sql files. 2016-10-16 20:46:19 +02:00
alextselegidis abb6c0e592 Changed section comments style 2016-10-16 20:35:26 +02:00
alextselegidis aacd760256 Added bulgarian translation. 2016-10-16 20:32:13 +02:00
alextselegidis ecce8fb1c3 Spelling corrections 2016-10-10 18:29:48 +02:00
alextselegidis 5229ed5767 Renamed engine type classes for PHP7 compatibility (fixes #204). 2016-10-10 17:46:29 +02:00
alextselegidis 9b5428a91d Added dedicated link in backend services page. 2016-10-10 17:20:23 +02:00
alextselegidis ea55bc54f5 Corrected but with mutiple months navigation in booking wizard. 2016-10-10 16:45:19 +02:00
alextselegidis 1164dcd588 Removed extensions directory (it will be added again with v1.3) 2016-10-10 16:13:45 +02:00
alextselegidis c3ec123c01 Styling improvements in backend. 2016-10-10 16:00:30 +02:00
alextselegidis f3c201854a Corrected dedicated icon selector. 2016-10-06 21:10:56 +02:00
alextselegidis 4996dd014a Improved global variables definition in php files. 2016-10-06 21:00:58 +02:00
alextselegidis ece2374328 Corrected display of working plan in settings page. 2016-10-06 20:40:20 +02:00
alextselegidis 0d25d7322e Corrected styling in backend users page. 2016-10-06 20:39:02 +02:00
alextselegidis e362e2da4c Updated backend colors. 2016-10-06 20:12:30 +02:00
alextselegidis 1df998114f Updated app version title for upcoming release. 2016-10-06 19:48:16 +02:00
alextselegidis 365f8cf38d Require captcha setting must be disabled by default in new installations. 2016-10-06 19:40:17 +02:00
alextselegidis 5d1dcc0f9c Corrections in the REST API documentation. 2016-10-06 19:36:41 +02:00
alextselegidis 348182c447 Merge remote-tracking branch 'origin/develop' into develop 2016-09-07 23:35:23 +02:00
alextselegidis 9223140a7d Updated the version in config.php file for v1.2.0 Alpha.1 2016-09-07 23:34:36 +02:00
Alex Tselegidis 05c49e7468 Corrected typo 2016-08-28 21:11:57 +02:00
alextselegidis 18a311fc9a Added .idea directory to gitignore 2016-08-21 09:28:37 +02:00
Alex Tselegidis 3348175b91 The sticky table header fix must be applied on single dates as well cause the calendar view width might be larger as well. 2016-08-17 22:40:17 +02:00
Alex Tselegidis d4360bef80 Added fix for the sticky table headers when horizontally scrolling the calendar view. 2016-08-15 21:59:43 +02:00
Alex Tselegidis 5bb56b8653 Reload only the events markup on table calendar view. 2016-08-15 21:32:31 +02:00
Alex Tselegidis eef6966798 Show the appointment duration only if its different than the standard value. 2016-08-11 22:56:54 +02:00
Alex Tselegidis 4bd0f3661c Removed the add-appointment-shortcut cause it's not neccessary, users have enough space for 'clicking' in table cells. 2016-08-11 22:50:38 +02:00
Alex Tselegidis 9470c42775 Added shortcut button for adding appointments (easier in touch devices). 2016-08-11 22:43:09 +02:00
Alex Tselegidis 60ff0de1a2 Added more right margin in order to be easier to add appointments from touch devices. 2016-08-11 22:14:12 +02:00
Alex Tselegidis 03db821359 Added fixed table headers in the table calendar view. 2016-08-11 22:08:55 +02:00
Alex Tselegidis 208ca9a3a6 Added jquery sticky table headers to the project. 2016-08-11 21:53:29 +02:00
Alex Tselegidis 25d9424eb5 Load the events every 20 seconds. 2016-08-11 21:27:25 +02:00
Alex Tselegidis 3272beb134 The loading spinner will not be displayed whenever the events are fetched. 2016-08-11 21:24:37 +02:00
Alex Tselegidis cef87016dc Removed unnecessary comment from table view file and commented out the fixed header styling (not ready yet). 2016-07-25 01:19:17 +02:00
Alex Tselegidis 5b2fcdbee6 Corrected popover title for table view. 2016-07-24 15:10:48 +02:00
Alex Tselegidis add87db811 Removed unnecessary fullscreen toggling code. 2016-07-24 13:35:08 +02:00
Alex Tselegidis d78710f60b Added fullscreen toggle button to table view. 2016-07-24 13:26:20 +02:00
Alex Tselegidis a636d4510a Changed update interval to 15 seconds. 2016-07-24 13:25:54 +02:00
Alex Tselegidis 2bc7ab4103 Merge branch 'develop' of https://github.com/alextselegidis/easyappointments into develop 2016-07-24 11:25:19 +02:00
Alex Tselegidis 4e2368c544 Do not display the hour if its the same as the row one (calendar table view). 2016-07-24 11:23:56 +02:00
Alex Tselegidis 7ed43cdad2 Avoid displaying the date in the column container when the user is on single day view. 2016-07-24 11:05:25 +02:00
Alex Tselegidis 4b976c86fe Changed calendar table span option from 4 to 3 days. 2016-07-24 10:56:55 +02:00