Caine85
7959099cb1
Update privacy_policy_modal.php
2018-10-23 20:02:53 +02:00
Caine85
f9b49150e3
Update cookie_notice_modal.php
2018-10-23 20:01:11 +02:00
PetrTodorov
83f14044d9
Add Czech language translation
2018-10-19 22:14:17 +02:00
Paulo Henrique Cuchi
b3659c46d6
Update pt-br translation
2018-08-20 06:27:11 -03:00
Paulo Henrique Cuchi
5ca3ff160d
Add pt-br to the available languages list
2018-08-20 06:26:54 -03:00
oxteam
ad5f9f1266
Merge branch 'develop' into oxteam-dev-first_week_day
2018-07-31 10:17:06 +02:00
alext
0a3e31646f
Updated version information
2018-07-29 16:09:41 +02:00
alext
b3b1815c8d
Providers should not be able to create appointments for other providers in the backend calendar page. #510
2018-07-29 16:08:41 +02:00
alext
ba3227e11c
Providers and secretaries shall not be able to see appointments of other providers ( #512 ).
2018-07-29 15:59:18 +02:00
oxteam
76f53b8418
Translation file cleanup.
...
Remove duplicate of the 'address' language key.
Remove the 'phone' language key as the 'phone_number' already exists for the same purpose.
Minor typo fixes in English and French translation files.
2018-07-18 15:05:29 +02:00
Alex Tselegidis
3fd0c2834b
Merge pull request #523 from oxteam/oxteam-feat_gpdr_translate
...
Updated GDPR related french translations (oxteam).
2018-07-13 08:10:49 +02:00
oxteam
3c605c139c
Import system translations from official CI depot https://github.com/bcit-ci/codeigniter3-translations
...
Only files already existing in EA! were imported.
CI's portuguese-brazilian folder was used for EA!'s portuguese-br.
CI's simplified-chinese folder was used for EA!'s chinese folder.
No supported translations exists for Finish and Luxembourgish. The migration_lang files for these languages are still in English but one translation key is missing compared to the EA! English original file.
For consistency purpose, the Finish and Luxembourgish migration_lang files have been overwritten by the EA! English original file.
2018-07-13 01:13:25 +02:00
oxteam
041a1c2078
Clean-up of translations_lang.php files using the English one as a reference.
...
All files have their tags now ordered like in the English one, duplicate tags are removed and the Arabic file has the "about_ea*" tags changed to "about_app*" like in other languages.
In additon for the French language, improved some translations (mainly consistency in usage of infinitive verb forms).
2018-07-12 22:11:09 +02:00
oxteam
064b0580fb
Use translation for the personal information 'delete' button.
2018-07-12 14:49:14 +02:00
oxteam
7b20616559
French translation for GPDR labels.
2018-07-12 14:48:58 +02:00
alext
49cbd2da16
Merge branch 'oxteam-oxteam-patch-fr_trans-1'
2018-07-11 09:45:52 +02:00
alext
e1f30b85dd
Merge branch 'oxteam-patch-fr_trans-1' of https://github.com/oxteam/easyappointments into oxteam-oxteam-patch-fr_trans-1
2018-07-11 09:45:33 +02:00
alext
f8ac3fb9ea
Chagned the footer column width in order to allow more space for the app info.
2018-07-11 09:42:37 +02:00
oxteam
e9de0e5581
Add missing French translation (company_link_hint)
2018-07-11 09:42:37 +02:00
alext
35be64270a
Use moment objects when rendering appointments in fullcalendar.
2018-07-11 09:42:36 +02:00
oxteam
3dde409f72
Change ea_consents table creation and management for backward compatibility ( #518 ]
...
This change allows the creation and migration scripts to run on MySQL/MariaDB 5.5.x versions (still the default version for Linux RHEL/CentOS 7.x versions).
2018-07-10 15:51:42 +02:00
Roberto Barlocci
6ae4c2b04f
typo
2018-07-10 14:49:09 +02:00
alext
a1647966db
Chagned the footer column width in order to allow more space for the app info.
2018-07-07 19:10:46 +02:00
oxteam
813a9049d8
Remove unnecessary call to the timepickers function.
2018-07-06 02:07:34 +02:00
oxteam
beaa309054
Days sorted also in the Users and Setting pages in the backend.
2018-07-06 01:21:24 +02:00
oxteam
06630e0d2d
Cosmetic changes (removing blanks)
2018-06-29 14:31:09 +02:00
oxteam
734be96126
Add new system-wide setting that enable users to choose the first day of the week. ( #471 )
...
The setting change the display of weeks shown in backend and booking page calendars.
Work plans and break lists in the 'settings' page are still displayed starting on Sunday.
2018-06-29 00:42:52 +02:00
oxteam
502027e894
Minor change in a comment to be more relevant.
2018-06-28 17:56:24 +02:00
oxteam
78bd5e67fd
Fix display of breaks in the backend for working plans stored in database with Monday as the first weekday (EA! Issue #506 ).
...
Prior commit 00372f2f1a
, the first weekday was Monday.
After this commit, it is set to Sunday and the display of breaks in the backend calendar is broken for former working plans.
The fix consists in reordering the working plan elements with Sunday as the first day prior displaying the backend calendar.
In addition, the working plan elements are also reordered when displaying 'Settings/Business Logic' and 'Users/Providers' tabs.
This is to ensure that breaks are always displayed with Sunday first, like done for the Working Plan in those tabs, for consistency purpose..
2018-06-28 17:56:24 +02:00
alext
66aacd7e6b
Use moment objects when rendering appointments in fullcalendar.
2018-06-26 09:54:43 +02:00
alext
6bbdee1fa4
Added beta label to current release.
2018-06-24 19:47:33 +02:00
alext
3bb6dcdbf1
Make REST API search check with "q" parameter case insensitive. #485
2018-06-24 19:44:49 +02:00
alext
caa45a65f1
Performance optimization in backend calendar page, after the user clicks the insert appointment button. ( #500 )
2018-06-24 19:42:42 +02:00
alext
58ab2b0c8e
REST API response headers must use the Content-Type application/json value ( #489 ).
2018-06-24 19:38:50 +02:00
alext
ba33755032
Added new translation strings to language files ( #480 ).
2018-06-24 19:24:17 +02:00
alext
0d91792d36
Customers will now be able to remove all their data from the system ( #480 ).
2018-06-24 19:08:45 +02:00
alext
d171a5b2ee
Save consent every time the customer updates his data ( #480 ).
2018-06-24 17:27:16 +02:00
alext
2ddf7b118a
Added type field into the consent table ( #480 ).
2018-06-24 17:12:13 +02:00
alext
60f48e24ee
Integrated new legal content settings in the booking page ( #480 ).
2018-06-24 16:58:03 +02:00
alext
00f1017e35
Added cookieconsent lib in the frontend ( #480 ).
2018-06-24 16:57:45 +02:00
alext
03b7a74084
Created modals for the cookie notice, terms and conditions and privacy policy ( #480 ).
2018-06-24 16:57:22 +02:00
alext
71e758749a
Updated migration index ( #480 ).
2018-06-24 15:47:10 +02:00
alext
54076bd244
Integrated legal contents in backend settings page ( #480 ).
2018-06-24 15:46:58 +02:00
alext
37cb57ac94
Added trumbowyg into the backend section ( #480 ).
2018-06-24 15:07:22 +02:00
alext
53b754c52d
Added new database structure for storing use consents and toggling legal information ( #480 ).
2018-06-24 13:17:04 +02:00
alext
91f20dbb05
Updated app version info for 1.3.2
2018-06-24 13:00:37 +02:00
oxteam
c313249b16
FIx down procedure for Secretary Provider
...
For the secretary provider, the modify_column is wrongly applied to the ea_roles table whereas it should be applied to the ea_secretaries_providers table.
2018-06-05 10:14:57 +02:00
oxteam
c0a33d1116
French translation improved.
2018-06-03 18:56:12 +02:00
alext
9ef42e7343
Disable search buttons when editing admin record in backend
2018-06-03 16:25:37 +02:00
alext
212f4e0d4e
Typo corrections in the structure.sql
2018-06-03 16:23:45 +02:00
alext
0e3ff2493e
Backend settings are not being displayed on page load when the user is not an admin ( #497 ).
2018-06-03 15:58:44 +02:00
alext
7508790f31
Database migration fixes (from 1.2.1 to 1.3.x) ( #495 ).
...
(cherry picked from commit 40e13cb7d8f5e6f8c481c253b04f1e0fb02197ef)
2018-06-03 15:42:29 +02:00
alext
955b2bdc55
Merge remote-tracking branch 'origin/master'
2018-06-03 15:32:56 +02:00
Alex Tselegidis
3b0d9d6fa0
Merge pull request #488 from oxteam/oxteam-patch-fr_trans-1
...
Update French translation
2018-06-03 15:23:13 +02:00
oxteam
3428c6552a
Fix for unselectable calendar when switching from service to provider view ( #483 ).
...
(cherry picked from commit 9c2de28)
2018-06-03 15:21:16 +02:00
oxteam
8fa38aa139
Fix computation of unavailable dates for ANY_PROVIDER option ( #475 ).
...
(cherry picked from commit 523e260)
2018-06-03 15:20:30 +02:00
oxteam
b99d8c49f5
Use $selected_date instead of its equivalent coming from the POST ( #469 ).
...
(cherry picked from commit 36dbde8)
2018-06-03 15:15:01 +02:00
oxteam
39677ffe91
Fix date format when calling _search_any_provider ( #469 )
...
(cherry picked from commit b8e1fc3)
2018-06-03 15:13:41 +02:00
alext
3d1ec7c22e
Replaced hardcoded string with translated value on appointment removal email notification ( #491 ).
2018-06-03 15:05:18 +02:00
oxteam
3d27d05b58
Update French translation
2018-05-27 17:38:34 +02:00
alext
a2d72c068c
Corrected migration classes for v1.3.1.
2018-04-30 14:10:25 +02:00
alext
68c67af57b
Removed class from non working event.
2018-04-30 13:49:16 +02:00
alext
433b9862c7
Updated initial migration value ( #438 ).
2018-04-25 13:47:40 +02:00
alext
d23ec0483c
Removed "ea" prefix from db constraints ( #438 )
2018-04-25 13:40:13 +02:00
alext
6df2389287
Corrections in the migration classes (update secure, defensive checks, #438 ).
2018-04-24 15:26:07 +02:00
alext
6fe70d0723
Unavailable dates generation must take into concern the appointment edit mode of the booking page ( #433 ).
2018-04-23 15:58:04 +02:00
alext
9805fe7c80
Updated cache busting parameter.
2018-04-23 09:58:35 +02:00
alext
5f56eb4c2d
Removed unnecessary call for calendar events.
2018-04-23 09:52:47 +02:00
alext
cfaafc2674
Corrected start and end datetime parsing when editing unavailabilities.
2018-04-19 16:50:28 +02:00
alext
2d7fa2bd8f
Corrected class name for break event.
2018-04-15 10:29:36 +02:00
alext
c26b111ab2
Pre-select the modified appointment date when editing an existing appointment in the booking form.
2018-04-15 08:34:01 +02:00
alext
3432d4e9ea
Merge branch 'patch-1' of https://github.com/AurelienC/easyappointments into hotfix
2018-04-13 14:58:20 +02:00
alext
cc7399c23f
Merge branch 'Caine85-patch-2' into hotfix
2018-04-13 14:56:23 +02:00
alext
baa2e58951
The Appointments API endpoint must only return appointment records and no unavailabilities.
2018-04-13 14:54:50 +02:00
Andrea
e7c1415526
Update italian translation file
2018-04-12 16:55:45 +02:00
Andrea
684bb22a38
BugFix agendaDay View
2018-04-12 16:46:45 +02:00
Andrea
721df5833d
Update for new time format
2018-04-12 16:15:18 +02:00
Andrea
7d8746f40a
Update for new time format
2018-04-12 16:05:52 +02: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
7ee9f24f5a
Corrected working plan parsing for foreign languages ( #461 ).
2018-04-09 13:50:00 +02:00
Caine85
8c16a52d2c
Update Appointments.php
...
Bug fix: Appointments Parser crashes when a provider break is added to the schedule
2018-04-09 12:06:48 +02:00
Aurélien
31639bb1db
Update translations_lang.php
...
About issue #455
2018-04-04 18:03:23 +02:00
alext
ead4ae5985
Corrections in the datetimepicker and timepicker formatting.
2018-03-28 14:41:27 +02:00
alext
bbffd75a51
Updated version number and cache busting parameter.
2018-03-28 14:37:26 +02:00
alext
5147d0ad68
Added error messages with more information for the installation page ( #452 )
2018-03-28 14:36:28 +02:00
alext
4d6b452dd6
Updated copyright year in file headers.
2018-03-27 09:23:09 +02:00
alext
4ed30b6822
Corrected translation key for server communication error.
2018-03-27 09:19:27 +02:00
alext
610f184aad
Further formatting corrections.
2018-03-17 18:00:55 +01:00
alext
52be9ff9d7
Merge branch 'develop' into hotfix
2018-03-09 07:57:31 +01:00
alext
43b9cf678b
Corrected time format use in booking page.
2018-03-08 14:59:13 +01:00
alext
632f7539eb
Updated the time format values in the email notification files.
2018-03-08 14:56:31 +01:00
alext
1caccb731a
Changed the time formatting in javascript files.
2018-03-08 14:55:51 +01:00
alext
7bcca1b5db
Added timezone setting in back-end.
2018-03-06 22:50:31 +01:00
alext
917d7fa6bb
Added translations for the time format setting.
2018-03-06 22:47:57 +01:00
alext
7c620c6734
Added time format setting in the database and created migration file.
2018-03-06 22:46:33 +01:00
Andrea
d971f4f097
Added time format selection
2018-03-06 12:20:47 +01:00
alext
a54917aacf
Updated moment.js to a newer version.
2018-03-06 08:21:59 +01:00
Caine85
b7d762c110
Update backend_calendar_default_view.js
2018-03-02 17:12:54 +01:00
alext
49c856054c
Corrections in the spanish translation.
2018-02-27 10:12:55 +01:00
alext
4973d156f5
Updated migration number in configuration file.
2018-02-26 14:16:20 +01:00