OpenRealty is a free software real estate listing manager.


Open-Realty

Open-Realty® is free web based listing management application. It is intended to be both easy to setup and use. Written in PHP, Open-Realty® is designed to be a fast and flexible tool for your website. With a large open-source community working with this application, and solid management from Transparent Technologies open-realty is the top choice for use on your website.
Open-Realty® is released free of charge, to help support the continuing development please consider using Transparent Technologies for your web hosting provider. Transparent Technologies is owned by Ryan Bonham, the lead developer for Open-Realty®.


Download Open-Realty

Open-Realty® 2.4.3

Requires:
PHP 4.3.0 or higher
PHP GD Support or Imagemagik is required for thumbnail creation.
MySQL (4.0.2 or higher) or PostgreSQL 7(may work with older versions but is not tested)

By downloading this file you are agreeing the the license terms.
Installation Directions: http://wiki.open-realty.org/index.php/Install_guide

Download Open-Realty® 2.4.3 (Released 9-19-2007) (Zip from here)
Download Xinha WYSIWYG Page Editor for Open-Realty® ( Zip from here) Last Update: 9-18-2007
Download FCKEditor WYSIWYG Page Editor for Open-Realty® ( Zip from here) Last Update: 9-18-2007
Download TinyMCE WYSIWYG Page Editor for Open-Realty® (Zip from here) Last Update: 9-18-2007

As of Open-Realty® 2.1.4 we are no longer packaging the Xinha or FCKEditor WYSIWYG page editors with the Open-Realty core download. If this is a first time install, you will also need to download these packages and upload the contents to your install, to be able to use the WYSIWYG page editors in open-realty.

To upgrade from any previous 2.x.x stable release, upload all files except the common.php file, you need to leave your common.php file intact. Then run the installer and select the "Upgrade from Open-Realty® 2.x.x" option.

Please note: As of Open-Realty® 2.1.x some addons for 2.0.x will not be compatible, this upgrade removes the "type" field from all listings and replace it with our new class system. Any addons built to use the "type" field will not work, until they are updated by the addon developer.
2.0.X Templates will need a few minor changes to them, also to be 100% compatible with Open-Realty® 2.1.

Open-Realty® 2.4.3(Full Changelog) - SVN Revision 1911

  • Fixed a bug in teh 2.4.2 release with number formating caused by an development file being included in the release.

Open-Realty® 2.4.2(Full Changelog) - SVN Revision 1909

  • Major rewrite of the upload functions including image handling and resizing. Several new configuration options relating to new image handling features
  • Added support for admin defined charset. Requires template change to add {charset} template tags to main.html
  • Fixed bug where user manager was not allowing agent's with permissions to edit users to add new users.
  • Updated a lot of previously hardcoded layout items with flexible and compliant CSS code. May require copying the new 2.4.2 CSS code from the default template to custom templates to keep the default layout..
  • Added {listing_field_FIELDNAME_block} tags to allow more ability to customize listing detail templates
  • All WYSIWYG Editors have also been updated, see links above for latest versions.
  • Many other changes were also done, please read the changelog for a full description of the changes

Open-Realty® 2.4.1(Full Changelog) - SVN Revision 1803

  • FIXED: SECURITY ISSUE with SQL Injection bug. ALL USERS SHOULD UPDATE.
  • Search Engine Friendly link Improvments.
  • RSS Feed Imporvments. Feeds are now autodetected by browser. (Requires changes to main.html template for anyone running an old template)
  • Fix upload issue with filenames that contain Accets
  • Added more options to filter the edit listings page.
  • Fix agents delete listing ability.
  • Many other changes were also done, please read the changelog for a full description of the changes.

Open-Realty® 2.4.0(Full Changelog) - SVN Revision 1742

  • FIXED: Google maps treats the entire string as a single address or location and will not attempt to provide directions if "from" or "to" are in the title This is related to bug/feature #920
  • Fix bug with admins not being able to mark listings as featured unless they also had teh featureListings privilage
  • FIXED: updated the edit profile function to properly handle password checks and checks of all the user fields to make sure they are filled out properly. This is related to bug/feature #905
  • All listing images data can be updated at one time. This is related to bug/feature #348
  • Added more options to filter the edit listings page.
  • Added Basic RSS Feed support.
  • Updated Adodb to fix issues with latest PHP releases
  • Replaced Yahoo School and neighborhood info with greatschools.net and bestplaces.net
  • Many other changes were also done, please read the changelog for a full description of the changes.

