Commit graph

256 commits

Author SHA1 Message Date
Alex Tselegidis
d1a664c461 Added @package tag to libraries. 2015-07-08 00:40:04 +02:00
Alex Tselegidis
2ba088a971 Added @package tag in model classes 2015-07-08 00:36:16 +02:00
Alex Tselegidis
4614fc8c1d Added @package tag to controllers. 2015-07-08 00:33:33 +02:00
Alex Tselegidis
e1ced9bd72 Removed bootstrap-theme.css from files 2015-07-08 00:24:54 +02:00
Alex Tselegidis
e90fef38c1 issue #42 use ext dir 2015-07-08 00:17:39 +02:00
Alex Tselegidis
c4ab3b3527 removed unnecessary backup dir 2015-07-07 23:57:26 +02:00
Alex Tselegidis
a358c44805 Removed license.txt and release-notes.txt because changelog and readme are sufficient enough 2015-07-07 23:46:39 +02:00
Alex Tselegidis
5d07d871ab issue #42 - use ext dir 2015-07-07 23:27:30 +02:00
Alex Tselegidis
ff6564de3a issue #42 - use ext dir 2015-07-07 23:26:47 +02:00
Alex Tselegidis
c1ad2c9aa0 issue #42 - use ext dir 2015-07-07 23:25:37 +02:00
Alex Tselegidis
02a62635db Corrected translation key. 2015-07-07 22:42:52 +02:00
Alex Tselegidis
4085cd43ca Merge pull request #33 from joonakannisto/master
Finnish translation added
2015-06-22 21:19:53 +02:00
Alex Tselegidis
6fd64a0a16 fetching the installation sql file without the base_url 2015-06-22 21:12:10 +02:00
Joona Kannisto
8aaad30bcd Fixed a few missing semicolons 2015-06-21 15:08:07 +03:00
Joona Kannisto
92b0e4977a Finnish translation added 2015-06-21 11:41:49 +03:00
Alex Tselegidis
67d8c4cddd Merge branch 'master' of https://github.com/alextselegidis/easyappointments 2015-06-17 21:21:59 +02:00
Misha Tavkhelidze
e327358221 Add httponly flag to cookies. 2015-06-04 13:30:14 +04:00
Alex Tselegidis
8bf7049198 Restructured the assets directory within the 'ext' directory 2015-05-31 16:06:09 +02:00
Alex Tselegidis
fb1a0d6d25 Added POST constraint to backend_api controller. 2015-05-28 00:13:26 +02:00
Alex Tselegidis
4eb19df799 Fixed url typo in backend_customers.js 2015-05-28 00:01:50 +02:00
Alex Tselegidis
ecbe5600df Fixed csrfToken problem with ajax_save_appointment request 2015-05-27 23:52:11 +02:00
Alex Tselegidis
ad8c9b6522 Added csrfToken to GlobalVariables definition. 2015-05-27 23:47:19 +02:00
Alex Tselegidis
d88c138d2d Added csrfToken to js post requests 2015-05-27 23:42:40 +02:00
Alex Tselegidis
daf4865c29 CSRF protection for cancel appointment use case 2015-05-27 23:32:26 +02:00
Alex Tselegidis
36d73a24c0 Removed unnecessary log file. 2015-05-27 23:27:05 +02:00
Alex Tselegidis
f223ffa343 CSRF protection for appointment book 2015-05-27 23:26:36 +02:00
Alex Tselegidis
101097886b Updated installation view messages 2015-05-27 23:20:26 +02:00
Alex Tselegidis
6ebcec38fd Replaced base_url() method with item('base_url') 2015-05-27 23:15:43 +02:00
Alex Tselegidis
28a95d6943 Fixed url problem with base_url() function. 2015-05-27 23:11:46 +02:00
Alex Tselegidis
1f73e7fcbc Added CSRF protection to frontend (reported by Henri Salo) 2015-05-27 23:06:48 +02:00
Alex Tselegidis
914d3af8c2 Added XSS filtering (credits to Henri Salo) 2015-05-27 22:59:33 +02:00
Alex Tselegidis
8daff8a911 Added sloval translation (was not included in previous commit) 2015-05-21 21:26:48 +02:00
Alex Tselegidis
45afbc29b0 Added slovak translation contributed by Branislav Ďorď 2015-05-21 21:14:36 +02:00
Alex Tselegidis
48be9bacc2 Merge branch 'master' of https://github.com/alextselegidis/easyappointments 2015-05-21 20:53:54 +02:00
alextselegidis
b8b2e5ae31 Fixed forgotten url in book.php. 2015-05-20 23:24:08 +02:00
alextselegidis
a6ab065491 Fixed forgotten backend controller urls. 2015-05-20 23:21:02 +02:00
alextselegidis
8975eb5c59 Fixed URLs with index.php value (work without mod_rewrite) 2015-05-20 23:19:52 +02:00
alextselegidis
845288e17d Fixed URLs with index.php value (work without mod_rewrite) 2015-05-20 23:18:46 +02:00
alextselegidis
3062e73d22 Fixed URLs with index.php value (work without mod_rewrite) 2015-05-20 23:18:27 +02:00
alextselegidis
879fa93bb1 Updated release-notes.txt file. 2015-05-20 23:15:57 +02:00
alextselegidis
f1babc0d5b Removed ci license and renamed license-ea.txt to license.txt 2015-05-20 23:10:59 +02:00
alextselegidis
e0d83657de removed application/core dir, will not be necessary for v1.1 2015-05-20 23:02:08 +02:00
alextselegidis
da1ce168b3 Updated google auth url (work without mod_rewrite) 2015-05-20 23:01:21 +02:00
alextselegidis
1793dd2eae Updated appointment email links (work without mod_rewrite) 2015-05-20 23:00:05 +02:00
alextselegidis
efaa5bdf85 Updated app URLs with index.php so that they work without URL rewrite 2015-05-20 22:41:03 +02:00
alextselegidis
4b98409c08 Corrected typo in index.php file 2015-05-20 22:39:24 +02:00
alextselegidis
fd0a9177cd Added index.php in js ajax urls (without mod rewrite) 2015-05-20 22:26:11 +02:00
alextselegidis
554e2b38e6 Removed uploads directory, will be added in a future release. 2015-05-20 22:14:46 +02:00
alextselegidis
9bdafed734 removed htaccess file 2015-05-20 22:12:04 +02:00
alextselegidis
db15772520 Removed table prefix setting from config.php 2015-05-20 22:08:48 +02:00
Alex Tselegidis
181ad4d67a Updated CodeIgniter 2.2.2 system dir. 2015-05-10 22:01:35 +02:00
Alex Tselegidis
9c89bbd2b4 Removed duplicate records from luxembourgish translation. 2015-04-30 22:25:44 +02:00
Alex Tselegidis
0108aa73ad Added luxembourgish translation to project (Contributor: Claudine Van Winckel-Weber) 2015-04-30 22:13:41 +02:00
Alex Tselegidis
1a783ec3ce Fixed problem with missing EALang variable in JavaScript 2015-04-29 23:17:32 +02:00
Alex Tselegidis
57d6cc4a52 Correction in the responsive section of the frontend.css file. 2015-04-29 23:09:57 +02:00
Alex Tselegidis
31f6227276 Replaced appointments/cancel.php view with message.php file 2015-04-29 22:49:27 +02:00
Alex Tselegidis
309be5563a Correction to CHANGELOG.md 2015-04-29 22:49:02 +02:00
Alex Tselegidis
41136a6d66 Converted message.php to responsive. 2015-04-26 16:32:50 +02:00
Alex Tselegidis
360b3fed31 Converted cancel.php to responsive. 2015-04-26 16:32:34 +02:00
Alex Tselegidis
e223b7a5b5 minor modifications in the general_functions.js 2015-04-26 16:20:16 +02:00
Alex Tselegidis
c01bfe464e converted appointment manage mode display to responsive 2015-04-26 16:19:54 +02:00
Alex Tselegidis
9c10b29f46 moved book_success.php javascript code to frontend_book_success.js 2015-04-26 15:28:52 +02:00
Alex Tselegidis
ab0fd25240 Minor corrections in frontend.css 2015-04-26 15:23:50 +02:00
Alex Tselegidis
0c549bcade fixed problem with js error messages display 2015-04-26 14:44:25 +02:00
Alex Tselegidis
56f02ae40b Modify CSS so that book_success.php is responsive. 2015-04-26 14:31:34 +02:00
Alex Tselegidis
f822779a95 Converted booking wizard to responsive (still needs to be polished) 2015-04-23 21:46:52 +02:00
Alex Tselegidis
5c9bed3ee5 Edited meta charset in book.php 2015-04-22 22:50:40 +02:00
Alex Tselegidis
cfb4a43dfd Removed hardcoded size values from frontend book.php 2015-04-22 22:44:59 +02:00
Alex Tselegidis
4d57b8f045 Fixed booking wizard display problem at first step. 2015-04-21 23:23:16 +02:00
Alex Tselegidis
e28dba9002 Changed tabs to spaces into config.php 2015-04-21 23:21:46 +02:00
Alex Tselegidis
cb0c44e14a Minor modifications in the styling of the emails. 2015-04-13 20:34:25 +02:00
Alex Tselegidis
8ed17a38d0 Replaced old bootstrap with version 3 in all frontend view files. 2015-04-13 20:33:59 +02:00
Alex Tselegidis
cfa9891c64 changed google sync credentials to app - new config uses constants 2015-04-13 20:01:00 +02:00
Alex Tselegidis
6838a06f51 added base_url trailing slash to installation.php 2015-04-13 20:00:18 +02:00
Alex Tselegidis
6baf9d1735 Re-inserted google sync settings in config.php 2015-04-13 19:30:47 +02:00
Alex Tselegidis
47d839dcb1 Merge pull request #7 from fallucch/master
fix thursday in user working-plan
2015-04-13 19:26:27 +02:00
Alex Tselegidis
0e43dc91c7 Merge pull request #8 from edioilha/master
Added portuguese-br translations by Edio Ilha
2015-04-13 19:25:27 +02:00
Salvatore Cordiano
a18f928a88 Update translations_lang.php
Fix translation
2015-04-11 21:13:59 +02:00
Alex Tselegidis
2f1b0efd1f Applied Bootstrap 3 to frontend book. 2015-04-09 21:50:16 +02:00
Alex Tselegidis
716a6fad30 fixed link empty space in backend footer 2015-04-09 21:49:40 +02:00
Alex Tselegidis
17f7fb8f77 added trailing slash to base url at login.php file 2015-04-09 21:49:03 +02:00
Alex Tselegidis
ea79e0821f added base url trailing slash to logout.php file 2015-04-09 21:48:30 +02:00
Alex Tselegidis
50eb5cf719 fixed link break 2015-04-09 21:47:38 +02:00
Alex Tselegidis
e2222ac0bf Removed config.php from google_sync.php, config is loaded at the beginning. 2015-04-09 21:47:00 +02:00
Alex Tselegidis
ead6e3d32a Corrected typo in english translation file. 2015-04-09 21:45:48 +02:00
Alex Tselegidis
82503d1694 corrected typo in config.php file 2015-04-09 21:44:58 +02:00
Alex Tselegidis
cf6d82d232 Load config.php at index.php 2015-04-09 21:41:36 +02:00
Alex Tselegidis
f90a3493f9 Added danish translation to project. 2015-04-09 20:57:00 +02:00
edioilha
a7e27e9bd8 Portuguese BR translation done (Brazil) 2015-03-12 21:44:20 -03:00
Alex Tselegidis
b10d833142 Added italian translation (author: Salvatore Cordiano) 2015-03-12 22:02:29 +01:00
Antonio Fallucchi
fe0df9ecdf fix thursday in user working-plan 2015-03-10 19:31:29 +01:00
edioilha
fbf7294167 Portuguese BR
I believe its done!
2015-02-22 18:11:33 -03:00
edioilha
21a6b131c6 Typo
Word Domingo wrote with S
2015-02-22 17:40:33 -03:00
edioilha
6c251f5835 Translation PT-BR 2015-02-21 02:26:58 -02:00
edioilha
3d33b61dae Typo
There was a typo.
2015-02-21 02:24:45 -02:00
edioilha
3b3417049f Translation Portuguese BR
This is the translation for Portuguese BR - Brazilian Portuguese.
That is necessary as Portuguese in general is a little bit different.
2015-02-21 01:56:33 -02:00
Alex Tselegidis
45753adbd0 Refactored config file 2015-01-28 23:53:13 +01:00
Alex Tselegidis
9484787a4a Updated CodeIgniter v2.2.1 2015-01-27 23:59:02 +01:00
Alex Tselegidis
3213e5cc90 Corrected typo in backend appointment modal. 2015-01-21 21:12:30 +01:00
Alex Tselegidis
eac4a89c2d Removed double entries from the array 2015-01-21 21:11:40 +01:00