Revision: 1596 Author: Mick_ Date: 12:18:47 PM, Tuesday, August 15, 2006 Message: Rolling version number to 2.3.4 ---- Modified : /trunk/open-realty2/install/index.php Modified : /trunk/open-realty2/install/versions/upgrade_200.inc.php Revision: 1595 Author: Mick_ Date: 11:50:50 AM, Tuesday, August 15, 2006 Message: adding next/prev CSS to admin template CSS ---- Modified : /trunk/open-realty2/admin/template/OR/style.css Revision: 1594 Author: pbflash Date: 9:11:38 AM, Tuesday, August 15, 2006 Message: Added lang variable for privacy statement to the user registration email. modified language/en/lang.inc.php modified user_manager.inc.php ---- Modified : /trunk/open-realty2/include/language/en/lang.inc.php Modified : /trunk/open-realty2/include/user_manager.inc.php Revision: 1593 Author: pbflash Date: 8:10:25 PM, Monday, August 14, 2006 Message: Fixed error from last commit. ---- Modified : /trunk/open-realty2/include/controlpanel.inc.php Revision: 1592 Author: pbflash Date: 7:50:33 PM, Monday, August 14, 2006 Message: Added option to send users their login information by email when they regiter. Can be turned on/off in site config. ---- Modified : /trunk/open-realty2/include/controlpanel.inc.php Modified : /trunk/open-realty2/include/language/en/lang.inc.php Modified : /trunk/open-realty2/include/user_manager.inc.php Modified : /trunk/open-realty2/install/index.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: 1591 Author: pbflash Date: 5:19:30 PM, Monday, August 14, 2006 Message: Better way to have user automatically logged in after registration. ---- Modified : /trunk/open-realty2/include/user_manager.inc.php Revision: 1590 Author: pbflash Date: 5:09:13 PM, Monday, August 14, 2006 Message: Agents/Members are automatically logged in after reqistration if moderation for the user type is turned off. ---- Modified : /trunk/open-realty2/include/user_manager.inc.php Revision: 1589 Author: Mick_ Date: 1:37:51 PM, Monday, August 14, 2006 Message: adding page desc and keyword to 115 upgrader ---- Modified : /trunk/open-realty2/install/versions/upgrade_115.inc.php Revision: 1588 Author: pbflash Date: 9:05:05 AM, Monday, August 14, 2006 Message: Install file was not adding values for pagesmain_description and pagesmain_keywords which was causing errors. ---- Modified : /trunk/open-realty2/install/versions/install_200.inc.php Revision: 1587 Author: Mick_ Date: 5:32:02 PM, Sunday, August 13, 2006 Message: Writing the common.php was missing the closing ?> that is now added in ---- Modified : /trunk/open-realty2/install/index.php Revision: 1586 Author: Mick_ Date: 6:42:05 PM, Saturday, August 12, 2006 Message: putting '; back in.. it is needed. i blindly removed it without looking at the code This is related to bug/feature #742 ---- Modified : /trunk/open-realty2/install/index.php Revision: 1585 Author: Mick_ Date: 6:39:32 PM, Saturday, August 12, 2006 Message: Fixed extra tabs and characters This is related to bug/feature #742 ---- Modified : /trunk/open-realty2/install/index.php Revision: 1584 Author: Mick_ Date: 5:55:27 PM, Wednesday, August 09, 2006 Message: fixed mistake in label ---- Modified : /trunk/open-realty2/template/vertical-menu/vtour_default.html Revision: 1583 Author: Mick_ Date: 3:03:35 PM, Wednesday, August 09, 2006 Message: Fixed: some non-lang'd words in controlpanel. This is related to bug/feature #740 ---- Modified : /trunk/open-realty2/include/controlpanel.inc.php Modified : /trunk/open-realty2/include/language/en/lang.inc.php Revision: 1582 Author: Mick_ Date: 2:58:31 PM, Wednesday, August 09, 2006 Message: FIXED: page editor lang variable missing This is related to bug/feature #739 ---- Modified : /trunk/open-realty2/include/editor.inc.php Modified : /trunk/open-realty2/include/language/en/lang.inc.php Revision: 1581 Author: Mick_ Date: 7:31:02 PM, Tuesday, August 08, 2006 Message: removing unused/old admin page code ---- Modified : /trunk/open-realty2/include/admin.inc.php Revision: 1580 Author: Mick_ Date: 4:54:18 PM, Tuesday, August 08, 2006 Message: Second attempt at commiting log.inc.php.. didn't commit changes last night for some reason. ---- Modified : /trunk/open-realty2/admin/template/OR/style.css Modified : /trunk/open-realty2/include/log.inc.php Revision: 1579 Author: Mick_ Date: 4:33:42 PM, Tuesday, August 08, 2006 Message: FIXED: added lang variables for several hardcoded bits of text This is related to bug/feature #737 ---- Modified : /trunk/open-realty2/include/language/en/lang.inc.php Modified : /trunk/open-realty2/include/propertyclass.inc.php Revision: 1578 Author: Mick_ Date: 4:42:08 AM, Tuesday, August 08, 2006 Message: CSS'ing the Log Viewer Thanks to Mike and Paul ---- Modified : /trunk/open-realty2/admin/template/OR/style.css Modified : /trunk/open-realty2/include/log.inc.php Revision: 1577 Author: Mick_ Date: 4:33:01 AM, Tuesday, August 08, 2006 Message: xmailer now puts exact OR version instead of old hardcoded 2.0 ---- Modified : /trunk/open-realty2/include/misc.inc.php Revision: 1576 Author: Mick_ Date: 4:25:37 AM, Tuesday, August 08, 2006 Message: fixing next/prev on log viewer ---- Modified : /trunk/open-realty2/include/log.inc.php Modified : /trunk/open-realty2/include/misc.inc.php Revision: 1575 Author: Mick_ Date: 4:00:20 AM, Tuesday, August 08, 2006 Message: Fixing number of listings on last page of next/prev This is related to bug/feature #729 ---- Modified : /trunk/open-realty2/include/misc.inc.php Revision: 1574 Author: Mick_ Date: 1:00:56 AM, Tuesday, August 08, 2006 Message: more user form validation things ---- Modified : /trunk/open-realty2/include/user_manager.inc.php Revision: 1573 Author: Mick_ Date: 11:31:41 PM, Monday, August 07, 2006 Message: IMPLEMENTED: Added back button to user signup if they forget a fields This is related to bug/feature #736 ---- Modified : /trunk/open-realty2/include/user_manager.inc.php Revision: 1572 Author: Mick_ Date: 11:15:56 PM, Monday, August 07, 2006 Message: FIXED: installer now uses php's version_compare function to compare the mysql versions for min requirements and is much more reliable now This is related to bug/feature #731 ---- Modified : /trunk/open-realty2/install/index.php Revision: 1571 Author: Mick_ Date: 6:41:31 PM, Monday, August 07, 2006 Message: IMPLEMENTED: Moved formatting to template file This is related to bug/feature #735 ---- Modified : /trunk/open-realty2/include/images.inc.php Modified : /trunk/open-realty2/template/vertical-menu/view_user_default.html Revision: 1570 Author: Mick_ Date: 7:51:01 PM, Sunday, August 06, 2006 Message: Adding open-realty connectors This is related to bug/feature #734 ---- Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/browser.css Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/browser.html Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/connectors Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/connectors/php Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/connectors/php/basexml.php Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/connectors/php/commands.php Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/connectors/php/config.php Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/connectors/php/config.php.bak Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/connectors/php/connector.php Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/connectors/php/io.php Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/connectors/php/util.php Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/connectors/test.html Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/frmactualfolder.html Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/frmcreatefolder.html Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/frmfolders.html Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/frmresourceslist.html Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/frmresourcetype.html Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/frmupload.html Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/ButtonArrow.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/Folder.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/Folder32.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/FolderOpened.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/FolderOpened32.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/FolderUp.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32 Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/ai.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/avi.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/bmp.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/cs.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/default.icon.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/dll.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/doc.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/exe.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/fla.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/gif.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/htm.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/html.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/jpg.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/js.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/mdb.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/mp3.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/pdf.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/ppt.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/rdp.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/swf.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/swt.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/txt.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/vsd.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/xls.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/xml.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/32/zip.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/ai.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/avi.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/bmp.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/cs.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/default.icon.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/dll.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/doc.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/exe.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/fla.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/gif.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/htm.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/html.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/jpg.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/js.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/mdb.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/mp3.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/pdf.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/ppt.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/rdp.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/swf.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/swt.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/txt.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/vsd.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/xls.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/xml.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/icons/zip.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/images/spacer.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/js Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/js/common.js Added : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/js/fckxml.js Revision: 1569 Author: Mick_ Date: 7:37:59 PM, Sunday, August 06, 2006 Message: FIXED: adding new FCKEditor version and fixing image upload and handling bugs This is related to bug/feature #734 ---- Modified : /trunk/open-realty2/include/class/fckeditor/editor/css/behaviors/showtableborders.htc Modified : /trunk/open-realty2/include/class/fckeditor/editor/css/fck_editorarea.css Modified : /trunk/open-realty2/include/class/fckeditor/editor/css/fck_internal.css Modified : /trunk/open-realty2/include/class/fckeditor/editor/css/fck_showtableborders_gecko.css Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/common/fck_dialog_common.css Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/common/fck_dialog_common.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/common/moz-bindings.xml Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_about.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_anchor.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_button.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_checkbox.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_colorselector.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_docprops.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_find.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_flash/fck_flash.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_flash.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_form.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_hiddenfield.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_image/fck_image.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_image/fck_image_preview.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_image.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_link/fck_link.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_link.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_listprop.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_paste.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_radiobutton.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_replace.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_select/fck_select.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_select.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_smiley.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_source.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_specialchar.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_spellerpages.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_table.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_tablecell.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_template.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_textarea.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_textfield.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_universalkey/data.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_universalkey/diacritic.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_universalkey/dialogue.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_universalkey/fck_universalkey.css Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_universalkey/multihexa.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_universalkey.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/fckblank.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/fckdebug.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/fckdialog.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/fckeditor.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/fckeditor.original.html Deleted : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/default Deleted : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/upload/asp Deleted : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/upload/aspx Deleted : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/upload/cfm Deleted : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/upload/lasso Modified : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/upload/php/config.php Modified : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/upload/php/upload.php Modified : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/upload/php/util.php Modified : /trunk/open-realty2/include/class/fckeditor/editor/filemanager/upload/test.html Added : /trunk/open-realty2/include/class/fckeditor/editor/images/arrow_ltr.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/images/arrow_rtl.gif Added : /trunk/open-realty2/include/class/fckeditor/editor/js/fckeditorcode_gecko.js Added : /trunk/open-realty2/include/class/fckeditor/editor/js/fckeditorcode_ie.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/_translationstatus.txt Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/ar.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/bg.js Added : /trunk/open-realty2/include/class/fckeditor/editor/lang/bn.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/bs.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/ca.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/cs.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/da.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/de.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/el.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/en-au.js Added : /trunk/open-realty2/include/class/fckeditor/editor/lang/en-ca.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/en-uk.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/en.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/eo.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/es.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/et.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/eu.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/fa.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/fi.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/fo.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/fr.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/gl.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/he.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/hi.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/hr.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/hu.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/it.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/ja.js Added : /trunk/open-realty2/include/class/fckeditor/editor/lang/km.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/ko.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/lt.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/lv.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/mn.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/ms.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/nl.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/no.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/pl.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/pt-br.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/pt.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/ro.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/ru.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/sk.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/sl.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/sr-latn.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/sr.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/sv.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/th.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/tr.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/uk.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/vi.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/zh-cn.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/lang/zh.js Added : /trunk/open-realty2/include/class/fckeditor/editor/plugins/autogrow Added : /trunk/open-realty2/include/class/fckeditor/editor/plugins/autogrow/fckplugin.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/plugins/placeholder/fck_placeholder.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/plugins/placeholder/fckplugin.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/plugins/placeholder/lang/de.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/plugins/placeholder/lang/en.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/plugins/placeholder/lang/fr.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/plugins/placeholder/lang/it.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/plugins/placeholder/lang/pl.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/plugins/placeholder/placeholder.gif Modified : /trunk/open-realty2/include/class/fckeditor/editor/plugins/simplecommands/fckplugin.js Modified : /trunk/open-realty2/include/class/fckeditor/editor/plugins/tablecommands/fckplugin.js Added : /trunk/open-realty2/include/class/fckeditor/editor/skins/_fckviewstrips.html Modified : /trunk/open-realty2/include/class/fckeditor/editor/skins/default/fck_dialog.css Modified : /trunk/open-realty2/include/class/fckeditor/editor/skins/default/fck_editor.css Added : /trunk/open-realty2/include/class/fckeditor/editor/skins/default/fck_strip.gif Modified : /trunk/open-realty2/include/class/fckeditor/editor/skins/default/images/toolbar.start.gif Modified : /trunk/open-realty2/include/class/fckeditor/editor/skins/office2003/fck_dialog.css Modified : /trunk/open-realty2/include/class/fckeditor/editor/skins/office2003/fck_editor.css Added : /trunk/open-realty2/include/class/fckeditor/editor/skins/office2003/fck_strip.gif Modified : /trunk/open-realty2/include/class/fckeditor/editor/skins/office2003/images/toolbar.start.gif Modified : /trunk/open-realty2/include/class/fckeditor/editor/skins/silver/fck_dialog.css Modified : /trunk/open-realty2/include/class/fckeditor/editor/skins/silver/fck_editor.css Added : /trunk/open-realty2/include/class/fckeditor/editor/skins/silver/fck_strip.gif Modified : /trunk/open-realty2/include/class/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif Modified : /trunk/open-realty2/include/class/fckeditor/editor/skins/silver/images/toolbar.start.gif Modified : /trunk/open-realty2/include/class/fckeditor/fckconfig.js Modified : /trunk/open-realty2/include/class/fckeditor/fckeditor.afp Modified : /trunk/open-realty2/include/class/fckeditor/fckeditor.asp Modified : /trunk/open-realty2/include/class/fckeditor/fckeditor.cfc Modified : /trunk/open-realty2/include/class/fckeditor/fckeditor.cfm Modified : /trunk/open-realty2/include/class/fckeditor/fckeditor.js Modified : /trunk/open-realty2/include/class/fckeditor/fckeditor.lasso Modified : /trunk/open-realty2/include/class/fckeditor/fckeditor.php Modified : /trunk/open-realty2/include/class/fckeditor/fckeditor.pl Modified : /trunk/open-realty2/include/class/fckeditor/fckeditor.py Modified : /trunk/open-realty2/include/class/fckeditor/fckstyles.xml Modified : /trunk/open-realty2/include/class/fckeditor/fcktemplates.xml Modified : /trunk/open-realty2/include/class/fckeditor/htaccess.txt Revision: 1568 Author: Mick_ Date: 7:34:07 PM, Sunday, August 06, 2006 Message: Fixing Page editor problems ---- Modified : /trunk/open-realty2/include/admin.inc.php Revision: 1567 Author: Mick_ Date: 5:57:43 PM, Sunday, August 06, 2006 Message: Small fix for adding agents/admins with the permissions fields enable and disabling properly. Fixed small Javascript error. ---- Modified : /trunk/open-realty2/include/admin.inc.php Modified : /trunk/open-realty2/include/forms.inc.php Revision: 1566 Author: Mick_ Date: 5:08:15 PM, Friday, August 04, 2006 Message: Removing Search Results tabbed template due to some bugs that need to be worked out ---- Deleted : /trunk/open-realty2/template/vertical-menu/search_result_tabbed.html Revision: 1565 Author: Mick_ Date: 4:35:15 PM, Friday, August 04, 2006 Message: FIXED: Fixed SEF rewrite rule This is related to bug/feature #733 ---- Modified : /trunk/open-realty2/.htaccess-or Revision: 1564 Author: Mick_ Date: 4:10:44 PM, Thursday, August 03, 2006 Message: IMPLEMENTED: Now using a better way for pagination on search results This is related to bug/feature #729 ---- Modified : /trunk/open-realty2/include/misc.inc.php Revision: 1563 Author: Mick_ Date: 6:41:06 PM, Sunday, July 30, 2006 Message: Rolling version number to 2.3.3 ---- Modified : /trunk/open-realty2/install/index.php Revision: 1562 Author: Mick_ Date: 5:21:51 AM, Sunday, July 30, 2006 Message: IMPLEMENTED: Changed the table/row/cell display of the Page Display code into a div for better validation and less conflicts with user designs This is related to bug/feature #708 ---- Modified : /trunk/open-realty2/include/page_display.inc.php Revision: 1561 Author: Mick_ Date: 4:49:13 AM, Sunday, July 30, 2006 Message: FIXED: notify new listing is now fixed. Should properly notify users of new listings matching their saved searches This is related to bug/feature #725 ---- Modified : /trunk/open-realty2/include/listing_editor.inc.php Modified : /trunk/open-realty2/include/search.inc.php Revision: 1560 Author: Mick_ Date: 4:13:49 AM, Sunday, July 30, 2006 Message: FIXED: changed the db field type to DATETIME from TIMESTAMP to prevent it from updating every time the listing is viewed This is related to bug/feature #723 ---- 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: 1559 Author: Mick_ Date: 2:39:42 PM, Saturday, July 29, 2006 Message: Forum reported search bug fixed ---- Modified : /trunk/open-realty2/include/search.inc.php Revision: 1558 Author: Mick_ Date: 4:47:01 AM, Saturday, July 29, 2006 Message: img block fix ---- Modified : /trunk/open-realty2/template/vertical-menu/featured_listing_vertical.html Revision: 1557 Author: Mick_ Date: 1:34:00 AM, Friday, July 28, 2006 Message: Adding Tabbed search result template ---- Added : /trunk/open-realty2/template/vertical-menu/search_result_tabbed.html Revision: 1556 Author: Mick_ Date: 9:35:49 PM, Thursday, July 27, 2006 Message: Edit images permissions bug fix for admins... ---- Modified : /trunk/open-realty2/include/images.inc.php Revision: 1555 Author: Mick_ Date: 1:20:38 AM, Thursday, July 27, 2006 Message: FIXED: Typo in listing_editor.inc.php fixed This is related to bug/feature #726 ---- Modified : /trunk/open-realty2/include/listing_editor.inc.php