:purple_heart: Universal web application built upon Docker, PHP & Yii 2.0 Framework
Application sitemap and navigation manager module for Yii 2.0 Framework
Items makes more sense to me than node too. @schmunk42 what do you think?
Yeah, better if it matches the button.
tests: using waitForValue in some tests
Merge pull request #1309 from germanbisurgi/test/wait-for-value
tests: using waitForValue in some tests
Opportunity to remove not needed async
functions and calls to old node assert
functions
| Tests pass? | ✔️
See https://www.docker.com/blog/we-apologize-we-did-a-terrible-job-announcing-the-end-of-docker-free-teams/
They reversed course https://www.docker.com/blog/no-longer-sunsetting-the-free-team-plan/
@germanbisurgi Ping...
updated CLI audit tests
clean mail after 30 days (audit)
dist-upgrade
remove problematic button
We can give it a try: https://www.docker.com/community/open-source/application/
Should I fill out the form or will do you it as a project lead?
What's the worst from a user point-of-view is that you can't really see if the image you're using might be affected.
You need to go to DockerHub and look up if the namespace is from a Personal Account or Community Organization. And even if you do that, a Community Organization could still be "in application"-state.
Not to mention, that even Sponsored OSS might be revoked at anytime, if the management makes that decision.
Thank you!
Add support for shell highlighting
Updated changelog
Merge pull request #1307 from rduga/add-support-for-shell-highlighting
Add support for shell script highlighting
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Is backward-compatible? | ✔️ | Tests pass? | ✔️ | Fixed issues | | Updated README/docs? | ❌ | Added CHANGELOG entry? | ✔️
convert tables to utf8mb4
Added condition so it only applies for mysql databases
Merge pull request #6 from dmstr/feature/utf8mb4
convert tables to utf8mb4
Now you can use emojis in your message (contact log) and in the json schema (contact template) 🎉👍🏻🙌🏻
Yeah, saw that and didn't find a time to create a ticket.
@yiisoft/reviewers Did someone understand what was the final decision? :grinning: https://github.com/docker/hub-feedback/issues/2314#issuecomment-1474706634 You can still pull but not push?
Would be bad for how us, since we were making daily/weekly builds. Should we delete all images to avoid users from pulling outdated images? Or at least add a notice/echo in the entrypoint command?
But I think we need to move to another location, ghcr.io would be my preffered choice. WDYT?
CC: @handcode
@fleduc Could you keep an eye on this and ping here for a rebuild and/or close if it's resolved via auto-build triggers.
We're building the images in this repo automatically every Sunday.
Since we're building from Official Docker Images you need to wait until those are updated, for a detailed explanation see https://github.com/docker-library/php/issues/1366#issuecomment-1421714934
We could trigger a build anytime when the above issue is fixed, just let us know.
Apart from that you'd need to completely rebuild also the PHP images from scratch.
Specify export folder path
Configurable exportFolder
corrected exportFolder
Passing exportFolder through controller
Merge pull request #10 from germanbisurgi/master
Specify export folder path
Fixes error "mkdir(): Permission denied" when exporting.
added validator
updated constraint
Merge pull request #7 from dmstr/feature/html-purifier
added validator
Please double-check: @germanbisurgi
@germanbisurgi anything else?
Update README with most recent changes about allRoles and recommended configuration.
Cleanup of outdated information.
change condition oder in getAllAuthItemsRole() for User with allAuthItemsRole
if User has the role defined as allAuthItemsRole (Admin per default) then we should always return allRoles. currently this is only checked (and done) when isEnabledRecursiveRoles == false which makes no sense.
Merge pull request #4 from dmstr/feature/change-get-all-auth-items-condition-order
change condition oder in getAllAuthItemsRole() for User with allAuthI…