Eric
1f53757318
N°3248 - code hardening
...
(cherry picked from commit 6a25933744 )
(cherry picked from commit f74c78d61c )
2020-10-05 14:54:17 +02:00
Pierre Goiffon
090119147c
🎨 PHP formatting
2020-10-05 14:42:03 +02:00
Pierre Goiffon
1551694198
N°3317 Security hardening
2020-10-05 14:42:03 +02:00
Molkobain
0691fca412
Add @since to newly created constants
2020-10-05 13:22:29 +02:00
Molkobain
3298966174
N°3279 - Change "user_id" from integer to external
2020-10-05 13:21:27 +02:00
Molkobain
79514358db
N°2847 - Tab container: Fix some issues
...
- Fix extra tabs list being behind the tab content
- Sanitize tab ID in the HTML
2020-10-05 11:03:23 +02:00
Molkobain
aa38be4578
Improve JSDoc of IsElementVisibleToTheUser()
2020-10-05 11:03:22 +02:00
Molkobain
e911290b3d
Improve utils::Sanitize()
...
- Add class constants for $sSanitizationFilter values (You should use them instead of hard-coding the value, for example: utils::ENUM_SANIZATION_FILTER_XXX)
- Fix "element_identifier" filter of utils::Sanitize() to keep "-" character
- Add 'sanitize_identifier' filter to TWIG
2020-10-05 11:03:22 +02:00
Molkobain
dc24bbcd97
N°2847 - Comment old history tab (waiting for decision on the DisplayBareHistory before removing it)
2020-10-05 08:45:12 +02:00
Molkobain
ea8a8e3afa
N°2847 - Add lifecycle states default colors
2020-10-05 08:43:32 +02:00
Molkobain
6fb5d20971
N°2847 - Tab container: Improve global look & feel; responsive tabs.
2020-10-04 23:22:41 +02:00
Molkobain
b3522017e7
Add new JS helper to know if an element is visible to user
2020-10-04 18:37:12 +02:00
Molkobain
e5b22d270e
N°2847 - Add SCSS helper for hyperlinks to inherit colors from their parent instead of being of the default color (brand primary)
2020-10-03 23:41:50 +02:00
Molkobain
b8af22baad
N°2847 - Fix object details being too wide
2020-10-02 22:09:18 +02:00
Molkobain
5626da7a5e
N°2847 - Object details: Preliminary work
...
- Add ObjectFactory for ObjectDetails, ObjectCard, ...
- Update SCSS files to integrate its components
Note: A big part of the CSS is hardcoded in cmdbAbstract for now as we still need to discuss / work on the migration of the cmdbAbstract APIs (DisplayBareHeader, DisplayBareProperties, ...)
2020-10-02 11:40:46 +02:00
Molkobain
79ad75a2c2
N°2847 - Panel: Fix padding / font size
2020-10-02 11:40:26 +02:00
Molkobain
41c833d0c6
N°2847 - Work on TabContainer: Move SCSS and HTML files to the layout folder
2020-10-02 11:40:26 +02:00
Molkobain
29f58103b0
N°2847 - Comment (temp) migrated parts of the iTopWebPage
2020-10-02 11:40:26 +02:00
Molkobain
15a9856f89
N°2847 - Rework of Panel block
...
- Add 2 separate content areas (main and toolbar)
- Improve HTML template with header
- Prepare ObjectDetails block based on a panel
2020-10-02 11:40:25 +02:00
Stephen Abello
b3bb77c8ee
N°2847 Finish UX/UI for new caselog entry
2020-10-02 10:54:40 +02:00
Stephen Abello
c2fe1bc5cb
N°2847 Add new entry form for activity panel (static atm)
2020-10-02 10:54:39 +02:00
BenGrenoble
5d7ae38adf
Merge remote-tracking branch 'origin/support/2.7' into support/2.7
2020-10-02 10:51:59 +02:00
BenGrenoble
2e08ae571a
3354 change sie by Sie
2020-10-02 10:51:25 +02:00
Molkobain
7f56911f41
Code cleanup
2020-10-01 22:07:41 +02:00
Molkobain
83a547bbf4
N°2844 - Fix mixed up activity entries
...
Note: Re-display the history tab for now so we can check consistency between history tab and activity panel
2020-10-01 22:02:03 +02:00
Pierre Goiffon
37522459a8
N°3351 restore LogKPI calls in portal index
2020-10-01 18:02:31 +02:00
Molkobain
8e16d537ff
N°2847 - Fix crash on object edition due to TitleFactory::MakeForObjectDetails() refactor
2020-10-01 17:50:59 +02:00
Molkobain
d9fe4599ff
N°2847 - Fix tabs being centered instead of being align on the left
2020-10-01 17:49:10 +02:00
Molkobain
50bf0c9a27
N°2847 - Rework of TabContainer / Tab
...
- Add JS widget to handle front-end logic and for better encapsulation
- Move SCSS files to match convention
- Update SCSS files
- Remove unused SCSS file
- Move HTML templates to match convention
- Remove unused HTML template
- Renamed codes and folders to match convention
- Update PHPDoc
- Reformat code
- Remove usage of return type hinting when using "self"
2020-10-01 17:33:27 +02:00
Molkobain
261131d6d7
PHPDoc and code cleanup
2020-10-01 17:33:26 +02:00
Molkobain
5276b48ed4
N°2847 - Rework of MultiColumn / Column
...
- Remove unused HTML template
- Move SCSS files to match convention
- Move Column under MultiColumn to match convention (eg. ActivityPanel, PopoverMenu)
- Update PHPDoc
2020-10-01 17:33:26 +02:00
Molkobain
6fd56f750e
N°2847 - UIContentBlock: Change code from "contentblock" to "content-block" to match convention
2020-10-01 17:33:25 +02:00
Molkobain
57fda98981
Reformat code
2020-10-01 17:33:24 +02:00
Molkobain
ce001a8097
N°2847 - Rework on iUIContentBlock and PageContent
...
* Add new Trait tUIContentAreas to handle multiple content areas across UIBlock classes (extracted from PageContent)
* Remove return type hinting in some method when type was "self" or the class itself when it's meant to be overloaded (works only with PHP 7.4+)
* Update some PHPDoc
* Reformat some brackets
2020-10-01 17:33:24 +02:00
Molkobain
d49dd8b993
N°2847 - Start classes icon update
2020-10-01 17:33:23 +02:00
Molkobain
eeec5989d9
Visual tests: Fix panels title
2020-10-01 17:22:28 +02:00
Molkobain
f25ef7f5ac
N°2847 - Prepare object details header for demo (will be reworked)
2020-10-01 17:22:27 +02:00
Pierre Goiffon
db8c26da17
📝 update PHPDoc for \Expression::IsTrue
2020-10-01 17:02:22 +02:00
BenGrenoble
93c91c4077
3354 remove now from "Bitte bestätigen sie, dass jetzt ein Backup erstellen wollen now."
2020-10-01 15:11:07 +02:00
Pierre Goiffon
e4b3871947
📝 PHPDoc for \Expression::IsTrue
2020-10-01 14:51:28 +02:00
Pierre Goiffon
b2474d3368
N°3324 Portal fix ignore_silo when using nested query in scopes
...
The AllowAllData attribute wasn't updated in the nested queries.
It is now set both when calling DBObjectSearch::AllowAllData and when creating a new nested query (\DBObjectSearch::AddConditionExpression)
2020-10-01 12:15:34 +02:00
Pierre Goiffon
6cd0670d6b
🎨 Fix parameter for all DBSearch::AllowAllData impl
2020-10-01 10:09:34 +02:00
Pierre Goiffon
e9f81bd978
🔧 Update .Editorconfig for braces always at eol
2020-10-01 10:09:34 +02:00
odain
5862ecde69
N°3117: force itop-structure loading during setup
2020-09-30 17:32:07 +02:00
Molkobain
f8129fab74
N°2899 - Setup: Fix "For CryptoEngine ..." mandatory PHP extension introduced in the previous commit
2020-09-30 16:22:35 +02:00
odain
ee9343cf40
N°3117: fix refactor regarding itop-structure setup
2020-09-30 16:00:36 +02:00
Molkobain
1b2dd04409
N°2899 - Setup: Remove mbstring from optional PHP extensions now that it is mandatory ( 7d1a61a2f) (Thanks @Hispka !)
2020-09-30 14:38:55 +02:00
Eric
40f3d6efbe
N°2847 - fix newsroom target for links
2020-09-30 11:59:22 +02:00
Eric
5c07591519
N°2847 - fix newsroom target for links
2020-09-30 11:56:55 +02:00
Eric
f0f7653884
N°2847 - revert fix inline scripts
2020-09-30 10:54:34 +02:00