Loading...
Skip navigation
back

Openimmo by coding.ms - Bugfix und Filter-Optimierungen

FEATURE
0 total
TASK
0 total
BUGFIX
0 total
BREAKING
0 total

Change-Log

## 2019-10-16 Release of version 4.10.2
*	[BUGFIX] Fix loading lazy node/immobilie relation.
## Release of version 4.10.1
*	[BUGFIX] Fix processing external and multiple used attachment files in CommandController.
## Release of version 4.10.0
*	[BUGFIX] Fix mapping issue regarding the node/main record mapping.
*	[BUGFIX] Fix a SQL query issue for ISO-Land/Ort/RegionalerZusatz filter.
*	[BUGFIX] Fix a Browser compatibility issue for ISO-Land/Ort/RegionalerZusatz filter.
*	[FEATURE] Add search word filter feature.
*	[FEATURE] Add detail fields for provision brutto/netto.
*	[FEATURE] Add detail fields for kontaktperson url, strasse/hausnummer, firma.
*	[FEATURE] Add detail fields for geo strasse/hausnummer.
*	[FEATURE] Add bebaubarNach filter feature.
*	[FEATURE] Add lageGebiete filter feature.
*	[BUGFIX] Fix a typo in ausstattung translation key - see Migration.md.
*	[BUGFIX] Fix image settings in search list item.
*	[FEATURE] Add field partial for Sonstigemietenetto.
*	[FEATURE] Add field partial for AnzahlStellplaetze.
*	[BUGFIX] Fix image size settings in TypoScript constants - px was removed.
*	[BUGFIX] Fix Einliegerwohnung.html and HeizkostenEnthalten.html partials - conditions needs to met on 1 and true.
*	[BUGFIX] Fix Feedback-XML - oobj_id is now filled with objektnr_extern.
*	[BUGFIX] Fix Feedback-XML - add the current version of the Feedback standard.
*	[BUGFIX] Fix database field mapping in updateNodesInImmobilie repository method.
## Release of version 4.9.0
*	[FEATURE] Add land in main record.
*	[FEATURE] Add land filter features.
*	[TASK] Update Gitlab-CI configuration.
*	[BUGFIX] Fix some Bootstrap4 structure issues - see Migration.md.
## Release of version 4.8.0
*	[BUGFIX] Fix some translation identifiers - see Migration.md.
*	[FEATURE] Add Nutzungsart filter in quick search.
*	[TASK] Modify query parameter for MySQL strict mode.
*	[TASK] Change image urls in the documentation.
## Release of version 4.7.0
*	[FEATURE] Add 7 new filter for as select box (anzahlZimmer, bueroflaeche, gesamtflaeche, grundstuecksflaeche, kaufpreis, nettokaltmiete and wohnflaeche).
## Release of version 4.6.0
*	[FEATURE] Add new filter for geo_ort as a select box.
*	[FEATURE] Add new filter for objektkategorie_nutzungsart as a select box.
*	[FEATURE] Add new filter for objektkategorie_objektart as a select box with all possible sub options.
*	[TASK] Rise PHP version to 7.3.
*	[TASK] Clean up ext_tables.sql.
*	[FEATURE] Integrate slug and slug generation for human readable urls in TYPO3 9.
*	[BUGFIX] Fix query ordering with casting on objektnr_extern.
*	[BUGFIX] Fix get properties from immobilie record.
*	[BUGFIX] Fix openimmo container TypoScript assignment.
*	[BUGFIX] Fix ignore by group in immobilie repository.
*	[BUGFIX] Remove multiple hidden definition in Immobilie model.
*	[BUGFIX] Fix ausstattungen query when there a no immobilie records found.
*	[TASK] Add migration information.
*	[TASK] Add HTML classes form definition lists.
*	[FEATURE] Preparations in repositories for implementing a backend module.
## Release of version 4.5.0
*	[FEATURE] Add connections record types, in order to connect different sources.
*	[FEATURE] Add Immoscout connection for importing Immoscout properties.
*	[TASK] Preparing a local connection for managing properties in TYPO3.
*	[TASK] Add immobilie field for imported JSON data.
*	[TASK] Add new detail fields per default: HeizkostenEnthalten, Anzahl sep. WC, Verkaufsfläche, Lagerfläche, Ladenfläche, Büroteilfläche, Vermietbare-Fläche, Einliegerwohnung, Kellerfläche, Teilbar ab, Zustand-Art, Alter, Wellnessbereich, Ausstattungs-Kategorie
*	[BUGFIX] Fix image usage in list item when no images are available.
*	[BUGFIX] Fix fetching zimmer-anzahl by using property ViewHelper.
*	[BUGFIX] Fix identifying node types while importing.
*	[BUGFIX] Fix a utility namespace issue in immobilie controller.
*	[TASK] Correct a mistake in documentation.
## Release of version 4.4.0
*	[FEATURE] Add a setting for defining a page for redirecting to in case of a property to display was not found.
## Release of version 4.3.1
*	[TASK] Add Gitlab-CI support.
## Release of version 4.3.0
*	[TASK] Prepare new documentation sections.
*	[FEATURE] Add a Signal/Slot for manipulating properties after creation.
## Release of version 4.2.2
*	[BUGFIX] Removing DEV identifier.

