rquetiez
a1f5d8041e
N°3251 (see also PR#152) - CSV data synchro allows "<NULL>" to be interpreted as "Let the attribute unchanged for the current row"
2020-08-13 21:49:30 +02:00
rquetiez
d679deba02
refactor CSV Parser unit tests from the old home-made framework into PHP Unit, and add new test to check that <NULL> is parsed as a real null value
2020-08-13 21:12:50 +02:00
Molkobain
df20d10afa
N°2847 - Add activity panel to object details (and some variables renaming)
2020-08-13 18:57:07 +02:00
Molkobain
f2725c5a5c
Add $bAllowDefaultPicture parameter to UserRights::GetContactPictureAbsUrl() to return null instead of the default picture
2020-08-13 17:46:48 +02:00
Pierre Goiffon
91c6916d86
🐛 Fix setup homepage error with PHP < 7.1.0
...
Was due to const visibility added in ormLinkSet class in commit b58a084d
This isn't supported before PHP 7.1.0, see https://www.php.net/manual/fr/language.oop5.constants.php :
> As of PHP 7.1.0 visibility modifiers are allowed for class constants.
2020-08-13 15:29:27 +02:00
Molkobain
f90a5b77ad
Fix UserRights::GetContactPictureAbsUrl() when using optional $sLogin parameter
2020-08-13 14:47:07 +02:00
Molkobain
703161157b
Fix UserRights::GetUserId() when using optional $sLogin parameter
2020-08-13 14:08:54 +02:00
Molkobain
55c896bcd3
Internal - Add parameter $aDesiredAttTypes to the MetaModel::GetAttributesList() to filter the result on some attribute types only
2020-08-13 14:08:54 +02:00
Molkobain
ef844c396e
N°2847 - Add UIBlock::GetBlockCode() method to get the code within a TWIG no matter the object class (easier than calling the right class constant)
2020-08-13 14:08:54 +02:00
Molkobain
dfdeb21023
PHPDoc & code cleanup
2020-08-13 14:08:53 +02:00
Stephen Abello
47c0f946b3
N°2847 Better handle of weird shaped images for square logo and full logo
2020-08-12 15:07:33 +02:00
acognet
f90105c107
N°2534 - dashboard: bug with autorefresh that deactivates filtering on organizations
2020-08-12 14:18:05 +02:00
Stephen Abello
b0973263e3
N°2847 Add background color to user menu odd sections
2020-08-12 11:36:57 +02:00
Stephen Abello
4be0d8895d
N°2847 Refactor newrooms with variables
2020-08-12 11:04:24 +02:00
Stephen Abello
6436e8cef4
N°2847 Add an indication on newsroom toggler when there is new messages
2020-08-12 09:30:19 +02:00
Stephen Abello
f8b6b37288
N°2847 Recolor svg illustrations with itop's primary color
2020-08-10 16:56:00 +02:00
Stephen Abello
8996117929
Allow additional paths for Twig Helper and add images/ to iTop webpage and block renderer paths
2020-08-10 16:56:00 +02:00
Molkobain
9be4743cf6
Internal - UserRights: Rename 1 var. and 1 method to something more meaningful
2020-08-10 14:49:19 +02:00
Stephen Abello
4195cd011c
N°2847 * Fix wrong image name for default placeholder
...
* Close popupmenu when clicking on toggler a second time
* Fix an error in newsroom menu
2020-08-10 14:16:43 +02:00
Stephen Abello
440cda87b1
N°2847 Add full logo to expanded navigation menu
2020-08-10 12:14:09 +02:00
Molkobain
efb3f7f9cd
Internal - Rework on User and UserRights classes:
...
- PHPDoc
- Add User::GetInitials() method
- Fix several calls to UserRights::FindUser()
- Add UserRights::GetUserInitials()
- Change usage of DBObject->Get('friendlyname') to DBObject->GetRawName()
2020-08-10 11:52:06 +02:00
odain
e5487edbfb
Merge remote-tracking branch 'remotes/origin/feature/perf-serialization' into develop
2020-08-10 11:10:44 +02:00
odain-cbd
3cae585f78
Merge pull request #154 from Combodo/revert-136-feature/fast-theme-compilation
...
Revert "Faster compilation of themes"
2020-08-07 16:20:38 +02:00
odain-cbd
7b8c390a80
Revert "Faster compilation of themes"
2020-08-07 16:20:12 +02:00
odain-cbd
c3b9c6963e
Merge pull request #136 from Combodo/feature/fast-theme-compilation
...
Faster compilation of themes
2020-08-07 16:13:09 +02:00
odain-cbd
e907c7825a
Merge branch 'develop' into feature/fast-theme-compilation
2020-08-07 16:12:47 +02:00
Stephen Abello
ea7924663a
N°2847 Add a user placeholder image selector in user preferences (poc, need to cleanup)
2020-08-07 15:42:10 +02:00
odain
a35b2d83b7
Cancel functionnal changes to make sure they are ok in next release (develop/2.8) first
2020-08-07 15:17:24 +02:00
odain
8902d6e532
CI migration/automation + new test to ease iTop release management
...
- new Jenkinsfile and .jenkins removal to launch phpunit/behat tests
triggered on both iTop build and push.
- N°3053 - Check XML conversion methods
- N°3057 - New build recipe
- N°3059 - Automatically set the documentation URLs
- N°3052 - Check community modules XML version against latest version
- N°3054 - Check community modules version against major version
- N°3062 - setup.css file integrity test
- N°3060 - Check consistency between the list of modules and installation.xml
- Add exclusion group for CI
- N°3061 - Automatically check the installation.xml consistency
2020-08-07 14:48:51 +02:00
Stephen Abello
93871308d1
N°2847 Update newsroom templates with new variable in twig files
2020-08-07 09:25:33 +02:00
Molkobain
f20310b437
N°2847 - Change calls to methods in TWIG to something more meaningful to avoid consufion between methods, properties and array keys
2020-08-06 17:47:15 +02:00
Molkobain
af87a04d13
N°2847 - Add page content layout feature
2020-08-06 17:47:15 +02:00
Molkobain
521536526e
N°2847 - GlobalSearch: Disable browser auto completion and fix past queries icon URL
2020-08-06 17:47:14 +02:00
Molkobain
1e3771dffa
N°2847 - Fix content parameters (eg. aPage) not passed in subblocks
2020-08-06 17:47:14 +02:00
Molkobain
6666f3d033
N°2847 - Switch "AdminTools" and "ConfigTools" menu groups icon
2020-08-06 17:47:14 +02:00
Molkobain
470b566c1a
N°2847 - Rework iTopWebPage layout (WIP Part X)
...
- iTopWebPage: Remove AddToMenu() method
- SCSS: Fix content areas height to occupy max. available space
2020-08-06 17:47:14 +02:00
Molkobain
c81f521d2e
N°2847 - Uncomment some parts of the old CSS file to improve rendering while developing
2020-08-06 17:47:14 +02:00
Molkobain
3ed73ac020
N°2847 - Fix UI block var name being different across the different templates (painful when working with derivated block classes)
2020-08-06 17:47:14 +02:00
Molkobain
1604e233f9
PHPDoc & code cleanup
2020-08-06 17:47:14 +02:00
Pierre Goiffon
46f8fadac0
Merge remote-tracking branch 'origin/develop' into feature/backoffice-full-moon-design
2020-08-06 17:37:56 +02:00
Pierre Goiffon
001e937568
N°2330 / N°3009 update PHP version in composer.json
2020-08-06 17:36:23 +02:00
odain
94ffcf4207
💚 use proper namespace
2020-08-06 15:39:19 +02:00
Stephen Abello
7b139ea893
N°2847 Typo in dict + a bit of css for newroom menu toggler in user menu
2020-08-06 15:21:09 +02:00
odain
76274557a3
N°3061 - :green_hear fix test
2020-08-06 14:52:48 +02:00
Stephen Abello
1231528ab5
N°2847 Newsroom menu : Delete debug messages and update a bit of scss
2020-08-06 14:41:35 +02:00
Stephen Abello
a5216de232
N°2847 First iteration for newsroom menu:
...
* Kept old js widget but refactored/tweak'd it with some of our new conventions
* Added a newsroom menu component extending popupmenu
* Working as in 2.7
Still todo :
* Add variables for scss file
* Use wiget variables for most of js widget
* Correctly place the popup (absolute with <> containers ? poppers.js ? )
* Intialize toggler red bubble when new messages are in
* Replace hardcoded text in usermenu with correct dict entry updated with the nb of new message
* Only allow to open the popup when ajax calls are done
2020-08-06 14:36:07 +02:00
odain
87b027e3bf
N°3054/3052 - rename exclusion group for CI to skipPostBuild
2020-08-06 11:02:57 +02:00
odain
b0609e86d1
N°3060 - filter modules autoinstalled in checklist test
2020-08-06 11:00:53 +02:00
odain
b9145ca996
N°3060 - filter modules autoinstalled in checklist test
2020-08-06 10:51:39 +02:00
bruno-ds
4e0c6e5614
move tests from
...
- within checklist test suite
- to standard test suite + excluded from the checklist
2020-08-06 09:55:06 +02:00