Alex Tselegidis
840fe915eb
Renamed the class filenames to Ucfirst.
2016-04-24 17:50:35 +02:00
Alex Tselegidis
635380512d
Converted all the hard-coded urls to site_url() function calls.
2016-03-07 20:59:04 +01:00
Alex Tselegidis
86644cfa9c
Updated the copyright date.
2016-01-02 14:47:04 +01:00
Alex Tselegidis
0dc88a85a9
Refactored the get_available_providers method.
2016-01-01 15:52:43 +01:00
Alex Tselegidis
af976440f8
Minor code format corrections.
2015-12-30 12:02:14 +01:00
Alex Tselegidis
c60a0feeaf
Added the dateFormat value to the GlobalVariables of every backend page.
2015-12-01 23:39:31 +01:00
Alex Tselegidis
62ecc7ae3d
Changed function name in order to fit with the project's coding style.
2015-10-04 21:47:57 +02:00
Alex Tselegidis
7cf37efa7b
Added credentials docblock banner.
2015-07-20 21:41:24 +02:00
Alex Tselegidis
4614fc8c1d
Added @package tag to controllers.
2015-07-08 00:33:33 +02:00
alextselegidis
a6ab065491
Fixed forgotten backend controller urls.
2015-05-20 23:21:02 +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
Alex Tselegidis
45753adbd0
Refactored config file
2015-01-28 23:53:13 +01:00
alextselegidis@gmail.com
919c3da18d
Fixes in minor bugs.
2014-01-11 00:07:25 +00:00
alextselegidis@gmail.com
7ac98c1e8d
* Added update algorithm.
...
* Fixed firefox issues
2014-01-04 17:25:21 +00:00
alextselegidis@gmail.com
6b03dcff90
Added language selection functionality to backend pages.
2013-12-23 16:55:42 +00:00
alextselegidis@gmail.com
d51bb2dd7c
* Updated CodeIgniter to version 2.1.4
...
* Fixed problem with provider availability algorithm.
* Fixed minor css issues.
2013-12-05 21:53:27 +00:00
alextselegidis@gmail.com
a5ef8fb491
* Added "Forgot Password" procedure.
...
* Started working on the installation page.
* Fixed minor bugs in backend pages.
2013-10-11 15:58:46 +00:00
alextselegidis@gmail.com
538c34ecd4
* Added jScrollPane on some of the admin pages.
...
* Selected backend menu item is now active.
* The logged in user can see his name on the footer.
* Completed previleges checks for secretaries.
2013-10-10 16:50:33 +00:00
alextselegidis@gmail.com
a9f3a5cbdb
* The user can now see the reason when a validation fails (during an add() procedure).
...
* Fixed service - provider connection in backend/calendar appointment modal.
* Backend notification messages on top are now disappearing after a few seconds (excluding cases where there are action items - the user must close the notification)
* The user will be able to select an existing customer from the backend/calendar appointment modal when creating a new appointment record.
* Started work on user privileges and on how the system performs according to that.
2013-09-26 16:06:57 +00:00
alextselegidis@gmail.com
08a50c14be
* Added username validation (username must be unique for every record).
...
* Admins can manage the working plan of a single provider on the backend/users page.
* Before sending a new notification email the system checks whether the provider user has notifications enabled.
* Added salt field in the "ea_user_settings" table.
2013-09-24 13:09:04 +00:00
alextselegidis@gmail.com
e596cb768a
* Completed login + logout operation.
...
* Updated the way the system stores passwords in db.
2013-09-23 15:42:36 +00:00
alextselegidis@gmail.com
fcc142a11b
* Finished with backend/settings page.
...
* Started user login and privileges management.
2013-09-20 13:58:11 +00:00
alextselegidis@gmail.com
3eccb66192
* Created the backend/settings page.
...
* Added basic backend_settings.js code structure.
* Added User Model and new functions to settings_model.php
2013-09-14 16:10:59 +00:00
alextselegidis@gmail.com
f0fd08e444
* Updated database structure and added new sample data.
...
* Regenerated code docs (js + php).
* Added custom error 404 page.
* Added service price and description in the appointment booking wizard.
* Completed Issue #21 - devide services in categories in the appointment booking wizard.
* Completed the backend user management page.
2013-09-13 13:21:03 +00:00
alextselegidis@gmail.com
500ad49c23
* Completed backend users (admins, providers, secretaries) management.
2013-09-03 18:58:56 +00:00
alextselegidis@gmail.com
c56e5ddf07
* Completed the provider's model (need to finish unit tests).
...
* Setup the backend users page (for providers, sectetaries and adminstrators management)
2013-07-26 21:30:44 +00:00
alextselegidis@gmail.com
62a667cb9c
* Created backend services page view file
...
* Organized backend_services.js file
2013-07-17 16:29:51 +00:00
alextselegidis@gmail.com
c139df2135
* Finished google synchronization algorithm.
...
* Prepared trunk for new version.
2013-07-15 07:32:19 +00:00
alextselegidis@gmail.com
8455891262
* Finished with unavailable time periods management (backend).
...
* Started google sync operation (complete sync).
* Minor changes on js files.
2013-07-10 13:57:24 +00:00
alextselegidis@gmail.com
3bda1dc159
Moved backend ajax methods to backend_api.php
2013-07-09 05:43:59 +00:00
alextselegidis@gmail.com
f17875edf1
* Changed code style on some php and js scripts.
...
* Updated existing unit testing classes.
* Removed the use of custom exception classes (since they are not needed).
2013-07-06 00:00:04 +00:00
alextselegidis@gmail.com
756114685b
Created backend customers page.
2013-07-05 08:39:52 +00:00
alextselegidis@gmail.com
4b52ccfd40
Added second category of exceptions (warnings) that are not very important to each operation.
...
Added appointment cancellation reason field to emails.
2013-07-03 17:27:00 +00:00
alextselegidis@gmail.com
6050bf75c3
Finish insert appointment from backend.
2013-06-28 21:54:12 +00:00
alextselegidis@gmail.com
71fb87d685
Added loading image on backend ajax requests.
...
Made some code corrections on the appointments controller.
Fixed minor problems.
2013-06-28 14:23:17 +00:00
alextselegidis@gmail.com
3062dbc001
Ολοκλήρωση λειτουργιών για την έκδοση 0.3
2013-06-26 09:31:57 +00:00
alextselegidis@gmail.com
36718c87f9
Προσθήκη δυνατότητας συγχρονισμού μετά από αλλαγή στα στοχεία ενός ραντεβου.
2013-06-24 09:52:23 +00:00
alextselegidis@gmail.com
82d458fe1d
Υλοποίηση της μεθοδου διαγραφής ραντεβού από το backend και το Google Calendar.
2013-06-24 06:04:30 +00:00
alextselegidis@gmail.com
dc586ecefb
Ολοκλήρωση της διαδικασίας OAuth της Google. Συχρονισμός των ραντεβού που προστίθονται από τους πελάτες στο ημερολόγιο του αντίστοιχου πάροχου.
2013-06-19 19:29:00 +00:00
alextselegidis@gmail.com
fc53817e81
Ολοκλήρωση του πρώτου μέρους δυνατοτήτων της σελίδας Calendar του backend. Σχεδίαση και προετοιμασία του τρόπου με τον οποίο θα εκτελείται η διαδικασία OAuth, έτσι ώστε να συχρονίζονται τα πλάνα των πάροχων με το Google Calendar.
2013-06-18 16:06:34 +00:00
alextselegidis@gmail.com
d2eb0b6400
- Φόρτωση των καταχωρημένων ραντεβού στο ημερολόγιο (backend)
...
- Προβολή λεπτομερειών ραντεβού
- Δημιουργία διαλόγου επεξεργασίας (δεν ολοκληρώθηκε ακόμα)
- Παραγωγή code docs (js + php)
2013-06-13 16:25:34 +00:00
alextselegidis@gmail.com
6369da0893
- Τροποποιήσεις στα αρχεία και την δομή του κώδικα
...
- Υλοποίηση της πρώτης σελίδας του backend της εφαρμογής.
2013-06-12 15:31:16 +00:00