Revision: 1554 Author: Mick_ Date: 6:44:36 PM, Friday, July 21, 2006 Message: Forum reported feature/fix for listing editor to remove saved favorite listings when that listing is removed. ---- Modified : /trunk/open-realty2/include/listing_editor.inc.php Revision: 1553 Author: Mick_ Date: 2:42:51 AM, Wednesday, July 19, 2006 Message: Minor fix for featured listings nophoto.gif being distorted when custom sized one is used that is not 100x100 ---- Modified : /trunk/open-realty2/include/listing.inc.php Revision: 1552 Author: pbflash Date: 6:03:04 PM, Tuesday, July 18, 2006 Message: Listing view as not checking if the listing view existed. Would display a blank listing view page instead of a message. ---- Modified : /trunk/open-realty2/include/listing.inc.php Revision: 1551 Author: Mick_ Date: 4:59:35 PM, Tuesday, July 18, 2006 Message: Roll version number to 2.3.2 ---- Modified : /trunk/open-realty2/install/index.php Revision: 1550 Author: Mick_ Date: 11:56:35 AM, Tuesday, July 18, 2006 Message: FIXED: bug in 2.x upgrade script ---- Modified : /trunk/open-realty2/install/versions/upgrade_200.inc.php Revision: 1549 Author: Mick_ Date: 11:27:43 AM, Tuesday, July 18, 2006 Message: minor tweak to template blocks ---- Modified : /trunk/open-realty2/include/vtour.inc.php Revision: 1548 Author: Mick_ Date: 11:12:56 AM, Tuesday, July 18, 2006 Message: More Vtour and Tabbed template modifications. Several new template tag blocks added for this. ---- Modified : /trunk/open-realty2/include/class/template/core.inc.php Modified : /trunk/open-realty2/include/vtour.inc.php Modified : /trunk/open-realty2/template/vertical-menu/vtour_classic.html Modified : /trunk/open-realty2/template/vertical-menu/vtour_default.html Deleted : /trunk/open-realty2/template/vertical-menu/vtour_tabbed_default.html Revision: 1547 Author: Mick_ Date: 10:26:44 AM, Tuesday, July 18, 2006 Message: minor commenting of new function ---- Modified : /trunk/open-realty2/include/vtour.inc.php Revision: 1546 Author: Mick_ Date: 10:23:45 AM, Tuesday, July 18, 2006 Message: FIXED: bug in the new tabbed template regarding virtual tours. Added vtour_tab_block template block to the listing page. Placing this block around the div for the vtour tab on the tabbed template will check if the listing has vtours and if the vtour is supported and if not supported or if it doesn't have one it will remove the vtour tab from the listing. also changed the name of the no popup vtour template to tabbed ---- Modified : /trunk/open-realty2/include/listing.inc.php Modified : /trunk/open-realty2/include/vtour.inc.php Modified : /trunk/open-realty2/template/vertical-menu/listing_detail_tabbed.html Deleted : /trunk/open-realty2/template/vertical-menu/vtour_nopopup.html Added : /trunk/open-realty2/template/vertical-menu/vtour_tabbed_default.html Revision: 1545 Author: greengiant Date: 4:36:04 PM, Sunday, July 16, 2006 Message: Fix a couple of unreported and unexploited SQL Injection bugs. Also added some misc templatetags that are not documented.. ---- Modified : /trunk/open-realty2/include/listing.inc.php Modified : /trunk/open-realty2/include/search.inc.php Revision: 1544 Author: pbflash Date: 1:48:27 PM, Friday, July 07, 2006 Message: Change to hide postal distance on regular search results. ---- Modified : /trunk/open-realty2/include/language/en/lang.inc.php Modified : /trunk/open-realty2/include/search.inc.php Revision: 1543 Author: pbflash Date: 12:46:23 PM, Friday, July 07, 2006 Message: Added postalcode_search_distance tag for the search results page which will display the distance in miles from the zip code entered in postal_code_dist_search to the zip code of the listing. ---- Modified : /trunk/open-realty2/include/search.inc.php Revision: 1542 Author: pbflash Date: 2:00:49 AM, Thursday, July 06, 2006 Message: Added code to renderListingsImagesJavaRows to set the image caption equal to the thumb file name if the caption is blank. Not really a bug as empty alt tags do not produce validation errors or warnings. This is related to bug/feature #712 ---- Modified : /trunk/open-realty2/include/images.inc.php Revision: 1541 Author: pbflash Date: 1:49:59 AM, Thursday, July 06, 2006 Message: Added check to make sure the sorttype is ASC or DESC as those are the only valid options for that variable. If the sorttype is not ASC or DESC the sorttype value is set to null. This should be sufficient to prevent any sql injection using the sorttype variable. I left the sanitize function in as an extra measure even though it should not be necessary. This is related to bug/feature #713 ---- Modified : /trunk/open-realty2/include/search.inc.php Revision: 1540 Author: pbflash Date: 1:21:28 AM, Tuesday, July 04, 2006 Message: Added a function to misc.inc.php to 'sanitize' user input before being used in a query. Function can also be used to limit the length of the data being sanitized for further protection against sql injection. I applied the function to the sortby and sorttype values in the search results function and this will hopefully fix the reported security vulnerability. This needs to be tested to make sure it fixes the problem and to ensure it works with other db's (only tested with mysql). ---- Modified : /trunk/open-realty2/include/misc.inc.php Modified : /trunk/open-realty2/include/search.inc.php Revision: 1539 Author: Mick_ Date: 3:49:15 PM, Monday, July 03, 2006 Message: Virtual tour fixes for tabbed template. EGG Solution now works. As well as a basic message of "unsupported vtour" when there is no virtual tour or if it's an unsupported virtual tour. Going to fix the unsupported vtour with a template tag block to put around the tab code to hide the tab if there is no vtour or if it's unsupported ---- Modified : /trunk/open-realty2/include/misc.inc.php Modified : /trunk/open-realty2/include/vtour.inc.php Revision: 1538 Author: greengiant Date: 4:13:36 PM, Thursday, June 29, 2006 Message: Fix pagemain table on mysql installs. ---- Modified : /trunk/open-realty2/install/versions/install_200.inc.php Revision: 1537 Author: pbflash Date: 8:44:22 AM, Wednesday, June 28, 2006 Message: Fixed errors in install files for new page editor options. ---- Modified : /trunk/open-realty2/install/versions/install_200.inc.php Modified : /trunk/open-realty2/install/versions/upgrade_115.inc.php Modified : /trunk/open-realty2/install/versions/upgrade_200.inc.php Revision: 1536 Author: pbflash Date: 11:33:22 PM, Tuesday, June 27, 2006 Message: Change page meta tags to use the site default meta tags if they do not have values set. ---- Modified : /trunk/open-realty2/include/class/template/core.inc.php Revision: 1535 Author: pbflash Date: 11:22:37 PM, Tuesday, June 27, 2006 Message: Added option to set keywords and descriptions for pages created in the page editor. ---- Modified : /trunk/open-realty2/include/class/template/core.inc.php Modified : /trunk/open-realty2/include/editor.inc.php Modified : /trunk/open-realty2/include/language/en/lang.inc.php Modified : /trunk/open-realty2/include/page_display.inc.php Modified : /trunk/open-realty2/install/versions/install_200.inc.php Modified : /trunk/open-realty2/install/versions/upgrade_115.inc.php Modified : /trunk/open-realty2/install/versions/upgrade_200.inc.php Revision: 1534 Author: pbflash Date: 11:52:40 PM, Thursday, June 22, 2006 Message: Replaced
with
in one of the field rendering functions. ---- Modified : /trunk/open-realty2/include/user.inc.php Revision: 1533 Author: pbflash Date: 8:24:25 PM, Wednesday, June 21, 2006 Message: Changed getenv("HTTP_REFERER") to $_SERVER['HTTP_REFERER'] in user signup and mail function to prevent problems on some servers. ---- Modified : /trunk/open-realty2/include/misc.inc.php Modified : /trunk/open-realty2/include/user_manager.inc.php Revision: 1532 Author: pbflash Date: 12:06:52 PM, Tuesday, June 20, 2006 Message: Added missing images for tabbed site config. ---- Added : /trunk/open-realty2/admin/template/OR/images Added : /trunk/open-realty2/admin/template/OR/images/tab.active.png Added : /trunk/open-realty2/admin/template/OR/images/tab.hover.png Added : /trunk/open-realty2/admin/template/OR/images/tab.png Added : /trunk/open-realty2/admin/template/cms_admin_integration/images Added : /trunk/open-realty2/admin/template/cms_admin_integration/images/tab.active.png Added : /trunk/open-realty2/admin/template/cms_admin_integration/images/tab.hover.png Added : /trunk/open-realty2/admin/template/cms_admin_integration/images/tab.png Revision: 1531 Author: pbflash Date: 6:36:13 PM, Monday, June 19, 2006 Message: Fixed bug in multimap function ---- Modified : /trunk/open-realty2/include/maps.inc.php Revision: 1530 Author: greengiant Date: 8:44:20 PM, Sunday, June 18, 2006 Message: Fixed minor bug in handling of addons. If they did not return at least an empty array on the load template command, it would cause a array_merge warning. ---- Modified : /trunk/open-realty2/include/class/template/core.inc.php Revision: 1529 Author: pbflash Date: 8:12:02 PM, Sunday, June 18, 2006 Message: Admin js still had functions for edit_caneditforms which is no longer used. ---- Modified : /trunk/open-realty2/include/admin.inc.php Revision: 1528 Author: pbflash Date: 7:57:59 PM, Sunday, June 18, 2006 Message: Fixed some typo's in css files. This is related to bug/feature #711 ---- Modified : /trunk/open-realty2/admin/template/OR/style.css Modified : /trunk/open-realty2/template/cms_integration/style.css Modified : /trunk/open-realty2/template/vertical-menu/style.css Revision: 1527 Author: pbflash Date: 2:36:25 PM, Wednesday, June 14, 2006 Message: Fixed link for Yahoo neighborhood profile This is related to bug/feature #709 ---- Modified : /trunk/open-realty2/include/listing.inc.php Revision: 1526 Author: pbflash Date: 3:34:23 PM, Monday, June 12, 2006 Message: Changed some function calls that could potentially cause problems if calling some of the search functions from an addon. ---- Modified : /trunk/open-realty2/include/search.inc.php Revision: 1525 Author: pbflash Date: 12:58:34 AM, Monday, June 12, 2006 Message: Made ptviewer output XHTML 1.0 strict compliant. ---- Modified : /trunk/open-realty2/include/class/template/core.inc.php Modified : /trunk/open-realty2/include/images.inc.php Modified : /trunk/open-realty2/include/vtour.inc.php Revision: 1524 Author: pbflash Date: 10:53:26 PM, Sunday, June 11, 2006 Message: Changed slideshow output to use div's instead of a table. Added 2 new css classes, slideshow_img and slideshow_links. Also correcting last submission. The target tag is not XHTML 1.0 valid. Replaced it with onclick commands. ---- Modified : /trunk/open-realty2/include/images.inc.php Modified : /trunk/open-realty2/include/listing.inc.php Modified : /trunk/open-realty2/include/user.inc.php Modified : /trunk/open-realty2/template/vertical-menu/style.css Revision: 1523 Author: pbflash Date: 10:21:10 PM, Sunday, June 11, 2006 Message: Some minor fixes for validation errors. Replaced spaces in image caption/description with %20 to prevent malformed URI warnings (not actually a problem for W3C but it gets rid of the errors in FF validator). Replaced target="_new" with target="_blank" for URL fields. ---- Modified : /trunk/open-realty2/include/images.inc.php Modified : /trunk/open-realty2/include/listing.inc.php Modified : /trunk/open-realty2/include/user.inc.php Revision: 1522 Author: greengiant Date: 2:13:01 PM, Friday, June 09, 2006 Message: Fixes a bug in the template engine where load_css tags were removed if the css file name being loaded was not style or editor.. This now assumes load_ is a reserved name for the start of a tag and will not replace it with autotag replacement. ---- Modified : /trunk/open-realty2/include/class/template/core.inc.php Revision: 1521 Author: pbflash Date: 2:12:25 PM, Friday, June 09, 2006 Message: Change in css for tabbed site config. ---- Modified : /trunk/open-realty2/admin/template/OR/style.css Revision: 1520 Author: pbflash Date: 1:36:14 PM, Friday, June 09, 2006 Message: Added tabbed site config page. ---- Modified : /trunk/open-realty2/admin/template/OR/style.css Modified : /trunk/open-realty2/include/controlpanel.inc.php Modified : /trunk/open-realty2/include/language/en/lang.inc.php Revision: 1519 Author: pbflash Date: 1:06:19 PM, Thursday, June 08, 2006 Message: The general info section is now all css (no tables). Added total listing count to general info. Captions in genral info link to the proper listing/member update screen. ---- Modified : /trunk/open-realty2/admin/template/OR/style.css Modified : /trunk/open-realty2/include/admin.inc.php Modified : /trunk/open-realty2/include/language/en/lang.inc.php Revision: 1518 Author: pbflash Date: 9:49:27 AM, Thursday, June 08, 2006 Message: Added css to general info and OR links on admin page (thanks to imonawave). Added expired listing count to general info if use expiration is set to yes. ---- Modified : /trunk/open-realty2/admin/template/OR/style.css Modified : /trunk/open-realty2/include/admin.inc.php Modified : /trunk/open-realty2/include/language/en/lang.inc.php Revision: 1517 Author: pbflash Date: 8:56:51 AM, Thursday, June 08, 2006 Message: Added missing lang variables for user signup email. ---- Modified : /trunk/open-realty2/include/language/en/lang.inc.php Revision: 1516 Author: pbflash Date: 11:59:59 PM, Tuesday, June 06, 2006 Message: Added option to turn off wysiwyg editor. ---- Modified : /trunk/open-realty2/include/controlpanel.inc.php Revision: 1515 Author: pbflash Date: 9:43:48 PM, Monday, June 05, 2006 Message: Login function was not setting the agents edit expiration setting. The edit listings function was checking the $config['agent_default_canChangeExpirations'], changed to check the new session variable. This is related to bug/feature #706 ---- Modified : /trunk/open-realty2/include/listing_editor.inc.php Modified : /trunk/open-realty2/include/login.inc.php Revision: 1514 Author: pbflash Date: 9:21:51 PM, Monday, June 05, 2006 Message: Removed extra div in view_user_default.html This is related to bug/feature #703 ---- Modified : /trunk/open-realty2/template/cms_integration/view_user_default.html Modified : /trunk/open-realty2/template/vertical-menu/view_user_default.html Revision: 1513 Author: pbflash Date: 6:59:26 PM, Monday, June 05, 2006 Message: Fixed possible bug with tabbed layout. $config was not global in load_js so it $config['baseurl'] was returing nothing on the call to the js file. ---- Modified : /trunk/open-realty2/include/class/template/core.inc.php Revision: 1512 Author: pbflash Date: 1:49:33 PM, Saturday, June 03, 2006 Message: Fixed error on tabbed listing view template. ---- Modified : /trunk/open-realty2/template/cms_integration/listing_detail_tabbed.html Modified : /trunk/open-realty2/template/vertical-menu/listing_detail_tabbed.html Revision: 1511 Author: pbflash Date: 1:21:28 PM, Saturday, June 03, 2006 Message: Fixed bug where admin would be in the agent list when adding new listing. This is related to bug/feature #700 ---- Modified : /trunk/open-realty2/include/listing_editor.inc.php Revision: 1510 Author: pbflash Date: 9:53:51 PM, Thursday, June 01, 2006 Message: Added files missed from last update. ---- Modified : /trunk/open-realty2/template/cms_integration/listing_detail_tabbed.html Added : /trunk/open-realty2/template/cms_integration/vtour_classic.html Added : /trunk/open-realty2/template/cms_integration/vtour_default.html Modified : /trunk/open-realty2/template/vertical-menu/listing_detail_tabbed.html Revision: 1509 Author: pbflash Date: 9:45:31 PM, Thursday, June 01, 2006 Message: Added {show_vtour} tag which allows the viewer to be added to the listing detail page. The vtour_nopopup.html template file should be used when using this tag. Updated listing_detailed_tabbed.html to include vtour tab. Added missing files to the cms_integrati ---- Modified : /trunk/open-realty2/include/class/template/core.inc.php Modified : /trunk/open-realty2/include/vtour.inc.php Added : /trunk/open-realty2/template/cms_integration/vtour_nopopup.html Added : /trunk/open-realty2/template/vertical-menu/vtour_nopopup.html Revision: 1508 Author: pbflash Date: 4:32:14 PM, Thursday, June 01, 2006 Message: Added js for tabbed layouts. Added link to both load_js and load_js_body as it can be used in both the admin and front end pages. Added tabbed listing view layout. ---- Modified : /trunk/open-realty2/admin/template/OR/style.css Modified : /trunk/open-realty2/include/admin.inc.php Modified : /trunk/open-realty2/include/class/template/core.inc.php Added : /trunk/open-realty2/tabpane.js Added : /trunk/open-realty2/template/cms_integration/images/tab.active.png Added : /trunk/open-realty2/template/cms_integration/images/tab.hover.png Added : /trunk/open-realty2/template/cms_integration/images/tab.png Added : /trunk/open-realty2/template/cms_integration/listing_detail_tabbed.html Modified : /trunk/open-realty2/template/cms_integration/style.css Modified : /trunk/open-realty2/template/cms_integration/stylesheet.css Added : /trunk/open-realty2/template/vertical-menu/images/tab.active.png Added : /trunk/open-realty2/template/vertical-menu/images/tab.hover.png Added : /trunk/open-realty2/template/vertical-menu/images/tab.png Added : /trunk/open-realty2/template/vertical-menu/listing_detail_tabbed.html Modified : /trunk/open-realty2/template/vertical-menu/style.css Revision: 1506 Author: pbflash Date: 4:44:11 PM, Wednesday, May 31, 2006 Message: The js for number fields would give a warning if a number was not entered but the form could still be submitted with non-numeric data. Added code to clear non-numeric values. Added same code to price fields as there was no check to see if the value entered was numeric. ---- Modified : /trunk/open-realty2/include/forms.inc.php Revision: 1505 Author: pbflash Date: 9:43:35 AM, Wednesday, May 31, 2006 Message: Forum reported bug--users with 'Can edit other users' set to yes could not edit other users. ---- Modified : /trunk/open-realty2/include/user_manager.inc.php