Commit Graph

33 Commits

Author SHA1 Message Date
Alex Tselegidis e1e9a60085 Moved source files to the root directory. 2020-03-11 10:24:25 +01:00
Alex Tselegidis 95b303cd6d Updated copyright year in source files. 2020-03-11 10:10:59 +01:00
wolfygit 9297681f18 Fix mail title
Fix the provider's modification mail title . 
As the modification is made by the provider from the backend, his mail title has to be 'appointment_changes_saved' and the customer mail title  'appointment_details_changed'
2020-03-10 21:26:22 +01:00
Alex Tselegidis 7d04052697 Merge branch 'extra-working-days' of https://github.com/Caine85/easyappointments into Caine85-extra-working-days
# Conflicts:
#	src/application/config/migration.php
#	src/application/language/arabic/translations_lang.php
#	src/application/language/bulgarian/translations_lang.php
#	src/application/language/chinese/translations_lang.php
#	src/application/language/danish/translations_lang.php
#	src/application/language/dutch/translations_lang.php
#	src/application/language/english/translations_lang.php
#	src/application/language/finnish/translations_lang.php
#	src/application/language/french/translations_lang.php
#	src/application/language/german/translations_lang.php
#	src/application/language/greek/translations_lang.php
#	src/application/language/hindi/translations_lang.php
#	src/application/language/hungarian/translations_lang.php
#	src/application/language/italian/translations_lang.php
#	src/application/language/japanese/translations_lang.php
#	src/application/language/luxembourgish/translations_lang.php
#	src/application/language/polish/translations_lang.php
#	src/application/language/portuguese-br/translations_lang.php
#	src/application/language/portuguese/translations_lang.php
#	src/application/language/romanian/translations_lang.php
#	src/application/language/russian/translations_lang.php
#	src/application/language/slovak/translations_lang.php
#	src/application/language/spanish/translations_lang.php
#	src/application/language/turkish/translations_lang.php
#	src/assets/js/general_functions.js
#	src/assets/js/working_plan.js
#	src/assets/sql/data.sql
2020-03-10 20:09:31 +01:00
Andrea 9c7ae5dfdc Extra working days outside default working plan
Add function to add extra working days outside the default working plan.
2018-04-12 15:03:46 +02:00
alext 4d6b452dd6 Updated copyright year in file headers. 2018-03-27 09:23:09 +02:00
Andrea d971f4f097 Added time format selection 2018-03-06 12:20:47 +01:00
alext ea53955f71 Corrected conditions when fetching events that start or end outside the displayed period of time for back-end calendar page. 2018-02-02 14:49:06 +01:00
alext e013943fde Reformatted code files. 2018-01-23 10:08:37 +01:00
alext 716378f074 Only load the required events and not all the database records (for better performance). 2017-12-05 22:34:56 +01:00
alext 35d812a550 Added ICS invitation files in notifications as attachments. 2017-11-02 14:09:15 +01:00
alext 4c6547de09 Passed date_format setting to the email notifications class. 2017-10-31 11:42:53 +01:00
alext c424c0bc6d Reformatted PHP files 2017-09-23 01:30:22 +02:00
alext 36e507adc0 Integrated output class in controllers. 2017-09-20 16:09:01 +02:00
alext 579b59b1ec Integrated input class in controllers. 2017-09-19 15:44:32 +02:00
alext 9366089c82 Direct file access must not be permitted. 2017-09-15 13:44:40 +02:00
alext fcb4b9d5cf Autoformatted php files based on CodeIgniter style guide. 2017-09-15 13:36:37 +02:00
alext 539e753b80 Adjusted phpdoc blocks in controller classes. 2017-09-06 15:22:11 +02:00
alext cdde2fb501 Customers weren't able to change the application language in frontend. 2017-08-01 08:39:03 +02:00
alext 2dad4dfc34 Updated copyright year. 2017-01-31 07:35:34 +01:00
alext 6f886d60a5 Removed comments from the end of the files. 2016-12-07 19:45:39 +01:00
alext 3c7c95b0b1 Performed corrections to various codebase issues. 2016-11-09 20:10:27 +01:00
alext 388a079834 Renamed Alphanumeric type class to Text. 2016-11-09 19:56:24 +01:00
alext ed7e40720e Renamed firstname and lastname to firstName and lastName, also made some other corrections. 2016-11-06 18:30:03 +01:00
alextselegidis e6082ab2e0 Removed unnecessary "stripcslashes" method call (fixes #194) 2016-10-20 23:05:43 +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
Alex Tselegidis aa14b7eef0 Corrected Google_sync library name. 2016-07-22 21:51:50 +02:00
Alex Tselegidis bc1b82b7da Corrected Google_sync library loading and made permissions check before returning the table view calendar events. 2016-07-20 22:33:24 +02:00
Alex Tselegidis 8f6cfb2dd2 Created the codebase for the new table view (#182). 2016-07-17 18:51:46 +02:00
Alex Tselegidis 15cfcf2e76 Replaced the notifications library with the new one (fixes #178). 2016-07-16 16:56:02 +02:00
Alex Tselegidis 8461c0dca4 Refactor PHP controllers and models (use of protected members and corrections in docblock comments). 2016-04-27 08:21:40 +02:00
Alex Tselegidis 840fe915eb Renamed the class filenames to Ucfirst. 2016-04-24 17:50:35 +02:00
Renamed from src/application/controllers/backend_api.php (Browse further)