Skip to content
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
merged 26 commits into from
Mar 4, 2019
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 Dec 23, 2018
fe0d401
Keep collected packages info around for reuse
andrerom Dec 23, 2018
84ad6c3
Dashboard and eZ Platform info collector (for now not shown in admin)
andrerom Dec 21, 2018
bedfe8d
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
Jan 3, 2019
204b379
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
Jan 3, 2019
4f1e788
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
Jan 3, 2019
f472089
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
Jan 3, 2019
449773d
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
Jan 3, 2019
fadb26c
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
Jan 3, 2019
b6bd394
Change to have collapsed alert boxes expanded by clicking on badge
andrerom Feb 28, 2019
24059f5
Fix strings
andrerom Feb 28, 2019
506ac22
Change to use translation system
andrerom Mar 1, 2019
5610c88
Fix unit tests
andrerom Mar 1, 2019
fabcfb9
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard Mar 2, 2019
0da57fa
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard Mar 2, 2019
dc946af
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard Mar 2, 2019
54fd1f5
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard Mar 2, 2019
e44e4ca
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard Mar 2, 2019
fdd5155
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard Mar 2, 2019
70c3e99
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard Mar 2, 2019
26312dc
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
SylvainGuittard Mar 2, 2019
8b5247b
CS
andrerom Mar 2, 2019
d24b8f4
Extract URLs to yml, change translation display
ViniTou Mar 4, 2019
2f1edea
CR fixes
ViniTou Mar 4, 2019
d09d76a
Update requirments
ViniTou Mar 4, 2019
d63f6bb
Update composer.json
ViniTou Mar 4, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Resources/views/themes/admin/dashboard/block/ez.html.twig
Co-Authored-By: andrerom <[email protected]>
  • Loading branch information
DominikaK and andrerom committed Mar 1, 2019
commit f4720893ac098028945e0bde8a17b812f92cb28f
2 changes: 1 addition & 1 deletion Resources/views/themes/admin/dashboard/block/ez.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% if not ez.release %}
<div class="alert alert-warning" role="alert">
🤷 Could not find your <code>composer.lock</code> file, it's needed in order to determine information about

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
🤷 Could not find your <code>composer.lock</code> file, it's needed in order to determine information about
The system could not find your <code>composer.lock</code> file. It's needed to determine information about your eZ Platform installation. We recommend to keep this file during project development to make sure same package versions are used across all environments.

your eZ install, and recommended to be kept on project development to make sure same package versions are used across all enviroments.
your eZ install, and recommended to be kept on project development to make sure same package versions are used across all environments.
</div>
{% elseif not ez.debug and ez.stability != 'stable' %}
<div class="alert alert-warning" role="alert">
Expand Down