Molkobain
20683fdf50
N°1192 Fix transition form always redirecting to object no matter the navigation rule
2019-11-27 17:21:01 +01:00
Molkobain
603ae8c0e1
N°2272 Fix calls to DBObjectSet::OptimizeColumnLoad() in the portal (now requires ClassAlias to always be specified)
2019-11-27 17:21:01 +01:00
Eric
f1d0418e48
🐛 Fix error when no cache is configured
2019-11-27 16:02:46 +01:00
Eric
9c8c306df3
🐛 Fix DBSearch::Intersect (de-duplicate aliases)
2019-11-27 15:39:33 +01:00
Eric
d2543e9c67
🐛 Fix bad calls to OptimizeColumnLoad
2019-11-27 15:38:30 +01:00
Pierre Goiffon
55a0d910fa
N°2490 MariaDB compat : changes after code review
...
* DEFAULT value unquoting is done with preg_replace now (clearer that we want to do a string replacement)
* DEFAULT value unquoting works even if DEFAULT is not the last keyword
* change test datasource for more readability (use double quotes when needed)
2019-11-27 11:51:47 +01:00
Pierre Goiffon
bd8144a67c
👷 Jenkins : config file is now picked by the unattended install
...
The problem was that we had an absolute path in the XML : changing it to the file name is sufficient ! The copy introduced in 443763de was unecessary.
2019-11-27 11:45:30 +01:00
Pierre Goiffon
004d1a7245
🎨 Rename constant
2019-11-27 10:15:24 +01:00
Pierre Goiffon
09fb99ed58
Rollback 2f431a0d : might not be a typo, we don't want to cause trouble close to a beta version O:)
2019-11-26 17:31:41 +01:00
Eric
ae8071f707
add unit tests for intersect
2019-11-26 17:24:23 +01:00
Eric
c1cf084e43
fix unit tests - Support Microsoft encoding of non breaking line in UTF-8
2019-11-26 16:32:19 +01:00
Eric
87c794b22e
fix unit tests - Support Microsoft encoding of non breaking line in UTF-8
2019-11-26 15:44:17 +01:00
Molkobain
a382d6ad35
N°1192 Change "close rule" behaviour to redirect to homepage if browser doesn't let us close the window
2019-11-26 14:57:35 +01:00
Eric
2d86599a19
N°2519 - ev_timeout from "New" to "Escalated TTO" doesn't work
2019-11-26 13:55:26 +01:00
Pierre Goiffon
914971b30d
💚 Jenkins : Fix default config database name
2019-11-26 12:15:02 +01:00
Pierre Goiffon
443763de48
💚 Jenkins : copy default config after unattended install
...
The generated config file had too many default values, and not the wanted ones
2019-11-26 12:09:03 +01:00
Stephen Abello
ff3c7ebe54
N°971 Portal: Fix Browse brick n:n level links in tree and mosaic display
2019-11-26 11:39:25 +01:00
Stephen Abello
c0f82f25a3
N°956 Portal: Increase robustness 💪
2019-11-26 11:39:25 +01:00
Eric
f90381d412
Support Microsoft encoding of non breaking line in UTF-8
2019-11-26 08:57:47 +01:00
bruno DA SILVA
d367d2e864
n°524 - password policy
...
💚 fix CI regression (data provider no longer include classes with side effect)
2019-11-25 18:02:25 +01:00
bruno DA SILVA
9d20eba2ad
2574 - enable Password expiry
...
- Extensibility: The UserLocal now provide the fields needed for an extension to be able to properly handle the expiration of the password
2019-11-25 17:37:34 +01:00
bruno DA SILVA
863746852f
n°524 - password policy
...
💚 fix CI : tests must be runned into a separate process in order to eliminate side effects of mocking the config
2019-11-25 16:53:04 +01:00
bruno DA SILVA
f416f994c9
n°2371 deprecate \MetaModel::EnumLinksClasses and \MetaModel::EnumLinkingClasses
...
- phpdoc: move title the to beginning of the block
2019-11-25 16:35:46 +01:00
bruno DA SILVA
70dfbbc15e
n°524 - password policy
...
- The code now uses the standard extension method (using interfaces)
- the metamodel can now filter on iModuleExtension in order to leverage extensions modularity (see MetaModel::EnumPlugins second param)
- during the setup, there is no pawsord policy control
- there is now a default policy
- new (more precie) translation reflecting the default policy
- fix CI?
2019-11-25 16:25:38 +01:00
Molkobain
85932eab98
N°1192 Fix crash with default parameters of the rule
2019-11-25 15:33:23 +01:00
Pierre Goiffon
0ee77d8c88
N°2163 DB*Tracked methods : modifications after review with Romain
...
Previous commit : 24eb82d1
Use \CMDBObject::SetTrackInfo
Move \CMDBObject::SetCurrentChange calls at the top most level of the stacks
Restore old behaviors that were removed in previous commit
2019-11-25 14:58:59 +01:00
Molkobain
2f2d9547b7
N°2603 - Portal: Fix crash when having comments in some parts of the XML
2019-11-25 12:38:34 +01:00
Molkobain
32b065708b
N°1192 Add some ready-to-use navigation rules to the standard portal (and comments)
2019-11-25 09:45:31 +01:00
Molkobain
18285df154
Internal: Fix typo
2019-11-22 18:44:27 +01:00
Molkobain
b1b6c9f426
N°1192 Introduce navigation_rules in the end-users portal
2019-11-22 18:44:27 +01:00
Molkobain
ff884533f9
Internal: Add utils::ToCamelCase($sInput) function
2019-11-22 18:44:27 +01:00
Molkobain
417e80fe8d
N°1192 Deprecate usage of <submit> and <cancel> tags in action rules
2019-11-22 18:44:27 +01:00
Pierre Goiffon
c203e6c7be
Fix utils::StartsWith when needle bigger that value
2019-11-22 14:43:33 +01:00
bruno DA SILVA
730a0d1c98
n°524 - password policy
...
💚 fix CI : tests must be runned into a separate process in order to eliminate side effects of mocking the config
2019-11-22 14:38:36 +01:00
bruno DA SILVA
d9b374f723
n°524 - password policy
...
💚 fix CI regression (previous tests are sometimes incompatible with the default password policy)
2019-11-22 14:14:44 +01:00
bruno DA SILVA
b9cb692504
n°524 - password policy
...
bugfix: no rule does work properly
2019-11-22 12:31:14 +01:00
bruno DA SILVA
23fc4bb4f7
n°524 - password policy
2019-11-22 12:23:00 +01:00
Pierre Goiffon
4ae035dd51
🔧 Modify visual vertical guides setting
2019-11-22 11:42:43 +01:00
Pierre Goiffon
3a791162c5
⚡ setup module browsing perf improvement
...
When a module descriptor file is found, do not dig anymore in subdirectories
2nd fix, should be better than previous one (4042a12d reverted with 5ebc290b )
2019-11-21 17:44:04 +01:00
Pierre Goiffon
06791b06c4
Fix utils::EndsWith when needle bigger that value
2019-11-21 11:57:24 +01:00
Eric
5ebc290b94
Revert Setup : only scan necessary dirs for extensions
2019-11-21 11:37:22 +01:00
Pierre Goiffon
675221a15e
N°2490 Setup/toolkit : no longer generates useless ALTER TABLE queries on MariaDB >= 10.2
...
* case insensitive SQL data type comparison
* some options have also case differences (example 'int(11) unsigned')
* DEFAULT 'NULL' added by MariaDB on all nullable fields
* default values are always surrounded with single quotes on MariaDB
This is a Combodo implementation of PR #91
2019-11-21 11:24:14 +01:00
Pierre Goiffon
2f431a0d14
🐛 Fix SynchroAttLinkSet.attribute_qualifier default value
...
Old typo (in a galaxy far, far away) : 1e688706
2019-11-21 10:44:54 +01:00
Molkobain
fd4e41950c
N°2092 Portal: Fix missing scrollbar in tall form modals
2019-11-20 15:41:11 +01:00
Molkobain
41d5ae704a
PHPDoc
2019-11-20 15:41:11 +01:00
Molkobain
83fc069bf4
Portal: Improve callback calls in CombodoPortalToolbox
2019-11-20 15:41:11 +01:00
Pierre Goiffon
32c5cd245b
N°2533 Check modules manual install dir on Setup for iTop products
2019-11-20 12:04:54 +01:00
Molkobain
a259be9033
N°2311 Fix focus set to the "login" input field when pressing "tab" key
2019-11-20 12:00:52 +01:00
Molkobain
fbbdee242a
Portal: Update code to use the CombodoPortalToolbox.OpenModal() helper
2019-11-20 11:38:42 +01:00
Molkobain
4a12635ea5
Portal: Introduce "CombodoPortalToolbox", helpers to ease JS manipulations especially through the iPopupMenuExtension.
...
- CombodoPortalToolbox.CloseAllModals() : Close all modal on the page
- CombodoPortalToolbox.OpenUrlInModal(sTargetUrl, bCloseOtherModals) : Open an URL in a modal, typically opening an object form
- CombodoPortalToolbox.OpenModal(oOptions) : Generic method to open modals in the portal with various options
2019-11-20 11:37:39 +01:00