xdrm-brackets
|
6273a58046
|
[module.professor.pdf] Generate PDF link
|
2018-03-21 14:54:42 +01:00 |
xdrm-brackets
|
2c0681dd7c
|
[module.professor.pdf] Generate PDF (not tested but working) ONLY WORKS WITH 'prof_id' not ALL
|
2018-03-21 14:43:47 +01:00 |
xdrm-brackets
|
e153b7ecb4
|
[repo.cours] getForProfessor [repo.td] getForProfessor [repo.tp] getForProfessor
|
2018-03-21 14:42:52 +01:00 |
xdrm-brackets
|
daddb8ebcf
|
[config.modules] added 'cas' permissions for 'department.version' and 'professor'
|
2018-03-21 00:59:51 +01:00 |
xdrm-brackets
|
ec6a89233f
|
[module.cas] GET minmod
|
2018-03-21 00:50:19 +01:00 |
xdrm-brackets
|
81db5a02c8
|
[module.cas] GET works with URL0=0 with redirection | URL0=1 with pop-up management
|
2018-03-21 00:41:44 +01:00 |
xdrm-brackets
|
46ba44d042
|
[module.cas] PUT is so slow.. timeout (CAS server not responding in consistent time)
|
2018-03-20 23:51:39 +01:00 |
xdrm-brackets
|
100b09c695
|
[config.modules] added 'cas' permissions [module.cas] added PUT to really logout (from CAS server) but do not work (except from document.location)
|
2018-03-20 23:35:16 +01:00 |
xdrm-brackets
|
7db2a41027
|
[repo.meta] fixed 'create_prof' return type to 'bool' [repo.professor] removed getLinkedDepartments
|
2018-03-20 18:49:00 +01:00 |
xdrm-brackets
|
12b1a29ed0
|
[repo.meta] created meta database repo (create_prof, delete_prof, prof_exists, link_exists, link, unlink, get_prof_departments) [repo.professor] used [repo.meta] to synchronize meta database (fully tested, even if meta not already synchronized) [module.casController] now uses [repo.meta] [module.department] now uses [repo.meta]
|
2018-03-20 18:44:43 +01:00 |
xdrm-brackets
|
e562bec77f
|
[repo.professor] fixed 'CurrentDepartementId' to 'CurrentDepartmentId'
|
2018-03-20 17:26:23 +01:00 |
xdrm-brackets
|
ad67e62680
|
[webpack.login] login successful redirects to URL page (allows direct access)
|
2018-03-20 12:09:26 +01:00 |
xdrm-brackets
|
c8c1bf2ede
|
[webpack.common] added gstore field 'HOST' that contains 'https://ptut.xdrm.io' or 'http://ptut.com:8080'
|
2018-03-20 12:08:53 +01:00 |
xdrm-brackets
|
e32ce89837
|
[webpack.login] added custom error code (-5) 'popup_interrupted'
|
2018-03-20 11:51:20 +01:00 |
xdrm-brackets
|
e301a7eb2e
|
[api.department] added GET (id or ALL)
|
2018-03-20 11:47:54 +01:00 |
xdrm-brackets
|
c5adb6d660
|
[api.core.auth-system-default] fixed 'CurrentDepartmentId' reset type check
|
2018-03-20 10:54:12 +01:00 |
xdrm-brackets
|
b06b8666bc
|
[renamed] 'AvailableDepartment' -> 'AvailableDepartments' [renamed] 'CurrentDepartementId' -> 'CurrentDepartmentId'
|
2018-03-20 10:49:53 +01:00 |
xdrm-brackets
|
35b0cb36fa
|
[repo.professor] fix CREATE sync with meta database
|
2018-03-20 10:49:12 +01:00 |
xdrm-brackets
|
67e0f9eba2
|
[webpack.login] re-activate button after fail attempt + debug message as raw-html
|
2018-03-20 10:25:30 +01:00 |
xdrm-brackets
|
0486110f2b
|
[webpack.login] minfix
|
2018-03-20 10:22:55 +01:00 |
xdrm-brackets
|
2dedde4fa6
|
[webpack.data.login] send custom error code '-2' not NULL anymore (from previous commit)
|
2018-03-20 10:20:40 +01:00 |
xdrm-brackets
|
e67195871f
|
[module.cas] dispatch custom error codes [webpack.login] display error codes
|
2018-03-20 10:19:32 +01:00 |
xdrm-brackets
|
14c71d88f1
|
[repo.ue] removed debug (PDO::ERRMODE_EXCEPTION)
|
2018-03-19 23:39:53 +01:00 |
xdrm-brackets
|
38600994c0
|
[repo.ue] UPDATE manage 'new_code' [module.ue] PUT manages optional argument 'new_code' [webpack.data.ue] display input for 'code' and send 'new_code' to API if set
|
2018-03-19 23:32:09 +01:00 |
xdrm-brackets
|
228bdddd2d
|
[composer.mpdf] added PDF lib [public_html.pdf.php] PDF basics + layout
|
2018-03-19 23:15:19 +01:00 |
xdrm-brackets
|
bef4dad5f7
|
[api.core.authsystemdefault] removed CAS management [module.cas] implemented good CAS management with database + error management (edge cases)
|
2018-03-19 19:06:00 +01:00 |
xdrm-brackets
|
60ceb9d2a8
|
[module.department] renamed 'getLinkedDepartments' (plural)
|
2018-03-19 19:05:19 +01:00 |
xdrm-brackets
|
b47341f792
|
[repo.professor] renamed 'getLinkedDepartment' -> 'getLinkedDepartments' (plural) + Error management (edge cases) + update -> updates meta database + delete -> updates meta database
|
2018-03-19 19:04:57 +01:00 |
xdrm-brackets
|
959df5cfde
|
[module.cas] fix1 [webpack.page.login] fix [webpack.data.login] fix
|
2018-03-19 18:27:33 +01:00 |
xdrm-brackets
|
39635cb5fa
|
[webpack.ue.manage] CREATE css minmod
|
2018-03-18 17:36:23 +01:00 |
xdrm-brackets
|
dc647f567f
|
[webpack.ue.manage] CREATE new Cours|TD|TP implemented (with real-time feedback (push into VueJS), then updates/remove works)
|
2018-03-18 17:17:31 +01:00 |
xdrm-brackets
|
861fb49846
|
[webpack.ue.manage] minmod
|
2018-03-18 16:31:03 +01:00 |
xdrm-brackets
|
d43c2244a0
|
[backup.dir] removed + .gitignore
|
2018-03-18 11:15:30 +01:00 |
xdrm-brackets
|
70ff0edeb9
|
[api.core.AuthSystemDefault] added $_SESSION['VERSION'] [router.controller.js] added 'session.version' in javascript '_SERVER' variable [module.version] minmod [webpack.header] implemented VERSION: fetch|create|switch
|
2018-03-17 19:07:44 +01:00 |
xdrm-brackets
|
4280bbb5f6
|
[webpack.lib.onblur] js lib to call 'callbacks' when unblur (for example <div> that shows only on click, but now it allows us to hide them when clicking outside this element) [webpack.data.common] added lib in 'window.unblur' [webpack.teacher.view] used the lib for 'filter' list that shows when clicking on filter name [webpack.header] used for 'department' and 'version' popup lists
|
2018-03-17 18:26:09 +01:00 |
xdrm-brackets
|
e221452295
|
[module.department.save] => [module.department.version] refactor + POST split into POST & PUT + used API 'error' return field BIGUPDATE
|
2018-03-17 14:34:16 +01:00 |
xdrm-brackets
|
466d197246
|
[module.professor] -Removed 'GET professor/stats'
|
2018-03-17 13:18:37 +01:00 |
Unknown
|
d8e74ada8a
|
Merge branch 'db-save'
|
2018-03-16 20:40:14 +01:00 |
Unknown
|
d240b14a9e
|
Implemented backup preview
|
2018-03-16 20:40:04 +01:00 |
Guillaume FAUVET
|
3be136eff1
|
Update card.scss
|
2018-03-16 18:24:57 +01:00 |
xdrm-brackets
|
fa311d6df7
|
[webpack.ue.manage] minmod
|
2018-03-16 16:01:17 +01:00 |
xdrm-brackets
|
3b5875ab06
|
[webpack.ue.manage] implemented 'remove' for Cours|TD|TP
|
2018-03-16 15:59:17 +01:00 |
xdrm-brackets
|
1b8f3eadee
|
[webpack.ue.manage] implemented 'upd_prof' to instant-update a professor for a Cours|TD|TP
|
2018-03-16 15:39:03 +01:00 |
xdrm-brackets
|
045ced9002
|
[webpack.ue.manage] eased 'add_form' (by index no more ID)
|
2018-03-16 15:28:47 +01:00 |
xdrm-brackets
|
9ae61af2c4
|
[scss.header] smaller header height
|
2018-03-16 15:25:05 +01:00 |
xdrm-brackets
|
cd9f342eda
|
[webpack.ue.view] no more need for $router (it is in Gstore) for navigation funcs [webpack.ue.manage] eased 'rem_form' (by index no more ID) + fetch professors / created layout for changing professor for a cours|TD|TP
|
2018-03-16 15:18:57 +01:00 |
xdrm-brackets
|
8218571498
|
[scss.container.list] minfix
|
2018-03-15 20:21:51 +01:00 |
xdrm-brackets
|
4360afe212
|
[scss.container.list] made 'tag's more readable
|
2018-03-15 20:17:24 +01:00 |
xdrm-brackets
|
b89eb61943
|
[scss.container.list] minmod
|
2018-03-15 20:14:56 +01:00 |
xdrm-brackets
|
eccaf1161a
|
[webpack.ue.manage] can instant-add formations (api+feedback)
|
2018-03-15 20:08:27 +01:00 |