Open-Realty® 2.3.6(Full Changelog) - SVN Revision 1645

  • Password reset email fixed.
  • Next_prev on listing page now fixed. Also now retains the search results page you came from so you can return right to that page of the search results
  • Fixed broken ASC/DESC sorttypes in search results

Open-Realty® 2.3.5(Full Changelog) - SVN Revision 1641

  • This contains a large number of bug fixes, see the changelog..
  • This is likey the last 2.3.x release as work is now starting on 2.4.0

Open-Realty® 2.3.4 (Full Changelog) - SVN Revision 1596

  • This contains a number of bug fixes, see the changelog.
  • One major change is the action log now shows you multiple pages..
  • There is also a nwe version of FCKEditor now, which is posted above.

Open-Realty® 2.3.2 (Full Changelog) - SVN Revision 1554

  • SECURITY FIX: Fixed sql injection bug in search.inc.php
  • New Tabbed Interface for Site Config
  • Misc Code cleanup and bug fixes. SEE Full Changelog above.

Open-Realty® 2.3.1 (Full Changelog) - SVN Revision 1504

  • Forum reported bug with the buttons on the search class page. This was fixed in vertical-menu a while ago but never copied to cms_integration.
  • Roll version number to 2.3.1
  • Added date conversion code for upgrades from 1.15 This is related to bug/feature #681
  • Fixed sql error caused by selecting a zero in a min/max search. Only occured when there were multiple min/max selections made on search page.
  • Added missing
  • Added delete confirmation to user edit page.
  • Changed submit buttons to use $lang['submit'] instead of hard-coded values. This is related to bug/feature #693
  • Added code to convert existing dates to unx timestamps. Still need to add the code to the 1.15 upgrade file.
  • Fixed agent image display bug on view users page. This is related to bug/feature #677
  • Fixed forum reported bug with slideshow
  • ADDED: removed the # on the slidshow and changed to javascript:; This is related to bug/feature #688
  • Forum reported bug. Search results was using an OR instead of AND when multiple items were checked in a checkbox search.
  • Fixed bug with date function. Date fields left blank were still getting converted to a timestamp and entered in db.
  • Change in mysql version check.
  • Fixed error on upgrade from 1.15b related to the vcard addition.
  • Added option for vcards on view user screen.
  • Removed / from listing titles for SEF URL's. This is related to bug/feature #670
  • Removed from checkbox and checkbox_vert in search form rendering function. This is related to bug/feature #674
  • Fixed bug in date display on search results page.
  • Fixed bug in multimap function.
  • FIXED: Bug where Contact Agent Link was not appearing on listing detail
  • Added option to perform a text search against all fields in listingsdbelements. Just add {full_text_search} to the search page template.
  • FIXED: Fixed page editor link capitalization. This is related to bug/feature #666

Open-Realty® 2.3.0 (Full Changelog) - SVN Revision 1478

  • This release contains almost 100 changes. The big changes are virtual tours are now templated thanks Mick. The template engine has been speed up. (THIS CHANGE MAY BREAK SOME ADDONS. PLEASE CHECK WITH YOUR ADDON DEVELOPER ). There have been way to may changes to list here, please read the the full changelog above for more details. Thanks to Mick and pbFlash for all their hard work on this release.

