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 |
|
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 |
|