-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic version & system info on Editorial Dashboard #28
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
fd81208
Extract version info on packages if root or branch alias
andrerom fe0d401
Keep collected packages info around for reuse
andrerom 84ad6c3
Dashboard and eZ Platform info collector (for now not shown in admin)
andrerom bedfe8d
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
204b379
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
4f1e788
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
f472089
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
449773d
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
fadb26c
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
b6bd394
Change to have collapsed alert boxes expanded by clicking on badge
andrerom 24059f5
Fix strings
andrerom 506ac22
Change to use translation system
andrerom 5610c88
Fix unit tests
andrerom fabcfb9
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard 0da57fa
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard dc946af
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard 54fd1f5
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard e44e4ca
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard fdd5155
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard 70c3e99
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard 26312dc
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard 8b5247b
CS
andrerom d24b8f4
Extract URLs to yml, change translation display
ViniTou 2f1edea
CR fixes
ViniTou d09d76a
Update requirments
ViniTou d63f6bb
Update composer.json
ViniTou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do these kernel and php changes post merge, half the point doing this from support side it to do a 0.2.x for v2 (2.0-2.4)* users letting them know if something is wrong with their install (including which version they are on and if it is expired)
* NB: Technically 0.2 is also used on 1.13 and updated 1.7 installs, hence we can't do php bump in 0.2, but we can in master when we bump version alias to 1.0.x there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then I think also
\EzSystems\EzSupportToolsBundle\AdminUi\Component\EzInfoTwigComponent
should go to higher version, as it creates dependency on adminUI (and php7+).