AddOn
Uploader
Beschreibung
Upload mehrerer Dateien gleichzeitig in den Medienpool. Übergroße Bilder können vorher verkleinert werden.Umsetzung
Versionen
3.0.6
Optische Anpassung zurück an die REDAXO-Standards: Panel mit Überschrift wie im
Medienpool-Upload, Dropzone mit sichtbarer Rückmeldung beim Ziehen einer Datei,
Farben und Button-Optik aus be_style statt eigener Palette
3.0.5
Regression behoben: Bei aktivierter Option „Medienpool-Upload ersetzen" wird auf mediapool/upload wieder zuverlässig die Uploader-Oberfläche geladen (statt nur der Standard-Einzelupload) / fixes #116
- Dateinamens-Kollisionen beim Mehrfach-Upload werden wieder korrekt über den Medienpool aufgelöst: Jahreszahlen im Dateinamen werden nicht mehr als Zähler interpretiert (z. B.
bericht_2025.pdfbleibt Basisname, statt fälschlich aufbericht_2026.pdfzu springen) / fixes #115
3.0.2
Bilder innerhalb der konfigurierten Maximalmaße werden beim Bildaustausch nicht mehr re-enkodiert – bereits optimierte Bilder (z. B. via TinyPNG) landen jetzt 1:1 im Medienpool ohne Qualitätsverlust oder Größenzunahme
3.0.1
Imageresize beim Dateitausch funktioniert wieder. Fixed: https://github.com/FriendsOfREDAXO/uploader/issues/113
@olien Danke
3.0.0
Dieses Release entfernt die Massenbildbearbeitung.
Diese befindet sich jetzt im Mediapool Tools AddOn.
2.9.2
What's Changed
- Fix SVG file extension changing to PNG when resize option is enabled by @Copilot in https://github.com/FriendsOfREDAXO/uploader/pull/109
Full Changelog: https://github.com/FriendsOfREDAXO/uploader/compare/2.9.1...2.9.2
2.9.1
Minor Style-Fixes
@bitshiftersgmbh @ynamite
2.9.0
Neu
**
- Parallele Verarbeitung von 3 Bildern gleichzeitig für deutlich bessere Performance
- TIFF und SVG Dateien werden automatisch übersprungen bei Bulk-Verarbeitung
- Moderne UI mit Echtzeit-Feedback zeigt aktuell verarbeitete Dateien
- Robuste Fehlerbehandlung - fehlerhafte Dateien werden übersprungen statt Abbruch
- Detaillierte Fortschrittsanzeige mit Prozentbalken und Statistiken
- Paginierung jetzt einstellbar @ynamite
What's Changed
- feat: added configurable hits per page by @ynamite in https://github.com/FriendsOfREDAXO/uploader/pull/102
- feat: Parallele Bulk-Verarbeitung mit 3 gleichzeitigen Prozessen by @skerbis in https://github.com/FriendsOfREDAXO/uploader/pull/104
Full Changelog: https://github.com/FriendsOfREDAXO/uploader/compare/2.8.0...2.9.0
2.8.0
- Die BULK-Verarbeitung läuft nun Async per AJAX und führt nicht mehr zu Zeitüberschreitungen
- Die Verarbeitung läuft über ImageMagick und GD (Fallbacklösung)
What's Changed
- Async Upload added by @skerbis in https://github.com/FriendsOfREDAXO/uploader/pull/101
- Removed "update date"-Update by @ynamite
Full Changelog: https://github.com/FriendsOfREDAXO/uploader/compare/2.7.1...2.8.0
2.7.1
What's Changed
- rex_file::append ist erst ab REDAXO Version 5.16.0 verfügbar by @DanielWeitenauer in https://github.com/FriendsOfREDAXO/uploader/pull/99
New Contributors
- @DanielWeitenauer made their first contribution in https://github.com/FriendsOfREDAXO/uploader/pull/99
Full Changelog: https://github.com/FriendsOfREDAXO/uploader/compare/2.7.0...2.7.1
2.7.0
What's Changed
- Fix mb_strlen() TypeError when handling array values in POST data by @Copilot in https://github.com/FriendsOfREDAXO/uploader/pull/97
- Neuer FOR-konformer Namespace by @christophboecker in https://github.com/FriendsOfREDAXO/uploader/pull/98
New Contributors
- @Copilot made their first contribution in https://github.com/FriendsOfREDAXO/uploader/pull/97
Full Changelog: https://github.com/FriendsOfREDAXO/uploader/compare/2.6.1...2.7.0
2.6.1
What's Changed
- Refresh des Caches (Meta Infos) nach upload by @skerbis in https://github.com/FriendsOfREDAXO/uploader/pull/95
Full Changelog: https://github.com/FriendsOfREDAXO/uploader/compare/2.6.0...2.6.1
2.6.0
Features
- The scaling function is now also available when re-uploading on the details page in the media pool
(selectively via checkbox)- First, a browser-side reduction is attempted
- ... if this fails, the conversion takes place on the server side (MediaManager, gd)
- New subpage in the add-on enables batch processing of files in the media pool whose dimensions are still above the
maximum values set in the uploader settings- e.g. for subsequent installation of the add-on in projects with media pools that are already filled or uploads via FTP/SSH
and subsequent use of MP synchronisation - For better handling on this page, pjax is enabled in package.yml
- e.g. for subsequent installation of the add-on in projects with media pools that are already filled or uploads via FTP/SSH
Idee + Hauptteil der Umsetzung von @bitshiftersgmbh
New Contributors
- @ischfr : Conceptual input/discussion + testing
- @ynamite : Browser-side reduction during re-upload + code optimisation (especially in JS)
2.5.1
Bugfixes
Serverseitige Prüfung der Zielkategorie-ID:
wird nun sichergestellt, dass die Kategorie existiert und der Benutzer die Rechte besitzt.
fixed: https://github.com/FriendsOfREDAXO/uploader/issues/90
Platzhalter (jfucounterNjfucounter) werden vor dem Speichern in _N umgewandelt.
fixed: https://github.com/FriendsOfREDAXO/uploader/issues/91
Zusätzliche Absicherung in generate_response(), sodass rex_media::get() nur auf isImage() geprüft wird, wenn tatsächlich ein Objekt zurückkommt.
Es wird verhindert dass eine Datei mehrfach ausgewählt werden kann zum Hochladen
Full Changelog: https://github.com/FriendsOfREDAXO/uploader/compare/2.5.0...2.5.1-beta1
2.5.0
uses more core methods
2.4.2
What's Changed
- fetchRequestValues: empty fields should be ignored by @akrys in https://github.com/FriendsOfREDAXO/uploader/pull/78
- Delete jquery.js, fix Dependabot alerts by @eaCe in https://github.com/FriendsOfREDAXO/uploader/pull/79
New Contributors
- @akrys made their first contribution in https://github.com/FriendsOfREDAXO/uploader/pull/78
- @eaCe made their first contribution in https://github.com/FriendsOfREDAXO/uploader/pull/79
Full Changelog: https://github.com/FriendsOfREDAXO/uploader/compare/v2.4.1...2.4.2