@typo3/icons 4.3.2 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +31 -0
- package/.github/workflows/ci.yml +5 -4
- package/.github/workflows/{site.yaml → site.yml} +28 -10
- package/.nvmrc +1 -1
- package/.stylelintrc +66 -67
- package/CHANGELOG.md +1489 -0
- package/README.md +5 -0
- package/assets/js/main.js +45 -5
- package/assets/scss/docs/_icongrid.scss +11 -0
- package/assets/scss/docs/_misc.scss +14 -0
- package/assets/scss/icons.scss +9 -0
- package/dist/icons.css +1 -1
- package/dist/icons.json +1760 -811
- package/dist/icons.scss +9 -0
- package/dist/scss/icons-variables-actions.scss +109 -85
- package/dist/scss/icons-variables-apps.scss +15 -15
- package/dist/scss/icons-variables-content.scss +13 -13
- package/dist/scss/icons-variables-files.scss +1 -1
- package/dist/scss/icons-variables-mimetypes.scss +4 -4
- package/dist/scss/icons-variables-module.scss +1 -1
- package/dist/sprites/actions.svg +1 -1
- package/dist/svgs/actions/actions-arrow-down-end-alt.svg +1 -0
- package/dist/svgs/actions/actions-arrow-down-end.svg +1 -0
- package/dist/svgs/actions/actions-arrow-down-start-alt.svg +1 -0
- package/dist/svgs/actions/actions-arrow-down-start.svg +1 -0
- package/dist/svgs/actions/actions-arrow-end-alt.svg +1 -0
- package/dist/svgs/actions/actions-arrow-end-down-alt.svg +1 -0
- package/dist/svgs/actions/actions-arrow-end-down.svg +1 -0
- package/dist/svgs/actions/actions-arrow-end-up-alt.svg +1 -0
- package/dist/svgs/actions/actions-arrow-end-up.svg +1 -0
- package/dist/svgs/actions/actions-arrow-end.svg +1 -0
- package/dist/svgs/actions/actions-arrow-start-alt.svg +1 -0
- package/dist/svgs/actions/actions-arrow-start.svg +1 -0
- package/dist/svgs/actions/actions-aspect-ratio.svg +1 -0
- package/dist/svgs/actions/actions-bell-ring.svg +1 -0
- package/dist/svgs/actions/actions-bell-slash.svg +1 -0
- package/dist/svgs/actions/actions-bell.svg +1 -0
- package/dist/svgs/actions/actions-brand-google.svg +1 -0
- package/dist/svgs/actions/actions-bullhorn-slash.svg +1 -0
- package/dist/svgs/actions/actions-bullhorn.svg +1 -0
- package/dist/svgs/actions/actions-copyright.svg +1 -0
- package/dist/svgs/actions/actions-line-columns.svg +1 -0
- package/dist/svgs/actions/actions-menu-sidebar-collapsed.svg +1 -0
- package/dist/svgs/actions/actions-menu-sidebar-expanded.svg +1 -0
- package/dist/svgs/actions/actions-text-indent.svg +1 -0
- package/gulpfile.js +394 -103
- package/meta/actions/actions-accessibility.yaml +3 -0
- package/meta/actions/actions-approve.yaml +3 -0
- package/meta/actions/actions-archive.yaml +3 -0
- package/meta/actions/actions-arrow-down-alt.yaml +3 -0
- package/meta/actions/actions-arrow-down-end-alt.yaml +8 -0
- package/meta/actions/actions-arrow-down-end.yaml +8 -0
- package/meta/actions/actions-arrow-down-left-alt.yaml +3 -0
- package/meta/actions/actions-arrow-down-left.yaml +3 -0
- package/meta/actions/actions-arrow-down-right-alt.yaml +3 -0
- package/meta/actions/actions-arrow-down-right.yaml +3 -0
- package/meta/actions/actions-arrow-down-start-alt.yaml +8 -0
- package/meta/actions/actions-arrow-down-start.yaml +8 -0
- package/meta/actions/actions-arrow-down.yaml +3 -0
- package/meta/actions/actions-arrow-end-alt.yaml +8 -0
- package/meta/actions/actions-arrow-end-down-alt.yaml +8 -0
- package/meta/actions/actions-arrow-end-down.yaml +8 -0
- package/meta/actions/actions-arrow-end-up-alt.yaml +8 -0
- package/meta/actions/actions-arrow-end-up.yaml +8 -0
- package/meta/actions/actions-arrow-end.yaml +8 -0
- package/meta/actions/actions-arrow-left-alt.yaml +3 -0
- package/meta/actions/actions-arrow-left.yaml +3 -0
- package/meta/actions/actions-arrow-right-alt.yaml +3 -0
- package/meta/actions/actions-arrow-right-down-alt.yaml +3 -0
- package/meta/actions/actions-arrow-right-down.yaml +3 -0
- package/meta/actions/actions-arrow-right-up-alt.yaml +3 -0
- package/meta/actions/actions-arrow-right-up.yaml +3 -0
- package/meta/actions/actions-arrow-right.yaml +3 -0
- package/meta/actions/actions-arrow-start-alt.yaml +8 -0
- package/meta/actions/actions-arrow-start.yaml +8 -0
- package/meta/actions/actions-arrow-up-alt.yaml +3 -0
- package/meta/actions/actions-arrow-up.yaml +3 -0
- package/meta/actions/actions-aspect-ratio.yaml +3 -0
- package/meta/actions/actions-badge.yaml +3 -0
- package/meta/actions/actions-ban.yaml +3 -0
- package/meta/actions/actions-barcode-read.yaml +3 -0
- package/meta/actions/actions-barcode-scan.yaml +3 -0
- package/meta/actions/actions-barcode.yaml +3 -0
- package/meta/actions/actions-bell-ring.yaml +4 -0
- package/meta/actions/actions-bell-slash.yaml +4 -0
- package/meta/actions/actions-bell.yaml +4 -0
- package/meta/actions/actions-bolt.yaml +3 -0
- package/meta/actions/actions-book.yaml +3 -0
- package/meta/actions/actions-brand-apple.yaml +3 -0
- package/meta/actions/actions-brand-bluesky.yaml +5 -0
- package/meta/actions/actions-brand-discord.yaml +3 -0
- package/meta/actions/actions-brand-facebook.yaml +3 -0
- package/meta/actions/actions-brand-git.yaml +3 -0
- package/meta/actions/actions-brand-github.yaml +5 -0
- package/meta/actions/actions-brand-gitlab.yaml +5 -0
- package/meta/actions/actions-brand-google.yaml +4 -0
- package/meta/actions/actions-brand-instagram.yaml +3 -0
- package/meta/actions/actions-brand-linkedin.yaml +3 -0
- package/meta/actions/actions-brand-linux.yaml +3 -0
- package/meta/actions/actions-brand-mastodon.yaml +3 -0
- package/meta/actions/actions-brand-php.yaml +3 -0
- package/meta/actions/actions-brand-slack.yaml +3 -0
- package/meta/actions/actions-brand-threads.yaml +3 -0
- package/meta/actions/actions-brand-typo3.yaml +3 -0
- package/meta/actions/actions-brand-windows.yaml +3 -0
- package/meta/actions/actions-brand-x.yaml +3 -0
- package/meta/actions/actions-brand-xing.yaml +3 -0
- package/meta/actions/actions-brand-youtube.yaml +3 -0
- package/meta/actions/actions-briefcase.yaml +3 -0
- package/meta/actions/actions-brightness-high.yaml +3 -0
- package/meta/actions/actions-brightness-low.yaml +3 -0
- package/meta/actions/actions-browser.yaml +3 -0
- package/meta/actions/actions-brush.yaml +3 -0
- package/meta/actions/actions-building.yaml +3 -0
- package/meta/actions/actions-bullhorn-slash.yaml +4 -0
- package/meta/actions/actions-bullhorn.yaml +4 -0
- package/meta/actions/actions-calendar-alternative.yaml +3 -0
- package/meta/actions/actions-calendar.yaml +3 -0
- package/meta/actions/actions-canvas.yaml +3 -0
- package/meta/actions/actions-capslock.yaml +3 -0
- package/meta/actions/actions-caret-bar-bottom.yaml +3 -0
- package/meta/actions/actions-caret-bar-end.yaml +8 -0
- package/meta/actions/actions-caret-bar-start.yaml +8 -0
- package/meta/actions/actions-caret-bar-top.yaml +3 -0
- package/meta/actions/actions-caret-down.yaml +3 -0
- package/meta/actions/actions-caret-end.yaml +13 -0
- package/meta/actions/actions-caret-start.yaml +9 -0
- package/meta/actions/actions-caret-up.yaml +3 -0
- package/meta/actions/actions-cart.yaml +3 -0
- package/meta/actions/actions-category.yaml +3 -0
- package/meta/actions/actions-certificate-alternative.yaml +3 -0
- package/meta/actions/actions-certificate.yaml +3 -0
- package/meta/actions/actions-chat.yaml +3 -0
- package/meta/actions/actions-check-badge-alt.yaml +3 -0
- package/meta/actions/actions-check-badge.yaml +3 -0
- package/meta/actions/actions-check-circle-alt.yaml +3 -0
- package/meta/actions/actions-check-circle.yaml +3 -0
- package/meta/actions/actions-check-square-alt.yaml +3 -0
- package/meta/actions/actions-check-square.yaml +3 -0
- package/meta/actions/actions-check.yaml +3 -0
- package/meta/actions/actions-chevron-bar-down.yaml +3 -0
- package/meta/actions/actions-chevron-bar-end.yaml +10 -0
- package/meta/actions/actions-chevron-bar-start.yaml +10 -0
- package/meta/actions/actions-chevron-bar-up.yaml +3 -0
- package/meta/actions/actions-chevron-contract.yaml +3 -0
- package/meta/actions/actions-chevron-double-end.yaml +11 -0
- package/meta/actions/actions-chevron-double-start.yaml +11 -0
- package/meta/actions/actions-chevron-down.yaml +3 -0
- package/meta/actions/actions-chevron-end.yaml +11 -0
- package/meta/actions/actions-chevron-expand.yaml +3 -0
- package/meta/actions/actions-chevron-start.yaml +11 -0
- package/meta/actions/actions-chevron-up.yaml +3 -0
- package/meta/actions/actions-circle-full.yaml +3 -0
- package/meta/actions/actions-circle-half.yaml +3 -0
- package/meta/actions/actions-circle.yaml +3 -0
- package/meta/actions/actions-clipboard-close.yaml +3 -0
- package/meta/actions/actions-clipboard-paste.yaml +3 -0
- package/meta/actions/actions-clipboard.yaml +3 -0
- package/meta/actions/actions-clock.yaml +3 -0
- package/meta/actions/actions-close.yaml +3 -0
- package/meta/actions/actions-cloud-download.yaml +3 -0
- package/meta/actions/actions-cloud-slash.yaml +3 -0
- package/meta/actions/actions-cloud-upload.yaml +3 -0
- package/meta/actions/actions-cloud.yaml +3 -0
- package/meta/actions/actions-code-commit.yaml +3 -0
- package/meta/actions/actions-code-compare.yaml +3 -0
- package/meta/actions/actions-code-fork.yaml +3 -0
- package/meta/actions/actions-code-merge-localization.yaml +3 -0
- package/meta/actions/actions-code-merge.yaml +3 -0
- package/meta/actions/actions-code-pull-request-close.yaml +3 -0
- package/meta/actions/actions-code-pull-request-draft.yaml +3 -0
- package/meta/actions/actions-code-pull-request.yaml +3 -0
- package/meta/actions/actions-code.yaml +3 -0
- package/meta/actions/actions-coffee.yaml +3 -0
- package/meta/actions/actions-cog-alt.yaml +3 -0
- package/meta/actions/actions-cog.yaml +3 -0
- package/meta/actions/actions-comment.yaml +3 -0
- package/meta/actions/actions-container.yaml +3 -0
- package/meta/actions/actions-cookie-bite.yaml +3 -0
- package/meta/actions/actions-cookie.yaml +3 -0
- package/meta/actions/actions-copyright.yaml +4 -0
- package/meta/actions/actions-cpu.yaml +3 -0
- package/meta/actions/actions-credit-card.yaml +3 -0
- package/meta/actions/actions-crop.yaml +3 -0
- package/meta/actions/actions-cut-release.yaml +3 -0
- package/meta/actions/actions-cut.yaml +3 -0
- package/meta/actions/actions-database-export.yaml +3 -0
- package/meta/actions/actions-database-import.yaml +3 -0
- package/meta/actions/actions-database-reload.yaml +3 -0
- package/meta/actions/actions-database.yaml +3 -0
- package/meta/actions/actions-debug.yaml +3 -0
- package/meta/actions/actions-delete-edit.yaml +3 -0
- package/meta/actions/actions-delete-restore.yaml +3 -0
- package/meta/actions/actions-delete.yaml +3 -0
- package/meta/actions/actions-device-desktop-star.yaml +3 -0
- package/meta/actions/actions-device-desktop-user.yaml +3 -0
- package/meta/actions/actions-device-desktop.yaml +3 -0
- package/meta/actions/actions-device-mobile.yaml +3 -0
- package/meta/actions/actions-device-orientation-change.yaml +3 -0
- package/meta/actions/actions-device-tablet.yaml +3 -0
- package/meta/actions/actions-device-unidentified.yaml +3 -0
- package/meta/actions/actions-dice-1.yaml +3 -0
- package/meta/actions/actions-dice-2.yaml +3 -0
- package/meta/actions/actions-dice-3.yaml +3 -0
- package/meta/actions/actions-dice-4.yaml +3 -0
- package/meta/actions/actions-dice-5.yaml +3 -0
- package/meta/actions/actions-dice-6.yaml +3 -0
- package/meta/actions/actions-dice.yaml +3 -0
- package/meta/actions/actions-document-add.yaml +3 -0
- package/meta/actions/actions-document-edit-access.yaml +3 -0
- package/meta/actions/actions-document-edit.yaml +3 -0
- package/meta/actions/actions-document-localize.yaml +3 -0
- package/meta/actions/actions-document-move.yaml +3 -0
- package/meta/actions/actions-document-readonly.yaml +3 -0
- package/meta/actions/actions-document-select.yaml +3 -0
- package/meta/actions/actions-document-share.yaml +3 -0
- package/meta/actions/actions-document-synchronize.yaml +3 -0
- package/meta/actions/actions-document-view.yaml +3 -0
- package/meta/actions/actions-document.yaml +3 -0
- package/meta/actions/actions-dot.yaml +3 -0
- package/meta/actions/actions-download.yaml +3 -0
- package/meta/actions/actions-drag.yaml +3 -0
- package/meta/actions/actions-duplicate.yaml +3 -0
- package/meta/actions/actions-duplicates.yaml +3 -0
- package/meta/actions/actions-envelope-open-text.yaml +3 -0
- package/meta/actions/actions-envelope-open.yaml +3 -0
- package/meta/actions/actions-envelope.yaml +3 -0
- package/meta/actions/actions-exchange.yaml +4 -0
- package/meta/actions/actions-exclamation-circle-alt.yaml +3 -0
- package/meta/actions/actions-exclamation-circle.yaml +3 -0
- package/meta/actions/actions-exclamation-triangle-alt.yaml +3 -0
- package/meta/actions/actions-exclamation-triangle.yaml +3 -0
- package/meta/actions/actions-exclamation.yaml +3 -0
- package/meta/actions/actions-expand.yaml +3 -0
- package/meta/actions/actions-extension-add.yaml +3 -0
- package/meta/actions/actions-extension-import.yaml +3 -0
- package/meta/actions/actions-extension-refresh.yaml +3 -0
- package/meta/actions/actions-extension-remove.yaml +3 -0
- package/meta/actions/actions-extension.yaml +3 -0
- package/meta/actions/actions-eye-link.yaml +3 -0
- package/meta/actions/actions-eye.yaml +3 -0
- package/meta/actions/actions-file-add.yaml +3 -0
- package/meta/actions/actions-file-audio.yaml +3 -0
- package/meta/actions/actions-file-certificate.yaml +3 -0
- package/meta/actions/actions-file-csv-download.yaml +3 -0
- package/meta/actions/actions-file-csv.yaml +3 -0
- package/meta/actions/actions-file-edit.yaml +3 -0
- package/meta/actions/actions-file-html.yaml +3 -0
- package/meta/actions/actions-file-image.yaml +3 -0
- package/meta/actions/actions-file-move.yaml +3 -0
- package/meta/actions/actions-file-openoffice.yaml +3 -0
- package/meta/actions/actions-file-pdf.yaml +3 -0
- package/meta/actions/actions-file-search.yaml +3 -0
- package/meta/actions/actions-file-shield.yaml +3 -0
- package/meta/actions/actions-file-t3d-download.yaml +3 -0
- package/meta/actions/actions-file-t3d-upload.yaml +3 -0
- package/meta/actions/actions-file-t3d.yaml +3 -0
- package/meta/actions/actions-file-text.yaml +3 -0
- package/meta/actions/actions-file-video.yaml +3 -0
- package/meta/actions/actions-file-view.yaml +3 -0
- package/meta/actions/actions-file.yaml +3 -0
- package/meta/actions/actions-filter.yaml +3 -0
- package/meta/actions/actions-folder-add.yaml +3 -0
- package/meta/actions/actions-folder.yaml +3 -0
- package/meta/actions/actions-form-insert-after.yaml +3 -0
- package/meta/actions/actions-form-insert-in.yaml +3 -0
- package/meta/actions/actions-fullscreen.yaml +3 -0
- package/meta/actions/actions-gift-card.yaml +3 -0
- package/meta/actions/actions-gift.yaml +3 -0
- package/meta/actions/actions-git.yaml +3 -0
- package/meta/actions/actions-globe-alt.yaml +3 -0
- package/meta/actions/actions-globe.yaml +3 -0
- package/meta/actions/actions-graduation-cap.yaml +3 -0
- package/meta/actions/actions-hand-pointer.yaml +3 -0
- package/meta/actions/actions-heart-alt.yaml +3 -0
- package/meta/actions/actions-heart.yaml +3 -0
- package/meta/actions/actions-history.yaml +3 -0
- package/meta/actions/actions-house.yaml +3 -0
- package/meta/actions/actions-hyphen.yaml +3 -0
- package/meta/actions/actions-id-badge.yaml +3 -0
- package/meta/actions/actions-image.yaml +3 -0
- package/meta/actions/actions-infinity.yaml +3 -0
- package/meta/actions/actions-info-circle-alt.yaml +3 -0
- package/meta/actions/actions-info-circle.yaml +3 -0
- package/meta/actions/actions-info.yaml +3 -0
- package/meta/actions/actions-insert.yaml +3 -0
- package/meta/actions/actions-key.yaml +3 -0
- package/meta/actions/actions-lightbulb-on.yaml +3 -0
- package/meta/actions/actions-lightbulb.yaml +3 -0
- package/meta/actions/actions-line-columns.yaml +4 -0
- package/meta/actions/actions-link.yaml +3 -0
- package/meta/actions/actions-list-alternative.yaml +3 -0
- package/meta/actions/actions-list.yaml +3 -0
- package/meta/actions/actions-lock.yaml +3 -0
- package/meta/actions/actions-login.yaml +3 -0
- package/meta/actions/actions-logout.yaml +3 -0
- package/meta/actions/actions-magnet.yaml +3 -0
- package/meta/actions/actions-map.yaml +3 -0
- package/meta/actions/actions-marker.yaml +3 -0
- package/meta/actions/actions-menu-alternative.yaml +3 -0
- package/meta/actions/actions-menu-sidebar-collapsed.yaml +3 -0
- package/meta/actions/actions-menu-sidebar-expanded.yaml +3 -0
- package/meta/actions/actions-menu.yaml +3 -0
- package/meta/actions/actions-message-add.yaml +3 -0
- package/meta/actions/actions-message-dots.yaml +3 -0
- package/meta/actions/actions-message-localize.yaml +3 -0
- package/meta/actions/actions-message-remove.yaml +3 -0
- package/meta/actions/actions-message.yaml +3 -0
- package/meta/actions/actions-microchip.yaml +3 -0
- package/meta/actions/actions-minus-badge-alt.yaml +3 -0
- package/meta/actions/actions-minus-badge.yaml +3 -0
- package/meta/actions/actions-minus-circle-alt.yaml +3 -0
- package/meta/actions/actions-minus-circle.yaml +3 -0
- package/meta/actions/actions-minus-square-alt.yaml +3 -0
- package/meta/actions/actions-minus-square.yaml +3 -0
- package/meta/actions/actions-minus.yaml +3 -0
- package/meta/actions/actions-moon.yaml +3 -0
- package/meta/actions/actions-move.yaml +3 -0
- package/meta/actions/actions-music-alt.yaml +3 -0
- package/meta/actions/actions-music.yaml +3 -0
- package/meta/actions/actions-newspaper.yaml +3 -0
- package/meta/actions/actions-note.yaml +3 -0
- package/meta/actions/actions-notebook-typoscript.yaml +3 -0
- package/meta/actions/actions-notebook.yaml +3 -0
- package/meta/actions/actions-open.yaml +3 -0
- package/meta/actions/actions-options.yaml +3 -0
- package/meta/actions/actions-package.yaml +3 -0
- package/meta/actions/actions-pagetree-mount.yaml +3 -0
- package/meta/actions/actions-pagetree.yaml +3 -0
- package/meta/actions/actions-paperplane.yaml +3 -0
- package/meta/actions/actions-paste-after.yaml +3 -0
- package/meta/actions/actions-paste-before.yaml +3 -0
- package/meta/actions/actions-pause.yaml +3 -0
- package/meta/actions/actions-percent-badge.yaml +3 -0
- package/meta/actions/actions-percent.yaml +3 -0
- package/meta/actions/actions-phone.yaml +3 -0
- package/meta/actions/actions-placeholder-add.yaml +3 -0
- package/meta/actions/actions-placeholder.yaml +3 -0
- package/meta/actions/actions-play.yaml +3 -0
- package/meta/actions/actions-plus-badge-alt.yaml +3 -0
- package/meta/actions/actions-plus-badge.yaml +3 -0
- package/meta/actions/actions-plus-circle-alt.yaml +3 -0
- package/meta/actions/actions-plus-circle.yaml +3 -0
- package/meta/actions/actions-plus-square-alt.yaml +3 -0
- package/meta/actions/actions-plus-square.yaml +3 -0
- package/meta/actions/actions-plus.yaml +3 -0
- package/meta/actions/actions-preview.yaml +3 -0
- package/meta/actions/actions-qrcode.yaml +3 -0
- package/meta/actions/actions-question-circle-alt.yaml +3 -0
- package/meta/actions/actions-question-circle.yaml +3 -0
- package/meta/actions/actions-question.yaml +3 -0
- package/meta/actions/actions-random.yaml +4 -0
- package/meta/actions/actions-receipt.yaml +3 -0
- package/meta/actions/actions-redo.yaml +4 -0
- package/meta/actions/actions-refresh.yaml +3 -0
- package/meta/actions/actions-rename.yaml +3 -0
- package/meta/actions/actions-replace.yaml +3 -0
- package/meta/actions/actions-rocket.yaml +3 -0
- package/meta/actions/actions-rss.yaml +3 -0
- package/meta/actions/actions-save-add.yaml +3 -0
- package/meta/actions/actions-save-close.yaml +3 -0
- package/meta/actions/actions-save-translation-clearcache.yaml +3 -0
- package/meta/actions/actions-save-translation.yaml +3 -0
- package/meta/actions/actions-save-view.yaml +3 -0
- package/meta/actions/actions-save.yaml +3 -0
- package/meta/actions/actions-search.yaml +3 -0
- package/meta/actions/actions-selection-elements-all.yaml +3 -0
- package/meta/actions/actions-selection-elements-invert.yaml +3 -0
- package/meta/actions/actions-selection-elements-none.yaml +3 -0
- package/meta/actions/actions-selection.yaml +3 -0
- package/meta/actions/actions-server.yaml +3 -0
- package/meta/actions/actions-share-alt.yaml +3 -0
- package/meta/actions/actions-share.yaml +3 -0
- package/meta/actions/actions-shield-star.yaml +3 -0
- package/meta/actions/actions-shield-typo3.yaml +3 -0
- package/meta/actions/actions-shield.yaml +3 -0
- package/meta/actions/actions-soft-hyphen.yaml +3 -0
- package/meta/actions/actions-sort-amount-down.yaml +3 -0
- package/meta/actions/actions-sort-amount-up.yaml +3 -0
- package/meta/actions/actions-sort-amount.yaml +3 -0
- package/meta/actions/actions-square.yaml +3 -0
- package/meta/actions/actions-star.yaml +3 -0
- package/meta/actions/actions-store.yaml +3 -0
- package/meta/actions/actions-surfboard.yaml +3 -0
- package/meta/actions/actions-swap.yaml +4 -0
- package/meta/actions/actions-synchronize.yaml +3 -0
- package/meta/actions/actions-table.yaml +3 -0
- package/meta/actions/actions-tag.yaml +3 -0
- package/meta/actions/actions-template-new.yaml +3 -0
- package/meta/actions/actions-template.yaml +3 -0
- package/meta/actions/actions-terminal.yaml +3 -0
- package/meta/actions/actions-text-indent.yaml +4 -0
- package/meta/actions/actions-thumbtack.yaml +3 -0
- package/meta/actions/actions-ticket.yaml +3 -0
- package/meta/actions/actions-toggle-off.yaml +3 -0
- package/meta/actions/actions-toggle-on.yaml +3 -0
- package/meta/actions/actions-translate.yaml +3 -0
- package/meta/actions/actions-triangle.yaml +3 -0
- package/meta/actions/actions-trophy.yaml +3 -0
- package/meta/actions/actions-undo.yaml +4 -0
- package/meta/actions/actions-university.yaml +3 -0
- package/meta/actions/actions-unlink.yaml +3 -0
- package/meta/actions/actions-unlock.yaml +3 -0
- package/meta/actions/actions-upload.yaml +3 -0
- package/meta/actions/actions-user-emulate.yaml +3 -0
- package/meta/actions/actions-user-switch.yaml +3 -0
- package/meta/actions/actions-user.yaml +3 -0
- package/meta/actions/actions-users.yaml +3 -0
- package/meta/actions/actions-variable-add.yaml +3 -0
- package/meta/actions/actions-variable-remove.yaml +3 -0
- package/meta/actions/actions-variable.yaml +3 -0
- package/meta/actions/actions-video.yaml +3 -0
- package/meta/actions/actions-viewmode-compare.yaml +3 -0
- package/meta/actions/actions-viewmode-layout.yaml +3 -0
- package/meta/actions/actions-viewmode-list.yaml +3 -0
- package/meta/actions/actions-viewmode-photos.yaml +3 -0
- package/meta/actions/actions-viewmode-tiles.yaml +3 -0
- package/meta/actions/actions-wallet.yaml +3 -0
- package/meta/actions/actions-wave.yaml +3 -0
- package/meta/actions/actions-webhook.yaml +3 -0
- package/meta/actions/actions-window-cog.yaml +3 -0
- package/meta/actions/actions-window-open.yaml +3 -0
- package/meta/actions/actions-window-restore.yaml +3 -0
- package/meta/actions/actions-window.yaml +3 -0
- package/meta/apps/apps-clipboard-images.yaml +3 -0
- package/meta/apps/apps-clipboard-list.yaml +3 -0
- package/meta/apps/apps-filetree-folder-add.yaml +3 -0
- package/meta/apps/apps-filetree-folder-default.yaml +3 -0
- package/meta/apps/apps-filetree-folder-list.yaml +3 -0
- package/meta/apps/apps-filetree-folder-locked.yaml +3 -0
- package/meta/apps/apps-filetree-folder-media.yaml +3 -0
- package/meta/apps/apps-filetree-folder-news.yaml +3 -0
- package/meta/apps/apps-filetree-folder-opened.yaml +3 -0
- package/meta/apps/apps-filetree-folder-recycler.yaml +3 -0
- package/meta/apps/apps-filetree-folder-temp.yaml +3 -0
- package/meta/apps/apps-filetree-folder-user.yaml +3 -0
- package/meta/apps/apps-filetree-folder.yaml +3 -0
- package/meta/apps/apps-filetree-mount.yaml +3 -0
- package/meta/apps/apps-filetree-root.yaml +3 -0
- package/meta/apps/apps-pagetree-backend-user-hideinmenu.yaml +3 -0
- package/meta/apps/apps-pagetree-backend-user.yaml +3 -0
- package/meta/apps/apps-pagetree-category-collapse-all.yaml +3 -0
- package/meta/apps/apps-pagetree-category-expand-all.yaml +3 -0
- package/meta/apps/apps-pagetree-drag-copy-above.yaml +3 -0
- package/meta/apps/apps-pagetree-drag-copy-below.yaml +3 -0
- package/meta/apps/apps-pagetree-drag-move-above.yaml +3 -0
- package/meta/apps/apps-pagetree-drag-move-below.yaml +3 -0
- package/meta/apps/apps-pagetree-drag-move-between.yaml +3 -0
- package/meta/apps/apps-pagetree-drag-move-into.yaml +3 -0
- package/meta/apps/apps-pagetree-drag-new-between.yaml +3 -0
- package/meta/apps/apps-pagetree-drag-new-inside.yaml +3 -0
- package/meta/apps/apps-pagetree-drag-place-denied.yaml +3 -0
- package/meta/apps/apps-pagetree-folder-contains-approve.yaml +3 -0
- package/meta/apps/apps-pagetree-folder-contains-board.yaml +3 -0
- package/meta/apps/apps-pagetree-folder-contains-fe_users.yaml +3 -0
- package/meta/apps/apps-pagetree-folder-contains-news.yaml +3 -0
- package/meta/apps/apps-pagetree-folder-contains-shop.yaml +3 -0
- package/meta/apps/apps-pagetree-folder-contains.yaml +3 -0
- package/meta/apps/apps-pagetree-folder-default.yaml +3 -0
- package/meta/apps/apps-pagetree-folder-hideinmenu.yaml +3 -0
- package/meta/apps/apps-pagetree-folder-root.yaml +3 -0
- package/meta/apps/apps-pagetree-page-advanced-hideinmenu.yaml +3 -0
- package/meta/apps/apps-pagetree-page-advanced-root.yaml +3 -0
- package/meta/apps/apps-pagetree-page-advanced.yaml +3 -0
- package/meta/apps/apps-pagetree-page-backend-user-hideinmenu.yaml +3 -0
- package/meta/apps/apps-pagetree-page-backend-user-root.yaml +3 -0
- package/meta/apps/apps-pagetree-page-backend-user.yaml +3 -0
- package/meta/apps/apps-pagetree-page-backend-users-hideinmenu.yaml +3 -0
- package/meta/apps/apps-pagetree-page-backend-users-root.yaml +3 -0
- package/meta/apps/apps-pagetree-page-backend-users.yaml +3 -0
- package/meta/apps/apps-pagetree-page-content-from-page-hideinmenu.yaml +3 -0
- package/meta/apps/apps-pagetree-page-content-from-page-root.yaml +3 -0
- package/meta/apps/apps-pagetree-page-content-from-page.yaml +3 -0
- package/meta/apps/apps-pagetree-page-default.yaml +3 -0
- package/meta/apps/apps-pagetree-page-domain.yaml +3 -0
- package/meta/apps/apps-pagetree-page-frontend-user-hideinmenu.yaml +3 -0
- package/meta/apps/apps-pagetree-page-frontend-user-root.yaml +3 -0
- package/meta/apps/apps-pagetree-page-frontend-user.yaml +3 -0
- package/meta/apps/apps-pagetree-page-frontend-users-hideinmenu.yaml +3 -0
- package/meta/apps/apps-pagetree-page-frontend-users-root.yaml +3 -0
- package/meta/apps/apps-pagetree-page-frontend-users.yaml +3 -0
- package/meta/apps/apps-pagetree-page-hideinmenu.yaml +3 -0
- package/meta/apps/apps-pagetree-page-mountpoint-hideinmenu.yaml +3 -0
- package/meta/apps/apps-pagetree-page-mountpoint-root.yaml +3 -0
- package/meta/apps/apps-pagetree-page-mountpoint.yaml +3 -0
- package/meta/apps/apps-pagetree-page-recycler-hideinmenu.yaml +3 -0
- package/meta/apps/apps-pagetree-page-recycler.yaml +3 -0
- package/meta/apps/apps-pagetree-page-shortcut-external-hideinmenu.yaml +3 -0
- package/meta/apps/apps-pagetree-page-shortcut-external-root.yaml +3 -0
- package/meta/apps/apps-pagetree-page-shortcut-external.yaml +3 -0
- package/meta/apps/apps-pagetree-page-shortcut-hideinmenu.yaml +3 -0
- package/meta/apps/apps-pagetree-page-shortcut-root.yaml +3 -0
- package/meta/apps/apps-pagetree-page-shortcut.yaml +3 -0
- package/meta/apps/apps-pagetree-page.yaml +3 -0
- package/meta/apps/apps-pagetree-root.yaml +3 -0
- package/meta/apps/apps-pagetree-spacer-hideinmenu.yaml +3 -0
- package/meta/apps/apps-pagetree-spacer-root.yaml +3 -0
- package/meta/apps/apps-pagetree-spacer.yaml +3 -0
- package/meta/apps/apps-toolbar-menu-actions.yaml +3 -0
- package/meta/apps/apps-toolbar-menu-cache.yaml +3 -0
- package/meta/apps/apps-toolbar-menu-help.yaml +3 -0
- package/meta/apps/apps-toolbar-menu-opendocs.yaml +3 -0
- package/meta/apps/apps-toolbar-menu-search.yaml +3 -0
- package/meta/apps/apps-toolbar-menu-shortcut.yaml +3 -0
- package/meta/apps/apps-toolbar-menu-systeminformation.yaml +3 -0
- package/meta/apps/apps-toolbar-menu-workspace.yaml +3 -0
- package/meta/avatar/avatar-default.yaml +3 -0
- package/meta/content/content-accordion.yaml +3 -0
- package/meta/content/content-audio.yaml +3 -0
- package/meta/content/content-beside-text-img-above-center.yaml +3 -0
- package/meta/content/content-beside-text-img-above-left.yaml +3 -0
- package/meta/content/content-beside-text-img-above-right.yaml +3 -0
- package/meta/content/content-beside-text-img-below-center.yaml +3 -0
- package/meta/content/content-beside-text-img-below-left.yaml +3 -0
- package/meta/content/content-beside-text-img-below-right.yaml +3 -0
- package/meta/content/content-beside-text-img-centered-left.yaml +3 -0
- package/meta/content/content-beside-text-img-centered-right.yaml +3 -0
- package/meta/content/content-beside-text-img-left.yaml +3 -0
- package/meta/content/content-beside-text-img-right.yaml +3 -0
- package/meta/content/content-book.yaml +3 -0
- package/meta/content/content-briefcase.yaml +3 -0
- package/meta/content/content-building.yaml +3 -0
- package/meta/content/content-bullets.yaml +3 -0
- package/meta/content/content-card-group.yaml +3 -0
- package/meta/content/content-card.yaml +3 -0
- package/meta/content/content-carousel-header.yaml +3 -0
- package/meta/content/content-carousel-html.yaml +3 -0
- package/meta/content/content-carousel-image.yaml +3 -0
- package/meta/content/content-carousel-item-calltoaction.yaml +3 -0
- package/meta/content/content-carousel-item-textandimage.yaml +3 -0
- package/meta/content/content-carousel.yaml +3 -0
- package/meta/content/content-certificate-alternative.yaml +3 -0
- package/meta/content/content-certificate.yaml +3 -0
- package/meta/content/content-clock.yaml +3 -0
- package/meta/content/content-coffee.yaml +3 -0
- package/meta/content/content-container-columns-1.yaml +3 -0
- package/meta/content/content-container-columns-2-left.yaml +3 -0
- package/meta/content/content-container-columns-2-right.yaml +3 -0
- package/meta/content/content-container-columns-2.yaml +3 -0
- package/meta/content/content-container-columns-3.yaml +3 -0
- package/meta/content/content-container-columns-4.yaml +3 -0
- package/meta/content/content-container.yaml +3 -0
- package/meta/content/content-cpu.yaml +3 -0
- package/meta/content/content-csv.yaml +3 -0
- package/meta/content/content-dashboard-empty.yaml +3 -0
- package/meta/content/content-dashboard.yaml +3 -0
- package/meta/content/content-database.yaml +3 -0
- package/meta/content/content-device-desktop.yaml +3 -0
- package/meta/content/content-device-mobile.yaml +3 -0
- package/meta/content/content-device-tablet.yaml +3 -0
- package/meta/content/content-elements-login.yaml +3 -0
- package/meta/content/content-elements-mailform.yaml +3 -0
- package/meta/content/content-elements-searchform.yaml +3 -0
- package/meta/content/content-extension.yaml +3 -0
- package/meta/content/content-form.yaml +3 -0
- package/meta/content/content-gallery.yaml +3 -0
- package/meta/content/content-header.yaml +3 -0
- package/meta/content/content-heart.yaml +3 -0
- package/meta/content/content-idea.yaml +3 -0
- package/meta/content/content-image.yaml +3 -0
- package/meta/content/content-info.yaml +3 -0
- package/meta/content/content-inside-text-img-left.yaml +3 -0
- package/meta/content/content-inside-text-img-right.yaml +3 -0
- package/meta/content/content-listgroup.yaml +3 -0
- package/meta/content/content-magnet.yaml +3 -0
- package/meta/content/content-map.yaml +3 -0
- package/meta/content/content-marker.yaml +3 -0
- package/meta/content/content-media.yaml +3 -0
- package/meta/content/content-menu-abstract.yaml +3 -0
- package/meta/content/content-menu-card.yaml +3 -0
- package/meta/content/content-menu-categorized.yaml +3 -0
- package/meta/content/content-menu-pages.yaml +3 -0
- package/meta/content/content-menu-recently-updated.yaml +3 -0
- package/meta/content/content-menu-related.yaml +3 -0
- package/meta/content/content-menu-section.yaml +3 -0
- package/meta/content/content-menu-sitemap-pages.yaml +3 -0
- package/meta/content/content-menu-sitemap.yaml +3 -0
- package/meta/content/content-menu-thumbnail.yaml +3 -0
- package/meta/content/content-message-dots.yaml +3 -0
- package/meta/content/content-message.yaml +3 -0
- package/meta/content/content-messages.yaml +3 -0
- package/meta/content/content-microchip.yaml +3 -0
- package/meta/content/content-news.yaml +3 -0
- package/meta/content/content-note.yaml +3 -0
- package/meta/content/content-package.yaml +3 -0
- package/meta/content/content-panel.yaml +3 -0
- package/meta/content/content-plugin.yaml +3 -0
- package/meta/content/content-quote.yaml +3 -0
- package/meta/content/content-special-div.yaml +3 -0
- package/meta/content/content-special-html.yaml +3 -0
- package/meta/content/content-special-indexed_search.yaml +3 -0
- package/meta/content/content-special-menu.yaml +3 -0
- package/meta/content/content-special-shortcut.yaml +3 -0
- package/meta/content/content-special-uploads.yaml +3 -0
- package/meta/content/content-store.yaml +3 -0
- package/meta/content/content-tab-item.yaml +3 -0
- package/meta/content/content-tab.yaml +3 -0
- package/meta/content/content-table.yaml +3 -0
- package/meta/content/content-target.yaml +3 -0
- package/meta/content/content-text-columns.yaml +3 -0
- package/meta/content/content-text-teaser.yaml +3 -0
- package/meta/content/content-text.yaml +3 -0
- package/meta/content/content-textmedia.yaml +3 -0
- package/meta/content/content-textpic.yaml +3 -0
- package/meta/content/content-thumbtack.yaml +3 -0
- package/meta/content/content-timeline-item.yaml +3 -0
- package/meta/content/content-timeline.yaml +3 -0
- package/meta/content/content-trophy.yaml +3 -0
- package/meta/content/content-user.yaml +3 -0
- package/meta/content/content-webhook.yaml +3 -0
- package/meta/content/content-widget-calltoaction.yaml +3 -0
- package/meta/content/content-widget-chart-bar.yaml +3 -0
- package/meta/content/content-widget-chart-pie.yaml +3 -0
- package/meta/content/content-widget-chart.yaml +3 -0
- package/meta/content/content-widget-image.yaml +3 -0
- package/meta/content/content-widget-list.yaml +3 -0
- package/meta/content/content-widget-number.yaml +3 -0
- package/meta/content/content-widget-rss.yaml +3 -0
- package/meta/content/content-widget-table.yaml +3 -0
- package/meta/content/content-widget-text.yaml +3 -0
- package/meta/content/content-widget.yaml +3 -0
- package/meta/default/default-not-found.yaml +3 -0
- package/meta/files/files-folder-content.yaml +3 -0
- package/meta/files/files-folder-images.yaml +3 -0
- package/meta/files/files-folder.yaml +3 -0
- package/meta/form/form-advanced-password.yaml +3 -0
- package/meta/form/form-checkbox.yaml +3 -0
- package/meta/form/form-content-element.yaml +3 -0
- package/meta/form/form-date-picker.yaml +3 -0
- package/meta/form/form-email.yaml +3 -0
- package/meta/form/form-fieldset.yaml +3 -0
- package/meta/form/form-file-upload.yaml +3 -0
- package/meta/form/form-finisher.yaml +3 -0
- package/meta/form/form-gridcolumn.yaml +3 -0
- package/meta/form/form-gridcontainer.yaml +3 -0
- package/meta/form/form-gridrow.yaml +3 -0
- package/meta/form/form-hidden.yaml +3 -0
- package/meta/form/form-image-upload.yaml +3 -0
- package/meta/form/form-multi-checkbox.yaml +3 -0
- package/meta/form/form-multi-select.yaml +3 -0
- package/meta/form/form-number.yaml +3 -0
- package/meta/form/form-page.yaml +3 -0
- package/meta/form/form-password.yaml +3 -0
- package/meta/form/form-radio-button.yaml +3 -0
- package/meta/form/form-single-select.yaml +3 -0
- package/meta/form/form-static-text.yaml +3 -0
- package/meta/form/form-summary-page.yaml +3 -0
- package/meta/form/form-telephone.yaml +3 -0
- package/meta/form/form-text.yaml +3 -0
- package/meta/form/form-textarea.yaml +3 -0
- package/meta/form/form-url.yaml +3 -0
- package/meta/form/form-validator.yaml +3 -0
- package/meta/information/information-os-unknown.yaml +3 -0
- package/meta/information/information-typo3-version.yaml +3 -0
- package/meta/install/install-check-brokenextension.yaml +3 -0
- package/meta/install/install-check-directory.yaml +3 -0
- package/meta/install/install-check-extables.yaml +3 -0
- package/meta/install/install-check-tca.yaml +3 -0
- package/meta/install/install-clear-autoload.yaml +3 -0
- package/meta/install/install-clear-cache.yaml +3 -0
- package/meta/install/install-clear-database.yaml +3 -0
- package/meta/install/install-clear-files.yaml +3 -0
- package/meta/install/install-create-admin.yaml +3 -0
- package/meta/install/install-database-analyze.yaml +3 -0
- package/meta/install/install-documentation.yaml +3 -0
- package/meta/install/install-extension-settings.yaml +3 -0
- package/meta/install/install-manage-features.yaml +3 -0
- package/meta/install/install-manage-language.yaml +3 -0
- package/meta/install/install-manage-maintainer.yaml +3 -0
- package/meta/install/install-manage-presets.yaml +3 -0
- package/meta/install/install-manage-settings.yaml +3 -0
- package/meta/install/install-password.yaml +3 -0
- package/meta/install/install-php-info.yaml +3 -0
- package/meta/install/install-reset-user.yaml +3 -0
- package/meta/install/install-scan-extensions.yaml +3 -0
- package/meta/install/install-show-environment.yaml +3 -0
- package/meta/install/install-test-environment.yaml +3 -0
- package/meta/install/install-test-image.yaml +3 -0
- package/meta/install/install-test-mail.yaml +3 -0
- package/meta/install/install-update.yaml +3 -0
- package/meta/install/install-wizards.yaml +3 -0
- package/meta/mimetypes/mimetypes-application.yaml +3 -0
- package/meta/mimetypes/mimetypes-compressed.yaml +3 -0
- package/meta/mimetypes/mimetypes-excel.yaml +3 -0
- package/meta/mimetypes/mimetypes-media-audio.yaml +3 -0
- package/meta/mimetypes/mimetypes-media-flash.yaml +3 -0
- package/meta/mimetypes/mimetypes-media-image.yaml +3 -0
- package/meta/mimetypes/mimetypes-media-video-vimeo.yaml +3 -0
- package/meta/mimetypes/mimetypes-media-video-youtube.yaml +3 -0
- package/meta/mimetypes/mimetypes-media-video.yaml +3 -0
- package/meta/mimetypes/mimetypes-open-document-database.yaml +3 -0
- package/meta/mimetypes/mimetypes-open-document-drawing.yaml +3 -0
- package/meta/mimetypes/mimetypes-open-document-formula.yaml +3 -0
- package/meta/mimetypes/mimetypes-open-document-presentation.yaml +3 -0
- package/meta/mimetypes/mimetypes-open-document-spreadsheet.yaml +3 -0
- package/meta/mimetypes/mimetypes-open-document-text.yaml +3 -0
- package/meta/mimetypes/mimetypes-other-other.yaml +3 -0
- package/meta/mimetypes/mimetypes-pdf.yaml +3 -0
- package/meta/mimetypes/mimetypes-powerpoint.yaml +3 -0
- package/meta/mimetypes/mimetypes-text-css.yaml +3 -0
- package/meta/mimetypes/mimetypes-text-csv.yaml +3 -0
- package/meta/mimetypes/mimetypes-text-html.yaml +3 -0
- package/meta/mimetypes/mimetypes-text-js.yaml +3 -0
- package/meta/mimetypes/mimetypes-text-php.yaml +3 -0
- package/meta/mimetypes/mimetypes-text-text.yaml +3 -0
- package/meta/mimetypes/mimetypes-text-ts.yaml +3 -0
- package/meta/mimetypes/mimetypes-text-typoscript.yaml +3 -0
- package/meta/mimetypes/mimetypes-word.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-backend_layout.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-divider.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-domain.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-form-search.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-form.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-header.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-html.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-image.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-link.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-list-bullets.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-list-files.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-login.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-menu.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-multimedia.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-page-language-overlay.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-plugin.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-script.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-table.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-template-extension.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-template-static.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-template.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-text-media.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-text-picture.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-content-text.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-index_config.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-sys_action.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-sys_category.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-sys_file_storage.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-sys_filemounts.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-sys_language.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-sys_news.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-sys_note.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-sys_redirect.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-sys_workspace.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-tx_rtehtmlarea_acronym.yaml +3 -0
- package/meta/mimetypes/mimetypes-x-tx_scheduler_task_group.yaml +3 -0
- package/meta/miscellaneous/miscellaneous-placeholder.yaml +3 -0
- package/meta/module/module-about.yaml +3 -0
- package/meta/module/module-aboutmodules.yaml +3 -0
- package/meta/module/module-adminpanel.yaml +3 -0
- package/meta/module/module-belog.yaml +3 -0
- package/meta/module/module-beuser.yaml +3 -0
- package/meta/module/module-config.yaml +3 -0
- package/meta/module/module-contentelements.yaml +3 -0
- package/meta/module/module-cshmanual.yaml +3 -0
- package/meta/module/module-dashboard.yaml +3 -0
- package/meta/module/module-dbal.yaml +3 -0
- package/meta/module/module-dbint.yaml +3 -0
- package/meta/module/module-documentation.yaml +3 -0
- package/meta/module/module-extensionmanager.yaml +3 -0
- package/meta/module/module-filelist.yaml +3 -0
- package/meta/module/module-form.yaml +3 -0
- package/meta/module/module-func.yaml +3 -0
- package/meta/module/module-generic.yaml +3 -0
- package/meta/module/module-help.yaml +3 -0
- package/meta/module/module-indexed_search.yaml +3 -0
- package/meta/module/module-info.yaml +3 -0
- package/meta/module/module-install-environment.yaml +3 -0
- package/meta/module/module-install-maintenance.yaml +3 -0
- package/meta/module/module-install-settings.yaml +3 -0
- package/meta/module/module-install-upgrade.yaml +3 -0
- package/meta/module/module-install.yaml +3 -0
- package/meta/module/module-lang.yaml +3 -0
- package/meta/module/module-linkvalidator.yaml +3 -0
- package/meta/module/module-list.yaml +3 -0
- package/meta/module/module-page.yaml +3 -0
- package/meta/module/module-permission.yaml +3 -0
- package/meta/module/module-reactions.yaml +3 -0
- package/meta/module/module-recycler.yaml +3 -0
- package/meta/module/module-redirects.yaml +3 -0
- package/meta/module/module-reports.yaml +3 -0
- package/meta/module/module-rte-ckeditor.yaml +3 -0
- package/meta/module/module-scheduler.yaml +3 -0
- package/meta/module/module-security.yaml +3 -0
- package/meta/module/module-seo.yaml +3 -0
- package/meta/module/module-setup.yaml +3 -0
- package/meta/module/module-site-settings.yaml +3 -0
- package/meta/module/module-sites.yaml +3 -0
- package/meta/module/module-taskcenter.yaml +3 -0
- package/meta/module/module-template.yaml +3 -0
- package/meta/module/module-tsconfig.yaml +3 -0
- package/meta/module/module-urls.yaml +3 -0
- package/meta/module/module-version.yaml +3 -0
- package/meta/module/module-viewpage.yaml +3 -0
- package/meta/module/module-workspaces.yaml +3 -0
- package/meta/modulegroup/modulegroup-file.yaml +3 -0
- package/meta/modulegroup/modulegroup-help.yaml +3 -0
- package/meta/modulegroup/modulegroup-site.yaml +3 -0
- package/meta/modulegroup/modulegroup-system.yaml +3 -0
- package/meta/modulegroup/modulegroup-tools.yaml +3 -0
- package/meta/modulegroup/modulegroup-user.yaml +3 -0
- package/meta/modulegroup/modulegroup-web.yaml +3 -0
- package/meta/overlay/overlay-advanced.yaml +3 -0
- package/meta/overlay/overlay-approved.yaml +3 -0
- package/meta/overlay/overlay-backenduser.yaml +3 -0
- package/meta/overlay/overlay-backendusers.yaml +3 -0
- package/meta/overlay/overlay-deleted.yaml +3 -0
- package/meta/overlay/overlay-edit.yaml +3 -0
- package/meta/overlay/overlay-endtime.yaml +3 -0
- package/meta/overlay/overlay-external-link.yaml +3 -0
- package/meta/overlay/overlay-frontenduser.yaml +3 -0
- package/meta/overlay/overlay-frontendusers.yaml +3 -0
- package/meta/overlay/overlay-hidden.yaml +3 -0
- package/meta/overlay/overlay-includes-subpages.yaml +3 -0
- package/meta/overlay/overlay-info.yaml +3 -0
- package/meta/overlay/overlay-list.yaml +3 -0
- package/meta/overlay/overlay-locked.yaml +3 -0
- package/meta/overlay/overlay-media.yaml +3 -0
- package/meta/overlay/overlay-missing.yaml +3 -0
- package/meta/overlay/overlay-mountpoint.yaml +3 -0
- package/meta/overlay/overlay-new.yaml +3 -0
- package/meta/overlay/overlay-news.yaml +3 -0
- package/meta/overlay/overlay-readonly.yaml +3 -0
- package/meta/overlay/overlay-restricted.yaml +3 -0
- package/meta/overlay/overlay-scheduled.yaml +3 -0
- package/meta/overlay/overlay-shop.yaml +3 -0
- package/meta/overlay/overlay-shortcut.yaml +3 -0
- package/meta/overlay/overlay-translated.yaml +3 -0
- package/meta/overlay/overlay-warning.yaml +3 -0
- package/meta/spinner/spinner-circle.yaml +3 -0
- package/meta/status/status-user-admin.yaml +3 -0
- package/meta/status/status-user-backend.yaml +3 -0
- package/meta/status/status-user-frontend.yaml +3 -0
- package/meta/status/status-user-group-backend.yaml +3 -0
- package/meta/status/status-user-group-frontend.yaml +3 -0
- package/package.json +14 -9
- package/src/actions/actions-arrow-down-end-alt.svg +7 -0
- package/src/actions/actions-arrow-down-end.svg +7 -0
- package/src/actions/actions-arrow-down-start-alt.svg +7 -0
- package/src/actions/actions-arrow-down-start.svg +7 -0
- package/src/actions/actions-arrow-end-alt.svg +7 -0
- package/src/actions/actions-arrow-end-down-alt.svg +7 -0
- package/src/actions/actions-arrow-end-down.svg +7 -0
- package/src/actions/actions-arrow-end-up-alt.svg +7 -0
- package/src/actions/actions-arrow-end-up.svg +7 -0
- package/src/actions/actions-arrow-end.svg +5 -0
- package/src/actions/actions-arrow-start-alt.svg +7 -0
- package/src/actions/actions-arrow-start.svg +5 -0
- package/src/actions/actions-aspect-ratio.svg +7 -0
- package/src/actions/actions-bell-ring.svg +7 -0
- package/src/actions/actions-bell-slash.svg +6 -0
- package/src/actions/actions-bell.svg +5 -0
- package/src/actions/actions-brand-google.svg +5 -0
- package/src/actions/actions-bullhorn-slash.svg +6 -0
- package/src/actions/actions-bullhorn.svg +5 -0
- package/src/actions/actions-copyright.svg +6 -0
- package/src/actions/actions-line-columns.svg +16 -0
- package/src/actions/actions-menu-sidebar-collapsed.svg +5 -0
- package/src/actions/actions-menu-sidebar-expanded.svg +5 -0
- package/src/actions/actions-text-indent.svg +12 -0
- package/tmpl/html/docs/_filters.html.twig +9 -0
- package/tmpl/html/docs/_icon.html.twig +1 -1
- package/tmpl/html/docs/_makros.html.twig +4 -1
- package/tmpl/html/docs/guide.html.twig +76 -0
- package/tmpl/html/docs/index.html.twig +19 -11
- package/tmpl/html/docs/section.html.twig +14 -5
- package/tmpl/html/docs/single.html.twig +115 -1
- package/meta/actions/actions-caret-bar-left.yaml +0 -38
- package/meta/actions/actions-caret-bar-right.yaml +0 -38
- package/meta/actions/actions-caret-left.yaml +0 -39
- package/meta/actions/actions-caret-right.yaml +0 -43
- package/meta/actions/actions-chevron-bar-left.yaml +0 -40
- package/meta/actions/actions-chevron-bar-right.yaml +0 -40
- package/meta/actions/actions-chevron-double-left.yaml +0 -40
- package/meta/actions/actions-chevron-double-right.yaml +0 -40
- package/meta/actions/actions-chevron-left.yaml +0 -39
- package/meta/actions/actions-chevron-right.yaml +0 -39
- /package/dist/svgs/actions/{actions-caret-bar-right.svg → actions-caret-bar-end.svg} +0 -0
- /package/dist/svgs/actions/{actions-caret-bar-left.svg → actions-caret-bar-start.svg} +0 -0
- /package/dist/svgs/actions/{actions-caret-right.svg → actions-caret-end.svg} +0 -0
- /package/dist/svgs/actions/{actions-caret-left.svg → actions-caret-start.svg} +0 -0
- /package/dist/svgs/actions/{actions-chevron-bar-right.svg → actions-chevron-bar-end.svg} +0 -0
- /package/dist/svgs/actions/{actions-chevron-bar-left.svg → actions-chevron-bar-start.svg} +0 -0
- /package/dist/svgs/actions/{actions-chevron-double-right.svg → actions-chevron-double-end.svg} +0 -0
- /package/dist/svgs/actions/{actions-chevron-double-left.svg → actions-chevron-double-start.svg} +0 -0
- /package/dist/svgs/actions/{actions-chevron-right.svg → actions-chevron-end.svg} +0 -0
- /package/dist/svgs/actions/{actions-chevron-left.svg → actions-chevron-start.svg} +0 -0
- /package/src/actions/{actions-caret-bar-right.svg → actions-caret-bar-end.svg} +0 -0
- /package/src/actions/{actions-caret-bar-left.svg → actions-caret-bar-start.svg} +0 -0
- /package/src/actions/{actions-caret-right.svg → actions-caret-end.svg} +0 -0
- /package/src/actions/{actions-caret-left.svg → actions-caret-start.svg} +0 -0
- /package/src/actions/{actions-chevron-bar-right.svg → actions-chevron-bar-end.svg} +0 -0
- /package/src/actions/{actions-chevron-bar-left.svg → actions-chevron-bar-start.svg} +0 -0
- /package/src/actions/{actions-chevron-double-right.svg → actions-chevron-double-end.svg} +0 -0
- /package/src/actions/{actions-chevron-double-left.svg → actions-chevron-double-start.svg} +0 -0
- /package/src/actions/{actions-chevron-right.svg → actions-chevron-end.svg} +0 -0
- /package/src/actions/{actions-chevron-left.svg → actions-chevron-start.svg} +0 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1489 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
## [4.4.0] - 2025-11-07
|
|
6
|
+
|
|
7
|
+
3893f4769 [FEATURE] Add bidi support
|
|
8
|
+
14c4330b5 [FEATURE] Add actions-aspect-ratio
|
|
9
|
+
7e3db4e5a [FEATURE] Add actions-menu-sideba-* icons
|
|
10
|
+
156254092 [BUGFIX] Correct stylelint
|
|
11
|
+
7fee73266 [BUGFIX] Correct deprecation and sort includes in icons-variables
|
|
12
|
+
1e19e539a [BUGFIX] Revert branches
|
|
13
|
+
ad2a5b4bf [BUGFIX] Add permissions to top level set output url
|
|
14
|
+
6498b800a [BUGFIX] Add environment
|
|
15
|
+
274e596a6 [BUGFIX] Correct gh pages deployment
|
|
16
|
+
830d0217b [BUGFIX] Correct workflow shema detection
|
|
17
|
+
4f002d3fd [TASK] Add Changelog
|
|
18
|
+
84b40849e [TASK] Update del, gulp-sass and dependencies
|
|
19
|
+
17d87846c [TASK] Update stylelint
|
|
20
|
+
5a4eb964e [TASK] Mention styleguide extension in README (#332)
|
|
21
|
+
9228fc0e1 [TASK] Render icon identifier for easy copy (#334)
|
|
22
|
+
2f6e74d31 [TASK] Update npm requirements
|
|
23
|
+
5d8a219e2 [TASK] Modernize GitHub Pages workflow
|
|
24
|
+
f193b1827 [TASK] Add watcher and disable preview caching
|
|
25
|
+
bcda02b9a [TASK] Update versions
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [4.3.3] - 2025-03-31
|
|
29
|
+
|
|
30
|
+
22250db95 [FEATURE] Added a copy button to the SVG code snippet for easy copying
|
|
31
|
+
0e74d5bb0 [FEATURE] Add actions-bullhorn
|
|
32
|
+
261c2e3d3 [FEATURE] Add actions-bell
|
|
33
|
+
5382898e2 [FEATURE] Add actions-text-indent
|
|
34
|
+
cc7a8803c [FEATURE] Add actions-line-columns
|
|
35
|
+
6f6db075e [FEATURE] Add actions-copyright
|
|
36
|
+
25b5ffcd6 [FEATURE] Add actions-brand-google
|
|
37
|
+
a55b0832c [BUGFIX] Stylelint
|
|
38
|
+
d000cd75f [TASK] Update actions
|
|
39
|
+
a65c7582c [TASK] Update versions
|
|
40
|
+
|
|
41
|
+
## [4.3.2] - 2025-02-19
|
|
42
|
+
|
|
43
|
+
973592a14 [FEATURE] Add actions-brand-gitlab
|
|
44
|
+
14726ff1c [FEATURE] Add actions-brand-github
|
|
45
|
+
950b6fa5c [FEATURE] Add actions-brand-bluesky
|
|
46
|
+
d5767907b [BUGFIX] Recompile site settings icon
|
|
47
|
+
f5afa3de5 [TASK] Add tags to actions-id-badge
|
|
48
|
+
0ed6f1b7c [TASK] Update used typo3 versions
|
|
49
|
+
|
|
50
|
+
## [4.3.1] - 2024-09-10
|
|
51
|
+
|
|
52
|
+
9ca7d1738 [TASK] Remove unsessesary node requirements
|
|
53
|
+
9d4f4ad19 [TASK] Update versions
|
|
54
|
+
|
|
55
|
+
## [4.3.0] - 2024-09-10
|
|
56
|
+
|
|
57
|
+
26fe95256 [FEATURE] Add module-site-settings
|
|
58
|
+
2bb244917 [FEATURE] Add actions-capslock
|
|
59
|
+
e2bb82194 [FEATURE] Add actions-wave
|
|
60
|
+
f880dfe97 [FEATURE] Add action-surfboard
|
|
61
|
+
c95b605cd [BUGFIX] Correct spelling of capslock
|
|
62
|
+
a6860d311 [TASK] Add missing meta data
|
|
63
|
+
9da763332 [TASK] Cleanup source files
|
|
64
|
+
d70c3eecd [TASK] Update dependencies
|
|
65
|
+
082ebdec4 [TASK] Update dependencies and cleanup svgs
|
|
66
|
+
a1eebb1e3 [TASK] Support all processor architectures for install and build tasks (#328)
|
|
67
|
+
5adde3c71 [TASK] Update versions
|
|
68
|
+
|
|
69
|
+
## [4.2.0] - 2024-02-13
|
|
70
|
+
|
|
71
|
+
1cd08869e [FEATURE] Add actions-brand-mastodon - fixes #325
|
|
72
|
+
b1c3af39d [FEATURE] Add actions-brand-threads - fixes #326
|
|
73
|
+
45f5d4574 [BUGFIX] Reference correct release tag on single page (#324)
|
|
74
|
+
b11cf9657 [TASK] Adjust TYPO3 Versions
|
|
75
|
+
018edd921 [TASK] Update versions
|
|
76
|
+
|
|
77
|
+
## [4.1.0] - 2023-09-20
|
|
78
|
+
|
|
79
|
+
f9b5b4a4b [FEATURE] Add actions-brand-x to replace twitter #323
|
|
80
|
+
2dc704b8a [FEATURE] Add actions moon
|
|
81
|
+
5c39e3318 [FEATURE] Add brightness high and low action icons
|
|
82
|
+
4712076b3 [FEATURE] Add actions-circle-full and actions-circle-half
|
|
83
|
+
f0be2e207 [FEATURE] Add actions-video
|
|
84
|
+
e396b93dc [BUGFIX] Allow arrows in pagetree drag icons to respect current color
|
|
85
|
+
9cb0b89b8 [TASK] Update discord logo - fixes #322
|
|
86
|
+
f3371f13d [TASK] Enable darkmode on docs
|
|
87
|
+
7e16fc197 [TASK] Remove obsolete app icons and use action equivalent
|
|
88
|
+
661182828 [TASK] Update released versions
|
|
89
|
+
119801616 [TASK] Update versions
|
|
90
|
+
|
|
91
|
+
## [4.0.0] - 2023-06-26
|
|
92
|
+
|
|
93
|
+
f5f199453 [TASK] Drop class icon-color in favor of fill='currentColor'
|
|
94
|
+
da5bb68e0 [TASK] Update external assets in demo site
|
|
95
|
+
c730c56e7 [!!!][TASK] Drop color variants for spinner prefer adaptive one
|
|
96
|
+
|
|
97
|
+
## [3.6.1] - 2023-06-26
|
|
98
|
+
|
|
99
|
+
31cc7d252 [FEATURE] Add gridcolumn and update grid icons
|
|
100
|
+
57086d19d [BUGFIX] Correct actions-minus-square-alt
|
|
101
|
+
d83372d03 [TASK] Update versions
|
|
102
|
+
|
|
103
|
+
## [3.6.0] - 2023-04-07
|
|
104
|
+
|
|
105
|
+
ef16aa340 [FEATURE] Add actions-brush
|
|
106
|
+
1c80e6bc9 [FEATURE] Add module-security
|
|
107
|
+
c86c3cb2f [BUGFIX] Missing icon-color classes on selection icons
|
|
108
|
+
8bfbca801 [TASK] Refresh module-tsconfig icon
|
|
109
|
+
d1f697fc6 [TASK] Update module-template icon
|
|
110
|
+
1af6fed6e [TASK] Add module-security meta file
|
|
111
|
+
b3999d61e [TASK] Update versions
|
|
112
|
+
|
|
113
|
+
## [3.5.0] - 2023-02-07
|
|
114
|
+
|
|
115
|
+
1dad05e27 [FEATURE] Add selection icons
|
|
116
|
+
c6d72f106 [FEATURE] Extend set of plus icons
|
|
117
|
+
284778204 [FEATURE] Extend set of minus icons
|
|
118
|
+
b46064435 [FEATURE] Add hyphen icons
|
|
119
|
+
83225e7e0 [TASK] Update versions
|
|
120
|
+
|
|
121
|
+
## [3.4.0] - 2022-12-05
|
|
122
|
+
|
|
123
|
+
c77ef1e72 [FEATURE] Add content-database and streamline database icons
|
|
124
|
+
551cacb0d [FEATURE] Add webhook icons
|
|
125
|
+
f5870154e [BUGFIX] Add missing icon classes
|
|
126
|
+
5b7925dc0 [TASK] Add reaction mocule icon
|
|
127
|
+
|
|
128
|
+
## [3.3.1] - 2022-11-24
|
|
129
|
+
|
|
130
|
+
ef8376ff4 [BUGFIX] Correct module group icons
|
|
131
|
+
585648b1d [TASK] Update versions
|
|
132
|
+
|
|
133
|
+
## [3.3.0] - 2022-11-23
|
|
134
|
+
|
|
135
|
+
a68300b4c [FEATURE] Add cloud up- and download - fixes #316
|
|
136
|
+
354b8b6e1 [FEATURE] Add compare and layout viewmode icons
|
|
137
|
+
6eb15050e [FEATURE] Add dices
|
|
138
|
+
766ecf580 [BUGFIX] Add missing classes do dices
|
|
139
|
+
e11d312ea [TASK] Avoid inline styles - fixes #317
|
|
140
|
+
|
|
141
|
+
## [3.2.0] - 2022-07-11
|
|
142
|
+
|
|
143
|
+
54dcfd4ee [FEATURE] Provide Scss variables for icons (#320)
|
|
144
|
+
ff3773d30 [TASK] Update versions
|
|
145
|
+
|
|
146
|
+
## [3.1.3] - 2022-07-11
|
|
147
|
+
|
|
148
|
+
d63d75c6c [BUGFIX] Add missing class to icons
|
|
149
|
+
14a2f6126 [TASK] Update versions
|
|
150
|
+
|
|
151
|
+
## [3.1.2] - 2022-07-08
|
|
152
|
+
|
|
153
|
+
78d8becbd [BUGFIX] Correct opacity variable
|
|
154
|
+
70d7a514c [TASK] Add style and sass entrypoints to package.json
|
|
155
|
+
d006fe3fd [TASK] Drop webkit prefixes
|
|
156
|
+
76970287a [TASK] Update versions
|
|
157
|
+
|
|
158
|
+
## [3.1.1] - 2022-07-08
|
|
159
|
+
|
|
160
|
+
9ff1cafaf [BUGFIX] Always center button texts
|
|
161
|
+
eb8ae08b4 [BUGFIX] Avoid blurry spinning icons
|
|
162
|
+
55506e83f [TASK] Update versions
|
|
163
|
+
|
|
164
|
+
## [3.1.0] - 2022-06-24
|
|
165
|
+
|
|
166
|
+
240fd7577 [FEATURE] Add magnet icons
|
|
167
|
+
a65855da1 [FEATURE] Add actions-crop
|
|
168
|
+
51de014b7 [TASK] Update versions
|
|
169
|
+
|
|
170
|
+
## [3.0.0] - 2022-06-08
|
|
171
|
+
|
|
172
|
+
a278c12ea [FEATURE] Add container icon
|
|
173
|
+
c19fe187e [BUGFIX] Correct stylelint
|
|
174
|
+
6a84da068 [BUGFIX] Correct stylelint
|
|
175
|
+
c69909067 [TASK] Update bootstrap docs frontend
|
|
176
|
+
442517ba6 [TASK] Update packages
|
|
177
|
+
6e34a1ea3 [!!!][TASK] Replace default size with medium, make the default scale
|
|
178
|
+
|
|
179
|
+
## [2.6.0] - 2022-03-22
|
|
180
|
+
|
|
181
|
+
7977e4d1d [FEATURE] Add module-linkvalidator
|
|
182
|
+
272d2d4bd [FEATURE] Add actions-brand-instagram
|
|
183
|
+
379e186ed [TASK] Add actions-coffee
|
|
184
|
+
cde6d3f7e [TASK] Add actions-book
|
|
185
|
+
05130b074 [TASK] Add actions-store
|
|
186
|
+
27f7455ce [TASK] Swith default branch to main
|
|
187
|
+
f0f3d961d [TASK] Update version information
|
|
188
|
+
|
|
189
|
+
## [2.5.0] - 2021-10-19
|
|
190
|
+
|
|
191
|
+
cf90172c5 [FEATURE] Add actions-briefcase
|
|
192
|
+
0e589cf8d [FEATURE] Add actions-file-shield
|
|
193
|
+
d714c463f [FEATURE] Add content-certificate icons
|
|
194
|
+
144126f4c [TASK] Add missing meta file
|
|
195
|
+
837931e76 [TASK] Streamline trophy icons
|
|
196
|
+
588ba3bdb [TASK] Add meta files
|
|
197
|
+
958181d85 [TASK] Streamline heart icons
|
|
198
|
+
a3e4012da [TASK] Streamline actions-certificate-alternative
|
|
199
|
+
d46416ced [TASK] Update version information
|
|
200
|
+
|
|
201
|
+
## [2.4.1] - 2021-09-24
|
|
202
|
+
|
|
203
|
+
cdecc4fad [BUGFIX] Add missing alias for actions-code
|
|
204
|
+
c08f4e7d9 [TASK] Update version information
|
|
205
|
+
|
|
206
|
+
## [2.4.0] - 2021-09-24
|
|
207
|
+
|
|
208
|
+
5ae64cc01 [FEATURE] Add thumbtack icons
|
|
209
|
+
e6ecf0390 [FEATURE] Add actions-window-cog
|
|
210
|
+
83bf41836 [FEATURE] Add more platform/software brands
|
|
211
|
+
7a954905e [FEATURE] Add actions-share icons
|
|
212
|
+
347be0cd8 [FEATURE] Add microchip icons
|
|
213
|
+
dd272433b [FEATURE] Add cpu icons
|
|
214
|
+
9baaad4ad [TASK] Add alias for thumbtack
|
|
215
|
+
a431f3692 [TASK] Add alias for actions-server
|
|
216
|
+
1d48092ba [TASK] Add more aliases
|
|
217
|
+
132b4b034 [TASK] Add tags for cpu icons
|
|
218
|
+
|
|
219
|
+
## [2.3.2] - 2021-09-13
|
|
220
|
+
|
|
221
|
+
25d04c0d5 [FEATURE] Rework actions-code icons
|
|
222
|
+
b1c0ba75e [FEATURE] Add grid overlay to single view of icons
|
|
223
|
+
db2cdb786 [FEATURE] Add content-device icons
|
|
224
|
+
c03deaae4 [BUGFIX] Correct css code style
|
|
225
|
+
5e460bf1a [TASK] Move alias actions-version-document-remove to actions-code-pull-request-close
|
|
226
|
+
55878bd66 [TASK] Update release information
|
|
227
|
+
|
|
228
|
+
## [2.3.1] - 2021-09-06
|
|
229
|
+
|
|
230
|
+
56f82a512 [FEATURE] Add actions-brand-xing
|
|
231
|
+
a08ef2a46 [FEATURE] Add content-extension
|
|
232
|
+
6906c7118 [FEATURE] Add content/actions-package
|
|
233
|
+
53ae0f909 [FEATURE] Add content-user
|
|
234
|
+
370bc7055 [FEATURE] Add content-building
|
|
235
|
+
edc686cc1 [FEATURE] Add content-message-* and actions-message-dot
|
|
236
|
+
361f6e5bf [TASK] Improve content-building
|
|
237
|
+
b37220ee4 [TASK] Streamline note icons
|
|
238
|
+
1be4a5fd7 [TASK] Adapt typo3 versions
|
|
239
|
+
cd8659bf9 [TASK] Replace `git://github.com/` with `git@github.com:` (#313)
|
|
240
|
+
|
|
241
|
+
## [2.3.0] - 2021-08-27
|
|
242
|
+
|
|
243
|
+
2ddb10714 [FEATURE] Add content-container icons
|
|
244
|
+
d33e07e58 [FEATURE] Add alternative arrow styles
|
|
245
|
+
108f14cae [FEATURE] Add actions-device-desktop star and user
|
|
246
|
+
8ffea00da [FEATURE] Add lightbulb icons
|
|
247
|
+
c1ed63488 [FEATURE] Add actions-graduation-cap
|
|
248
|
+
a6f7a2504 [FEATURE] Add actions-shield star and typo3
|
|
249
|
+
ef3bb1579 [FEATURE] Add actions-canvas
|
|
250
|
+
007bfef3d [FEATURE] Add actions-cookie icons - fixes #311
|
|
251
|
+
7fee1f857 [FEATURE] Add actions-file variants for audio, image and video
|
|
252
|
+
cb13fef7a [FEATURE] Add actions-hand-pointer
|
|
253
|
+
57e0812f9 [FEATURE] Add file-text
|
|
254
|
+
456446695 [FEATURE] Add actions-users
|
|
255
|
+
372cbf827 [FEATURE] Add actions-infinity
|
|
256
|
+
f999ce509 [FEATURE] Add actions-university
|
|
257
|
+
95c79f188 [BUGFIX] Add missing version files
|
|
258
|
+
6fd45ac89 [BUGFIX] Add missing class in actions-shield-star to dist
|
|
259
|
+
e46cd9c85 [TASK] Add css backgroundimages as usage examples
|
|
260
|
+
9f5da049e [TASK] Update packages
|
|
261
|
+
1978bc770 [TASK] Cleanup version building
|
|
262
|
+
9e4d185de [TASK] Do not generate readme
|
|
263
|
+
101c7b225 [TASK] Update typo3 versions
|
|
264
|
+
c461b827e [TASK] Improve generated version data
|
|
265
|
+
06a3caef3 [TASK] Rename docs to site
|
|
266
|
+
39c49f6dc [TASK] Update docs to released version of bootstrap 5
|
|
267
|
+
6ea2725af [TASK] Use gh pages branch (#310)
|
|
268
|
+
ed2ffc7e4 [TASK] Add initial action (#309)
|
|
269
|
+
757c4395b [TASK] Update dependencies
|
|
270
|
+
89e069e72 [TASK] Upgrade docs to bootstrap 5
|
|
271
|
+
edc702625 [TASK] Update release information
|
|
272
|
+
|
|
273
|
+
## [2.2.3] - 2021-03-23
|
|
274
|
+
|
|
275
|
+
d1d4f5444 [FEATURE] Add actions-phone
|
|
276
|
+
4e2a77c6d [FEATURE] Add actions-paperplane
|
|
277
|
+
6cfb5c551 [TASK] Upgrade dependencies
|
|
278
|
+
8bc039f1b [TASK] Update release information
|
|
279
|
+
|
|
280
|
+
## [2.2.2] - 2021-02-11
|
|
281
|
+
|
|
282
|
+
728c34d8d [FEATURE] Add actions-random
|
|
283
|
+
7880f2184 [FEATURE] Add actions-exchange
|
|
284
|
+
7471a2280 [FEATURE] Add actions-check-badge
|
|
285
|
+
2c1e88263 [TASK] Use inline flex instead of inline block
|
|
286
|
+
61dbb3b60 [TASK] Update release information
|
|
287
|
+
|
|
288
|
+
## [2.2.1] - 2021-01-28
|
|
289
|
+
|
|
290
|
+
2a3e8c4a7 [FEATURE] Add actions-exclamation and -triangle
|
|
291
|
+
f43a13aef [FEATURE] Add actions-music
|
|
292
|
+
f448ea917 [FEATURE] Add file-certificate
|
|
293
|
+
dd05e35b2 [FEATURE] Add actions-info variants
|
|
294
|
+
311616af8 [FEATURE] Add actions-question variants
|
|
295
|
+
476290114 [FEATURE] Add actions-terminal
|
|
296
|
+
920c71d3d [FEATURE] Add actions-key
|
|
297
|
+
49ede6565 [TASK] Update release information
|
|
298
|
+
|
|
299
|
+
## [2.2.0] - 2021-01-27
|
|
300
|
+
|
|
301
|
+
811caf0bf [FEATURE] Add actions-qrcode
|
|
302
|
+
85b2c349b [FEATURE] Add actions-window-restore
|
|
303
|
+
d19ee223f [FEATURE] Add actions-window
|
|
304
|
+
479a602f4 [FEATURE] Add actions-browser
|
|
305
|
+
4650296f8 [FEATURE] Streamline check icons
|
|
306
|
+
4578bd7a3 [BUGFIX] Add missing class to actions-browser
|
|
307
|
+
96e4a8667 [TASK] Update release information
|
|
308
|
+
|
|
309
|
+
## [2.1.1] - 2021-01-14
|
|
310
|
+
|
|
311
|
+
d920608ac [FEATURE] Add percent-badge
|
|
312
|
+
66315ff6a [FEATURE] Add percent
|
|
313
|
+
7d3a37f16 [FEATURE] Add gift-card
|
|
314
|
+
8e669e305 [FEATURE] Add badge
|
|
315
|
+
301cb239d [TASK] Update release information
|
|
316
|
+
|
|
317
|
+
## [2.1.0] - 2021-01-14
|
|
318
|
+
|
|
319
|
+
ae46a5afc [FEATURE] Add discord
|
|
320
|
+
62bb6a64b [FEATURE] Add social icons
|
|
321
|
+
45c4a81fe [FEATURE] Add gift
|
|
322
|
+
541c82307 [FEATURE] Add receipt
|
|
323
|
+
26c993811 [FEATURE] Add id-badge
|
|
324
|
+
3ceb780ba [FEATURE] Add ticket icon
|
|
325
|
+
e03d7d818 [FEATURE] Add barcode icons
|
|
326
|
+
a15919cec [TASK] Group brand icons
|
|
327
|
+
8e9964c5e [TASK] Tag social icons
|
|
328
|
+
1a871f854 [TASK] Update versions
|
|
329
|
+
ac1b60bf0 [TASK] Update release information
|
|
330
|
+
|
|
331
|
+
## [2.0.5] - 2020-12-08
|
|
332
|
+
|
|
333
|
+
2c8920730 [FEATURE] Add envelope icons
|
|
334
|
+
4634fe268 [TASK] Add release commands to guide
|
|
335
|
+
8b6b42396 [TASK] Update released typo3 versions
|
|
336
|
+
3b652fba8 [TASK] Update release information
|
|
337
|
+
|
|
338
|
+
## [2.0.4] - 2020-11-13
|
|
339
|
+
|
|
340
|
+
b15d684df [FEATURE] Add actions-trophy
|
|
341
|
+
685105197 [BUGFIX] Add missing aliases
|
|
342
|
+
417aeedfe [TASK] Update release information
|
|
343
|
+
|
|
344
|
+
## [2.0.3] - 2020-11-06
|
|
345
|
+
|
|
346
|
+
3b518121e [TASK] Update versions
|
|
347
|
+
d06a9b538 [REVERT] Roll back changes to toggle icons
|
|
348
|
+
|
|
349
|
+
## [2.0.2] - 2020-11-03
|
|
350
|
+
|
|
351
|
+
148ff03b0 [FEATURE] Add module-generic
|
|
352
|
+
2f385d981 [FEATURE] Add actions-globals-alt
|
|
353
|
+
21ea1abdc [FEATURE] Add actions-login and optimize actions-logout
|
|
354
|
+
78beb1ecc [FEATURE] Add actions-map
|
|
355
|
+
70c3e233b [FEATURE] Add slack logo
|
|
356
|
+
6a822ae4e [BUGFIX] Correct alias for login and logout
|
|
357
|
+
45b76e343 [TASK] Add aliases for plus and minus
|
|
358
|
+
804c4cedd [TASK] Add tags to actions open
|
|
359
|
+
1a29299f0 [TASK] Update release information
|
|
360
|
+
|
|
361
|
+
## [2.0.1] - 2020-10-09
|
|
362
|
+
|
|
363
|
+
081af22bf [FEATURE] Add auto scaling and improve docs
|
|
364
|
+
677bf7d25 [TASK] Cleanup more Icons
|
|
365
|
+
3bcdcb9bf [TASK] Cleanup Icons
|
|
366
|
+
0862ca2cf [TASK] Cleanup docs css
|
|
367
|
+
5af512216 [TASK] Update release information
|
|
368
|
+
|
|
369
|
+
## [2.0.0] - 2020-09-28
|
|
370
|
+
|
|
371
|
+
b74ccc394 [FEATURE] Add actions-template
|
|
372
|
+
6aab955c6 [FEATURE] Add new variable variants and streamline naming
|
|
373
|
+
bd64d0afe [FEATURE] Add actions-message and merge others
|
|
374
|
+
2342dd0a9 [FEATURE] Add actions-placeholder and move add variant
|
|
375
|
+
585ab051d [FEATURE] Add actions-credit-card
|
|
376
|
+
081ec894f [FEATURE] Add actions-house
|
|
377
|
+
9418735a9 [FEATURE] Add actions-list
|
|
378
|
+
1e8f7ee7d [FEATURE] Add actions-certificate
|
|
379
|
+
c7cc11e69 [FEATURE] Add actions-marker
|
|
380
|
+
492de7b25 [FEATURE] Streamline chevron icons
|
|
381
|
+
fd1cd935d [FEATURE] Add actions-wallet
|
|
382
|
+
8c81c4c38 [FEATURE] Add support for alias and tags
|
|
383
|
+
21c6fc30c [FEATURE] Add search to icon lists
|
|
384
|
+
8aa01b415 [FEATURE] Add sprites and improve rendering performance
|
|
385
|
+
605fb45cc [FEATURE] New docs rendering
|
|
386
|
+
374dd5ccc [FEATURE] Add actions-cart
|
|
387
|
+
f7a05e7dc [BUGFIX] Add default flag for variables
|
|
388
|
+
2f5e5c98d [BUGFIX] Remove styles from svg
|
|
389
|
+
b0754dd20 [BUGFIX] Repair doc links on startpage
|
|
390
|
+
06869b067 [BUGFIX] Repair doc links
|
|
391
|
+
5026417f5 [TASK] Add npmrc for release commit format
|
|
392
|
+
cfeb27416 [TASK] Streamline insert and merge-localize icons
|
|
393
|
+
9e123da9b [TASK] Merge merge icons
|
|
394
|
+
ed387f2d7 [TASK] Move readme information to guide
|
|
395
|
+
cb33874b4 [TASK] Rename actions-pagetree-mount
|
|
396
|
+
3d566d74d [TASK] Streamline last system icons
|
|
397
|
+
ad3c7f933 [TASK] Streamline arrow arrow keys
|
|
398
|
+
2a1c5aa86 [TASK] Streamline checkbox states
|
|
399
|
+
ce1ab02a2 [TASK] Streamline actions-variable-add
|
|
400
|
+
4117df85f [TASK] Streamline question icon
|
|
401
|
+
e7d329927 [TASK] Merge star icons
|
|
402
|
+
c3b48e7ab [TASK] Streamline user icons
|
|
403
|
+
4cd88f8dc [TASK] Remove aliases from search to provide better results
|
|
404
|
+
d558b0563 [TASK] Optimize templates
|
|
405
|
+
26425994a [TASK] Streamline document icons
|
|
406
|
+
1ae373f59 [TASK] Move paste icons
|
|
407
|
+
16f1fb94d [TASK] Merge upload icons
|
|
408
|
+
bb0ec5287 [TASK] Follow git history for versions to include renamings
|
|
409
|
+
3ed7a7d31 [TASK] Rename move-move icon to drag
|
|
410
|
+
cd1360345 [TASK] Cleanup action svgs
|
|
411
|
+
7bcaebd45 [TASK] Add actions-certificate-alternative
|
|
412
|
+
8cd058ee4 [TASK] Update packages
|
|
413
|
+
74cb799df [TASK] Move delete icons
|
|
414
|
+
4642b5fea [TASK] Merge download icon
|
|
415
|
+
817bfd05f [TASK] Remove duplicate icons
|
|
416
|
+
499565f87 [TASK] Move undo and redo
|
|
417
|
+
567192841 [TASK] Streamline history
|
|
418
|
+
d0aa57dd1 [TASK] Streamline cut icons
|
|
419
|
+
c0eba56b1 [TASK] Merge cloud icons
|
|
420
|
+
a49889ce4 [TASK] Cleanup clipboard icons
|
|
421
|
+
7a132228f [TASK] Cleanup file icons
|
|
422
|
+
3df5ba3e0 [TASK] Cleanup eye icons
|
|
423
|
+
526d87331 [TASK] Merge swap icons
|
|
424
|
+
2fb8707b6 [TASK] Streamline save icons
|
|
425
|
+
30951435c [TASK] Streamline notebook icons
|
|
426
|
+
7b03c62ec [TASK] Cleanup extension icons
|
|
427
|
+
b804b66c0 [TASK] Merge filter icons
|
|
428
|
+
a6032d4ba [TASK] Merge refresh icons
|
|
429
|
+
b1be0f00e [TASK] Rename toggle icons
|
|
430
|
+
6637f75a8 [TASK] Cleanup chevron and caret icons
|
|
431
|
+
9c82cad8c [TASK] Add times as tag for close
|
|
432
|
+
000526734 [TASK] Cleanup
|
|
433
|
+
c87814f48 [TASK] Improve styling of docs
|
|
434
|
+
d4803df68 [TASK] Migrate view icons to eye
|
|
435
|
+
1d1448161 [TASK] Merge bolt icons
|
|
436
|
+
e93552eab [TASK] Ensure callbacks are correct for preparation tasks
|
|
437
|
+
f273c8045 [TASK] Reorganize distribution assets
|
|
438
|
+
ee57f5e0c [TASK] Use scss for css files and ship them
|
|
439
|
+
5ac9a10b6 [TASK] Split docs and icon set css
|
|
440
|
+
9e5a596f1 [TASK] Add stylelint
|
|
441
|
+
6625f46f2 [TASK] Optimize certificate icon
|
|
442
|
+
a58644e3d [TASK] Add availability information for typo3 versions
|
|
443
|
+
3d1a1a1de [TASK] Add version number to icons
|
|
444
|
+
3cd05d167 [TASK] Add aliases to search
|
|
445
|
+
3520ac3ed [TASK] Add aliases export file
|
|
446
|
+
4a7447a09 [TASK] Add download link to icon single pages
|
|
447
|
+
4ab723453 [TASK] Update menu
|
|
448
|
+
570e2cc6e [TASK] Cleanup dupes
|
|
449
|
+
328f87e82 [TASK] Update jquery and bootstrap
|
|
450
|
+
8d5c0df47 [TASK] Extend svgo config
|
|
451
|
+
4867af4a4 [TASK] Use config file to provide svgo config
|
|
452
|
+
|
|
453
|
+
## [1.11.1] - 2020-04-30
|
|
454
|
+
|
|
455
|
+
a9ae96d90 [TASK] Resolve audit warnings of 3rd party devDependencies
|
|
456
|
+
3276c4973 [TASK] Upgrade dependencies in general
|
|
457
|
+
|
|
458
|
+
## [1.11.0] - 2020-02-21
|
|
459
|
+
|
|
460
|
+
3241ec9d8 [FEATURE] Add actions-bolt
|
|
461
|
+
65671db86 [FEATURE] Add actions-git
|
|
462
|
+
b23a2134b [FEATURE] Add directional action-arrows
|
|
463
|
+
d46ad0ca3 [FEATURE] Add actions-rss
|
|
464
|
+
c01e7eac9 [FEATURE] Add actions-server
|
|
465
|
+
00ba2f83d [FEATURE] Add content-listgroup
|
|
466
|
+
a688f25d8 [FEATURE] Add content-text-img variants
|
|
467
|
+
9413037a3 [FEATURE] Add content-card icons
|
|
468
|
+
26a963756 [FEATURE] Add content-timeline icons
|
|
469
|
+
424c2bd6d [FEATURE] Add content-csv
|
|
470
|
+
760678fa6 [FEATURE] Add content-carousel-item-textandimage
|
|
471
|
+
6f05ac580 [FEATURE] Add content-carousel-item-calltoaction
|
|
472
|
+
56ff55a65 [FEATURE] Add chart-bar and chart-pie
|
|
473
|
+
eb51e4bcd [FEATURE] Add content-book
|
|
474
|
+
80da1735e [FEATURE] Add dashboard icons
|
|
475
|
+
5f6cf4f13 [FEATURE] Add code-fork and code-merge
|
|
476
|
+
fe7633fe3 [FEATURE] Add actions-code
|
|
477
|
+
0263e86eb [FEATURE] Add actions-archive
|
|
478
|
+
7b6c01b3c [FEATURE] Add actions-building
|
|
479
|
+
832216255 [FEATURE] Add actions-chat
|
|
480
|
+
7fea183e5 [FEATURE] Add actions-accessibility (#304)
|
|
481
|
+
c565fda6f [FEATURE] Add actions-extension
|
|
482
|
+
2424cb289 [FEATURE] Add content-gallery
|
|
483
|
+
f4e887c9e [BUGFIX] Sharpen site module icon
|
|
484
|
+
877144aee [BUGFIX] Add missing class on code icon
|
|
485
|
+
f2ac45201 [BUGFIX] Update templates
|
|
486
|
+
afaf8bf73 [TASK] Refresh module icons
|
|
487
|
+
6a96222b8 [TASK] Refresh content-image
|
|
488
|
+
612053091 [TASK] Update content-menu-card
|
|
489
|
+
4ec93dfba [TASK] Refresh content-carousel-image
|
|
490
|
+
125b465c7 [TASK] Rename widget cta to calltoaction
|
|
491
|
+
61fe22113 [TASK] Use dark buttons for file links
|
|
492
|
+
f5a97795f [TASK] Update button class
|
|
493
|
+
74718bc0a [TASK] Upgrade bootstrap framework
|
|
494
|
+
6c26628c7 [TASK] Update packages
|
|
495
|
+
8576e03e7 [TASK] Use symbols for action view
|
|
496
|
+
037388e03 [TASK] Update dependencies and add http-server
|
|
497
|
+
36cf91167 1.11.0
|
|
498
|
+
|
|
499
|
+
## [1.10.0] - 2019-09-19
|
|
500
|
+
|
|
501
|
+
9f237862f [FEATURE] Add modulegroup icons
|
|
502
|
+
2b7c2a5a1 [FEATURE] Add actions-image
|
|
503
|
+
9b2fe9f64 [FEATURE] Add actions-globe
|
|
504
|
+
854cc1a33 [FEATURE] Add actions-rocket
|
|
505
|
+
adddc90ba [FEATURE] Add actions-star
|
|
506
|
+
38a84cc3e [FEATURE] Add actions-typo3
|
|
507
|
+
9f270a266 [FEATURE] Add actions-heart
|
|
508
|
+
8cff3a5b1 [FEATURE] Add actions-newspaper
|
|
509
|
+
251e7f8bc [FEATURE] Add actions-table
|
|
510
|
+
423634c10 [FEATURE] Add actions-category
|
|
511
|
+
c436f5d2a [TASK] Remove title tag in generated SVG files (#303)
|
|
512
|
+
6f0b1169e 1.10.0
|
|
513
|
+
|
|
514
|
+
## [1.9.0] - 2019-05-31
|
|
515
|
+
|
|
516
|
+
e024403c6 [FEATURE] Add actions-shield
|
|
517
|
+
ee7678f88 [FEATURE] Add actions-clock
|
|
518
|
+
d20c89c41 [FEATURE] Add actions-calendar and actions-calendar-alternative
|
|
519
|
+
a55c07b52 [FEATURE] Add actions-comment
|
|
520
|
+
69d775d41 [FEATURE] Add actions-tag
|
|
521
|
+
7cf920ae5 [FEATURE] Add actions-user
|
|
522
|
+
3ef6635df [FEATURE] Add actions-play
|
|
523
|
+
90c228c88 [FEATURE] Add actions-pause
|
|
524
|
+
5956b0889 [FEATURE] Add actions-dot
|
|
525
|
+
2c6a19a3b [FEATURE] Add actions-sort-amount
|
|
526
|
+
daff99885 [FEATURE] Add actions-cog
|
|
527
|
+
ad5fcbfeb [FEATURE] Add actions-viewmode icons
|
|
528
|
+
15b52aeae [FEATURE] Introduce file area for asset management
|
|
529
|
+
dd61eb3cc [FEATURE] Add file-add and folder-add
|
|
530
|
+
a79de9ac1 [FEATURE] Add actions-cloud-slash
|
|
531
|
+
4df02fc5d [FEATURE] Add actions-translate
|
|
532
|
+
7ec3838db [FEATURE] Add actions-approve icon
|
|
533
|
+
0d66f0484 [FEATURE] Add actions-ban icon
|
|
534
|
+
900db1beb [FEATURE] Add dashboard module icon
|
|
535
|
+
3a4954f1a [BUGFIX] Correct colors of actions-menu-alternative
|
|
536
|
+
6ca5bffd3 [BUGFIX] Prevent wrong group collapsing
|
|
537
|
+
5688bd8f3 [BUGFIX] Clean and populate dist/docs correctly
|
|
538
|
+
b88bccecd [TASK] Add icons.json and improve build process
|
|
539
|
+
0b3abd1b6 [TASK] Update bootstrap used in documentation
|
|
540
|
+
9de1e14ff [TASK] Rebuild docs
|
|
541
|
+
4db4e635f [TASK] Rebuild all icons
|
|
542
|
+
869d3de52 [TASK] Update dependencies
|
|
543
|
+
b1220bdd9 [TASK] Add favicon reference to markup
|
|
544
|
+
8ef0a2663 [TASK] Add favicon to docs
|
|
545
|
+
ec40423b8 1.9.0
|
|
546
|
+
|
|
547
|
+
## [1.8.0] - 2018-10-01
|
|
548
|
+
|
|
549
|
+
bcf98dbc2 [FEATURE] Add install tool environment icons
|
|
550
|
+
fd9cc30f7 [FEATURE] Add install tool upgrade icons
|
|
551
|
+
4fdf5962f [FEATURE] Add install tool settings icongs
|
|
552
|
+
3ec1da8a0 [FEATURE] Add install tool maintenance icons
|
|
553
|
+
6232b67fc [FEATURE] Add actions debug
|
|
554
|
+
02fd5a920 [FEATURE] Add sorting icons
|
|
555
|
+
1cfde20f1 [FEATURE] Add extension icon for CKEditor (#299)
|
|
556
|
+
f2474d73b [FEATURE] Add action-link icons (#298)
|
|
557
|
+
9fc53254d [FEATURE] Add information-os-unknown (#297)
|
|
558
|
+
d125b4826 [FEATURE] Add icon for seo module
|
|
559
|
+
5221b0376 [FEATURE] Differenciate menu from move and add menu-alternative
|
|
560
|
+
a5b1163c9 [BUGFIX] Correct docs page title
|
|
561
|
+
15ddd7f91 [BUGFIX] Resolve build issues
|
|
562
|
+
37144a6bb [BUGFIX] Use correct icon paths in icon overlay examples
|
|
563
|
+
1b24f334e [TASK] Improve scheduler icon
|
|
564
|
+
4452d9e02 [TASK] Add install to overview
|
|
565
|
+
46982e5f6 [TASK] Update docs template to reduce markup on a single page
|
|
566
|
+
8b684e5b2 [TASK] Cleanup actions-edit-copy
|
|
567
|
+
f905d072d [TASK] Drop html examples in dist folder
|
|
568
|
+
4280834a4 [TASK] Use https in repository description - fixes #294
|
|
569
|
+
1b6d6870e 1.8.0
|
|
570
|
+
|
|
571
|
+
## [1.7.0] - 2018-04-17
|
|
572
|
+
|
|
573
|
+
52a544f27 [FEATURE] Add information-typo3-version
|
|
574
|
+
02c7607c4 [TASK] Streamline naming for hidden pages
|
|
575
|
+
82885bc4d [TASK] Add missing form icons
|
|
576
|
+
0660a2dd9 [TASK] Optimize form-insert-in and move to actions
|
|
577
|
+
29f9da270 [TASK] Optimize form-insert-after and move to actions
|
|
578
|
+
82185b242 [TASK] Optimize form-file-upload
|
|
579
|
+
4e71de17f [TASK] Optimize form-page
|
|
580
|
+
c1f8816c2 [TASK] Optimize form-summary-page
|
|
581
|
+
c287d022f [TASK] Optimize form-hidden
|
|
582
|
+
4a9007cb5 [TASK] Optimize form-finisher
|
|
583
|
+
292d92e52 [TASK] Optimize form-multi-select
|
|
584
|
+
98755e76d [TASK] Optimize form-multi-checkbox
|
|
585
|
+
a62d948c2 [TASK] Optimize form-single-select
|
|
586
|
+
99a251343 [TASK] Optimize form-image-upload
|
|
587
|
+
6baa19e30 [TASK] Optimize form-radio-button
|
|
588
|
+
098e7dc77 [TASK] Optimize form-text
|
|
589
|
+
72f6cdf32 [TASK] Optimize form-validator
|
|
590
|
+
459dce7ab [TASK] Optimize form-textarea
|
|
591
|
+
015d95357 [TASK] Optimize form-static-text
|
|
592
|
+
1d2ef24bc [TASK] Optimize form-gridrow
|
|
593
|
+
34de0ac3e [TASK] Optimize form-gridcontainer
|
|
594
|
+
7ae3b8236 [TASK] Optimize form-date-picker
|
|
595
|
+
2c5e88135 [TASK] Optimize form-fieldset
|
|
596
|
+
137407b02 [TASK] Optimize form-content-element
|
|
597
|
+
aaeadae87 [TASK] Optimize form-password
|
|
598
|
+
7f186fd43 [TASK] Optimize form-checkbox
|
|
599
|
+
18b8014b7 [TASK] Optimize form-advanced-password
|
|
600
|
+
50bf5a5e0 [TASK] Streamline undo and redo action icons
|
|
601
|
+
c0e1c760d [TASK] Add actions-edit-redo and bugfix undo
|
|
602
|
+
9f3f714ca 1.7.0
|
|
603
|
+
|
|
604
|
+
## [1.6.0] - 2018-03-07
|
|
605
|
+
|
|
606
|
+
27090ec82 [FEATURE] Add site-management module icons
|
|
607
|
+
230530793 [FEATURE] Add system redirects icons
|
|
608
|
+
0308b82c0 [FEATURE] Add icon for admin panel
|
|
609
|
+
df0319032 [FEATURE] Add content-menu-card
|
|
610
|
+
417252afd [FEATURE] Add content-marker
|
|
611
|
+
0b8cee693 [FEATURE] Add content-map
|
|
612
|
+
21ea99394 [FEATURE] Add content-target
|
|
613
|
+
9cfe31e1c [BUGFIX] Remove leftover from content-map
|
|
614
|
+
640900b44 [TASK] Update dependencies
|
|
615
|
+
6b8adc4c9 [TASK] Update build informations and remove icon listing from readme
|
|
616
|
+
79c271d8c [TASK] Use yarn instead of package-lock from npm
|
|
617
|
+
a946d9437 [TASK] Add content-store
|
|
618
|
+
2c8133e7f [TASK] Add content-clock
|
|
619
|
+
9097a0910 1.6.0
|
|
620
|
+
d7973da94 [FOLLOWUP][FEATURE] Add icon for admin panel
|
|
621
|
+
|
|
622
|
+
## [1.5.1] - 2017-09-08
|
|
623
|
+
|
|
624
|
+
318dbeaaf [BUGFIX] Correct package name
|
|
625
|
+
f8589bce4 1.5.1
|
|
626
|
+
|
|
627
|
+
## [1.5.0] - 2017-09-08
|
|
628
|
+
|
|
629
|
+
8429d5c89 [FEATURE] - Add form framework icons (#292)
|
|
630
|
+
238d34bbc [FEATURE] Add actions-device-unidentified
|
|
631
|
+
cabe18135 [FEATURE] Add actions-expand icon
|
|
632
|
+
21f81d794 [FEATURE] Add actions-fullscreen
|
|
633
|
+
f365699a6 [FEATURE] Add actions-device-orientation-change as replacement for actions-device-rotate
|
|
634
|
+
c8a88af6a [FEATURE] Add device icons for mobile, tablet. desktop and rotate
|
|
635
|
+
504a44c8a [TASK] - Streamline new form and actions icons (#293)
|
|
636
|
+
|
|
637
|
+
## [1.4.1] - 2017-06-03
|
|
638
|
+
|
|
639
|
+
ba740346e [BUGFIX] Correct version number and add typo3 vendor
|
|
640
|
+
|
|
641
|
+
## [1.4.0] - 2017-06-02
|
|
642
|
+
|
|
643
|
+
0f3b83fd5 [FEATURE] Add actions-view-icon
|
|
644
|
+
863952952 [FEATURE] Add github pages
|
|
645
|
+
fbee10cba [FEATURE] Add actions-add-placeholder
|
|
646
|
+
91e40872d [FEATURE] Use npm run instead of gulp sequence (#289)
|
|
647
|
+
a20370688 [FEATURE] Add endtime icon for ticket #3464 (#288)
|
|
648
|
+
c9c3a1bdb [FEATURE] Add mimetype for typoscript and optimize source file
|
|
649
|
+
dbe62820b [FOLLOWUP][FEATURE] Add github pages
|
|
650
|
+
|
|
651
|
+
## [1.3.0] - 2017-04-20
|
|
652
|
+
|
|
653
|
+
ad7eeac02 [TASK] Remove obsolete actions-document-close and actions-edit-add
|
|
654
|
+
|
|
655
|
+
## [1.2.0] - 2017-03-31
|
|
656
|
+
|
|
657
|
+
cd0f4c23b [FEATURE] Add module-form
|
|
658
|
+
d6fcfcc32 [FEATURE] Add actions-check
|
|
659
|
+
b2b6f9b47 [FEATURE] Add actions-pagetree
|
|
660
|
+
e3d2d5a14 [BUGFIX] Correct links to repository
|
|
661
|
+
237a5ca08 [TASK] Add actions-database-export
|
|
662
|
+
78f5d24d6 [TASK] Add actions-duplicates
|
|
663
|
+
de5d34efa [TASK] Add actions-replace
|
|
664
|
+
0914cb2ba [TASK] Add actions-rename
|
|
665
|
+
f00d79408 [TASK] Add actions-cloud
|
|
666
|
+
d586d8812 [TASK] Add actions-menu
|
|
667
|
+
b1f78a443 [TASK] Add actions-folder
|
|
668
|
+
0da59797a [TASK] Add actions-save icon
|
|
669
|
+
|
|
670
|
+
## [1.1.1] - 2017-03-30
|
|
671
|
+
|
|
672
|
+
e89ac3531 [FEATURE] Add content media icon
|
|
673
|
+
eca504909 [BUGFIX] Fix wrong URL in twig file (#284)
|
|
674
|
+
c966e4a62 [BUGFIX] Fix wrong URL in twig file (#284)
|
|
675
|
+
5d4bb5d77 [TASK] Add new icons for module install tool
|
|
676
|
+
575897dd7 [TASK] Add minimal build instructions
|
|
677
|
+
|
|
678
|
+
## [1.1.0] - 2017-02-09
|
|
679
|
+
|
|
680
|
+
f9f94b312 [FEATURE] Introduce content-coffee
|
|
681
|
+
a8b9ecea6 [FEATURE] Introduce content-menu-thumbnail
|
|
682
|
+
660aaf356 [FEATURE] Introduce content-text-teaser
|
|
683
|
+
d126cd27e [FEATURE] Introduce content-text-columns
|
|
684
|
+
fea26234f [FEATURE] Introduce content-carousel-html
|
|
685
|
+
4e9c7c109 [FEATURE] Introduce content-carousel-header
|
|
686
|
+
f4b4cab64 [FEATURE] Introduce content-carousel-image
|
|
687
|
+
8e24b8706 [FEATURE] Introduce content-carousel
|
|
688
|
+
d6b24b8c0 [FEATURE] Introduce content-accordion
|
|
689
|
+
ebc0cbef4 [FEATURE] Introduce content-audio
|
|
690
|
+
a2d450e13 [FEATURE] Introduce content-info
|
|
691
|
+
6523c0b6d [FEATURE] Introduce content-briefcase
|
|
692
|
+
713caf363 [FEATURE] Introduce content-panel
|
|
693
|
+
7d1e706fa [FEATURE] Introduce content-news
|
|
694
|
+
4f7babb30 [FEATURE] Introduce content-quote
|
|
695
|
+
dfb49c80c [FEATURE] Introduce content-idea
|
|
696
|
+
40bbf8ff7 [FEATURE] Introduce content-tab
|
|
697
|
+
f5764c441 [FEATURE] Introduce content-tab-item
|
|
698
|
+
a5e95b7da [TASK] Add actions-database-import and actions-database-reload
|
|
699
|
+
dccc62a4d [TASK] Make mimetypes-x-content-form available as content-form
|
|
700
|
+
3923256db [TASK] Rename gulp tasks to clean, min and docs
|
|
701
|
+
82cd8c186 [TASK] Generate minified versions
|
|
702
|
+
bdf135e85 Document icon usage
|
|
703
|
+
ce354a840 Create actions-remove
|
|
704
|
+
|
|
705
|
+
## [1.11.1] - 2020-04-30
|
|
706
|
+
|
|
707
|
+
a9ae96d90 [TASK] Resolve audit warnings of 3rd party devDependencies
|
|
708
|
+
3276c4973 [TASK] Upgrade dependencies in general
|
|
709
|
+
|
|
710
|
+
## [1.11.0] - 2020-02-21
|
|
711
|
+
|
|
712
|
+
3241ec9d8 [FEATURE] Add actions-bolt
|
|
713
|
+
65671db86 [FEATURE] Add actions-git
|
|
714
|
+
b23a2134b [FEATURE] Add directional action-arrows
|
|
715
|
+
d46ad0ca3 [FEATURE] Add actions-rss
|
|
716
|
+
c01e7eac9 [FEATURE] Add actions-server
|
|
717
|
+
00ba2f83d [FEATURE] Add content-listgroup
|
|
718
|
+
a688f25d8 [FEATURE] Add content-text-img variants
|
|
719
|
+
9413037a3 [FEATURE] Add content-card icons
|
|
720
|
+
26a963756 [FEATURE] Add content-timeline icons
|
|
721
|
+
424c2bd6d [FEATURE] Add content-csv
|
|
722
|
+
760678fa6 [FEATURE] Add content-carousel-item-textandimage
|
|
723
|
+
6f05ac580 [FEATURE] Add content-carousel-item-calltoaction
|
|
724
|
+
56ff55a65 [FEATURE] Add chart-bar and chart-pie
|
|
725
|
+
eb51e4bcd [FEATURE] Add content-book
|
|
726
|
+
80da1735e [FEATURE] Add dashboard icons
|
|
727
|
+
5f6cf4f13 [FEATURE] Add code-fork and code-merge
|
|
728
|
+
fe7633fe3 [FEATURE] Add actions-code
|
|
729
|
+
0263e86eb [FEATURE] Add actions-archive
|
|
730
|
+
7b6c01b3c [FEATURE] Add actions-building
|
|
731
|
+
832216255 [FEATURE] Add actions-chat
|
|
732
|
+
7fea183e5 [FEATURE] Add actions-accessibility (#304)
|
|
733
|
+
c565fda6f [FEATURE] Add actions-extension
|
|
734
|
+
2424cb289 [FEATURE] Add content-gallery
|
|
735
|
+
f4e887c9e [BUGFIX] Sharpen site module icon
|
|
736
|
+
877144aee [BUGFIX] Add missing class on code icon
|
|
737
|
+
f2ac45201 [BUGFIX] Update templates
|
|
738
|
+
afaf8bf73 [TASK] Refresh module icons
|
|
739
|
+
6a96222b8 [TASK] Refresh content-image
|
|
740
|
+
612053091 [TASK] Update content-menu-card
|
|
741
|
+
4ec93dfba [TASK] Refresh content-carousel-image
|
|
742
|
+
125b465c7 [TASK] Rename widget cta to calltoaction
|
|
743
|
+
61fe22113 [TASK] Use dark buttons for file links
|
|
744
|
+
f5a97795f [TASK] Update button class
|
|
745
|
+
74718bc0a [TASK] Upgrade bootstrap framework
|
|
746
|
+
6c26628c7 [TASK] Update packages
|
|
747
|
+
8576e03e7 [TASK] Use symbols for action view
|
|
748
|
+
037388e03 [TASK] Update dependencies and add http-server
|
|
749
|
+
36cf91167 1.11.0
|
|
750
|
+
|
|
751
|
+
## [1.10.0] - 2019-09-19
|
|
752
|
+
|
|
753
|
+
9f237862f [FEATURE] Add modulegroup icons
|
|
754
|
+
2b7c2a5a1 [FEATURE] Add actions-image
|
|
755
|
+
9b2fe9f64 [FEATURE] Add actions-globe
|
|
756
|
+
854cc1a33 [FEATURE] Add actions-rocket
|
|
757
|
+
adddc90ba [FEATURE] Add actions-star
|
|
758
|
+
38a84cc3e [FEATURE] Add actions-typo3
|
|
759
|
+
9f270a266 [FEATURE] Add actions-heart
|
|
760
|
+
8cff3a5b1 [FEATURE] Add actions-newspaper
|
|
761
|
+
251e7f8bc [FEATURE] Add actions-table
|
|
762
|
+
423634c10 [FEATURE] Add actions-category
|
|
763
|
+
c436f5d2a [TASK] Remove title tag in generated SVG files (#303)
|
|
764
|
+
6f0b1169e 1.10.0
|
|
765
|
+
|
|
766
|
+
## [1.9.0] - 2019-05-31
|
|
767
|
+
|
|
768
|
+
e024403c6 [FEATURE] Add actions-shield
|
|
769
|
+
ee7678f88 [FEATURE] Add actions-clock
|
|
770
|
+
d20c89c41 [FEATURE] Add actions-calendar and actions-calendar-alternative
|
|
771
|
+
a55c07b52 [FEATURE] Add actions-comment
|
|
772
|
+
69d775d41 [FEATURE] Add actions-tag
|
|
773
|
+
7cf920ae5 [FEATURE] Add actions-user
|
|
774
|
+
3ef6635df [FEATURE] Add actions-play
|
|
775
|
+
90c228c88 [FEATURE] Add actions-pause
|
|
776
|
+
5956b0889 [FEATURE] Add actions-dot
|
|
777
|
+
2c6a19a3b [FEATURE] Add actions-sort-amount
|
|
778
|
+
daff99885 [FEATURE] Add actions-cog
|
|
779
|
+
ad5fcbfeb [FEATURE] Add actions-viewmode icons
|
|
780
|
+
15b52aeae [FEATURE] Introduce file area for asset management
|
|
781
|
+
dd61eb3cc [FEATURE] Add file-add and folder-add
|
|
782
|
+
a79de9ac1 [FEATURE] Add actions-cloud-slash
|
|
783
|
+
4df02fc5d [FEATURE] Add actions-translate
|
|
784
|
+
7ec3838db [FEATURE] Add actions-approve icon
|
|
785
|
+
0d66f0484 [FEATURE] Add actions-ban icon
|
|
786
|
+
900db1beb [FEATURE] Add dashboard module icon
|
|
787
|
+
3a4954f1a [BUGFIX] Correct colors of actions-menu-alternative
|
|
788
|
+
6ca5bffd3 [BUGFIX] Prevent wrong group collapsing
|
|
789
|
+
5688bd8f3 [BUGFIX] Clean and populate dist/docs correctly
|
|
790
|
+
b88bccecd [TASK] Add icons.json and improve build process
|
|
791
|
+
0b3abd1b6 [TASK] Update bootstrap used in documentation
|
|
792
|
+
9de1e14ff [TASK] Rebuild docs
|
|
793
|
+
4db4e635f [TASK] Rebuild all icons
|
|
794
|
+
869d3de52 [TASK] Update dependencies
|
|
795
|
+
b1220bdd9 [TASK] Add favicon reference to markup
|
|
796
|
+
8ef0a2663 [TASK] Add favicon to docs
|
|
797
|
+
ec40423b8 1.9.0
|
|
798
|
+
|
|
799
|
+
## [1.8.0] - 2018-10-01
|
|
800
|
+
|
|
801
|
+
bcf98dbc2 [FEATURE] Add install tool environment icons
|
|
802
|
+
fd9cc30f7 [FEATURE] Add install tool upgrade icons
|
|
803
|
+
4fdf5962f [FEATURE] Add install tool settings icongs
|
|
804
|
+
3ec1da8a0 [FEATURE] Add install tool maintenance icons
|
|
805
|
+
6232b67fc [FEATURE] Add actions debug
|
|
806
|
+
02fd5a920 [FEATURE] Add sorting icons
|
|
807
|
+
1cfde20f1 [FEATURE] Add extension icon for CKEditor (#299)
|
|
808
|
+
f2474d73b [FEATURE] Add action-link icons (#298)
|
|
809
|
+
9fc53254d [FEATURE] Add information-os-unknown (#297)
|
|
810
|
+
d125b4826 [FEATURE] Add icon for seo module
|
|
811
|
+
5221b0376 [FEATURE] Differenciate menu from move and add menu-alternative
|
|
812
|
+
a5b1163c9 [BUGFIX] Correct docs page title
|
|
813
|
+
15ddd7f91 [BUGFIX] Resolve build issues
|
|
814
|
+
37144a6bb [BUGFIX] Use correct icon paths in icon overlay examples
|
|
815
|
+
1b24f334e [TASK] Improve scheduler icon
|
|
816
|
+
4452d9e02 [TASK] Add install to overview
|
|
817
|
+
46982e5f6 [TASK] Update docs template to reduce markup on a single page
|
|
818
|
+
8b684e5b2 [TASK] Cleanup actions-edit-copy
|
|
819
|
+
f905d072d [TASK] Drop html examples in dist folder
|
|
820
|
+
4280834a4 [TASK] Use https in repository description - fixes #294
|
|
821
|
+
1b6d6870e 1.8.0
|
|
822
|
+
|
|
823
|
+
## [1.7.0] - 2018-04-17
|
|
824
|
+
|
|
825
|
+
52a544f27 [FEATURE] Add information-typo3-version
|
|
826
|
+
02c7607c4 [TASK] Streamline naming for hidden pages
|
|
827
|
+
82885bc4d [TASK] Add missing form icons
|
|
828
|
+
0660a2dd9 [TASK] Optimize form-insert-in and move to actions
|
|
829
|
+
29f9da270 [TASK] Optimize form-insert-after and move to actions
|
|
830
|
+
82185b242 [TASK] Optimize form-file-upload
|
|
831
|
+
4e71de17f [TASK] Optimize form-page
|
|
832
|
+
c1f8816c2 [TASK] Optimize form-summary-page
|
|
833
|
+
c287d022f [TASK] Optimize form-hidden
|
|
834
|
+
4a9007cb5 [TASK] Optimize form-finisher
|
|
835
|
+
292d92e52 [TASK] Optimize form-multi-select
|
|
836
|
+
98755e76d [TASK] Optimize form-multi-checkbox
|
|
837
|
+
a62d948c2 [TASK] Optimize form-single-select
|
|
838
|
+
99a251343 [TASK] Optimize form-image-upload
|
|
839
|
+
6baa19e30 [TASK] Optimize form-radio-button
|
|
840
|
+
098e7dc77 [TASK] Optimize form-text
|
|
841
|
+
72f6cdf32 [TASK] Optimize form-validator
|
|
842
|
+
459dce7ab [TASK] Optimize form-textarea
|
|
843
|
+
015d95357 [TASK] Optimize form-static-text
|
|
844
|
+
1d2ef24bc [TASK] Optimize form-gridrow
|
|
845
|
+
34de0ac3e [TASK] Optimize form-gridcontainer
|
|
846
|
+
7ae3b8236 [TASK] Optimize form-date-picker
|
|
847
|
+
2c5e88135 [TASK] Optimize form-fieldset
|
|
848
|
+
137407b02 [TASK] Optimize form-content-element
|
|
849
|
+
aaeadae87 [TASK] Optimize form-password
|
|
850
|
+
7f186fd43 [TASK] Optimize form-checkbox
|
|
851
|
+
18b8014b7 [TASK] Optimize form-advanced-password
|
|
852
|
+
50bf5a5e0 [TASK] Streamline undo and redo action icons
|
|
853
|
+
c0e1c760d [TASK] Add actions-edit-redo and bugfix undo
|
|
854
|
+
9f3f714ca 1.7.0
|
|
855
|
+
|
|
856
|
+
## [1.6.0] - 2018-03-07
|
|
857
|
+
|
|
858
|
+
27090ec82 [FEATURE] Add site-management module icons
|
|
859
|
+
230530793 [FEATURE] Add system redirects icons
|
|
860
|
+
0308b82c0 [FEATURE] Add icon for admin panel
|
|
861
|
+
df0319032 [FEATURE] Add content-menu-card
|
|
862
|
+
417252afd [FEATURE] Add content-marker
|
|
863
|
+
0b8cee693 [FEATURE] Add content-map
|
|
864
|
+
21ea99394 [FEATURE] Add content-target
|
|
865
|
+
9cfe31e1c [BUGFIX] Remove leftover from content-map
|
|
866
|
+
640900b44 [TASK] Update dependencies
|
|
867
|
+
6b8adc4c9 [TASK] Update build informations and remove icon listing from readme
|
|
868
|
+
79c271d8c [TASK] Use yarn instead of package-lock from npm
|
|
869
|
+
a946d9437 [TASK] Add content-store
|
|
870
|
+
2c8133e7f [TASK] Add content-clock
|
|
871
|
+
9097a0910 1.6.0
|
|
872
|
+
d7973da94 [FOLLOWUP][FEATURE] Add icon for admin panel
|
|
873
|
+
|
|
874
|
+
## [1.5.1] - 2017-09-08
|
|
875
|
+
|
|
876
|
+
318dbeaaf [BUGFIX] Correct package name
|
|
877
|
+
f8589bce4 1.5.1
|
|
878
|
+
|
|
879
|
+
## [1.5.0] - 2017-09-08
|
|
880
|
+
|
|
881
|
+
8429d5c89 [FEATURE] - Add form framework icons (#292)
|
|
882
|
+
238d34bbc [FEATURE] Add actions-device-unidentified
|
|
883
|
+
cabe18135 [FEATURE] Add actions-expand icon
|
|
884
|
+
21f81d794 [FEATURE] Add actions-fullscreen
|
|
885
|
+
f365699a6 [FEATURE] Add actions-device-orientation-change as replacement for actions-device-rotate
|
|
886
|
+
c8a88af6a [FEATURE] Add device icons for mobile, tablet. desktop and rotate
|
|
887
|
+
504a44c8a [TASK] - Streamline new form and actions icons (#293)
|
|
888
|
+
|
|
889
|
+
## [1.4.1] - 2017-06-03
|
|
890
|
+
|
|
891
|
+
ba740346e [BUGFIX] Correct version number and add typo3 vendor
|
|
892
|
+
|
|
893
|
+
## [1.4.0] - 2017-06-02
|
|
894
|
+
|
|
895
|
+
0f3b83fd5 [FEATURE] Add actions-view-icon
|
|
896
|
+
863952952 [FEATURE] Add github pages
|
|
897
|
+
fbee10cba [FEATURE] Add actions-add-placeholder
|
|
898
|
+
91e40872d [FEATURE] Use npm run instead of gulp sequence (#289)
|
|
899
|
+
a20370688 [FEATURE] Add endtime icon for ticket #3464 (#288)
|
|
900
|
+
c9c3a1bdb [FEATURE] Add mimetype for typoscript and optimize source file
|
|
901
|
+
dbe62820b [FOLLOWUP][FEATURE] Add github pages
|
|
902
|
+
|
|
903
|
+
## [1.3.0] - 2017-04-20
|
|
904
|
+
|
|
905
|
+
ad7eeac02 [TASK] Remove obsolete actions-document-close and actions-edit-add
|
|
906
|
+
|
|
907
|
+
## [1.2.0] - 2017-03-31
|
|
908
|
+
|
|
909
|
+
cd0f4c23b [FEATURE] Add module-form
|
|
910
|
+
d6fcfcc32 [FEATURE] Add actions-check
|
|
911
|
+
b2b6f9b47 [FEATURE] Add actions-pagetree
|
|
912
|
+
e3d2d5a14 [BUGFIX] Correct links to repository
|
|
913
|
+
237a5ca08 [TASK] Add actions-database-export
|
|
914
|
+
78f5d24d6 [TASK] Add actions-duplicates
|
|
915
|
+
de5d34efa [TASK] Add actions-replace
|
|
916
|
+
0914cb2ba [TASK] Add actions-rename
|
|
917
|
+
f00d79408 [TASK] Add actions-cloud
|
|
918
|
+
d586d8812 [TASK] Add actions-menu
|
|
919
|
+
b1f78a443 [TASK] Add actions-folder
|
|
920
|
+
0da59797a [TASK] Add actions-save icon
|
|
921
|
+
|
|
922
|
+
## [1.1.1] - 2017-03-30
|
|
923
|
+
|
|
924
|
+
e89ac3531 [FEATURE] Add content media icon
|
|
925
|
+
eca504909 [BUGFIX] Fix wrong URL in twig file (#284)
|
|
926
|
+
c966e4a62 [BUGFIX] Fix wrong URL in twig file (#284)
|
|
927
|
+
5d4bb5d77 [TASK] Add new icons for module install tool
|
|
928
|
+
575897dd7 [TASK] Add minimal build instructions
|
|
929
|
+
|
|
930
|
+
## [1.1.0] - 2017-02-09
|
|
931
|
+
|
|
932
|
+
f9f94b312 [FEATURE] Introduce content-coffee
|
|
933
|
+
a8b9ecea6 [FEATURE] Introduce content-menu-thumbnail
|
|
934
|
+
660aaf356 [FEATURE] Introduce content-text-teaser
|
|
935
|
+
d126cd27e [FEATURE] Introduce content-text-columns
|
|
936
|
+
fea26234f [FEATURE] Introduce content-carousel-html
|
|
937
|
+
4e9c7c109 [FEATURE] Introduce content-carousel-header
|
|
938
|
+
f4b4cab64 [FEATURE] Introduce content-carousel-image
|
|
939
|
+
8e24b8706 [FEATURE] Introduce content-carousel
|
|
940
|
+
d6b24b8c0 [FEATURE] Introduce content-accordion
|
|
941
|
+
ebc0cbef4 [FEATURE] Introduce content-audio
|
|
942
|
+
a2d450e13 [FEATURE] Introduce content-info
|
|
943
|
+
6523c0b6d [FEATURE] Introduce content-briefcase
|
|
944
|
+
713caf363 [FEATURE] Introduce content-panel
|
|
945
|
+
7d1e706fa [FEATURE] Introduce content-news
|
|
946
|
+
4f7babb30 [FEATURE] Introduce content-quote
|
|
947
|
+
dfb49c80c [FEATURE] Introduce content-idea
|
|
948
|
+
40bbf8ff7 [FEATURE] Introduce content-tab
|
|
949
|
+
f5764c441 [FEATURE] Introduce content-tab-item
|
|
950
|
+
a5e95b7da [TASK] Add actions-database-import and actions-database-reload
|
|
951
|
+
dccc62a4d [TASK] Make mimetypes-x-content-form available as content-form
|
|
952
|
+
3923256db [TASK] Rename gulp tasks to clean, min and docs
|
|
953
|
+
82cd8c186 [TASK] Generate minified versions
|
|
954
|
+
bdf135e85 Document icon usage
|
|
955
|
+
ce354a840 Create actions-remove
|
|
956
|
+
|
|
957
|
+
## [1.0.0] - 2017-01-21
|
|
958
|
+
|
|
959
|
+
50610c6a1 [BUGFIX] Correct codestyle
|
|
960
|
+
174d6919a [TASK] Release 1.0.0
|
|
961
|
+
0c6a74ab0 [TASK] Regenerate Docs
|
|
962
|
+
0cf45bde0 [TASK] Update gitattributes
|
|
963
|
+
c11678a0f [TASK] Update editorconfig
|
|
964
|
+
cbf150244 [TASK] Transfer repository and all copyrights to the TYPO3 project
|
|
965
|
+
dedb1389a [TASK] Add mimetypes-x-sys_file_storage
|
|
966
|
+
f74bb53d7 [TASK] Add content-menu-pages and content-menu-recently-updated
|
|
967
|
+
54691b376 [TASK] Optimize content-menu-related
|
|
968
|
+
a2de4f766 [TASK] Add content-menu-related
|
|
969
|
+
26c5724da [TASK] Add content-menu-categorized
|
|
970
|
+
d6114ead9 [TASK] Optimize content-menu-abstract
|
|
971
|
+
5836dec9d [TASK] Add content-menu-abstract and content-menu-section
|
|
972
|
+
0674ce174 [TASK] Add content-menu-sitemap and content-menu-sitemap-pages
|
|
973
|
+
ba1b43671 [TASK] Recompile all svgs
|
|
974
|
+
9455e7faf [TASK] Add gitattributes
|
|
975
|
+
a67c37c63 [TASK] Add editorconfig
|
|
976
|
+
ac9b27377 [TASK] Add content-inside-text-img-left and content-inside-text-img-right
|
|
977
|
+
ca210cb5c [TASK] Add mimetypes-x-content-text-media and content-textmedia - fixes #271
|
|
978
|
+
2af03b923 [TASK] Unify search icons
|
|
979
|
+
408d84890 [TASK] Adjust open document database
|
|
980
|
+
3fcae0865 [TASK] Adjust search icons
|
|
981
|
+
cf9a4e057 [TASK] Adjust uploads
|
|
982
|
+
ddf9c9925 [TASK] Adjust login
|
|
983
|
+
9da5d4887 [TASK] Adjust mailform
|
|
984
|
+
e44ef0ded [TASK] add Content wizard icons
|
|
985
|
+
8f63b99e2 [TASK] Add gulp task to generate readme.md file
|
|
986
|
+
25e89a7f6 Resolves #273
|
|
987
|
+
3e75c5ce6 Resolves #272
|
|
988
|
+
61085cac9 updated #275 - fixed typo
|
|
989
|
+
e005b08a8 updated #275
|
|
990
|
+
3cdd5ab72 Resolves #274
|
|
991
|
+
d3754c6c2 Resolves #275
|
|
992
|
+
28d6e03f8 Adjusted mimetypes-media-image to overlay image for a more uniform mood
|
|
993
|
+
aa595ded4 #268 - optimized mimetypes-open-document-database
|
|
994
|
+
83f34b829 #268 adding open document files (wip)
|
|
995
|
+
1afaf1a1f fixes #257
|
|
996
|
+
96c770393 fixes #254
|
|
997
|
+
59f877dde Add mimetypes-x-sys_note
|
|
998
|
+
9506ebe52 Adjust overlay-edit - fixes #264
|
|
999
|
+
603203ec8 Add actions-pagetree-mountroot - fixes #265
|
|
1000
|
+
1dfa66678 Add actions-pagetree-collapse and actions-pagetree-expand - fixes #266, fixes #267
|
|
1001
|
+
c81673b4d Add content-special-shortcut - fixes #258
|
|
1002
|
+
cc2b2f916 Remove empty folders from listing
|
|
1003
|
+
6ae14283e Adjust actions-edit-hide and actions-edit-unhide. Fixes #224.
|
|
1004
|
+
7226a7453 Adjust module-indexed_search.
|
|
1005
|
+
2154a4a40 Adjust module-func.
|
|
1006
|
+
50a47751f Add actions-file-openoffice - fixes #246
|
|
1007
|
+
08523c919 Add actions-file-pdf - fixes #243
|
|
1008
|
+
8dceb63db Add actions-file-html - fixes #244
|
|
1009
|
+
d1b7ce619 Add actions-file-csv
|
|
1010
|
+
c2330d2bc Add actions-file
|
|
1011
|
+
cfab70794 Adjust content-plugin and mimetypes-x-content-plugin
|
|
1012
|
+
8c997e773 Adjust module-reports
|
|
1013
|
+
a3dcd390d Adjust module-reports
|
|
1014
|
+
a5a7243a3 Adjust module-tstemplate
|
|
1015
|
+
2930fb284 Adjust module-filelist
|
|
1016
|
+
afa60d407 Adjust module-belog
|
|
1017
|
+
dc66f7ccf Adjust module-install
|
|
1018
|
+
801aa5cf1 Adjust module-about
|
|
1019
|
+
6db0701ed Adjust module-documentation
|
|
1020
|
+
d6a7fc6d9 Adjust module-cshmanual
|
|
1021
|
+
cfc37fa4a Adjust module-list.
|
|
1022
|
+
9904cb344 Adjust user modules
|
|
1023
|
+
18169b64b Adjust module-config
|
|
1024
|
+
7fe53cf4d Adjust module-dbal
|
|
1025
|
+
8b42400aa New module-filelist.
|
|
1026
|
+
18ebc88e0 Adjust module-scheduler
|
|
1027
|
+
9a96ce711 Inverting module-aboutmodules, module-cshmanual, module-documentation, module-extensionmanager. Fix module-viewpage.
|
|
1028
|
+
056a3a721 Adjust module-permisson
|
|
1029
|
+
8ae1b3de8 Adjust module-page
|
|
1030
|
+
a78f65e3a Adjust module-permission
|
|
1031
|
+
9628b092e Invert module-recycler
|
|
1032
|
+
ba1d5ed71 New module-documentation, new module-aboutmodules, new module-cshmanual.
|
|
1033
|
+
2fc82695e Fix module-info, fix module-config.
|
|
1034
|
+
9c28664fb Adjust module-extensionmanager.
|
|
1035
|
+
dce10b424 Blubb
|
|
1036
|
+
69f4aa160 Adjust mimetypes-x-sys_workspace
|
|
1037
|
+
e45b18e74 Adjust mimetypes-compressed
|
|
1038
|
+
fd2d7d383 Adjust mimetype-application
|
|
1039
|
+
77517e992 Adjust mimetypes-x-content-template
|
|
1040
|
+
bcee6a35e Adjust mimetypes-media-image
|
|
1041
|
+
bc421c1ac Adjust mimetypes-x-content-multimedia
|
|
1042
|
+
bf44c3ae3 Adjust mimetypes-x-content-script
|
|
1043
|
+
d72808147 Adjust mimetypes-x-content-plugin
|
|
1044
|
+
089b1af63 Adjust mimetypes-x-content-template-static
|
|
1045
|
+
90bf9e219 Adjust mimetypes-x-content-template-extension
|
|
1046
|
+
fde471667 Adjust mimetypes-x-sys_action
|
|
1047
|
+
7e708ea15 Adjust mimetypes-x-sys_category
|
|
1048
|
+
e3d8d9a29 Adjust mimetypes-x-content-link
|
|
1049
|
+
b4d182a2e Adjust mimetypes-x-content-form-search
|
|
1050
|
+
7050d09de Adjust mimetypes-x-content-form
|
|
1051
|
+
51f77a28e Adjust mimetypes-x-content-list-files
|
|
1052
|
+
7cb595245 Adjust mimetypes-x-content-login
|
|
1053
|
+
c73901439 Adjust mimetypes-x-content-list-bullets
|
|
1054
|
+
0c11a20cb Adjust mimetypes-x-content-html
|
|
1055
|
+
aca2495b0 Adjust mimetypes-x-content-image
|
|
1056
|
+
3ab452cb1 Adjust mimetypes-x-sys_filemounts
|
|
1057
|
+
42a521609 Adjust mimetypes-x-content-page-language-overlay
|
|
1058
|
+
089228e62 Adjust overlay-translated
|
|
1059
|
+
50c46d5d7 Update border
|
|
1060
|
+
aeffae4e7 Update apps-pagetree-page-content-from-page-*
|
|
1061
|
+
0aec25492 Add mimetypes-x-index_config - fixes #40
|
|
1062
|
+
7c51d330c Add apps-pagetree-drag-new-* - fixes #195, fixes #194 and apps-pagetree-drag-copy-*- fixes #189, fixes #188
|
|
1063
|
+
c9f9c59d3 Add apps-pagetree-drag-move-* - fixes #190, fixes #191, fixes #192, fixes #193
|
|
1064
|
+
a93aaec5f Add apps-pagetree-drag-place-denied - fixes #196
|
|
1065
|
+
dc230acf7 Add apps-pagetree-folder-contains-fe_users - fixes #168
|
|
1066
|
+
158c5ac45 Add apps-pagetree-folder-contains-shop - fixes #172
|
|
1067
|
+
5be216923 Add overlay-shop
|
|
1068
|
+
696f38b60 Add apps-pagetree-page-shortcut-external-root - fixes #183
|
|
1069
|
+
ea024275f Add overlay-external-link
|
|
1070
|
+
fcbb4c5e5 Cleanup shortcut icons
|
|
1071
|
+
d47f2f2c9 Blubb
|
|
1072
|
+
4a7cbf696 Adjust border part 2
|
|
1073
|
+
ce600e34c Adjust border part 1
|
|
1074
|
+
290db5d22 Correct viewport
|
|
1075
|
+
f382543cb Add apps-pagetree-page-recycler - fixes #180
|
|
1076
|
+
757ea01c1 Add apps-pagetree-page-recycler-hideinmenu - fixes #181
|
|
1077
|
+
63849adb2 Add apps-pagetree-spacer-root - fixes #186
|
|
1078
|
+
11c3408de Add apps-pagetree-folder-contains-board - fixes #169
|
|
1079
|
+
0bd432f50 Adjust advanced to differenciate better from additions
|
|
1080
|
+
8c650f7d2 Add apps-pagetree-folder-contains-approve - fixes #170
|
|
1081
|
+
a3d469d02 Add apps-pagetree-folder-contains-news - fixes #171
|
|
1082
|
+
07d27b09f Adjust apps-filetree-folder-opened
|
|
1083
|
+
a05605aec Add apps-filetree-folder-news - fixes #199
|
|
1084
|
+
99a288470 Add overlay-news
|
|
1085
|
+
8143b268e Adjust apps-filetree-folder-media and add apps-filetree-folder
|
|
1086
|
+
9463ab839 Add overlay-media
|
|
1087
|
+
6d2563432 Adjust apps-filetree-folder-locked
|
|
1088
|
+
c7f819f2f Add apps-filetree-folder-list - fixes #197
|
|
1089
|
+
a9587092f Add overlay-list
|
|
1090
|
+
4914ac917 Add apps-filetree-folder-add - fixes #198
|
|
1091
|
+
300f34318 Add apps-filetree-folder-user - fixes #200
|
|
1092
|
+
d70a84585 Remove large size from readme
|
|
1093
|
+
002c7c4d7 grml
|
|
1094
|
+
de2d6b1d9 Adjust wrong overlay size in readme
|
|
1095
|
+
436598e7f Adjust overlay-locked
|
|
1096
|
+
6dbda9d8a Adjust overlay-deleted
|
|
1097
|
+
b68e2717c Add apps-pagetree-backend-user amd apps-pagetree-backend-user-hideinmenu - fixes #204, fixes #203
|
|
1098
|
+
484bf999a Add apps-pagetree-page-backend-user*
|
|
1099
|
+
60427c63e Add overlay-backenduser
|
|
1100
|
+
ea273817a Add overlay-frontendusers
|
|
1101
|
+
0e80bb4fe Add overlay-frontenduser
|
|
1102
|
+
a5513a668 Add overlay-backendusers
|
|
1103
|
+
53d820186 Update some filetree icons
|
|
1104
|
+
3833da330 Add apps-irre-collapsed and apps-irre-expanded - fixes #202, fixes #201
|
|
1105
|
+
47097ff52 Add apps-pagetree-expand and apps-pagetree-collapse - fixes #206, fixes #205
|
|
1106
|
+
fc3365aac Adjust shortcut
|
|
1107
|
+
1be9fc6b0 Adjust advanced
|
|
1108
|
+
13b979c26 Adjust mountpoints
|
|
1109
|
+
184a843b1 Adjust module listing
|
|
1110
|
+
c98bdc851 Remove unused overlay sizes
|
|
1111
|
+
83d6edc29 Add apps-pagetree-page-frontent-user*
|
|
1112
|
+
e9fa5df5e Add apps-pagetree-page-backend-users-root - fixes #166
|
|
1113
|
+
6b4f18bf5 Add apps-pagetree-page-backend-users-hideinmenu - fixes #210
|
|
1114
|
+
0327ac8de Update apps-pagetree-page
|
|
1115
|
+
171506e07 Add apps-pagetree-page-default - fixes #177
|
|
1116
|
+
a08304200 Add apps-pagetree-folder-root - fixes #175
|
|
1117
|
+
c884e93f2 Add apps-pagetree-folder-hideinmenu - fixes #174
|
|
1118
|
+
f6b94b164 Adjust module-recycler
|
|
1119
|
+
841becfb1 Adjust module-workspaces
|
|
1120
|
+
923581c09 Adjust module-help
|
|
1121
|
+
6f7cd470d Add actions-unlock - fixes #222
|
|
1122
|
+
cbb7ef0ec Adjust apps-pagetree-root
|
|
1123
|
+
ce3677a9f Add apps-pagetree-spacer-* - fixes #184, fixes #185
|
|
1124
|
+
f40ea2b5c Add apps-pagetree-page-advanced-* - fixes #209, fixes #208, fixes #207
|
|
1125
|
+
cb1f6aae3 Add apps-pagetree-page-mountpoint-hideinmenu - fixes #178
|
|
1126
|
+
25332c9f4 Add apps-pagetree-page-mountpoint-root - fixes #179
|
|
1127
|
+
a46914fd5 Add apps-pagetree-page-mountpoint - fixes #211
|
|
1128
|
+
67ff074b9 Adjust apps-pagetree-page
|
|
1129
|
+
5b09f5520 Add apps-pagetree-page-domain - fixes #176
|
|
1130
|
+
4c71f8794 Add apps-pagetree-folder-default
|
|
1131
|
+
283fdb974 Update database module icons
|
|
1132
|
+
f435f439d Update module-belog
|
|
1133
|
+
faf1debb2 Update module-belog
|
|
1134
|
+
d5b95444a Cleanup module-taskcenter
|
|
1135
|
+
876411f74 Unify workspaces module
|
|
1136
|
+
db12764cb Fixing actions-page-move.
|
|
1137
|
+
b8288cea0 Add apps-toolbar-menu-opendocs - fixes #187
|
|
1138
|
+
9c218ff50 Add apps-toolbar-menu-help - fixes #216
|
|
1139
|
+
fff49de29 Add apps-toolbar-menu-actions - fixes #218
|
|
1140
|
+
ec8bca4b7 Adjust actions-logout
|
|
1141
|
+
265a40175 Add apps-toolbar-menu-systeminformation - fixes #213
|
|
1142
|
+
324f1cadd Add apps-toolbar-menu-shortcut - fixes #214
|
|
1143
|
+
7f4806ce0 Add apps-toolbar-menu-cache - fixes #215
|
|
1144
|
+
4ca7b8c8c Add apps-toolbar-menu-workspace - fixes #217
|
|
1145
|
+
1f5f25d37 Add actions-lock - fixes #212
|
|
1146
|
+
eb46c44e1 Add actions-logout - fixes #219
|
|
1147
|
+
24977b6d0 Add actions-version-workspace-sendtostage - fixes #148
|
|
1148
|
+
95844f25c Add actions-system-typoscript-documentation - fixes #140, fixes #141
|
|
1149
|
+
040d17017 Use prefix as foldername
|
|
1150
|
+
5ee04b903 Add actions-system-pagemodule-open. Fixes #138.
|
|
1151
|
+
62abf687f Add actions-input-clear. Fixes #71.
|
|
1152
|
+
d3774613b Add actions-system-options-view. Fixes #137.
|
|
1153
|
+
6db05d20f Add actions-selection-delete - fixes #81
|
|
1154
|
+
9cffbca3e Add actions-insert-record -fixes #131
|
|
1155
|
+
9dd9b928f Add actions-view-table-collapse, actions-view-table-expand. Fixes #91, fixes #92.
|
|
1156
|
+
9b84f1a01 Add actions-window-open - fixes #93
|
|
1157
|
+
1aa32563f Add actions-view-list-collapse, actions-view-list-expand, actions-online-media-add. Fixes #149, fixes #150, fixes #158.
|
|
1158
|
+
e37dee1a1 Add actions-markstate, add actions-unmarkstate. Fixes #73, fixes #142.
|
|
1159
|
+
51ad244c8 mimetypes-x-sys_news
|
|
1160
|
+
ab0ecf4f8 fixes #32
|
|
1161
|
+
0fb9df1ff fixes #31
|
|
1162
|
+
2ced21c51 fixes #16
|
|
1163
|
+
fb0dfcacb fixes #34
|
|
1164
|
+
9d6ed7aa9 fixes #55
|
|
1165
|
+
444df37ab fixes #102
|
|
1166
|
+
bb2ad2f41 fixes #101
|
|
1167
|
+
74a28df2f fixes #103
|
|
1168
|
+
cab4626eb fixes #104
|
|
1169
|
+
2304728dd Add actions-document-close. Fixes #122.
|
|
1170
|
+
25db9b34b Add actions-edit-upload. Fixes #124.
|
|
1171
|
+
3717d0950 Add actions-system-cache-clear-rte. Fixes #126.
|
|
1172
|
+
b3997984d Add actions-view-paging-*-disabled. Fixes #127, fixes #128, fixes #129, fixes #130.
|
|
1173
|
+
be68af26e Add actions-swap. Fixes #146.
|
|
1174
|
+
ec25a4d33 Add actions-system-refresh. Fixes #139.
|
|
1175
|
+
6d963c3d1 Add actions-template-new. Fixes #143.
|
|
1176
|
+
83391184c Add actions-version-document-remove. Fixes #144.
|
|
1177
|
+
7b71684ff Add actions-version-page-open. Fixes #145.
|
|
1178
|
+
a4e1aaa55 Add actions-version-workspace-preview. Fixes #147
|
|
1179
|
+
1f20e33c0 Add actions-document-view, actions-view, actions-preview. Fixes #123.
|
|
1180
|
+
b5f538a5f Add actions-message-error-close, actions-message-information-close, actions-message-notice-close, actions-message-ok-close, actions-message-warning-close. Fixes #125.
|
|
1181
|
+
2929ad257 Add actions-system-extension-import, actions-system-extension-install, actions-system-extension-uninstall, actions-system-extension-update-disable, actions-system-extension-update.
|
|
1182
|
+
44f0ea441 Modify actions-document-paste-after, actions-document-paste-before.
|
|
1183
|
+
e04220d4c Fix actions-document-open-read-only. Fixes #117.
|
|
1184
|
+
bf44cb993 Hotfix: actions-document-paste, actions-edit-copy-release.
|
|
1185
|
+
e4f55633f Add actions-edit-copy-release, add actions-edit-copy. Modify actions-document-paste-into, actions-document-paste. Fixes #63, fixes #64.
|
|
1186
|
+
437fb5931 optimized overlay locked
|
|
1187
|
+
69aa5b15d optimized overlay restricted
|
|
1188
|
+
0929b7b35 Add actions-document-select, add actions-edit-restore, add actions-edit-undelete-edit. Fixes #61, fixes #69, fixes #68.
|
|
1189
|
+
a217f5d43 updated overlay deleted
|
|
1190
|
+
702a64cc1 Add overlay size-info to readme
|
|
1191
|
+
c0c0386bb Update overlays-edit, -hidden, -includes-subpages, -info, -missing, -new, -readonly, -restricted, -scheduled, -translated, -warning
|
|
1192
|
+
5d97e6f20 Add actions-edit-download, add actions-insert-reference. Fixes #65, fixes #72
|
|
1193
|
+
7a9346e88 Redesign actions-system-cache-clear icon
|
|
1194
|
+
3fed43c49 Force hardware acceleration for svg and images in icons
|
|
1195
|
+
cfc5fa47e Add actions-system-extension-documentation
|
|
1196
|
+
6466c2d08 Add overlay-edit - fixes #98
|
|
1197
|
+
49f41deb5 Add actions-edit-unhide and actions-edit-hide - fixes #67, fixes #66
|
|
1198
|
+
fdbbcbcd4 Add actions-synchronize
|
|
1199
|
+
e685df2d6 Add actions-document-synchronize
|
|
1200
|
+
9eb72205d Add actions-system-list-open - fixes #59
|
|
1201
|
+
5ca6aa7b2 Add actions-edit-undo - fixes #70
|
|
1202
|
+
3e22da0d7 Add actions-system-backend-user-emulate
|
|
1203
|
+
c452e6d04 Add actions-system-backend-user-switch
|
|
1204
|
+
c876a563a fixes #108 - optimized for 10px
|
|
1205
|
+
37771fe11 fixes #107 - optimized for 10px
|
|
1206
|
+
39d6260f7 Adjust overlay size
|
|
1207
|
+
d44792419 optimized #105 for 10px
|
|
1208
|
+
9eaa3c51b optimized #106 for 10px
|
|
1209
|
+
e781c30a3 optimized #10 + #21
|
|
1210
|
+
b880833b1 #10 optimized content x link
|
|
1211
|
+
b20e8a9c7 fixes #10
|
|
1212
|
+
102d1e77c fixes #58
|
|
1213
|
+
89e66a012 Remove large option from overlay preview
|
|
1214
|
+
a34ddce62 Adjust overlay preview
|
|
1215
|
+
828bcb55a Add actions-document-history-open - fixes #56
|
|
1216
|
+
660ec181c #58: test for hidden shortcut icon (WIP)
|
|
1217
|
+
6acbe7520 Update actions-page-open
|
|
1218
|
+
6f77bf767 fixes #105
|
|
1219
|
+
5ce5140ec Update actions-document-edit-access
|
|
1220
|
+
a2ac48c8f Add actions-document-open-read-only
|
|
1221
|
+
5141053ca Add actions-document-open
|
|
1222
|
+
67625de4b changed overlay info to overlay warning
|
|
1223
|
+
d03edd7f7 fix readme
|
|
1224
|
+
8a3cb3331 fixes #57
|
|
1225
|
+
83b0aa2c4 fixes #33 + new overlay "info" + optimized mimetype text
|
|
1226
|
+
91baedf5d Update styleguide for action icons
|
|
1227
|
+
307f9c2fe Add actions-system-extension-sqldump - fixes #86
|
|
1228
|
+
372cbc155 Add actions-system-extension-download - fixes #85
|
|
1229
|
+
badece3b2 Add actions-view-go-forward - fixes #89
|
|
1230
|
+
4cb7216f2 Add actions-view-go-up - fixes #90
|
|
1231
|
+
90ad3b345 Add actions-view-go-down and actions-view-go-back - fixes#88 - fixes #87
|
|
1232
|
+
86be8bebf Add actions-view-paging-first - fixes #94
|
|
1233
|
+
527501f84 Add actions-view-paging-last - fixes #95
|
|
1234
|
+
bcc9444a1 Add actions-view-paging-next - fixes #96
|
|
1235
|
+
6a96e3dac Add actions-view-paging-previous - fixes #97
|
|
1236
|
+
35a43fe90 Add actions-move-move - fixes #74
|
|
1237
|
+
924583a62 Add actions-move-to-bottom - fixes #78
|
|
1238
|
+
39d6611bf Add actions-move-to-top - fixes #79
|
|
1239
|
+
6d331de37 Add actions-move-left - fixes #75
|
|
1240
|
+
9d6957345 Add actions-move-down - fixes #76
|
|
1241
|
+
a56ae3b8c Add actions-move-up - fixes #80
|
|
1242
|
+
93cd30d19 Add actions-move-right - fixes #77
|
|
1243
|
+
88a522af1 Update edit-replace
|
|
1244
|
+
727b01974 Update edit-replace
|
|
1245
|
+
6cbf16295 Adjust spinner icons
|
|
1246
|
+
6935262fd Update action icons
|
|
1247
|
+
f35660c3e Add class icon-color to actions-download
|
|
1248
|
+
8297175c6 Adjust actions document
|
|
1249
|
+
e03d3deb9 Add class icon-color to actions-document-move
|
|
1250
|
+
b9911015b Add class icon-color to actions-document-localize
|
|
1251
|
+
fc7037ffc Add class icon-color to actions-document-info
|
|
1252
|
+
ffd0d8b1e Add class icon-color to actions-document-import-t3d
|
|
1253
|
+
089cdf26c Add class icon-color to actions-document-export-t3d
|
|
1254
|
+
4bec7f129 Add class icon-color to actions-document-export-csv
|
|
1255
|
+
d3a71c4ae Add class icon-color to actions-document-edit-access
|
|
1256
|
+
e66d044e8 Add class icon-color to actions-document-duplicates-select
|
|
1257
|
+
46d8efe4b Add class icon-color to actions-document
|
|
1258
|
+
82719efe9 Unify actions-delete
|
|
1259
|
+
4257e092e Unify actions close
|
|
1260
|
+
355eb975c Unify actions-add
|
|
1261
|
+
af53283f3 Add fillcolor for inline-icons
|
|
1262
|
+
d0b502ebb Remove dimensions on minification
|
|
1263
|
+
8f37025c9 Add inline rendering for preview
|
|
1264
|
+
92bde4856 Adjust action icon preview
|
|
1265
|
+
4ab4b264b add mimetypes-x-content-text-picture
|
|
1266
|
+
d2ebca17a add content-plugin and content-special-div
|
|
1267
|
+
14c97ae07 add content-special-html
|
|
1268
|
+
c63a990fe add content-special-menu
|
|
1269
|
+
424751e2c add content-table
|
|
1270
|
+
255860216 add content-bullets
|
|
1271
|
+
b9efb41ad add content-image
|
|
1272
|
+
66ee38bde add content-text
|
|
1273
|
+
6eb754bff add content-header
|
|
1274
|
+
9174c0952 use correct name for localize
|
|
1275
|
+
6a69b6061 update workspace module icon
|
|
1276
|
+
c963ffe7d add apps-filetree-root - fixes #54
|
|
1277
|
+
679a245ed commit differences after svgmin
|
|
1278
|
+
6d076f752 Revert "fixed module-help"
|
|
1279
|
+
cb8301cc1 add overlay-new
|
|
1280
|
+
0ff6c9f19 fixed module-help
|
|
1281
|
+
11d18545d make repo public
|
|
1282
|
+
23b397422 img overlay
|
|
1283
|
+
204f759f6 updated img overlay
|
|
1284
|
+
9426e8a30 optimized img overlay for apps-filetree-folder-media
|
|
1285
|
+
7dae42871 fixed mimetypes-x-content-menu
|
|
1286
|
+
b7becd285 fixed mimetypes-media-image
|
|
1287
|
+
0b7652fc7 optimized apps-clipboard-images
|
|
1288
|
+
e035f2ad3 optimised new 14x14 content icons
|
|
1289
|
+
b5178c9de add mimetypes-x-content-login - fixes #13
|
|
1290
|
+
cb2052f4c update mimetypes-x-content-form
|
|
1291
|
+
5f1c86c41 add apps-filetree-folder-media - fixes #36
|
|
1292
|
+
bf3f5ffa0 update user icons
|
|
1293
|
+
398d47aee update content-beside-text-above-*
|
|
1294
|
+
4cb19e0ea update content below img
|
|
1295
|
+
5af16a030 update content-beside-text-img-left and right
|
|
1296
|
+
ad64d0b46 adjusted user status icons and usergroups - fixes #29, #27
|
|
1297
|
+
794301044 add apps-clipboard-images - fixes #37
|
|
1298
|
+
9c2e33be8 add apps-clipboard-list - fixes #35
|
|
1299
|
+
4e776cde4 add content-textpic
|
|
1300
|
+
0a0e62b64 updated color purple
|
|
1301
|
+
27f495205 updated #53 - new default media color rebaccapurple
|
|
1302
|
+
5e0aa8efb fixes #53
|
|
1303
|
+
b32e2b19e fixes #3
|
|
1304
|
+
14ad215d7 fixes #12
|
|
1305
|
+
4e2bf96a4 fixes #18
|
|
1306
|
+
061a50a9d fixes #30
|
|
1307
|
+
5eb3149f6 add actions-open
|
|
1308
|
+
7bc411aba update actions-edit-localize-status-high and actions-edit-localize-status-low
|
|
1309
|
+
f3e760b80 add actions-edit-localize-status-high and actions-edit-localize-status-low
|
|
1310
|
+
fcad61304 add actions-edit-merge-localization
|
|
1311
|
+
bc6265b99 add action merge
|
|
1312
|
+
107ddc140 add actions upload and download
|
|
1313
|
+
0d983a5d8 fixes #52
|
|
1314
|
+
4f8d158e1 fixes #51
|
|
1315
|
+
021b2a89e add actions-system-extension-configure
|
|
1316
|
+
bd48f186a add missing category image
|
|
1317
|
+
c7947ccc6 add actions-document-new
|
|
1318
|
+
e5ab57b5c add actions-move
|
|
1319
|
+
6f9603808 #30: added mimetypes-x-sys_category (WIP)
|
|
1320
|
+
c066e66e2 add actions-edit-insert-default
|
|
1321
|
+
578fa7116 fixes #38
|
|
1322
|
+
59eb5bbfc optimize page actions
|
|
1323
|
+
c1426fc29 optimized apps-filetree-mount
|
|
1324
|
+
14df1556d add actions-edit-pick-date
|
|
1325
|
+
79963b73c fixes #39
|
|
1326
|
+
6e0267bd6 optimized mimetypes-x-tx_rtehtmlarea_acronym
|
|
1327
|
+
3e3c27c9c fixes #41
|
|
1328
|
+
a51a3a9ef optimized module schedular
|
|
1329
|
+
809b91a49 optimized mimetype schedular
|
|
1330
|
+
d3a403325 update actions-refresh
|
|
1331
|
+
2a39fee32 add actions-edit-replace
|
|
1332
|
+
e1d92f7b0 add actions delete
|
|
1333
|
+
334d03e58 update actions cut icons
|
|
1334
|
+
bff61af35 add shortcut action icons
|
|
1335
|
+
910696679 streamline mimetype icon names
|
|
1336
|
+
9e50c300a streamline save translations buttons
|
|
1337
|
+
d6b3389b3 optimize actions-document-localize
|
|
1338
|
+
a5a16f344 restore actions-edit-rename
|
|
1339
|
+
0fce7e1f1 rename mimetype-exe to mimetype-application
|
|
1340
|
+
3f19a49ad add actions-add, actions-close, actions-edit-add
|
|
1341
|
+
82dda895e add actions-document, actions-document-localize and action-localize
|
|
1342
|
+
8460d30b0 update actions-document-export-t3d actions-document-import-t3d
|
|
1343
|
+
29864c902 update actions-filter
|
|
1344
|
+
977514cc1 add actions-document-export-t3d and actions-document-import-t3d
|
|
1345
|
+
009939f18 admin actions-document-export-csv
|
|
1346
|
+
61dbe1e60 reset actions-document-save
|
|
1347
|
+
50831f6c5 gulp script has now a preying mode - execute it an hope it works
|
|
1348
|
+
70dfb0cd6 optimize actions-document-duplicates-select
|
|
1349
|
+
b5be2402f limit export to svg file extensions
|
|
1350
|
+
0143de6eb optimized mimetypes-x-tx_scheduler_task_group & module-scheduler
|
|
1351
|
+
04cb5e2db fixes #42 + updated module--sheduler
|
|
1352
|
+
f99305cc6 add module-help, needs to be inverted
|
|
1353
|
+
7a29386b8 optimized mimetype-zip + removed mimetype-tar
|
|
1354
|
+
fdae6271e optimized mimetype-video
|
|
1355
|
+
3e488c08b optimized mimetype-ts
|
|
1356
|
+
253d6a902 optimized mimetype-php
|
|
1357
|
+
273acf333 optimized mimetypes-x-content-image
|
|
1358
|
+
2e8de6cc0 updated readme and html template
|
|
1359
|
+
fa021fafb removed actions-edit-delete + optimized actions-edit-rename
|
|
1360
|
+
471c70cf6 deleted unused (fontawsome) used icons
|
|
1361
|
+
337679e73 updated apps-filetree-folder-recycler (src)
|
|
1362
|
+
34e96fefd fixes #50 + updated apps-filetree-folder-recycler
|
|
1363
|
+
a499ec25f removed old actions edit save
|
|
1364
|
+
00d1453d4 updated actions-edit-save + added relese version
|
|
1365
|
+
6e4234971 optimized mimetype-ms-pdf
|
|
1366
|
+
a2410e422 updated and optimized mimetype-ms-powerpoint
|
|
1367
|
+
ec0c7e08f updated mimetype-js
|
|
1368
|
+
4ea541a9a updated mimetype-html
|
|
1369
|
+
0279bdc69 updated mimetype-html
|
|
1370
|
+
24d3270be updated mimetype-flash
|
|
1371
|
+
b67cdbae5 updated mimetype-css
|
|
1372
|
+
bd3b71777 mimetype-audio + mimetype-image
|
|
1373
|
+
69caf130e updated mimetype-hidden
|
|
1374
|
+
be5bf1659 fixes #46, fixes #47, fixes #48, fixes #49
|
|
1375
|
+
afa74b26a fixes #45
|
|
1376
|
+
9ff10bf2f fixes #44, #45 + optimised content-beside-text-img-left -/right
|
|
1377
|
+
855d59323 -fixes #43
|
|
1378
|
+
90807f643 updated content-beside-text-img-left + added content-beside-text-img-right
|
|
1379
|
+
d93c8ec02 updated mimetypes-x-content-text
|
|
1380
|
+
a485b28eb updated mimetypes-x-content-template icons
|
|
1381
|
+
38984fedd updated mimetypes-x-content-table
|
|
1382
|
+
dc9b5aa40 updated mimetypes-x-content-plugin
|
|
1383
|
+
180a9c9a2 updated mimetypes-x-content-multimedia
|
|
1384
|
+
c4183886c updated mimetypes-x-content-menu
|
|
1385
|
+
14355cbd6 updated mimetypes-x-content-divider
|
|
1386
|
+
fb7cccd28 optimized mimetypes-x-content-image (converted to path) + optimized mimetypes-x-content-html
|
|
1387
|
+
f9804a556 optimized mimetypes-x-content-image
|
|
1388
|
+
832ba08ed updated mimetypes-x-content-image
|
|
1389
|
+
06b9ed22e updated mimetypes-x-content-list-bullet
|
|
1390
|
+
3cc3c7cba updated mimetypes-x-content-header + mimetypes-x-content-form (background color)
|
|
1391
|
+
c2de90b03 updated mimetypes-x-content-header + mimetypes-x-content-form
|
|
1392
|
+
38bf6040d updated mimetypes-x-content-form for 14x14px + fixed scaling + fixed bad rendering on Firefox
|
|
1393
|
+
a31a1941d updated readme
|
|
1394
|
+
a139ae629 updated mimetypes-x-content-header (border converted to path for better scalling)
|
|
1395
|
+
6a6a3285c updated readme
|
|
1396
|
+
b48a4edb7 updated mimetypes-x-content-header
|
|
1397
|
+
508e59f0e updated mimetypes-x-content-form
|
|
1398
|
+
59d1fefe2 optimize mimetypes-x-content-header
|
|
1399
|
+
714df84c4 optimize mimetypes-x-content-list-bullets
|
|
1400
|
+
6438ae4b1 optimize mimetypes-x-content-table
|
|
1401
|
+
6ff899013 optimize mimetypes-x-content-text
|
|
1402
|
+
2289a48b8 add mimetypes-x-content-template-extension - fixes #21
|
|
1403
|
+
3f7bf7920 add mimetypes-x-content-template-static - fixes #22
|
|
1404
|
+
2e44d0d5a optimize mimetypes-x-content-template
|
|
1405
|
+
09bf5e38e add actions-document-info
|
|
1406
|
+
35296cebf add actions-system-cache-clear
|
|
1407
|
+
f441f347c optimize actions-document-duplicates-select
|
|
1408
|
+
b74f8012a add actions-document-edit-access
|
|
1409
|
+
634b444a8 add actions-document-duplicates-select
|
|
1410
|
+
7a3a4540d correct actions-edit-rename - missing round corners
|
|
1411
|
+
ef3c43695 add actions-edit-rename
|
|
1412
|
+
49eba1bab add status-user-group-backend - fixes #28
|
|
1413
|
+
459038aa1 add status-user-backend - fixes #26
|
|
1414
|
+
ff83fc06c add status-user-admin - fixes #25
|
|
1415
|
+
0c60febc5 Render html file to preview icons on local
|
|
1416
|
+
d444a311f correct incorrect gulp task running order
|
|
1417
|
+
28686baa2 add mimetypes-x-content-text - fixes #23
|
|
1418
|
+
322d6b3b3 add mimetypes-x-content-template - fixes #20
|
|
1419
|
+
4312f9dda add mimetypes-x-content-table - fixes #19
|
|
1420
|
+
8f2270f54 add mimetypes-x-content-plugin - #17
|
|
1421
|
+
26d60d5f8 add mimetypes-x-content-multimedia - fixes #15
|
|
1422
|
+
49885923e add mimetypes-x-content-menu - fixes #14
|
|
1423
|
+
8b96dea0c add mimetypes-x-content-list-bullets - fixes #11
|
|
1424
|
+
2fe9d9d74 add mimetypes-x-content-image - fixes #9
|
|
1425
|
+
34ef88919 add mimetypes-x-content-html - fixes #8
|
|
1426
|
+
dc041ccda add mimetypes-x-content-domain - fixes #6
|
|
1427
|
+
b8ef161c7 add mimetypes-x-content-divider - fixes #5
|
|
1428
|
+
57ad77e0d add mimetypes-x-content-header - fixes #4
|
|
1429
|
+
f7b0e5bda add mimetypes-x-content-form - fixes #2
|
|
1430
|
+
1623212fa added updated icon mimetype text to readme
|
|
1431
|
+
8fa869922 updated mimetype icon text
|
|
1432
|
+
6b59cf8fd Correct readme.tmpl
|
|
1433
|
+
124f8294d add minify gulp task, refine readme rendering
|
|
1434
|
+
85614332a correct spelling
|
|
1435
|
+
fb5348edb rename readme and license files
|
|
1436
|
+
241a8e482 add gitignore
|
|
1437
|
+
424adfffd add bower.json
|
|
1438
|
+
d0c273e5e correct package.json ;)
|
|
1439
|
+
709d55167 add package.json
|
|
1440
|
+
0221e0787 add correct mit licence
|
|
1441
|
+
05f933474 add miscellaneous
|
|
1442
|
+
724fd7c4e add spinner
|
|
1443
|
+
fc11ec954 add modules
|
|
1444
|
+
c23c18dd6 add default
|
|
1445
|
+
93b205ef9 add avatar
|
|
1446
|
+
8233184f2 add apps
|
|
1447
|
+
11a5d8d34 add overlays
|
|
1448
|
+
764060f88 Use img tag for action-preview images
|
|
1449
|
+
ac0011a3c add core action icons
|
|
1450
|
+
1bef92ffe correct svg-name in readme
|
|
1451
|
+
8e0a223dc rename cut actions to match typo3 usage
|
|
1452
|
+
6bae014ed rename actions to action to match typo3 folder structure
|
|
1453
|
+
bc491ab60 move icons to src directory
|
|
1454
|
+
33d70cfc6 updates mimetypes for word, excel, ts and csv
|
|
1455
|
+
ea4793c40 updated icon mimetype audio (music note)
|
|
1456
|
+
421268164 updated icon mimetype audio (color)
|
|
1457
|
+
44057b693 updated icon mimetype audio (color)
|
|
1458
|
+
a6e381d2a updated icon mimetype audio (color)
|
|
1459
|
+
31fae0fbd updated icon mimetype video (removed stripes)
|
|
1460
|
+
4f73a5b92 updated icon mimetype video
|
|
1461
|
+
d397f0490 updated readme.md for icon changes
|
|
1462
|
+
53f794a03 updated icon mimetype txt
|
|
1463
|
+
4d6a94375 changed RawGit url from production to dev/testing (caching problems)
|
|
1464
|
+
2aa26ea22 updated icons mimetype music + mimetype ts
|
|
1465
|
+
539e95051 updated actions edit cut SVG url in readme.md (not mono)
|
|
1466
|
+
0a1bb1524 updated actions edit cut SVG url in readme.md
|
|
1467
|
+
0212caa6e updated license file
|
|
1468
|
+
c123751c9 updated description for icons actions edit cut + actions edit cut mono
|
|
1469
|
+
eb3fbf2d5 added icons actions edit cut + actions edit cut mono
|
|
1470
|
+
628176013 new icon mimetype image
|
|
1471
|
+
daea5db3a removed foo bar text from readme.md
|
|
1472
|
+
ee63b04ee added all color SVGs to readme.md
|
|
1473
|
+
68bb6b0a0 new readme.md colors
|
|
1474
|
+
fde722441 added new color SVGs for readme.md
|
|
1475
|
+
8bd7cad4d moved material folder
|
|
1476
|
+
28e46a9e9 test for color grafic in readme.md
|
|
1477
|
+
5071159cd test for colored text for readme.md on github
|
|
1478
|
+
e6724e857 readme.md test for css styles
|
|
1479
|
+
4bf8f7d13 added mimetype icons and style guide to readme.md
|
|
1480
|
+
da9422b9f added MimeType icons to readme.md
|
|
1481
|
+
6f15729ea removed icon test
|
|
1482
|
+
655ef5cb2 new text SVG
|
|
1483
|
+
fc01a731c updated test SVG for readme.md
|
|
1484
|
+
6cef79a85 added test SVG for readme.md
|
|
1485
|
+
ea60c0564 Ready text for showing icons on github
|
|
1486
|
+
6d5ad387b Updated readme.md and edit MIT licence
|
|
1487
|
+
da78a43a8 added readme.md
|
|
1488
|
+
2a9981973 start up
|
|
1489
|
+
|