Commit Graph

34 Commits

Author SHA1 Message Date
Marci 4256244360 Fix JS error (dialog() not a function)
Appears jquery-ui js & css omitted, but required for $(‘#messagebox’).dialog() calls.
2017-07-11 11:27:47 +01:00
alext 652ccbe286 Minor UI modifications in various pages. 2016-11-06 13:15:15 +01:00
Alex Tselegidis 0bb0171738 Replaced the config base_url value with the base_url() function of the URL helper. 2016-03-07 21:19:55 +01: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 a3d12cd04e Corrected message styling class for the forgot_password.php page. 2016-01-24 17:38:02 +01:00
Alex Tselegidis a770a69660 Added extra line at the end of the files as configured in the .editorconfig file. 2016-01-09 22:29:28 +01:00
Alex Tselegidis 78b114e614 Fixed alert-danger problem (js) 2015-07-08 23:16:13 +02:00
Alex Tselegidis ec35616a27 Resposnify other frontend pages. 2015-07-08 23:14:42 +02:00
Alex Tselegidis e55168223e Fixed middle positioning of forgo_password.php frame 2015-07-08 23:07:06 +02:00
Alex Tselegidis 078dc4add6 margin css correction 2015-07-08 23:00:14 +02:00
Alex Tselegidis 11e85e2aa5 Responsify login.php 2015-07-08 22:58:54 +02:00
Alex Tselegidis 67a81a50fe Responsify log out page. 2015-07-08 22:53:50 +02:00
Alex Tselegidis 2385469476 Updated forgot_password.php CSS and HTML 2015-07-08 22:44:52 +02:00
Alex Tselegidis 0aaac2830a Updated login.php CSS 2015-07-08 22:42:54 +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 ad8c9b6522 Added csrfToken to GlobalVariables definition. 2015-05-27 23:47:19 +02:00
Alex Tselegidis 6ebcec38fd Replaced base_url() method with item('base_url') 2015-05-27 23:15:43 +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 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 45753adbd0 Refactored config file 2015-01-28 23:53:13 +01:00
Alex Tselegidis 1d0ee088c4 Cleanup Respository
- Updated CodeIgniter
- Removed unnecessary files.
- Added custom translations.
- Updated release-notes.txt for v1.1
2015-01-15 00:03:46 +01:00
alextselegidis@gmail.com b935dd954f Fixed Issue #29 2014-01-03 22:26:10 +00:00
alextselegidis@gmail.com 05416823f6 Added translation change button in frontend. 2013-12-25 01:22:37 +00:00
alextselegidis@gmail.com 4767dc36f9 * Translated datetime pickers.
* Merged translation files into one per language.
2013-12-20 17:44:44 +00:00
alextselegidis@gmail.com ec6b0678ca Translated backend calendar, services and users pages. 2013-12-19 16:28:19 +00:00
alextselegidis@gmail.com 0ea56d143c Translated user pages (login, logout, forgot password). 2013-12-19 10:28:10 +00:00
alextselegidis@gmail.com 9cd9558f55 Completed booking wizard translation. 2013-12-18 17:05:39 +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 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 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