Lars Hippler
41a1bede70
🌐 Update DE-dictionary for iTop 2.7.0 ( #113 )
...
Many thanks @r0ert !
2020-02-20 16:04:24 +01:00
odain
e12845e412
N°2651 - Remove test directories from lib
2020-02-20 15:03:36 +01:00
odain
b30ad45792
N°2651 - Fix missing autoload
2020-02-20 14:58:39 +01:00
odain
84a11fb3c1
added namespace + mv iTopComposer + optimize FileIterator
2020-02-20 14:56:08 +01:00
Pierre Goiffon
ee39a387db
N°2651 Remove tests from lib : browse dirs using SPL classes instead of GLOB
2020-02-20 14:56:08 +01:00
bruno DA SILVA
e3c6ac814e
N°2651 - Removal of "Test" dirs within dependencies handled using composer
2020-02-20 14:56:08 +01:00
Eric
d668d65c70
N°2772 - Fix errors during upgrade. Prevent JS Dict load for setup pages.
2020-02-20 14:45:39 +01:00
Pierre Goiffon
e21e7c9cf0
🌐 N°2795 Fix dict typos
2020-02-20 09:36:33 +01: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
Molkobain
d76e54996c
PHPDoc
2020-02-19 11:54:50 +01:00
Pierre Goiffon
a4710f7542
N°2760 Abstract classes for extension API interfaces : remove return; for @return void methods
2020-02-18 18:15:45 +01:00
Eric
98a9c680c5
🐛 Updated rest example
2020-02-18 17:02:13 +01:00
Pierre Goiffon
a92157f763
N°2790 fix collapsibleLabel
...
* change icon when label closed
* fix switch in about dialog for licenses details
2020-02-18 16:34:51 +01:00
bruno DA SILVA
412f1a394f
N°2574 - 💚 fix unit test
...
The behaviours has changed since the "password_renewed_date" is not changed only after the inter/update and no more just aftyer the $oUserLocal->Set('password')
2020-02-18 14:49:53 +01:00
Molkobain
dba6e8ce1a
Fix images being too wide in HTML fields and caselogs in the end-users portal
...
Regression introduced in a previous version of iTop.
2020-02-17 16:29:21 +01:00
Molkobain
a127ca9ca0
N°2313 - Fix regression: No more validation message on password update in the end-users portal
2020-02-17 15:51:38 +01:00
Molkobain
0b5ee1e05c
Internal: Fix typo in PHPDoc
2020-02-17 11:24:20 +01:00
Eric
f94e86ecea
🐛 Add missing function
2020-02-14 17:18:00 +01:00
Pierre Goiffon
fe770f36c5
N°2634 / N°2735 Migrate dashlet user prefs to new dashlet ID format
2020-02-14 15:59:09 +01:00
Pierre Goiffon
cf83bc7364
N°2634 / N°2735 Fix dashlets identifiers : was causing prb on widget init, prefs save
...
Dashlet id now includes :
* "CUSTOM-" if dashlet is contained in a custom dashboard, nothing elsewhere
* the ID of the dashboard
- for menus : menu id escaped for HTML
- for AttributeDashboard : <class>__<field>
* the row / cell / dashlet idx
Examples :
CUSTOM-UserRequestOverview_IDrow1-col0-0
Organization__overview_IDrow1-col0-12
2020-02-14 15:59:09 +01:00
Eric
76982a2846
Revert Last change. The values are already protected at this stage.
2020-02-14 15:42:05 +01:00
bruno DA SILVA
4cedd30625
N°2574 - bugfix and UI
...
- 🐛 fix regression preventing automatic update of password_renewed_date
- 💄 add a "general information" fieldset
2020-02-13 15:23:56 +01:00
bruno DA SILVA
a86079c477
N°2154 - 🐛 fix an awful typo producing a nonsense
...
I'm sorry!
2020-02-13 15:21:01 +01:00
Eric
128a237392
N°2746 - Fix Tags configuration screen (removed EnumSet from tag editable list)
2020-02-13 12:31:22 +01:00
Eric
0ecfffe413
N°2746 - Fix export separator
2020-02-13 12:12:35 +01:00
Eric
ef3bdd63a4
N°2746 - Fix search from shortcut
2020-02-13 11:56:19 +01:00
Eric
585135c6c7
N°2758 - Keep AddCondition to avoid BC break
2020-02-13 11:56:01 +01:00
Eric
b3faa96a45
🌐 Add Trigger context label
2020-02-13 09:53:55 +01:00
Eric
6f04525cdf
🎨 cleanup code
2020-02-13 09:49:58 +01:00
Pierre Goiffon
03834fedb8
N°2369 deprecate MySQL views
2020-02-12 18:11:12 +01:00
Vincent Dumas
6bde8e867f
Move menu "Universal Search" under "Query"
2020-02-12 18:01:38 +01:00
Molkobain
0e3d195250
N°2275 - Fix XML delta computation putting flags on wrong XML levels
2020-02-12 17:40:53 +01:00
Pierre Goiffon
fae8c9edbd
N°2780 Add ContextTag::TAG_CONSOLE for ajax operations
2020-02-12 17:20:10 +01:00
Pierre Goiffon
133d267aca
N°2329 Update TCPDF to version fixing unlink bug
...
Was updated to 6.3.2 fot PHP 7.4 compat, but this version had a regression (issue 159 in the original repo)
This commit integrates 6.3.4 that includes a fix for issue 159
2020-02-12 15:23:57 +01:00
Stephen Abello
166986f336
N°2314 - Markup extensibility: Replace some hardcoded values by overloadable variables
2020-02-12 14:53:19 +01:00
Stephen Abello
f76d649d1a
Wee cleanup
2020-02-12 14:53:19 +01:00
Stephen Abello
30747b92c7
N°2755 - Security hardening
2020-02-12 14:53:19 +01:00
Stephen Abello
12ce718662
Internal: Add HtmlEntityDecode() to utils, a counterpart to HtmlEntities()
2020-02-12 14:53:19 +01:00
Molkobain
a1cdb46663
Internal: Refactor newsroom SCSS rules to real SCSS
2020-02-12 14:20:27 +01:00
Pierre Goiffon
824d8398a3
N°2634 / N°2735 Allow saving list prefs for all DashletObjectList
...
The id generated for the dashlets in the markup is the one used in the saved appUserPreferences. As no control is done during compilation nor in the Designer editor, we could have duplicates.
The first fix (081ba68a ) was adding a generated suffix, but for default dashlet this was generated each time so the id was different on every page load ! For custom dashlets as their definition was saved in a XML file it was ok.
This new fix adds a prefix containing row and col id, so every time the id is the same. No duplicates should be found in the same cell.
2020-02-12 14:07:57 +01:00
Eric
406774aa15
N°2746 - Fix Import/Export using labels or code
2020-02-12 12:08:40 +01:00
Pierre Goiffon
dd8712e2e8
📝 Add more doc for \DBObject::GetAsHTML
2020-02-12 11:44:00 +01:00
Eric
767bcdf117
N°2746 - Fix unit tests (typo)
2020-02-11 17:00:55 +01:00
Eric
5e060737df
N°2746 - Fix unit tests
2020-02-11 16:46:24 +01:00
Eric
d9bf0fe012
N°2746 - Fix breadcrumb for search of enumSet
2020-02-11 16:02:55 +01:00
Eric
93c9783b1a
N°2746 - Fix empty search for TagSet
2020-02-11 14:51:22 +01:00
Eric
e9c1467026
N°2746 - Fix "Modify All" fatal error
2020-02-11 14:35:38 +01:00
Eric
863cb4cad6
N°2758 - Allow only one condition on ValueSetDef and restore cache
2020-02-11 11:54:00 +01:00
Pierre Goiffon
94b70fc473
N°2776 ObjectFormManager : change transaction scope
...
* move ApplyStimulus & triggers out of the transaction
* move \utils::RemoveTransaction to a finally block
2020-02-11 11:36:59 +01:00
Pierre Goiffon
4dc383cba8
N°2684 Fix setup broke when upgrading with a config file from another directory
...
In the moduleschoice screens we were using a wrong approot_url !
2020-02-11 09:41:48 +01:00