[TYPO3-project-realty] Version 0.2.0 has been released

Oliver Klee typo3-german-02 at oliverklee.de
Mon Jul 14 00:28:13 CEST 2008


Hi all,

I've just released version 0.2.0 of the Realty Manager extension
(extension key: "realty").

This releases fixes quite a few bugs, adds some very nice features and 
includes some cleanup.

Please also read the upgrade notes. The most important points are:
- Make sure that you're using PHP 5.1.0 (or higher) and TYPO3 4.1.2 (or 
higher).
- If you're using custom HTML templates, you need to modify them in 
order for the extension to continues to work.
- After the upgrade (when the DB changes have been committed), you need 
to execute the following SQL query in phpMyAdmin once:

UPDATE tx_realty_images SET realty_object_uid=(SELECT max(uid_local) 
FROM tx_realty_objects_images_mm WHERE uid_foreign=uid);


If you like this release, please submit a rating in the TER. :-)


 From the changelog:

Features:
* [#1544] Feature: Show the ZIP code of an object in the detail view
* [#1618] Feature: Add a RU localization (localization by Stas Kobzar)
* [#1469] Feature: Add an icon for the content wizard
* [#1436] Feature: Allow to specify a sysfolder for the auxiliary records
* [#1239] Feature: Add an automatic configuration check
* [#1402] Feature: Delete the corresponding record from database if 
'aktion'=DELETE instead of importing this value to database
* [#876] Feature: Use IRRE for managing image records within realty objects
* [#1238] Feature: Include the object numbers and titles of the objects 
on the favorites list in an e-mail form
* [#1240] Feature: Make it configurable whether to show the complete 
address of realty objects in the FE
* [#1221] Feature: Gallery: add a CSS class "current" to the TD of the 
thumbnail of the current image
* [#1222] Feature: Add a URL field "Separate details page" to the realty 
object records
* [#1216] Feature: Provide a DK FE localization, patch by Sven Wolfermann
* [#1154] Feature: Allow to restrict access to the single view page to 
logged-in users
* [#1146] Feature: Add a Dutch FE localization, localization by Michael 
Zweigle

Changes:
* [#1894] Change: Only reset the auto_increment value if it is much 
higher than the highest UID
* [#1978] Change: Add "ca." to the German label for the living area, 
patch by Sven Braun
* [#1914] Change: Build all redirection links and links in e-mails using 
cObj->typoLink_URL
* [#1789] Change: Remove the option for a target attribute for the 
gallery link
* [#1837] Change: Use the header proxy factory's discardInstance() function
* [#1760] Change: Display an error message if the UID for the detail 
view is invalid
* [#1818] Change: Comment and whitespace consistency cleanup
* [#1813] Change: Don't use addCssToPageHeader anymore
* [#1775] Change: Drop-down lists in the BE realty object editor should 
be sorted by title, Patch by Sven Braun
* [#1709] Change: The thumbnails in the list view should lead to the 
detail view
* [#1627] Change: Use the file with common constants from oelib
* [#1675] Change: Move the table names to constants
* [#1548] Change: Move templating functions from realty_pi1 to the 
template helper
* [#1651] Change: Move the currency unit from the locale back into the 
TS setup
* [#1104] Change: Use type hinting for function parameters
* [#1465] Change: Change the way the CSS file is included
* [#1605] Change: The plugin and the content wizard should use the term 
"Realty Manager", not "Realty List"
* [#1508] Change: Remove the "country" configuration and use 
config.locale_all instead
* [#1446] Change: Move the flexforms file to pi1
* [#1555] Change: Add a new content wizard icon
* [#1541] Change: Remove the return; for functions that do not return 
anything
* [#1323] Change: Make use of the oelib testing framework for creating 
tx_realty, page and tt_content dummy records
* [#1435] Change: Simplify the inclusion of the favorites list in an 
e-mail form
* [#1447] Change: Use the EM configuration proxy in the Realty Manager
* [#155] Change: pi1: move createWhereClause to its own function
* [#1218] Change: Format the prices according to the current FE language
* [#1384] Change: Require PHP 5.1
* [#1227] Change: replace entities for square meters
* [#1272] Change: Make use of PHP 5 capabilites (type hinting, real 
access modifiers)
* [#1223] Change: For objects that are for sale, the price should be 
shown in the list view instead of the rent
* [#1168] Change: In the locallang files, convert the HTML entities for 
umlaut to real UTF-8 umlaut
* [#1220] Change: Require TYPO3 4.1.2
* [#1127] Change: Require TYPO3 4
* Documentation: Documented the city selector in the manual

Bug fixes:
* [#1976] Fix: Adding pictures to objects in the BE fails
* [#1290] Fix: Checkboxes cannot be unchecked once they are checked
* [#1929] Fix: Failing unit test: 
testImagesInTheListViewDoNotContainLinkToGallery
* [#1835] Fix: Opening the gallery for an unpublished record causes 
mySQL error
* [#1743] Fix: HTML validation errors
* [#1504] Fix: Sorting by related records sorts by UID
* [#1229] Change: Sorting of prices should be numerical, not alphabetical
* [#1505] Fix: The city selector doesn't use the target PID in the 
redirect link
* [#1322] Fix: In the unit tests, reset auto_increment for all tables 
that had test records
* [#1232] Fix: Make the Realty Manager work with oelib > 0.3.0
* [#1227] Fix: Square meters is not displayed correctly in the string 
for living area's size
* [#1233] Fix: Don't call enableFields statically
* [#67] Fix: In the SQL schema, sanitize some types


The new version can be downloaded from the TER.

If you find any bugs, please report them at <https://bugs.oliverklee.com/>.

Have fun,


Oliver Klee


More information about the TYPO3-project-realty mailing list