xdrm-brackets
|
4999dcee05
|
[webpack.ue.view] added 'formations' list for each UE
|
2018-03-13 21:24:55 +01:00 |
xdrm-brackets
|
7d2d59402b
|
[repo.ue] now GET returns the field 'formations' that is a JSON array (shitty SQL) [module.ue] converts to real array data
|
2018-03-13 21:17:32 +01:00 |
xdrm-brackets
|
76ade95c18
|
[repo.ue] now GET returns the field 'formations' that is a JSON array representation containing the 'formation' IDS
|
2018-03-13 20:10:14 +01:00 |
xdrm-brackets
|
3a8178a352
|
[scss.**] menu color invertion + minmod + fixed margin after search-bar
|
2018-03-13 19:23:22 +01:00 |
xdrm-brackets
|
9d495e2c5c
|
[scss.container] make gooey menu bigger
|
2018-03-13 19:02:38 +01:00 |
xdrm-brackets
|
b85a158078
|
[webpack.ue.view][webpack.ue.manage] created 'nav_in' base animation (subtle)
|
2018-03-13 15:43:43 +01:00 |
xdrm-brackets
|
e0d4c278f4
|
[webpack.ue.view][webpack.ue.manage] created 'nav_in' base animation
|
2018-03-13 15:02:41 +01:00 |
xdrm-brackets
|
7472c8627e
|
[page.*] shring mobile initial aspect ratio
|
2018-03-13 14:20:28 +01:00 |
xdrm-brackets
|
fc47675f7e
|
[page.*] double mobile initial aspect ratio
|
2018-03-13 14:17:46 +01:00 |
xdrm-brackets
|
66d5d57ec6
|
[scss.container][scss.layout] make UI more visible
|
2018-03-13 14:15:06 +01:00 |
xdrm-brackets
|
5a050dbbd1
|
[module.professor] PUT|POST check for lastName+firstName or casLogin to be unique
|
2018-03-13 11:44:33 +01:00 |
xdrm-brackets
|
f3085ec4db
|
[module.professor] PUT now checks for @casLogin to be unique
|
2018-03-13 11:26:08 +01:00 |
xdrm-brackets
|
3e0ccea7df
|
[module.professor] PUT can now remove CAS_LOGIN (argument @remCas = TRUE)
|
2018-03-13 11:13:03 +01:00 |
xdrm-brackets
|
f7a63a503d
|
Merge branch 'master' of https://git.xdrm.io/ptut/vhost into ue-transition
|
2018-03-12 19:51:02 +01:00 |
xdrm-brackets
|
f7ddd0145c
|
[webpack.header][scss.header] created default version management (only template) for header
|
2018-03-12 19:50:56 +01:00 |
xdrm-brackets
|
1a956cbc58
|
[webpack.ue.view][webpack.ue.manage] created sub-page of 'ue.view': 'ue.manage' which takes a 'code' as URI argument + $router commands
|
2018-03-12 19:50:33 +01:00 |
Guillaume FAUVET
|
17c78d6e87
|
Merge remote-tracking branch 'origin/master'
|
2018-03-12 14:50:10 +01:00 |
Guillaume FAUVET
|
18f71fc2fc
|
[scss.container] fix .card.container overflow (solving UE display)
|
2018-03-12 14:49:59 +01:00 |
xdrm-brackets
|
87a069ca84
|
[webpack.ue.view] accessibility with 'title' attribute
|
2018-03-12 11:28:22 +01:00 |
xdrm-brackets
|
56f94de6a5
|
[webpack.teacher.view] accessibility with 'title' attribute
|
2018-03-12 11:23:29 +01:00 |
xdrm-brackets
|
2604e4eb80
|
[scss.container] fix .warning icon overflow
|
2018-03-12 11:16:27 +01:00 |
xdrm-brackets
|
95a983dbf2
|
[page.ue] rename <title> tag
|
2018-03-12 11:12:45 +01:00 |
xdrm-brackets
|
9b19c42aee
|
Merge branch 'ue-from-teacher'
|
2018-03-12 11:02:56 +01:00 |
xdrm-brackets
|
fc26d4a7ef
|
[webpack.ue.view] fixed update
|
2018-03-12 11:01:23 +01:00 |
xdrm-brackets
|
fa9964cd78
|
[module.ue] PUT pass 'defaultFormation' as it (NULL: ignore, -1: unset, *: set)
|
2018-03-12 10:57:53 +01:00 |
xdrm-brackets
|
6de03a80e3
|
[repo.ue] UPDATE now can have empty 'bind_param' because can only set defaultFormation to NULL
|
2018-03-12 10:57:05 +01:00 |
xdrm-brackets
|
6601880436
|
[module.ue] POST now default value for 'defaultFormation' is int = -1 (type is INT btw)
|
2018-03-12 10:43:08 +01:00 |
xdrm-brackets
|
1aab7b61bd
|
[api.core.checker] now for 'varchar()' type, pass numeric -> string before checking 'strlen()' (because of json_decode)
|
2018-03-12 10:42:19 +01:00 |
xdrm-brackets
|
a0d2ca65f9
|
[webpack.ue.view] [repo.ue] [module.ue] implemented CREATE|DELETE|UPDATE (but BUGGGS EVERYWHERE !!!)
|
2018-03-11 19:34:11 +01:00 |
xdrm-brackets
|
7da78a648e
|
[webpack.ue.view] fixed 'code' type check
|
2018-03-11 18:20:50 +01:00 |
xdrm-brackets
|
eadc3f95d4
|
[module.ue] DELETE implemented
|
2018-03-11 18:13:41 +01:00 |
xdrm-brackets
|
b434a9e658
|
[webpack.ue.view] fixed 'remove' call
|
2018-03-11 18:10:49 +01:00 |
xdrm-brackets
|
1c62879fad
|
[webpack.ue.view] updated js to handle edit/create (with volumes)
|
2018-03-11 18:08:33 +01:00 |
xdrm-brackets
|
17c7355b4d
|
[webpack.ue.view] updated layout to allow updating 'volumes' [TODO: implement js for managing it]
|
2018-03-11 17:48:50 +01:00 |
xdrm-brackets
|
de79bfffde
|
[webpack.ue.view] update [webpack.ue.data] update [scss.container] update [TODO: add volumes in edit/create] [TODO: implement API/repo]
|
2018-03-11 17:31:46 +01:00 |
Unknown
|
1683b3f20d
|
Merge remote-tracking branch 'origin/master'
|
2018-03-11 16:33:04 +01:00 |
xdrm-brackets
|
ea3923f002
|
Merge branch 'master' of https://git.xdrm.io/ptut/vhost
|
2018-03-11 16:32:00 +01:00 |
Unknown
|
2a6d5e7b94
|
Fix PhpDoc + fix PhpStan errors
|
2018-03-11 16:31:36 +01:00 |
Unknown
|
13c01ef144
|
add casLogin option for professor.exists
|
2018-03-11 16:26:04 +01:00 |
Unknown
|
24f7c41705
|
Fix PhpDoc + fix PhpStan errors
|
2018-03-11 16:14:12 +01:00 |
Unknown
|
12e8d4ea92
|
hotfix repo debugging
|
2018-03-08 20:55:00 +01:00 |
Unknown
|
64af705c6a
|
Merge branch 'pdo-wrapper'
|
2018-03-08 20:53:46 +01:00 |
Unknown
|
3b853644e0
|
implemented debugging of the repo
|
2018-03-08 20:53:40 +01:00 |
Unknown
|
1c513acaa4
|
Implemented Wrapper and Stacker + optimized Excel import
|
2018-03-08 20:09:02 +01:00 |
Unknown
|
78e66a0a26
|
Merge branch 'statistics'
|
2018-03-08 18:41:58 +01:00 |
Unknown
|
271799e9f4
|
implemented departement stats
|
2018-03-08 18:41:52 +01:00 |
xdrm-brackets
|
24dcbcc7ba
|
[webpack.teacher.view] instant-edit now updates the 'category label' from 'gstore.get.filters.categories' if possible
|
2018-03-08 18:34:25 +01:00 |
xdrm-brackets
|
d9a6320d44
|
[module.professor.filter] removed unused repo
|
2018-03-08 18:24:52 +01:00 |
xdrm-brackets
|
8a3d83503d
|
[module.professor.filter] can now filter by 'categories' + [repo.category] implemented getProfessors() + [webpack.teacher.view] instant-filter for 'categories' -> will propably help to have categories to update category label when prof edited)
|
2018-03-08 18:13:07 +01:00 |
xdrm-brackets
|
158b9d2cb0
|
[webpack.teacher.view] instant-filter new design + filter count
|
2018-03-08 18:03:25 +01:00 |