Skip to content

Commit

Permalink
rewrite media management
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Jan 22, 2021
1 parent 9fa290a commit 43d1d61
Show file tree
Hide file tree
Showing 77 changed files with 1,045 additions and 1,151 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -11,7 +11,6 @@ jobs:
os: [ubuntu-latest, windows-latest]
php: [7.4]
#, 8.0 Waiting for this and this to be merged :
# - https://github.com/rosell-dk/webp-convert/pull/263
# - https://github.com/KnpLabs/KnpMarkdownBundle/pull/107
stability: [prefer-stable] #prefer-lowest,

Expand Down
9 changes: 4 additions & 5 deletions .scrutinizer.yml
Expand Up @@ -8,11 +8,10 @@ build:

filter:
excluded_paths:
- '*/tests/*'
- 'docs/*'
- 'packages/skeleton/*'
- 'packages/docs/*'
- 'packages/core/src/Service/WebPConverter.php'
- "*/tests/*"
- "docs/*"
- "packages/skeleton/*"
- "packages/docs/*"

checks:
php:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -23,21 +23,20 @@
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.8.1",
"fortawesome/font-awesome": "^5.15",
"intervention/image": "^2.5",
"knplabs/knp-markdown-bundle": "^1.8",
"league/color-extractor": "^0.3.2",
"league/commonmark": "^1.5",
"liip/imagine-bundle": "^2.3",
"miljar/php-exif": "^0.6.5",
"nette/utils": "^3.2",
"piedweb/facebook-scraper": "^0.0.72",
"piedweb/linksimprover": "^0.0.8",
"piedweb/render-html-attributes": "^2.0.1",
"piedweb/url-harvester": "^0.0.27",
"rosell-dk/webp-convert": "^2.4",
"sensio/framework-extra-bundle": "^5.6",
"sonata-project/admin-bundle": "dev-master#3512d192562ca4ac48c306388f5579982e2faf43",
"sonata-project/doctrine-orm-admin-bundle": "4.x-dev",
"spatie/async": "^1.5",
"spatie/image-optimizer": "^1.3",
"spatie/yaml-front-matter": "^2.0",
"symfony/asset": "^5.2",
"symfony/cache": "^5.2",
Expand Down Expand Up @@ -127,7 +126,8 @@
"assets-admin": "cd packages/admin && yarn && cd ../../ && php ./packages/admin/src/Resources/assets/easymde-hack && cd packages/admin && yarn build",
"assets": "composer assets-core && composer assets-admin",
"docs": "cd packages/docs && ./build",
"publish-js-helper": "cd packages/js-helper && npm version patch && cd ../../ && git add packages/js-helper/. && git commit -m 'update pushword/js-helper version' && git push && cd packages/js-helper && npm publish"
"publish-js-helper": "cd packages/js-helper && npm version patch && cd ../../ && git add packages/js-helper/. && git commit -m 'update pushword/js-helper version' && git push && cd packages/js-helper && npm publish",
"reset-skeleton": "cd packages/skeleton && rm var/app.db && php bin/console doctrine:schema:create -q && php bin/console doctrine:fixtures:load -q && php bin/console pushword:media:cache -q && php bin/console pushword:user:create admin@example.tld p@ssword ROLE_SUPER_ADMIN"
},
"config": {
"sort-packages": true
Expand Down
1 change: 1 addition & 0 deletions docs/command.html
Expand Up @@ -3,6 +3,7 @@
pushword:flat:import Syncing flat file inside database
pushword:flat:export Export database toward file (yaml+json)
pushword:media:cache Generate all images cache
pushword:image:optimize Optimize all images cache
pushword:page:scan Find dead links, 404, 301 and more in your content.
pushword:static:generate Generate a static version for your website(s)
pushword:user:create Create a new user
Expand Down
2 changes: 1 addition & 1 deletion docs/feed.xml
@@ -1 +1 @@
<rss xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:atom=http://www.w3.org/2005/Atom version=2.0><channel><title>Pushword - Modern CMS to build rapidly Websites (powered by Symfony)</title> <link>https://pushword.piedweb.com/ <description></description> <link href=https://pushword.piedweb.com/feed.xml rel=self type=application/rss+xml> <item><title></title> <link>https://pushword.piedweb.com/extension/version <guid>https://pushword.piedweb.com/extension/version</guid> <pubdate>Mon, 18 Jan 2021 17:44:34 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/extension/conversation <guid>https://pushword.piedweb.com/extension/conversation</guid> <pubdate>Mon, 18 Jan 2021 10:23:41 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/architecture <guid>https://pushword.piedweb.com/architecture</guid> <pubdate>Sun, 17 Jan 2021 19:16:07 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/command <guid>https://pushword.piedweb.com/command</guid> <pubdate>Sun, 17 Jan 2021 19:16:07 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/configuration <guid>https://pushword.piedweb.com/configuration</guid> <pubdate>Sun, 17 Jan 2021 19:16:07 +0100</pubdate></item></channel> </rss>
<rss xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:atom=http://www.w3.org/2005/Atom version=2.0><channel><title>Pushword - Modern CMS to build rapidly Websites (powered by Symfony)</title> <link>https://pushword.piedweb.com/ <description></description> <link href=https://pushword.piedweb.com/feed.xml rel=self type=application/rss+xml> <item><title></title> <link>https://pushword.piedweb.com/architecture <guid>https://pushword.piedweb.com/architecture</guid> <pubdate>Fri, 22 Jan 2021 10:17:43 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/command <guid>https://pushword.piedweb.com/command</guid> <pubdate>Fri, 22 Jan 2021 10:17:43 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/configuration <guid>https://pushword.piedweb.com/configuration</guid> <pubdate>Fri, 22 Jan 2021 10:17:43 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/contribute <guid>https://pushword.piedweb.com/contribute</guid> <pubdate>Fri, 22 Jan 2021 10:17:43 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/create-extension <guid>https://pushword.piedweb.com/create-extension</guid> <pubdate>Fri, 22 Jan 2021 10:17:43 +0100</pubdate></item></channel> </rss>

0 comments on commit 43d1d61

Please sign in to comment.