Open-Realty® 2.2.0 (Full Changelog) - SVN Revision 1394

  • Ability to change main template based on wysiwyg page ID.
  • Remote File get, now remvoes a few more bad char from the file name. This is not used directly in Open-Realty but some addons use it.
  • Fix bug where search engine friendly urls from the featured listing to the listing detail page where missing the listing title.
  • Added missing reference to map_country to common.php file.
  • FIXED: HTML bug This is related to bug/feature #530
  • FIXED: Changed form name to contact_friend
    This is related to bug/feature #532
  • FIXED: Fixed the misspelled functions and code in listing.inc.php and admin.inc.php
    This is related to bug/feature #540
  • Added second and third address field to the map options.
  • Fixed typo in function name in core file. Mick already corrected the calling page(s) function name, which caused an error as the core function was spelled wrong.
  • Added Listing Title to Google Map. (Code in place for all map types to do this, just not sure if the others support it and have not had time to look)
    This is related to bug/feature #492
  • Added devel_mode install that will report db errors during upgrade/install, but allow the upgrade/install to continue. This should only be used to fix failed upgrades or by developers to upgrade SVN releases.
  • You can now control page title, meta keyword, and meta description tags from the site config for all listing and standard pages. You can use {listing_field_FIELDNAME_value} and {listing_field_FIELDNAME_rawvalue} use rawvalue for items like home_features and the "||" pipes will automatically be converted to a "," comma.
  • We used str_ireplace which is a PHP 5 only function. Changed to str_replace
    This is related to bug/feature #542
  • Added TinyMCE as a third WYSIWYG editor choice.
  • Code cleanup and standardization.
  • Upgrade ADODBLIte to 1.14
  • Upgrade FCKEditor and Xinha to latest versions
  • FIXED: Link for global maps were not showing..
    This is related to bug/feature #534
  • The search page now uses two css classes instead of hard coding the strong and align tags.
  • user_id is now a valid tag to call from the admin main.html template
    This is related to bug/feature #512
  • Allow searching of any listing field from the edit listing screen to help agents/admin find listings.
  • Class ID now shows on the Property Class scree in the admin.
    This is related to bug/feature #558
  • Fixed bug in horizontal featured listings template.
  • User Manger Text now links back to the user manager when on the edit user page.
  • Fixed bug in IE where nophoto image would not display.
  • Added Distance From Zip Code Support the the search engine. This currently requires a custom table of zip/lat/long information.
  • When there are no images for a listing, and use nophoto.gif is set to Yes in the site config the listing detail pages will now display a small nophoto.gif for the thumbnail image position.. and for templates that use a large main image a nophotobig.gif will be displayed in that location
  • Deleting a user in the user manager now prompts with a confirmation about deleting the user and all of their data and listings.
  • fixed a bug where additional "location on listing page" options were showing up as blank options on the edit listing template pages.
  • Search Engine now support looking for fields that are empty or not empty.. For our purpose empty and NULL fields are the same. add fieldname-NULL=1 or fieldname-NOTNULL=1 to the search URL.
  • Added ability to search for listings within a distance from lat_long. Requires Lat long information be on all listings.
  • Added new field types for Lat and Long in the edit listing template section.
  • When editing users from the user manager required fields where not actually being required.
  • First/Last name now required when editing a user
  • spelling of seleted fixed in selected options in admin area. Fixed spelling of the default email address in installer for new installs. Removed several unused lang variables.
  • Added the new view agent template. This is a very bad template right now, it is jsut a copy of what we use to display. I will add more template tags down the road to allow this to be modified by the end users more.
  • Change the way we detect the base path, to help fix windows install issues.
  • links using pclass=# are now corrected to pclass[]=#
  • fixed listing view function to correct error when saving featured listings
  • When adding a listing as admin you can now select yourself for the listing agent. I also changed the selection option to use the first/last name of the agent the same as the edit listing function has been handling that same field.
  • you can now use the {listing_images_java_caption} tag on the listing detail template to display the vertical column of listing image thumbnails with the image caption below each image.
  • When deleting listings they were not removed from the classlistingsdb table.
  • Fix bug in add listings page that was preventing users with a listing limit of -1 from adding listings.
  • You can now search on last_modified date for listings
  • Added tags to feature template to allow large image to be displayed.
  • Added template tag for listing detail for {main_image_java_nodesc} Displays large java main image but without description under it.
  • added delete confirmation to the property class editor.
  • Increased the length of the listingsformelements_search_type field form 10 Char to 50. Added two new search types for NULL and NOT NULL searching on fields.
  • Show Field Captions when selecting the map fields in Site Config along with the field names.
  • Fix for search page if GET varialbe "listingID" is set.
  • Fix cleanup_template_sections it was removing {} from Javascript, which it should now ignore as long as the end bracket is on a different line then the opening bracket..
  • Reduce calls to Addons
  • Fix SVN error where if you add a listing as an agent you were over told you were over your listing limit, even if you were not.
  • Fix permission issue, agent fields were being displayed to anyone, no matter what the permission setting on the field was.
  • Fixed some CSS validation errors in the Admin Template
  • Added a check in the code and a JS check to make sure the user has selected a property class when adding listing fields.
  • shows a count of listings in the current property classes. If no property class is selected it falls back to the old display_all_listing link



Posted in Labels: , |

0 comments: