Pierre Goiffon
8fcd454445
N°4919 New 'Launch setup" in Application Upgrade ( #244 )
...
Admin will now be able to re-launch the iTop setup directly from the administration console in the Administration / Application Upgrade screen.
Before the only way to launch setup on an existing iTop instance was to change permissions on the configuration file.
This button will be enabled depending on the isDevEnv (if true it will be displayed) and `setup.launch_button.enabled` new configuration parameter (not present by default ; if set to false will always hide the button, if set to true will always display it, if not set will display button depending on isDevEnv only).
Co-authored-by: Molkobain <lajarige.guillaume@free.fr >
2022-04-19 14:36:15 +02:00
denis.flaven@combodo.com
a7a7ce77fb
N°4096 - Automatic email sending retry in case of error.
2021-09-28 15:42:28 +02:00
acognet
0ab2f03064
Fix display header when there is an alert message
2021-03-25 12:08:15 +01:00
Molkobain
8dd96ea636
Copyright year bump
2021-03-15 09:29:45 +01:00
Molkobain
e143fa5e33
N°3657 - Replace calls to deprecate jQuery methods (".submit(callback)" to ".on('submit', callback)")
2021-03-15 09:28:44 +01:00
Eric
3c60e4f765
Add Toolbar factory, Use new factory entry for cancel buttons, better check of twig errors, fix fatal error page
2021-02-09 14:43:46 +01:00
Eric
21740123f4
Add UIBlocks to twig (generic parser and node)
...
# Conflicts:
# pages/run_query.php
# test/VisualTest/Backoffice/RenderAllUiBlocks.php
2021-01-18 12:09:07 +01:00
Eric
15aa9e508c
N°3123 - Refactor Directories
2020-12-02 13:18:01 +01:00
Molkobain
b454958742
N°2847 - Refactor Button block for a better use of semantic colors, also change "primary" action color to something less flashy
2020-11-02 17:39:10 +01:00
Eric
6c46c7ff3a
N°2847 - Fixed configuration editor
2020-09-25 18:16:05 +02:00
Eric
33f11d2a43
N°2847 - Form and Input WIP
2020-09-22 13:26:14 +02:00
Eric
74160d2447
N°2847 - Add Title component
...
* Add id to button factory
* Rework of Configuration File Editor page
2020-09-18 18:16:09 +02:00
bruno DA SILVA
27a0de1da1
N°2154 - fix server crash in rare cases
...
Under undetermined circumstances, `exec('php -v')` called the current script triggering an infinite loop crashing the server
problem reported by @molkobain
see: https://stackoverflow.com/questions/43728378/running-php-files-through-shell-exec
2020-02-19 15:43:33 +01:00
bruno DA SILVA
838c4f123c
👌 peer review
...
mostly coding convention,
thanks @molkobain
2020-01-07 15:34:27 +01:00
bruno DA SILVA
c115f64cb5
N°2154 - Security breach
2020-01-06 15:31:31 +01:00
Eric
3f59141407
N°1114 - config-itop.php access rights enforcement
2019-10-22 15:02:51 +02:00
Pierre Goiffon
b1dbddffb9
N°2518 Integrating ACE in iTop
2019-10-17 19:21:30 +02:00
Pierre Goiffon
221c10aa9b
itop-config : syntax highlighting for JS
2019-10-17 17:35:41 +02:00
Eric
388896b963
N°941 - Backup/Windows %, ! or " not allowed in password
2019-03-07 15:26:53 +01:00
Eric
f438fbd06f
N°941 - fix regex
2019-02-15 17:06:50 +01:00
Eric
297a45d477
N°941 - Backup/Windows %, ! or " not allowed in password
2019-02-15 17:03:07 +01:00
Eric
9d0cbca497
N°941 - Check DB password in configuration when saving
2019-02-14 10:57:36 +01:00
Eric
c989e2eda5
N°941 - Check DB password also in configuration
2019-02-14 09:47:22 +01:00
Pierre Goiffon
36d47c2274
N°1835 fix transaction_id lost with session
...
* transaction_id are now stored by default in file instead of session ("transaction_storage" config parameter : default value was 'Session', it is now 'File')
* session_regenerate_id() call can be disabled using "regenerate_session_id_enabled" config parameter
* new 'transaction_id' parameter type to allow dots (with a file storage, transaction_id equals the temp file name and on Windows we're getting *.tmp)
2018-12-10 17:39:07 +01:00
Pierre Goiffon
40a4e6d7b0
Fix files using CrLf, convert them to Lf to have the whole repo using Lf
...
Warn your git config (core.autocrlf = input or true)
2018-09-04 17:59:51 +02:00
Stephen Abello
6630051ef3
Updated jQuery to v3.3.1
...
SVN:trunk[5961]
2018-07-23 06:58:30 +00:00
Denis Flaven
8943a67f85
Officially support PHP 7.2.0.
...
SVN:trunk[5888]
2018-06-15 16:37:11 +00:00
Pierre Goiffon
6b8d1b4b76
N°1041 add shortcut in submit button title
...
SVN:trunk[5567]
2018-03-29 09:17:12 +00:00
Eric Espié
d65bd97956
N°478 - Customizable access to the 'Admin Tools'
...
SVN:trunk[5364]
2018-02-23 11:13:07 +00:00
Pierre Goiffon
52a97db259
N°1253 Configuration editor : save/restore editor state on saving
...
SVN:trunk[5205]
2018-01-05 15:16:45 +00:00
Pierre Goiffon
2a0dce848c
N.1041 little changes on trunk[4963] : uses NOWDOC instead of HEREDOC syntax, and some variable renaming
...
SVN:trunk[4964]
2017-10-04 09:45:13 +00:00
Pierre Goiffon
d759fed5e4
N.1041 configuration editor : add focus and ctrl+s shortcut
...
SVN:trunk[4963]
2017-10-04 09:32:59 +00:00
Eric Espié
6011aa2ac9
Configuration file editor:
...
- support syntax highlighting and checking (ace editor)
- better "apply" and "reset" buttons management
- limit code injection when checking the configuration
- better syntax checking for PHP7
SVN:trunk[4926]
2017-09-20 15:07:05 +00:00
Denis Flaven
12b27778f5
Bug fix: properly disable the configuration editor in demo mode! (Regression)
...
SVN:trunk[4310]
2016-07-27 09:50:40 +00:00
Denis Flaven
cf0541c93e
#1202 : Fix for a security vulnerability in the Configuration Editor.
...
SVN:trunk[3902]
2016-02-11 10:22:53 +00:00
Romain Quetiez
e83e1262a5
Configuration editor disabled when the demo mode is active
...
SVN:trunk[3405]
2014-11-03 15:12:07 +00:00
Romain Quetiez
2c70c60d2b
New functionality: a rudimentary configuration editor (admins only)
...
SVN:trunk[3401]
2014-11-03 09:17:27 +00:00