Commit graph

898 commits

Author SHA1 Message Date
Christiaan Goossens
a055b938b2 Improved the Dutch translations
I chose to translate 'provider' with 'medewerker', which means 'someone
who works at your company', because it will make more sense for Dutch
people who try to book an appointment (mostly older people).

I have translated 'any provider' with 'maakt me niet uit', which means:
'I don't care', also to make it easier to understand what that selection
item means for Dutch people.
2017-06-01 12:30:23 +02:00
alext
757556f849 Merge branch 'hotfix-codeigniter-upgrade' 2017-05-21 11:38:48 +02:00
alext
4cc0d4417d Do not remove .htaccess from /storage/logs directory. 2017-05-21 11:37:24 +02:00
alext
6e4d333f71 Updated PHPMailer in vendor directory. 2017-05-18 22:10:16 +02:00
alext
3ea329f89a Updated PHPMailer depedency. 2017-05-18 22:00:38 +02:00
alext
2fa2dd3ec1 Updated version in package.json. 2017-05-18 21:57:49 +02:00
alext
a59726a993 Updated the documentation for v1.2.1 2017-05-18 21:57:07 +02:00
alext
4ffc4aa6fd Updated CHANGELOG.md for v1.2.1 2017-05-18 21:39:05 +02:00
alext
8474ef8be2 PHP sessions will be stored in the "storage" directory (fixes #241)
(cherry picked from commit 557c282)
2017-05-18 21:36:15 +02:00
alext
7d76053069 Updated application version label. 2017-05-18 21:34:13 +02:00
alext
f62d95b3e9 Updated years in index.php file. 2017-05-18 21:27:37 +02:00
Scott Arthur
22de7e46dd Update minimum recommended PHP version in install docs
CodeIgniter 3.1.0 suggests this although lesser versions might work.

See https://www.codeigniter.com/user_guide/installation/upgrade_310.html#step-2-check-your-php-version
2017-03-21 22:47:51 +11:00
Scott Arthur
b63e5b3db7 Upgrade to CodeIgniter 3.1.4 2017-03-21 22:28:20 +11:00
Alex Tselegidis
90d85f5aa7 Updated banner URL 2017-03-17 08:47:54 +01:00
alext
2010418d73 Merge branch 'develop' 2016-11-09 20:52:30 +01:00
alext
cf2b787749 Updated documentation link. 2016-11-09 20:36:27 +01:00
alext
79558d7991 Corrected @package phpdoc tag. 2016-11-09 20:15:17 +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
05c751440b Created phpunit configuration file. 2016-11-09 19:55:56 +01:00
alext
869e7d74f7 Added phpunit as a composer dependency. 2016-11-09 19:55:41 +01:00
alext
3aaf8aa96d Added extra content to the documentation files in order to enable navigation. 2016-11-08 23:41:54 +01:00
alext
838f066dcb Link correction 2016-11-07 23:38:22 +01:00
alext
3d7c3aad8a Link correction 2016-11-07 23:36:55 +01:00
alext
db2a6ad128 Link correction 2016-11-07 23:36:08 +01:00
alext
ba863c72b8 Renamed readme file 2016-11-07 23:35:04 +01:00
alext
8074c2eec1 Renamed index.md file. 2016-11-07 23:32:01 +01:00
alext
dbd5e5602b Added index page to the documentation directory. 2016-11-07 23:31:12 +01:00
alext
b5b8614a85 Added faq page to the documentation 2016-11-07 23:25:23 +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
alext
652ccbe286 Minor UI modifications in various pages. 2016-11-06 13:15:15 +01:00
alext
d6c3968ba5 Corrected breaks selector for working plan reset. 2016-11-06 12:57:43 +01:00
alext
fad8d3630c Added first name initial of customer in table calendar view. 2016-11-06 12:30:38 +01:00
alext
54ef4e34c2 Corrected rendering issue when table calendar and 3-days view are selected (patched previous fix). 2016-11-06 12:24:21 +01:00
alext
ff796d60f1 Corrected rendering issue when table calendar and 3-days view are selected. 2016-11-06 12:18:02 +01:00
alext
e8a0631bb9 Updated version information. 2016-11-06 11:49:21 +01:00
alext
4d01b2c871 The date navigation buttons need to be disabled while the table is rendering. 2016-11-06 11:44:32 +01:00
alextselegidis
9b6bdc1bd6 There must always be one PHPMailer instance per email (fixes #192). 2016-10-24 22:56:09 +02:00
alextselegidis
8332eecee2 Reversed "getDate" methods for unavailabilities modal. 2016-10-24 00:06:06 +02:00
alextselegidis
e1697ba35e Removed border bottom from datetimepicker widget. 2016-10-23 23:16:44 +02:00
alextselegidis
e6015c253d Updated timepicker addon extension which fixes timezone issues (fixes #220). 2016-10-23 23:12:19 +02:00
alextselegidis
457e59b502 There must always be one PHPMailer instance per email (fixes #192). 2016-10-23 22:32:12 +02:00
alextselegidis
863a61886b Merge branch 'p0zi-develop' into develop 2016-10-23 21:53:14 +02:00
alextselegidis
8a9a3b2192 Corrected working plan event handling that was failing due to invalid relative selectors (fixes #218). 2016-10-23 21:52:36 +02:00
alextselegidis
2a775bcfb6 Merge branch 'develop' of https://github.com/p0zi/easyappointments into p0zi-develop 2016-10-23 21:44:57 +02:00
alextselegidis
b7fab97b92 Replaced "getDate" method call with Date.parse (fixes #220). 2016-10-23 21:40:32 +02:00
p0zi
c6c66536bc Merge remote-tracking branch 'upstream/develop' into develop 2016-10-21 02:04:59 +02:00
p0zi
5534ebd1f7 218 - Unable to edit providers breaks in Google Chrome [https://github.com/alextselegidis/easyappointments/issues/218]
Small fix to previous commit
2016-10-21 01:54:54 +02:00
p0zi
4163a40a5e 218 - Unable to edit providers breaks in Google Chrome [https://github.com/alextselegidis/easyappointments/issues/218] 2016-10-21 01:41:17 +02:00
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