Openimmo by coding.ms 4.10.2 behebt ein Problem beim Laden von Lazy-Relationen zwischen Node und Immobilie und fasst wichtige Stabilitäts- und Importverbesserungen der vorherigen 4.10.x-Releases zusammen.

  • Bugfix: Korrektes Laden von lazy Node/Immobilie-Relationen (4.10.2) sorgt für konsistente Verknüpfungen und verhindert fehlende oder falsche Zuordnungen beim Anzeigen und Verarbeiten von Objektdaten.
  • Import/Anhänge: Behebung der Verarbeitung externer und mehrfach verwendeter Attachment-Dateien im CommandController (4.10.1) verbessert die Zuverlässigkeit beim Import von Mediendateien.
  • Neue Filter und Felder (4.10.0): Ergänzung eines Suchwort-Filters sowie weiterer Filter (z. B. bebaubarNach, lageGebiete) und zahlreicher Detailfelder wie Provision brutto/netto, Kontaktperson-URL, Straße/Hausnummer, Firma, geo-Daten, Sonstigemietenetto und AnzahlStellplaetze erweitert die Such- und Detaildarstellung.
  • Feedback-XML & Mapping: Feedback-XML füllt nun oobj_id mit objektnr_extern und enthält die aktuelle Feedback-Standard-Version; außerdem wurden Datenbank- und Mapping-Probleme beim Aktualisieren von Knoten in Immobilie behoben.
  • Template- und Bildkorrekturen: Anpassungen an Bildgrößen in TypoScript, Bildnutzung in Listen sowie Korrekturen in Partials und Übersetzungs-Keys (siehe Migration.md) verbessern Darstellung und Konsistenz.
  • Architektur und Kompatibilität: Integration von Slugs für menschenlesbare URLs in TYPO3 9, Vorbereitung eines Backend-Moduls, Anhebung der erforderlichen PHP-Version auf 7.3 sowie CI- und Dokumentationsanpassungen erhöhen Wartbarkeit und Kompatibilität.
  • Erweiterungen und Integrationen: Einführung von Verbindungs-Records und einer Immoscout-Connection für externe Importe, Einstellung für Redirect-Seite bei nicht gefundenen Objekten sowie ein Signal/Slot zur Nachbearbeitung erstellter Objekte.

Mit dem Update profitierst Du von stabileren Importen, verlässlicheren Objektverknüpfungen sowie erweiterten Such- und Detailfunktionen, die die Datenanzeige und Verarbeitung in TYPO3 robuster machen.

Extension

Openimmo by coding.ms

Release

Bugfix Feature Task

Openimmo by coding.ms - Bugfix und Filter-Optimierungen

Release of version 4.10.2

  • Extension

Contact request

You can contact us at any time

Stop! Playing in the meantime?
Stop! Playing in the meantime?
Stop! Playing in the meantime?

Stop! Playing in the meantime?

Break the highscore

Press Start
Contact request
Screenreader label
Security question
3B8_________6E2______
T_X____L____D_P___K7Q
QQ9___474___PWX______
U_Z____U______O___JAC
L77_________O6D______