xdrm-brackets
|
3b2c707618
|
upd: fixed page-manager (dependencies' file content was downloaded in Ajax but never used, only checks if the file exists, so now <script> or <style> tags are filled with the downloaded content -> so more efficient)
|
2018-02-08 11:39:06 +01:00 |
xdrm-brackets
|
0c0f34c7d4
|
fix: http.core.HttpRequest (now manages both Apache/nginx, especially php-fpm because the function 'getallheaders()' is not available, so gess it from (solution from http://php.net/manual/en/function.getallheaders.php\#84262))
|
2018-02-07 14:52:21 +01:00 |
xdrm-brackets
|
f1c338853f
|
fix: router.core.router (now manages URI with beginning slash '/' (removes it))
|
2018-02-07 14:50:36 +01:00 |
xdrm-brackets
|
eb604f2299
|
upd: composer.lock
|
2018-02-07 14:50:04 +01:00 |
xdrm-brackets
|
2709a109c7
|
fixed build.api.module.machineDefault (added argument id_warehouse to machine.state (in view machine.listAll))
|
2018-01-29 22:26:22 +01:00 |
xdrm-brackets
|
1f91f4feb1
|
Fix header icon -1px (border-bottom of header)
|
2017-11-13 16:42:28 +01:00 |
xdrm-brackets
|
d5a0cf7977
|
Update database backup
|
2017-11-13 14:20:05 +01:00 |
xdrm-brackets
|
b38822e506
|
Fix history.archive layout
|
2017-11-13 13:49:32 +01:00 |
xdrm-brackets
|
ea66003d27
|
Created TreeTokenNull to disable the 'TreeToken' build at will + use it in index
|
2017-11-13 13:43:14 +01:00 |
xdrm-brackets
|
d064e304ee
|
When no history.search.value -> display all
|
2017-11-13 13:37:50 +01:00 |
xdrm-brackets
|
f99d1a8435
|
Update repo machine/search to match any keywords (space-separated) with a OR condition + minfix user
|
2017-11-13 13:34:38 +01:00 |
xdrm-brackets
|
b745c9ef08
|
Update repo user/search to match any keywords (space-separated) with a OR condition + if no search input -> display all
|
2017-11-13 13:28:18 +01:00 |
xdrm-brackets
|
d30ec35636
|
Now history.view.search searches through users+machines (as on its views) + TODO: manage space separated keywords
|
2017-11-13 12:17:26 +01:00 |
xdrm-brackets
|
ad4143771c
|
Make LIKE sql WHERE clause lower case
|
2017-11-13 11:51:25 +01:00 |
xdrm-brackets
|
061d473cad
|
Reversed history.timeline order (DESC)
|
2017-11-13 11:42:08 +01:00 |
xdrm-brackets
|
3c642732b2
|
Now scroll to timeline.event when loading sub-section
|
2017-11-13 11:40:13 +01:00 |
xdrm-brackets
|
9d49c7fd10
|
Now on click on timeline.event -> load this event entry
|
2017-11-12 18:34:52 +01:00 |
xdrm-brackets
|
545d99d212
|
Added dates + hours to events history.timeline
|
2017-11-12 18:09:57 +01:00 |
xdrm-brackets
|
067f12cc1a
|
Removed infobox popup js
|
2017-11-12 17:24:25 +01:00 |
xdrm-brackets
|
20baf93bf3
|
Now history.timeline is vertical
|
2017-11-12 17:22:35 +01:00 |
xdrm-brackets
|
57d7abb7b6
|
Updated css
|
2017-11-12 15:10:40 +01:00 |
xdrm-brackets
|
6616916013
|
Fix fonts.css -> font.css
|
2017-11-12 15:09:06 +01:00 |
xdrm-brackets
|
0390bdf7ad
|
Now a little circle 'below' the event circle when same user
|
2017-11-12 14:53:33 +01:00 |
xdrm-brackets
|
bc1df78120
|
History details.timeline ASC order (not reverse as history.view)
|
2017-11-12 14:53:06 +01:00 |
xdrm-brackets
|
43e626d32d
|
Added module historyDefault/getById to check current user in history.details.view + Refactor css + added info in svg tags + javascript began management (only launch event, implementation TODO)
|
2017-11-12 13:01:29 +01:00 |
xdrm-brackets
|
b0f9cfae1e
|
session timeout management in views: warehouse, admin + if no response, logout just .5min after the session timeout
|
2017-11-12 11:45:47 +01:00 |
xdrm-brackets
|
0faaee0040
|
serverinfo.js now shows a popup when session time out + api.js reset the timeout when an API call have an error=0 + if no answer to popup in 5min logout
|
2017-11-12 11:29:52 +01:00 |
xdrm-brackets
|
172f1e5935
|
Updated container.scss to be a 'pointer' on timeline events
|
2017-11-11 18:50:01 +01:00 |
xdrm-brackets
|
b73f71c652
|
Svg generation + historyDefault/get_timeline + repo history/getByIdMachine + container.scss to generate machine timeline
|
2017-11-11 18:46:43 +01:00 |
xdrm-brackets
|
34ffdae4fe
|
Fix tests according to branch 'api-refactor'
|
2017-11-11 13:09:30 +01:00 |
xdrm-brackets
|
6b9bd03d9e
|
Pop-Up manages 'background.click' to send FALSE to the 'handler' + hide (equivalent to CANCEL action)
|
2017-11-11 13:03:30 +01:00 |
xdrm-brackets
|
a2d575e94f
|
Added confirmation Pop-Up for: 1. history.archive 2. machine.delete 3. user.delete
|
2017-11-11 12:56:46 +01:00 |
xdrm-brackets
|
db71c0400d
|
Removed 'POST::' in the config file
|
2017-11-10 13:38:15 +01:00 |
xdrm-brackets
|
dfdb84e8a0
|
Dispatched 'Request::remote' to 'Loader::remote' as a builder adapter
|
2017-11-09 12:56:00 +01:00 |
xdrm-brackets
|
0fed2ee61e
|
Fixed css (added grey buttons) + Created js PopUp lib + use in admin list to remove one admin
|
2017-11-09 12:38:00 +01:00 |
xdrm-brackets
|
4213d8b132
|
Migrated admin methods from 'authenticationDefault' to new 'adminDefault' module
|
2017-11-09 12:37:27 +01:00 |
xdrm-brackets
|
088683d2bf
|
Removed /lib folder added 'Twig' to default composer + cleaned autoloader file
|
2017-11-09 10:19:51 +01:00 |
xdrm-brackets
|
79216f6edc
|
Fix menu-side :unhover:after not working on chrome 3x
|
2017-11-09 10:07:46 +01:00 |
xdrm-brackets
|
ed771b20a9
|
updated documentationDefault/apiBlueprint
|
2017-11-09 10:06:43 +01:00 |
xdrm-brackets
|
0a3d4d9a0a
|
Blocks in view: group.permission
|
2017-11-08 21:08:32 +01:00 |
xdrm-brackets
|
574e218da4
|
Blocks in view: group.view
|
2017-11-08 20:53:21 +01:00 |
xdrm-brackets
|
047a71d822
|
minfix
|
2017-11-08 16:07:40 +01:00 |
xdrm-brackets
|
45984b4a93
|
Blocks in view: group.choice.*
|
2017-11-08 14:23:07 +01:00 |
xdrm-brackets
|
8ac65dc399
|
Blocks in view: group.form.*
|
2017-11-08 14:16:51 +01:00 |
xdrm-brackets
|
937515997c
|
Blocks in view: user.view + added blocks to machine.view
|
2017-11-08 14:10:38 +01:00 |
xdrm-brackets
|
4897fad9e6
|
Blocks in view: user.group
|
2017-11-08 14:05:16 +01:00 |
xdrm-brackets
|
6c94f1064b
|
Blocks in view: user.form.remove
|
2017-11-08 14:01:51 +01:00 |
xdrm-brackets
|
73b7b26b63
|
Blocks in view: user.form.edit
|
2017-11-08 14:00:27 +01:00 |
xdrm-brackets
|
7a2248f7da
|
Blocks in view: user.form.create
|
2017-11-08 13:58:19 +01:00 |
xdrm-brackets
|
ccf11739e2
|
Blocks in view: settings/password
|
2017-11-08 13:52:37 +01:00 |