diff -rc2P openrealty26-1/CHANGELOG FR-2.6-2/CHANGELOG *** openrealty26-1/CHANGELOG Wed Dec 31 17:00:00 1969 --- FR-2.6-2/CHANGELOG Thu Jan 16 11:09:31 2003 *************** *** 0 **** --- 1,31 ---- + January 16, 2003 + Changes in FR-2.6-2 from OR 2.6-1 + **** + Patrick Fleming + Included license.txt file + Added this changelog file to package + Including the map view fix for Yahoo maps + Added $limit to queries in index.php + Minor bug fixes in admin.php and agentadmin.php + **** + + Ideas by: John Matson 2003 + Added additional fields to agentadmin.php: Allows an agent to quickly glance + to see whether a propery is featured, and which status is assigned in the db. + ~line 911 + Added 'Held' status with changes made to browse.php, index.php and propview.php + Added the same views to admin/admin.php ~line 866 + **** + + Ideas By: Jake Ortman 2003 + Edit common.php adding No Image selection for featured code. + Added $limit to common.php limits featured properties listed on index.php + Added checking for $noimage in index.php ~line 39 + **** + + Changed the name to FreeRealty to avoid confusion with Jon Roig's ongoing + project. FreeRealty is a fork of Jon Roig's original Open Realty project + http://jonroig.com + + FreeRealty can currently be downloaded from http://www.rwcinc.net/freerealty + diff -rc2P openrealty26-1/README FR-2.6-2/README *** openrealty26-1/README Wed Dec 31 17:00:00 1969 --- FR-2.6-2/README Thu Jan 16 11:10:55 2003 *************** *** 0 **** --- 1,18 ---- + Free Realty version 2.6-2 Copyright RWC Inc. 2003 + Open Realty version 2.6 Copyright Jon Roig 2002 + + + Free Realty 2.6-2 is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + Free Realty is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Foobar; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + diff -rc2P openrealty26-1/admin/admin.php FR-2.6-2/admin/admin.php *** openrealty26-1/admin/admin.php Sun Mar 18 14:37:02 2001 --- FR-2.6-2/admin/admin.php Thu Jan 16 10:24:09 2003 *************** *** 349,353 **** print ""; print ""; ! print ""; print ""; ! print ""; ! print ""; ! print ""; *************** *** 671,675 **** print ""; print ""; ! print ""; print ""; ! print ""; ! print ""; ! print ""; *************** *** 864,868 **** ! print "$a_row[title]

$a_row[previewdesc]"; print "\r\n\r\n"; } --- 868,872 ---- ! print "$a_row[title]

$a_row[previewdesc] $a_row[status]   Featured: $a_row[featured]"; print "\r\n\r\n"; } diff -rc2P openrealty26-1/agentadmin.php FR-2.6-2/agentadmin.php *** openrealty26-1/agentadmin.php Fri Mar 23 07:58:04 2001 --- FR-2.6-2/agentadmin.php Thu Jan 16 10:21:24 2003 *************** *** 392,396 **** print ""; print ""; ! print ""; print ""; ! print ""; ! print ""; ! print ""; *************** *** 725,728 **** --- 727,731 ---- print ""; print ""; + print ""; print ""; *************** *** 909,913 **** ! print "$a_row[title]

$a_row[previewdesc]"; print "\r\n\r\n"; } --- 912,916 ---- ! print "$a_row[title]

$a_row[previewdesc]$a_row[status]   Featured: $a_row[featured] "; print "\r\n\r\n"; } *************** *** 920,922 **** //gots to close the mysql connection mysql_close($link); ! ?> \ No newline at end of file --- 923,925 ---- //gots to close the mysql connection mysql_close($link); ! ?> diff -rc2P openrealty26-1/browse.php FR-2.6-2/browse.php *** openrealty26-1/browse.php Tue Feb 20 03:16:38 2001 --- FR-2.6-2/browse.php Thu Jan 16 10:31:42 2003 *************** *** 27,31 **** --- 27,31 ---- *************** *** 51,55 ****