r1806 | greengiant | 2007-06-08 18:20:09 -0400 (Fri, 08 Jun 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/search.inc.php
Fix calculate of min/max boxes if step is left at 0.
------------------------------------------------------------------------
r1807 | Mick_ | 2007-06-18 02:13:54 -0400 (Mon, 18 Jun 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/login.inc.php
FIXED: Session check of export_listings is now checking the correct user field
------------------------------------------------------------------------
r1808 | Mick_ | 2007-06-18 02:43:14 -0400 (Mon, 18 Jun 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/images.inc.php
FIXED: fixed a javascript error when using the main image no description tag.
------------------------------------------------------------------------
r1809 | Mick_ | 2007-06-18 03:30:16 -0400 (Mon, 18 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/user_manager.inc.php
FIXED: fixed issue where users were unable to edit their first or last names in their profile. This did not effect agents or admins only normal users through the edit profile link from the main pages of the site.
This is related to bug/feature #638
------------------------------------------------------------------------
r1810 | Mick_ | 2007-06-18 13:07:30 -0400 (Mon, 18 Jun 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/search.inc.php
FIXED: Javascript opening comment duplication removed
------------------------------------------------------------------------
r1811 | Mick_ | 2007-06-18 14:01:51 -0400 (Mon, 18 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/search.inc.php
IMPLEMENTED: You can now use the PageID=# variable in the URL for the search results in order to specify an alternate main template file.
This is related to bug/feature #323
------------------------------------------------------------------------
r1812 | Mick_ | 2007-06-18 16:01:19 -0400 (Mon, 18 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/search.inc.php
FIXED small typo in search.inc.php
This is related to bug/feature #647
------------------------------------------------------------------------
r1813 | Mick_ | 2007-06-20 15:18:11 -0400 (Wed, 20 Jun 2007) | 12 lines
Changed paths:
M /trunk/open-realty2/include/controlpanel.inc.php
M /trunk/open-realty2/include/images.inc.php
M /trunk/open-realty2/include/language/en/lang.inc.php
M /trunk/open-realty2/install/index.php
M /trunk/open-realty2/install/versions/install_200.inc.php
M /trunk/open-realty2/install/versions/upgrade_115.inc.php
M /trunk/open-realty2/install/versions/upgrade_200.inc.php
Major changes to the images handler This should be throughly tested to ensure all image handling is as expected:
New config options (will require an upgrade for database changes) for:
Thumbnail Height
Resize By
Resize Thumbs By
Image uploads and thumbnails now can be resized by Width, Height or Both. The options are independent of each other, so you can resize all your thumbnails to both the specified thumb width and height if you wish but still resize main images by only width, or height, or both as well.
Thumbnail display used to be calculated based on the main image's dimensions, regardless of if we created thumbnail images or not. We now check if the thumbnail was created or not.. if so, then the thumbnail image size is its actual size, if we did not create thumbnail images then we calculate the display size of a full size image as a thumbnail based upon what is set in the config to resize thumbnail by(width, height or both) so if we specify a 100x100 thumbnail size in the config and specify both as the resize thumbs by option but don't have thumbnailing turned on then we will still display the resized main images as the thumbs at a size of 100x100.
This is related to bug/feature #623
------------------------------------------------------------------------
r1814 | Mick_ | 2007-06-20 15:55:46 -0400 (Wed, 20 Jun 2007) | 1 line
Changed paths:
M /trunk/open-realty2/install/versions/upgrade_200.inc.php
cleaning up some installer stuff.
------------------------------------------------------------------------
r1815 | pbflash | 2007-06-20 21:22:54 -0400 (Wed, 20 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/controlpanel.inc.php
M /trunk/open-realty2/include/language/en/lang.inc.php
M /trunk/open-realty2/install/index.php
M /trunk/open-realty2/install/versions/install_200.inc.php
M /trunk/open-realty2/install/versions/upgrade_115.inc.php
M /trunk/open-realty2/install/versions/upgrade_200.inc.php
Added charset selection to site config. Gave options for all charsets supported by PHP 4.3 and up.
This is related to bug/feature #640
------------------------------------------------------------------------
r1816 | pbflash | 2007-06-20 23:15:19 -0400 (Wed, 20 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/editor.inc.php
M /trunk/open-realty2/include/forms.inc.php
M /trunk/open-realty2/include/images.inc.php
Some changes to use the charset in certain php functions.
This is related to bug/feature #640
------------------------------------------------------------------------
r1817 | pbflash | 2007-06-20 23:38:28 -0400 (Wed, 20 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/listing_editor.inc.php
M /trunk/open-realty2/include/search.inc.php
M /trunk/open-realty2/include/template_editor.inc.php
More changes to use the charset in php functions. This covers all htmlentities, html_entity_decode,and htmlspecialchars functions.
This is related to bug/feature #640
------------------------------------------------------------------------
r1818 | pbflash | 2007-06-21 00:06:05 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/images.inc.php
Reverting back to last revision, I overwrote Mick's last changes.
------------------------------------------------------------------------
r1819 | pbflash | 2007-06-21 00:21:08 -0400 (Thu, 21 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/class/template/core.inc.php
M /trunk/open-realty2/install/versions/install_200.inc.php
M /trunk/open-realty2/install/versions/upgrade_115.inc.php
M /trunk/open-realty2/install/versions/upgrade_200.inc.php
M /trunk/open-realty2/template/vertical-menu/main.html
Final changes for using charset in functions. Added {charset} template tag for the main.html template.
This is related to bug/feature #640
------------------------------------------------------------------------
r1820 | Mick_ | 2007-06-21 01:45:44 -0400 (Thu, 21 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/images.inc.php
Fixed the image size for main images being reported as the thumbnail size in the listing and user edit images screens. Modified calls to the variable $imagedata that are used throughout the image_handler and distinguished which ones are for thumbnail images with thumb_ prefix
This is related to bug/feature #623
------------------------------------------------------------------------
r1821 | Mick_ | 2007-06-21 02:18:21 -0400 (Thu, 21 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/images.inc.php
removed two print commands in the image_handler... not needed so no reason to leave them in, and Eduardo complained about them so I had to get rid of them ;-)
This is related to bug/feature #623
------------------------------------------------------------------------
r1822 | Mick_ | 2007-06-21 16:43:42 -0400 (Thu, 21 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/images.inc.php
Moving the file extension check to be immediately after the file type check.. didn't make sense having it so far down in the handleupload function
This is related to bug/feature #623
------------------------------------------------------------------------
r1823 | Mick_ | 2007-06-21 17:42:12 -0400 (Thu, 21 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/images.inc.php
Final check on if to resize or not was not taking into account height and was skipping over images that should be resized. This is now fixed.
This is related to bug/feature #623
------------------------------------------------------------------------
r1824 | pbflash | 2007-06-22 00:27:51 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
M /trunk/open-realty2/admin/index.php
M /trunk/open-realty2/admin/template/OR/main.html
M /trunk/open-realty2/include/class/template/core.inc.php
Added charset tag to the admin template.
------------------------------------------------------------------------
r1825 | pbflash | 2007-06-24 16:36:51 -0400 (Sun, 24 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/listing_editor.inc.php
Changed edit listings page to show the lang'd yes/no option.
This is related to bug/feature #639
------------------------------------------------------------------------
r1826 | pbflash | 2007-06-24 17:33:25 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
M /trunk/open-realty2/install/versions/upgrade_115.inc.php
Fixed error in upgrade file.
------------------------------------------------------------------------
r1827 | Mick_ | 2007-06-24 18:22:49 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/language/en/lang.inc.php
edited caption and description for the resize thumbs by and description
------------------------------------------------------------------------
r1828 | Mick_ | 2007-06-24 22:10:45 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/search.inc.php
Added && $k !='template' to the exclusions in our search results functions. I think enough people have been using Paul's template changer addon that its worth adding this into the core to prevent core changes by end users
------------------------------------------------------------------------
r1829 | Mick_ | 2007-06-24 22:47:28 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/admin.inc.php
Changed the way we handle the update check. This should be more reliable now.
------------------------------------------------------------------------
r1830 | Mick_ | 2007-06-24 23:54:22 -0400 (Sun, 24 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/install/versions/upgrade_200.inc.php
FIXED: Moved break to the end of the cases where it should be.
This is related to bug/feature #649
------------------------------------------------------------------------
r1831 | Mick_ | 2007-06-26 04:06:26 -0400 (Tue, 26 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/language/en/lang.inc.php
M /trunk/open-realty2/include/user_manager.inc.php
implemented, the signup page will now show if you are signing up as an agent or a member.
This is related to bug/feature #353
------------------------------------------------------------------------
r1832 | Mick_ | 2007-06-26 04:28:59 -0400 (Tue, 26 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/user_manager.inc.php
Fixed bug where user manager was not allowing agent's with permissions to edit users to add new users.
This is related to bug/feature #650
------------------------------------------------------------------------
r1833 | Mick_ | 2007-06-27 00:53:34 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
M /trunk/open-realty2/ptviewer.jar
Latest version of the forked ptviewer being developed by Fulvio Senore. Current Version: 2.8 beta8
------------------------------------------------------------------------
r1834 | Mick_ | 2007-06-27 01:03:02 -0400 (Wed, 27 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/common.php
M /trunk/open-realty2/include/language/en/lang.inc.php
There is now a different lang variable for enter new password and reset password.
This is related to bug/feature #352
------------------------------------------------------------------------
r1835 | Mick_ | 2007-06-27 01:09:55 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/common.php
Reverting file - I mistakenly committed my local common.php file in the last commit
------------------------------------------------------------------------
r1836 | Mick_ | 2007-06-27 01:10:41 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/login.inc.php
Forgot to commit changed login.inc.php file during previous commit for new lang variables.
------------------------------------------------------------------------
r1837 | Mick_ | 2007-06-27 01:34:10 -0400 (Wed, 27 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/images.inc.php
M /trunk/open-realty2/include/language/en/lang.inc.php
Added some extra info to the error messages to show the configured max height/width and size on the error messages when an image upload fails.
This is related to bug/feature #320
------------------------------------------------------------------------
r1838 | Mick_ | 2007-06-27 01:48:42 -0400 (Wed, 27 Jun 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/language/en/lang.inc.php
M /trunk/open-realty2/include/listing_editor.inc.php
Added filter option in listing editor to filter featured listings.
This is related to bug/feature #309
------------------------------------------------------------------------
r1839 | pbflash | 2007-07-01 20:04:51 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/forms.inc.php
Changed select boxes to use the default value field in the listing template as the default selected field. Change existing form fields to mark the current field value as selected instead of having the current value as the first item on the list separated by --------.
------------------------------------------------------------------------
r1840 | Mick_ | 2007-07-02 00:54:05 -0400 (Mon, 02 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/class/fckeditor/editor/css/fck_editorarea.css
M /trunk/open-realty2/include/class/fckeditor/editor/css/fck_internal.css
M /trunk/open-realty2/include/class/fckeditor/editor/css/fck_showtableborders_gecko.css
A /trunk/open-realty2/include/class/fckeditor/editor/css/images/fck_hiddenfield.gif
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/common/fck_dialog_common.css
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/common/fck_dialog_common.js
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/common/moz-bindings.xml
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_about.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_anchor.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_button.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_checkbox.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_colorselector.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_docprops.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_find.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_flash/fck_flash.js
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_flash.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_form.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_hiddenfield.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_image/fck_image.js
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_image/fck_image_preview.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_image.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_link/fck_link.js
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_link.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_listprop.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_paste.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_radiobutton.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_replace.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_select/fck_select.js
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_select.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_smiley.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_source.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_specialchar.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_spellerpages.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_table.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_tablecell.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_template.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_textarea.html
M /trunk/open-realty2/include/class/fckeditor/editor/dialog/fck_textfield.html
M /trunk/open-realty2/include/class/fckeditor/editor/fckdebug.html
M /trunk/open-realty2/include/class/fckeditor/editor/fckdialog.html
M /trunk/open-realty2/include/class/fckeditor/editor/fckeditor.html
M /trunk/open-realty2/include/class/fckeditor/editor/fckeditor.original.html
M /trunk/open-realty2/include/class/fckeditor/editor/filemanager/upload/php/config.php
M /trunk/open-realty2/include/class/fckeditor/editor/filemanager/upload/php/upload.php
M /trunk/open-realty2/include/class/fckeditor/editor/filemanager/upload/php/util.php
M /trunk/open-realty2/include/class/fckeditor/editor/filemanager/upload/test.html
M /trunk/open-realty2/include/class/fckeditor/editor/js/fckeditorcode_gecko.js
M /trunk/open-realty2/include/class/fckeditor/editor/js/fckeditorcode_ie.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/_getfontformat.html
M /trunk/open-realty2/include/class/fckeditor/editor/lang/_translationstatus.txt
A /trunk/open-realty2/include/class/fckeditor/editor/lang/af.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/ar.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/bg.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/bn.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/bs.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/ca.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/cs.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/da.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/de.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/el.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/en-au.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/en-ca.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/en-uk.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/en.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/eo.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/es.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/et.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/eu.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/fa.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/fi.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/fo.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/fr.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/gl.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/he.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/hi.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/hr.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/hu.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/it.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/ja.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/km.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/ko.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/lt.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/lv.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/mn.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/ms.js
A /trunk/open-realty2/include/class/fckeditor/editor/lang/nb.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/nl.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/no.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/pl.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/pt-br.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/pt.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/ro.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/ru.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/sk.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/sl.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/sr-latn.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/sr.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/sv.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/th.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/tr.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/uk.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/vi.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/zh-cn.js
M /trunk/open-realty2/include/class/fckeditor/editor/lang/zh.js
M /trunk/open-realty2/include/class/fckeditor/editor/plugins/autogrow/fckplugin.js
M /trunk/open-realty2/include/class/fckeditor/editor/plugins/placeholder/fck_placeholder.html
M /trunk/open-realty2/include/class/fckeditor/editor/plugins/placeholder/fckplugin.js
M /trunk/open-realty2/include/class/fckeditor/editor/plugins/placeholder/lang/de.js
M /trunk/open-realty2/include/class/fckeditor/editor/plugins/placeholder/lang/en.js
M /trunk/open-realty2/include/class/fckeditor/editor/plugins/placeholder/lang/fr.js
M /trunk/open-realty2/include/class/fckeditor/editor/plugins/placeholder/lang/it.js
M /trunk/open-realty2/include/class/fckeditor/editor/plugins/placeholder/lang/pl.js
M /trunk/open-realty2/include/class/fckeditor/editor/plugins/simplecommands/fckplugin.js
M /trunk/open-realty2/include/class/fckeditor/editor/plugins/tablecommands/fckplugin.js
M /trunk/open-realty2/include/class/fckeditor/editor/skins/_fckviewstrips.html
M /trunk/open-realty2/include/class/fckeditor/editor/skins/default/fck_dialog.css
M /trunk/open-realty2/include/class/fckeditor/editor/skins/default/fck_editor.css
M /trunk/open-realty2/include/class/fckeditor/editor/skins/office2003/fck_dialog.css
M /trunk/open-realty2/include/class/fckeditor/editor/skins/office2003/fck_editor.css
M /trunk/open-realty2/include/class/fckeditor/editor/skins/office2003/fck_strip.gif
M /trunk/open-realty2/include/class/fckeditor/editor/skins/office2003/images/toolbar.end.gif
M /trunk/open-realty2/include/class/fckeditor/editor/skins/silver/fck_dialog.css
M /trunk/open-realty2/include/class/fckeditor/editor/skins/silver/fck_editor.css
M /trunk/open-realty2/include/class/fckeditor/fckconfig.js
M /trunk/open-realty2/include/class/fckeditor/fckeditor.afp
M /trunk/open-realty2/include/class/fckeditor/fckeditor.asp
M /trunk/open-realty2/include/class/fckeditor/fckeditor.cfc
M /trunk/open-realty2/include/class/fckeditor/fckeditor.cfm
M /trunk/open-realty2/include/class/fckeditor/fckeditor.js
M /trunk/open-realty2/include/class/fckeditor/fckeditor.lasso
M /trunk/open-realty2/include/class/fckeditor/fckeditor.php
M /trunk/open-realty2/include/class/fckeditor/fckeditor.pl
M /trunk/open-realty2/include/class/fckeditor/fckeditor.py
A /trunk/open-realty2/include/class/fckeditor/fckeditor_php4.php
A /trunk/open-realty2/include/class/fckeditor/fckeditor_php5.php
A /trunk/open-realty2/include/class/fckeditor/fckpackager.xml
M /trunk/open-realty2/include/class/fckeditor/fckstyles.xml
M /trunk/open-realty2/include/class/fckeditor/fcktemplates.xml
M /trunk/open-realty2/include/class/fckeditor/htaccess.txt
M /trunk/open-realty2/include/class/fckeditor/license.txt
Updated FCK Editor to the latest release... think I got all the config things changed but have NOT tested this updated editor so still needs testing.
This is related to bug/feature #651
------------------------------------------------------------------------
r1841 | Mick_ | 2007-07-02 00:57:21 -0400 (Mon, 02 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/class/tinymce/changelog
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/langs/readme.txt
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/license.txt
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/advhr/jscripts/rule.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/advimage/image.htm
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/advimage/jscripts/functions.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/advlink/jscripts/functions.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/advlink/link.htm
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/bbcode
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/cleanup/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/devkit
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/devkit/css
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/devkit/css/devkit.css
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/devkit/css/devkit_ui.css
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/devkit/devkit.htm
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/devkit/editor_plugin.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/devkit/editor_plugin_src.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/devkit/images
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/devkit/images/flip_down.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/devkit/images/flip_up.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/devkit/jscripts
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/devkit/jscripts/devkit.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/devkit/jscripts/diff.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/devkit/langs
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/devkit/langs/en.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/emotions/emotions.htm
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/fullpage/css/fullpage.css
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/fullpage/fullpage.htm
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/fullpage/jscripts/fullpage.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/fullscreen/css
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/fullscreen/css/page.css
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/en.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/inlinepopups/jscripts/mcwindows.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/layer/images/insertlayer.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/layer/images/movebackward.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/layer/images/moveforward.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/css
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/css/content.css
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/css/media.css
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/images
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/images/flash.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/images/media.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/images/quicktime.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/images/realmedia.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/images/shockwave.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/images/windowsmedia.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/jscripts
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/jscripts/embed.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/jscripts/media.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/langs
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/langs/en.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/media/media.htm
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/nonbreaking
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/nonbreaking/images
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/nonbreaking/images/nonbreaking.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/nonbreaking/langs
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/nonbreaking/langs/en.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/noneditable/css/noneditable.css
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/paste/jscripts/pastetext.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/paste/jscripts/pasteword.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/preview/example.html
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/preview/jscripts
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/preview/jscripts/embed.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin_src.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/save/images/cancel.gif
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/save/langs/en.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/searchreplace/css
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace_all_button_bg.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace_button_bg.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/searchreplace/jscripts/searchreplace.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/searchreplace/searchreplace.htm
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/style/css/props.css
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin_src.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/style/images/styleprops.gif
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/style/jscripts/props.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/style/langs/en.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/style/props.htm
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/table/images/buttons.gif
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_col.gif
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_row.gif
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/table/jscripts/merge_cells.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/table/jscripts/table.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/table/langs/en.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/table/merge_cells.htm
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/table/table.htm
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/template
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/template/blank.htm
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/template/css
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/template/css/template.css
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin_src.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/template/images
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/template/images/template.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/template/jscripts
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/template/jscripts/template.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/template/langs
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/template/langs/en.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/template/template.htm
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/visualchars
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/visualchars/images
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/visualchars/images/visualchars.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/visualchars/langs
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/visualchars/langs/en.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/abbr.htm
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/acronym.htm
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/attributes.htm
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/cite.htm
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/popup.css
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/del.htm
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/abbr.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/acronym.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/attribs.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/cite.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/date_time.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/del.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/ins.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/remove_button_bg.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/ins.htm
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/abbr.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/acronym.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/attributes.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/cite.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/del.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/element_common.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/ins.js
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/about.htm
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/color_picker.htm
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/css/colorpicker.css
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_popup.css
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_ui.css
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/image.htm
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/images/backcolor.gif
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/images/buttons.gif
A /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/images/colors.jpg
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/images/forecolor.gif
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/color_picker.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/link.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/source_editor.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/link.htm
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/advanced/source_editor.htm
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/simple/editor_template.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/tiny_mce.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/tiny_mce_popup.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/tiny_mce_src.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/utils/editable_selects.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/utils/form_utils.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/utils/mclayer.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/utils/mctabs.js
M /trunk/open-realty2/include/class/tinymce/jscripts/tiny_mce/utils/validate.js
Updated TinyMCE to latest release. NEEDS TESTING
This is related to bug/feature #651
------------------------------------------------------------------------
r1842 | Mick_ | 2007-07-02 01:00:26 -0400 (Mon, 02 Jul 2007) | 3 lines
Changed paths:
D /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/connectors/php/config.php.bak
removed bak file
This is related to bug/feature #651
------------------------------------------------------------------------
r1843 | Mick_ | 2007-07-02 01:16:12 -0400 (Mon, 02 Jul 2007) | 3 lines
Changed paths:
A /trunk/open-realty2/include/class/xinha/Xinha.css
A /trunk/open-realty2/include/class/xinha/XinhaCore.js
A /trunk/open-realty2/include/class/xinha/contrib
A /trunk/open-realty2/include/class/xinha/contrib/php-xinha.php
M /trunk/open-realty2/include/class/xinha/htmlarea.js
M /trunk/open-realty2/include/class/xinha/images/de/bold.gif
M /trunk/open-realty2/include/class/xinha/images/de/italic.gif
M /trunk/open-realty2/include/class/xinha/images/de/underline.gif
M /trunk/open-realty2/include/class/xinha/images/ed_about.gif
M /trunk/open-realty2/include/class/xinha/images/ed_align.gif
M /trunk/open-realty2/include/class/xinha/images/ed_align_center.gif
M /trunk/open-realty2/include/class/xinha/images/ed_align_justify.gif
M /trunk/open-realty2/include/class/xinha/images/ed_align_left.gif
M /trunk/open-realty2/include/class/xinha/images/ed_align_right.gif
M /trunk/open-realty2/include/class/xinha/images/ed_buttons_main.gif
M /trunk/open-realty2/include/class/xinha/images/ed_charmap.gif
M /trunk/open-realty2/include/class/xinha/images/ed_clearfonts.gif
M /trunk/open-realty2/include/class/xinha/images/ed_color_bg.gif
M /trunk/open-realty2/include/class/xinha/images/ed_color_fg.gif
M /trunk/open-realty2/include/class/xinha/images/ed_copy.gif
M /trunk/open-realty2/include/class/xinha/images/ed_custom.gif
M /trunk/open-realty2/include/class/xinha/images/ed_cut.gif
M /trunk/open-realty2/include/class/xinha/images/ed_delete.gif
M /trunk/open-realty2/include/class/xinha/images/ed_format_bold.gif
M /trunk/open-realty2/include/class/xinha/images/ed_format_italic.gif
M /trunk/open-realty2/include/class/xinha/images/ed_format_strike.gif
M /trunk/open-realty2/include/class/xinha/images/ed_format_sub.gif
M /trunk/open-realty2/include/class/xinha/images/ed_format_sup.gif
M /trunk/open-realty2/include/class/xinha/images/ed_format_underline.gif
M /trunk/open-realty2/include/class/xinha/images/ed_help.gif
M /trunk/open-realty2/include/class/xinha/images/ed_hr.gif
M /trunk/open-realty2/include/class/xinha/images/ed_html.gif
M /trunk/open-realty2/include/class/xinha/images/ed_image.gif
M /trunk/open-realty2/include/class/xinha/images/ed_indent_less.gif
M /trunk/open-realty2/include/class/xinha/images/ed_indent_more.gif
M /trunk/open-realty2/include/class/xinha/images/ed_killword.gif
M /trunk/open-realty2/include/class/xinha/images/ed_left_to_right.gif
M /trunk/open-realty2/include/class/xinha/images/ed_link.gif
M /trunk/open-realty2/include/class/xinha/images/ed_list_bullet.gif
M /trunk/open-realty2/include/class/xinha/images/ed_list_num.gif
M /trunk/open-realty2/include/class/xinha/images/ed_overwrite.gif
M /trunk/open-realty2/include/class/xinha/images/ed_paste.gif
M /trunk/open-realty2/include/class/xinha/images/ed_print.gif
M /trunk/open-realty2/include/class/xinha/images/ed_redo.gif
M /trunk/open-realty2/include/class/xinha/images/ed_right_to_left.gif
M /trunk/open-realty2/include/class/xinha/images/ed_rmformat.gif
M /trunk/open-realty2/include/class/xinha/images/ed_save.gif
M /trunk/open-realty2/include/class/xinha/images/ed_saveas.gif
M /trunk/open-realty2/include/class/xinha/images/ed_selectall.gif
M /trunk/open-realty2/include/class/xinha/images/ed_show_border.gif
M /trunk/open-realty2/include/class/xinha/images/ed_splitblock.gif
M /trunk/open-realty2/include/class/xinha/images/ed_splitcel.gif
M /trunk/open-realty2/include/class/xinha/images/ed_undo.gif
M /trunk/open-realty2/include/class/xinha/images/ed_word_cleaner.gif
M /trunk/open-realty2/include/class/xinha/images/fr/bold.gif
M /trunk/open-realty2/include/class/xinha/images/fr/strikethrough.gif
M /trunk/open-realty2/include/class/xinha/images/fr/underline.gif
M /trunk/open-realty2/include/class/xinha/images/fullscreen_maximize.gif
M /trunk/open-realty2/include/class/xinha/images/fullscreen_minimize.gif
M /trunk/open-realty2/include/class/xinha/images/insert_table.gif
M /trunk/open-realty2/include/class/xinha/images/insertfilelink.gif
M /trunk/open-realty2/include/class/xinha/images/tidy.gif
M /trunk/open-realty2/include/class/xinha/images/toggle_borders.gif
A /trunk/open-realty2/include/class/xinha/images/xinha_logo.gif
M /trunk/open-realty2/include/class/xinha/lang/b5.js
M /trunk/open-realty2/include/class/xinha/lang/ch.js
M /trunk/open-realty2/include/class/xinha/lang/cz.js
M /trunk/open-realty2/include/class/xinha/lang/da.js
M /trunk/open-realty2/include/class/xinha/lang/de.js
M /trunk/open-realty2/include/class/xinha/lang/ee.js
M /trunk/open-realty2/include/class/xinha/lang/el.js
M /trunk/open-realty2/include/class/xinha/lang/es.js
A /trunk/open-realty2/include/class/xinha/lang/eu.js
A /trunk/open-realty2/include/class/xinha/lang/fa.js
M /trunk/open-realty2/include/class/xinha/lang/fi.js
M /trunk/open-realty2/include/class/xinha/lang/fr.js
M /trunk/open-realty2/include/class/xinha/lang/gb.js
M /trunk/open-realty2/include/class/xinha/lang/he.js
M /trunk/open-realty2/include/class/xinha/lang/hu.js
M /trunk/open-realty2/include/class/xinha/lang/it.js
M /trunk/open-realty2/include/class/xinha/lang/ja.js
M /trunk/open-realty2/include/class/xinha/lang/lt.js
M /trunk/open-realty2/include/class/xinha/lang/lv.js
M /trunk/open-realty2/include/class/xinha/lang/nb.js
M /trunk/open-realty2/include/class/xinha/lang/nl.js
M /trunk/open-realty2/include/class/xinha/lang/pl.js
M /trunk/open-realty2/include/class/xinha/lang/ro.js
M /trunk/open-realty2/include/class/xinha/lang/ru.js
M /trunk/open-realty2/include/class/xinha/lang/si.js
A /trunk/open-realty2/include/class/xinha/lang/sv.js
M /trunk/open-realty2/include/class/xinha/lang/vn.js
A /trunk/open-realty2/include/class/xinha/modules
A /trunk/open-realty2/include/class/xinha/modules/ColorPicker
A /trunk/open-realty2/include/class/xinha/modules/ColorPicker/ColorPicker.js
A /trunk/open-realty2/include/class/xinha/modules/CreateLink
A /trunk/open-realty2/include/class/xinha/modules/CreateLink/link.html
A /trunk/open-realty2/include/class/xinha/modules/CreateLink/link.js
A /trunk/open-realty2/include/class/xinha/modules/Dialogs
A /trunk/open-realty2/include/class/xinha/modules/Dialogs/dialog.js
A /trunk/open-realty2/include/class/xinha/modules/Dialogs/inline-dialog.js
A /trunk/open-realty2/include/class/xinha/modules/Dialogs/panel-dialog.js
A /trunk/open-realty2/include/class/xinha/modules/Dialogs/popupwin.js
A /trunk/open-realty2/include/class/xinha/modules/FullScreen
A /trunk/open-realty2/include/class/xinha/modules/FullScreen/full-screen.js
A /trunk/open-realty2/include/class/xinha/modules/FullScreen/lang
A /trunk/open-realty2/include/class/xinha/modules/FullScreen/lang/de.js
A /trunk/open-realty2/include/class/xinha/modules/FullScreen/lang/fr.js
A /trunk/open-realty2/include/class/xinha/modules/FullScreen/lang/ja.js
A /trunk/open-realty2/include/class/xinha/modules/FullScreen/lang/nb.js
A /trunk/open-realty2/include/class/xinha/modules/FullScreen/lang/pl.js
A /trunk/open-realty2/include/class/xinha/modules/FullScreen/lang/ru.js
A /trunk/open-realty2/include/class/xinha/modules/FullScreen/lang/sv.js
A /trunk/open-realty2/include/class/xinha/modules/Gecko
A /trunk/open-realty2/include/class/xinha/modules/Gecko/Gecko.js
A /trunk/open-realty2/include/class/xinha/modules/Gecko/paraHandlerBest.js
A /trunk/open-realty2/include/class/xinha/modules/Gecko/paraHandlerDirty.js
A /trunk/open-realty2/include/class/xinha/modules/GetHtml
A /trunk/open-realty2/include/class/xinha/modules/GetHtml/DOMwalk.js
A /trunk/open-realty2/include/class/xinha/modules/GetHtml/TransformInnerHTML.js
A /trunk/open-realty2/include/class/xinha/modules/InsertImage
A /trunk/open-realty2/include/class/xinha/modules/InsertImage/insert_image.html
A /trunk/open-realty2/include/class/xinha/modules/InsertImage/insert_image.js
A /trunk/open-realty2/include/class/xinha/modules/InsertTable
A /trunk/open-realty2/include/class/xinha/modules/InsertTable/insert_table.html
A /trunk/open-realty2/include/class/xinha/modules/InsertTable/insert_table.js
A /trunk/open-realty2/include/class/xinha/modules/InternetExplorer
A /trunk/open-realty2/include/class/xinha/modules/InternetExplorer/InternetExplorer.js
M /trunk/open-realty2/include/class/xinha/plugins/Abbreviation/abbreviation.js
M /trunk/open-realty2/include/class/xinha/plugins/Abbreviation/img/ed_abbreviation.gif
A /trunk/open-realty2/include/class/xinha/plugins/Abbreviation/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/Abbreviation/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/Abbreviation/popups/abbreviation.html
M /trunk/open-realty2/include/class/xinha/plugins/BackgroundImage/img/ed_bgimage.gif
A /trunk/open-realty2/include/class/xinha/plugins/BackgroundImage/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/BackgroundImage/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/BackgroundImage/popups/bgimage.html
M /trunk/open-realty2/include/class/xinha/plugins/CSS/css.js
M /trunk/open-realty2/include/class/xinha/plugins/CharCounter/char-counter.js
M /trunk/open-realty2/include/class/xinha/plugins/CharCounter/lang/de.js
M /trunk/open-realty2/include/class/xinha/plugins/CharCounter/lang/fr.js
A /trunk/open-realty2/include/class/xinha/plugins/CharCounter/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/CharCounter/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/CharacterMap/character-map.js
M /trunk/open-realty2/include/class/xinha/plugins/CharacterMap/img/ed_charmap.gif
M /trunk/open-realty2/include/class/xinha/plugins/CharacterMap/lang/fr.js
A /trunk/open-realty2/include/class/xinha/plugins/CharacterMap/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/CharacterMap/lang/nb.js
A /trunk/open-realty2/include/class/xinha/plugins/CharacterMap/lang/sv.js
M /trunk/open-realty2/include/class/xinha/plugins/CharacterMap/popups/select_character.html
M /trunk/open-realty2/include/class/xinha/plugins/ClientsideSpellcheck/img/clientside-spellcheck.gif
M /trunk/open-realty2/include/class/xinha/plugins/ClientsideSpellcheck/img/he-spell-check.gif
A /trunk/open-realty2/include/class/xinha/plugins/ClientsideSpellcheck/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/ClientsideSpellcheck/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/ContextMenu/1.pl
M /trunk/open-realty2/include/class/xinha/plugins/ContextMenu/context-menu.js
A /trunk/open-realty2/include/class/xinha/plugins/ContextMenu/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/ContextMenu/lang/nb.js
A /trunk/open-realty2/include/class/xinha/plugins/ContextMenu/lang/sv.js
A /trunk/open-realty2/include/class/xinha/plugins/DefinitionList
A /trunk/open-realty2/include/class/xinha/plugins/DefinitionList/definition-list.css
A /trunk/open-realty2/include/class/xinha/plugins/DefinitionList/definition-list.js
A /trunk/open-realty2/include/class/xinha/plugins/DefinitionList/img
A /trunk/open-realty2/include/class/xinha/plugins/DefinitionList/img/ed_dd.gif
A /trunk/open-realty2/include/class/xinha/plugins/DefinitionList/img/ed_dl.gif
A /trunk/open-realty2/include/class/xinha/plugins/DefinitionList/img/ed_dt.gif
A /trunk/open-realty2/include/class/xinha/plugins/DefinitionList/lang
A /trunk/open-realty2/include/class/xinha/plugins/DefinitionList/lang/ja.js
M /trunk/open-realty2/include/class/xinha/plugins/DoubleClick/double-click.js
M /trunk/open-realty2/include/class/xinha/plugins/DynamicCSS/dynamiccss.js
A /trunk/open-realty2/include/class/xinha/plugins/DynamicCSS/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/DynamicCSS/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/EditTag/img/ed_edit_tag.gif
A /trunk/open-realty2/include/class/xinha/plugins/EditTag/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/EditTag/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/EditTag/popups/edit_tag.html
A /trunk/open-realty2/include/class/xinha/plugins/Equation/ASCIIMathML.js
M /trunk/open-realty2/include/class/xinha/plugins/Equation/equation.js
A /trunk/open-realty2/include/class/xinha/plugins/Equation/example.html
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/abs_value.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/diag_fraction.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/divide.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/dsp_greater_equal.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/dsp_less_equal.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/dsp_notequal.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/equation.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/equation.old.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/greater_equal_than.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/hor_fraction.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/less_equal_than.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/mul.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/notequal.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/parenthesis.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/root.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/img/square_root.gif
M /trunk/open-realty2/include/class/xinha/plugins/Equation/lang/de.js
A /trunk/open-realty2/include/class/xinha/plugins/Equation/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/Equation/popups/dialog.html
A /trunk/open-realty2/include/class/xinha/plugins/Equation/readme.txt
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/Classes
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/Classes/ExtendedFileManager.php
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/Readme.txt
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets/EditorContent.js
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets/ImageEditor.css
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets/dialog.js
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets/editor.css
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets/editor.js
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets/editorFrame.css
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets/editorFrame.js
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets/hover.htc
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets/imagelist.css
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets/images.js
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets/manager.css
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets/manager.js
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets/popup.js
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets/slider.js
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/assets/wz_jsgraphics.js
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/backend.php
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/config.inc.php
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/demo_images
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/demo_images/.htaccess
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/demo_images/bikerpeep.jpg
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/demo_images/linux
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/demo_images/linux/linux.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/demo_images/wesnoth078.jpg
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/editor.php
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/editorFrame.php
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/extended-file-manager.js
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/def.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/def_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/doc.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/doc_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/fla.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/fla_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/folder.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/folder_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/gif_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/gz.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/gz_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/html.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/html_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/jpg_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/js.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/js_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/mov.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/mov_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/pdf.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/pdf_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/php.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/php_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/png_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/ppt.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/ppt_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/rar.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/rar_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/txt.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/txt_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/xls.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/xls_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/zip.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/icons/zip_small.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/images.php
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/1x1_transparent.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/2x2.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/2x2_w.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/btnFolderNew.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/btnFolderNew1.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/btnFolderUp.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/btnFolderUp1.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/btn_cancel.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/btn_ok.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/crop.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/default.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/div.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/dots.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/ed_linkfile.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/ed_linkfile1.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/edit_active.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/edit_copy.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/edit_cut.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/edit_paste.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/edit_pencil.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/edit_rename.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/edit_trash.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/folder.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/hand.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/islocked2.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/locked.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/measure.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/noimages.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/rotate.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/save.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/scale.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/spacer.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/t_black.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/t_white.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/unlocked.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/unlocked2.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/img/unlocked_empty.gif
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/lang
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/lang/de.js
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/lang/nb.js
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/lang/nl.js
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/lang/pl.js
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/manager.php
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/prompt.html
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/resizer.php
A /trunk/open-realty2/include/class/xinha/plugins/ExtendedFileManager/thumbs.php
M /trunk/open-realty2/include/class/xinha/plugins/Filter/filter.js
M /trunk/open-realty2/include/class/xinha/plugins/Filter/img/ed_filter.gif
A /trunk/open-realty2/include/class/xinha/plugins/Filter/lang
A /trunk/open-realty2/include/class/xinha/plugins/Filter/lang/ja.js
M /trunk/open-realty2/include/class/xinha/plugins/FindReplace/fr_engine.js
M /trunk/open-realty2/include/class/xinha/plugins/FindReplace/img/ed_find.gif
A /trunk/open-realty2/include/class/xinha/plugins/FindReplace/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/FindReplace/lang/nb.js
A /trunk/open-realty2/include/class/xinha/plugins/FindReplace/lang/sv.js
M /trunk/open-realty2/include/class/xinha/plugins/FindReplace/popups/find_replace.html
M /trunk/open-realty2/include/class/xinha/plugins/FormOperations/form-operations.js
M /trunk/open-realty2/include/class/xinha/plugins/FormOperations/img/buttons.gif
A /trunk/open-realty2/include/class/xinha/plugins/FormOperations/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/FormOperations/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/Forms/forms.js
M /trunk/open-realty2/include/class/xinha/plugins/Forms/img/ed_button.gif
M /trunk/open-realty2/include/class/xinha/plugins/Forms/img/ed_checkbox.gif
M /trunk/open-realty2/include/class/xinha/plugins/Forms/img/ed_fieldset.gif
M /trunk/open-realty2/include/class/xinha/plugins/Forms/img/ed_file.gif
M /trunk/open-realty2/include/class/xinha/plugins/Forms/img/ed_form.gif
M /trunk/open-realty2/include/class/xinha/plugins/Forms/img/ed_hidden.gif
M /trunk/open-realty2/include/class/xinha/plugins/Forms/img/ed_image.gif
M /trunk/open-realty2/include/class/xinha/plugins/Forms/img/ed_label.gif
M /trunk/open-realty2/include/class/xinha/plugins/Forms/img/ed_password.gif
M /trunk/open-realty2/include/class/xinha/plugins/Forms/img/ed_radio.gif
M /trunk/open-realty2/include/class/xinha/plugins/Forms/img/ed_reset.gif
M /trunk/open-realty2/include/class/xinha/plugins/Forms/img/ed_select.gif
M /trunk/open-realty2/include/class/xinha/plugins/Forms/img/ed_submit.gif
M /trunk/open-realty2/include/class/xinha/plugins/Forms/img/ed_text.gif
M /trunk/open-realty2/include/class/xinha/plugins/Forms/img/ed_textarea.gif
A /trunk/open-realty2/include/class/xinha/plugins/Forms/lang/ja.js
M /trunk/open-realty2/include/class/xinha/plugins/Forms/popups/form.html
M /trunk/open-realty2/include/class/xinha/plugins/Forms/popups/input.html
M /trunk/open-realty2/include/class/xinha/plugins/Forms/popups/select.html
M /trunk/open-realty2/include/class/xinha/plugins/Forms/popups/textarea.html
M /trunk/open-realty2/include/class/xinha/plugins/FullPage/full-page.js
M /trunk/open-realty2/include/class/xinha/plugins/FullPage/img/docprop.gif
A /trunk/open-realty2/include/class/xinha/plugins/FullPage/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/FullPage/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/FullPage/popups/docprop.html
M /trunk/open-realty2/include/class/xinha/plugins/GetHtml/get-html.js
M /trunk/open-realty2/include/class/xinha/plugins/HorizontalRule/horizontal-rule.js
M /trunk/open-realty2/include/class/xinha/plugins/HorizontalRule/lang/de.js
A /trunk/open-realty2/include/class/xinha/plugins/HorizontalRule/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/HorizontalRule/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/HorizontalRule/popups/edit_horizontal_rule.html
A /trunk/open-realty2/include/class/xinha/plugins/HtmlEntities
A /trunk/open-realty2/include/class/xinha/plugins/HtmlEntities/Entities.js
A /trunk/open-realty2/include/class/xinha/plugins/HtmlEntities/html-entities.js
A /trunk/open-realty2/include/class/xinha/plugins/HtmlEntities/iso-8859-1.js
M /trunk/open-realty2/include/class/xinha/plugins/HtmlTidy/img/html-tidy.gif
A /trunk/open-realty2/include/class/xinha/plugins/HtmlTidy/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/HtmlTidy/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/Classes/Files.php
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/Classes/GD.php
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/Classes/IM.php
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/Classes/ImageEditor.php
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/Classes/ImageManager.php
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/Classes/NetPBM.php
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/Classes/Thumbnail.php
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/Classes/Transform.php
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/assets/EditorContent.js
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/assets/dialog.js
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/assets/editor.js
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/assets/editorFrame.js
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/assets/images.js
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/assets/manager.css
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/assets/manager.js
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/assets/popup.js
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/assets/wz_jsgraphics.js
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/config.inc.php
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/demo_images/linux/linux.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/editor.php
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/editorFrame.php
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/image-manager.js
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/images.php
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/btnFolderNew.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/btnFolderUp.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/btn_cancel.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/btn_ok.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/crop.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/default.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/div.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/dots.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/edit_active.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/edit_pencil.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/edit_trash.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/folder.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/hand.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/locked.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/measure.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/noimages.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/rotate.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/save.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/scale.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/t_black.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/t_white.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/img/unlocked2.gif
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/lang/de.js
A /trunk/open-realty2/include/class/xinha/plugins/ImageManager/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/ImageManager/lang/nb.js
A /trunk/open-realty2/include/class/xinha/plugins/ImageManager/lang/sv.js
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/manager.php
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/newFolder.html
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/resizer.php
M /trunk/open-realty2/include/class/xinha/plugins/ImageManager/thumbs.php
M /trunk/open-realty2/include/class/xinha/plugins/InsertAnchor/img/insert-anchor.gif
M /trunk/open-realty2/include/class/xinha/plugins/InsertAnchor/insert-anchor.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertAnchor/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertAnchor/lang/nb.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertAnchor/lang/nl.js
M /trunk/open-realty2/include/class/xinha/plugins/InsertAnchor/popups/insert_anchor.html
M /trunk/open-realty2/include/class/xinha/plugins/InsertMarquee/img/ed_marquee.gif
M /trunk/open-realty2/include/class/xinha/plugins/InsertMarquee/insert-marquee.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertMarquee/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertMarquee/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/InsertMarquee/popups/insert_marquee.html
M /trunk/open-realty2/include/class/xinha/plugins/InsertPagebreak/img/pagebreak.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertPagebreak/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertPagebreak/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/InsertPicture/InsertPicture.php
M /trunk/open-realty2/include/class/xinha/plugins/InsertPicture/img/btn_open.gif
M /trunk/open-realty2/include/class/xinha/plugins/InsertPicture/img/nopic.gif
M /trunk/open-realty2/include/class/xinha/plugins/InsertPicture/insert-picture.js
M /trunk/open-realty2/include/class/xinha/plugins/InsertPicture/lang/de.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertPicture/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertPicture/lang/nb.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertPicture/lang/sv.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/img
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/img/ed_smiley.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/insert-smiley.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/lang
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/lang/de.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/lang/fr.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/lang/nb.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/popups
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/popups/insertsmiley.html
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0001.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0002.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0003.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0004.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0005.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0006.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0007.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0008.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0009.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0010.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0011.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0012.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0013.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0014.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0015.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0016.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0017.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0018.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0019.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0020.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0021.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0022.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0023.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0024.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0025.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0026.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0027.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0028.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0029.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0030.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0031.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0032.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0033.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0034.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0035.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0036.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0037.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0038.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0039.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0040.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0041.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0042.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0043.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0044.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0045.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0046.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0047.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0048.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0049.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0050.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0051.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0052.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0053.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0054.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0055.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0056.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0057.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0058.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0059.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0060.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0061.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0062.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0063.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0064.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0065.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0066.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0067.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0068.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0069.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0070.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0071.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0072.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0073.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0074.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0075.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0076.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0077.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0078.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0079.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0080.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0081.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0082.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0083.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0084.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0085.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0086.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0087.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0088.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0089.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0090.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0091.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0092.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0093.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0094.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0095.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0096.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0097.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0098.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0099.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0100.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0101.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0102.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0103.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0104.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0105.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0106.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0107.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0108.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0109.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0110.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0111.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0112.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0113.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0114.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0115.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0116.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0117.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0118.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0119.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0120.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0121.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0122.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0123.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0124.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0125.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0126.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0127.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0128.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0129.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0130.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0131.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0132.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0133.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0134.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0135.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0136.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0137.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0138.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0139.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0140.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0141.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0142.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0143.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0144.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0145.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0146.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0147.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0148.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0149.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0150.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0151.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0152.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0153.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0154.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0155.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0156.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0157.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0158.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0159.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0160.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0161.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0162.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0163.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0164.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0165.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0166.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0167.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0168.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0169.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0170.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0171.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0172.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0173.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0174.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0175.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0176.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0177.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0178.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0179.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0180.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0181.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0182.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0183.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0184.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0185.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0186.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0187.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0188.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0189.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0190.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0191.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0192.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0193.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0194.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0195.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0196.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0197.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0198.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0199.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0200.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0201.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0202.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0203.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0204.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0205.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0206.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0207.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0208.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0209.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0210.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0211.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0212.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0213.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0214.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0215.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0216.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0217.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0218.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0219.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0220.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0221.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0222.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0223.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0224.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0225.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0226.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0227.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0228.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0229.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0230.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0231.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0232.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0233.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0234.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0235.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0236.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0237.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0238.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0239.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0240.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0241.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0242.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0243.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0244.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0245.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0246.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0247.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0248.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0249.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0250.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0251.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0252.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0253.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0254.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0255.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0256.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0257.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0258.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0259.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0260.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0261.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0262.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0263.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0264.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0265.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0266.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0267.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0268.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0269.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0270.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0271.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0272.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0273.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0274.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0275.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0276.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0277.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0278.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0279.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0280.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0281.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0282.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0283.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0284.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0285.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0286.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0287.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0288.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0289.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0290.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0291.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0292.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0293.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0294.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0295.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0296.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0297.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0298.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0299.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0300.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0301.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0302.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0303.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0304.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0305.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0306.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0307.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0308.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0309.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0310.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0311.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0312.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0313.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0314.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0315.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0316.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0317.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0318.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0319.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0320.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0321.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0322.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0323.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0324.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0325.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0326.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0327.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0328.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0329.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0330.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0331.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0332.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0333.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0334.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0335.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0336.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0337.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0338.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0339.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0340.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0341.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0342.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0343.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0344.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0345.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0346.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0347.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0348.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0349.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0350.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0351.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0352.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0353.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0354.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0355.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0356.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0357.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0358.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0359.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0360.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0361.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0362.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0363.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0364.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0365.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0366.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0367.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0368.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0369.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0370.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0371.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0372.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0373.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0374.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0375.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0376.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0377.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0378.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0379.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0380.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0381.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0382.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0383.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0384.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0385.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0386.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0387.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0388.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0389.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0390.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0391.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0392.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0393.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0394.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0395.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0396.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0397.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0398.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0399.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0400.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0401.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0402.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0403.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0404.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0405.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0406.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0407.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0408.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0409.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0410.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0411.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0412.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0413.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0414.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0415.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0416.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0417.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0418.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0419.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0420.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0421.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0422.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0423.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0424.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0425.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0426.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0427.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0428.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0429.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0430.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0431.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0432.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0433.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0434.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0435.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0436.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0437.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0438.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0439.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0440.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0441.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0442.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0443.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0444.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0445.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0446.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0447.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0448.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0449.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0450.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0451.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0452.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0453.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0454.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0455.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0456.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0457.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0458.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0459.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0460.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0461.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0462.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0463.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0464.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0465.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0466.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0467.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0468.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0469.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0470.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0471.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0472.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0473.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0474.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0475.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0476.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0477.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0478.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0479.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0480.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0481.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0482.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0483.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0484.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0485.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0486.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0487.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0488.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0489.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0490.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0491.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0492.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0493.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0494.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0495.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0496.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0497.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0498.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0499.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0500.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0501.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0502.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0503.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0504.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0505.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0506.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0507.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0508.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0509.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0510.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0511.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0512.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0513.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0514.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0515.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0516.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0517.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0518.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0519.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0520.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0521.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0522.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0523.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0524.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0525.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0526.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0527.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0528.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0529.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0530.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0531.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0532.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0533.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0534.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0535.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0536.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0537.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0538.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0539.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0540.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0541.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0542.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0543.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0544.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0545.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0546.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0547.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0548.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0549.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0550.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0551.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0552.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0553.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0554.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0555.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0556.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0557.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0558.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0559.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0560.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0561.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0562.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0563.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0564.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0565.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0566.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0567.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0568.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0569.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0570.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0571.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0572.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0573.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0574.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0575.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0576.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0577.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0578.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0579.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSmiley/smileys/0580.gif
A /trunk/open-realty2/include/class/xinha/plugins/InsertSnippet/demosnippets.js
M /trunk/open-realty2/include/class/xinha/plugins/InsertSnippet/img/ed_snippet.gif
M /trunk/open-realty2/include/class/xinha/plugins/InsertSnippet/insert-snippet.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertSnippet/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/InsertSnippet/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/InsertSnippet/popups/insertsnippet.html
A /trunk/open-realty2/include/class/xinha/plugins/InsertSnippet/readme.html
M /trunk/open-realty2/include/class/xinha/plugins/InsertSnippet/snippets.php
M /trunk/open-realty2/include/class/xinha/plugins/LangMarks/img/el.gif
M /trunk/open-realty2/include/class/xinha/plugins/LangMarks/img/en.gif
M /trunk/open-realty2/include/class/xinha/plugins/LangMarks/img/fr.gif
M /trunk/open-realty2/include/class/xinha/plugins/LangMarks/img/la.gif
A /trunk/open-realty2/include/class/xinha/plugins/LangMarks/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/LangMarks/lang/nb.js
A /trunk/open-realty2/include/class/xinha/plugins/LangMarks/lang/nl.js
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/api.html
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/dtree.css
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/dtree.js
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/example01.html
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/base.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/cd.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/copy.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/folder.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/folderopen.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/globe.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/imgfolder.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/join.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/joinbottom.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/line.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/minus.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/minusbottom.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/move.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/musicfolder.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/nolines_minus.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/nolines_plus.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/offline.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/page.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/plus.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/plusbottom.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/question.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dTree/img/trash.gif
M /trunk/open-realty2/include/class/xinha/plugins/Linker/dialog.html
M /trunk/open-realty2/include/class/xinha/plugins/Linker/lang/de.js
M /trunk/open-realty2/include/class/xinha/plugins/Linker/lang/fr.js
A /trunk/open-realty2/include/class/xinha/plugins/Linker/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/Linker/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/Linker/lang/pl.js
M /trunk/open-realty2/include/class/xinha/plugins/Linker/linker.js
M /trunk/open-realty2/include/class/xinha/plugins/Linker/scan.php
A /trunk/open-realty2/include/class/xinha/plugins/ListType/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/ListType/lang/nb.js
A /trunk/open-realty2/include/class/xinha/plugins/ListType/lang/sv.js
M /trunk/open-realty2/include/class/xinha/plugins/ListType/list-type.js
M /trunk/open-realty2/include/class/xinha/plugins/NoteServer/img/note.gif
A /trunk/open-realty2/include/class/xinha/plugins/NoteServer/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/NoteServer/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/NoteServer/note-server.js
M /trunk/open-realty2/include/class/xinha/plugins/NoteServer/popups/codenote.html
M /trunk/open-realty2/include/class/xinha/plugins/PasteText/img/ed_paste_text.gif
A /trunk/open-realty2/include/class/xinha/plugins/PasteText/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/PasteText/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/PasteText/paste-text.js
M /trunk/open-realty2/include/class/xinha/plugins/PasteText/popups/paste_text.html
M /trunk/open-realty2/include/class/xinha/plugins/QuickTag/img/ed_quicktag.gif
A /trunk/open-realty2/include/class/xinha/plugins/QuickTag/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/QuickTag/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/QuickTag/popups/quicktag.html
M /trunk/open-realty2/include/class/xinha/plugins/QuickTag/tag-lib.js
A /trunk/open-realty2/include/class/xinha/plugins/SaveSubmit
A /trunk/open-realty2/include/class/xinha/plugins/SaveSubmit/README.txt
A /trunk/open-realty2/include/class/xinha/plugins/SaveSubmit/img
A /trunk/open-realty2/include/class/xinha/plugins/SaveSubmit/img/ed_save_green.gif
A /trunk/open-realty2/include/class/xinha/plugins/SaveSubmit/img/ed_save_red.gif
A /trunk/open-realty2/include/class/xinha/plugins/SaveSubmit/lang
A /trunk/open-realty2/include/class/xinha/plugins/SaveSubmit/lang/de.js
A /trunk/open-realty2/include/class/xinha/plugins/SaveSubmit/lang/fr.js
A /trunk/open-realty2/include/class/xinha/plugins/SaveSubmit/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/SaveSubmit/lang/ru.js
A /trunk/open-realty2/include/class/xinha/plugins/SaveSubmit/save-submit.js
A /trunk/open-realty2/include/class/xinha/plugins/SetId
A /trunk/open-realty2/include/class/xinha/plugins/SetId/img
A /trunk/open-realty2/include/class/xinha/plugins/SetId/img/placeholder.gif
A /trunk/open-realty2/include/class/xinha/plugins/SetId/img/set-id.gif
A /trunk/open-realty2/include/class/xinha/plugins/SetId/lang
A /trunk/open-realty2/include/class/xinha/plugins/SetId/lang/de.js
A /trunk/open-realty2/include/class/xinha/plugins/SetId/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/SetId/lang/nb.js
A /trunk/open-realty2/include/class/xinha/plugins/SetId/popups
A /trunk/open-realty2/include/class/xinha/plugins/SetId/popups/set_id.html
A /trunk/open-realty2/include/class/xinha/plugins/SetId/set-id.css
A /trunk/open-realty2/include/class/xinha/plugins/SetId/set-id.js
A /trunk/open-realty2/include/class/xinha/plugins/SmartReplace
A /trunk/open-realty2/include/class/xinha/plugins/SmartReplace/dialog.html
A /trunk/open-realty2/include/class/xinha/plugins/SmartReplace/img
A /trunk/open-realty2/include/class/xinha/plugins/SmartReplace/img/smartquotes.gif
A /trunk/open-realty2/include/class/xinha/plugins/SmartReplace/lang
A /trunk/open-realty2/include/class/xinha/plugins/SmartReplace/lang/de.js
A /trunk/open-realty2/include/class/xinha/plugins/SmartReplace/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/SmartReplace/readme.txt
A /trunk/open-realty2/include/class/xinha/plugins/SmartReplace/smart-replace.js
M /trunk/open-realty2/include/class/xinha/plugins/SpellChecker/aspell_setup.php
M /trunk/open-realty2/include/class/xinha/plugins/SpellChecker/img/he-spell-check.gif
M /trunk/open-realty2/include/class/xinha/plugins/SpellChecker/img/spell-check.gif
A /trunk/open-realty2/include/class/xinha/plugins/SpellChecker/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/SpellChecker/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/SpellChecker/readme-tech.html
M /trunk/open-realty2/include/class/xinha/plugins/SpellChecker/spell-check-logic.cgi
M /trunk/open-realty2/include/class/xinha/plugins/SpellChecker/spell-check-logic.php
M /trunk/open-realty2/include/class/xinha/plugins/SpellChecker/spell-check-savedicts.php
M /trunk/open-realty2/include/class/xinha/plugins/SpellChecker/spell-check-ui.html
M /trunk/open-realty2/include/class/xinha/plugins/SpellChecker/spell-check-ui.js
M /trunk/open-realty2/include/class/xinha/plugins/SpellChecker/spell-checker.js
A /trunk/open-realty2/include/class/xinha/plugins/Stylist/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/Stylist/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/Stylist/stylist.js
M /trunk/open-realty2/include/class/xinha/plugins/SuperClean/dialog.html
M /trunk/open-realty2/include/class/xinha/plugins/SuperClean/img/ed_superclean.gif
A /trunk/open-realty2/include/class/xinha/plugins/SuperClean/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/SuperClean/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/SuperClean/super-clean.js
M /trunk/open-realty2/include/class/xinha/plugins/SuperClean/tidy.php
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/cell-delete.gif
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/cell-insert-after.gif
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/cell-insert-before.gif
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/cell-merge.gif
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/cell-prop.gif
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/cell-split.gif
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/col-delete.gif
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/col-insert-after.gif
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/col-insert-before.gif
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/col-split.gif
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/row-delete.gif
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/row-insert-above.gif
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/row-insert-under.gif
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/row-prop.gif
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/row-split.gif
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/img/table-prop.gif
A /trunk/open-realty2/include/class/xinha/plugins/TableOperations/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/TableOperations/lang/nb.js
A /trunk/open-realty2/include/class/xinha/plugins/TableOperations/lang/sv.js
A /trunk/open-realty2/include/class/xinha/plugins/TableOperations/popups/merge_cells.html
M /trunk/open-realty2/include/class/xinha/plugins/TableOperations/table-operations.js
M /trunk/open-realty2/include/class/xinha/plugins/Template/img/ed_template.gif
M /trunk/open-realty2/include/class/xinha/plugins/Template/img/layout_01.gif
M /trunk/open-realty2/include/class/xinha/plugins/Template/img/layout_02.gif
M /trunk/open-realty2/include/class/xinha/plugins/Template/img/layout_03.gif
A /trunk/open-realty2/include/class/xinha/plugins/Template/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/Template/lang/nb.js
M /trunk/open-realty2/include/class/xinha/plugins/Template/template.js
M /trunk/open-realty2/include/class/xinha/plugins/UnFormat/img/unformat.gif
A /trunk/open-realty2/include/class/xinha/plugins/UnFormat/lang/ja.js
A /trunk/open-realty2/include/class/xinha/plugins/UnFormat/lang/nb.js
M /trunk/open-realty2/include/class/xinha/popups/about.html
M /trunk/open-realty2/include/class/xinha/popups/blank.html
M /trunk/open-realty2/include/class/xinha/popups/editor_help.html
M /trunk/open-realty2/include/class/xinha/popups/popup.css
M /trunk/open-realty2/include/class/xinha/popups/popup.js
M /trunk/open-realty2/include/class/xinha/popups/select_color.html
M /trunk/open-realty2/include/class/xinha/skins/blue-metallic/separator.gif
M /trunk/open-realty2/include/class/xinha/skins/green-look/button-background.gif
M /trunk/open-realty2/include/class/xinha/skins/green-look/separator.gif
A /trunk/open-realty2/include/class/xinha/skins/silva
A /trunk/open-realty2/include/class/xinha/skins/silva/dialog.jpg
A /trunk/open-realty2/include/class/xinha/skins/silva/html.gif
A /trunk/open-realty2/include/class/xinha/skins/silva/skin.css
A /trunk/open-realty2/include/class/xinha/skins/silva/statusbar.png
A /trunk/open-realty2/include/class/xinha/skins/silva/toolbar.png
Updating Xinha to the latest release.. all editors are now up to date.. just need some good testing of them all to ensure proper functionality.
This is related to bug/feature #651
------------------------------------------------------------------------
r1844 | Mick_ | 2007-07-02 03:12:23 -0400 (Mon, 02 Jul 2007) | 6 lines
Changed paths:
M /trunk/open-realty2/include/controlpanel.inc.php
M /trunk/open-realty2/include/language/en/lang.inc.php
M /trunk/open-realty2/include/page_display.inc.php
M /trunk/open-realty2/include/search.inc.php
M /trunk/open-realty2/install/index.php
M /trunk/open-realty2/install/versions/install_200.inc.php
M /trunk/open-realty2/install/versions/upgrade_115.inc.php
M /trunk/open-realty2/install/versions/upgrade_200.inc.php
IMPLEMENTED: There are now config options for:
short text area characters - this is to define the number of characters to trim your short textarea tag in the search results to
-AND-
Show Edit Link on frontend - this is to determine if we are going to show the EDIT page link on page editor pages on the frontend of the site to admins or not.
This is related to bug/feature #318,343
------------------------------------------------------------------------
r1845 | Mick_ | 2007-07-02 04:36:35 -0400 (Mon, 02 Jul 2007) | 9 lines
Changed paths:
M /trunk/open-realty2/include/class/template/core.inc.php
M /trunk/open-realty2/include/listing.inc.php
implemented this feature..
On the listing detail template or the search results template you can now use the tags:
link_edit_listing
link_edit_listing_url
This is related to bug/feature #346
------------------------------------------------------------------------
r1846 | pbflash | 2007-07-04 12:19:09 -0400 (Wed, 04 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/admin.inc.php
M /trunk/open-realty2/include/class/fckeditor/editor/filemanager/browser/open-realty/connectors/php/config.php
M /trunk/open-realty2/include/class/fckeditor/fckconfig.js
Fixed upload paths for images and flash files and changed the upload language setting to php for fckeditor.
This is related to bug/feature #651
------------------------------------------------------------------------
r1847 | pbflash | 2007-07-04 20:47:22 -0400 (Wed, 04 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/user.inc.php
M /trunk/open-realty2/include/user_manager.inc.php
Fixed date format for user fields.
This is related to bug/feature #635
------------------------------------------------------------------------
r1848 | pbflash | 2007-07-04 21:19:33 -0400 (Wed, 04 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/search.inc.php
Search box functions now format number according to the number formatting defined in site config.
This is related to bug/feature #598
------------------------------------------------------------------------
r1849 | pbflash | 2007-07-04 21:52:07 -0400 (Wed, 04 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/listing.inc.php
Divider type field captions can now be displayed on the listing detail page. This will only work for the caption as divider fields do not have a value.
This is related to bug/feature #621
------------------------------------------------------------------------
r1850 | Mick_ | 2007-07-08 19:13:44 -0400 (Sun, 08 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/install/index.php
M /trunk/open-realty2/install/versions/install_200.inc.php
M /trunk/open-realty2/install/versions/upgrade_115.inc.php
M /trunk/open-realty2/install/versions/upgrade_200.inc.php
adding control panel options for the main image resize feature
This is related to bug/feature #360
------------------------------------------------------------------------
r1851 | Mick_ | 2007-07-09 16:40:45 -0400 (Mon, 09 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/controlpanel.inc.php
M /trunk/open-realty2/include/language/en/lang.inc.php
Commiting updated controlpanel.inc.php and lang.inc.php with updates for new main image display size feature... now.. need to edit the images.inc.php to update the main image functions.
This is related to bug/feature #360
------------------------------------------------------------------------
r1852 | Mick_ | 2007-07-09 19:11:14 -0400 (Mon, 09 Jul 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/controlpanel.inc.php
M /trunk/open-realty2/include/images.inc.php
M /trunk/open-realty2/include/language/en/lang.inc.php
Added a "best fit" option to the image and thumbnail resize options. Best fit will resize an image so that both its width and height are within the maximum allowed settings while keeping the proportions of the width and height correct to prevent distortions. this feature needs testing. Main image function is currently broken :-(
------------------------------------------------------------------------
r1853 | Mick_ | 2007-07-09 19:34:43 -0400 (Mon, 09 Jul 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/images.inc.php
Main image function should be working properly now... best fit option appears to be working for main images and thumbnail images now. all this needs testing though
------------------------------------------------------------------------
r1854 | Mick_ | 2007-07-09 20:17:21 -0400 (Mon, 09 Jul 2007) | 1 line
Changed paths:
M /trunk/open-realty2/template/vertical-menu/listing_detail_mainjavacolumn.html
M /trunk/open-realty2/template/vertical-menu/main.html
updated javacolumn template to center listing thumbnails and the main template to add alt tag and closing tag to the img tags for the RSS feeds
------------------------------------------------------------------------
r1855 | Mick_ | 2007-07-09 20:19:10 -0400 (Mon, 09 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/images.inc.php
Completed the implementation of the configurable main image display size setting. ALso fixed a few bugs in the image resizing functions as well.
This is related to bug/feature #360
------------------------------------------------------------------------
r1856 | Mick_ | 2007-07-10 15:48:26 -0400 (Tue, 10 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/controlpanel.inc.php
M /trunk/open-realty2/include/images.inc.php
M /trunk/open-realty2/include/language/en/lang.inc.php
Removing the default height/width options from the main image display config option... my tester didn't understand it and upon further review.. it didn't make sense ;-) Changed the lang variable for the former "Uploads" tab in the site config to "Uploads/Images" to make it more descriptive
This is related to bug/feature #360
------------------------------------------------------------------------
r1857 | Mick_ | 2007-07-10 16:39:52 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/images.inc.php
Fixed bug with image_row_$count in images.inc.php where it should be image_row_'.$count.' in MANY places throughout the script
------------------------------------------------------------------------
r1858 | Mick_ | 2007-07-11 02:16:59 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/controlpanel.inc.php
M /trunk/open-realty2/include/images.inc.php
bug fixes
------------------------------------------------------------------------
r1859 | Mick_ | 2007-07-11 02:25:48 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/images.inc.php
bugfix for vtour size checks with new resizing options
------------------------------------------------------------------------
r1860 | Mick_ | 2007-07-11 14:38:34 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
M /trunk/open-realty2/install/index.php
M /trunk/open-realty2/install/versions/install_200.inc.php
M /trunk/open-realty2/install/versions/upgrade_115.inc.php
M /trunk/open-realty2/install/versions/upgrade_200.inc.php
Adding new columns to control panel for configurable number of columns for listing images by columns
------------------------------------------------------------------------
r1861 | Mick_ | 2007-07-11 15:05:59 -0400 (Wed, 11 Jul 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/controlpanel.inc.php
M /trunk/open-realty2/include/images.inc.php
M /trunk/open-realty2/include/language/en/lang.inc.php
M /trunk/open-realty2/template/vertical-menu/style.css
IMPLEMENTED: Java Rows template tag now has a configuration option to determine how many columns to use before starting a new row. Also CSS'd the table that contains the thumbnail images
------------------------------------------------------------------------
r1862 | Mick_ | 2007-07-18 01:59:01 -0400 (Wed, 18 Jul 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/images.inc.php
Fixed main image display dimensions regarding the "Both" setting, now works properly.
------------------------------------------------------------------------
r1863 | Mick_ | 2007-07-18 02:09:41 -0400 (Wed, 18 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/admin.inc.php
FIXED: Selecting none now works properly and will not default to FCK if the other editors are not installed any longer
This is related to bug/feature #656
------------------------------------------------------------------------
r1864 | Mick_ | 2007-07-30 01:02:40 -0400 (Mon, 30 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/language/en/lang.inc.php
Duplicate lang variable removed
This is related to bug/feature #671
------------------------------------------------------------------------
r1865 | Mick_ | 2007-07-30 01:19:32 -0400 (Mon, 30 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/listing_editor.inc.php
Edit listings is now using lang varible for yes/no on the edit listings template
This is related to bug/feature #662
------------------------------------------------------------------------
r1866 | Mick_ | 2007-07-30 01:28:27 -0400 (Mon, 30 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/forms.inc.php
Error messages for price and number fields now displays caption instead of field name
This is related to bug/feature #654
------------------------------------------------------------------------
r1867 | Mick_ | 2007-07-30 01:31:58 -0400 (Mon, 30 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/listing_editor.inc.php
Fixed listing notification.
This is related to bug/feature #653
------------------------------------------------------------------------
r1868 | Mick_ | 2007-07-30 01:49:53 -0400 (Mon, 30 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/listing_editor.inc.php
Removed divider field types from search on listing editor
This is related to bug/feature #652
------------------------------------------------------------------------
r1869 | Mick_ | 2007-07-30 02:07:32 -0400 (Mon, 30 Jul 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/class/template/core.inc.php
{link_to_listing} and {fulllink_to_listing} tags now check for SEO friendly URL settings and create the appropriate type of link
This is related to bug/feature #665
------------------------------------------------------------------------
r1870 | Mick_ | 2007-07-30 02:19:01 -0400 (Mon, 30 Jul 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/listing.inc.php
M /trunk/open-realty2/template/vertical-menu/style.css
some enhancements for listing code to use the stylesheets more submitted to me via email by Eduardo
------------------------------------------------------------------------
r1871 | Mick_ | 2007-08-01 03:05:22 -0400 (Wed, 01 Aug 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/class/template/core.inc.php
M /trunk/open-realty2/include/language/en/lang.inc.php
M /trunk/open-realty2/include/template_editor.inc.php
IMPLEMENTED: There is now an option in the listing field editor menubar for setting up the search result fields
This is related to bug/feature #282
------------------------------------------------------------------------
r1872 | Mick_ | 2007-08-06 15:43:33 -0400 (Mon, 06 Aug 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/user_manager.inc.php
FIXED: removed the back buttons on the edit users/members pages.
This is related to bug/feature #672
------------------------------------------------------------------------
r1873 | Mick_ | 2007-08-21 18:59:52 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
M /trunk/open-realty2/admin/template/OR/edit_listings.html
M /trunk/open-realty2/include/images.inc.php
M /trunk/open-realty2/include/listing_editor.inc.php
M /trunk/open-realty2/include/members_search.inc.php
M /trunk/open-realty2/include/propertyclass.inc.php
M /trunk/open-realty2/include/search.inc.php
M /trunk/open-realty2/include/template_editor.inc.php
M /trunk/open-realty2/include/user_manager.inc.php
M /trunk/open-realty2/template/vertical-menu/search_class_default.html
Fixed: Changed instances of onClick to lowercase onclick for xhtml 1.0 strict compliance
------------------------------------------------------------------------
r1874 | Mick_ | 2007-08-21 19:02:58 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
M /trunk/open-realty2/admin/template/cms_admin_integration/edit_listings.html
Forgot the CMS admin template with the last commit
------------------------------------------------------------------------
r1875 | Mick_ | 2007-08-21 19:04:09 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
M /trunk/open-realty2/template/cms_integration/search_class_default.html
Whoops.. and forgot this CMS template too with the last two commits
------------------------------------------------------------------------
r1876 | Mick_ | 2007-08-21 19:55:04 -0400 (Tue, 21 Aug 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/misc.inc.php
Fixed, next/prev function now properly displays the next 100/prev 100
This is related to bug/feature #666
------------------------------------------------------------------------
r1877 | Mick_ | 2007-08-27 03:46:55 -0400 (Mon, 27 Aug 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/images.inc.php
Fixed: GD thumbnail function would not create thumbnails if original image was smaller than thumbnail size..
This is related to bug/feature #685
------------------------------------------------------------------------
r1878 | Mick_ | 2007-08-27 16:09:04 -0400 (Mon, 27 Aug 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/listing_editor.inc.php
FIXED: Edit listings next/prev bar now properly keeps the filter item variables through pagination
This is related to bug/feature #675
------------------------------------------------------------------------
r1879 | greengiant | 2007-08-28 14:55:53 -0400 (Tue, 28 Aug 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/class/template/core.inc.php
You can now control when data is displayed based on if a listing field is empty, by using {listing_field_FIELDNAME_block} tags {/listing_field_FIELDNAME_block} tags tags in your template
------------------------------------------------------------------------
r1880 | Mick_ | 2007-08-28 21:35:12 -0400 (Tue, 28 Aug 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/listing_editor.inc.php
Implemented: added delete listing text link to this page.
This is related to bug/feature #391
------------------------------------------------------------------------
r1881 | Mick_ | 2007-08-28 22:45:25 -0400 (Tue, 28 Aug 2007) | 1 line
Changed paths:
A /trunk/open-realty2/template/vertical-menu/search_result_tabbed.html
New tabbed search results template is now included.. THis is a very basic template and will probably need to be customized to make people completely happy but it shows the proof of concept works
------------------------------------------------------------------------
r1882 | Mick_ | 2007-08-29 23:35:54 -0400 (Wed, 29 Aug 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/listing_editor.inc.php
Listing editor template now outputs listing expiration using the OR configured date format instead of the PHP generated date output.
This is related to bug/feature #620
------------------------------------------------------------------------
r1883 | Mick_ | 2007-08-30 00:20:29 -0400 (Thu, 30 Aug 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/class/template/core.inc.php
M /trunk/open-realty2/include/listing.inc.php
Added two new template tags for listing pages: {get_creation_date} and {get_modified_date}; these tags already existed for search results but were not documented. I modified these functions to return the date in the configured Open-Realty format.
This is related to bug/feature #322
------------------------------------------------------------------------
r1884 | Mick_ | 2007-08-30 01:28:53 -0400 (Thu, 30 Aug 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/controlpanel.inc.php
M /trunk/open-realty2/include/language/en/lang.inc.php
M /trunk/open-realty2/include/rss.inc.php
M /trunk/open-realty2/install/index.php
M /trunk/open-realty2/install/versions/install_200.inc.php
M /trunk/open-realty2/install/versions/upgrade_115.inc.php
M /trunk/open-realty2/install/versions/upgrade_200.inc.php
Implemented a limit for the featured listings RSS Feed.
This is related to bug/feature #686
------------------------------------------------------------------------
r1885 | Mick_ | 2007-08-30 02:20:50 -0400 (Thu, 30 Aug 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/page_display.inc.php
no longer performing any functions on the page editor code stored into the database and pulled from it.
This is related to bug/feature #648
------------------------------------------------------------------------
r1886 | Mick_ | 2007-08-30 03:28:29 -0400 (Thu, 30 Aug 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/editor.inc.php
same as last commit, forgot a file
------------------------------------------------------------------------
r1887 | Mick_ | 2007-08-30 04:22:09 -0400 (Thu, 30 Aug 2007) | 3 lines
Changed paths:
M /trunk/open-realty2/include/login.inc.php
Added error messages to the member login page on the main area of the site. Previously only the login form in the admin area displayed any error messages when logging in.
This is related to bug/feature #637
------------------------------------------------------------------------
r1888 | Mick_ | 2007-08-30 12:04:24 -0400 (Thu, 30 Aug 2007) | 1 line
Changed paths:
M /trunk/open-realty2/install/index.php
Rolling version number to 2.4.2... may be one more thing before the release but rolling version number now
------------------------------------------------------------------------
r1889 | Mick_ | 2007-08-30 12:25:02 -0400 (Thu, 30 Aug 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/class/vcard/vcard.inc.php
made tag in admin.inc.php file
------------------------------------------------------------------------
r1900 | Mick_ | 2007-09-17 04:12:18 -0400 (Mon, 17 Sep 2007) | 1 line
Changed paths:
M /trunk/open-realty2/template/vertical-menu/style.css
Small CSS fix recommended to me via PM on the site
------------------------------------------------------------------------
r1901 | Mick_ | 2007-09-18 02:26:07 -0400 (Tue, 18 Sep 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/contact.inc.php
M /trunk/open-realty2/include/controlpanel.inc.php
M /trunk/open-realty2/include/editor.inc.php
M /trunk/open-realty2/include/listing_editor.inc.php
M /trunk/open-realty2/include/login.inc.php
M /trunk/open-realty2/include/propertyclass.inc.php
M /trunk/open-realty2/include/search.inc.php
M /trunk/open-realty2/include/template_editor.inc.php
M /trunk/open-realty2/include/user.inc.php
M /trunk/open-realty2/include/user_manager.inc.php
M /trunk/open-realty2/install/versions/install_200.inc.php
M /trunk/open-realty2/install/versions/upgrade_115.inc.php
how the heck did we still have
tags and not
tags? Well, don't know but we don't have them anymore ;-)
------------------------------------------------------------------------
r1902 | Mick_ | 2007-09-18 02:40:24 -0400 (Tue, 18 Sep 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/listing_editor.inc.php
adding closing tags to the img tags, also added alt text (just the thumbnail name) and changed onSubmit calls to onsubmit
------------------------------------------------------------------------
r1903 | Mick_ | 2007-09-18 02:50:28 -0400 (Tue, 18 Sep 2007) | 1 line
Changed paths:
M /trunk/open-realty2/include/listing_editor.inc.php
fixing a