2017-02-14 gustafn * acs-tcl/tcl/navigation-procs.tcl: - Simplify code * acs-tcl/tcl/test/navigation-procs.tcl: - adjust test cases to anonio's change: https://github.com/openacs/openacs-core/commit/37d725e6cdea0e 8b66b96a63e17b63e99f399e2b * acs-tcl/tcl/community-core-procs.tcl: - let acs_user::flush_cache succeed in cases, where the privides ID is e-g- a person, but not in cc_users * acs-tcl/tcl/test/community-core-test-procs.tcl: - provide more detailed information for the test case * acs-bootstrap-installer/acs-bootstrap-installer.info: - remove circular dependency * acs-tcl/tcl/test/text-html-procs.tcl: - show the URL which is to be retrieved, in the log * xowiki/tcl/xowiki-procs.tcl: - white space change * xotcl-core/tcl/03-doc-procs.tcl: Add "-returns" to ad_instproc and ad_proc methods * xotcl-core/tcl/03-doc-procs.tcl: Whitespace change: strip trailing spaces * xowiki/tcl/xowiki-procs.tcl: Whitespace changes (strip trailing blanks) * acs-datetime/acs-datetime.info: * acs-datetime/tcl/acs-calendar-procs.tcl: * acs-datetime/tcl/acs-datetime-procs.tcl: trim-zeros reform (part 2): - replace dt_trim_leading_zeros by util::trim_leading_zeros - mark private function dt_trim_leading_zeros as depreacted - bump version number to 5.9.1d1 * calendar/calendar.info: * calendar/www/mini-calendar.tcl: * calendar/www/view-month-display.tcl: trim-zeros reform (part 3): - don't depend on private function of some other package - replace dt_trim_leading_zeros by util::trim_leading_zeros - bump version number to 2.6.1d5 * xowiki/www/portlets/weblog-mini-calendar.tcl: * xowiki/xowiki.info: trim-zeros reform (part 3): - don't depend on private function of some other package - replace dt_trim_leading_zeros by util::trim_leading_zeros - bump version number to 5.9.1d20 2017-02-14 antoniop * acs-admin/catalog/acs-admin.it_IT.ISO-8859-1.xml: * acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml: * acs-datetime/catalog/acs-datetime.it_IT.ISO-8859-1.xml: * acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml: * acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml: * acs-mail-lite/catalog/acs-mail-lite.it_IT.ISO-8859-1.xml: * acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: * acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml: * acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml: * attachments/catalog/attachments.it_IT.ISO-8859-1.xml: * calendar/catalog/calendar.it_IT.ISO-8859-1.xml: * categories/catalog/categories.it_IT.ISO-8859-1.xml: * chat/catalog/chat.it_IT.ISO-8859-1.xml: * file-storage/catalog/file-storage.it_IT.ISO-8859-1.xml: * forums/catalog/forums.it_IT.ISO-8859-1.xml: * fs-portlet/catalog/fs-portlet.it_IT.ISO-8859-1.xml: * general-comments/catalog/general-comments.it_IT.ISO-8859-1.xml: * new-portal/catalog/new-portal.it_IT.ISO-8859-1.xml: * notifications/catalog/notifications.it_IT.ISO-8859-1.xml: * openacs-bootstrap3-theme/catalog/openacs-bootstrap3-theme.it_IT.ISO-8859-1.xml: * openacs-default-theme/catalog/openacs-default-theme.it_IT.ISO-8859-1.xml: * ref-countries/catalog/ref-countries.it_IT.ISO-8859-1.xml: * rss-support/catalog/rss-support.it_IT.ISO-8859-1.xml: * search/catalog/search.it_IT.ISO-8859-1.xml: * xotcl-core/catalog/xotcl-core.it_IT.ISO-8859-1.xml: * xowiki/catalog/xowiki.it_IT.ISO-8859-1.xml: Italian localization of message keys for many packages * acs-admin/catalog/acs-admin.it_IT.ISO-8859-1.xml: branches: 1.1.2; file acs-admin.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-9. * acs-mail-lite/catalog/acs-mail-lite.it_IT.ISO-8859-1.xml: branches: 1.1.2; file acs-mail-lite.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-9. * categories/catalog/categories.it_IT.ISO-8859-1.xml: branches: 1.1.2; file categories.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-9. * chat/catalog/chat.it_IT.ISO-8859-1.xml: branches: 1.1.2; file chat.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-9. * openacs-bootstrap3-theme/catalog/openacs-bootstrap3-theme.it_IT.ISO-8859-1.xml: branches: 1.1.2; file openacs-bootstrap3-theme.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-9. * openacs-default-theme/catalog/openacs-default-theme.it_IT.ISO-8859-1.xml: branches: 1.1.2; file openacs-default-theme.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-9. * ref-countries/catalog/ref-countries.it_IT.ISO-8859-1.xml: branches: 1.1.2; file ref-countries.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-9. * rss-support/catalog/rss-support.it_IT.ISO-8859-1.xml: branches: 1.1.2; file rss-support.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-9. * search/catalog/search.it_IT.ISO-8859-1.xml: branches: 1.1.2; file search.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-9. * xotcl-core/catalog/xotcl-core.it_IT.ISO-8859-1.xml: branches: 1.1.2; file xotcl-core.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-9. * xowiki/catalog/xowiki.it_IT.ISO-8859-1.xml: branches: 1.1.2; file xowiki.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-9. 2017-02-13 gustafn * acs-lang/acs-lang.info: - bump version number to 5.9.1d3 * acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: - modernize tcl * acs-tcl/tcl/utilities-procs.tcl: - new function "util::trim_leading_zeros" to replace "template::util::leadingTrim" or "dt_trim_leading_zeros" * categories/categories.info: * categories/sql/postgresql/upgrade/upgrade-1.1.3d7-1.1.3d8.sql: - remove leftovers from earlier upgrades - bump version number to 1.1.3d8 * evaluation/evaluation.info: * evaluation/tcl/evaluation-procs.tcl: * evaluation/www/admin/evaluations/evaluate-students-2.tcl: * evaluation/www/admin/evaluations/evaluate-students.tcl: * evaluation/www/admin/evaluations/grades-sheet-parse.tcl: - replace template::util::leadingTrim by util::trim_leading_zeros - bump version number to 2.9.1d3 * acs-templating/acs-templating.info: * acs-templating/tcl/currency-procs.tcl: * acs-templating/tcl/date-procs.tcl: - replace template::util::leadingTrim by util::trim_leading_zeros - mark template::util::leadingTrim as depreacted - bump version number to 5.9.1d9 * acs-lang/acs-lang.info: * acs-lang/tcl/localization-procs.tcl: - use util::trim_leading_zeros instead of private function * acs-tcl/lib/progress-bar.adp: Avoid potential confusion with syntax highlighting * calendar-portlet/www/calendar-full-portlet.tcl: * calendar-portlet/www/calendar-list-portlet.tcl: * calendar-portlet/www/calendar-portlet.tcl: Don't allow negative duration periods * acs-core-docs/www/rp-design.adp: * acs-core-docs/www/rp-design.html: * acs-core-docs/www/xml/kernel/rp-design.xml: Fix broken link * acs-tcl/tcl/test/html-conversion-procs.tcl: * acs-tcl/tcl/text-html-procs.tcl: Fix test cases for text conversion * new-portal/tcl/portal-procs.tcl: Improve handling of script-aborts in portlets * acs-tcl/tcl/defs-procs.tcl: Improve indentation * general-comments/tcl/general-comments-procs.tcl: No need to pass single spaces * calendar/www/view-one-day-display.tcl: Remove unneeded parens * acs-lang/tcl/localization-procs.tcl: add function "lc_trim_leading_zeros" to acs-lang localization procs, since date-time procs are not acs-core, such that the function defined there cannot be used in the core * acs-subsite/lib/applications-oracle.xql: * acs-subsite/lib/applications-postgresql.xql: * acs-subsite/lib/subsites-oracle.xql: * acs-subsite/lib/subsites-postgresql.xql: * acs-subsite/www/admin/group-types/delete-2-oracle.xql: * acs-subsite/www/admin/group-types/delete-2-postgresql.xql: * acs-subsite/www/admin/group-types/groups-list-oracle.xql: * acs-subsite/www/admin/group-types/groups-list-postgresql.xql: * acs-subsite/www/admin/groups/elements-display-list-oracle.xql: * acs-subsite/www/admin/groups/elements-display-list-postgresql.xql: * acs-subsite/www/admin/groups/elements-display-postgresql.xql: * acs-subsite/www/admin/rel-segments/constraints/index-oracle.xql: * acs-subsite/www/admin/rel-segments/constraints/index-postgresql.xql: add missing rdbms types in .xql files (why wasn't this noticed before?) * categories/sql/postgresql/upgrade/upgrade-1.1.3d7-1.1.3d8.sql: branches: 1.1.2; file upgrade-1.1.3d7-1.1.3d8.sql was initially added on branch oacs-5-9. * acs-tcl/acs-tcl.info: bump version number to 5.9.1d15 * acs-subsite/www/admin/groups/elements-display-postgresql.xql: remove duplicate rdbms type entry 2017-02-12 gustafn * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/postgresql/content-image.sql: * acs-content-repository/sql/postgresql/content-revision.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d26-5.9.1d27.sql: - Align type of parameter "storage_type" with type definition of cr_items.storage_type - bump version to 5.9.1d27 * richtext-ckeditor4/richtext-ckeditor4.info: * richtext-ckeditor4/tcl/richtext-procs.tcl: - Upgrade to CKeditor 4.6.2 - bump version number to 0.10 * xowiki/tcl/form-field-procs.tcl: - mark richtext::ckeditor as deprecated, use richtext::ckeditor4 instead * xowiki/xowiki.info: - update release date * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d26-5.9.1d27.sql: branches: 1.1.2; file upgrade-5.9.1d26-5.9.1d27.sql was initially added on branch oacs-5-9. 2017-02-11 gustafn * acs-messaging/acs-messaging.info: * acs-messaging/sql/postgresql/acs-messaging-packages.sql: * acs-messaging/sql/postgresql/upgrade/upgrade-5.9.1d2-5.9.1d3.sql: - Don't call deprecated interfaces of content_revisions__new() - bump version number to 5.9.1d3 * search/tcl/search-convert-procs.tcl: - Don't choke on empty content - remove duplicate delete command * acs-messaging/sql/postgresql/acs-messaging-packages.sql: * acs-messaging/sql/postgresql/upgrade/upgrade-5.9.1d2-5.9.1d3.sql: - fix call to acs_message__new_file() (use correct types) - drop acs_message__new_file/13 by making last argument of acs_message__new_file/13 a default * acs-messaging/sql/postgresql/acs-messaging-packages.sql: * acs-messaging/sql/postgresql/upgrade/upgrade-5.9.1d2-5.9.1d3.sql: Make same changes as for acs_message__new_file/13 to acs_message__new_image/15 * xowiki/tcl/includelet-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: Pass parent_id to pretty link when called on package to avoid potential confusion * xowiki/tcl/xowiki-procs.tcl: Reduce verbosity * acs-subsite/acs-subsite.info: * acs-subsite/sql/oracle/themes-create.sql: * acs-subsite/sql/oracle/upgrade/upgrade-5.9.1d10-5.9.1d11.sql: * acs-subsite/sql/postgresql/themes-create.sql: * acs-subsite/sql/postgresql/upgrade/upgrade-5.9.1d10-5.9.1d11.sql: * acs-subsite/tcl/subsite-procs.tcl: * acs-subsite/tcl/subsite-procs.xql: * acs-subsite/www/admin/themes/index.adp: * acs-subsite/www/admin/themes/index.tcl: * acs-subsite/www/admin/themes/view.tcl: Theme Manager: - add local_p flag to subsite-theme: Distinguish between locally created themes and system themes (provided via packages) - the default parameters of local themes can be overwritten in the database. Therefore, when site contains many subsites, this makes it easy to share the settings between the subsites, without the need of creating a new theme package. - bump version to 5.9.1d11 * xowiki/www/admin/test.tcl: align tests * acs-subsite/sql/oracle/upgrade/upgrade-5.9.1d10-5.9.1d11.sql: * acs-subsite/sql/postgresql/upgrade/upgrade-5.9.1d10-5.9.1d11.sql: branches: 1.1.2; file upgrade-5.9.1d10-5.9.1d11.sql was initially added on branch oacs-5-9. * acs-messaging/sql/postgresql/upgrade/upgrade-5.9.1d2-5.9.1d3.sql: branches: 1.1.2; file upgrade-5.9.1d2-5.9.1d3.sql was initially added on branch oacs-5-9. * xowiki/tcl/package-procs.tcl: use site_node::get_from_url for separating xowiki path from full path * forums/www/user-history.tcl: user_id == 0 is not a valid user for the posting history 2017-02-10 gustafn * xowiki/tcl/xowiki-procs.tcl: * xowiki/xowiki.info: - don't store hkeys for xowiki::FormPage in the cache - bump version of xowiki to 0.156 * xotcl-core/tcl/cr-procs.tcl: * xotcl-core/xotcl-core.info: - make instance variables kept in the object cache configurable per class via pattern (using "non_cached_instance_var_patterns"; default {__*}) - use xotcl2 variable resolver for better performance - bump version of xotcl-core to 0.156 * xotcl-core/tcl/05-db-procs.tcl: Fix typo 2017-02-09 gustafn * acs-datetime/tcl/acs-datetime-procs.tcl: Fix date computation: year of date 07072017 was treated as an octal number. * acs-lang/tcl/localization-procs.tcl: Fix date computation: year of date 07072017 was treated as an octal number. (Example [lc_time_fmt 0708-08-17 %Q]) * search/www/search.adp: Use literal instead of noquote for searchresults, otherwise e.g. forums-entries with strings looking like message keys can lead to unwanted substitutions 2017-02-09 antoniop * acs-tcl/tcl/http-client-procs.tcl: Reinitialize file data array at each cycle 2017-02-08 antoniop * acs-tcl/tcl/navigation-procs.tcl: Comment out obsolete code 2017-02-07 gustafn * xowiki/tcl/package-procs.tcl: - reduce verbosity 2017-02-07 antoniop * acs-tcl/tcl/apm-file-procs-oracle.xql: * acs-tcl/tcl/apm-file-procs-postgresql.xql: * acs-tcl/tcl/apm-file-procs.tcl: * acs-tcl/tcl/apm-file-procs.xql: Removed unused sql statements, removed inline sql to rely on xql one, small refactor to better use the api instead of direct sql. 2017-02-06 gustafn * search/www/advanced-search.tcl: - use ::template::csrf::validate instead of security::csrf::validate * acs-api-browser/acs-api-browser.info: * acs-api-browser/www/proc-search.tcl: * acs-api-browser/www/tcl-doc-search.tcl: * acs-api-browser/www/tcl-proc-view.tcl: - use ::template::csrf::validate instead of security::csrf::validate - add package parameter ValidateCSRFP - bump version number to 5.9.1d4 * new-portal/tcl/portal-procs.tcl: Remove needless warning * acs-templating/www/doc/demo/contract-2.tcl: * acs-templating/www/doc/demo/list7/add-edit.tcl: * acs-templating/www/doc/demo/list9/delete.tcl: Use ::template::csrf::validate instead of security::csrf::validate for demo files 2017-02-05 gustafn * acs-tcl/tcl/tcl-documentation-procs.tcl: - add ::template::csrf::validate to be used in page contracts. In difference to security::csrf::validate, this version checks, if csrf is enabled/disabled for this package * search/search.info: - added package parameter * acs-tcl/acs-tcl.info: - bump version number to 5.9.1d14 * acs-tcl/tcl/security-procs.tcl: - improve documentation * search/search.info: * search/www/search.tcl: - use ::template::csrf::validate instead of security::csrf::validate - bump version number to 5.9.1d2 2017-02-04 gustafn * calendar/www/mini-calendar.tcl: - Use "eq" as comparison operator for strings * acs-core-docs/www/tutorial-css-layout.adp: * acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: - quote HTML attributes * acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl: - remove unneeded braces * acs-admin/www/users/user-add.adp: * acs-lang/www/admin/index.adp: * acs-lang/www/admin/message-list.adp: * acs-lang/www/admin/package-list.adp: * acs-subsite/lib/home.adp: * acs-subsite/www/group-master.adp: * acs-subsite/www/members/user-new.adp: * acs-subsite/www/pvt/home.adp: * acs-subsite/www/register/email-confirm.adp: * acs-subsite/www/register/user-new.adp: * ajaxhelper/www/doc/default-master.adp: * assessment/lib/feedback.adp: * assessment/lib/session.adp: * assessment/www/asm-admin/results-session.adp: * assessment/www/assessment-section-submit.adp: * assessment/www/finish.adp: * dotlrn/www/control-panel.adp: * dotlrn/www/user-add.adp: * file-storage/www/permissions.adp: * new-portal/www/themes/kelp-theme/site-master-kelp.adp: * openacs-default-theme/lib/plain-master.adp: - replace "" by "", since adp parser in AOLserver and NaviServer passes "/" as argument to the adp-include. * acs-datetime/tcl/acs-datetime-procs.tcl: Ensure, that dt_julian_to_ansi returns date formatted as YYYY-MM-DD as indicated in the documentation * calendar-portlet/www/calendar-full-portlet.tcl: * calendar-portlet/www/calendar-list-portlet.tcl: * calendar-portlet/www/calendar-portlet.tcl: Fix error message returned for invalid dates * acs-tcl/tcl/00-database-procs.tcl: Get rid of unneeded variable "start_time_fine" and return long db warnings with fractions of a second * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d25-5.9.1d26.sql: Improve documentation * acs-lang/tcl/localization-procs.tcl: Remove unneeded test and improve documentation * acs-authentication/www/doc/configure-batch-sync.adp: Use instead of deprecated 2017-02-03 gustafn * xotcl-core/tcl/01-debug-procs.tcl: * xotcl-core/tcl/05-db-procs.tcl: * xotcl-core/xotcl-core.info: - new method for ::xotcl::Object mset: set a series of instance variables via the provided attribute value list (as e.g. returned by [array get], [ns_set array], ... - implement the prepared statement handling within the scope of a "db_with_handle", to make sure, the prepare and the subsequent command are using the same handle (and therefore session). - use for prepared statement caching the result of [ns_db session_id] when available - bump version to 0.155 * xowiki/tcl/xowiki-procs.tcl: * xowiki/xowiki.info: - switch from db_0or1row (plain forwarder to the db_0or1row command) to a construct based on an explicit db_with_handle, using as well the new "mset" methods - update dependencies - bump version to 5.9.1d18 * forums/www/message-email.adp: * forums/www/moderate/message-delete.adp: get rid of warnings "attempt to use a nonstandard variable name in form. / " 2017-02-03 antoniop * acs-admin/www/apm/package-load-2.tcl: Fix typo 2017-02-02 gustafn * acs-tcl/tcl/security-procs.tcl: * acs-tcl/tcl/utilities-procs.tcl: - Make security::locations aware of potentially multiple drivers listening on multiple ports - use "ns_driver info" when available * xotcl-core/tcl/05-db-procs.tcl: - build prepared statements more eager - for the time being * acs-tcl/tcl/security-procs.tcl: - improve proc documentation * general-comments/www/admin/index.tcl: * general-comments/www/index.tcl: - tighen page contracts * survey/www/admin/respondents.tcl: - tighten page contract * bulk-mail/www/index.tcl: * dotlrn-bm/www/admin/index.tcl: * dotlrn-fs/www/all-objects.tcl: * dotlrn/www/admin/users-search.tcl: * evaluation/www/admin/evaluations/grades-sheets.tcl: * evaluation/www/admin/grades/grades.tcl: * evaluation/www/answer-ok.tcl: * evaluation/www/evaluation-list.tcl: * evaluation/www/task-list.tcl: * evaluation/www/view/answer-ok.tcl: * evaluation/www/view/evaluation-list.tcl: * evaluation/www/view/task-list.tcl: * file-storage/www/copy.tcl: * file-storage/www/folder-chunk.tcl: * file-storage/www/move.tcl: * forums/www/message-post.tcl: * forums/www/search.tcl: - tighten page contracts * acs-tcl/tcl/security-procs.tcl: Prettify code * acs-tcl/tcl/acs-permissions-procs.tcl: Use namespace qualifiers instead of the Tcl "global" command * xowiki/tcl/includelet-procs.tcl: Use prepared statements for get_references * xowiki/tcl/xowiki-procs.tcl: Use prepared statements for last_visited updates * xotcl-request-monitor/tcl/throttle_mod-procs.tcl: add regexp, which did not make it to the CVS so far * xowiki/tcl/form-field-procs.tcl: set id under quotes, otherwise IE raises an error (many thanks for felix spotting this) 2017-02-02 antoniop * acs-tcl/tcl/apm-file-procs.tcl: Fix apm tarball file generation (many thanks to Michael Feurstein for report) * acs-admin/www/apm/packages-install-2.tcl: * acs-tcl/tcl/apm-install-procs.tcl: Revive installing by apm file from the UI 2017-02-01 gustafn * xotcl-core/tcl/05-db-procs.tcl: - provide faster import of instance variables through the user of lassign * assessment/lib/assessment.tcl: * assessment/www/asm-admin/send-mail.tcl: * attachments/www/admin/new-root-folder-map-2.tcl: * attachments/www/admin/new-root-folder-map.tcl: * attachments/www/attach-2.tcl: * attachments/www/attach.tcl: * attachments/www/toggle-approved.tcl: - tighten page contracts 2017-01-31 gustafn * xotcl-request-monitor/tcl/throttle_mod-procs.tcl: Add url to the long-calls.log, in case it is not too long * xotcl-request-monitor/www/long-calls.tcl: Format totaltime in the same way as the other times * xotcl-core/tcl/05-db-procs.tcl: Pass dbn to subsequent calls * xotcl-request-monitor/tcl/throttle_mod-procs.tcl: White space changes (remove tabs, remove trailing spaces) 2017-01-31 antoniop * acs-tcl/tcl/http-client-procs.tcl: Don't add extra content-type when users specifies their own * acs-tcl/tcl/http-client-procs.tcl: Don't mess with user-defined content-type, unless required * acs-tcl/tcl/http-client-procs.tcl: Fix missing square bracket * acs-tcl/tcl/http-client-procs.tcl: Fix typo, simplify and clarify content-type header manipulation * acs-authentication/tcl/authentication-procs.tcl: Use "in" idiom instead of lsearch 2017-01-30 gustafn * xotcl-request-monitor/tcl/throttle_mod-procs.tcl: * xotcl-request-monitor/www/long-calls.adp: * xotcl-request-monitor/www/long-calls.tcl: * xotcl-request-monitor/xotcl-request-monitor.info: - add partialtimes to long-call info - bump version number to 0.50 * xotcl-request-monitor/tcl/throttle_mod-procs.tcl: - reduce verbosity 2017-01-30 antoniop * acs-tcl/tcl/http-client-procs.tcl: Spool POST payload bigger than a threshold (default ~25MB) to a file, instead of keeping in memory the entire request. This exploits (transparently) -body_file option in the ns_http API and native curl features. Put some caching into utilities around to reduce db calls and execs. 2017-01-29 gustafn * xotcl-core/tcl/05-db-procs.tcl: - add support for providing max entry cache size (when used with NaviServer) - use lower case name for prepared statements * xotcl-request-monitor/tcl/throttle_mod-procs.tcl: * xotcl-request-monitor/www/last100.tcl: * xotcl-request-monitor/www/last101.tcl: * xotcl-request-monitor/xotcl-request-monitor.info: - improve performance - switch to XOTcl 2.0 idioms * xotcl-core/tcl/05-db-procs.tcl: Added support for prepared statements to other ::xo::dc operations 2017-01-28 gustafn * xotcl-core/tcl/05-db-procs.tcl: * xotcl-core/xotcl-core.info: - remove the need for providing a prepare name by using a md5 hash, which is also better scalable - bump versin number to 0.154 * xowiki/tcl/xowiki-procs.tcl: * xowiki/xowiki.info: - using the updated prepare statement interface - bump version number to 5.9.1d17 2017-01-27 gustafn * xotcl-core/tcl/05-db-procs.tcl: * xotcl-core/xotcl-core.info: - first draft of prepared statements for xo::dc using the standard PostgreSQL handler - bump version number to 0.153 * calendar-portlet/www/calendar-list-portlet.tcl: - fix potental bug, when the HTML form sends an empty form field "period_days" via POST method * xotcl-core/www/cache.tcl: - imporove navigation for cache handler * xotcl-request-monitor/tcl/throttle_mod-procs.tcl: - intensify logging, increas potentail threads and jobsperthread * xotcl-request-monitor/tcl/throttle_mod-procs.tcl: - make db-logging in request monitor async - add warnings, when filter might become too slow * xowiki/tcl/xowiki-procs.tcl: * xowiki/xowiki.info: - use prepared statement for fetch_object - bump version number to 5.9.1d16 2017-01-26 gustafn * xowiki/tcl/xowiki-procs.tcl: - add "-initialize" flag to get_all_children * acs-tcl/tcl/acs-permissions-procs.tcl: - improve comments * acs-subsite/www/admin/themes/index.tcl: * acs-subsite/www/admin/themes/view.tcl: - switch back to a single mode - save the value back to the parameters - use parameter names as labels * acs-admin/www/users/user-add-2.tcl: * acs-admin/www/users/user-add-3.tcl: * acs-templating/www/doc/demo/list5/index.tcl: * acs-templating/www/doc/demo/list6/index.tcl: * assessment-portlet/www/assessment-portlet.tcl: * dotlrn/www/admin/admin-add-2.tcl: * dotlrn/www/admin/browse-toggle.tcl: * dotlrn/www/admin/class.tcl: * dotlrn/www/admin/classes.tcl: * dotlrn/www/admin/clubs.tcl: * dotlrn/www/admin/departments.tcl: * dotlrn/www/admin/guest-toggle.tcl: * dotlrn/www/admin/site-wide-admin-toggle.tcl: * dotlrn/www/admin/term.tcl: * dotlrn/www/admin/terms.tcl: * dotlrn/www/admin/unarchive.tcl: * dotlrn/www/admin/user-edit.tcl: * dotlrn/www/admin/users-search.tcl: * dotlrn/www/applet-remove.tcl: * dotlrn/www/approve.tcl: * dotlrn/www/deregister-confirm.tcl: * dotlrn/www/deregister-self-confirm.tcl: * dotlrn/www/deregister.tcl: * dotlrn/www/join-policy-toggle.tcl: * dotlrn/www/manage-memberships.tcl: * dotlrn/www/member-add-2.tcl: * dotlrn/www/member-add-3.tcl: * dotlrn/www/member-email-confirm.tcl: * dotlrn/www/privacy-policy-toggle.tcl: * dotlrn/www/register.tcl: * dotlrn/www/reject.tcl: * dotlrn/www/spam-policy-toggle.tcl: * dotlrn/www/spam-recipients.tcl: * dotlrn/www/spam.tcl: * dotlrn/www/subcommunity-archive.tcl: * dotlrn/www/user-add-2.tcl: * dotlrn/www/user-add.tcl: * new-portal/www/admin/portal-show.tcl: * xotcl-request-monitor/www/active-communities.tcl: * xotcl-request-monitor/www/last-requests.tcl: * xotcl-request-monitor/www/last100.tcl: * xotcl-request-monitor/www/last101.tcl: * xotcl-request-monitor/www/running.tcl: * xotcl-request-monitor/www/stat-details.tcl: * xotcl-request-monitor/www/whos-online-today.tcl: * xotcl-request-monitor/www/whos-online.tcl: - tighten page contracts * dotlrn/www/index.tcl: * dotlrn/www/one-community.tcl: Validate page_num to avoid potential attacks and to provide proper error messages * xowiki/tcl/xowiki-procs.tcl: add method form_field_flush_cache 2017-01-25 gustafn * acs-subsite/www/admin/themes/index.tcl: * acs-subsite/www/admin/themes/view.adp: * acs-subsite/www/admin/themes/view.tcl: - add meaningful title and subtitle to theme view - allow viewer only for current parameter settings - implement nice "display" mode based on disabled fields 2017-01-24 gustafn * acs-admin/www/index.tcl: - Count only mounted subsites * acs-subsite/acs-subsite.info: * acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * acs-subsite/www/admin/themes/index.tcl: - added usage count on theme manager - allow only deletion, when usage_count == 0 * acs-subsite/acs-subsite.info: - avoid potential confusion on version numbers * calendar/www/mini-calendar.tcl: - don't perform manual html escaping, since proper quoting is done on the resulting URL * acs-subsite/www/admin/themes/index.tcl: * acs-subsite/www/admin/themes/view.adp: * acs-subsite/www/admin/themes/view.tcl: - draft version for viewing parameters in a nicer way * acs-subsite/www/admin/themes/index.tcl: - help a developer by logging differences between the default settings and actual settings to the log file * acs-subsite/www/admin/themes/view.adp: branches: 1.1.2; file view.adp was initially added on branch oacs-5-9. * acs-subsite/www/admin/themes/view.tcl: branches: 1.1.2; file view.tcl was initially added on branch oacs-5-9. 2017-01-23 gustafn * acs-subsite/acs-subsite.info: * acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * acs-subsite/tcl/subsite-procs.tcl: * acs-subsite/www/admin/index.adp: * acs-subsite/www/admin/themes/delete.tcl: * acs-subsite/www/admin/themes/index.adp: * acs-subsite/www/admin/themes/index.tcl: * acs-subsite/www/admin/themes/index.xql: * acs-subsite/www/admin/themes/save-new.tcl: * acs-subsite/www/admin/themes/set.tcl: Add theme manager to admin pages, allowing to - list current themes with potential modifications - save modified themes under a new name - delete themes * acs-subsite/www/admin/themes/delete.tcl: branches: 1.1.2; file delete.tcl was initially added on branch oacs-5-9. * acs-subsite/www/admin/themes/index.adp: branches: 1.1.2; file index.adp was initially added on branch oacs-5-9. * acs-subsite/www/admin/themes/index.tcl: branches: 1.1.2; file index.tcl was initially added on branch oacs-5-9. * acs-subsite/www/admin/themes/index.xql: branches: 1.1.2; file index.xql was initially added on branch oacs-5-9. * acs-subsite/www/admin/themes/save-new.tcl: branches: 1.1.2; file save-new.tcl was initially added on branch oacs-5-9. * acs-subsite/www/admin/themes/set.tcl: branches: 1.1.2; file set.tcl was initially added on branch oacs-5-9. 2017-01-23 antoniop * acs-tcl/tcl/http-client-procs.tcl: Creation of this header is already done properly into ns_http 2017-01-21 gustafn * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp: * search/lib/navbar.adp: * search/www/search.adp: * static-portlet/www/element.adp: * static-portlet/www/static-portlet.adp: * survey/www/admin/index.adp: * survey/www/admin/one-respondent.adp: * survey/www/admin/one.adp: * survey/www/index.adp: * survey/www/one-respondent.adp: * survey/www/one-survey.adp: * theme-zen/lib/themes/zen-theme.adp: - make boolean tests in .adp files more uniform 2017-01-21 antoniop * acs-tcl/tcl/http-client-procs.tcl: - Aligned and fixed behavior for encoding of request with respect to redirect in the two implementations - Use only binary encoding in curl implementation for the file used to spool the body, to avoid corruption of content (eventual encoding has already happened in its proper place) - Allow only for curl to exploit native file POSTing capability (only way to POST files > 2GB) TODO: wrap this behavior in the generic API - Add content-length header when POSTing content, as some servers will require it (curl did this already) * acs-tcl/tcl/http-client-procs.tcl: Insert content-length only when transfer-encoding is not chunked 2017-01-20 gustafn * new-portal/www/render_styles/individual/render-element.adp: * new-portal/www/template-place-element.adp: * new-portal/www/themes/deco-theme.adp: * new-portal/www/themes/kelp-theme/kelp-theme.adp: * new-portal/www/themes/kelp-theme/site-master-kelp.adp: * new-portal/www/themes/nada-theme.adp: * new-portal/www/themes/simple-theme.adp: * news-portlet/www/news-portlet.adp: * news-portlet/www/summary.adp: * news/lib/item.adp: * news/www/preview.adp: * openacs-bootstrap3-theme/resources/lists/inline-filters.adp: * openacs-bootstrap3-theme/resources/lists/table-2third.adp: * openacs-bootstrap3-theme/resources/lists/table.adp: * openacs-bootstrap3-theme/resources/templates/packages/acs-subsite/lib/login.adp: * openacs-bootstrap3-theme/resources/templates/packages/search/lib/navbar.adp: * openacs-default-theme/lib/plain-master.adp: - make boolean tests in .adp files more uniform 2017-01-19 gustafn * evaluation-portlet/lib/evaluations-chunk.adp: * evaluation-portlet/www/evaluation-assignments-portlet.adp: * evaluation-portlet/www/evaluation-evaluations-portlet.adp: * evaluation/lib/evaluations-chunk.adp: * evaluation/www/admin/evaluations/student-list.adp: * evaluation/www/admin/grades/distribution-edit.adp: * evaluation/www/admin/grades/grades.adp: * evaluation/www/admin/tasks/index.adp: * evaluation/www/index.adp: * evaluation/www/view/index.adp: * faq-portlet/www/faq-admin-portlet.adp: * faq-portlet/www/faq-portlet.adp: * faq/templates/first/one-faq.adp: * faq/www/admin/faq-edit.adp: * faq/www/admin/q_and_a-new.adp: * faq/www/index.adp: * faq/www/one-faq.adp: * forums-portlet/www/forums-portlet.adp: * fs-portlet/www/fs-admin-portlet.adp: * fs-portlet/www/fs-portlet.adp: * general-comments/www/index.adp: * general-comments/www/view-comment.adp: - make boolean tests in .adp files more uniform 2017-01-18 gustafn * dotlrn/lib/admin-chunk.adp: * dotlrn/lib/toolbar.adp: * dotlrn/www/admin/cockpit.adp: * dotlrn/www/admin/user.adp: * dotlrn/www/admin/users-chunk.adp: * dotlrn/www/community-member.adp: * dotlrn/www/control-panel.adp: * dotlrn/www/dotlrn-main-portlet.adp: * dotlrn/www/member-add-2.adp: * dotlrn/www/member-add.adp: * dotlrn/www/members-chunk-table.adp: * dotlrn/www/members-chunk.adp: * dotlrn/www/members.adp: * dotlrn/www/my-communities.adp: * dotlrn/www/one-community-type.adp: * dotlrn/www/site-map.adp: * dotlrn/www/user-add.adp: make boolean tests in .adp files more uniform * acs-lang/lib/change-locale-bar.adp: * acs-lang/lib/messages-to-translate.adp: * acs-lang/www/admin/batch-editor.adp: * acs-lang/www/admin/edit-localized-message.adp: * acs-lang/www/admin/index.adp: * acs-lang/www/admin/lookup.adp: * acs-lang/www/admin/message-list.adp: * acs-lang/www/admin/message-search.adp: * acs-lang/www/admin/set-system-timezone.adp: * acs-lang/www/index.adp: - - make boolean tests in .adp files more uniform * chat/tcl/chat-procs.tcl: - brace "if" condition * acs-admin/www/install/install-3.tcl: * acs-admin/www/server-restart.adp: * acs-admin/www/users/one.adp: - improve messages * xotcl-request-monitor/www/index.tcl: - improve robustness of calculations * acs-admin/www/auth/authority-parameters.adp: * acs-admin/www/auth/authority.adp: * acs-admin/www/install/install-2.adp: * acs-admin/www/install/install-4.adp: * acs-admin/www/install/install.adp: * acs-admin/www/users/complex-search.adp: * acs-admin/www/users/one.adp: * acs-admin/www/users/search.adp: * acs-api-browser/www/content-page-view.adp: * acs-api-browser/www/proc-search.adp: * acs-api-browser/www/proc-view.adp: * acs-api-browser/www/procs-file-view.adp: * acs-automated-testing/www/server.adp: * acs-subsite/lib/email-confirm.adp: * acs-subsite/lib/home.adp: * acs-subsite/lib/login.adp: * acs-subsite/lib/user-subsites.adp: * acs-subsite/www/admin/applications/application-delete.adp: * acs-subsite/www/admin/attributes/one.adp: * acs-subsite/www/admin/group-types/one.adp: * acs-subsite/www/admin/groups/elements-by-rel-type.adp: * acs-subsite/www/admin/groups/elements-display-list.adp: * acs-subsite/www/admin/groups/elements-display.adp: * acs-subsite/www/admin/groups/one.adp: * acs-subsite/www/admin/index.adp: * acs-subsite/www/admin/parties/add-select-type.adp: * acs-subsite/www/admin/parties/new-list-required-segments.adp: * acs-subsite/www/admin/parties/one.adp: * acs-subsite/www/admin/rel-segments/constraints/one.adp: * acs-subsite/www/admin/rel-segments/elements-display.adp: * acs-subsite/www/admin/rel-segments/one.adp: * acs-subsite/www/admin/rel-types/one.adp: * acs-subsite/www/admin/relations/add.adp: * acs-subsite/www/admin/relations/one.adp: * acs-subsite/www/group-master.adp: * acs-subsite/www/index.adp: * acs-subsite/www/members/index.adp: * acs-subsite/www/members/member-invite.adp: * acs-subsite/www/permissions/index.adp: * acs-subsite/www/permissions/one.adp: * acs-subsite/www/pvt/alerts.adp: * acs-subsite/www/shared/community-member.adp: * acs-subsite/www/shared/parameters.adp: * acs-subsite/www/site-map/index.adp: * acs-subsite/www/user/portrait/erase.adp: * acs-subsite/www/user/portrait/index.adp: * acs-templating/resources/dimensionals/dimensional.adp: * acs-templating/resources/forms/accessible-forms.adp: * acs-templating/resources/forms/configuration.adp: * acs-templating/resources/forms/inline.adp: * acs-templating/resources/lists/course-filters.adp: * acs-templating/resources/lists/courses.adp: * acs-templating/resources/lists/filters.adp: * acs-templating/resources/lists/form-filters.adp: * acs-templating/resources/lists/inline-filters.adp: * acs-templating/resources/lists/select-menu.adp: * acs-templating/resources/lists/table-2third.adp: * acs-templating/resources/lists/table.adp: * acs-templating/www/doc/demo/if.adp: * acs-templating/www/doc/exercise/list-and-var-sample.adp: * assessment-portlet/www/assessment-portlet.adp: * assessment/lib/comments-chunk.adp: * assessment/lib/section-show.adp: * assessment/lib/session-items.adp: * assessment/lib/session.adp: * assessment/www/admin/set-reg-assessment.adp: * assessment/www/asm-admin/catalog-item-add.adp: * assessment/www/asm-admin/index.adp: * assessment/www/asm-admin/item-edit-general.adp: * assessment/www/asm-admin/one-a.adp: * assessment/www/asm-admin/questions.adp: * assessment/www/asm-admin/results-session.adp: * assessment/www/asm-admin/results-users.adp: * assessment/www/asm-admin/section-preview.adp: * assessment/www/assessment-section-submit.adp: * assessment/www/assessment-single-submit.adp: * assessment/www/index.adp: * attachments/www/attach.adp: * attachments/www/file-add.adp: * attachments/www/simple-add.adp: * calendar-portlet/www/calendar-full-portlet.adp: * calendar/www/cal-item-delete-confirm.adp: * calendar/www/cal-item-view.adp: * calendar/www/cal-options.adp: * calendar/www/mini-calendar.adp: * calendar/www/navbar.adp: * calendar/www/view-month-display.adp: * calendar/www/view.adp: * categories/www/cadmin/permission-manage.adp: * categories/www/cadmin/tree-delete.adp: * categories/www/categories-browse.adp: * categories/www/include/widget.adp: * categories/www/index.adp: * chat-portlet/www/chat-portlet.adp: * chat/lib/transcript-view.adp: * chat/www/java-chat.adp: * chat/www/room.adp: * chat/www/transcript-entry.adp: * dotlrn-forums/www/dotlrn-forums-admin-portlet.adp: * dotlrn-homework/www/dotlrn-homework-admin-portlet.adp: * dotlrn-homework/www/dotlrn-homework-portlet.adp: * dotlrn-homework/www/file-delete.adp: * dotlrn-homework/www/file.adp: * dotlrn-homework/www/folder-chunk.adp: * dotlrn-portlet/www/dotlrn-admin-portlet.adp: * dotlrn-portlet/www/dotlrn-members-portlet.adp: * dotlrn-portlet/www/dotlrn-members-staff-portlet.adp: * dotlrn-portlet/www/dotlrn-portlet.adp: * file-storage/lib/folder-links.adp: * file-storage/www/file.adp: * file-storage/www/folder-chunk.adp: * file-storage/www/folder-delete.adp: * file-storage/www/simple.adp: * forums/lib/message/post.adp: * forums/lib/message/row2.adp: * forums/lib/search/search-chunk.adp: * forums/lib/user/post-history-chunk.adp: * forums/www/admin/forum-edit.adp: * forums/www/forum-view.adp: * forums/www/index.adp: * forums/www/message-view.adp: * xowiki/www/portlets/weblog-mini-calendar.adp: * xowiki/www/xinha/attach-file.adp: * xowiki/www/xinha/file-selector.adp: - make boolean tests in .adp files more uniform * forums/lib/message/post-confirm.adp: * forums/lib/message/post.adp: * forums/lib/message/row.adp: * forums/lib/message/row2.adp: - make boolean tests more uniform 2017-01-17 gustafn * forums/lib/message/row.adp: - use "true" instead of 0/1 comparison for boolean values in .adp file 2017-01-16 antoniop * acs-tcl/tcl/navigation-procs.tcl: Don't put empty site node folders into the breadcrumbs (that is, site nodes not having a package underneath) * acs-subsite/www/admin/site-map/index.tcl: Fix "new application" button, so we can put app into folders 2017-01-15 antoniop * acs-tcl/tcl/test/text-html-procs.tcl: * acs-tcl/tcl/text-html-procs.tcl: - new utility to try 'fixing' invalid HTML - fixed recognition of protocol agnostic urls - use location from connection context and configurations to determine whether full urls are local - optionally use new utility when plain parsing fails to try accepting a broader kind of invalid markup - some update in test cases - rename of the utilities with the 'dom' prefix, to make clear that this is the dom approach for sanitizing markup. As it is sometimes prone to format and content loss, its use should be carefully considered. * acs-tcl/tcl/text-html-procs.tcl: Fix typo, allow to resuse tDOM object built when fixing markup instead of parsing again * acs-tcl/tcl/text-html-procs.tcl: Move requirement of packages into proc. 2017-01-13 gustafn * xotcl-core/tcl/01-debug-procs.tcl: - make qn more robust, when runnin on the topLevel * acs-tcl/tcl/test/acs-tcl-test-procs.tcl: * acs-tcl/tcl/utilities-procs.tcl: - move test cases from utility procs into regression test 2017-01-12 antoniop * acs-tcl/tcl/text-html-procs.tcl: Fix typo * acs-tcl/tcl/test/text-html-procs.tcl: * acs-tcl/tcl/text-html-procs.tcl: Improved behavior on links by using RFC compliant URL recognition. Created (working) test cases * acs-tcl/tcl/test/text-html-procs.tcl: branches: 1.1.2; file text-html-procs.tcl was initially added on branch oacs-5-9. 2017-01-11 antoniop * acs-tcl/tcl/text-html-procs.tcl: New utility to sanitize HTML allowing to specify different sets of tags, attributes and protocols to allow and two generic policies: strip javascript and remove external references. It can also be used only for validation. 2017-01-10 gustafn * acs-tcl/tcl/request-processor-procs.tcl: - avoid nesting double quotes * acs-tcl/tcl/stack-trace-procs.tcl: - fix indentation * acs-tcl/tcl/site-nodes-procs.tcl: - remove trailing white-space * acs-tcl/tcl/text-html-procs.tcl: - use list operator for a more declarative reading * acs-tcl/tcl/stack-trace-procs.tcl: * acs-tcl/tcl/text-html-procs.tcl: - white space change * acs-tcl/tcl/request-processor-procs.tcl: - white space change (replace trailing spaces) * acs-tcl/tcl/00-database-procs.tcl: - white space changes (replace tabs, remove trailing white space, fix indentation) 2017-01-10 antoniop * acs-subsite/www/admin/site-map/instance-delete.tcl: * acs-tcl/tcl/site-nodes-procs.tcl: Keep old proc behavior regarding deletion of the package so we don't break any previous code * acs-tcl/tcl/site-nodes-procs.tcl: Removed leftover statement * acs-tcl/tcl/site-nodes-procs.tcl: Use better idiom to concatenate subnodes * acs-tcl/tcl/site-nodes-procs.tcl: Use lreverse instead of inverting the list manually 2017-01-09 antoniop * acs-subsite/www/admin/site-map/instance-delete.tcl: * acs-tcl/tcl/site-nodes-procs.tcl: Allow to delete node_ids having subnodes. This simply triggers unmount and delete of site node, package instances and all its tree structure as one could do manually, but packages themself are still responsible to "clean their own mess". 2017-01-07 gustafn * xotcl-core/tcl/05-db-procs.tcl: - reduce verbosity 2017-01-07 antoniop * xotcl-core/tcl/05-db-procs.tcl: Create stubs only when required and close to actual methods * xotcl-core/tcl/05-db-procs.tcl: Don't use 'if not exists' idiom for postgres as present since version 9.5 only 2017-01-06 gustafn * richtext-ckeditor4/www/sitewide-admin/index.adp: - improve wording * acs-core-docs/www/acs-admin.html: * acs-core-docs/www/acs-package-dev.html: * acs-core-docs/www/analog-setup.html: * acs-core-docs/www/aolserver.adp: * acs-core-docs/www/aolserver.html: * acs-core-docs/www/aolserver4.adp: * acs-core-docs/www/aolserver4.html: * acs-core-docs/www/apm-design.html: * acs-core-docs/www/apm-requirements.html: * acs-core-docs/www/automated-backup.html: * acs-core-docs/www/automated-testing-best-practices.adp: * acs-core-docs/www/automated-testing-best-practices.html: * acs-core-docs/www/backup-recovery.adp: * acs-core-docs/www/backup-recovery.html: * acs-core-docs/www/backups-with-cvs.html: * acs-core-docs/www/bootstrap-acs.adp: * acs-core-docs/www/bootstrap-acs.html: * acs-core-docs/www/complete-install.html: * acs-core-docs/www/configuring-configuring-packages.adp: * acs-core-docs/www/configuring-configuring-packages.html: * acs-core-docs/www/configuring-configuring-permissions.adp: * acs-core-docs/www/configuring-configuring-permissions.html: * acs-core-docs/www/configuring-install-packages.adp: * acs-core-docs/www/configuring-install-packages.html: * acs-core-docs/www/configuring-mounting-packages.adp: * acs-core-docs/www/configuring-mounting-packages.html: * acs-core-docs/www/configuring-new-site.html: * acs-core-docs/www/credits.adp: * acs-core-docs/www/credits.html: * acs-core-docs/www/cvs-guidelines.adp: * acs-core-docs/www/cvs-guidelines.html: * acs-core-docs/www/cvs-tips.adp: * acs-core-docs/www/cvs-tips.html: * acs-core-docs/www/database-management.html: * acs-core-docs/www/db-api-detailed.adp: * acs-core-docs/www/db-api-detailed.html: * acs-core-docs/www/db-api.adp: * acs-core-docs/www/db-api.html: * acs-core-docs/www/docbook-primer.adp: * acs-core-docs/www/docbook-primer.html: * acs-core-docs/www/eng-standards-constraint-naming.adp: * acs-core-docs/www/eng-standards-constraint-naming.html: * acs-core-docs/www/eng-standards-filenaming.adp: * acs-core-docs/www/eng-standards-filenaming.html: * acs-core-docs/www/eng-standards-plsql.adp: * acs-core-docs/www/eng-standards-plsql.html: * acs-core-docs/www/eng-standards-versioning.adp: * acs-core-docs/www/eng-standards-versioning.html: * acs-core-docs/www/ext-auth-requirements.adp: * acs-core-docs/www/ext-auth-requirements.html: * acs-core-docs/www/filename.adp: * acs-core-docs/www/filename.html: * acs-core-docs/www/form-builder.adp: * acs-core-docs/www/form-builder.html: * acs-core-docs/www/groups-design.html: * acs-core-docs/www/groups-requirements.html: * acs-core-docs/www/high-avail.adp: * acs-core-docs/www/high-avail.html: * acs-core-docs/www/how-do-I.adp: * acs-core-docs/www/how-do-I.html: * acs-core-docs/www/i18n-convert.adp: * acs-core-docs/www/i18n-convert.html: * acs-core-docs/www/i18n-design.html: * acs-core-docs/www/i18n-introduction.html: * acs-core-docs/www/i18n-overview.html: * acs-core-docs/www/i18n-requirements.html: * acs-core-docs/www/i18n-translators.html: * acs-core-docs/www/i18n.html: * acs-core-docs/www/index.adp: * acs-core-docs/www/index.html: * acs-core-docs/www/individual-programs.adp: * acs-core-docs/www/individual-programs.html: * acs-core-docs/www/install-cvs.adp: * acs-core-docs/www/install-cvs.html: * acs-core-docs/www/install-daemontools.adp: * acs-core-docs/www/install-daemontools.html: * acs-core-docs/www/install-full-text-search-openfts.adp: * acs-core-docs/www/install-full-text-search-openfts.html: * acs-core-docs/www/install-full-text-search-tsearch2.adp: * acs-core-docs/www/install-full-text-search-tsearch2.html: * acs-core-docs/www/install-more-software.html: * acs-core-docs/www/install-next-add-server.html: * acs-core-docs/www/install-next-nightly-vacuum.adp: * acs-core-docs/www/install-next-nightly-vacuum.html: * acs-core-docs/www/install-nsopenssl.html: * acs-core-docs/www/install-openacs-delete-tablespace.html: * acs-core-docs/www/install-openacs-inittab.html: * acs-core-docs/www/install-openacs-keepalive.adp: * acs-core-docs/www/install-openacs-keepalive.html: * acs-core-docs/www/install-origins.html: * acs-core-docs/www/install-overview.html: * acs-core-docs/www/install-qmail.adp: * acs-core-docs/www/install-qmail.html: * acs-core-docs/www/install-redhat.adp: * acs-core-docs/www/install-redhat.html: * acs-core-docs/www/install-resources.html: * acs-core-docs/www/install-ssl.html: * acs-core-docs/www/install-steps.adp: * acs-core-docs/www/install-steps.html: * acs-core-docs/www/ix01.adp: * acs-core-docs/www/ix01.html: * acs-core-docs/www/mac-installation.adp: * acs-core-docs/www/mac-installation.html: * acs-core-docs/www/maint-performance.adp: * acs-core-docs/www/maint-performance.html: * acs-core-docs/www/maintenance-deploy.adp: * acs-core-docs/www/maintenance-deploy.html: * acs-core-docs/www/maintenance-web.html: * acs-core-docs/www/object-identity.adp: * acs-core-docs/www/object-identity.html: * acs-core-docs/www/object-system-design.html: * acs-core-docs/www/object-system-requirements.html: * acs-core-docs/www/objects.adp: * acs-core-docs/www/objects.html: * acs-core-docs/www/openacs-overview.html: * acs-core-docs/www/openacs.adp: * acs-core-docs/www/openacs.html: * acs-core-docs/www/oracle.adp: * acs-core-docs/www/oracle.html: * acs-core-docs/www/os-install.html: * acs-core-docs/www/os-security.html: * acs-core-docs/www/packages.adp: * acs-core-docs/www/packages.html: * acs-core-docs/www/parties.adp: * acs-core-docs/www/parties.html: * acs-core-docs/www/permissions-design.html: * acs-core-docs/www/permissions-requirements.html: * acs-core-docs/www/permissions-tediously-explained.adp: * acs-core-docs/www/permissions-tediously-explained.html: * acs-core-docs/www/permissions.adp: * acs-core-docs/www/permissions.html: * acs-core-docs/www/programming-with-aolserver.adp: * acs-core-docs/www/programming-with-aolserver.html: * acs-core-docs/www/psgml-for-emacs.adp: * acs-core-docs/www/psgml-for-emacs.html: * acs-core-docs/www/psgml-mode.adp: * acs-core-docs/www/psgml-mode.html: * acs-core-docs/www/release-notes.adp: * acs-core-docs/www/release-notes.html: * acs-core-docs/www/releasing-openacs-core.adp: * acs-core-docs/www/releasing-openacs-core.html: * acs-core-docs/www/remote-postgres.html: * acs-core-docs/www/request-processor.adp: * acs-core-docs/www/request-processor.html: * acs-core-docs/www/requirements-template.adp: * acs-core-docs/www/requirements-template.html: * acs-core-docs/www/rp-design.html: * acs-core-docs/www/rp-requirements.html: * acs-core-docs/www/security-design.html: * acs-core-docs/www/security-notes.adp: * acs-core-docs/www/security-notes.html: * acs-core-docs/www/security-requirements.html: * acs-core-docs/www/snapshot-backup.html: * acs-core-docs/www/style-guide.adp: * acs-core-docs/www/style-guide.html: * acs-core-docs/www/subsites-design.html: * acs-core-docs/www/subsites-requirements.html: * acs-core-docs/www/subsites.adp: * acs-core-docs/www/subsites.html: * acs-core-docs/www/tcl-doc.adp: * acs-core-docs/www/tcl-doc.html: * acs-core-docs/www/templates.adp: * acs-core-docs/www/templates.html: * acs-core-docs/www/tutorial-admin-pages.html: * acs-core-docs/www/tutorial-advanced.html: * acs-core-docs/www/tutorial-caching.html: * acs-core-docs/www/tutorial-categories.html: * acs-core-docs/www/tutorial-comments.html: * acs-core-docs/www/tutorial-css-layout.adp: * acs-core-docs/www/tutorial-css-layout.html: * acs-core-docs/www/tutorial-cvs.adp: * acs-core-docs/www/tutorial-cvs.html: * acs-core-docs/www/tutorial-database.adp: * acs-core-docs/www/tutorial-database.html: * acs-core-docs/www/tutorial-debug.adp: * acs-core-docs/www/tutorial-debug.html: * acs-core-docs/www/tutorial-distribute.adp: * acs-core-docs/www/tutorial-distribute.html: * acs-core-docs/www/tutorial-etp-templates.adp: * acs-core-docs/www/tutorial-etp-templates.html: * acs-core-docs/www/tutorial-future-topics.html: * acs-core-docs/www/tutorial-hierarchical.html: * acs-core-docs/www/tutorial-newpackage.adp: * acs-core-docs/www/tutorial-newpackage.html: * acs-core-docs/www/tutorial-notifications.html: * acs-core-docs/www/tutorial-pages.adp: * acs-core-docs/www/tutorial-pages.html: * acs-core-docs/www/tutorial-parameters.html: * acs-core-docs/www/tutorial-specs.html: * acs-core-docs/www/tutorial-upgrades.html: * acs-core-docs/www/tutorial-wysiwyg-editor.html: * acs-core-docs/www/unix-installation.adp: * acs-core-docs/www/unix-installation.html: * acs-core-docs/www/update-repository.html: * acs-core-docs/www/upgrade-4.5-to-4.6.adp: * acs-core-docs/www/upgrade-4.5-to-4.6.html: * acs-core-docs/www/upgrade-4.6.3-to-5.html: * acs-core-docs/www/upgrade-openacs-files.adp: * acs-core-docs/www/upgrade-openacs-files.html: * acs-core-docs/www/upgrade-overview.adp: * acs-core-docs/www/upgrade-overview.html: * acs-core-docs/www/upgrade-supporting.html: * acs-core-docs/www/upgrade.html: * acs-core-docs/www/variables.adp: * acs-core-docs/www/variables.html: * acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: - regenerated documentation * xotcl-core/tcl/30-widget-procs.tcl: - use function instread of variable * acs-tcl/tcl/utilities-procs.tcl: - use ns_parseurl when available - provide emulation for ns_parseurl for older versions of NaviServer or AOLserver 2017-01-06 antoniop * xotcl-core/tcl/05-db-procs.tcl: Check for new require object's features explicitly by utility presence rather than oacs version. Do check only at file load time and define procs accordingly * xotcl-core/tcl/05-db-procs.tcl: new procs must be created when util object exists! 2017-01-05 antoniop * xotcl-core/tcl/05-db-procs.tcl: new require method to create sequences 2017-01-04 gustafn * richtext-ckeditor4/richtext-ckeditor4.info: * richtext-ckeditor4/tcl/richtext-procs.tcl: * richtext-ckeditor4/www/sitewide-admin/download.tcl: * richtext-ckeditor4/www/sitewide-admin/index.adp: * richtext-ckeditor4/www/sitewide-admin/index.tcl: - add downloader - make downloader available under /acs-admin/ (column site-wide admin for Richtext CKeditor4) - bump version of CKEditor to 4.6.1 - bump version to 0.9 * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/postgresql/content-create.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d25-5.9.1d26.sql: - fix bug when updateing a user portrait, which was saved as "lob" * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d22-5.9.1d23.sql: - make upgrade script more robust (when run twice) * richtext-ckeditor4/www/sitewide-admin/download.tcl: branches: 1.1.2; file download.tcl was initially added on branch oacs-5-9. * richtext-ckeditor4/www/sitewide-admin/index.adp: branches: 1.1.2; file index.adp was initially added on branch oacs-5-9. * richtext-ckeditor4/www/sitewide-admin/index.tcl: branches: 1.1.2; file index.tcl was initially added on branch oacs-5-9. * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d25-5.9.1d26.sql: branches: 1.1.2; file upgrade-5.9.1d25-5.9.1d26.sql was initially added on branch oacs-5-9. 2017-01-04 antoniop * acs-subsite/www/admin/rel-types/delete.tcl: Fix missing list command in page context * xotcl-core/tcl/05-db-procs.tcl: Make the code more robust when people still hasn't run the upgrade script but have the latest code * xotcl-core/tcl/05-db-procs.tcl: Use quoting on default value 2017-01-03 gustafn * xowiki/tcl/package-procs.tcl: - allow dots in tags 2017-01-02 antoniop * xowiki/tcl/form-field-procs.tcl: * xowiki/tcl/yui-procs.tcl: Put nonce attribute in script tags generated by tdom commands 2016-12-29 gustafn * acs-tcl/tcl/security-procs.tcl: security::validated_host_header: - check also in nssock sections for v4 and v6 - check as well virtual server configuration 2016-12-23 gustafn * xowiki/www/resources/repeat.js: - prevent double registration of events in nested repeat steups (many thanks to Thomas Renner for the patch) * xowiki/tcl/form-field-procs.tcl: - use "label" tags for denoting labels in check and radio boxes 2016-12-22 antoniop * acs-subsite/www/admin/site-map/site-map.adp: Removed javascript property from template: variable did not exists and caused an error when opening the page * xowiki/tcl/bootstrap-procs.tcl: Use now available higher level proc to create the event handler 2016-12-21 antoniop * acs-kernel/acs-kernel.info: * acs-kernel/sql/oracle/upgrade/upgrade-5.9.1d19-5.9.1d20.sql: * acs-kernel/sql/oracle/utilities-create.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d19-5.9.1d20.sql: * acs-kernel/sql/postgresql/utilities-create.sql: Added new database utility to retrieve primary keys of a table. Source for the postgres version: https://wiki.postgresql.org/wiki/Retrieve_primary_key_columns Source for the oracle version: http://stackoverflow.com/questions/4749650/function-that-woul d-return-the-data-retreived-from-a-select-query-oracle * xotcl-core/tcl/05-db-procs.tcl: Enhancement for the db abstraction interface: now the system is also able to specify and reflect in the db table column properties and constraints as unique, foreign keys (as before), not null, default value (as before) and index creation (directly as class attribute flag). Such column properties will be added to the data model also after first table creation without the need for an upgrade script. This should cover the most typical "incremental upgrade" use cases. Change in column type and dropping of tables, indexes or constraints still has to be performed manually. Also, flag for require view allows one to rebuild it automatically. * xotcl-core/xotcl-core.info: Require latest acs-kernel, as new features use freshly defined db utilities * acs-kernel/sql/oracle/upgrade/upgrade-5.9.1d19-5.9.1d20.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d19-5.9.1d20.sql: branches: 1.1.2; file upgrade-5.9.1d19-5.9.1d20.sql was initially added on branch oacs-5-9. 2016-12-20 gustafn * xowiki/tcl/form-field-procs.tcl: * xowiki/www/resources/repeat.js: - fix for complex interaction of nested repeat fields and ckeditor instances (many thanks to Thomas Renner for the help) 2016-12-20 antoniop * acs-kernel/acs-kernel.info: * acs-kernel/sql/oracle/upgrade/upgrade-5.9.1d18-5.9.1d19.sql: * acs-kernel/sql/oracle/utilities-create.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d18-5.9.1d19.sql: * acs-kernel/sql/postgresql/utilities-create.sql: Added new database functions to check for various properties and constraints in database metadata: - foreign key constraint - unique constraint - not null constraint - get column default value * xotcl-core/tcl/05-db-procs.tcl: Made all creation of fallback database utilities conditional to object existance * xotcl-core/tcl/05-db-procs.tcl: Move fallback utilities definitions after ones coming from database function, so the latter have precedence. This is needed upstream because create_all_functions here skips function creation when it already exist (motivated in comment). * acs-bootstrap-installer/installer.tcl: * acs-bootstrap-installer/installer/install.tcl: Put CSP stuff in the installer page only when required (an error is thrown and we need the back button) In such case, make the nonce attribute safer by using the proc instead of the (likely missing) variable * acs-kernel/sql/oracle/upgrade/upgrade-5.9.1d18-5.9.1d19.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d18-5.9.1d19.sql: branches: 1.1.2; file upgrade-5.9.1d18-5.9.1d19.sql was initially added on branch oacs-5-9. 2016-12-19 antoniop * xowiki/tcl/link-procs.tcl: Make timed_id just a proc variable instead of instance's 2016-12-17 gustafn * acs-mail-lite/tcl/utils-procs.tcl: - add safety-belt for subject lines: in case the string passed in for the subject line contains CRLF, the produced mail might end up destroyed. so remove crlf and add a warning, in case it happens (client bug) 2016-12-16 hectorr * fs-portlet/www/fs-portlet.adp: Fixed root_folder_id variable not being passed properly to the includelet by the fs-portlet 2016-12-15 antoniop * xowiki/tcl/link-procs.tcl: Make available a clock based id to templates, so they can use it to attach easily javascript event handlers to elements 2016-12-14 gustafn * xotcl-core/tcl/context-procs.tcl: * xotcl-request-monitor/www/long-calls.tcl: * xotcl-request-monitor/www/throttle-statistics.tcl: - don't hard-code community_member_admin_url - improve support for IPv6 2016-12-13 antoniop * fs-portlet/fs-portlet.info: * fs-portlet/sql/oracle/fs-contents-portlet-mods.sql: * fs-portlet/sql/oracle/upgrade/upgrade-2.9.0-2.9.1d1.sql: * fs-portlet/sql/postgresql/fs-contents-portlet-mods.sql: * fs-portlet/sql/postgresql/upgrade/upgrade-2.9.0-2.9.1d1.sql: Remove possible lefrover trigger and function from the old good days. New instances don't even have this, but old born instances that get updated could still have it. It is not necessary anymore and breaks current cast rules in postgres. * fs-portlet/sql/oracle/upgrade/upgrade-2.9.0-2.9.1d1.sql: * fs-portlet/sql/postgresql/upgrade/upgrade-2.9.0-2.9.1d1.sql: branches: 1.1.2; file upgrade-2.9.0-2.9.1d1.sql was initially added on branch oacs-5-9. 2016-12-12 gustafn * xowiki/tcl/repeat-procs.tcl: * xowiki/www/resources/repeat.js: - add repeat fields dynamically via js if needed. This can improves load times for long complex nested repeat structure significantly 2016-12-12 antoniop * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.adp: Fix extra "at" chars * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.tcl: Handlers were already in the adp * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.adp: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.tcl: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.adp: * xowiki/www/xinha/attach-file.adp: * xowiki/www/xinha/file-selector.adp: * xowiki/www/xinha/insert-ilink.adp: * xowiki/www/xinha/insert-image.adp: * xowiki/www/xinha/insert-wlink.adp: Introduce nonce attribute in script tags to comply with csp * xowiki/tcl/xowiki-procs.tcl: Set required hkey variable 2016-12-10 gustafn * acs-core-docs/www/files/openacs-start.adp: * acs-core-docs/www/files/openacs-start.html: - fix non-existing link 2016-12-09 gustafn * acs-subsite/tcl/email-image-procs-postgresql.xql: * acs-subsite/tcl/email-image-procs.tcl: * acs-subsite/tcl/email-image-procs.xql: - added missing query email_image::new_item.lob_size - replaced local query by API call "content::item::set_live_revision -revision_id $revision_id" * xowiki/tcl/xowiki-procs.tcl: - clean dirty editor buffer * xowiki/www/admin/list.tcl: - make admin/list more robust * xowiki/tcl/xowiki-procs.tcl: - reduce number of update statements to keep #dead tuples low * acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml: * acs-datetime/catalog/acs-datetime.de_DE.ISO-8859-1.xml: * acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: * attachments/catalog/attachments.de_DE.ISO-8859-1.xml: * categories/catalog/categories.de_DE.ISO-8859-1.xml: * file-storage/catalog/file-storage.de_DE.ISO-8859-1.xml: * file-storage/catalog/file-storage.en_US.ISO-8859-1.xml: * forums/catalog/forums.de_DE.ISO-8859-1.xml: * notifications/catalog/notifications.de_DE.ISO-8859-1.xml: * search/catalog/search.de_DE.ISO-8859-1.xml: * xowiki/catalog/xowiki.de_DE.ISO-8859-1.xml: - standardize entries in de_DE: rule of thumb: when en_US entry does not end with colon, then the german entry should not do so either. This way, we avoid .adp pages with double colons. 2016-12-07 antoniop * acs-templating/tcl/head-procs.tcl: Allow to identify and set handlers also on form fields by form id and field name (confirm and generic ones). This could be desirable in pages with multiple ad_forms having fields with the same name (and thus no unique id), or other hand made forms not having id field at all. 2016-12-06 gustafn * xowiki/www/resources/repeat.js: - deactivate IPAD HACK since it leads to a type error * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/postgresql/content-revision.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d24-5.9.1d25.sql: - fix cr_revision_latest_tr once more to reduce the number of dead tuples generated for xo* classes - bump version number to 5.9.1d25 * xowiki/tcl/repeat-procs.tcl: - provide data-repeat attribute to the repeat container - make status informatin about the container or the element being prototype explicit for generating controls or not * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d24-5.9.1d25.sql: branches: 1.1.2; file upgrade-5.9.1d24-5.9.1d25.sql was initially added on branch oacs-5-9. 2016-12-06 antoniop * acs-content-repository/tcl/revision-procs.tcl: Trust the users's mime_type when acceptable, or content names that are not filenames won't have a mime_type 2016-12-05 michaela * acs-automated-testing/www/admin/testcase.adp: * acs-automated-testing/www/admin/testcase.tcl: Dont lose return url when rerunning a testcase. 2016-12-04 gustafn * xotcl-core/tcl/06-param-procs.tcl: - fix behavior, when no default is provided * acs-core-docs/www/oracle.adp: * acs-core-docs/www/oracle.html: * acs-core-docs/www/xml/install-guide/oracle.xml: - fix broken link 2016-12-02 michaela * acs-automated-testing/www/admin/index.adp: * acs-automated-testing/www/admin/index.tcl: * acs-automated-testing/www/admin/testcase.tcl: -provide/use return_url for back button to testcase list (preserve all settings like chosen category, etc) -don't treat no data as failed -prettify table * acs-automated-testing/www/admin/testcase.adp: Colorize pass/fail in test log as well... 2016-12-02 antoniop * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.adp: Removed commented markup * acs-bootstrap-installer/installer/install.tcl: Removed inline event handlers to comply with CSP * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.adp: Removed inline js handlers to comply with CSP * acs-templating/www/doc/TclDocs/content.adp: * acs-templating/www/doc/TclDocs/content.html: * acs-templating/www/doc/TclDocs/form.adp: * acs-templating/www/doc/TclDocs/form.html: Removed obsolete documentation about api not existing anymore * acs-templating/www/doc/tagref/formgroup.html: Update docs * acs-templating/www/doc/tagref/formtemplate.html: * acs-templating/www/doc/tagref/formwidget.html: Update docs to encourage CSP best practice 2016-12-01 gustafn * acs-tcl/tcl/security-procs.tcl: - perform nonce-computation independent of user_id computation * acs-tcl/tcl/security-procs.tcl: - provide initial value for untrusted user_id * acs-tcl/tcl/request-processor-procs.tcl: * acs-tcl/tcl/security-procs.tcl: - put resetting of untrusted user_id to the right place * acs-tcl/tcl/security-procs.tcl: - setting nonce always (also for non-authenticated requests) 2016-12-01 antoniop * acs-templating/www/doc/tagref/index.adp: Acknowledge the original maintainer, but remove link to nonexistant domain * acs-templating/www/doc/tagref/formerror.adp: * acs-templating/www/doc/tagref/grid.adp: * acs-templating/www/doc/tagref/group.adp: * acs-templating/www/doc/tagref/if.adp: * acs-templating/www/doc/tagref/list.adp: * acs-templating/www/doc/tagref/listtemplate.adp: * acs-templating/www/doc/tagref/master.adp: * acs-templating/www/doc/tagref/multiple.adp: * acs-templating/www/doc/tagref/noparse.adp: * acs-templating/www/doc/tagref/property.adp: * acs-templating/www/doc/tagref/slave.adp: * acs-templating/www/doc/tagref/switch.adp: * acs-templating/www/doc/tagref/variable.adp: Comment link to inactive email * acs-tcl/tcl/navigation-procs.tcl: Commented out obsolete and broken proc * xotcl-core/tcl/05-db-procs.tcl: Fallback to datatype mapping based on acs_datatypes when no direct mapping is available * calendar/www/cal-item-new.tcl: Fix event name * forums/www/messages-get.tcl: Fix event name in handler * acs-templating/www/doc/api/database.adp: * acs-templating/www/doc/api/database.html: * acs-templating/www/doc/api/element.adp: * acs-templating/www/doc/api/element.html: * acs-templating/www/doc/api/form.adp: * acs-templating/www/doc/api/form.html: * acs-templating/www/doc/api/multirow.adp: * acs-templating/www/doc/api/multirow.html: * acs-templating/www/doc/api/request.adp: * acs-templating/www/doc/api/request.html: * acs-templating/www/doc/appendices/memory.adp: * acs-templating/www/doc/appendices/memory.html: * acs-templating/www/doc/demo/index.adp: * acs-templating/www/doc/demo/index.html: * acs-templating/www/doc/gen/proc-doc.adp: * acs-templating/www/doc/gen/proc-doc.html: * acs-templating/www/doc/guide/components.adp: * acs-templating/www/doc/guide/components.html: * acs-templating/www/doc/guide/composite.adp: * acs-templating/www/doc/guide/composite.html: * acs-templating/www/doc/guide/data.adp: * acs-templating/www/doc/guide/data.html: * acs-templating/www/doc/guide/document.adp: * acs-templating/www/doc/guide/document.html: * acs-templating/www/doc/guide/form-datatypes.adp: * acs-templating/www/doc/guide/form-datatypes.html: * acs-templating/www/doc/guide/form-process.adp: * acs-templating/www/doc/guide/form-process.html: * acs-templating/www/doc/guide/form-templates.adp: * acs-templating/www/doc/guide/form-templates.html: * acs-templating/www/doc/guide/forms.adp: * acs-templating/www/doc/guide/forms.html: * acs-templating/www/doc/guide/master.adp: * acs-templating/www/doc/guide/master.html: * acs-templating/www/doc/guide/search.adp: * acs-templating/www/doc/guide/search.html: * acs-templating/www/doc/guide/skins.adp: * acs-templating/www/doc/guide/skins.html: * acs-templating/www/doc/guide/tcl.adp: * acs-templating/www/doc/guide/tcl.html: * acs-templating/www/doc/guide/templates.adp: * acs-templating/www/doc/guide/templates.html: * acs-templating/www/doc/guide/wizards.adp: * acs-templating/www/doc/guide/wizards.html: * acs-templating/www/doc/install.adp: * acs-templating/www/doc/install.html: * acs-templating/www/doc/introduction.adp: * acs-templating/www/doc/introduction.html: * acs-templating/www/doc/tagref/formerror.html: * acs-templating/www/doc/tagref/formgroup.html: * acs-templating/www/doc/tagref/formtemplate.html: * acs-templating/www/doc/tagref/formwidget.html: * acs-templating/www/doc/tagref/grid.html: * acs-templating/www/doc/tagref/group.html: * acs-templating/www/doc/tagref/if.html: * acs-templating/www/doc/tagref/list.html: * acs-templating/www/doc/tagref/listtemplate.html: * acs-templating/www/doc/tagref/master.html: * acs-templating/www/doc/tagref/multiple.html: * acs-templating/www/doc/tagref/noparse.html: * acs-templating/www/doc/tagref/property.html: * acs-templating/www/doc/tagref/slave.html: * acs-templating/www/doc/tagref/switch.html: * acs-templating/www/doc/tagref/variable.html: * acs-templating/www/doc/widgets/date.adp: * acs-templating/www/doc/widgets/date.html: * acs-templating/www/doc/widgets/index.adp: * acs-templating/www/doc/widgets/index.html: * acs-templating/www/doc/widgets/input.adp: * acs-templating/www/doc/widgets/input.html: * acs-templating/www/doc/widgets/select.adp: * acs-templating/www/doc/widgets/select.html: * acs-templating/www/doc/widgets/table.adp: * acs-templating/www/doc/widgets/table.html: Remove reference to inactive email address * evaluation/www/admin/evaluations/evaluate-students.adp: * evaluation/www/admin/evaluations/evaluate-students.tcl: Removed inline js handlers to comply with CSP Removed deprecated html attributes bgcolor and align Fixed markup * evaluation/www/admin/evaluations/grades-sheet-parse.adp: * evaluation/www/admin/evaluations/grades-sheet-parse.tcl: Removed inline js handlers to comply with CSP Removed deprecated html attributes bgcolor and align Removed exec mv and used file rename instead Fixed markup * acs-templating/www/doc/index.adp: * acs-templating/www/doc/index.html: Removed link to obsolete documentation, removed mailto link to inactive mail * xowiki/www/xinha/insert-file.adp: * xowiki/www/xinha/insert-file.tcl: Removed redundant files: they are duplicated in attach-file.adp and attach-file.tcl in the same folder, actually used by the OacsAttach plugin and revised for CSP already. * chat/tcl/chat-ajax-procs.tcl: Replace inline js event when sending the message to comply with CSP * acs-templating/tcl/form-procs.tcl: Update documentation so best practice is suggested * acs-templating/www/doc/tagref/formtemplate.adp: * acs-templating/www/doc/tagref/formwidget.adp: Update documentation to encourage CSP best practice Commented obsolete email contact * acs-templating/www/doc/tagref/formgroup.adp: Update documentation to encourage CSP best practice Commented obsolete email contact 2016-11-30 gustafn * acs-core-docs/lib/navfooter.adp: * acs-core-docs/lib/navheader.adp: * acs-core-docs/www/acs-core-docs.adp: * acs-core-docs/www/aolserver.adp: * acs-core-docs/www/aolserver4.adp: * acs-core-docs/www/automated-testing-best-practices.adp: * acs-core-docs/www/backup-recovery.adp: * acs-core-docs/www/bootstrap-acs.adp: * acs-core-docs/www/credits.adp: * acs-core-docs/www/cvs-guidelines.adp: * acs-core-docs/www/db-api-detailed.adp: * acs-core-docs/www/db-api.adp: * acs-core-docs/www/eng-standards-constraint-naming.adp: * acs-core-docs/www/eng-standards-filenaming.adp: * acs-core-docs/www/eng-standards-plsql.adp: * acs-core-docs/www/eng-standards-versioning.adp: * acs-core-docs/www/filename.adp: * acs-core-docs/www/form-builder.adp: * acs-core-docs/www/individual-programs.adp: * acs-core-docs/www/install-next-nightly-vacuum.adp: * acs-core-docs/www/install-steps.adp: * acs-core-docs/www/mac-installation.adp: * acs-core-docs/www/maintenance-deploy.adp: * acs-core-docs/www/object-identity.adp: * acs-core-docs/www/objects.adp: * acs-core-docs/www/openacs.adp: * acs-core-docs/www/oracle.adp: * acs-core-docs/www/packages.adp: * acs-core-docs/www/parties.adp: * acs-core-docs/www/permissions.adp: * acs-core-docs/www/programming-with-aolserver.adp: * acs-core-docs/www/psgml-mode.adp: * acs-core-docs/www/release-notes.adp: * acs-core-docs/www/releasing-openacs-core.adp: * acs-core-docs/www/request-processor.adp: * acs-core-docs/www/requirements-template.adp: * acs-core-docs/www/security-notes.adp: * acs-core-docs/www/style-guide.adp: * acs-core-docs/www/subsites.adp: * acs-core-docs/www/tcl-doc.adp: * acs-core-docs/www/templates.adp: * acs-core-docs/www/tutorial-database.adp: * acs-core-docs/www/tutorial-etp-templates.adp: * acs-core-docs/www/tutorial-pages.adp: * acs-core-docs/www/unix-installation.adp: * acs-core-docs/www/variables.adp: - fixed some prev/next links - made don't provide empty links in navigation arrows * xotcl-request-monitor/tcl/throttle_mod-procs.tcl: * xotcl-request-monitor/www/last100.tcl: * xotcl-request-monitor/www/long-calls.adp: * xotcl-request-monitor/www/long-calls.tcl: * xotcl-request-monitor/www/throttle-statistics.adp: * xotcl-request-monitor/www/throttle-statistics.tcl: - improve breadcrums - prettify long-calls page 2016-11-30 antoniop * chat/lib/transcripts.tcl: Creating a transcript is an administrative action, regular users can already see every transcript created, including the current conversation. Therefore, disable create transcript button for people without privilege. (Privilege would be enforced anyway afterwards) * acs-admin/www/apm/package-add.tcl: Fix class instead of id so events can fire * xowiki/tcl/chat-procs.tcl: Remove inline event handlers to comply with CSP * xowiki/www/ckeditor-images/thumb-view.adp: * xowiki/www/ckeditor-images/thumb-view.tcl: Remove inline js handlers to comply with CSP * xowiki/www/xinha/insert-image.adp: Removed commented markup 2016-11-29 gustafn * xowiki/tcl/notification-procs.tcl: - improve comments * xowiki/tcl/xowiki-procs.tcl: - remove commented out lines * xotcl-core/tcl/cr-procs.tcl: - use "-is_latest true" also for save_new 2016-11-29 antoniop * categories/www/cadmin/tree-delete.tcl: Fix wrong localization key 2016-11-28 gustafn * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d22-5.9.1d23.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d23-5.9.1d24.sql: * acs-content-repository/tcl/revision-procs-postgresql.xql: - avoid call of deprecated sql variant with 12 args via API (many thnaks to Guenter Ernst) - handling of NULL values in cr_revision_latest_tr (many thanks to Guenter Ernst) - bump version to 5.9.1d24 * xotcl-request-monitor/tcl/throttle_mod-procs.tcl: * xotcl-request-monitor/www/index.adp: * xotcl-request-monitor/www/long-calls.adp: * xotcl-request-monitor/xotcl-request-monitor.info: - provide partial times to statistics (if available) - add long-calls to navigation structure - bump version number to 0.48 * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d23-5.9.1d24.sql: branches: 1.1.2; file upgrade-5.9.1d23-5.9.1d24.sql was initially added on branch oacs-5-9. 2016-11-28 antoniop * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.tcl: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.adp: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.tcl: Align popups into richtext-xinha package to the one currently used into xowiki, as they will be the proper replacement in the future * xowiki/www/xinha/file-selector.adp: Changed reference to the "up" icon so it is found. TODO The best would have been the one from richtext-xinha package, but is not reachable because it cannot be mounted. * xowiki/www/xinha/file-selector.adp: Put up.gif from richtext-xinha package * xowiki/www/xinha/attach-file.tcl: Remove handler which function was nowhere in the original javascript * richtext-xinha/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js: * xowiki/www/xinha/attach-file.adp: * xowiki/www/xinha/attach-file.tcl: Removed inline js events into explicit handlers. Test and revamp of plugin to functional state. * xowiki/www/xinha/insert-ilink.adp: * xowiki/www/xinha/insert-ilink.tcl: Removed inline js handlers in favor of explicit ones to comply with CSP * xowiki/www/xinha/insert-image.adp: * xowiki/www/xinha/insert-image.tcl: Removed inline js handlers, replaced with explicit ones * xowiki/www/xinha/insert-wlink.adp: * xowiki/www/xinha/insert-wlink.tcl: Removed inline js in favor of explicit ones to comply with CSP * xowiki/www/xinha/file-selector.adp: Removed redundand body and html tags (they come already from master template) * chat/tcl/chat-procs.tcl: Uniform cache for chat room infos to the established nomenclature. Increase size so that 1000 maximum entries would fit in the cache. 2016-11-27 gustafn * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/postgresql/content-item.sql: * acs-content-repository/sql/postgresql/content-revision.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d22-5.9.1d23.sql: Reduced generation of dead tuples in postgres. Background: In the old version, the fields latest and live revisions were updated always via two separate dmlDML statements. Every update causes in PostgreSQL (tested to pg 9.6) one more dead tuple, such that on busy systems, we see 30k + dead tuples per hour. These dead tuples in turn cause more auto vacuum operations and can lead to abandoned query plans. This change can reduce the number of dead tuples on cr_items into half, by allowing both fields to be set in one operation (namely content_item__set_live_revision). This function has an optional 4th argument that can cause this optimization. For legacy applications, nothing changes. Btw: since all commonly used applications use the live revision, the fallback of the latest_revision is unused. One can consider to remove the cr_revision_latest_tr, at least on on certain installations. bump revision to 5.1.9d23 * xotcl-core/tcl/cr-procs.tcl: * xotcl-core/xotcl-core.info: - set live and latest revision on one sweep (use is_latests setting when setting live_revision) * acs-admin/www/monitor.tcl: * acs-lang/tcl/lang-catalog-procs.tcl: * acs-subsite/tcl/attribute-procs.tcl: * acs-subsite/tcl/group-type-procs.tcl: * acs-subsite/www/pvt/set-on-vacation-until.tcl: * acs-tcl/tcl/stack-trace-procs.tcl: * acs-tcl/tcl/tcl-documentation-procs.tcl: * acs-templating/tcl/currency-procs.tcl: * acs-templating/tcl/parse-procs.tcl: * acs-templating/tcl/tag-procs.tcl: * acs-templating/tcl/util-procs.tcl: * acs-templating/tcl/wizard-procs.tcl: * categories/tcl/category-xml-procs.tcl: * file-storage/www/file-add.tcl: * news/www/admin/revision-add-3.tcl: * rss-support/www/delete.tcl: Some more Tcl cleanup - use curly brackes to enable byte code compilation - don't use "[expr ...]" when not needed - prefer "incr i -1" over "set i [expr {$i - 1}] " * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d22-5.9.1d23.sql: branches: 1.1.2; file upgrade-5.9.1d22-5.9.1d23.sql was initially added on branch oacs-5-9. 2016-11-26 gustafn * acs-lang/sql/postgresql/ad-locales.sql: * acs-lang/sql/postgresql/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: - make upgrade script more robust 2016-11-25 gustafn * acs-tcl/tcl/text-html-procs.tcl: - add a function ad_html_qualify_links to make e.g. relative URL handing in notifications easier * notifications/tcl/notification-email-procs.tcl: - fix code for making urls absolute. regexps like [^(http|https|mailto:)] don't work, as the author expected. * acs-tcl/acs-tcl.info: * acs-tcl/tcl/text-html-procs.tcl: - imporve ad_html_qualify_links in various ways (better argument name, better comments, removed superflous slashes, ... * notifications/notifications.info: * notifications/tcl/notification-email-procs.tcl: - replace regular expression by ad_html_qualify_links - bum version number to 5.9.1d2 * xowiki/tcl/notification-procs.tcl: * xowiki/xowiki.info: - turn relative links during notifications into absolute links * notifications/tcl/notification-email-procs.tcl: - use the right variable name 2016-11-25 antoniop * acs-lang/acs-lang.info: * acs-lang/sql/postgresql/ad-locales.sql: * acs-lang/sql/postgresql/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: Add index on ad_locale_user_prefs for foreign key user_id * acs-lang/sql/postgresql/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: branches: 1.1.2; file upgrade-5.9.1d1-5.9.1d2.sql was initially added on branch oacs-5-9. 2016-11-24 gustafn * xowiki/tcl/repeat-procs.tcl: * xowiki/tcl/xowiki-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: - add debugging aids in case creation of nested formfields fails * xowiki/tcl/xowiki-procs.tcl: - add repeat container to debugging output * xowiki/tcl/repeat-procs.tcl: * xowiki/tcl/xowiki-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: - detect when repeat fields are used in input mode: as long we have no js-support, max repeat count form fields have to be created in advance - avoid duplicate generations for form fields in some cases * xowiki/tcl/form-field-procs.tcl: - move CSP generation to rendering section * xowiki/tcl/repeat-procs.tcl: - remove commented out "if disabled" code; otherwise, the controls are also shown when viewing the items * xowiki/tcl/repeat-procs.tcl: * xowiki/tcl/xowiki-procs.tcl: - use :form_field_index for adding names recursively to the index - provide more detailed debugging info 2016-11-24 antoniop * xotcl-core/tcl/chat-procs.tcl: Allow messages starting with a dash * xotcl-core/tcl/chat-procs.tcl: Avoid logging every message sent to reduce IO * chat/tcl/chat-procs.tcl: Fix typo * acs-lang/www/admin/lookup.tcl: Handle in a human way when lookup of a key fails (but keep reporting in the logs) * chat/www/ajax/chat.js: Removed unnecessary decoding of received messages, fixed encoding of sent messages so special characters are properly urlencoded. 2016-11-23 gustafn * xowiki/tcl/form-field-procs.tcl: * xowiki/tcl/repeat-procs.tcl: * xowiki/tcl/xowiki-procs.tcl: - add functionality to dynamically add components for repeated form fields (no preallocation needed). This is per default deactivated, .js support for "adding more" is missing. * xowiki/tcl/xowiki-procs.tcl: - allow the repeat fields to be sent in arbitrary order from the browser * xowiki/tcl/xowiki-procs.tcl: - extend dynamic repeat field creating for nested cases 2016-11-23 antoniop * chat/catalog/chat.en_US.ISO-8859-1.xml: Added catalog file of new message keys * chat/chat.info: Added info file incrementing the version * chat/chat.info: * chat/sql/postgresql/chat-create.sql: * chat/sql/postgresql/chat-drop.sql: * chat/sql/postgresql/upgrade/upgrade-5.0d12-5.0d13.sql: * chat/tcl/chat-ajax-procs.tcl: * chat/tcl/chat-procs-postgresql.xql: * chat/tcl/chat-procs.tcl: * chat/tcl/chat-procs.xql: * chat/www/room-edit.tcl: * chat/www/room.adp: * chat/www/room.tcl: * chat/www/transcript-delete.adp: * chat/www/transcript-delete.tcl: Allow user to specify how far in the past people connecting to the chat will see. This is important on Learn@WU because people joining the chat room later want to see the full conversation and before this was not settable from the UI. (Now defaults to 4 hours) Useful also when somebody accidentally refreshes the chat after the timewindow has passed. Took this chance to ease a bit every future development: removed stored procedures slowing greatly any change on the data model in favor of plain sql statements. Incremented usage of cache. Removed duplicated database operation when managing transcripts. Fixed transcript name not being shown when deleting. * chat/tcl/chat-ajax-procs.tcl: * chat/www/room.tcl: Commit some leftover change, apply some review suggestions * chat/sql/postgresql/upgrade/upgrade-5.0d12-5.0d13.sql: branches: 1.1.2; file upgrade-5.0d12-5.0d13.sql was initially added on branch oacs-5-9. 2016-11-22 gustafn * acs-api-browser/www/proc-search.tcl: - add csrf token to exported list on "show deprecated" link * acs-tcl/tcl/security-procs.tcl: - fix handling of csrf token * acs-api-browser/www/proc-search.tcl: - move global declaration up the file * acs-tcl/tcl/security-procs.tcl: - use variable names consistently 2016-11-22 antoniop * chat/catalog/chat.en_US.ISO-8859-1.xml: * chat/sql/postgresql/chat-create.sql: * chat/sql/postgresql/upgrade/upgrade-5.0d11-5.0d12.sql: * chat/tcl/chat-ajax-procs.tcl: * chat/tcl/chat-procs-postgresql.xql: * chat/tcl/chat-procs.tcl: * chat/www/ajax/chat.js: * chat/www/ajax/chat.tcl: * chat/www/chat.tcl: * chat/www/room-postgresql.xql: * chat/www/room.tcl: * xotcl-core/tcl/chat-procs.tcl: Chats won't throw an error anymore when people keep looking to a room that has been closed. Instead, user will be informed that the room is unavailable. Added missing locale key source of errors in the log. Fixed wrong stored procedure, stating different arguments than in actual usage. Cleaned up weird idioms in xql files and chat api, moved many db operations into tcl api. Exploited cache (ns_cache) to retrieve quickly chat room information. Improved code quality a bit. Ported upstream some local modification, like prettifying of flags in chat room management and fix of double quoting in chat's javascript. * chat/www/ajax/chat.js: Refined error reporting: by returning a page containing the prefix "chat-errmsg: " one can decide what to show in case of error, otherwise we stick to the old behaviour (predefined message). * chat/sql/postgresql/upgrade/upgrade-5.0d11-5.0d12.sql: branches: 1.1.2; file upgrade-5.0d11-5.0d12.sql was initially added on branch oacs-5-9. 2016-11-21 gustafn * xotcl-request-monitor/tcl/throttle_mod-procs.tcl: - add ability to distinguish by HTTP-method in add_url_stat (can be used for dynamic connection pool management) - use more XOTcl 2.* features: use variable resolver on many places (potentially 4 times or more faster) * acs-templating/www/doc/no-quote-upgrade.adp: * acs-templating/www/doc/no-quote-upgrade.html: * acs-templating/www/doc/tagref/index.adp: - fix dead link 2016-11-21 antoniop * xotcl-request-monitor/tcl/throttle_mod-procs.tcl: Fix typo * acs-tcl/tcl/apm-file-procs.tcl: Increase timeout to 5 minutes for util::http and pure ns_http implementations (required on slow connections) 2016-11-19 gustafn * acs-core-docs/www/acs-admin.adp: * acs-core-docs/www/acs-admin.html: * acs-core-docs/www/acs-package-dev.adp: * acs-core-docs/www/acs-package-dev.html: * acs-core-docs/www/acs-plat-dev.adp: * acs-core-docs/www/acs-plat-dev.html: * acs-core-docs/www/analog-install.adp: * acs-core-docs/www/analog-install.html: * acs-core-docs/www/analog-setup.adp: * acs-core-docs/www/analog-setup.html: * acs-core-docs/www/aolserver.adp: * acs-core-docs/www/aolserver.html: * acs-core-docs/www/aolserver4.adp: * acs-core-docs/www/aolserver4.html: * acs-core-docs/www/apm-design.adp: * acs-core-docs/www/apm-design.html: * acs-core-docs/www/apm-requirements.adp: * acs-core-docs/www/apm-requirements.html: * acs-core-docs/www/automated-backup.adp: * acs-core-docs/www/automated-backup.html: * acs-core-docs/www/automated-testing-best-practices.adp: * acs-core-docs/www/automated-testing-best-practices.html: * acs-core-docs/www/backup-recovery.adp: * acs-core-docs/www/backup-recovery.html: * acs-core-docs/www/backups-with-cvs.adp: * acs-core-docs/www/backups-with-cvs.html: * acs-core-docs/www/bootstrap-acs.adp: * acs-core-docs/www/bootstrap-acs.html: * acs-core-docs/www/complete-install.adp: * acs-core-docs/www/complete-install.html: * acs-core-docs/www/configuring-configuring-packages.adp: * acs-core-docs/www/configuring-configuring-packages.html: * acs-core-docs/www/configuring-configuring-permissions.adp: * acs-core-docs/www/configuring-configuring-permissions.html: * acs-core-docs/www/configuring-install-packages.adp: * acs-core-docs/www/configuring-install-packages.html: * acs-core-docs/www/configuring-mounting-packages.adp: * acs-core-docs/www/configuring-mounting-packages.html: * acs-core-docs/www/configuring-new-site.adp: * acs-core-docs/www/configuring-new-site.html: * acs-core-docs/www/credits.adp: * acs-core-docs/www/credits.html: * acs-core-docs/www/cvs-guidelines.adp: * acs-core-docs/www/cvs-guidelines.html: * acs-core-docs/www/cvs-tips.adp: * acs-core-docs/www/cvs-tips.html: * acs-core-docs/www/database-management.adp: * acs-core-docs/www/database-management.html: * acs-core-docs/www/db-api-detailed.adp: * acs-core-docs/www/db-api-detailed.html: * acs-core-docs/www/db-api.adp: * acs-core-docs/www/db-api.html: * acs-core-docs/www/dev-guide.adp: * acs-core-docs/www/dev-guide.html: * acs-core-docs/www/doc-standards.adp: * acs-core-docs/www/doc-standards.html: * acs-core-docs/www/docbook-primer.adp: * acs-core-docs/www/docbook-primer.html: * acs-core-docs/www/eng-standards-constraint-naming.adp: * acs-core-docs/www/eng-standards-constraint-naming.html: * acs-core-docs/www/eng-standards-filenaming.adp: * acs-core-docs/www/eng-standards-filenaming.html: * acs-core-docs/www/eng-standards-plsql.adp: * acs-core-docs/www/eng-standards-plsql.html: * acs-core-docs/www/eng-standards-versioning.adp: * acs-core-docs/www/eng-standards-versioning.html: * acs-core-docs/www/eng-standards.adp: * acs-core-docs/www/eng-standards.html: * acs-core-docs/www/ext-auth-requirements.adp: * acs-core-docs/www/ext-auth-requirements.html: * acs-core-docs/www/filename.adp: * acs-core-docs/www/filename.html: * acs-core-docs/www/files/acs-start.adp: * acs-core-docs/www/files/dotlrn-style-2.adp: * acs-core-docs/www/files/openacs-start.adp: * acs-core-docs/www/for-everyone.adp: * acs-core-docs/www/for-everyone.html: * acs-core-docs/www/form-builder.adp: * acs-core-docs/www/form-builder.html: * acs-core-docs/www/general-documents.adp: * acs-core-docs/www/general-documents.html: * acs-core-docs/www/groups-design.adp: * acs-core-docs/www/groups-design.html: * acs-core-docs/www/groups-requirements.adp: * acs-core-docs/www/groups-requirements.html: * acs-core-docs/www/high-avail.adp: * acs-core-docs/www/high-avail.html: * acs-core-docs/www/how-do-I.adp: * acs-core-docs/www/how-do-I.html: * acs-core-docs/www/i18n-convert.adp: * acs-core-docs/www/i18n-convert.html: * acs-core-docs/www/i18n-design.adp: * acs-core-docs/www/i18n-design.html: * acs-core-docs/www/i18n-introduction.adp: * acs-core-docs/www/i18n-introduction.html: * acs-core-docs/www/i18n-overview.adp: * acs-core-docs/www/i18n-overview.html: * acs-core-docs/www/i18n-requirements.adp: * acs-core-docs/www/i18n-requirements.html: * acs-core-docs/www/i18n-translators.adp: * acs-core-docs/www/i18n-translators.html: * acs-core-docs/www/i18n.adp: * acs-core-docs/www/i18n.html: * acs-core-docs/www/index.adp: * acs-core-docs/www/index.html: * acs-core-docs/www/individual-programs.adp: * acs-core-docs/www/individual-programs.html: * acs-core-docs/www/install-cvs.adp: * acs-core-docs/www/install-cvs.html: * acs-core-docs/www/install-daemontools.adp: * acs-core-docs/www/install-daemontools.html: * acs-core-docs/www/install-full-text-search-openfts.adp: * acs-core-docs/www/install-full-text-search-openfts.html: * acs-core-docs/www/install-full-text-search-tsearch2.adp: * acs-core-docs/www/install-full-text-search-tsearch2.html: * acs-core-docs/www/install-ldap-radius.adp: * acs-core-docs/www/install-ldap-radius.html: * acs-core-docs/www/install-more-software.adp: * acs-core-docs/www/install-more-software.html: * acs-core-docs/www/install-next-add-server.adp: * acs-core-docs/www/install-next-add-server.html: * acs-core-docs/www/install-next-backups.adp: * acs-core-docs/www/install-next-backups.html: * acs-core-docs/www/install-next-nightly-vacuum.adp: * acs-core-docs/www/install-next-nightly-vacuum.html: * acs-core-docs/www/install-nsopenssl.adp: * acs-core-docs/www/install-nsopenssl.html: * acs-core-docs/www/install-nspam.adp: * acs-core-docs/www/install-nspam.html: * acs-core-docs/www/install-openacs-delete-tablespace.adp: * acs-core-docs/www/install-openacs-delete-tablespace.html: * acs-core-docs/www/install-openacs-inittab.adp: * acs-core-docs/www/install-openacs-inittab.html: * acs-core-docs/www/install-openacs-keepalive.adp: * acs-core-docs/www/install-openacs-keepalive.html: * acs-core-docs/www/install-origins.adp: * acs-core-docs/www/install-origins.html: * acs-core-docs/www/install-overview.adp: * acs-core-docs/www/install-overview.html: * acs-core-docs/www/install-pam-radius.adp: * acs-core-docs/www/install-pam-radius.html: * acs-core-docs/www/install-php.adp: * acs-core-docs/www/install-php.html: * acs-core-docs/www/install-qmail.adp: * acs-core-docs/www/install-qmail.html: * acs-core-docs/www/install-redhat.adp: * acs-core-docs/www/install-redhat.html: * acs-core-docs/www/install-resources.adp: * acs-core-docs/www/install-resources.html: * acs-core-docs/www/install-squirrelmail.adp: * acs-core-docs/www/install-squirrelmail.html: * acs-core-docs/www/install-ssl.adp: * acs-core-docs/www/install-ssl.html: * acs-core-docs/www/install-steps.adp: * acs-core-docs/www/install-steps.html: * acs-core-docs/www/install-tclwebtest.adp: * acs-core-docs/www/install-tclwebtest.html: * acs-core-docs/www/ix01.adp: * acs-core-docs/www/ix01.html: * acs-core-docs/www/kernel-doc.adp: * acs-core-docs/www/kernel-doc.html: * acs-core-docs/www/kernel-overview.adp: * acs-core-docs/www/kernel-overview.html: * acs-core-docs/www/mac-installation.adp: * acs-core-docs/www/mac-installation.html: * acs-core-docs/www/maint-performance.adp: * acs-core-docs/www/maint-performance.html: * acs-core-docs/www/maintenance-deploy.adp: * acs-core-docs/www/maintenance-deploy.html: * acs-core-docs/www/maintenance-web.adp: * acs-core-docs/www/maintenance-web.html: * acs-core-docs/www/nxml-mode.adp: * acs-core-docs/www/nxml-mode.html: * acs-core-docs/www/object-identity.adp: * acs-core-docs/www/object-identity.html: * acs-core-docs/www/object-system-design.adp: * acs-core-docs/www/object-system-design.html: * acs-core-docs/www/object-system-requirements.adp: * acs-core-docs/www/object-system-requirements.html: * acs-core-docs/www/objects.adp: * acs-core-docs/www/objects.html: * acs-core-docs/www/openacs-overview.adp: * acs-core-docs/www/openacs-overview.html: * acs-core-docs/www/openacs-unpack.adp: * acs-core-docs/www/openacs-unpack.html: * acs-core-docs/www/openacs.adp: * acs-core-docs/www/openacs.html: * acs-core-docs/www/oracle.adp: * acs-core-docs/www/oracle.html: * acs-core-docs/www/os-install.adp: * acs-core-docs/www/os-install.html: * acs-core-docs/www/os-security.adp: * acs-core-docs/www/os-security.html: * acs-core-docs/www/packages.adp: * acs-core-docs/www/packages.html: * acs-core-docs/www/parties.adp: * acs-core-docs/www/parties.html: * acs-core-docs/www/permissions-design.adp: * acs-core-docs/www/permissions-design.html: * acs-core-docs/www/permissions-requirements.adp: * acs-core-docs/www/permissions-requirements.html: * acs-core-docs/www/permissions-tediously-explained.adp: * acs-core-docs/www/permissions-tediously-explained.html: * acs-core-docs/www/permissions.adp: * acs-core-docs/www/permissions.html: * acs-core-docs/www/postgres.adp: * acs-core-docs/www/postgres.html: * acs-core-docs/www/profile-code.adp: * acs-core-docs/www/profile-code.html: * acs-core-docs/www/programming-with-aolserver.adp: * acs-core-docs/www/programming-with-aolserver.html: * acs-core-docs/www/psgml-for-emacs.adp: * acs-core-docs/www/psgml-for-emacs.html: * acs-core-docs/www/psgml-mode.adp: * acs-core-docs/www/psgml-mode.html: * acs-core-docs/www/release-notes.adp: * acs-core-docs/www/release-notes.html: * acs-core-docs/www/releasing-openacs-core.adp: * acs-core-docs/www/releasing-openacs-core.html: * acs-core-docs/www/releasing-openacs.adp: * acs-core-docs/www/releasing-openacs.html: * acs-core-docs/www/releasing-package.adp: * acs-core-docs/www/releasing-package.html: * acs-core-docs/www/remote-postgres.adp: * acs-core-docs/www/remote-postgres.html: * acs-core-docs/www/request-processor.adp: * acs-core-docs/www/request-processor.html: * acs-core-docs/www/requirements-template.adp: * acs-core-docs/www/requirements-template.html: * acs-core-docs/www/rp-design.adp: * acs-core-docs/www/rp-design.html: * acs-core-docs/www/rp-requirements.adp: * acs-core-docs/www/rp-requirements.html: * acs-core-docs/www/security-design.adp: * acs-core-docs/www/security-design.html: * acs-core-docs/www/security-notes.adp: * acs-core-docs/www/security-notes.html: * acs-core-docs/www/security-requirements.adp: * acs-core-docs/www/security-requirements.html: * acs-core-docs/www/snapshot-backup.adp: * acs-core-docs/www/snapshot-backup.html: * acs-core-docs/www/style-guide.adp: * acs-core-docs/www/style-guide.html: * acs-core-docs/www/subsites-design.adp: * acs-core-docs/www/subsites-design.html: * acs-core-docs/www/subsites-requirements.adp: * acs-core-docs/www/subsites-requirements.html: * acs-core-docs/www/subsites.adp: * acs-core-docs/www/subsites.html: * acs-core-docs/www/tcl-doc.adp: * acs-core-docs/www/tcl-doc.html: * acs-core-docs/www/templates.adp: * acs-core-docs/www/templates.html: * acs-core-docs/www/tutorial-admin-pages.adp: * acs-core-docs/www/tutorial-admin-pages.html: * acs-core-docs/www/tutorial-advanced.adp: * acs-core-docs/www/tutorial-advanced.html: * acs-core-docs/www/tutorial-caching.adp: * acs-core-docs/www/tutorial-caching.html: * acs-core-docs/www/tutorial-categories.adp: * acs-core-docs/www/tutorial-categories.html: * acs-core-docs/www/tutorial-comments.adp: * acs-core-docs/www/tutorial-comments.html: * acs-core-docs/www/tutorial-css-layout.adp: * acs-core-docs/www/tutorial-css-layout.html: * acs-core-docs/www/tutorial-cvs.adp: * acs-core-docs/www/tutorial-cvs.html: * acs-core-docs/www/tutorial-database.adp: * acs-core-docs/www/tutorial-database.html: * acs-core-docs/www/tutorial-debug.adp: * acs-core-docs/www/tutorial-debug.html: * acs-core-docs/www/tutorial-distribute.adp: * acs-core-docs/www/tutorial-distribute.html: * acs-core-docs/www/tutorial-etp-templates.adp: * acs-core-docs/www/tutorial-etp-templates.html: * acs-core-docs/www/tutorial-future-topics.adp: * acs-core-docs/www/tutorial-future-topics.html: * acs-core-docs/www/tutorial-hierarchical.adp: * acs-core-docs/www/tutorial-hierarchical.html: * acs-core-docs/www/tutorial-html-email.adp: * acs-core-docs/www/tutorial-html-email.html: * acs-core-docs/www/tutorial-newpackage.adp: * acs-core-docs/www/tutorial-newpackage.html: * acs-core-docs/www/tutorial-notifications.adp: * acs-core-docs/www/tutorial-notifications.html: * acs-core-docs/www/tutorial-pages.adp: * acs-core-docs/www/tutorial-pages.html: * acs-core-docs/www/tutorial-parameters.adp: * acs-core-docs/www/tutorial-parameters.html: * acs-core-docs/www/tutorial-schedule-procs.adp: * acs-core-docs/www/tutorial-schedule-procs.html: * acs-core-docs/www/tutorial-second-database.adp: * acs-core-docs/www/tutorial-second-database.html: * acs-core-docs/www/tutorial-specs.adp: * acs-core-docs/www/tutorial-specs.html: * acs-core-docs/www/tutorial-upgrade-scripts.adp: * acs-core-docs/www/tutorial-upgrade-scripts.html: * acs-core-docs/www/tutorial-upgrades.adp: * acs-core-docs/www/tutorial-upgrades.html: * acs-core-docs/www/tutorial-vuh.adp: * acs-core-docs/www/tutorial-vuh.html: * acs-core-docs/www/tutorial-wysiwyg-editor.adp: * acs-core-docs/www/tutorial-wysiwyg-editor.html: * acs-core-docs/www/tutorial.adp: * acs-core-docs/www/tutorial.html: * acs-core-docs/www/unit-testing-guide/index.adp: * acs-core-docs/www/unix-installation.adp: * acs-core-docs/www/unix-installation.html: * acs-core-docs/www/update-repository.adp: * acs-core-docs/www/update-repository.html: * acs-core-docs/www/update-translations.adp: * acs-core-docs/www/update-translations.html: * acs-core-docs/www/upgrade-4.5-to-4.6.adp: * acs-core-docs/www/upgrade-4.5-to-4.6.html: * acs-core-docs/www/upgrade-4.6.3-to-5.adp: * acs-core-docs/www/upgrade-4.6.3-to-5.html: * acs-core-docs/www/upgrade-5-0-dot.adp: * acs-core-docs/www/upgrade-5-0-dot.html: * acs-core-docs/www/upgrade-openacs-files.adp: * acs-core-docs/www/upgrade-openacs-files.html: * acs-core-docs/www/upgrade-overview.adp: * acs-core-docs/www/upgrade-overview.html: * acs-core-docs/www/upgrade-supporting.adp: * acs-core-docs/www/upgrade-supporting.html: * acs-core-docs/www/upgrade.adp: * acs-core-docs/www/upgrade.html: * acs-core-docs/www/uptime.adp: * acs-core-docs/www/uptime.html: * acs-core-docs/www/variables.adp: * acs-core-docs/www/variables.html: * acs-core-docs/www/win2k-installation.adp: * acs-core-docs/www/win2k-installation.html: * acs-core-docs/www/xml/kernel/apm-requirements.xml: - fix links and unify names * acs-subsite/www/doc/group-admin-pages-acceptance-test.adp: * acs-subsite/www/doc/group-admin-pages-design.adp: * acs-subsite/www/doc/group-admin-pages-requirements.adp: * acs-subsite/www/doc/images.adp: * acs-subsite/www/doc/index.adp: * acs-subsite/www/doc/index.html: - fixing broken links 2016-11-18 hectorr * acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml: Fixed typo on German translation 2016-11-17 gustafn * acs-tcl/tcl/community-core-procs.tcl: - fix recent editing bug * acs-admin/lib/service-parameters.tcl: * acs-admin/www/index.tcl: - improve handling of sitewiede-admin pages (especially in services) * acs-tcl/tcl/community-core-procs.tcl: - one more typo 2016-11-17 antoniop * xotcl-core/tcl/01-debug-procs.tcl: * xowiki/www/admin/permissions.tcl: Allow the use of naturalnum page parameter type with ::xowiki::Package initialize (thanks to Stefan Sobernig) Put again naturalnum instead of integer in xowiki's permission admin page * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl: * xowiki/www/xinha/file-selector.adp: * xowiki/www/xinha/file-selector.tcl: Fix generation of event handlers for HTML in file-storage plugin popup 2016-11-16 michaela * acs-admin/www/index.adp: Align text with what's in the code: The special directory name is sitewide-admin... 2016-11-16 hectorr * categories/sql/postgresql/categories-drop.sql: acs_privilege_descendant_map is obsolete: http://openacs.org/forums/message-view?message_id=5330206 2016-11-16 gustafn * richtext-ckeditor4/tcl/richtext-procs.tcl: - add new functions: * download: install editor locally * add_editor: provide function for other packages to add the editor to the current page * richtext-ckeditor4/tcl/richtext-procs.tcl: - fix typo 2016-11-16 antoniop * acs-tcl/tcl/apm-install-procs.tcl: * acs-tcl/tcl/apm-procs.tcl: Fix bug when uninstalling packages having been upgraded over time * acs-tcl/tcl/apm-procs.tcl: Fix typo in proc doc * acs-tcl/tcl/apm-install-procs.tcl: Remove changes not meant to be committed 2016-11-15 gustafn * acs-templating/acs-templating.info: * richtext-tinymce/richtext-tinymce.info: * richtext-tinymce/tcl/richtext-procs.tcl: * richtext-xinha/richtext-xinha.info: * richtext-xinha/tcl/richtext-procs.tcl: - Don't set legacy configure parameters in new installations - Make clear in parameter description in acs-templating, that this is not the place, where xinha/tinymce should be configured - Improve warning messages about usage of legacy parameters (tell admin what to do) * acs-tcl/tcl/community-core-procs.tcl: - fix documentation of acs_user::get: list full set of returned attributes in documentation - acs_user::get: return dict, when no argument "-array" is provided * acs-tcl/tcl/00-database-procs.tcl: - no need for element-wise setting of array columns - no need for intermediary variable 2016-11-15 antoniop * categories/categories.info: * categories/sql/postgresql/upgrade/upgrade-1.1.3d4-1.1.3d5.sql: * categories/sql/postgresql/upgrade/upgrade-1.1.3d6-1.1.3d7.sql: Remove possibly leftover definition of category_tree__new/9 stored procedure. It can still be present on old upgraded installations, conflicting with the new one (different argument types...) * categories/sql/postgresql/upgrade/upgrade-1.1.3d6-1.1.3d7.sql: branches: 1.1.2; file upgrade-1.1.3d6-1.1.3d7.sql was initially added on branch oacs-5-9. 2016-11-14 antoniop * xowiki/www/admin/permissions.tcl: Replace naturalnum with integer, as the first doesn't work with ::xowiki::Package initialize 2016-11-12 gustafn * xowiki/www/admin/bulk-delete.tcl: - adding missing "www-" prefix 2016-11-11 gustafn * xotcl-core/tcl/bgdelivery-procs.tcl: * xotcl-core/tcl/chat-procs.tcl: * xowiki/tcl/chat-procs.tcl: * xowiki/tcl/includelet-procs.tcl: * xowiki/tcl/link-procs.tcl: * xowiki/www/ckeditor-images/index.adp: * xowiki/www/ckeditor-images/thumb-view.adp: * xowiki/www/ckeditor-images/upload_image.adp: * xowiki/www/portlet-ajax.adp: - add nonces to script elements * acs-kernel/acs-kernel.info: * acs-lang/tcl/lang-util-procs.tcl: * evaluation/www/admin/tasks/task-add-edit.adp: * forums/lib/message/row2.adp: * forums/lib/message/row2.tcl: * forums/www/messages-get.adp: * forums/www/messages-get.tcl: * xotcl-core/tcl/05-db-procs.tcl: - add nonces to script tags - add body handlers * xowiki/www/ckeditor-images/index.adp: * xowiki/www/ckeditor-images/index.tcl: - change onload attribute into proper onload handler * acs-core-docs/www/xml/engineering-standards/filenaming.xml: * acs-core-docs/www/xml/kernel/rp-design.xml: - improve documentation * acs-tcl/tcl/security-procs.tcl: - make sure, that the sec_handler's global variables are always set (also in error cases, blocked bots, etc.) * acs-tcl/tcl/request-processor-procs.tcl: - use more consistent quoting 2016-11-11 antoniop * categories/www/cadmin/site-wide-status-change.xql: * categories/www/cadmin/tree-form.adp: - Fix site-wide-status-change so it doesn't require an implicit (broken) cast to boolean - Pass permissions context to tree-form.adp so admins of xowiki instances can create and map categories there * categories/www/categories-browse.tcl: Bugfix: when creating a paginator, queries containing $ variables cannot be passed by name and resolved by the internal paginator machinery, because those vars won't be available in the expected evaluation scope when calling db_map. Probably db_map could be made more clever about this, but as a simple solution for this case I have just made so the pagination query is computed in the caller level and passed to the paginator directly. 2016-11-10 gustafn * xotcl-request-monitor/tcl/throttle_mod-procs.tcl: - add first support for monitoring respnsetime for certain urls via munin * acs-templating/tcl/form-procs.tcl: - add log entry, when listener is automatically registered * assessment/catalog/assessment.en_US.ISO-8859-1.xml: * assessment/tcl/as-item-type-procs.tcl: - add missing message key - simplify quoting * acs-tcl/tcl/site-nodes-procs.tcl: - add warning in case site_node::get_node_id_from_object_id returns first of many urls * assessment/assessment.info: - bump version number to 2.9.1d2 to cause reloading of message keys * assessment/www/asm-admin/admin-request.adp: - care about nonces * acs-authentication/www/doc/configure-batch-sync.adp: * acs-authentication/www/doc/ext-auth-ldap-install.adp: * acs-authentication/www/doc/ext-auth-pam-install.adp: - doc updates * assessment/lib/session-items.tcl: - fix invalid tcl syntax ("else if" instead of "elseif") - get rid of MISSING FORMWIDGET: session_results_3922:session_results_3922:formbutton:edit messages * assessment/lib/section-items.tcl: - get rid of MISSING FORMWIDGET: admin_section_3922 * acs-templating/tcl/head-procs.tcl: - improve documentation * xotcl-core/tcl/01-debug-procs.tcl: - improve documentation, remove commented-out code * assessment/www/asm-admin/index.adp: - make sure, all doc properties are always passed * acs-admin/lib/service-parameters.tcl: - offer "Pages" only, when there is an index page * assessment/www/asm-admin/admin-master.adp: - pass doc(title) properly * xowiki/tcl/adp-generator-procs.tcl: - prefer lower case HTML attribute names * assessment/www/assessment.adp: - provide default title * attachments/www/index.adp: * dotlrn-bm/www/index.adp: * dotlrn-fs/www/index.adp: * new-portal/www/index.adp: * static-portlet/www/index.adp: - provide index pages for service packages accessible via acs-admin/lib/service-parameters adp-include (used in on /acs-admin/) * assessment/www/asm-admin/session-delete.tcl: - replace onclick handler in assessment by event listener * assessment/lib/assessment.tcl: - replace deprecated function util_unlist by lassign - get rid of "missing formwidget" warning * assessment/www/asm-admin/admin-request.tcl: - replace onchange handlers in assessment by event listeners - simplify default value handling * dotlrn-fs/www/all-objects.adp: * dotlrn-fs/www/all-objects.tcl: - replace onchange handlers in dotlrn-fs by event listeners * assessment/www/asm-admin/results-users.tcl: - simplify and fix default handling * assessment/www/asm-admin/index.tcl: - simplify quoting * dotlrn-fs/tcl/dotlrn-fs-procs.tcl: - white space change * attachments/www/index.adp: * static-portlet/www/index.adp: branches: 1.1.2; file index.adp was initially added on branch oacs-5-9. 2016-11-08 hectorr * xowiki/tcl/adp-generator-procs.tcl: Fixed typo 2016-11-08 gustafn * acs-templating/www/doc/demo/index.html: * acs-templating/www/doc/tagref/listtemplate.html: - add list template to documentation * acs-templating/tcl/form-procs.tcl: - automatically convert on* event registrations passed to formtemplate into event listener * acs-bootstrap-installer/installer/index.tcl: - improve HTML quoting * file-storage/www/folder-chunk.tcl: * file-storage/www/index.adp: * file-storage/www/index.tcl: - remove dead code: form n_past_days_form is nowhere used, probably some legacy * evaluation/www/admin/tasks/task-add-edit.tcl: * evaluation/www/task-view.tcl: * evaluation/www/view/task-view.tcl: - replace onChange handlers in forms of evaluation package by event listeners * acs-bootstrap-installer/installer/index.tcl: - replace onchange handler in installer by event listeners (just for the sake of completeness) * dotlrn/www/admin/class.tcl: * dotlrn/www/admin/classes-chunk.tcl: * dotlrn/www/admin/term.tcl: * dotlrn/www/manage-memberships.tcl: - replace onchange handlers in admin pages and manage membership pages by event listeners - get rid of MISSING FORMWIDGET messages * acs-admin/www/apm/package-add.tcl: * acs-admin/www/apm/version-edit.tcl: - replace onchange handlers in apm admin pages by event listeners * acs-templating/resources/lists/courses.adp: * acs-templating/resources/lists/select-menu.adp: * acs-templating/resources/lists/table.adp: - replace onchange handlers in remaining templates by event listeners * acs-tcl/tcl/navigation-procs.tcl: * acs-tcl/tcl/widgets-procs.tcl: - replace onchange handlers in widget code by event listeners - prefer subst over double quotes to reduce quoring hell * acs-templating/www/doc/demo/index.adp: * acs-templating/www/doc/tagref/index.adp: * acs-templating/www/doc/tagref/index.html: * acs-templating/www/doc/tagref/listtemplate.adp: - update documentation * acs-templating/tcl/list-procs.tcl: - white space changes * acs-templating/www/doc/tagref/listtemplate.adp: branches: 1.1.2; file listtemplate.adp was initially added on branch oacs-5-9. * acs-templating/www/doc/tagref/listtemplate.html: branches: 1.1.2; file listtemplate.html was initially added on branch oacs-5-9. 2016-11-08 antoniop * chat/catalog/chat.en_US.ISO-8859-1.xml: Added message keys for new options allowing to disable entrance and exit message in chat 2016-11-07 michaela * acs-automated-testing/www/admin/testcase.adp: Dont mark log entries green (like "passed") 2016-11-07 gustafn * acs-templating/www/doc/TclDocs/cm_widget.adp: * acs-templating/www/doc/TclDocs/cms_rel.adp: * acs-templating/www/doc/TclDocs/content.adp: * acs-templating/www/doc/TclDocs/content_add.adp: * acs-templating/www/doc/TclDocs/content_method.adp: * acs-templating/www/doc/TclDocs/doc.adp: * acs-templating/www/doc/TclDocs/doc__util.adp: * acs-templating/www/doc/TclDocs/form.adp: * acs-templating/www/doc/TclDocs/item.adp: * acs-templating/www/doc/TclDocs/namespace-list.adp: * acs-templating/www/doc/TclDocs/namespaces.adp: * acs-templating/www/doc/TclDocs/pagination.adp: * acs-templating/www/doc/TclDocs/publish.adp: * acs-templating/www/doc/TclDocs/request.adp: * acs-templating/www/doc/TclDocs/tcl-procs.adp: * acs-templating/www/doc/TclDocs/util.adp: * acs-templating/www/doc/TclDocs/widget.adp: * acs-templating/www/doc/api/database.adp: * acs-templating/www/doc/api/element.adp: * acs-templating/www/doc/api/form.adp: * acs-templating/www/doc/api/index.adp: * acs-templating/www/doc/api/multirow.adp: * acs-templating/www/doc/api/request.adp: * acs-templating/www/doc/appendices/memory.adp: * acs-templating/www/doc/demo/index.adp: * acs-templating/www/doc/design.adp: * acs-templating/www/doc/designer-guide.adp: * acs-templating/www/doc/developer-guide.adp: * acs-templating/www/doc/exercise/ats-for-designers.adp: * acs-templating/www/doc/gen/proc-doc.adp: * acs-templating/www/doc/guide/components.adp: * acs-templating/www/doc/guide/composite.adp: * acs-templating/www/doc/guide/data.adp: * acs-templating/www/doc/guide/document.adp: * acs-templating/www/doc/guide/form-datatypes.adp: * acs-templating/www/doc/guide/form-process.adp: * acs-templating/www/doc/guide/form-templates.adp: * acs-templating/www/doc/guide/form-widgets.adp: * acs-templating/www/doc/guide/forms.adp: * acs-templating/www/doc/guide/index.adp: * acs-templating/www/doc/guide/master.adp: * acs-templating/www/doc/guide/search.adp: * acs-templating/www/doc/guide/skins.adp: * acs-templating/www/doc/guide/tcl.adp: * acs-templating/www/doc/guide/templates.adp: * acs-templating/www/doc/guide/wizard-procs-doc.adp: * acs-templating/www/doc/guide/wizards.adp: * acs-templating/www/doc/index.adp: * acs-templating/www/doc/install.adp: * acs-templating/www/doc/introduction.adp: * acs-templating/www/doc/migration.adp: * acs-templating/www/doc/no-quote-upgrade.adp: * acs-templating/www/doc/noquote.adp: * acs-templating/www/doc/requirements.adp: * acs-templating/www/doc/tagref/formerror.adp: * acs-templating/www/doc/tagref/formgroup.adp: * acs-templating/www/doc/tagref/formtemplate.adp: * acs-templating/www/doc/tagref/formwidget.adp: * acs-templating/www/doc/tagref/grid.adp: * acs-templating/www/doc/tagref/group.adp: * acs-templating/www/doc/tagref/if.adp: * acs-templating/www/doc/tagref/include-optional.adp: * acs-templating/www/doc/tagref/include.adp: * acs-templating/www/doc/tagref/index.adp: * acs-templating/www/doc/tagref/list.adp: * acs-templating/www/doc/tagref/master.adp: * acs-templating/www/doc/tagref/multiple.adp: * acs-templating/www/doc/tagref/noparse.adp: * acs-templating/www/doc/tagref/property.adp: * acs-templating/www/doc/tagref/slave.adp: * acs-templating/www/doc/tagref/switch.adp: * acs-templating/www/doc/tagref/variable.adp: * acs-templating/www/doc/timing-1.adp: * acs-templating/www/doc/timing-2.adp: * acs-templating/www/doc/timing-3.adp: * acs-templating/www/doc/timing.adp: * acs-templating/www/doc/todo.adp: * acs-templating/www/doc/widgets/date.adp: * acs-templating/www/doc/widgets/index.adp: * acs-templating/www/doc/widgets/input.adp: * acs-templating/www/doc/widgets/select.adp: * acs-templating/www/doc/widgets/table.adp: - adapt package name, propagate latest changes from .html to .adp files * acs-templating/www/doc/noquote.html: - fix line breaks 2016-11-06 gustafn * forums/lib/message/threads-chunk.tcl: * forums/www/forum-view.adp: * forums/www/forum-view.tcl: - modernize threads-chunk adp include: use include_contract - fix bug: pass page_size to include * forums/lib/message/threads-chunk.tcl: - no need to set page_size_variable_p * assessment/www/asm-admin/admin-request.tcl: * assessment/www/asm-admin/assessment-new.adp: * assessment/www/asm-admin/confirm-delete.adp: * assessment/www/asm-admin/item-add.adp: * assessment/www/asm-admin/request-notification.adp: * general-comments/www/comment-ae.adp: * notifications/www/request-notification.adp: * theme-zen/www/doc/forms/form-convert.adp: - quote HTML attributes * calendar/www/view-print-display.adp: * calendar/www/view-print-display.tcl: * rss-support/www/delete.adp: * rss-support/www/delete.tcl: - replace "onclick" handler in .adp file by event listener * forums/lib/message/row2.adp: * forums/lib/message/row2.tcl: - replace "onclick" handler in .adp file by event listener - fix code that can't work (probably, this include is not in use) * assessment/lib/session-items.adp: * assessment/lib/session-items.tcl: - replace "onclick" handler in .adp file by event listener - more syntactic cleanup * acs-templating/resources/lists/courses.adp: * acs-templating/resources/lists/list.adp: * acs-templating/resources/lists/table-2third.adp: * acs-templating/resources/lists/table.adp: * openacs-bootstrap3-theme/resources/lists/table-2third.adp: * openacs-bootstrap3-theme/resources/lists/table.adp: - replace "onclick" handler in .adp files by event listener * dotlrn/lib/toolbar.adp: * dotlrn/www/admin/class.adp: * dotlrn/www/admin/classes-chunk.adp: * dotlrn/www/admin/departments.adp: * dotlrn/www/admin/term.adp: - replace all onfocus/onblur pairs by "placeholder"attribute in .adp files * xowiki/www/ckeditor-images/index.adp: * xowiki/www/ckeditor-images/upload_image.adp: - replace onchange handlers in .adp files by event listeners * theme-zen/www/accessibility.adp: * theme-zen/www/accessibility.tcl: - replace onclick handler by event listener * forums/lib/message/row2.adp: - white space changes * calendar/www/view-print-display.tcl: branches: 1.1.2; file view-print-display.tcl was initially added on branch oacs-5-9. * acs-templating/resources/lists/table-2third.adp: * acs-templating/resources/lists/table.adp: * openacs-bootstrap3-theme/resources/lists/table-2third.adp: * openacs-bootstrap3-theme/resources/lists/table.adp: fixes for list-widget: - fix html, when "page_size_variable_p" is set (must have been broken since ages) - replace onchange handlers in table and table-2third templates by event listeners 2016-11-05 gustafn * acs-tcl/tcl/request-processor-init.tcl: - avoid deprecated function ns_unregister_proc * richtext-xinha/richtext-xinha.info: - bump version number to 0.5 * acs-tcl/tcl/request-processor-procs.tcl: - make handling of URLs pointing to unresolvable package_keys more robust * acs-templating/www/scripts/xinha/attach-file.adp: * acs-templating/www/scripts/xinha/attach-file.tcl: * acs-templating/www/scripts/xinha/attach-image.adp: * acs-templating/www/scripts/xinha/attach-image.tcl: * acs-templating/www/scripts/xinha/blank.html: * acs-templating/www/scripts/xinha/file-selector-oracle.xql: * acs-templating/www/scripts/xinha/file-selector-postgresql.xql: * acs-templating/www/scripts/xinha/file-selector.adp: * acs-templating/www/scripts/xinha/file-selector.tcl: * acs-templating/www/scripts/xinha/insert-file-orig.adp: * acs-templating/www/scripts/xinha/insert-ilink.adp: * acs-templating/www/scripts/xinha/insert-ilink.tcl: * acs-templating/www/scripts/xinha/insert-image.adp: * acs-templating/www/scripts/xinha/insert-image.tcl: * acs-templating/www/scripts/xinha/insert_image.html: - remove obsolete files * xowiki/www/ckeditor-images/index.adp: * xowiki/www/ckeditor-images/preview.adp: * xowiki/www/ckeditor-images/preview.tcl: - replace "onclick" in .adp files by event listener * xowiki/www/xinha/insert-wlink.tcl: - replace onclick by event listener * xotcl-core/tcl/01-debug-procs.tcl: - use "ns_ictl trace delete" instead of "ns_ictl ondelete" * xowiki/tcl/link-procs.tcl: - use event listener instead of "onclick" * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl: * xowiki/www/xinha/file-selector.tcl: - use event listeners instead of "onclick" handles 2016-11-04 michaela * acs-automated-testing/www/admin/clear.tcl: Fix redirect; Do not always redirect to start page; One wants to stay within a filtered view of test cases (e.g. the package under development) 2016-11-04 gustafn * categories/sql/postgresql/upgrade/upgrade-1.1.3d5-1.1.3d6.sql: - add missing upgrade script * categories/catalog/categories.de_DE.ISO-8859-1.xml: - remove catalog entry with typo (wrong entry "Actions_permissions...", right "Action_permissions...") * categories/sql/postgresql/upgrade/upgrade-1.1.3d5-1.1.3d6.sql: branches: 1.1.2; file upgrade-1.1.3d5-1.1.3d6.sql was initially added on branch oacs-5-9. 2016-11-03 gustafn * acs-tcl/tcl/request-processor-procs.tcl: - avoid potential errors in the error.log for urls which are not pointing to mounted packages (where [ad_conn package_key] is empty) * acs-templating/www/doc/widgets/input.adp: * acs-templating/www/doc/widgets/input.html: - fix broken links * acs-tcl/tcl/request-processor-procs.tcl: - fix code that can't work. ... anyhow, package_key seems not be used here * xowiki/tcl/xowiki-procs.tcl: - handle ad_script_abort in payload of xowiki::Objects * acs-tcl/tcl/request-processor-procs.tcl: - remove "global" statements and use "::" prefix instead 2016-11-01 gustafn * file-storage/file-storage.info: * file-storage/sql/postgresql/file-storage-package-create.sql: * file-storage/sql/postgresql/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: - avoid call to deprecated content_revision__new/11, call content_revision__new/13 instead - bump version number to 5.9.1d2 * file-storage/tcl/file-storage-callback-procs-oracle.xql: * file-storage/tcl/file-storage-callback-procs-postgresql.xql: - fix SQL query in datasource callback (variable is called object_id and not revision_id) * file-storage/tcl/file-storage-callback-procs.tcl: - fix query name * acs-templating/tcl/head-procs.tcl: - improve comments * acs-bootstrap-installer/acs-bootstrap-installer.info: * acs-bootstrap-installer/installer/www/blank-master.tcl: - make sure to call template::head::prepare_multirows after all body_scripts are created - bump version to 5.9.1d6 * file-storage/sql/postgresql/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: branches: 1.1.2; file upgrade-5.9.1d1-5.9.1d2.sql was initially added on branch oacs-5-9. * xotcl-core/tcl/bgdelivery-procs.tcl: * xotcl-core/tcl/chat-procs.tcl: * xowiki/tcl/chat-procs.tcl: * xowiki/tcl/includelet-procs.tcl: * xowiki/www/ajax/chat.tcl: * xowiki/www/ajax/scripted-streaming-chat.js: * xowiki/www/ajax/streaming-chat.js: chat-procs overhaul: - don't double encode everything - avoid deprecated js functions escape()/unescape() xowiki/www/ajax/streaming-chat.js, xowiki/www/ajax/scripted-streaming-chat.js - scripted-mode: fix incorrect markup - fix parameter passing to xowiki/www/ajax/chat.tcl to avoid rejects - fix json_encode: one quote to man in xotcl-core/tcl/chat-procs.tcl - don't dropt "user has_entered_the_room" in "xo::Chat instproc login", since xowiki chat has otherwise no idea, who is logged in 2016-10-31 michaela * acs-automated-testing/www/admin/index.adp: Fix link; close unclosed paragraph tag... 2016-10-31 gustafn * acs-core-docs/www/files/dotlrn-style-1.html: - fix unresolvable links in demo page 2016-10-29 gustafn * xowiki/tcl/form-field-procs.tcl: - allow per default class attributes for HTML elements * richtext-ckeditor4/richtext-ckeditor4.info: * richtext-ckeditor4/tcl/richtext-procs.tcl: - allow to specify extraAllowedContent via options - allow per default classes for elements - use ckeditor 4.5.11 instead of 4.5.10 - bump version number to 0.6 * richtext-ckeditor4/tcl/richtext-procs.tcl: - fix "dict exists" tests * xowiki/resources/templates/oacs-view2.adp: * xowiki/resources/templates/oacs-view3-bootstrap3.adp: * xowiki/resources/templates/oacs-view3.adp: * xowiki/tcl/adp-generator-procs.tcl: - make contributors link robust against subdirs 2016-10-28 hectorr * acs-lang/www/change-locale-include.tcl: * acs-tcl/tcl/utilities-procs.tcl: - Use get_referrer instead of ad hoc regexp to determine relative URLs. - Fixed Regex used by "get_referrer -relative", which failed for root URLs (i.e: http://www.openacs.org/). Thanks to Thomas Renner for the fix. 2016-10-28 gustafn * categories/categories.info: - bump version number to 1.1.3d6 * openacs-bootstrap3-theme/resources/templates/packages/acs-admin/www/apm/repository-index.adp: - improve wording on index page * acs-core-docs/www/xml/openacs.xsl: - remove code producing invalid links * acs-bootstrap-installer/installer/index.tcl: * acs-lang/www/admin/batch-editor.tcl: * acs-templating/tcl/tag-init.tcl: * acs-templating/www/doc/exercise/form-sample.tcl: * evaluation/tcl/evaluation-procs.tcl: * new-portal/tcl/portal-procs.tcl: - remove unneeded expr statements * acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml: - update documentation 2016-10-28 antoniop * chat/sql/postgresql/chat-create.sql: * chat/sql/postgresql/upgrade/upgrade-5.0d10-5.0d11.sql: Fix typo from previous commit * chat/chat.info: * chat/sql/oracle/chat-create.sql: * chat/sql/oracle/upgrade/upgrade-5.0d10-5.0d11.sql: * chat/sql/postgresql/chat-create.sql: * chat/sql/postgresql/upgrade/upgrade-5.0d10-5.0d11.sql: * chat/tcl/chat-ajax-procs.tcl: * chat/tcl/chat-procs-oracle.xql: * chat/tcl/chat-procs-postgresql.xql: * chat/tcl/chat-procs.tcl: * chat/www/ajax/chat.js: * chat/www/room-edit.tcl: * chat/www/room-enter.tcl: * chat/www/room-exit.tcl: * chat/www/room.adp: * chat/www/room.tcl: * xotcl-core/tcl/chat-procs.tcl: Introduced new options to set chat rooms so login and/or logout message are not issued everytime a user enters/exits the chat. * chat/sql/oracle/upgrade/upgrade-5.0d10-5.0d11.sql: * chat/sql/postgresql/upgrade/upgrade-5.0d10-5.0d11.sql: branches: 1.1.2; file upgrade-5.0d10-5.0d11.sql was initially added on branch oacs-5-9. 2016-10-27 gustafn * acs-tcl/tcl/text-html-procs.tcl: - fix one more old bug with ad_text_to_html, where a mailto: was inserted incorrectly: part of URL was interpreted as a mail address: http://www.postgresql.org/message-id/20060329203545.M43728@na rrowpathinc.com * forums/www/message-view.tcl: - move validation of message_id into a validation block 2016-10-27 antoniop * acs-content-repository/acs-content-repository.info: * acs-content-repository/tcl/content-item-procs.tcl: * acs-content-repository/tcl/content-revision-procs.tcl: * acs-content-repository/tcl/content-revision-procs.xql: * acs-content-repository/tcl/revision-procs.tcl: * acs-content-repository/tcl/revision-procs.xql: * file-storage/tcl/file-storage-procs.tcl: * xotcl-core/tcl/cr-procs.tcl: Created new proc cr_check_mime_type, centralizing the retrieval of the mime_type from uploaded file's information. Applied the new proc to the different situations in the system when we require mime_type retrieval: content-repository, file-storage and xotcl CrItem TODO: get the real mime_type from the file content, but this would require some modification in the data model. 2016-10-26 gustafn * calendar/www/doc/index.adp: * calendar/www/doc/index.html: - fix broken link 2016-10-25 gustafn * acs-datetime/tcl/acs-calendar-procs.tcl: * acs-datetime/www/doc/examples/calendar-navigation.adp: - improve HTML quality * acs-datetime/tcl/acs-calendar-procs.tcl: - improve HTML quoting 2016-10-21 gustafn * acs-tcl/tcl/security-init.tcl: - make sure cache is large enough to keep security tokes (needed, when signed attributes are used) * search/search.info: - update description 2016-10-18 michaela * openacs-bootstrap3-theme/resources/templates/packages/search/lib/navbar.tcl: * search/lib/navbar.tcl: * search/www/search.adp: Bug #128 - Fixes for paginator of search package (navbar) - Prevent double encoding of query string - Include csrf token 2016-10-18 gustafn * acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: - provide a long description for maturity_deprecated * acs-admin/www/install/install.tcl: changes for install from repository: - change labeling of list filter: * show current channel version (instead of just "current") * call selector for head packages not "head" but supplemental - offer on "head" channel just these packages, which are not available in the current channel (this avoids a potential damage in the current installation, when somebody tries e.g. to install a core package from head, which is broken and/or older than packages in the current channel). Since there is no way to downgrade packages in OpenACS, such errors might be hard to fix. - use message keys instead of hard-coded strings for maturity in www/install/install.tcl 2016-10-18 antoniop * acs-tcl/tcl/http-client-procs.tcl: Put again >= in place as before * acs-tcl/tcl/http-client-procs.tcl: Reverting previous change: I don't know since when in 4.99.12 dev versions we have dropped ns_ssl. Just stick to plain 4.99.12 * acs-tcl/tcl/http-client-procs.tcl: Use 4.99.11 as comparison version to say: "from 4.99.12 upwards" 2016-10-16 gustafn * acs-admin/tcl/apm-admin-procs.tcl: - compute .apm files as well for -final releases (starting with OpenACS 5.8) 2016-10-15 gustafn * acs-subsite/www/shared/community-member.tcl: - call validator as well, when no user_id is explicitly specified ("... -require user_id" in validator filters default case) 2016-10-14 gustafn * xowiki/tcl/adp-generator-procs.tcl: - add conditional search field to adp-generator * xowiki/tcl/link-procs.tcl: - add resolver for explicitly spefified "-href ..." infos in image links * acs-templating/tcl/head-procs.tcl: - be silent, when specified element does not exist * acs-admin/tcl/apm-admin-procs.tcl: - fix typo in HTML text * xotcl-core/tcl/01-debug-procs.tcl: - improve comment * xowiki/tcl/includelet-procs.tcl: - make sure to set ids (should go probably into constructor) * acs-templating/resources/lists/table-2third.adp: * acs-templating/resources/lists/table.adp: - provide width&height of images to speed up rendering * acs-developer-support/lib/toolbar.adp: - replace onfocus/onblur with "placeholder" * xotcl-core/tcl/05-db-procs.tcl: - revert this mornings change, since this leads to many warnings * xowiki/tcl/includelet-procs.tcl: - revert this mornings change. * dotlrn/www/admin/term-edit.tcl: - use event listener * acs-lang/tcl/lang-message-procs.tcl: * acs-tcl/tcl/utilities-procs.tcl: * acs-templating/tcl/acs-integration-procs.tcl: * ajaxhelper/www/doc/acs-integration-procs.tcl: * xotcl-core/tcl/30-widget-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: - use for hex codes 2-digit notation \xHH to make it compatible for tcl8.6 * xotcl-core/tcl/05-db-procs.tcl: - use same uplevel idiom everywhere (many thanks to antonio) * acs-core-docs/www/releasing-openacs-core.html: -remove quotes in text 2016-10-14 antoniop * xowiki/tcl/includelet-procs.tcl: Use id of the including page when includlet doesn't have its own 2016-10-13 gustafn * acs-tcl/tcl/text-html-procs.tcl: - change special markers in text_to_html from \x001 and \x002 to \u0002 (start of text) and \u0003 (end of text). The previous coding did not work always reliably, regsub was missing some entries, probably due to a mess-up of the internal representation. 2016-10-12 gustafn * acs-api-browser/tcl/acs-api-documentation-procs.tcl: - bug-fix (old bug): not sure, why "proc" was removed from the @see tag. the consequence was, that "@see ad_proc" as converted into "ad_", which is incorrect (see occurence e.g. in http://openacs.org/api-doc/proc-view?proc=callback&source_p=1 ) * acs-tcl/tcl/text-html-procs.tcl: - fix variable name * acs-tcl/tcl/text-html-procs.tcl: - fixing a probably old bug: changed the markers in ad_text_to_html since the old markers with the funy camel case led to problems (at least with current regexp implementations) in the text below, only 5 of the 8 urls were correctly transformed into anchor markup. The new markers uses uniqe single char starting and ending marker, marking also regexp much simpler. - the function is further generalized (unifying http/https/ftp urls with mailto urls) and probably faster A welcome contribution would be e.g. an extension of the api-browser for callbacks (listing contracts/implementations, etc.). [1] http://openacs.org/api-doc/proc-view?proc=callback&source_p=1 [2] https://github.com/openacs/openacs-core/blob/oacs-5-9/package s/search/tcl/search-procs.tcl#L309 [3] https://github.com/openacs/forums/blob/master/tcl/forums-call back-procs.tcl#L104 [4] https://github.com/openacs/openacs-core/blob/oacs-5-9/package s/acs-tcl/tcl/apm-procs.tcl [5] http://openacs.org/api-doc/proc-view?source_p=1&proc=apm_arg_ names_for_callback_type [6] https://github.com/openacs/xowiki/blob/oacs-5-9/tcl/xowiki-ca llback-procs.tcl [7] https://github.com/openacs/openacs-core/blob/oacs-5-9/package s/acs-subsite/tcl/subsite-callback-procs.tcl#L69 [8] https://github.com/openacs/xotcl-core/blob/oacs-5-9/tcl/06-pa ram-procs.tcl#L386 2016-10-11 gustafn * xowiki/resources/templates/oacs-view.adp: * xowiki/resources/templates/oacs-view2.adp: * xowiki/resources/templates/oacs-view3-bootstrap3.adp: * xowiki/resources/templates/oacs-view3.adp: * xowiki/resources/templates/view-book-no-ajax.adp: * xowiki/resources/templates/view-book.adp: * xowiki/resources/templates/view-default.adp: * xowiki/resources/templates/view-links.adp: - add istener only, when search is configured * xowiki/tcl/xowiki-init.tcl: - fix typo * acs-tcl/tcl/text-html-procs.tcl: - remove erroneous warnings - reduce the number of regsub operations in ad_text_to_html - improve/fix souce code comments 2016-10-10 gustafn * acs-tcl/tcl/proxy-procs.tcl: - nsproxy handling: switch back to previous directory in after changing to a new one (which might be deleted before the next call) * acs-tcl/tcl/utilities-procs.tcl: - show debug data as well for forms 2016-10-10 antoniop * acs-tcl/tcl/http-client-procs.tcl: Removed use of deprecated ns_ssl API for Naviserver versions newer than 4.99.12 Removed use of util_memoize in favor of ns_memoize 2016-10-09 gustafn * xowiki/resources/templates/oacs-view.adp: * xowiki/resources/templates/oacs-view2.adp: * xowiki/resources/templates/oacs-view3-bootstrap3.adp: * xowiki/resources/templates/oacs-view3.adp: * xowiki/resources/templates/view-book-no-ajax.adp: * xowiki/resources/templates/view-book.adp: * xowiki/resources/templates/view-default.adp: * xowiki/resources/templates/view-links.adp: * xowiki/resources/templates/view-plain.adp: * xowiki/tcl/adp-generator-procs.tcl: * xowiki/tcl/tree-procs.tcl: * xowiki/www/admin/list.tcl: - fix typo * acs-subsite/www/shared/community-member.adp: * acs-subsite/www/shared/community-member.tcl: - perform parameter validation in a "-validate" section rather than returning an error to achieve a more consistent behavior 2016-10-08 gustafn * file-storage/www/folder-chunk.tcl: * openacs-bootstrap3-theme/resources/lists/table-2third.adp: * openacs-bootstrap3-theme/resources/lists/table.adp: - provide image dimensions 2016-10-06 gustafn * xowiki/tcl/bootstrap-procs.tcl: - add comment how a drop with multiple files is handled * xowiki/resources/templates/oacs-view.adp: * xowiki/resources/templates/oacs-view2.adp: * xowiki/resources/templates/oacs-view3-bootstrap3.adp: * xowiki/resources/templates/oacs-view3.adp: * xowiki/resources/templates/view-book-no-ajax.adp: * xowiki/resources/templates/view-book.adp: * xowiki/resources/templates/view-default.adp: * xowiki/resources/templates/view-links.adp: * xowiki/resources/templates/view-plain.adp: * xowiki/tcl/adp-generator-procs.tcl: * xowiki/tcl/xowiki-init.tcl: - don't offer search control in xowiki menu bar, when no search is configured on the system - prefer usage of add_event_listener over add_body script * acs-templating/tcl/richtext-or-file-procs.tcl: - replace onclick event listener by evenet listeners 2016-10-04 gustafn * acs-templating/tcl/element-procs.tcl: - fix test for strange validation error - use ad_log instead of ns_log for warning in such cases * acs-tcl/tcl/utilities-procs.tcl: - only get data via [ns_conn content] when it is text/* 2016-10-03 gustafn * acs-core-docs/www/apm-design.html: * acs-core-docs/www/apm-requirements.html: * acs-core-docs/www/db-api-detailed.html: * acs-core-docs/www/db-api.html: * acs-core-docs/www/ext-auth-requirements.html: * acs-core-docs/www/groups-requirements.html: * acs-core-docs/www/i18n-requirements.html: * acs-core-docs/www/individual-programs.html: * acs-core-docs/www/install-full-text-search-openfts.html: * acs-core-docs/www/install-origins.html: * acs-core-docs/www/install-qmail.html: * acs-core-docs/www/object-system-design.html: * acs-core-docs/www/os-install.html: * acs-core-docs/www/packages.html: * acs-core-docs/www/psgml-mode.html: * acs-core-docs/www/releasing-openacs-core.html: * acs-core-docs/www/request-processor.html: * acs-core-docs/www/snapshot-backup.html: * acs-core-docs/www/style-guide.html: * acs-core-docs/www/tutorial-debug.html: * acs-core-docs/www/tutorial-upgrades.html: * acs-core-docs/www/unit-testing-guide/index.html: * acs-core-docs/www/upgrade-openacs-files.html: * acs-core-docs/www/xml/developers-guide/db-api.xml: * acs-core-docs/www/xml/developers-guide/i18n.xml: * acs-core-docs/www/xml/developers-guide/packages.xml: * acs-core-docs/www/xml/developers-guide/rp.xml: * acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * acs-core-docs/www/xml/developers-guide/tutorial-debug.xml: * acs-core-docs/www/xml/engineering-standards/style-guide.xml: * acs-core-docs/www/xml/install-guide/credits.xml: * acs-core-docs/www/xml/install-guide/other-software.xml: * acs-core-docs/www/xml/install-guide/recovery.xml: * acs-core-docs/www/xml/install-guide/software.xml: * acs-core-docs/www/xml/install-guide/upgrade.xml: * acs-core-docs/www/xml/kernel/ext-auth-design.xml: * acs-core-docs/www/xml/kernel/ext-auth.xml: * acs-core-docs/www/xml/non-xml/release-notes-4-5.html: * acs-core-docs/www/xml/releasing-openacs.xml: - change apostrophes in text into numberical entities to make the life of single minded HTML parsers easier * acs-bootstrap-installer/tcl/00-proc-procs.tcl: - copy the body of ad_get_tcl_call_stack from acs-tcl/tcl/utilities-procs to achive consistent behavior, when acs-bootstrap installer is reloaded. * xotcl-core/tcl/01-debug-procs.tcl: - don't overwrite "xotcl::Object instproc serialize", since this is already defined by nsf (at least in versions 2.0 or newer) * xowiki/tcl/bootstrap-procs.tcl: * xowiki/tcl/repeat-procs.tcl: - remove more onclick inline scripts * xowiki/tcl/form-field-procs.tcl: - remove more onclock inline scripts * xotcl-core/tcl/30-widget-procs.tcl: * xotcl-core/xotcl-core.info: - use template::add_event_listener - bump version number to 0.151 2016-10-03 antoniop * acs-templating/tcl/acs-integration-procs.tcl: * acs-templating/tcl/currency-procs.tcl: Introduced missing ad_library statement * acs-templating/tcl/0-acs-templating-procs.tcl: Introduced missing ad_library statement at the beginning of file * acs-templating/tcl/0-acs-templating-procs.tcl: * acs-templating/tcl/acs-integration-procs.tcl: * acs-templating/tcl/currency-procs.tcl: * acs-templating/tcl/data-procs.tcl: * acs-templating/tcl/date-procs.tcl: * acs-templating/tcl/debug-procs.tcl: * acs-templating/tcl/doc-procs.tcl: * acs-templating/tcl/doc-tcl-procs.tcl: * acs-templating/tcl/element-procs.tcl: * acs-templating/tcl/file-procs.tcl: * acs-templating/tcl/filter-procs.tcl: * acs-templating/tcl/form-procs.tcl: * acs-templating/tcl/paginator-procs.tcl: * acs-templating/tcl/parse-procs.tcl: * acs-templating/tcl/query-procs.tcl: * acs-templating/tcl/request-procs.tcl: * acs-templating/tcl/tab-procs.tcl: * acs-templating/tcl/table-procs.tcl: * acs-templating/tcl/tag-procs.tcl: * acs-templating/tcl/util-procs.tcl: * acs-templating/tcl/widget-procs.tcl: * acs-templating/tcl/wizard-procs.tcl: Introduced missing ad_library statement. Normalized overall library description. 2016-10-02 gustafn * acs-admin/www/install/install.tcl: - fix tooltip text * acs-templating/acs-templating.info: * acs-templating/tcl/date-procs.tcl: * acs-templating/tcl/head-procs.tcl: * acs-templating/tcl/list-procs.tcl: - new conveniance function "template::add_event_listener" - improve documentation on "template::add_confirm_handler" - remove onclick and onkeypress inline scripts in list-procs - bump version number to 5.9.1d7 * calendar/calendar.info: * calendar/www/cal-item-create-recurrence.tcl: * calendar/www/cal-item-new.tcl: * calendar/www/mini-calendar.tcl: * calendar/www/navbar.adp: * calendar/www/navbar.tcl: - remove onclick inline script - use template::add_event_listener - update dependencies - bump version number to 2.6.1d4 * xowiki/tcl/includelet-procs.tcl: * xowiki/xowiki.info: - use template::add_event_listener - update dependencies - bump version number to 5.9.1d14 * acs-admin/acs-admin.info: * acs-admin/www/apm/packages-install.tcl: - use template::add_event_listener - update dependencies - bump version number to 5.9.1d4 2016-10-01 gustafn * xotcl-core/tcl/01-debug-procs.tcl: - change value of ns_log_redirector_manager only, when it is defined * acs-templating/acs-templating.info: * acs-templating/tcl/head-procs.tcl: - generalize template::add_acs_confirm_handler to allow as well other event types, such as e.g. "submit" * acs-admin/www/auth/authority.tcl: * acs-admin/www/auth/index.tcl: * acs-automated-testing/www/server.tcl: * acs-lang/www/admin/index.tcl: * acs-subsite/www/admin/site-map/index.tcl: * acs-subsite/www/admin/site-map/unmounted.tcl: * acs-templating/tcl/head-procs.tcl: * acs-templating/www/doc/demo/form.tcl: * faq/www/admin/one-faq.tcl: * xotcl-core/tcl/generic-procs.tcl: - renamve template::add_acs_confirm_handler into template::add_confirm_handler * acs-templating/www/doc/demo/form.adp: * acs-templating/www/doc/demo/form.tcl: - use confirm handler for doc/demo/form * acs-admin/www/auth/authority.adp: * acs-admin/www/auth/authority.tcl: * acs-admin/www/auth/index.tcl: * acs-automated-testing/www/server.adp: * acs-automated-testing/www/server.tcl: * acs-lang/www/admin/index.adp: * acs-lang/www/admin/index.tcl: * acs-subsite/www/admin/site-map/index.tcl: * acs-subsite/www/admin/site-map/unmounted.adp: * acs-subsite/www/admin/site-map/unmounted.tcl: * faq/www/admin/one-faq.adp: * faq/www/admin/one-faq.tcl: * file-storage/www/file-add.tcl: * xowiki/tcl/folder-procs.tcl: * xowiki/tcl/includelet-procs.tcl: * xowiki/www/admin/list.tcl: - use confirm handler instead of "onclick=..." in all packages in oacs-5-9 2016-09-30 gustafn * acs-tcl/tcl/utilities-procs.tcl: - include information about current object and the current class in debug output if available * xotcl-core/tcl/01-debug-procs.tcl: - iunclude information about ns_sets in the debug output 2016-09-29 gustafn * xotcl-core/tcl/01-debug-procs.tcl: - adding an xo::stats command for occasionaly needed statistics on potential memory leaks * acs-tcl/tcl/security-procs.tcl: - allow csrf token generation in background jobs * xotcl-core/tcl/generic-procs.tcl: * xotcl-core/xotcl-core.info: - make class "create" operations explicit - update version dependencies 2016-09-28 hectorr * xowiki/tcl/form-field-procs.tcl: Replaced 1row bit get_value to get a boolean value 2016-09-28 gustafn * forums/tcl/forums-procs.tcl: - add missing colon * acs-templating/tcl/head-procs.tcl: * xotcl-core/tcl/generic-procs.tcl: - added new function template::add_acs_confirm_handler for standardized confirm interactions ("are you sure") in order to get rid of onclick handlers - bump version numbers to reflect dependencies * forums/tcl/forums-procs.tcl: - clean dirty buffer * forums/tcl/forums-procs.tcl: - fix SQL query * dotlrn/www/member-confirm.adp: * dotlrn/www/member-confirm.tcl: * dotlrn/www/members.tcl: - internationalize member confirm dialog - replace "javascript:" urls by event listeners - fix indentation * calendar/www/view-month-display.adp: * calendar/www/view-month-display.tcl: - replace onclick/onkeypress handler with listeners - make expressions more sane 2016-09-28 antoniop * acs-templating/tcl/head-procs.tcl: -Quoted sqared parenthesis in javascript giving problems to subst. -Removed unnecessary call again to template::add_body_script * xotcl-core/tcl/generic-procs.tcl: Committing some fixes I had in stash since a while for this list interface, essentially fixing bugs. Thing works properly for my use cases (of then), but probably something that is not a wrapper would be better. Also removed javascript handler from directly in the markup to the body handler to comply with CSP * acs-bootstrap-installer/installer.tcl: Fixed typo: kernel_id instead of $::acs::kernel_id, not yet defined. * acs-admin/www/apm/package-add.tcl: Removed inline event handlers from form fields and put them into body event handlers to comply with CSP 2016-09-27 hectorr * xowiki/tcl/form-field-procs.tcl: Fixed typo mime_time -> mime_type 2016-09-27 gustafn * acs-templating/resources/lists/table-2third.adp: * acs-templating/resources/lists/table.adp: * openacs-bootstrap3-theme/resources/lists/table-2third.adp: * openacs-bootstrap3-theme/resources/lists/table.adp: - adding 'unsafe-inline' to list templates until need for "onclick" is removed * acs-admin/www/apm/package-add.tcl: * acs-admin/www/apm/packages-install-4.tcl: * acs-admin/www/apm/version-edit.tcl: * acs-admin/www/apm/version-reload.adp: * acs-admin/www/install/install-3.tcl: * acs-tcl/lib/progress-bar.adp: * acs-tcl/tcl/defs-procs.tcl: * acs-tcl/tcl/navigation-procs.tcl: * acs-tcl/tcl/utilities-procs.tcl: * acs-templating/tcl/paginator-procs.tcl: * acs-templating/tcl/richtext-or-file-procs.tcl: * acs-templating/tcl/richtext-procs.tcl: - adding nonce values to script tags * acs-subsite/www/admin/site-map/index.adp: * acs-subsite/www/admin/site-map/index.tcl: * acs-subsite/www/admin/site-map/site-map.tcl: * acs-subsite/www/site-map/index.adp: * acs-subsite/www/site-map/index.tcl: - get rid of javascript: links * calendar/www/cal-item-new.adp: * calendar/www/cal-item-new.tcl: * calendar/www/mini-calendar.adp: * calendar/www/mini-calendar.tcl: - remove javascript: urls - replace onclick/onkeypress handler with listeners * acs-subsite/www/admin/site-map/site-map.adp: * acs-subsite/www/site-map/index.adp: - remvoving code that was commented out * acs-tcl/tcl/defs-procs.tcl: * acs-templating/resources/forms/confirm-button.adp: * acs-templating/resources/forms/confirm-button.tcl: * xowiki/tcl/includelet-procs.tcl: - replace javascript: urls by event listeners * forums/lib/message/row.adp: * forums/lib/message/row.tcl: - turn javascript: url into an event listener * acs-admin/www/apm/packages-install-4.tcl: * acs-admin/www/install/install-4.adp: - use class = 'button' for non-navigational links - add nonce * file-storage/www/file-add.adp: * file-storage/www/file-add.tcl: - use event listener instead of onclick handler - hint based on "fs_title_msg" is probably not shown since many years. 2016-09-26 hectorr * xowiki/tcl/package-procs.tcl: Fixed typo - Thanks to Felix Mödritscher 2016-09-26 gustafn * forums/tcl/forums-procs.tcl: * forums/www/message-post.tcl: - add validator for forum_ids 2016-09-22 hectorr * xowiki/tcl/bootstrap-procs.tcl: BootstrapTableRenderer: patch to prevent workflow action buttons from appearing outside of the form * xowiki/tcl/xowiki-www-procs.tcl: Execute security::csrf::validate only for non __batch_mode requests - Many thanks to Günter Ernst. 2016-09-22 gustafn * acs-admin/www/install/install.tcl: - fix construction of utl when head channel is used * acs-admin/www/install/install-4.adp: - flag success/error more prominent * xowiki/tcl/form-field-procs.tcl: - generalize unknown mime-type handling for form-field "file" (untested) * acs-tcl/tcl/00-database-procs.tcl: - handle error when opening psql and error from withing psql the same way * acs-tcl/tcl/security-procs.tcl: - improve comments * acs-tcl/tcl/apm-install-procs.tcl: - improve line reaks in source control * acs-outdated/tcl/acs-tcl-procs.tcl: * acs-tcl/tcl/utilities-procs.tcl: - move deprecated proc lmap (since this conflicts with the built-in function of tcl 8.6) to acs-outdated - use dicts for default ports * acs-admin/www/install/install-2.adp: - use action button like on other pages * acs-outdated/tcl/acs-tcl-procs.tcl: branches: 1.1.2; file acs-tcl-procs.tcl was initially added on branch oacs-5-9. 2016-09-21 hectorr * xowiki/tcl/xowiki-www-procs.tcl: New parameter omit_field_name_spec for create_raw_form_field proc in order to override defaults on specs. This is still lacking the parameter setting logic. 2016-09-21 gustafn * xotcl-core/tcl/40-thread-mod-procs.tcl: - replace "my log ..." by "ns_log notice ..." as default exit handler (many thanks to Guenter Ernst for reporting) 2016-09-20 gustafn * xowiki/tcl/xowiki-utility-procs.tcl: - fix omitted update after replacement of "xo::dc foreach" (many thanks to Thomas Renner) * acs-developer-support/tcl/acs-developer-support-procs.tcl: - fix typo (many thanks to Thomas Renner) * xowiki/www/admin/portal-element-add.tcl: - fixed default value specification (many thanks to Thomas Renner) * acs-mail-lite/tcl/incoming-mail-procs.tcl: - remove one more assumption that the "base" configuration is always using the http driver 2016-09-20 antoniop * acs-messaging/acs-messaging.info: * acs-messaging/sql/oracle/acs-messaging-packages.sql: * acs-messaging/sql/oracle/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: * acs-messaging/sql/postgresql/acs-messaging-packages.sql: * acs-messaging/sql/postgresql/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: * general-comments/tcl/general-comments-procs-oracle.xql: * general-comments/tcl/general-comments-procs-postgresql.xql: * general-comments/tcl/general-comments-procs.tcl: Removed RFC822 id generation from acs_message__new stored procedure: beside being replication of what already available in proc acs_mail_lite::generate_message_id, it was buggy, because it assumed http protocol (no https) and also broke General Comments on installations that by chance had an empty SystemURL parameter * general-comments/www/comment-add-3-oracle.xql: * general-comments/www/comment-add-3-postgresql.xql: * general-comments/www/comment-add-3.xql: Removed obsolete xql files: their logic was already contained in general-comments-procs xqls * acs-messaging/sql/oracle/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: * acs-messaging/sql/postgresql/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: branches: 1.1.2; file upgrade-5.9.1d1-5.9.1d2.sql was initially added on branch oacs-5-9. 2016-09-19 hectorr * xowiki/tcl/xowiki-procs.tcl: Removing leftovers of instance_attributes column 2016-09-19 gustafn * xowiki/tcl/xowiki-procs.tcl: - make intention more clear, don't go useless miles 2016-09-18 gustafn * xowiki/tcl/includelet-procs.tcl: - fix orderby field name in form-usages (many thanks to thomas renner) 2016-09-16 antoniop * xowf/tcl/xowf-procs.tcl: Fix typo: form_object instead of form_id 2016-09-15 gustafn * acs-templating/tcl/head-procs.tcl: - add fallback for non CSP 2 compliant browsers for "head::add_script -script ..." * acs-tcl/tcl/security-procs.tcl: - added default CSP directive "font-src data:" * acs-bootstrap-installer/acs-bootstrap-installer.info: * acs-bootstrap-installer/installer/www/SYSTEM/csp-collector.tcl: * acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: bootstrap installer: - added csp policy to the files upgradeable via apm - bumped version number to 5.9.1d5 * acs-bootstrap-installer/installer/www/SYSTEM/csp-collector.tcl: branches: 1.1.2; file csp-collector.tcl was initially added on branch oacs-5-9. 2016-09-14 gustafn * xowiki/tcl/bootstrap-procs.tcl: - add font-src directive for bootstrap * xowiki/tcl/bootstrap-procs.tcl: - change onclick handler into event listener * xotcl-core/tcl/03-doc-procs.tcl: - do not prevent default behavior * xotcl-core/tcl/03-doc-procs.tcl: - fix js function name * xotcl-core/tcl/03-doc-procs.tcl: - make sure to load bootstrap after jquery * xotcl-core/www/show-object.tcl: - reduce verbosity * xowiki/resources/templates/oacs-view.adp: * xowiki/resources/templates/oacs-view2.adp: * xowiki/resources/templates/oacs-view3-bootstrap.adp: * xowiki/resources/templates/oacs-view3-bootstrap3.adp: * xowiki/resources/templates/oacs-view3.adp: * xowiki/resources/templates/view-book-no-ajax.adp: * xowiki/resources/templates/view-book.adp: * xowiki/resources/templates/view-default.adp: * xowiki/resources/templates/view-links.adp: * xowiki/resources/templates/view-page.adp: * xowiki/resources/templates/view-plain.adp: * xowiki/tcl/adp-generator-procs.tcl: - remove remaining onclick handlers in templates * xotcl-core/tcl/03-doc-procs.tcl: - replace on-click handler by event listener - add CSP directives * xotcl-core/tcl/03-doc-procs.tcl: - save dirty buffer * xowiki/resources/templates/view-book-no-ajax.tcl: * xowiki/resources/templates/view-book.tcl: * xowiki/resources/templates/view-page.adp: - set link variables always. - adjust topline for wiki menu * acs-templating/tcl/head-procs.tcl: - template::head::add_style: don't add identical entries multiple times 2016-09-14 antoniop * acs-templating/tcl/paginator-procs.tcl: Removed dangerous catch idiom * acs-templating/tcl/paginator-procs.tcl: Removed leftover count_query argument from template::paginator::create 2016-09-13 gustafn * xowiki/tcl/package-procs.tcl: - add conditional name normalization to simple_item_ref * acs-templating/tcl/richtext-procs.tcl: - add nonce to inline javascript * acs-tcl/acs-tcl.info: * acs-tcl/tcl/security-procs.tcl: - adding "-force" parameter to security::csp::require - bump version number to 5.9.1d12 * acs-templating/tcl/head-procs.tcl: - avoid event bubbling for click listener * xowiki/www/admin/index.tcl: - remove onlick handler be event listener * acs-admin/www/users/merge.adp: * acs-admin/www/users/merge.tcl: - replace "javascript:*" urls with event listeners * xotcl-core/tcl/30-widget-procs.tcl: - replace onclick handle by event listener * richtext-ckeditor4/richtext-ckeditor4.info: * richtext-ckeditor4/tcl/richtext-procs.tcl: - use "-force" flag for CSP "script-src 'unsafe-inline'" for ckeditor4 - update version dependency to acs-tcl - bump version number to 0.7 * xowiki/tcl/form-field-procs.tcl: * xowiki/xowiki.info: - use "-force" flag for CSP "script-src 'unsafe-inline'" for ckeditor4 - update version dependency to acs-tcl - bump version number to 5.9.1d13 * xowiki/www/admin/delete-type.tcl: - use "www-" prefix * acs-bootstrap-installer/installer/install.tcl: - use subst instead of doublequotes * xowiki/tcl/bootstrap-procs.tcl: * xowiki/tcl/folder-procs.tcl: * xowiki/tcl/menu-procs.tcl: * xowiki/tcl/yui-procs.tcl: remove javascript urls and onclick handlers from xowiki menubar (yui and bootstrap) - add nonce attribute to javascript created via tdom - add HTML IDs to menu items - add ability to add listener (list with 2 elements: type (such as "click") and script (body of a function to be executed). 2016-09-12 gustafn * acs-bootstrap-installer/installer/www/blank-master.tcl: * acs-tcl/tcl/security-procs.tcl: - Refine security policies: when necessary, define both a nonce and a 'unsafe-inline' to ensure compatibility on some less adavanced browsers - use same "secure" setting for ad_session_id, otherwise, just the last one is honored - fix linefeed and semicolon in js for focus handling * xowiki/tcl/form-field-procs.tcl: - fix escaped change * openacs-bootstrap3-theme/resources/widgets/login.tcl: - fix gravatar image computation * xowiki/tcl/includelet-procs.tcl: - make protocol-agnostic links for gravatar - use ns_md5 when available - add CSP directive * acs-templating/tcl/head-procs.tcl: - make unsafe-inline optional in CSP for legacy browsers: add automatically "script-src 'unsafe-inline'" when scripted body_scripts are used * acs-tcl/tcl/community-core-procs.tcl: - mark cc_* functions as deprecated, since more general functions exists in acs_user::, party::, or group:: namespaces * acs-tcl/tcl/request-processor-procs.tcl: - move comment to the right place * acs-tcl/tcl/apm-install-procs.tcl: * dotlrn/lib/member-email-confirm.tcl: * dotlrn/lib/member-email.tcl: * dotlrn/tcl/community-procs.tcl: * dotlrn/tcl/dotlrn-security-procs.tcl: * dotlrn/tcl/dotlrn-user-extension-procs.tcl: * forums/www/message-email.tcl: - replace deprecated "cc_email_from_party ..." by "party::email -party_id ..." * acs-tcl/tcl/test/community-core-test-procs.tcl: * dotlrn/www/admin/users-bulk-approve.tcl: * dotlrn/www/admin/users-bulk-upload-2.tcl: * dotlrn/www/member-email.tcl: * dotlrn/www/register.tcl: * notifications/tcl/notification-callback-procs.tcl: * notifications/tcl/notification-email-procs.tcl: - replace deprecated "cc_email_from_party ..." by "party::email -party_id ..." - replace deprecated "cc_lookup_email_user ..." by "party::get_by_email -email ..." * acs-authentication/tcl/authentication-procs.tcl: * acs-authentication/tcl/password-procs.tcl: * acs-automated-testing/tcl/tclwebtest-procs.tcl: - replace deprecated "cc_lookup_email_user ..." by "party::get_by_email -email ..." * acs-bootstrap-installer/bootstrap.tcl: * acs-bootstrap-installer/installer.tcl: - setting namespaced variable ::acs::kernel_id for future use * acs-tcl/tcl/http-client-procs.tcl: - shorten export_vars argument list * openacs-bootstrap3-theme/resources/masters/plain-master.tcl: - update security settings * acs-core-docs/tcl/acs-core-docs-procs.tcl: - use "file rootname ..." rather than "file root ..." * acs-automated-testing/tcl/aa-test-procs.tcl: - use "info procs" rather than "info proc" * xotcl-core/tcl/10-recreation-procs.tcl: * xotcl-core/tcl/generic-procs.tcl: - use explicit "create" statement * xowiki/tcl/form-field-procs.tcl: - use explicit create statement * openacs-bootstrap3-theme/resources/widgets/login.tcl: - use export_vars to generate full URL * dotlrn/install.xml: * openacs-bootstrap3-theme/resources/masters/plain-master.tcl: * openacs-bootstrap3-theme/tcl/apm-callback-procs.tcl: - use maxcdn rather than netdna CDN * xowiki/tcl/bootstrap-procs.tcl: * xowiki/xowiki.info: - use maxcdn rather than netdna cdn * xowiki/tcl/xowiki-www-procs.tcl: - user "info commands" rather than "info command" * acs-bootstrap-installer/installer/www/blank-master.tcl: -- handle ie 11 (uses a different header field for CSP) - move CSP generation to the end 2016-09-11 gustafn * xowiki/www/portlets/weblog-mini-calendar.tcl: - clean dirty editor buffer * xowiki/www/portlets/weblog-mini-calendar.tcl: - don't add a bodyscript for every day * xowiki/www/portlets/weblog-mini-calendar.tcl: - fix brace * xowiki/www/portlets/weblog-mini-calendar.tcl: - fix braces * xowiki/tcl/adp-generator-procs.tcl: - fix css in generator procs * xowiki/www/portlets/weblog-mini-calendar.tcl: - fix test condition * xowiki/www/portlets/weblog-mini-calendar.adp: * xowiki/www/portlets/weblog-mini-calendar.tcl: - replace onclick handler by eventlistener (for more strict CSPs) * xowiki/tcl/tree-procs.tcl: - use template::add_body_script to allow more strict CSP 2016-09-10 gustafn * openacs-bootstrap3-theme/openacs-bootstrap3-theme.info: * openacs-bootstrap3-theme/resources/masters/plain-master.tcl: - add CSP directives * acs-admin/www/apm/packages-install.tcl: * acs-developer-support/lib/toolbar.tcl: * dotlrn/www/admin/term-new.tcl: - add preventDefault() to all event handlers listening to click events * xowiki/resources/templates/oacs-view.adp: * xowiki/resources/templates/oacs-view2.adp: * xowiki/resources/templates/oacs-view3-bootstrap3.adp: * xowiki/resources/templates/oacs-view3.adp: * xowiki/resources/templates/view-book-no-ajax.adp: * xowiki/resources/templates/view-book.adp: * xowiki/resources/templates/view-default.adp: * xowiki/resources/templates/view-links.adp: * xowiki/resources/templates/view-plain.adp: - fix css statements * xowiki/resources/templates/oacs-view.adp: * xowiki/resources/templates/oacs-view2.adp: * xowiki/resources/templates/oacs-view3-bootstrap3.adp: * xowiki/resources/templates/oacs-view3.adp: * xowiki/resources/templates/view-book-no-ajax.adp: * xowiki/resources/templates/view-book.adp: * xowiki/resources/templates/view-default.adp: * xowiki/resources/templates/view-links.adp: * xowiki/resources/templates/view-plain.adp: * xowiki/tcl/adp-generator-procs.tcl: * xowiki/tcl/includelet-procs.tcl: - prevent jumping in event listeners - added sample template oacs-view3-bootstrap3.adp as used on openacs.org - updated sample templates * xowiki/tcl/includelet-procs.tcl: - turn onclick handler into event listener and a body script (for strict CSPs) * xowiki/lib/view.tcl: * xowiki/resources/templates/oacs-view.adp: * xowiki/resources/templates/oacs-view2.adp: * xowiki/resources/templates/oacs-view3.adp: * xowiki/resources/templates/view-book-no-ajax.adp: * xowiki/resources/templates/view-book.adp: * xowiki/resources/templates/view-default.adp: * xowiki/resources/templates/view-links.adp: * xowiki/resources/templates/view-plain.adp: * xowiki/tcl/adp-generator-procs.tcl: * xowiki/tcl/includelet-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: * xowiki/xowiki.info: - use addEventListener instead of onclick markup for wiki-search, edit-tags and popular-tags - fix popular tags link - regenerated template files - added scp directives for yui - bump version number to 5.9.1d12 * xotcl-core/tcl/30-widget-procs.tcl: * xotcl-core/xotcl-core.info: - use always template::head procs - bump version number to 0.150 * xowiki/resources/templates/oacs-view3-bootstrap3.adp: branches: 1.1.2; file oacs-view3-bootstrap3.adp was initially added on branch oacs-5-9. 2016-09-09 gustafn * acs-admin/www/apm/packages-install.tcl: * acs-developer-support/lib/toolbar.adp: * acs-developer-support/lib/toolbar.tcl: - CSP-reform: turn hrefs with javascript: URLs into body_scripts with eventListener for "click" * dotlrn/www/admin/term-new.tcl: - CSP-reform: turn onclick handler into body_script with eventListener * acs-kernel/sql/postgresql/acs-permissions-create.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d10-5.9.1d11.sql: - Improved compatiblity with PostgreSQL before 9.2: don't use SQL-language function names to reference parameters to obtain compatibility for earlier PostgreSQL versions (see https://www.postgresql.org/docs/9.2/static/release-9-2.html item E.19.3.9.3) * acs-tcl/tcl/security-procs.tcl: - add CSP directive "img-src 'self'" per default * acs-bootstrap-installer/installer/www/blank-master.adp: * acs-bootstrap-installer/installer/www/blank-master.tcl: * acs-templating/tcl/head-procs.tcl: - add CSP nonce to script tags if nonce value is available - turn function definition of acs_Focus() into a conditionally defined body-script - turn "body_event_handlers" into "window.addEventListener" * richtext-xinha/tcl/richtext-procs.tcl: - add required CSP directives; turn "body_handler -event onload" into a body_script * dotlrn/sql/postgresql/students-init.sql: - composition-rel reform: add one more type-cast * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d3-5.9.1d4.sql: - fix upgrade script for PostgreSQL before 9.2: the old version checked already the version number, but actually the SQL compilation failed due to the unknown "IF EXISTS" for sequences. * acs-developer-support/www/index.tcl: - reduce verbosity 2016-09-08 gustafn * xowiki/tcl/bootstrap-procs.tcl: * xowiki/tcl/form-field-procs.tcl: * xowiki/xowiki.info: - add required CSP directives - update dependences on acs-tcl for CSP - upgrade CKEditor version to 4.5.11 - bump version number to 5.9.1d11 2016-09-07 gustafn * richtext-ckeditor4/richtext-ckeditor4.info: * richtext-ckeditor4/tcl/richtext-procs.tcl: - add required CSP directives - update dependences for CSP - upgrade CKEditor version to 4.5.10 - bump version number to 0.6 * forums/forums.info: * forums/lib/message/thread-chunk.adp: * forums/lib/message/thread-chunk.tcl: - turn hardcoded inline script into a template::add_body_script to use CSP nonces - bump version number to 1.3d15 * acs-subsite/www/resources/core.js: - use functions rather than strings in js setTimeout() for CSP 2016-09-06 gustafn * acs-bootstrap-installer/acs-bootstrap-installer.info: * acs-bootstrap-installer/installer/www/blank-master.adp: * acs-bootstrap-installer/installer/www/blank-master.tcl: * acs-kernel/acs-kernel.info: * acs-tcl/acs-tcl.info: * acs-tcl/tcl/security-procs.tcl: - Added support for W3C Content Security Policy(CSP) * For details about CSP, see https://www.w3.org/TR/CSP/ * New calls: security::csp::nonce: Generate a CSP nonce token token security::csp::require /directive/ /value/: Add a requirements of a page to the CSP in order to generate later a tailored policy with the minimal permissions for this page. For example, the following requirement is currently added per default to the oacs-master template to permit style tags and style attribites in the markup. security::csp::require style-src 'unsafe-inline' security::csp::render: Generate a policy from the requirements * Added Kernel Parameter CSPEnabledP to activate/desctivate CSP (default on) - Bump version numbers acs-tcl to 5.9.1d11 acs-bootstrap-installer to 5.9.1d4 acs-kernel to 5.9.1d17 * acs-tcl/tcl/security-procs.tcl: - new function ::security::nonce_token to generate a nonce token as described in W3C Content Security Policy * acs-core-docs/tcl/acs-core-docs-procs.tcl: - use "filter_return" in cases, where we can map the .adp file and improve documentation * xotcl-request-monitor/www/index.adp: * xotcl-request-monitor/www/index.tcl: * xotcl-request-monitor/xotcl-request-monitor.info: - use template::add_body_script to get csp nonces generated - bump version to 0.47 2016-09-05 gustafn * acs-tcl/tcl/request-processor-procs.tcl: - Implements "Upgrade Insecure Requests" headers: W3C Candidate Recommendation https://www.w3.org/TR/upgrade-insecure-requests/ * acs-tcl/tcl/utilities-procs.tcl: - add missing expand operator * acs-bootstrap-installer/acs-bootstrap-installer.info: * acs-bootstrap-installer/installer/www/blank-master.adp: * acs-templating/tcl/head-procs.tcl: - add support for W3C Subresource Integrity (SRI) * For details about SRI, see https://www.w3.org/TR/SRI/ * Added arguments -crossorigin and -integrity to the following functions template::add_body_script template::add_script template::head::add_javascript template::head::add_link template::head::add_script * Updated blank-master.adp - some more cleanup: * remove commented out code * add missing argument documentation (template::head::add_javascript) * document arguments alphabetically * acs-templating/tcl/query-procs.tcl: - provide a better error message in case the request processor fails early * acs-tcl/tcl/security-procs.tcl: - security::redirect_to_secure: add flag "-script_abort" to make it usable in filter procs (ad_script_abort triggers errors without error message) - security::get_secure_location: * align implementation to function documentation (to make it usable for sub-sites). Last version returned always the "configured secure" location, not the "current secure location" * replace regexps by util::split_location/util::join_location/ 2016-09-02 gustafn * acs-kernel/acs-kernel.info: * acs-tcl/tcl/security-procs.tcl: - add kernel parameter to make ad_session_id cookies secure (useful on sites, where all sessions are via https, improves security rating on e.g. mozillas observatory tool) * acs-subsite/acs-subsite.info: * acs-subsite/www/admin/index.adp: * acs-subsite/www/admin/index.tcl: * acs-tcl/acs-tcl.info: * acs-tcl/tcl/defs-procs.tcl: * acs-tcl/tcl/security-procs.tcl: * acs-tcl/tcl/utilities-procs.tcl: - fix bug for host-node-mapped subsites: on the (subsite) admin-page of a host-node-mapped subsites, the link to site-wide-admin should always point to the main site. - add new helper function util::configured_location to address the bug above to return the configured location as configured for the current network driver. While [util_current_location] honors the virtual host information of the host header field, util::configured_location returns the main configured location (probably the main subsite). - extend [util_driver_info] * make the passed-in array name optional and to return always a dict * include the configured host name in the result (dict/array) - add cross references via @see to make it easier to switch between related functions - bump version number of acs-tcl to 5.9.1d10 and acs-subsite to 5.9.1d7 to address dependencies * xowf/tcl/xowf-procs.tcl: * xowf/xowf.info: - fix potential problem, when form objs is already preloaded * acs-admin/www/install/install.tcl: - improve labels on "install from repo" (distinguish between "install" and "upgrade") * acs-templating/resources/masters/plain-streaming-head.adp: * acs-templating/resources/masters/plain-streaming-head.tcl: - provide default masters in case no theme provides a template * acs-tcl/tcl/security-procs.tcl: - reduce redundancy handling legacy network drivers - simplify code * acs-templating/resources/masters/plain-streaming-head.adp: branches: 1.1.2; file plain-streaming-head.adp was initially added on branch oacs-5-9. * acs-templating/resources/masters/plain-streaming-head.tcl: branches: 1.1.2; file plain-streaming-head.tcl was initially added on branch oacs-5-9. 2016-09-01 hectorr * xowiki/tcl/form-field-procs.tcl: Removed unnecesary exists, causing problems at least when form field file is used as repeat field, not showing the add button properly 2016-09-01 gustafn * acs-core-docs/tcl/acs-core-docs-procs.tcl: - adding missing $ sign * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.0d5-5.9.0d6.sql: - don't change names of arguments unless necessary, since such cases require a DROP FUNCTION 2016-08-31 hectorr * acs-content-repository/tcl/revision-procs-postgresql.xql: Avoid using deprecated content_item__new/17 * chat/www/room-postgresql.xql: Fixed table alias 2016-08-31 gustafn * xotcl-core/tcl/cr-procs.tcl: - add optional parameter "-initialize true|false" to "get_instance_from_db" * acs-kernel/sql/postgresql/acs-kernel-create.sql: - add verbosity setting - make it easy to log SQL statements as these are executed * acs-kernel/acs-kernel.info: * acs-kernel/sql/postgresql/site-nodes-create.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d14-5.9.1d15.sql: * acs-tcl/tcl/request-processor-procs.tcl: - added kernel parameter MaxUrlLength (default 2000) to remove hard-coded length in request-processor-procs. - lifted data model restriction of 100 characters for url-segments (changing types of "site_nodes.name" from "varchar(100)" to "text") (PostgreSQL only) - site_node__node_id * use built-in string functions instead of characterwise loop * use default for last argument * Improve source-code documentation - bumped version number of kernel to 5.9.1d15 * xotcl-core/xotcl-core.info: - bump version number to 0.149 to allow other packages to rely on the initialize parameter of "get_instance_from_db" * acs-admin/tcl/apm-admin-procs.tcl: - distinguish in apm_package_selection_widget between operations (updates/installs/or both) * acs-core-docs/tcl/acs-core-docs-procs.tcl: * acs-core-docs/www/xml/kernel/apm-design.xml: - fix incorrect links * acs-bootstrap-installer/bootstrap.tcl: * acs-tcl/tcl/acs-kernel-procs.tcl: - improve debug messages for broken installations * acs-tcl/tcl/site-nodes-procs.tcl: - make return explicit * openacs-bootstrap3-theme/openacs-bootstrap3-theme.info: - remove initial-install-p flag * acs-admin/www/users/search.tcl: - remove unneeded quoting * xotcl-core/xotcl-core.info: - updated package info * acs-kernel/sql/postgresql/acs-objects-create.sql: * acs-kernel/sql/postgresql/apm-create.sql: - use dollar quoting for SQL comments * acs-kernel/sql/oracle/upgrade/upgrade--5.9.1d15-5.9.1d16.sql: branches: 1.1.2; file upgrade--5.9.1d15-5.9.1d16.sql was initially added on branch oacs-5-9. * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d14-5.9.1d15.sql: branches: 1.1.2; file upgrade-5.9.1d14-5.9.1d15.sql was initially added on branch oacs-5-9. * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d15-5.9.1d16.sql: branches: 1.1.2; file upgrade-5.9.1d15-5.9.1d16.sql was initially added on branch oacs-5-9. * acs-kernel/acs-kernel.info: * acs-kernel/sql/oracle/acs-relationships-create.sql: * acs-kernel/sql/oracle/groups-body-create.sql: * acs-kernel/sql/oracle/groups-create.sql: * acs-kernel/sql/oracle/test/rel-segments-test-types-create.sql: * acs-kernel/sql/oracle/upgrade/upgrade--5.9.1d15-5.9.1d16.sql: * acs-kernel/sql/postgresql/acs-create.sql: * acs-kernel/sql/postgresql/acs-relationships-create.sql: * acs-kernel/sql/postgresql/groups-body-create.sql: * acs-kernel/sql/postgresql/groups-create.sql: * acs-kernel/sql/postgresql/postgresql.sql: * acs-kernel/sql/postgresql/rel-segments-create.sql: * acs-kernel/sql/postgresql/test/rel-segments-test-types-create.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d15-5.9.1d16.sql: * acs-kernel/sql/test/rel-segments-test-types-create.sql: * acs-subsite/acs-subsite.info: * acs-subsite/sql/oracle/email-image.sql: * acs-subsite/sql/oracle/portraits.sql: * acs-subsite/sql/oracle/user-profiles-create.sql: * acs-subsite/sql/postgresql/email-image.sql: * acs-subsite/sql/postgresql/portraits.sql: * acs-subsite/sql/postgresql/user-profiles-create.sql: * acs-subsite/tcl/rel-types-procs-oracle.xql: * acs-subsite/tcl/rel-types-procs-postgresql.xql: * acs-subsite/tcl/rel-types-procs.tcl: * acs-subsite/tcl/test/acs-subsite-procs.tcl: * dotlrn/sql/postgresql/admins-init.sql: * dotlrn/sql/postgresql/class-memberships-create.sql: * dotlrn/sql/postgresql/dotlrn-init.sql: * dotlrn/sql/postgresql/externals-init.sql: * dotlrn/sql/postgresql/privacy-init.sql: * dotlrn/sql/postgresql/professors-init.sql: * dotlrn/sql/postgresql/users-init.sql: * evaluation/sql/postgresql/evaluation-create.sql: * user-profile/sql/postgresql/user-profile-init.sql: composition-rel reform: - apply changes developed by Michael Steigman for making rel-types configurable whether these should be composable or not (default is: these are composable, which was up to now the only choice) - improved documentation of log argument lists of SQL functions - Background: http://openacs.org/forums/message-view?message_id=5330734 http://openacs.org/forums/message-view?message_id=4031049 - bump version number of acs-kernel to 5.9.1d16 2016-08-30 gustafn * acs-tcl/tcl/utilities-procs.tcl: - added new function "util::join_location" as counterpart of "util::split_location" to use IP-literal notation when necessary (IPv6). The function can be used in connection with "util::split_location" to substitute hostnames/ports etc. in full urls instead of insecure regsub operations. - function "util::external_url_p": * don't use "string match" for comparing locations, since this will fail with IP-literal notation * no need to compare with encoded name (if needed, on should provide an option). * acs-tcl/tcl/security-procs.tcl: security-procs: - fix broken comparisons when "UseHostnameDomainforReg" is set (see also issue #3293). - don't use string match/regesub when manipulating URLs (causes troubles with IP-literal notation). Instead, us "eq" or "util::split_location"/"util::join_location" - added means to ease debugging of login_urls and login_cookie: variables "::security::log(login_url)" and "::security::log(login_cookie)" contain the log severity. by setting these to e.g. "notice", this does not require to activate full debugging (setting severity to debug) in order to obtain log output. 2016-08-29 hectorr * acs-templating/tcl/list-procs.tcl: Prefer ns_quotehtml over ad_quotehtml, and quote fixing. 2016-08-29 gustafn * acs-tcl/tcl/security-procs.tcl: - address bug #3293: actual code in oacs-5-9 used full host header (from request header fields) which might contain port. db-query is now performed without the optional port - improve Tcl coding (use defaults, break long lines) * acs-subsite/www/permissions/grant.tcl: - get rid of the pesky "MISSING FORMWIDGET: ...formbutton:ok" message * dotlrn-forums/dotlrn-forums.info: * forums-portlet/forums-portlet.info: - update dependcies, otherwise the update order in large updates is not correct 2016-08-25 hectorr * acs-templating/tcl/list-procs.tcl: Value of within ad_quotehtml to avoid possible XSS attacks. 2016-08-24 hectorr * acs-templating/tcl/list-procs.tcl: Added subst fixing acs_ListCheckAll variable substitutions not working. * new-portal/tcl/portal-procs.xql: hidden_p is a boolean noe, therefore rewriting the case clause of portal::configure_dispatch.toggle_tab_visibility 2016-08-23 hectorr * new-portal/new-portal.info: * new-portal/sql/postgresql/upgrade/upgrade-2.9.1d2-2.9.1d3.sql: Deleting old definition of portal_page__new/11 * new-portal/sql/postgresql/upgrade/upgrade-2.9.1d2-2.9.1d3.sql: branches: 1.1.2; file upgrade-2.9.1d2-2.9.1d3.sql was initially added on branch oacs-5-9. 2016-08-20 gustafn * acs-tcl/tcl/security-procs.tcl: - security::validated_host_header: Handle aliases for locations, which cannot be determined from config files, but which are supposed to be ok 2016-08-19 gustafn * acs-subsite/www/permissions/perm-modify.tcl: - don't add explicit permissions for swa users on permission * acs-tcl/tcl/security-procs.tcl: - don't report urls in security::locations obtained form https drivers which loaded but not listening (identifiable via port number 0) * tsearch2-driver/tcl/tsearch2-driver-procs.tcl: - fix for openacs.org site bug #101 * acs-tcl/tcl/request-processor-procs.tcl: Improving root_of_host_ - reduce dependency of the paths in the configuration script - treat not only http, but as well https locations - improve comments 2016-08-18 gustafn * acs-lang/tcl/locale-procs.tcl: - Accept locales as syntactically correct when these contain numeric values (such as e.g. "es_419" for “Latin American Spanish”). Since lang::conn::valid_locale_p is used in lang::conn::get_accept_language_header, OpenACS throws exceptions on invalid locales, these caused problem even when these are low on the preference list of the Accept-Language header field. * acs-lang/tcl/locale-procs.tcl: - Make parsing of "Accept-Language" header fields more robust: ignore spaces after the comma, ignore wildcard value "*" * acs-tcl/tcl/request-processor-procs.tcl: - don't complain in rp_lookup_node_from_host when pass-in host is emtpy (return empty node_id as well) * acs-lang/tcl/locale-procs.tcl: - fix spelling of variable name 2016-08-17 hectorr * richtext-xinha/tcl/richtext-procs.tcl: Fixed missing $ 2016-08-17 gustafn * acs-messaging/acs-messaging.info: * acs-messaging/sql/postgresql/acs-messaging-packages.sql: * acs-messaging/sql/postgresql/upgrade/upgrade-5.9.0-5.9.1d1.sql: - fix bug showing up with acs-messaging: some installation did not have wrapper version for acs_message__new/16. red rid of it and use default in /17 version * acs-messaging/sql/postgresql/upgrade/upgrade-5.9.0-5.9.1d1.sql: branches: 1.1.2; file upgrade-5.9.0-5.9.1d1.sql was initially added on branch oacs-5-9. 2016-08-16 hectorr * acs-lang/www/change-locale-include.tcl: Fixed absolute url expression check for proxy scenarios 2016-08-16 gustafn * xotcl-core/tcl/01-debug-procs.tcl: - make sure to release all unused handles before finalize * acs-tcl/tcl/utilities-procs.tcl: - proc get_referrer: add optional flag "-relative" to return the referrer without protocol and host 2016-08-11 gustafn * news/news.info: * news/sql/postgresql/upgrade/upgrade-5.9.0-5.9.1d1.sql: * news/sql/postgresql/upgrade/upgrade-5.9.0d2-5.9.0d3.sql: - Cleanup cr_revisions belonging to the news package, for which there are no news_id in cr_news. These entries were created since ever in the news package. The bug adding spurious revisions was fixed with the OpenACS 5.9.0 release, this upgrade scripts removes leftovers of the earlier bug. * news/sql/postgresql/upgrade/upgrade-5.9.0-5.9.1d1.sql: - clean dirty editor buffer * acs-subsite/www/admin/site-map/index.tcl: * acs-subsite/www/site-map/index.tcl: - keep question mark for expand urls * acs-subsite/www/admin/site-map/index.tcl: * acs-subsite/www/site-map/index.tcl: - modernize Tcl - fix urls * news/www/item-create-3.tcl: * news/www/item-create.tcl: * news/www/preview.tcl: - modernize Tcl code * acs-subsite/www/permissions/perm-modify-oracle.xql: * acs-subsite/www/permissions/perm-modify-postgresql.xql: * acs-subsite/www/permissions/perm-modify.tcl: - use API calls instead of local implementation (which simplifies the code and yields chache flushes) * news/sql/postgresql/upgrade/upgrade-5.9.0-5.9.1d1.sql: branches: 1.1.2; file upgrade-5.9.0-5.9.1d1.sql was initially added on branch oacs-5-9. * news/sql/postgresql/upgrade/upgrade-5.9.0d2-5.9.0d3.sql: branches: 1.1.2; file upgrade-5.9.0d2-5.9.0d3.sql was initially added on branch oacs-5-9. 2016-08-10 hectorr * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d20-5.9.1d21.sql: Added Oracle version of acs-cr upgrade-5.9.1d20-5.9.1d21.sql script and simplified postgres version. * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d20-5.9.1d21.sql: Fixed if statement in oracle upgrade script * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d20-5.9.1d21.sql: Simplified upgrade-5.9.1d20-5.9.1d21.sql postgres script * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d20-5.9.1d21.sql: branches: 1.1.2; file upgrade-5.9.1d20-5.9.1d21.sql was initially added on branch oacs-5-9. 2016-08-09 hectorr * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/common/mime-type-data.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d20-5.9.1d21.sql: Updated mimetypes * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d20-5.9.1d21.sql: branches: 1.1.2; file upgrade-5.9.1d20-5.9.1d21.sql was initially added on branch oacs-5-9. 2016-08-05 gustafn * acs-admin/lib/site-wide-services.adp: * acs-admin/www/apm/index.adp: - don't force redirect * tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql: - improve formatting * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d3-5.9.1d4.sql: - improve source code documentation * forums-portlet/www/forums-admin-portlet.adp: * new-portal/www/template-place-element.adp: * new-portal/www/themes/deco-theme.adp: * news/www/admin/approve.adp: * news/www/admin/index.adp: * news/www/admin/process.adp: * news/www/item-create-thankyou.adp: * notifications/www/request-notification.adp: * notifications/www/request-unsubscribe-notification.adp: * rss-support/www/subscr-ae.adp: * search/www/search.adp: * survey/www/admin/one.adp: - modenize HTML * acs-authentication/www/doc/configure-batch-sync.adp: * acs-content-repository/www/doc/guide/object-relationships.adp: * acs-content-repository/www/doc/guide/object-relationships.html: * acs-content-repository/www/doc/method.adp: * acs-content-repository/www/doc/tutorial.html: * acs-core-docs/lib/navheader.adp: * acs-core-docs/www/acs-core-docs.adp: * acs-core-docs/www/cvs-guidelines.html: * acs-core-docs/www/tutorial-css-layout.adp: * acs-core-docs/www/tutorial-wysiwyg-editor.adp: * acs-core-docs/www/xml/developers-guide/i18n.xml: * acs-core-docs/www/xml/engineering-standards/cvs.xml: * acs-core-docs/www/xml/releasing-openacs.xml: * acs-developer-support/lib/footer.adp: * acs-developer-support/www/doc/index.adp: * acs-developer-support/www/search.adp: * acs-lang/www/doc/i18n-design.html: * acs-mail-lite/www/restore-bounce.adp: * acs-reference/www/reference-data-list.adp: * acs-service-contract/www/binding-display.adp: * acs-service-contract/www/contract-display.adp: * acs-subsite/www/admin/groups/elements-by-rel-type.adp: * assessment-portlet/www/assessment-portlet.adp: * assessment/www/assessment-section-submit.adp: * assessment/www/assessment-single-submit.adp: * attachments/www/admin/new-root-folder-map.adp: * attachments/www/doc/index.adp: * attachments/www/file-add.adp: * attachments/www/simple-add.adp: * categories/lib/list-categories.adp: * categories/www/cadmin/category-delete.adp: * categories/www/cadmin/category-link-delete.adp: * categories/www/cadmin/synonym-delete.adp: * categories/www/cadmin/tree-delete.adp: * categories/www/cadmin/tree-usage.adp: * dotlrn-forums/www/dotlrn-forums-admin-portlet.adp: * dotlrn-forums/www/user.adp: * evaluation-portlet/lib/evaluations-chunk.adp: * faq/templates/first/one-faq.adp: * faq/www/admin/one-faq.adp: * faq/www/admin/one-question.adp: * faq/www/index.adp: * faq/www/one-faq.adp: * faq/www/one-question.adp: * file-storage/www/admin/rss-subscr-ae.adp: * file-storage/www/search.adp: * forums/lib/forums/forums-history-chunk.adp: * forums/lib/message/pending-list-chunk.adp: * forums/lib/user/post-history-chunk.adp: * forums/www/admin/forum-edit.adp: * forums/www/message-view.adp: * forums/www/moderate/move-thread-thread.adp: * forums/www/moderate/move.adp: * news/www/admin/approve.adp: * openacs-bootstrap3-theme/openacs-bootstrap3-theme.info: * openacs-bootstrap3-theme/resources/display_templates/download/index-archive_name.adp: * openacs-bootstrap3-theme/resources/templates/packages/acs-admin/www/apm/repository-channel-index.adp: * openacs-bootstrap3-theme/resources/templates/packages/acs-admin/www/apm/repository-index.adp: * openacs-bootstrap3-theme/resources/templates/packages/notifications/lib/notification-widget.adp: * openacs-bootstrap3-theme/resources/widgets/login.adp: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp: * theme-zen/www/doc/index.adp: - modernize HTML * dotlrn-fs/www/all-objects.adp: * dotlrn-fs/www/index.adp: * dotlrn-homework/www/dotlrn-homework-admin-portlet.adp: * dotlrn-homework/www/file-copy.adp: * dotlrn-homework/www/file-delete.adp: * dotlrn-homework/www/file-move.adp: * dotlrn-homework/www/folder-chunk.adp: * dotlrn-homework/www/folder-delete.adp: * dotlrn-homework/www/version-delete.adp: * evaluation/www/admin/evaluations/student-list.adp: * evaluation/www/admin/grades/distribution-edit.adp: * evaluation/www/admin/grades/grades.adp: * evaluation/www/admin/groups/group-new.adp: * evaluation/www/admin/groups/group-rename.adp: * evaluation/www/admin/groups/one-group.adp: * evaluation/www/admin/tasks/index.adp: * evaluation/www/answer-ok.adp: * evaluation/www/view/answer-ok.adp: * evaluation/www/view/answer-view.adp: - modernize HTML (prefer "semantic" attributes) - quote HTML attributes * acs-core-docs/tcl/acs-core-docs-init.tcl: * acs-core-docs/tcl/acs-core-docs-procs.tcl: - provide a redirector from .html to .adp for doc pages * acs-core-docs/tcl/acs-core-docs-init.tcl: branches: 1.1.2; file acs-core-docs-init.tcl was initially added on branch oacs-5-9. 2016-08-03 gustafn * dotlrn/dotlrn.info: * dotlrn/sql/postgresql/communities-package-create.sql: * dotlrn/sql/postgresql/privacy-init.sql: * dotlrn/sql/postgresql/privacy-package-create.sql: * dotlrn/sql/postgresql/upgrade/upgrade-2.9.1d3-2.9.1d4.sql: - turn char(1) with 't'/'f' into boolean - bump version number to 2.9.1d4 * dotlrn/sql/postgresql/upgrade/upgrade-2.9.1d3-2.9.1d4.sql: branches: 1.1.2; file upgrade-2.9.1d3-2.9.1d4.sql was initially added on branch oacs-5-9. 2016-08-02 gustafn * acs-api-browser/acs-api-browser.info: * acs-api-browser/lib/search.adp: * acs-api-browser/lib/search.tcl: * acs-api-browser/tcl/acs-api-documentation-procs.tcl: * acs-api-browser/www/plsql-subprogram-one.tcl: * acs-api-browser/www/plsql-subprograms-all-oracle.xql: * acs-api-browser/www/plsql-subprograms-all-postgresql.xql: * acs-api-browser/www/plsql-subprograms-all.adp: * acs-api-browser/www/plsql-subprograms-all.tcl: * acs-api-browser/www/proc-view.tcl: * acs-api-browser/www/tcl-doc-search.adp: * acs-api-browser/www/tcl-doc-search.tcl: * acs-api-browser/www/tcl-proc-view.tcl: - apidoc::get_doc_url: factor out common code to reduce redundancy - OpenACS PL/SQL API Search: add number ot arguments, modernize adp, better separation of multiple psql functions - fix postgres search url on api-doc/index page - add missing csrf protection to NaviServer/AOLserver search box - bump version number to 5.9.1d3 * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/common/mime-type-data.sql: * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d19-5.9.1d20.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d19-5.9.1d20.sql: - fix old typo in label of unknown mimtype (was "Unkown") * acs-api-browser/www/tcl-proc-view.adp: * acs-api-browser/www/tcl-proc-view.tcl: - improve URL on error page * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d11-5.9.1d12.sql: - update upgrade script to more powerful version used in later update scripts as well * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d11-5.9.1d12.sql: * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d12-5.9.1d13.sql: * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d13-5.9.1d14.sql: * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d15-5.9.1d16.sql: - use same logic in all update-scripts for cr_mime_types * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d19-5.9.1d20.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d19-5.9.1d20.sql: branches: 1.1.2; file upgrade-5.9.1d19-5.9.1d20.sql was initially added on branch oacs-5-9. 2016-07-29 gustafn * dotlrn/www/weblog-control-panel.adp: - add missing
    elements * dotlrn/www/admin/classes-chunk.tcl: * dotlrn/www/admin/term.tcl: - get rid of the pesky "MISSING FORMWIDGET: ...formbutton:ok" message * dotlrn/sql/postgresql/custom-permissions.sql: * dotlrn/tcl/community-procs.tcl: - get_community_id: pass current url to closest_ancestor_package if no package_id is given - use list for argument of util_memoize to avoid surprises - don't write HTML tags to error.log * dotlrn-homework/tcl/dotlrn-homework-procs.tcl: * dotlrn-homework/tcl/dotlrn-homework-procs.xql: * dotlrn-homework/www/master.adp: * dotlrn-homework/www/master.tcl: - make sure, $title is set and not doulble quoted * dotlrn-homework/www/file-add.tcl: - reflow code to improve readability 2016-07-26 gustafn * acs-templating/www/doc/demo/list5/view-one.tcl: - add validator for page-contract 2016-07-18 gustafn * calendar/www/view-print-display.adp: - add "title" to HTML * acs-templating/www/admin/test/chain-frac-1.adp: * acs-templating/www/admin/test/if.adp: * acs-templating/www/admin/test/include-0.adp: * acs-templating/www/doc/demo/fibo-start.adp: * acs-templating/www/doc/demo/hello.adp: * acs-templating/www/resources/htmlarea/popups/blank.html: - add title to pages * assessment/lib/comments-chunk.adp: * assessment/lib/results-edit-oq.adp: * assessment/lib/results-edit-sa.adp: * assessment/lib/session.adp: * assessment/lib/show-check-info.adp: * assessment/www/asm-admin/checks-admin.adp: * assessment/www/asm-admin/item-stats.adp: * assessment/www/asm-admin/results-edit.adp: * assessment/www/asm-admin/results-session.adp: * assessment/www/asm-admin/section-preview.adp: * general-comments/www/admin/delete.adp: * general-comments/www/comment-ae.adp: * general-comments/www/delete.adp: * general-comments/www/file-ae.adp: * general-comments/www/test.adp: * general-comments/www/url-ae.adp: * general-comments/www/view-image.adp: - modernize HTML in .adp files * acs-datetime/www/doc/coversheet.html: * acs-datetime/www/doc/design.html: * acs-datetime/www/doc/examples/calendar-navigation.adp: * acs-datetime/www/doc/index.html: * acs-datetime/www/doc/requirements.html: * acs-subsite/www/doc/group-admin-pages-acceptance-test.html: * acs-subsite/www/doc/group-admin-pages-design.html: * acs-subsite/www/doc/group-admin-pages-requirements.html: * categories/www/doc/design.html: * categories/www/doc/requirements.adp: * categories/www/doc/requirements.html: * general-comments/www/doc/design.adp: * general-comments/www/doc/design.html: - modernize HTML in documentation * dotlrn-portlet/www/dotlrn-admin-portlet.adp: - normalize boolean expressions - modernize HTML 2016-07-16 gustafn * assessment/www/doc/as_items.html: * assessment/www/doc/asm_trigger_doc/ch01.html: * assessment/www/doc/asm_trigger_doc/ch01s01.html: * assessment/www/doc/asm_trigger_doc/ch02.html: * assessment/www/doc/asm_trigger_doc/index.html: * assessment/www/doc/data_collection.html: * assessment/www/doc/display_types.html: * assessment/www/doc/user_interface/assessment_creation.html: * assessment/www/doc/user_interface/index.html: * assessment/www/doc/user_interface/item_creation.html: * file-storage/www/doc/design.html: * file-storage/www/doc/requirements.html: - modernize HTML of documentation * acs-automated-testing/www/admin/component.adp: * acs-automated-testing/www/admin/index.adp: * acs-automated-testing/www/admin/testcase.adp: * acs-automated-testing/www/doc/usage.adp: * acs-automated-testing/www/index.adp: * acs-automated-testing/www/server.adp: - modernize tags in .adp files * acs-authentication/www/doc/configure-batch-sync.adp: * acs-authentication/www/doc/configure-batch-sync.html: * acs-authentication/www/doc/ext-auth-design.html: * acs-authentication/www/doc/ext-auth-install.html: * acs-authentication/www/doc/ext-auth-ldap-install.html: * acs-authentication/www/doc/ext-auth-pam-install.html: * acs-authentication/www/doc/ims-sync-driver-design.adp: - modernize tags in documentation 2016-07-14 gustafn * acs-subsite/www/permissions/perm-user-add-include-oracle.xql: * acs-subsite/www/permissions/perm-user-add-include-postgresql.xql: - add missing files * acs-subsite/www/admin/group-types/groups-list-postgresql.xql: * acs-subsite/www/admin/groups/elements-display-list-oracle.xql: * acs-subsite/www/admin/groups/elements-display-list-postgresql.xql: - cleanup of recent changes * acs-tcl/tcl/acs-permissions-procs.tcl: - don't rely on abbreaviation "int" * acs-subsite/www/admin/groups/one.adp: - fix quote * acs-subsite/www/admin/site-map/site-map.tcl: - improve HTML * acs-tcl/tcl/acs-permissions-procs.tcl: - improve backward compatibility: although permission_p is boolean, the results of often compared with literal "0" and "1", so return an integer as well * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d3-5.9.1d4.sql: - polishing update script * acs-subsite/www/admin/attributes/one.adp: * acs-subsite/www/admin/group-types/one.adp: * acs-subsite/www/admin/groups/elements-by-rel-type.adp: * acs-subsite/www/admin/groups/elements-display-list.adp: * acs-subsite/www/admin/groups/elements-display.adp: * acs-subsite/www/admin/groups/one.adp: * acs-subsite/www/admin/parties/add-select-type.adp: * acs-subsite/www/admin/parties/one.adp: * acs-subsite/www/admin/rel-segments/constraints/one.adp: * acs-subsite/www/admin/rel-segments/elements-display.adp: * acs-subsite/www/admin/rel-segments/one.adp: * acs-subsite/www/admin/rel-types/one.adp: * acs-subsite/www/admin/relations/add.adp: * acs-subsite/www/admin/relations/one.adp: * acs-subsite/www/admin/site-map/site-map.tcl: - use boolean operator for boolean comparisons 2016-07-12 gustafn * forums/lib/message/post.tcl: * tsearch2-driver/tcl/tsearch2-driver-procs.tcl: - removed usedless expr statements * acs-developer-support/tcl/acs-developer-support-procs.tcl: - removed useless expr statement * forums/lib/forums-portlet.tcl: - removed useless expr statements 2016-07-09 gustafn * openacs-bootstrap3-theme/openacs-bootstrap3-theme.info: - add necessary tags and description, update dependencies - bump version number to 5.9.1d1 * openacs-bootstrap3-theme/openacs-bootstrap3-theme.info: - backport from oacs-5-9 2016-07-08 gustafn * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d6-5.9.1d7.sql: - fix upgrade script * openacs-bootstrap3-theme/catalog/openacs-bootstrap3-theme.en_US.ISO-8859-1.xml: * openacs-bootstrap3-theme/catalog/openacs-bootstrap3-theme.es_ES.ISO-8859-1.xml: * openacs-bootstrap3-theme/resources/dimensionals/dimensional.adp: * openacs-bootstrap3-theme/resources/forms/form-horizontal.adp: * openacs-bootstrap3-theme/resources/masters/plain-master.adp: * openacs-bootstrap3-theme/resources/masters/plain-streaming-head.adp: * openacs-bootstrap3-theme/resources/masters/plain-streaming-head.tcl: * openacs-bootstrap3-theme/resources/masters/tabbed-master-turquois.adp: * openacs-bootstrap3-theme/resources/masters/tabbed-master-turquois.tcl: * openacs-bootstrap3-theme/resources/masters/tabbed-master.adp: * openacs-bootstrap3-theme/resources/masters/tabbed-master.tcl: * openacs-bootstrap3-theme/resources/masters/tabbed-streaming-head-turquois.adp: * openacs-bootstrap3-theme/resources/masters/tabbed-streaming-head-turquois.tcl: * openacs-bootstrap3-theme/resources/masters/tabbed-streaming-head.adp: * openacs-bootstrap3-theme/resources/masters/tabbed-streaming-head.tcl: * openacs-bootstrap3-theme/resources/templates/packages/acs-subsite/lib/login.tcl: * openacs-bootstrap3-theme/resources/templates/packages/forums/lib/search/search-form.adp: * openacs-bootstrap3-theme/resources/templates/packages/forums/lib/search/search-form.tcl: * openacs-bootstrap3-theme/resources/templates/packages/notifications/lib/notification-widget.tcl: * openacs-bootstrap3-theme/resources/templates/packages/xowiki/www/edit.adp: * openacs-bootstrap3-theme/resources/templates/packages/xowiki/www/edit.tcl: * openacs-bootstrap3-theme/resources/widgets/header-bar.adp: * openacs-bootstrap3-theme/resources/widgets/navigation.adp: * openacs-bootstrap3-theme/resources/widgets/navigation.tcl: * openacs-bootstrap3-theme/resources/widgets/search.adp: * openacs-bootstrap3-theme/www/resources/css/color/blue.css: * openacs-bootstrap3-theme/www/resources/css/color/turquois.css: * openacs-bootstrap3-theme/www/resources/css/main.css: * openacs-bootstrap3-theme/www/resources/fonts/glyphicons-halflings-regular.eot: * openacs-bootstrap3-theme/www/resources/fonts/glyphicons-halflings-regular.svg: * openacs-bootstrap3-theme/www/resources/fonts/glyphicons-halflings-regular.ttf: * openacs-bootstrap3-theme/www/resources/fonts/glyphicons-halflings-regular.woff: * openacs-bootstrap3-theme/www/resources/images/logo_dotlrn_xs.png: * openacs-bootstrap3-theme/www/resources/images/next-icon.png: * openacs-bootstrap3-theme/www/resources/images/ns-icon-16.png: * openacs-bootstrap3-theme/www/resources/images/openacs2_xs.png: * openacs-bootstrap3-theme/www/resources/images/plume.png: * openacs-bootstrap3-theme/www/resources/images/rss.png: * openacs-bootstrap3-theme/www/resources/js/jquery-1.11.3.min.js: - initial import of iopenacs-bootstrap3-theme * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d3-5.9.1d4.sql: - make same change as well for older pg versions * acs-tcl/tcl/site-nodes-procs.tcl: - make test working as well for newer versions of nsf * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d3-5.9.1d4.sql: - make upgrade script more robust to allow multiple runs * openacs-bootstrap3-theme/openacs-bootstrap3-theme.info: * openacs-bootstrap3-theme/resources/display_templates/download/index-archive_name.adp: * openacs-bootstrap3-theme/resources/lists/inline-filters.adp: * openacs-bootstrap3-theme/resources/lists/table-2third.adp: * openacs-bootstrap3-theme/resources/lists/table.adp: * openacs-bootstrap3-theme/resources/masters/plain-master.tcl: * openacs-bootstrap3-theme/resources/templates/packages/acs-admin/www/apm/repository-channel-index.adp: * openacs-bootstrap3-theme/resources/templates/packages/acs-admin/www/apm/repository-index.adp: * openacs-bootstrap3-theme/resources/templates/packages/acs-subsite/lib/login.adp: * openacs-bootstrap3-theme/resources/templates/packages/notifications/lib/notification-widget.adp: * openacs-bootstrap3-theme/resources/templates/packages/search/lib/navbar.adp: * openacs-bootstrap3-theme/resources/templates/packages/search/lib/navbar.tcl: * openacs-bootstrap3-theme/resources/widgets/login.adp: * openacs-bootstrap3-theme/resources/widgets/login.tcl: * openacs-bootstrap3-theme/tcl/apm-callback-procs.tcl: branches: 1.1.2; - initial import of iopenacs-bootstrap3-theme 2016-07-07 gustafn * forums/lib/message/row.adp: - fix typo * assessment/assessment.info: * assessment/sql/postgresql/assessment-actions-create.sql: * assessment/sql/postgresql/upgrade/upgrade-2.9.0-2.9.1d1.sql: - reduce depency on acs_permission_all on PostgreSQL * acs-kernel/acs-kernel.info: * acs-kernel/sql/postgresql/groups-body-create.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d12-5.9.1d13.sql: - remove dependency on acs_object_party_privilege_map * assessment/sql/postgresql/upgrade/upgrade-2.9.0-2.9.1d1.sql: branches: 1.1.2; file upgrade-2.9.0-2.9.1d1.sql was initially added on branch oacs-5-9. * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d12-5.9.1d13.sql: branches: 1.1.2; file upgrade-5.9.1d12-5.9.1d13.sql was initially added on branch oacs-5-9. 2016-07-06 gustafn * acs-kernel/acs-kernel.info: * acs-kernel/sql/postgresql/acs-permissions-create.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d11-5.9.1d12.sql: * acs-subsite/acs-subsite.info: * acs-subsite/www/permissions/index-postgresql.xql: * acs-subsite/www/permissions/one-postgresql.xql: * acs-subsite/www/permissions/one.tcl: * acs-subsite/www/permissions/perm-include-postgresql.xql: * acs-subsite/www/permissions/perm-user-add-include.xql: - added new function acs_permission.permissions_all as replacement for acs_permssions_all - removed all dependencies on acs_permssions_all in kernel (such that acs_object_paths and acs_object_context_index can be dropped for PostgreSQL) * dotlrn/www/dotlrn-main-portlet-oracle.xql: - align oracle code with postgres code * acs-kernel/sql/postgresql/acs-permissions-create.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d10-5.9.1d11.sql: - change language of function from plpgsql to sql to avoid mismatch * dotlrn/www/my-communities-postgresql.xql: - get rid of last call to dotlrn_community_admin_p * acs-kernel/sql/postgresql/acs-permissions-create.sql: - improve source code documentation * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d11-5.9.1d12.sql: branches: 1.1.2; file upgrade-5.9.1d11-5.9.1d12.sql was initially added on branch oacs-5-9. 2016-07-05 gustafn * acs-kernel/acs-kernel.info: * acs-kernel/sql/postgresql/acs-permissions-create.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d10-5.9.1d11.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d6-5.9.1d7.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d7-5.9.1d8.sql: * acs-tcl/acs-tcl.info: * acs-tcl/tcl/acs-kernel-procs-oracle.xql: * acs-tcl/tcl/acs-kernel-procs-postgresql.xql: * acs-tcl/tcl/acs-kernel-procs.tcl: * acs-tcl/tcl/acs-kernel-procs.xql: * acs-tcl/tcl/acs-permissions-procs-oracle.xql: * acs-tcl/tcl/acs-permissions-procs-postgresql.xql: * acs-tcl/tcl/acs-permissions-procs.tcl: - Add SQL schema acs_permission to allow to call sql-functions for Oracle and PostgreSQL in exactly the same way - Move postgres permission function to the new neamespace and provide stubs for backward compatibility - New function permission::get_parties_with_permission to support a restricted form of reverse lookup for permssions in order to reduce the dependencies on acs_object_party_privilege_map for PostgreSQL - make upgrade scripts more robust (support repeated loading) - bump verison number of acs-tcl to 5.9.1d9 - bump version number of acs-kernel to 5.9.1d11 * acs-subsite/tcl/subsite-procs.tcl: * openacs-default-theme/tcl/theme-procs.tcl: - add a subsite::theme_changed callback to be able to handle theme changes in custom themes * acs-core-docs/www/xml/kernel/object-system-design.xml: - align documentation with code (as it is since more than 10 years) * xowiki/catalog/xowiki.de_DE.ISO-8859-1.xml: * xowiki/catalog/xowiki.en_US.ISO-8859-1.xml: * xowiki/tcl/form-field-procs.tcl: * xowiki/tcl/xowiki-utility-procs.tcl: * xowiki/xowiki.info: - allow pretty_age to point to the future - bump version to 5.9.1d10 to trigger reload of catalog files * acs-subsite/acs-subsite.info: * openacs-default-theme/openacs-default-theme.info: - bump version number of acs-subsite to 5.9.1d4 - bump version number of penacs-default-theme to 5.9.1d1 - update dependencies * new-portal/new-portal.info: - bump version number to 2.9.1d2 * acs-admin/lib/site-wide-services.adp: - make link labels more consistent * acs-authentication/acs-authentication.info: * acs-authentication/tcl/authentication-procs.tcl: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector-oracle.xql: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector-postgres.xql: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl: - reduce the dependencies on acs_object_party_privilege_map for PostgreSQL * xowiki/tcl/form-field-procs.tcl: - reduce verbosity * acs-core-docs/www/xml/install-guide/openacs.xml: - remove incorrect links * acs-tcl/tcl/acs-kernel-procs-postgresql.xql: - removed space * acs-automated-testing/www/doc/requirements.adp: * acs-automated-testing/www/doc/usage.adp: * acs-datetime/www/doc/design.adp: * acs-datetime/www/doc/requirements.adp: * acs-developer-support/www/doc/index.adp: * acs-events/www/doc/design.adp: * acs-events/www/doc/requirements.adp: * acs-lang/www/doc/i18n-design.adp: * acs-lang/www/doc/i18n-requirements.adp: * acs-mail-lite/www/doc/index.adp: * acs-messaging/www/doc/design.adp: * acs-messaging/www/doc/requirements.adp: * acs-reference/www/doc/requirements.adp: * acs-service-contract/www/doc/index.adp: * acs-templating/www/doc/TclDocs/content.adp: * acs-templating/www/doc/TclDocs/content_method.adp: * acs-templating/www/doc/TclDocs/doc__util.adp: * acs-templating/www/doc/TclDocs/item.adp: * acs-templating/www/doc/TclDocs/publish.adp: * acs-templating/www/doc/TclDocs/util.adp: * acs-templating/www/doc/api/database.adp: * acs-templating/www/doc/api/element.adp: * acs-templating/www/doc/api/form.adp: * acs-templating/www/doc/api/multirow.adp: * acs-templating/www/doc/api/request.adp: * acs-templating/www/doc/appendices/memory.adp: * acs-templating/www/doc/design.adp: * acs-templating/www/doc/designer-guide.adp: * acs-templating/www/doc/developer-guide.adp: * acs-templating/www/doc/exercise/ats-for-designers.adp: * acs-templating/www/doc/gen/proc-doc.adp: * acs-templating/www/doc/guide/components.adp: * acs-templating/www/doc/guide/composite.adp: * acs-templating/www/doc/guide/data.adp: * acs-templating/www/doc/guide/document.adp: * acs-templating/www/doc/guide/form-process.adp: * acs-templating/www/doc/guide/forms.adp: * acs-templating/www/doc/guide/index.adp: * acs-templating/www/doc/guide/master.adp: * acs-templating/www/doc/guide/search.adp: * acs-templating/www/doc/guide/tcl.adp: * acs-templating/www/doc/guide/templates.adp: * acs-templating/www/doc/guide/wizard-procs-doc.adp: * acs-templating/www/doc/guide/wizards.adp: * acs-templating/www/doc/index.adp: * acs-templating/www/doc/install.adp: * acs-templating/www/doc/introduction.adp: * acs-templating/www/doc/migration.adp: * acs-templating/www/doc/no-quote-upgrade.adp: * acs-templating/www/doc/noquote.adp: * acs-templating/www/doc/requirements.adp: * acs-templating/www/doc/tagref/formerror.adp: * acs-templating/www/doc/tagref/formgroup.adp: * acs-templating/www/doc/tagref/formtemplate.adp: * acs-templating/www/doc/tagref/formwidget.adp: * acs-templating/www/doc/tagref/grid.adp: * acs-templating/www/doc/tagref/group.adp: * acs-templating/www/doc/tagref/if.adp: * acs-templating/www/doc/tagref/include-optional.adp: * acs-templating/www/doc/tagref/include.adp: * acs-templating/www/doc/tagref/index.adp: * acs-templating/www/doc/tagref/list.adp: * acs-templating/www/doc/tagref/multiple.adp: * acs-templating/www/doc/tagref/noparse.adp: * acs-templating/www/doc/tagref/switch.adp: * acs-templating/www/doc/timing-1.adp: * acs-templating/www/doc/timing-2.adp: * acs-templating/www/doc/timing-3.adp: * acs-templating/www/doc/timing.adp: * acs-templating/www/doc/todo.adp: * acs-templating/www/doc/widgets/date.adp: * acs-templating/www/doc/widgets/index.adp: * acs-templating/www/doc/widgets/input.adp: * acs-templating/www/doc/widgets/select.adp: * acs-templating/www/doc/widgets/table.adp: * ajaxhelper/www/doc/index.adp: * attachments/www/doc/index.adp: * calendar/www/doc/index.adp: * calendar/www/doc/requirements.adp: * dotlrn-homework/www/doc/design.adp: * general-comments/www/doc/design.adp: * general-comments/www/doc/dev-guide.adp: * general-comments/www/doc/index.adp: * general-comments/www/doc/users-guide.adp: * news/www/doc/design.adp: * news/www/doc/requirements.adp: * rss-support/www/doc/bboard.adp: * rss-support/www/doc/design.adp: * rss-support/www/doc/index.adp: * search/www/doc/guidelines.adp: - use entities for single quotes in HTML text * acs-authentication/www/doc/configure-batch-sync.adp: * acs-authentication/www/doc/ext-auth-ldap-install.adp: * acs-authentication/www/doc/ext-auth-pam-install.adp: * acs-authentication/www/doc/ims-sync-driver-design.adp: - use entities for single quotes in the text * xowf/tcl/xowf-form-field-procs.tcl: - use new function permission::get_parties_with_permission instead of direct dependency on permission tables * acs-tcl/tcl/acs-kernel-procs-oracle.xql: branches: 1.1.2; file acs-kernel-procs-oracle.xql was initially added on branch oacs-5-9. * acs-tcl/tcl/acs-kernel-procs-postgresql.xql: branches: 1.1.2; file acs-kernel-procs-postgresql.xql was initially added on branch oacs-5-9. * openacs-default-theme/tcl/theme-procs.tcl: branches: 1.1.2; file theme-procs.tcl was initially added on branch oacs-5-9. * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d10-5.9.1d11.sql: branches: 1.1.2; file upgrade-5.9.1d10-5.9.1d11.sql was initially added on branch oacs-5-9. 2016-07-04 gustafn * file-storage/lib/folder-links.tcl: - fix indentation * oacs-dav/www/doc/index.adp: - quote HTML entities * oacs-dav/tcl/oacs-dav-procs-oracle.xql: * oacs-dav/tcl/oacs-dav-procs-postgresql.xql: * oacs-dav/tcl/oacs-dav-procs.xql: - reduce dependencies on acs_object_party_privilege_map (for PostgreSQL) * assessment/tcl/as-apm-checks-procs.tcl: * assessment/tcl/as-callback-procs.tcl: * assessment/tcl/as-checks-procs.tcl: * assessment/tcl/as-install-procs.tcl: * assessment/tcl/as-item-type-fu-procs.tcl: * assessment/tcl/as-section-procs.tcl: * assessment/tcl/callback-procs-oracle.xql: * assessment/tcl/callback-procs-postgresql.xql: * assessment/tcl/callback-procs.xql: * assessment/www/asm-admin/index-postgresql.xql: - reduce dependencies on acs_object_party_privilege_map (for PostgreSQL) - use always empty statements (and not spaces or *SQL*) to denote that a SQL statement should be used from the .xql file * assessment-portlet/tcl/assessment-portlet-procs.tcl: * assessment-portlet/www/assessment-portlet-postgresql.xql: - reduce dependencies on acs_object_party_privilege_map (for PostgreSQL) - use always empty string (and not spaces or *SQL* etc.) to denote that the SQL statement has to be taken from the .xql files * assessment/www/asm-admin/approve-check.tcl: * assessment/www/asm-admin/checks-admin.tcl: * assessment/www/asm-admin/index-oracle.xql: * assessment/www/asm-admin/index-postgresql.xql: * assessment/www/asm-admin/index.xql: * assessment/www/asm-admin/request-notification.tcl: * assessment/www/asm-admin/results-users-postgresql.xql: * assessment/www/asm-admin/send-mail-postgresql.xql: * assessment/www/asm-admin/sessions-oracle.xql: * assessment/www/asm-admin/sessions-postgresql.xql: * assessment/www/asm-admin/sessions.xql: * assessment/www/asm-admin/unsubscribe.tcl: - remove several expressions $assessment_id by :assessment_id in .xql files - reduce dependencies on acs_object_party_privilege_map (for PostgreSQL) * file-storage/lib/folder-links-oracle.xql: * file-storage/lib/folder-links-postgresql.xql: * file-storage/lib/folder-links.tcl: - remove unneeded parent_context_where and parent_context_all - reduce dependencies on acs_object_party_privilege_map (for PostgreSQL) * assessment/www/doc/as_items.adp: * assessment/www/doc/asm_trigger_doc/ch02s04.adp: * assessment/www/doc/asm_trigger_doc/ch02s05.adp: * assessment/www/doc/asm_trigger_doc/ch02s06.adp: * assessment/www/doc/asm_trigger_doc/ch02s07.adp: * assessment/www/doc/asm_trigger_doc/ch03.adp: * assessment/www/doc/data-modell.adp: * assessment/www/doc/data_collection.adp: * assessment/www/doc/display_types.adp: * assessment/www/doc/grouping.adp: * assessment/www/doc/index.adp: * assessment/www/doc/item_types.adp: * assessment/www/doc/page_flow.adp: * assessment/www/doc/policies.adp: * assessment/www/doc/requirements.adp: * assessment/www/doc/sequencing.adp: * assessment/www/doc/user_interface/assessment_creation.adp: * assessment/www/doc/user_interface/index.adp: * assessment/www/doc/user_interface/item_creation.adp: * assessment/www/doc/user_interface/section_creation.adp: * assessment/www/doc/user_interface/tests.adp: * assessment/www/doc/user_interface/user_experience.adp: * assessment/www/doc/versioning.adp: - use entities for single quotes in the text * assessment/tcl/callback-procs-oracle.xql: branches: 1.1.2; file callback-procs-oracle.xql was initially added on branch oacs-5-9. * assessment/tcl/callback-procs-postgresql.xql: branches: 1.1.2; file callback-procs-postgresql.xql was initially added on branch oacs-5-9. * assessment/www/asm-admin/sessions-oracle.xql: branches: 1.1.2; file sessions-oracle.xql was initially added on branch oacs-5-9. * assessment/www/asm-admin/sessions-postgresql.xql: branches: 1.1.2; file sessions-postgresql.xql was initially added on branch oacs-5-9. 2016-07-03 gustafn * categories/tcl/tagcloud-procs-postgresql.xql: * categories/www/doc/design.adp: * categories/www/doc/design.html: - fix typos * acs-subsite/www/permissions/perm-include.tcl: - improve quoting and indentations * categories/www/doc/design.adp: * categories/www/doc/design.html: * categories/www/doc/requirements.adp: - minor markup changes * tsearch2-driver/www/doc/index.adp: - minor text reflow * acs-subsite/www/admin/group-types/delete-2-oracle.xql: * acs-subsite/www/admin/group-types/delete-2-postgresql.xql: * acs-subsite/www/admin/group-types/delete-2.tcl: * acs-subsite/www/admin/group-types/delete-2.xql: * acs-subsite/www/admin/group-types/groups-list-oracle.xql: * acs-subsite/www/admin/group-types/groups-list-postgresql.xql: * acs-subsite/www/admin/group-types/groups-list.tcl: * acs-subsite/www/admin/group-types/groups-list.xql: * acs-subsite/www/admin/group-types/one-postgresql.xql: * acs-subsite/www/admin/groups/elements-display-list-oracle.xql: * acs-subsite/www/admin/groups/elements-display-list-postgresql.xql: * acs-subsite/www/admin/groups/elements-display-list.tcl: * acs-subsite/www/admin/groups/elements-display-list.xql: * acs-subsite/www/admin/rel-segments/constraints/index-oracle.xql: * acs-subsite/www/admin/rel-segments/constraints/index-postgresql.xql: * acs-subsite/www/admin/rel-segments/constraints/index.tcl: * acs-subsite/www/admin/rel-segments/constraints/index.xql: * acs-subsite/www/admin/rel-segments/one-oracle.xql: * acs-subsite/www/admin/rel-segments/one-postgresql.xql: * acs-subsite/www/admin/rel-segments/one.tcl: * acs-subsite/www/admin/rel-segments/one.xql: * acs-subsite/www/admin/rel-types/rels-list-postgresql.xql: * acs-subsite/www/permissions/perm-include-postgresql.xql: * acs-templating/www/doc/demo/list1a/index-postgresql.xql: * acs-templating/www/doc/demo/list1b/index-postgresql.xql: * acs-templating/www/doc/demo/list2/index-postgresql.xql: * acs-templating/www/doc/demo/list3/index-postgresql.xql: * acs-templating/www/doc/demo/list4/index-postgresql.xql: * acs-templating/www/doc/demo/list5/index-postgresql.xql: * acs-templating/www/doc/demo/list6/index-postgresql.xql: * acs-templating/www/doc/demo/list7/index-postgresql.xql: * acs-templating/www/doc/demo/list8/index-postgresql.xql: * acs-templating/www/doc/demo/list9/index-postgresql.xql: * acs-templating/www/scripts/xinha/file-selector-oracle.xql: * acs-templating/www/scripts/xinha/file-selector-postgresql.xql: * acs-templating/www/scripts/xinha/file-selector.tcl: * categories/lib/list-categories.tcl: * categories/tcl/category-trees-procs.xql: * categories/tcl/tagcloud-procs-oracle.xql: * categories/tcl/tagcloud-procs-postgresql.xql: * categories/tcl/tagcloud-procs.tcl: * categories/www/categories-browse-oracle.xql: * categories/www/categories-browse-postgresql.xql: * categories/www/categories-browse.xql: * file-storage/tcl/file-storage-procs-oracle.xql: * file-storage/tcl/file-storage-procs-postgresql.xql: * file-storage/tcl/file-storage-procs.xql: * file-storage/www/copy-postgresql.xql: * file-storage/www/file-postgresql.xql: * file-storage/www/folder-chunk-postgresql.xql: * file-storage/www/move-postgresql.xql: * notifications/tcl/notification-callback-procs.tcl: * notifications/tcl/sweep-procs-oracle.xql: * notifications/tcl/sweep-procs-postgresql.xql: * notifications/tcl/sweep-procs.xql: * notifications/www/request-notification.tcl: * notifications/www/request-unsubscribe-notification.tcl: * notifications/www/unsubscribe.tcl: - reduce dependencies on acs_object_party_privilege_map (for PostgreSQL) * acs-templating/www/doc/demo/index.adp: - regenerated file * tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql: - remove obsolete queries * categories/tcl/categories-procs.tcl: * categories/tcl/categories-procs.xql: - remove xql query with bad name * file-storage/www/doc/design.adp: * file-storage/www/doc/requirements.adp: - use entities for quotes * acs-templating/www/scripts/xinha/file-selector-oracle.xql: branches: 1.1.2; file file-selector-oracle.xql was initially added on branch oacs-5-9. * acs-templating/www/scripts/xinha/file-selector-postgresql.xql: branches: 1.1.2; file file-selector-postgresql.xql was initially added on branch oacs-5-9. * acs-subsite/www/admin/group-types/groups-list-oracle.xql: branches: 1.1.2; file groups-list-oracle.xql was initially added on branch oacs-5-9. * acs-subsite/www/admin/rel-segments/constraints/index-oracle.xql: branches: 1.1.2; file index-oracle.xql was initially added on branch oacs-5-9. * acs-subsite/www/admin/rel-segments/constraints/index-postgresql.xql: branches: 1.1.2; file index-postgresql.xql was initially added on branch oacs-5-9. * categories/tcl/tagcloud-procs-oracle.xql: branches: 1.1.2; file tagcloud-procs-oracle.xql was initially added on branch oacs-5-9. * categories/tcl/tagcloud-procs-postgresql.xql: branches: 1.1.2; file tagcloud-procs-postgresql.xql was initially added on branch oacs-5-9. 2016-07-02 gustafn * forums-portlet/www/forums-portlet-oracle.xql: * forums-portlet/www/forums-portlet-postgresql.xql: * forums-portlet/www/forums-portlet.tcl: * forums-portlet/www/forums-portlet.xql: - dependencies on acs_object_party_privilege_map * chat/www/room-postgresql.xql: * forums/tcl/forums-callback-procs.tcl: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector-oracle.xql: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector-postgres.xql: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl: * xotcl-core/lib/revisions-postgresql.xql: * xotcl-core/tcl/06-package-procs.tcl: * xotcl-core/tcl/cr-procs.tcl: - reduce dependencies on acs_object_party_privilege_map * acs-subsite/lib/applications-oracle.xql: * acs-subsite/lib/applications-postgresql.xql: * acs-subsite/lib/applications.tcl: - reduce dependencies on acs_object_party_privilege_map (for PostgreSQL) * acs-subsite/lib/subsites-oracle.xql: * acs-subsite/lib/subsites-postgresql.xql: * acs-subsite/lib/subsites.tcl: * acs-subsite/lib/subsites.xql: - reduce dependencies on acs_object_party_privilege_map (on PostgreSQL) * theme-zen/www/doc/lists/index-postgresql.xql: - remove unneeded file * chat/tcl/chat-procs-oracle.xql: * chat/tcl/chat-procs-postgresql.xql: * chat/www/chat-oracle.xql: * chat/www/chat-postgresql.xql: * chat/www/room-oracle.xql: * chat/www/room-postgresql.xql: - remove unneeded queries and .xql file * acs-subsite/lib/applications-oracle.xql: branches: 1.1.2; file applications-oracle.xql was initially added on branch oacs-5-9. * acs-subsite/lib/applications-postgresql.xql: branches: 1.1.2; file applications-postgresql.xql was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector-oracle.xql: branches: 1.1.2; file file-selector-oracle.xql was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector-postgres.xql: branches: 1.1.2; file file-selector-postgres.xql was initially added on branch oacs-5-9. * acs-subsite/lib/subsites-oracle.xql: branches: 1.1.2; file subsites-oracle.xql was initially added on branch oacs-5-9. * acs-subsite/lib/subsites-postgresql.xql: branches: 1.1.2; file subsites-postgresql.xql was initially added on branch oacs-5-9. 2016-07-01 gustafn * acs-kernel/acs-kernel.info: * acs-kernel/sql/postgresql/acs-permissions-create.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d7-5.9.1d8.sql: - Slightly faster (around 10%) versions for the base permission query functions. In the new versions the lookup of acs__magic_object_id was moved out of the loop. * acs-subsite/tcl/application-group-procs-oracle.xql: - align with postgres * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d17-5.9.1d18.sql: * acs-content-repository/www/doc/api/content.adp: * acs-content-repository/www/doc/api/extlink.adp: * acs-content-repository/www/doc/api/folder.adp: * acs-content-repository/www/doc/api/item.adp: * acs-content-repository/www/doc/api/keyword.adp: * acs-content-repository/www/doc/api/permission.adp: * acs-content-repository/www/doc/api/revision.adp: * acs-content-repository/www/doc/api/symlink.adp: * acs-content-repository/www/doc/api/template.adp: * acs-content-repository/www/doc/api/type.adp: * acs-content-repository/www/doc/design.adp: * acs-content-repository/www/doc/guide/convert.adp: * acs-content-repository/www/doc/guide/file-system.adp: * acs-content-repository/www/doc/guide/items.adp: * acs-content-repository/www/doc/guide/keywords.adp: * acs-content-repository/www/doc/guide/object-relationships.adp: * acs-content-repository/www/doc/guide/publish.adp: * acs-content-repository/www/doc/guide/revisions.adp: * acs-content-repository/www/doc/guide/search.adp: * acs-content-repository/www/doc/guide/storage.adp: * acs-content-repository/www/doc/guide/template.adp: * acs-content-repository/www/doc/guide/types.adp: * acs-content-repository/www/doc/guide/workflow.adp: * acs-content-repository/www/doc/index.adp: * acs-content-repository/www/doc/install.adp: * acs-content-repository/www/doc/intermedia.adp: * acs-content-repository/www/doc/object-model.adp: * acs-content-repository/www/doc/requirements.adp: * acs-content-repository/www/doc/tutorial.adp: * acs-content-repository/www/doc/uninstall.adp: - documentation updates * acs-subsite/www/admin/groups/one.adp: - explain output in more detail * acs-subsite/www/doc/group-admin-pages-acceptance-test.adp: * acs-subsite/www/doc/group-admin-pages-design.adp: * acs-subsite/www/doc/group-admin-pages-requirements.adp: - improve html of documentation * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d7-5.9.1d8.sql: - remove unneeded line * acs-kernel/acs-kernel.info: * acs-kernel/sql/postgresql/postgresql.sql: * acs-kernel/sql/postgresql/rel-segments-create.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d6-5.9.1d7.sql: - rename attribute "tag" to "originating_rel_id" to avoid confusion - Create an "identity relationship" (-10) - Use the new identity relation instead of value "0" in party_approved_member_map - Add a foreign key to avoid garbage in "originating_rel_id" - Speed up referential integrity - Improve get_func_definition() to return SQL function/procedure definitions with argument names and defaults (contained just types before) * acs-subsite/lib/applications.tcl: * acs-subsite/lib/subsites.xql: * acs-subsite/www/admin/group-types/delete-2.xql: * acs-subsite/www/admin/group-types/groups-list-postgresql.xql: * acs-subsite/www/admin/group-types/groups-list.xql: * acs-subsite/www/admin/group-types/one-oracle.xql: * acs-subsite/www/admin/group-types/one-postgresql.xql: * acs-subsite/www/admin/groups/elements-display-list-oracle.xql: * acs-subsite/www/admin/groups/elements-display-list.tcl: * acs-subsite/www/admin/groups/elements-display-list.xql: * acs-subsite/www/admin/rel-segments/constraints/index.xql: * acs-subsite/www/permissions/index-oracle.xql: * acs-subsite/www/permissions/one-oracle.xql: * acs-tcl/tcl/acs-kernel-procs.xql: - replace obsolete all_object_party_privilege_map by acs_object_party_privilege_map * acs-kernel/acs-kernel.info: * acs-kernel/sql/oracle/acs-permissions-create.sql: * acs-kernel/sql/oracle/groups-body-create.sql: * acs-kernel/sql/oracle/upgrade/upgrade-5.9.1d9-5.9.1d10.sql: * acs-kernel/sql/postgresql/acs-permissions-create.sql: * acs-kernel/sql/postgresql/groups-body-create.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d9-5.9.1d10.sql: - replace obsolete all_object_party_privilege_map by acs_object_party_privilege_map - bump version number to 5.9.1d10 * acs-subsite/tcl/application-group-procs.tcl: - simplify code * acs-subsite/www/admin/groups/elements-by-rel-type.adp: - use button class for actions * acs-subsite/www/index.adp: - use button for install actions * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/postgresql/content-create.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d18-5.9.1d19.sql: - use consistently varchar(1000) for object_types - bump version number to 5.9.1d19 * acs-subsite/acs-subsite.info: * acs-subsite/sql/postgresql/subsite-callbacks-create.sql: * acs-subsite/sql/postgresql/upgrade/upgrade-5.9.1d2-5.9.1d3.sql: - use consistently varchar(1000) for object_types - bump version number to 5.9.1d3 * acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: - use entities for single quotes * acs-kernel/acs-kernel.info: * acs-kernel/sql/postgresql/acs-metadata-create.sql: * acs-kernel/sql/postgresql/acs-objects-create.sql: * acs-kernel/sql/postgresql/acs-relationships-create.sql: * acs-kernel/sql/postgresql/groups-create.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql: Remove type discrepancy introduced in 2002: - acs_object_types.object_type has type varchar(1000), while - acs_object_types.supertype has type varchar(100) ... several more data types are involved, using acs_object_types.object_type as foreign key * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d17-5.9.1d18.sql: branches: 1.1.2; file upgrade-5.9.1d17-5.9.1d18.sql was initially added on branch oacs-5-9. * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d18-5.9.1d19.sql: branches: 1.1.2; file upgrade-5.9.1d18-5.9.1d19.sql was initially added on branch oacs-5-9. * acs-subsite/sql/postgresql/upgrade/upgrade-5.9.1d2-5.9.1d3.sql: branches: 1.1.2; file upgrade-5.9.1d2-5.9.1d3.sql was initially added on branch oacs-5-9. * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d6-5.9.1d7.sql: branches: 1.1.2; file upgrade-5.9.1d6-5.9.1d7.sql was initially added on branch oacs-5-9. * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d7-5.9.1d8.sql: branches: 1.1.2; file upgrade-5.9.1d7-5.9.1d8.sql was initially added on branch oacs-5-9. * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql: branches: 1.1.2; file upgrade-5.9.1d8-5.9.1d9.sql was initially added on branch oacs-5-9. * acs-kernel/sql/oracle/upgrade/upgrade-5.9.1d9-5.9.1d10.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d9-5.9.1d10.sql: branches: 1.1.2; file upgrade-5.9.1d9-5.9.1d10.sql was initially added on branch oacs-5-9. 2016-06-30 gustafn * acs-admin/tcl/apm-admin-procs.tcl: - Add a redirector for outdated releases 2016-06-24 gustafn * xowiki/tcl/form-field-procs.tcl: * xowiki/xowiki.info: - handle HTML5 attribute "autocomplete" * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d5-5.9.1d6.sql: branches: 1.1.2; file upgrade-5.9.1d5-5.9.1d6.sql was initially added on branch oacs-5-9. * acs-kernel/acs-kernel.info: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d5-5.9.1d6.sql: clean up of inconsistency between old and new installations -- -- Since many years, new installations are created with "Registered -- Users" (object_id -2) having object_type as "application_group" and -- the context id of the main subsite (see -- acs-kernel/sql/postgresql/acs-install.sql). -- -- However, it seems as if some prior upgrade scripts have not cared -- sufficiently to update all installation correctly (some have still -- "group", some have no context_id set). This upgrade script tries to -- bring everything in sync such that "newer" and "older" -- installations behave the same. -- 2016-06-23 gustafn * acs-core-docs/www/acs-admin.adp: * acs-core-docs/www/acs-admin.html: * acs-core-docs/www/acs-package-dev.adp: * acs-core-docs/www/acs-package-dev.html: * acs-core-docs/www/analog-setup.adp: * acs-core-docs/www/analog-setup.html: * acs-core-docs/www/aolserver.adp: * acs-core-docs/www/aolserver.html: * acs-core-docs/www/aolserver4.adp: * acs-core-docs/www/aolserver4.html: * acs-core-docs/www/apm-design.adp: * acs-core-docs/www/apm-design.html: * acs-core-docs/www/apm-requirements.adp: * acs-core-docs/www/apm-requirements.html: * acs-core-docs/www/automated-backup.adp: * acs-core-docs/www/automated-backup.html: * acs-core-docs/www/automated-testing-best-practices.adp: * acs-core-docs/www/automated-testing-best-practices.html: * acs-core-docs/www/backup-recovery.adp: * acs-core-docs/www/backup-recovery.html: * acs-core-docs/www/backups-with-cvs.adp: * acs-core-docs/www/backups-with-cvs.html: * acs-core-docs/www/bootstrap-acs.adp: * acs-core-docs/www/bootstrap-acs.html: * acs-core-docs/www/complete-install.adp: * acs-core-docs/www/complete-install.html: * acs-core-docs/www/configuring-configuring-packages.adp: * acs-core-docs/www/configuring-configuring-packages.html: * acs-core-docs/www/configuring-configuring-permissions.adp: * acs-core-docs/www/configuring-configuring-permissions.html: * acs-core-docs/www/configuring-install-packages.adp: * acs-core-docs/www/configuring-install-packages.html: * acs-core-docs/www/configuring-mounting-packages.adp: * acs-core-docs/www/configuring-mounting-packages.html: * acs-core-docs/www/configuring-new-site.adp: * acs-core-docs/www/configuring-new-site.html: * acs-core-docs/www/credits.adp: * acs-core-docs/www/credits.html: * acs-core-docs/www/cvs-guidelines.adp: * acs-core-docs/www/cvs-guidelines.html: * acs-core-docs/www/cvs-tips.adp: * acs-core-docs/www/cvs-tips.html: * acs-core-docs/www/database-management.adp: * acs-core-docs/www/database-management.html: * acs-core-docs/www/db-api-detailed.adp: * acs-core-docs/www/db-api-detailed.html: * acs-core-docs/www/db-api.adp: * acs-core-docs/www/db-api.html: * acs-core-docs/www/docbook-primer.adp: * acs-core-docs/www/docbook-primer.html: * acs-core-docs/www/eng-standards-constraint-naming.adp: * acs-core-docs/www/eng-standards-constraint-naming.html: * acs-core-docs/www/eng-standards-filenaming.adp: * acs-core-docs/www/eng-standards-filenaming.html: * acs-core-docs/www/eng-standards-plsql.adp: * acs-core-docs/www/eng-standards-plsql.html: * acs-core-docs/www/eng-standards-versioning.adp: * acs-core-docs/www/eng-standards-versioning.html: * acs-core-docs/www/ext-auth-requirements.adp: * acs-core-docs/www/ext-auth-requirements.html: * acs-core-docs/www/filename.adp: * acs-core-docs/www/filename.html: * acs-core-docs/www/files/dotlrn-style-2.adp: * acs-core-docs/www/files/dotlrn-style-2.html: * acs-core-docs/www/files/package-documentation.xml: * acs-core-docs/www/form-builder.adp: * acs-core-docs/www/form-builder.html: * acs-core-docs/www/groups-design.adp: * acs-core-docs/www/groups-design.html: * acs-core-docs/www/groups-requirements.adp: * acs-core-docs/www/groups-requirements.html: * acs-core-docs/www/high-avail.adp: * acs-core-docs/www/high-avail.html: * acs-core-docs/www/how-do-I.adp: * acs-core-docs/www/how-do-I.html: * acs-core-docs/www/i18n-convert.adp: * acs-core-docs/www/i18n-convert.html: * acs-core-docs/www/i18n-design.adp: * acs-core-docs/www/i18n-design.html: * acs-core-docs/www/i18n-introduction.adp: * acs-core-docs/www/i18n-introduction.html: * acs-core-docs/www/i18n-overview.adp: * acs-core-docs/www/i18n-overview.html: * acs-core-docs/www/i18n-requirements.adp: * acs-core-docs/www/i18n-requirements.html: * acs-core-docs/www/i18n-translators.adp: * acs-core-docs/www/i18n-translators.html: * acs-core-docs/www/i18n.adp: * acs-core-docs/www/i18n.html: * acs-core-docs/www/index.adp: * acs-core-docs/www/index.html: * acs-core-docs/www/individual-programs.adp: * acs-core-docs/www/individual-programs.html: * acs-core-docs/www/install-cvs.adp: * acs-core-docs/www/install-cvs.html: * acs-core-docs/www/install-daemontools.adp: * acs-core-docs/www/install-daemontools.html: * acs-core-docs/www/install-full-text-search-openfts.adp: * acs-core-docs/www/install-full-text-search-openfts.html: * acs-core-docs/www/install-full-text-search-tsearch2.adp: * acs-core-docs/www/install-full-text-search-tsearch2.html: * acs-core-docs/www/install-ldap-radius.adp: * acs-core-docs/www/install-more-software.adp: * acs-core-docs/www/install-more-software.html: * acs-core-docs/www/install-next-add-server.adp: * acs-core-docs/www/install-next-add-server.html: * acs-core-docs/www/install-next-nightly-vacuum.adp: * acs-core-docs/www/install-next-nightly-vacuum.html: * acs-core-docs/www/install-nsopenssl.adp: * acs-core-docs/www/install-nsopenssl.html: * acs-core-docs/www/install-openacs-delete-tablespace.adp: * acs-core-docs/www/install-openacs-delete-tablespace.html: * acs-core-docs/www/install-openacs-inittab.adp: * acs-core-docs/www/install-openacs-inittab.html: * acs-core-docs/www/install-openacs-keepalive.adp: * acs-core-docs/www/install-openacs-keepalive.html: * acs-core-docs/www/install-origins.adp: * acs-core-docs/www/install-origins.html: * acs-core-docs/www/install-overview.adp: * acs-core-docs/www/install-overview.html: * acs-core-docs/www/install-pam-radius.adp: * acs-core-docs/www/install-qmail.adp: * acs-core-docs/www/install-qmail.html: * acs-core-docs/www/install-redhat.adp: * acs-core-docs/www/install-redhat.html: * acs-core-docs/www/install-resources.adp: * acs-core-docs/www/install-resources.html: * acs-core-docs/www/install-ssl.adp: * acs-core-docs/www/install-ssl.html: * acs-core-docs/www/install-steps.adp: * acs-core-docs/www/install-steps.html: * acs-core-docs/www/ix01.adp: * acs-core-docs/www/ix01.html: * acs-core-docs/www/mac-installation.html: * acs-core-docs/www/maint-performance.adp: * acs-core-docs/www/maint-performance.html: * acs-core-docs/www/maintenance-deploy.adp: * acs-core-docs/www/maintenance-deploy.html: * acs-core-docs/www/maintenance-web.adp: * acs-core-docs/www/maintenance-web.html: * acs-core-docs/www/object-identity.adp: * acs-core-docs/www/object-identity.html: * acs-core-docs/www/object-system-design.adp: * acs-core-docs/www/object-system-design.html: * acs-core-docs/www/object-system-requirements.adp: * acs-core-docs/www/object-system-requirements.html: * acs-core-docs/www/objects.adp: * acs-core-docs/www/objects.html: * acs-core-docs/www/openacs-overview.adp: * acs-core-docs/www/openacs-overview.html: * acs-core-docs/www/openacs.adp: * acs-core-docs/www/openacs.html: * acs-core-docs/www/oracle.adp: * acs-core-docs/www/oracle.html: * acs-core-docs/www/os-install.adp: * acs-core-docs/www/os-install.html: * acs-core-docs/www/os-security.adp: * acs-core-docs/www/os-security.html: * acs-core-docs/www/packages.adp: * acs-core-docs/www/packages.html: * acs-core-docs/www/parties.adp: * acs-core-docs/www/parties.html: * acs-core-docs/www/permissions-design.adp: * acs-core-docs/www/permissions-design.html: * acs-core-docs/www/permissions-requirements.adp: * acs-core-docs/www/permissions-requirements.html: * acs-core-docs/www/permissions-tediously-explained.adp: * acs-core-docs/www/permissions-tediously-explained.html: * acs-core-docs/www/permissions.adp: * acs-core-docs/www/permissions.html: * acs-core-docs/www/programming-with-aolserver.adp: * acs-core-docs/www/programming-with-aolserver.html: * acs-core-docs/www/psgml-for-emacs.adp: * acs-core-docs/www/psgml-for-emacs.html: * acs-core-docs/www/psgml-mode.adp: * acs-core-docs/www/psgml-mode.html: * acs-core-docs/www/release-notes.adp: * acs-core-docs/www/release-notes.html: * acs-core-docs/www/releasing-openacs-core.adp: * acs-core-docs/www/releasing-openacs-core.html: * acs-core-docs/www/remote-postgres.adp: * acs-core-docs/www/remote-postgres.html: * acs-core-docs/www/request-processor.adp: * acs-core-docs/www/request-processor.html: * acs-core-docs/www/requirements-template.adp: * acs-core-docs/www/requirements-template.html: * acs-core-docs/www/rp-design.adp: * acs-core-docs/www/rp-design.html: * acs-core-docs/www/rp-requirements.adp: * acs-core-docs/www/rp-requirements.html: * acs-core-docs/www/security-design.adp: * acs-core-docs/www/security-design.html: * acs-core-docs/www/security-notes.html: * acs-core-docs/www/security-requirements.adp: * acs-core-docs/www/security-requirements.html: * acs-core-docs/www/snapshot-backup.adp: * acs-core-docs/www/snapshot-backup.html: * acs-core-docs/www/style-guide.adp: * acs-core-docs/www/style-guide.html: * acs-core-docs/www/subsites-design.adp: * acs-core-docs/www/subsites-design.html: * acs-core-docs/www/subsites-requirements.adp: * acs-core-docs/www/subsites-requirements.html: * acs-core-docs/www/subsites.adp: * acs-core-docs/www/subsites.html: * acs-core-docs/www/tcl-doc.adp: * acs-core-docs/www/tcl-doc.html: * acs-core-docs/www/templates.adp: * acs-core-docs/www/templates.html: * acs-core-docs/www/tutorial-admin-pages.adp: * acs-core-docs/www/tutorial-admin-pages.html: * acs-core-docs/www/tutorial-advanced.adp: * acs-core-docs/www/tutorial-advanced.html: * acs-core-docs/www/tutorial-caching.adp: * acs-core-docs/www/tutorial-caching.html: * acs-core-docs/www/tutorial-categories.adp: * acs-core-docs/www/tutorial-categories.html: * acs-core-docs/www/tutorial-comments.adp: * acs-core-docs/www/tutorial-comments.html: * acs-core-docs/www/tutorial-css-layout.adp: * acs-core-docs/www/tutorial-css-layout.html: * acs-core-docs/www/tutorial-cvs.adp: * acs-core-docs/www/tutorial-cvs.html: * acs-core-docs/www/tutorial-database.adp: * acs-core-docs/www/tutorial-database.html: * acs-core-docs/www/tutorial-debug.adp: * acs-core-docs/www/tutorial-debug.html: * acs-core-docs/www/tutorial-distribute.adp: * acs-core-docs/www/tutorial-distribute.html: * acs-core-docs/www/tutorial-etp-templates.adp: * acs-core-docs/www/tutorial-etp-templates.html: * acs-core-docs/www/tutorial-future-topics.adp: * acs-core-docs/www/tutorial-future-topics.html: * acs-core-docs/www/tutorial-hierarchical.adp: * acs-core-docs/www/tutorial-hierarchical.html: * acs-core-docs/www/tutorial-newpackage.adp: * acs-core-docs/www/tutorial-newpackage.html: * acs-core-docs/www/tutorial-notifications.adp: * acs-core-docs/www/tutorial-notifications.html: * acs-core-docs/www/tutorial-pages.adp: * acs-core-docs/www/tutorial-pages.html: * acs-core-docs/www/tutorial-parameters.adp: * acs-core-docs/www/tutorial-parameters.html: * acs-core-docs/www/tutorial-second-database.adp: * acs-core-docs/www/tutorial-specs.adp: * acs-core-docs/www/tutorial-specs.html: * acs-core-docs/www/tutorial-upgrades.adp: * acs-core-docs/www/tutorial-upgrades.html: * acs-core-docs/www/tutorial-vuh.adp: * acs-core-docs/www/tutorial-wysiwyg-editor.adp: * acs-core-docs/www/tutorial-wysiwyg-editor.html: * acs-core-docs/www/unit-testing-guide/index.adp: * acs-core-docs/www/unit-testing-guide/index.html: * acs-core-docs/www/unix-installation.html: * acs-core-docs/www/update-repository.adp: * acs-core-docs/www/update-repository.html: * acs-core-docs/www/upgrade-4.5-to-4.6.adp: * acs-core-docs/www/upgrade-4.5-to-4.6.html: * acs-core-docs/www/upgrade-4.6.3-to-5.adp: * acs-core-docs/www/upgrade-4.6.3-to-5.html: * acs-core-docs/www/upgrade-5-0-dot.adp: * acs-core-docs/www/upgrade-openacs-files.adp: * acs-core-docs/www/upgrade-openacs-files.html: * acs-core-docs/www/upgrade-overview.adp: * acs-core-docs/www/upgrade-overview.html: * acs-core-docs/www/upgrade-supporting.adp: * acs-core-docs/www/upgrade-supporting.html: * acs-core-docs/www/upgrade.adp: * acs-core-docs/www/upgrade.html: * acs-core-docs/www/variables.adp: * acs-core-docs/www/variables.html: * acs-core-docs/www/xml/developers-guide/db-api.xml: * acs-core-docs/www/xml/developers-guide/form-builder.xml: * acs-core-docs/www/xml/developers-guide/i18n.xml: * acs-core-docs/www/xml/developers-guide/objects.xml: * acs-core-docs/www/xml/developers-guide/packages.xml: * acs-core-docs/www/xml/developers-guide/permissions-tediously-explained.xml: * acs-core-docs/www/xml/developers-guide/permissions.xml: * acs-core-docs/www/xml/developers-guide/rp.xml: * acs-core-docs/www/xml/developers-guide/subsites.xml: * acs-core-docs/www/xml/developers-guide/templates.xml: * acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * acs-core-docs/www/xml/developers-guide/tutorial-db.xml: * acs-core-docs/www/xml/developers-guide/tutorial-debug.xml: * acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: * acs-core-docs/www/xml/developers-guide/tutorial.xml: * acs-core-docs/www/xml/engineering-standards/auto-testing.xml: * acs-core-docs/www/xml/engineering-standards/constraint-naming.xml: * acs-core-docs/www/xml/engineering-standards/cvs.xml: * acs-core-docs/www/xml/engineering-standards/design-template.xml: * acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: * acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml: * acs-core-docs/www/xml/engineering-standards/filenaming.xml: * acs-core-docs/www/xml/engineering-standards/plsql.xml: * acs-core-docs/www/xml/engineering-standards/requirements-template.xml: * acs-core-docs/www/xml/engineering-standards/style-guide.xml: * acs-core-docs/www/xml/for-everyone/acs-faq.xml: * acs-core-docs/www/xml/for-everyone/release-notes.xml: * acs-core-docs/www/xml/index.xml: * acs-core-docs/www/xml/install-guide/aolserver.xml: * acs-core-docs/www/xml/install-guide/aolserver4.xml: * acs-core-docs/www/xml/install-guide/configuring.xml: * acs-core-docs/www/xml/install-guide/credits.xml: * acs-core-docs/www/xml/install-guide/database-maintenance.xml: * acs-core-docs/www/xml/install-guide/maintenance.xml: * acs-core-docs/www/xml/install-guide/openacs.xml: * acs-core-docs/www/xml/install-guide/oracle.xml: * acs-core-docs/www/xml/install-guide/other-software.xml: * acs-core-docs/www/xml/install-guide/overview.xml: * acs-core-docs/www/xml/install-guide/recovery.xml: * acs-core-docs/www/xml/install-guide/red-hat.xml: * acs-core-docs/www/xml/install-guide/software.xml: * acs-core-docs/www/xml/install-guide/upgrade.xml: * acs-core-docs/www/xml/kernel/apm-requirements.xml: * acs-core-docs/www/xml/kernel/db-api.xml: * acs-core-docs/www/xml/kernel/ext-auth-design.xml: * acs-core-docs/www/xml/kernel/ext-auth.xml: * acs-core-docs/www/xml/kernel/i18n-requirements.xml: * acs-core-docs/www/xml/non-xml/release-notes-4-5.html: * acs-core-docs/www/xml/non-xml/release-notes-4-6-2.html: * acs-core-docs/www/xml/non-xml/release-notes-4-6-3.html: * acs-core-docs/www/xml/non-xml/release-notes-4-6.html: * acs-core-docs/www/xml/releasing-openacs.xml: - use entities for apostrophes in xml/html/adp to ease life of sonarsrv checker 2016-06-22 gustafn * acs-admin/www/users/merge-confirm.adp: - improve validity of HTML * acs-content-repository/www/doc/api/content.html: * acs-content-repository/www/doc/api/extlink.html: * acs-content-repository/www/doc/api/folder.html: * acs-content-repository/www/doc/api/item.html: * acs-content-repository/www/doc/api/keyword.html: * acs-content-repository/www/doc/api/permission.html: * acs-content-repository/www/doc/api/revision.html: * acs-content-repository/www/doc/api/symlink.html: * acs-content-repository/www/doc/api/template.html: * acs-content-repository/www/doc/api/type.html: * acs-content-repository/www/doc/design.html: * acs-content-repository/www/doc/guide/convert.html: * acs-content-repository/www/doc/guide/file-system.html: * acs-content-repository/www/doc/guide/items.html: * acs-content-repository/www/doc/guide/keywords.html: * acs-content-repository/www/doc/guide/object-relationships.html: * acs-content-repository/www/doc/guide/publish.html: * acs-content-repository/www/doc/guide/revisions.html: * acs-content-repository/www/doc/guide/search.html: * acs-content-repository/www/doc/guide/storage.html: * acs-content-repository/www/doc/guide/template.html: * acs-content-repository/www/doc/guide/types.html: * acs-content-repository/www/doc/guide/workflow.html: * acs-content-repository/www/doc/index.html: * acs-content-repository/www/doc/install.html: * acs-content-repository/www/doc/intermedia.html: * acs-content-repository/www/doc/object-model.html: * acs-content-repository/www/doc/requirements.html: * acs-content-repository/www/doc/tutorial.html: * acs-content-repository/www/doc/uninstall.html: * acs-events/www/doc/design.adp: * acs-events/www/doc/design.html: * acs-events/www/doc/index.html: * acs-events/www/doc/requirements.adp: * acs-events/www/doc/requirements.html: * acs-lang/lib/change-locale-bar.adp: * acs-lang/www/admin/audit-include.adp: * acs-lang/www/admin/batch-editor.adp: * acs-lang/www/admin/edit-history.adp: * acs-lang/www/admin/edit-localized-message.adp: * acs-lang/www/admin/import-messages.adp: * acs-lang/www/admin/message-list.adp: * acs-lang/www/admin/message-search.adp: * acs-lang/www/admin/set-system-timezone.adp: * acs-lang/www/admin/test/catalog-test.adp: * acs-lang/www/admin/test/format-test.adp: * acs-lang/www/admin/test/index.html: * acs-lang/www/admin/test/test.adp: * acs-lang/www/admin/test/timezone.adp: * acs-lang/www/doc/i18n-design.adp: * acs-lang/www/doc/i18n-design.html: * acs-lang/www/doc/i18n-requirements.adp: * acs-lang/www/doc/i18n-requirements.html: * acs-templating/resources/forms/blue.adp: * acs-templating/resources/forms/coddo.adp: * acs-templating/resources/forms/configuration.adp: * acs-templating/resources/forms/grid.adp: * acs-templating/resources/forms/inline.adp: * acs-templating/resources/forms/plainest.adp: * acs-templating/resources/forms/tiny-plain.adp: * acs-templating/resources/forms/wizard.adp: * acs-templating/resources/lists/courses.adp: * acs-templating/resources/lists/listed-filters.adp: * acs-templating/resources/messages/datasources.adp: * acs-templating/www/admin/index.html: * acs-templating/www/admin/test/index.html: * acs-templating/www/doc/TclDocs/cm_widget.html: * acs-templating/www/doc/TclDocs/cms_rel.html: * acs-templating/www/doc/TclDocs/content.html: * acs-templating/www/doc/TclDocs/content_add.html: * acs-templating/www/doc/TclDocs/content_method.html: * acs-templating/www/doc/TclDocs/doc.html: * acs-templating/www/doc/TclDocs/doc__util.html: * acs-templating/www/doc/TclDocs/form.html: * acs-templating/www/doc/TclDocs/item.adp: * acs-templating/www/doc/TclDocs/item.html: * acs-templating/www/doc/TclDocs/namespace-list.html: * acs-templating/www/doc/TclDocs/namespaces.html: * acs-templating/www/doc/TclDocs/pagination.html: * acs-templating/www/doc/TclDocs/publish.adp: * acs-templating/www/doc/TclDocs/publish.html: * acs-templating/www/doc/TclDocs/request.adp: * acs-templating/www/doc/TclDocs/request.html: * acs-templating/www/doc/TclDocs/util.html: * acs-templating/www/doc/TclDocs/widget.html: * acs-templating/www/doc/api/database.adp: * acs-templating/www/doc/api/database.html: * acs-templating/www/doc/api/element.adp: * acs-templating/www/doc/api/element.html: * acs-templating/www/doc/api/form.adp: * acs-templating/www/doc/api/form.html: * acs-templating/www/doc/api/multirow.adp: * acs-templating/www/doc/api/multirow.html: * acs-templating/www/doc/api/request.adp: * acs-templating/www/doc/api/request.html: * acs-templating/www/doc/appendices/memory.adp: * acs-templating/www/doc/appendices/memory.html: * acs-templating/www/doc/demo/embed_escape.adp: * acs-templating/www/doc/demo/if.adp: * acs-templating/www/doc/demo/included.adp: * acs-templating/www/doc/demo/index.html: * acs-templating/www/doc/demo/sandwich-grid.adp: * acs-templating/www/doc/design.html: * acs-templating/www/doc/designer-guide.adp: * acs-templating/www/doc/designer-guide.html: * acs-templating/www/doc/exercise/ats-for-designers.adp: * acs-templating/www/doc/exercise/ats-for-designers.html: * acs-templating/www/doc/exercise/form-sample-revised.adp: * acs-templating/www/doc/exercise/form-sample.adp: * acs-templating/www/doc/exercise/list-and-var-sample.adp: * acs-templating/www/doc/exercise/slave-sample-2.adp: * acs-templating/www/doc/exercise/slave-sample-3.adp: * acs-templating/www/doc/exercise/slave-sample-4.adp: * acs-templating/www/doc/exercise/slave-sample.adp: * acs-templating/www/doc/gen/namespace-template.adp: * acs-templating/www/doc/gen/proc-doc.adp: * acs-templating/www/doc/gen/proc-doc.html: * acs-templating/www/doc/gen/proc-template.adp: * acs-templating/www/doc/guide/components.adp: * acs-templating/www/doc/guide/components.html: * acs-templating/www/doc/guide/composite.html: * acs-templating/www/doc/guide/data.adp: * acs-templating/www/doc/guide/data.html: * acs-templating/www/doc/guide/document.adp: * acs-templating/www/doc/guide/document.html: * acs-templating/www/doc/guide/form-process.adp: * acs-templating/www/doc/guide/form-process.html: * acs-templating/www/doc/guide/form-templates.adp: * acs-templating/www/doc/guide/form-templates.html: * acs-templating/www/doc/guide/forms.adp: * acs-templating/www/doc/guide/forms.html: * acs-templating/www/doc/guide/index.adp: * acs-templating/www/doc/guide/index.html: * acs-templating/www/doc/guide/master.adp: * acs-templating/www/doc/guide/master.html: * acs-templating/www/doc/guide/search.adp: * acs-templating/www/doc/guide/search.html: * acs-templating/www/doc/guide/templates.adp: * acs-templating/www/doc/guide/templates.html: * acs-templating/www/doc/guide/wizards.adp: * acs-templating/www/doc/guide/wizards.html: * acs-templating/www/doc/index.html: * acs-templating/www/doc/install.adp: * acs-templating/www/doc/install.html: * acs-templating/www/doc/introduction.html: * acs-templating/www/doc/migration.adp: * acs-templating/www/doc/migration.html: * acs-templating/www/doc/no-quote-upgrade.adp: * acs-templating/www/doc/no-quote-upgrade.html: * acs-templating/www/doc/requirements.html: * acs-templating/www/doc/tagref/formerror.adp: * acs-templating/www/doc/tagref/formerror.html: * acs-templating/www/doc/tagref/formgroup.adp: * acs-templating/www/doc/tagref/formgroup.html: * acs-templating/www/doc/tagref/formtemplate.adp: * acs-templating/www/doc/tagref/formtemplate.html: * acs-templating/www/doc/tagref/formwidget.adp: * acs-templating/www/doc/tagref/formwidget.html: * acs-templating/www/doc/tagref/grid.adp: * acs-templating/www/doc/tagref/grid.html: * acs-templating/www/doc/tagref/group.adp: * acs-templating/www/doc/tagref/group.html: * acs-templating/www/doc/tagref/if.adp: * acs-templating/www/doc/tagref/if.html: * acs-templating/www/doc/tagref/include-optional.adp: * acs-templating/www/doc/tagref/include-optional.html: * acs-templating/www/doc/tagref/include.adp: * acs-templating/www/doc/tagref/include.html: * acs-templating/www/doc/tagref/index.adp: * acs-templating/www/doc/tagref/index.html: * acs-templating/www/doc/tagref/list.adp: * acs-templating/www/doc/tagref/list.html: * acs-templating/www/doc/tagref/master.adp: * acs-templating/www/doc/tagref/master.html: * acs-templating/www/doc/tagref/multiple.adp: * acs-templating/www/doc/tagref/multiple.html: * acs-templating/www/doc/tagref/noparse.adp: * acs-templating/www/doc/tagref/noparse.html: * acs-templating/www/doc/tagref/property.adp: * acs-templating/www/doc/tagref/property.html: * acs-templating/www/doc/tagref/slave.adp: * acs-templating/www/doc/tagref/slave.html: * acs-templating/www/doc/tagref/switch.adp: * acs-templating/www/doc/tagref/switch.html: * acs-templating/www/doc/tagref/variable.adp: * acs-templating/www/doc/tagref/variable.html: * acs-templating/www/doc/timing-1.html: * acs-templating/www/doc/timing-2.html: * acs-templating/www/doc/timing-3.html: * acs-templating/www/doc/timing.html: * acs-templating/www/doc/widgets/date.html: * acs-templating/www/doc/widgets/index.html: * acs-templating/www/doc/widgets/input.html: * acs-templating/www/doc/widgets/select.html: * acs-templating/www/doc/widgets/table.html: * acs-templating/www/resources/htmlarea/examples/core.html: * acs-templating/www/resources/htmlarea/examples/spell-checker.html: * acs-templating/www/resources/htmlarea/examples/table-operations.html: * acs-templating/www/resources/htmlarea/index.html: * acs-templating/www/resources/htmlarea/plugins/SpellChecker/readme-tech.html: * acs-templating/www/resources/htmlarea/popups/about.html: * acs-templating/www/resources/htmlarea/popups/custom2.html: * acs-templating/www/resources/htmlarea/popups/fullscreen.html: * acs-templating/www/resources/htmlarea/popups/old_insert_image.html: * acs-templating/www/resources/htmlarea/popups/select_color.html: * acs-templating/www/resources/htmlarea/reference.html: * acs-templating/www/resources/htmlarea/release-notes.html: * acs-templating/www/scripts/xinha/file-selector.adp: * acs-templating/www/scripts/xinha/insert-file-orig.adp: * calendar/www/cal-item-create-recurrence.adp: * calendar/www/cal-item-view.adp: * calendar/www/doc/requirements.html: * chat/www/doc/design.html: * chat/www/doc/requirements.html: * dotlrn/lib/toolbar.adp: * dotlrn/www/admin/class.adp: * dotlrn/www/admin/classes-chunk.adp: * dotlrn/www/admin/clubs.adp: * dotlrn/www/admin/cockpit.adp: * dotlrn/www/admin/need-term-note.adp: * dotlrn/www/admin/term.adp: * dotlrn/www/admin/terms.adp: * dotlrn/www/admin/user-nuke.adp: * dotlrn/www/admin/users-bulk-upload.adp: * dotlrn/www/admin/users-chunk.adp: * dotlrn/www/clone.adp: * dotlrn/www/deregister-confirm.adp: * dotlrn/www/doc/architecture-overview.adp: * dotlrn/www/doc/dotlrn-faq.adp: * dotlrn/www/doc/dotlrn-install.adp: * dotlrn/www/doc/nomenclature.adp: * dotlrn/www/doc/permission-api.adp: * dotlrn/www/doc/permission-overview.adp: * dotlrn/www/doc/writing-a-dotlrn-package.adp: * dotlrn/www/dotlrn-group-admin-faq.adp: * dotlrn/www/dotlrn-user-faq.adp: * dotlrn/www/members-chunk-table.adp: * dotlrn/www/members-chunk.adp: - modernize HTML * acs-api-browser/www/deprecated.adp: * acs-api-browser/www/package-view.adp: * acs-api-browser/www/proc-browse.adp: * acs-api-browser/www/proc-search.adp: * acs-api-browser/www/tcl-doc-search.adp: * acs-api-browser/www/tcl-proc-view.adp: - replace and tags by and tags 2016-06-21 gustafn * acs-core-docs/www/aolserver.html: * acs-core-docs/www/aolserver4.html: * acs-core-docs/www/automated-testing-best-practices.html: * acs-core-docs/www/backup-recovery.adp: * acs-core-docs/www/backup-recovery.html: * acs-core-docs/www/bootstrap-acs.html: * acs-core-docs/www/configuring-configuring-packages.adp: * acs-core-docs/www/configuring-configuring-packages.html: * acs-core-docs/www/configuring-configuring-permissions.adp: * acs-core-docs/www/configuring-configuring-permissions.html: * acs-core-docs/www/configuring-install-packages.adp: * acs-core-docs/www/configuring-install-packages.html: * acs-core-docs/www/configuring-mounting-packages.adp: * acs-core-docs/www/configuring-mounting-packages.html: * acs-core-docs/www/credits.html: * acs-core-docs/www/cvs-guidelines.adp: * acs-core-docs/www/cvs-guidelines.html: * acs-core-docs/www/cvs-tips.adp: * acs-core-docs/www/cvs-tips.html: * acs-core-docs/www/db-api-detailed.html: * acs-core-docs/www/db-api.html: * acs-core-docs/www/docbook-primer.adp: * acs-core-docs/www/docbook-primer.html: * acs-core-docs/www/eng-standards-constraint-naming.adp: * acs-core-docs/www/eng-standards-constraint-naming.html: * acs-core-docs/www/eng-standards-filenaming.html: * acs-core-docs/www/eng-standards-plsql.html: * acs-core-docs/www/eng-standards-versioning.html: * acs-core-docs/www/ext-auth-requirements.adp: * acs-core-docs/www/ext-auth-requirements.html: * acs-core-docs/www/filename.html: * acs-core-docs/www/form-builder.adp: * acs-core-docs/www/form-builder.html: * acs-core-docs/www/high-avail.adp: * acs-core-docs/www/high-avail.html: * acs-core-docs/www/how-do-I.adp: * acs-core-docs/www/how-do-I.html: * acs-core-docs/www/i18n-convert.adp: * acs-core-docs/www/i18n-convert.html: * acs-core-docs/www/index.adp: * acs-core-docs/www/index.html: * acs-core-docs/www/individual-programs.html: * acs-core-docs/www/install-cvs.adp: * acs-core-docs/www/install-cvs.html: * acs-core-docs/www/install-daemontools.adp: * acs-core-docs/www/install-daemontools.html: * acs-core-docs/www/install-full-text-search-openfts.adp: * acs-core-docs/www/install-full-text-search-openfts.html: * acs-core-docs/www/install-full-text-search-tsearch2.adp: * acs-core-docs/www/install-full-text-search-tsearch2.html: * acs-core-docs/www/install-next-nightly-vacuum.html: * acs-core-docs/www/install-openacs-keepalive.adp: * acs-core-docs/www/install-openacs-keepalive.html: * acs-core-docs/www/install-qmail.adp: * acs-core-docs/www/install-qmail.html: * acs-core-docs/www/install-redhat.adp: * acs-core-docs/www/install-redhat.html: * acs-core-docs/www/install-steps.adp: * acs-core-docs/www/install-steps.html: * acs-core-docs/www/ix01.adp: * acs-core-docs/www/ix01.html: * acs-core-docs/www/mac-installation.html: * acs-core-docs/www/maint-performance.adp: * acs-core-docs/www/maint-performance.html: * acs-core-docs/www/maintenance-deploy.adp: * acs-core-docs/www/maintenance-deploy.html: * acs-core-docs/www/object-identity.html: * acs-core-docs/www/objects.adp: * acs-core-docs/www/objects.html: * acs-core-docs/www/openacs.adp: * acs-core-docs/www/openacs.html: * acs-core-docs/www/oracle.html: * acs-core-docs/www/packages.adp: * acs-core-docs/www/packages.html: * acs-core-docs/www/parties.html: * acs-core-docs/www/permissions-tediously-explained.adp: * acs-core-docs/www/permissions-tediously-explained.html: * acs-core-docs/www/permissions.html: * acs-core-docs/www/postgres.adp: * acs-core-docs/www/postgres.html: * acs-core-docs/www/programming-with-aolserver.html: * acs-core-docs/www/psgml-for-emacs.adp: * acs-core-docs/www/psgml-for-emacs.html: * acs-core-docs/www/psgml-mode.html: * acs-core-docs/www/release-notes.adp: * acs-core-docs/www/release-notes.html: * acs-core-docs/www/releasing-openacs-core.html: * acs-core-docs/www/request-processor.html: * acs-core-docs/www/requirements-template.html: * acs-core-docs/www/security-notes.html: * acs-core-docs/www/style-guide.html: * acs-core-docs/www/subsites.html: * acs-core-docs/www/tcl-doc.html: * acs-core-docs/www/templates.html: * acs-core-docs/www/tutorial-css-layout.adp: * acs-core-docs/www/tutorial-css-layout.html: * acs-core-docs/www/tutorial-cvs.adp: * acs-core-docs/www/tutorial-cvs.html: * acs-core-docs/www/tutorial-database.adp: * acs-core-docs/www/tutorial-database.html: * acs-core-docs/www/tutorial-debug.adp: * acs-core-docs/www/tutorial-debug.html: * acs-core-docs/www/tutorial-distribute.adp: * acs-core-docs/www/tutorial-distribute.html: * acs-core-docs/www/tutorial-etp-templates.adp: * acs-core-docs/www/tutorial-etp-templates.html: * acs-core-docs/www/tutorial-newpackage.adp: * acs-core-docs/www/tutorial-newpackage.html: * acs-core-docs/www/tutorial-pages.adp: * acs-core-docs/www/tutorial-pages.html: * acs-core-docs/www/unix-installation.html: * acs-core-docs/www/upgrade-4.5-to-4.6.adp: * acs-core-docs/www/upgrade-4.5-to-4.6.html: * acs-core-docs/www/upgrade-openacs-files.adp: * acs-core-docs/www/upgrade-openacs-files.html: * acs-core-docs/www/upgrade-overview.adp: * acs-core-docs/www/upgrade-overview.html: * acs-core-docs/www/variables.adp: * acs-core-docs/www/variables.html: * acs-core-docs/www/xml/engineering-standards/constraint-naming.xml: * acs-core-docs/www/xml/install-guide/postgres.xml: - updated postgres information (removed fully obsolete information and broken links) - updated constraint naming (_idx was missing) 2016-06-20 gustafn * chat/tcl/chat-ajax-procs.tcl: * chat/tcl/chat-procs.tcl: * chat/www/ajax-chat-script.adp: * chat/www/chat-room-grant.tcl: * chat/www/chat-transcript.adp: * chat/www/chat-transcript.tcl: * chat/www/chat-transcripts.adp: * chat/www/chat-transcripts.tcl: * chat/www/chat.tcl: * chat/www/grant-entry.adp: * chat/www/html-chat.adp: * chat/www/html-chat.tcl: * chat/www/index.tcl: * chat/www/java-chat.adp: * chat/www/message-delete-2.tcl: * chat/www/message-delete.adp: * chat/www/message-delete.tcl: * chat/www/moderator-grant-2.tcl: * chat/www/moderator-grant.tcl: * chat/www/moderator-revoke-2.tcl: * chat/www/moderator-revoke.adp: * chat/www/moderator-revoke.tcl: * chat/www/noactive.adp: * chat/www/room-delete-2.tcl: * chat/www/room-delete.adp: * chat/www/room-delete.tcl: * chat/www/room-edit.adp: * chat/www/room-edit.tcl: * chat/www/room-enter.tcl: * chat/www/room-exit.tcl: * chat/www/room.adp: * chat/www/room.tcl: * chat/www/search-2.adp: * chat/www/search-2.tcl: * chat/www/search-3.tcl: * chat/www/search.adp: * chat/www/search.tcl: * chat/www/transcript-delete-2.tcl: * chat/www/transcript-delete.adp: * chat/www/transcript-delete.tcl: * chat/www/transcript-edit-2.tcl: * chat/www/transcript-edit.adp: * chat/www/transcript-edit.tcl: * chat/www/transcript-entry.adp: * chat/www/transcript-new-2.tcl: * chat/www/transcript-new.tcl: * chat/www/transcript-view.adp: * chat/www/transcript-view.tcl: * chat/www/unauthorized.adp: * chat/www/user-ban-2.tcl: * chat/www/user-ban.tcl: * chat/www/user-unban-2.tcl: * chat/www/user-unban.adp: * chat/www/user-unban.tcl: - apply fresh patches to oacs-5-9 branch * chat-portlet/www/chat-portlet.tcl: - brace expression * acs-templating/www/doc/gen/generate-docs.tcl: - make sure, only swa try to execute this script * chat-portlet/sql/postgresql/chat-admin-portlet-create.sql: * chat-portlet/sql/postgresql/chat-admin-portlet-drop.sql: * chat-portlet/sql/postgresql/chat-portlet-create.sql: * chat-portlet/sql/postgresql/chat-portlet-drop.sql: * chat/sql/postgresql/chat-create.sql: * chat/sql/postgresql/chat-drop.sql: * chat/sql/postgresql/upgrade/upgrade-5.0d4-5.0d5.sql: * chat/sql/postgresql/upgrade/upgrade-5.0d6-5.0d7.sql: * chat/sql/postgresql/upgrade/upgrade-5.0d8-5.0d9.sql: - modernize SQL * chat/www/chat-room-grant.tcl: * chat/www/chat-transcript.tcl: * chat/www/chat-transcripts.tcl: * chat/www/chat.tcl: * chat/www/message-delete-2.tcl: * chat/www/message-delete.tcl: * chat/www/moderator-grant-2.tcl: * chat/www/moderator-grant.tcl: * chat/www/moderator-revoke-2.tcl: * chat/www/moderator-revoke.tcl: * chat/www/room-delete-2.tcl: * chat/www/room-delete.tcl: * chat/www/room-edit.tcl: * chat/www/room-enter.tcl: * chat/www/room-exit.tcl: * chat/www/room.tcl: * chat/www/search-2.tcl: * chat/www/search-3.tcl: * chat/www/search.tcl: * chat/www/transcript-delete-2.tcl: * chat/www/transcript-delete.tcl: * chat/www/transcript-edit-2.tcl: * chat/www/transcript-edit.tcl: * chat/www/transcript-new-2.tcl: * chat/www/transcript-new.tcl: * chat/www/transcript-view.tcl: * chat/www/user-ban-2.tcl: * chat/www/user-ban.tcl: * chat/www/user-unban-2.tcl: * chat/www/user-unban.tcl: - tighten page contracts 2016-06-17 gustafn * chat/www/ajax-chat-script.adp: * chat/www/chat-transcript.adp: * chat/www/chat-transcripts.adp: * chat/www/grant-entry.adp: * chat/www/html-chat.adp: * chat/www/java-chat.adp: * chat/www/message-delete.adp: * chat/www/moderator-revoke.adp: * chat/www/noactive.adp: * chat/www/room-delete.adp: * chat/www/room-edit.adp: * chat/www/room.adp: * chat/www/search-2.adp: * chat/www/search.adp: * chat/www/transcript-delete.adp: * chat/www/transcript-edit.adp: * chat/www/transcript-entry.adp: * chat/www/transcript-view.adp: * chat/www/unauthorized.adp: * chat/www/user-unban.adp: - modernize HTML markup - follow adp converions for properties * chat/tcl/chat-procs.tcl: * chat/www/chat-transcript.tcl: * chat/www/chat.tcl: * chat/www/html-chat.tcl: * chat/www/room-enter.tcl: * chat/www/room-exit.tcl: * chat/www/search-2.tcl: - modernize Tcl * chat/tcl/chat-ajax-procs.tcl: * chat/tcl/chat-procs.tcl: * chat/www/chat-room-grant.tcl: * chat/www/chat.tcl: * chat/www/html-chat.tcl: * chat/www/index.tcl: * chat/www/message-delete.tcl: * chat/www/moderator-grant-2.tcl: * chat/www/moderator-grant.tcl: * chat/www/moderator-revoke-2.tcl: * chat/www/moderator-revoke.tcl: * chat/www/room-delete-2.tcl: * chat/www/room-delete.tcl: * chat/www/search-2.tcl: * chat/www/search-3.tcl: * chat/www/transcript-delete-2.tcl: * chat/www/transcript-view.tcl: * chat/www/user-ban.tcl: * chat/www/user-unban-2.tcl: * chat/www/user-unban.tcl: - remove deprecated calls * acs-subsite/www/members/index.tcl: * acs-subsite/www/members/index.xql: - use base tables in queries instead of mega-view cc_users 2016-06-16 gustafn * xotcl-core/tcl/06-package-procs.tcl: - make separaton from global and local parameters clear * xowiki/resources/templates/oacs-view.adp: * xowiki/resources/templates/oacs-view2.adp: * xowiki/resources/templates/oacs-view3.adp: * xowiki/resources/templates/view-book-no-ajax.adp: * xowiki/resources/templates/view-book.adp: * xowiki/resources/templates/view-default.adp: * xowiki/resources/templates/view-links.adp: * xowiki/resources/templates/view-plain.adp: * xowiki/tcl/adp-generator-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: - renamed array variables passed to xowiki-templates from "property_doc" and "property_body" simply to "doc" and "body": reasoning: this makes it more uniform to use this variables already in the xowiki .adp files with the same name as in the master templates. - added @body.menubarHTML@ to allow the higher level master templates to place the menubar. On the longer range, we might even prefer @body.menubar@ to pass a generic (skin-agnostic) representation. - replaced the hard wired placement of the menubar by a adp-controlled layout - added @body.title@ to provide a title suitable for

    in contrast to @doc.title@ which is for . Prefer usage of @body.title@ over @title@, but the latter variable is still provided. - added csrf protection for wiki-search 2016-06-15 hectorr * chat/www/ajax/scripted-streaming-chat.js: Javascript support for streaming ajax based chat interface 2016-06-13 gustafn * acs-subsite/www/members/index.adp: * acs-subsite/www/members/index.tcl: - Provide a title to show what members are managed - add optional parameter group_id to manage other groups as well * acs-subsite/tcl/package-procs-postgresql.xql: - fix for bug #2962 * acs-subsite/www/admin/groups/one.tcl: - fix variable name * acs-subsite/www/admin/group-types/index-postgresql.xql: * acs-subsite/www/admin/group-types/one-postgresql.xql: * acs-subsite/www/admin/group-types/one.adp: * acs-subsite/www/admin/group-types/one.tcl: Admin pages for group-types: - Provide a heading, which gives clearer context info (what kind of group_type is managed) - list pretty name and supertype - list as well "Registered Users" (there should be a better way of doing this) * acs-subsite/www/admin/groups/elements-by-rel-type-postgresql.xql: * acs-subsite/www/admin/groups/one.adp: * acs-subsite/www/admin/groups/one.tcl: * acs-subsite/www/admin/groups/one.xql: Admin pages for groups (one.tcl) - list always admins, components, members (not only direct relationships) - Provide a heading, which gives clearer context info (what group of what type is managed) * acs-tcl/tcl/apm-install-procs.tcl: * acs-tcl/tcl/apm-procs.tcl: * acs-tcl/tcl/apm-procs.xql: Bugfix: - when a package is deleted, which is already disabled, the "before-uninstall" callback was not executed. - Reason: apm_version_id_from_package_key returns just enabled packages - the new version of apm_version_id_from_package_key has an optional argument "-all" to return enabled or disabled version_ids * acs-subsite/tcl/package-procs-postgresql.xql: * acs-subsite/tcl/package-procs.tcl: Bugfix: not possible to define group types over admin interface: - Remove dependency on "user_objects" in PostgreSQL code: This table is an interface to Oracle's data dictionary and gives access to all defined objects (tables, views, functions, packages, ...) and is used to check, whether code has to be recompiled after some update. This code check is now deactivated for PostgreSQL for the time being. - Without this change, it was not possible to define group types in postgres over the admin interface (in acs-subsite) 2016-06-12 gustafn * new-portal/sql/postgresql/upgrade/upgrade-2.9.1d1-2.9.1d2.sql: - cleanup for last commit (remove old function defs with varchar for boolean attributes) * dotlrn/dotlrn.info: * dotlrn/sql/postgresql/communities-package-create.sql: * dotlrn/sql/postgresql/upgrade/upgrade-2.9.1d2-2.9.1d3.sql: * dotlrn/www/admin/term.tcl: - redefine dotlrn_community__new with p_archived_p defined as boolean - www/admin/term.tcl: allow negative values for term_id * new-portal/sql/postgresql/upgrade/upgrade-2.9.1d1-2.9.1d2.sql: branches: 1.1.2; file upgrade-2.9.1d1-2.9.1d2.sql was initially added on branch oacs-5-9. * dotlrn/sql/postgresql/upgrade/upgrade-2.9.1d2-2.9.1d3.sql: branches: 1.1.2; file upgrade-2.9.1d2-2.9.1d3.sql was initially added on branch oacs-5-9. 2016-06-11 gustafn * acs-lang/www/admin/message-usage-include.adp: - don't substitute message keys in message-usage-include.adp, otherwise the include is useless, since the whole point is to list occurances of the message keys * acs-core-docs/www/aolserver.html: * acs-core-docs/www/aolserver4.html: * acs-core-docs/www/automated-testing-best-practices.html: * acs-core-docs/www/backup-recovery.adp: * acs-core-docs/www/backup-recovery.html: * acs-core-docs/www/bootstrap-acs.html: * acs-core-docs/www/configuring-configuring-packages.adp: * acs-core-docs/www/configuring-configuring-packages.html: * acs-core-docs/www/configuring-configuring-permissions.adp: * acs-core-docs/www/configuring-configuring-permissions.html: * acs-core-docs/www/configuring-install-packages.adp: * acs-core-docs/www/configuring-install-packages.html: * acs-core-docs/www/configuring-mounting-packages.adp: * acs-core-docs/www/configuring-mounting-packages.html: * acs-core-docs/www/credits.html: * acs-core-docs/www/cvs-guidelines.adp: * acs-core-docs/www/cvs-guidelines.html: * acs-core-docs/www/cvs-tips.adp: * acs-core-docs/www/cvs-tips.html: * acs-core-docs/www/db-api-detailed.html: * acs-core-docs/www/db-api.html: * acs-core-docs/www/docbook-primer.adp: * acs-core-docs/www/docbook-primer.html: * acs-core-docs/www/eng-standards-constraint-naming.html: * acs-core-docs/www/eng-standards-filenaming.html: * acs-core-docs/www/eng-standards-plsql.html: * acs-core-docs/www/eng-standards-versioning.html: * acs-core-docs/www/ext-auth-requirements.adp: * acs-core-docs/www/ext-auth-requirements.html: * acs-core-docs/www/filename.html: * acs-core-docs/www/form-builder.adp: * acs-core-docs/www/form-builder.html: * acs-core-docs/www/high-avail.adp: * acs-core-docs/www/high-avail.html: * acs-core-docs/www/how-do-I.adp: * acs-core-docs/www/how-do-I.html: * acs-core-docs/www/i18n-convert.adp: * acs-core-docs/www/i18n-convert.html: * acs-core-docs/www/index.adp: * acs-core-docs/www/index.html: * acs-core-docs/www/individual-programs.html: * acs-core-docs/www/install-cvs.adp: * acs-core-docs/www/install-cvs.html: * acs-core-docs/www/install-daemontools.adp: * acs-core-docs/www/install-daemontools.html: * acs-core-docs/www/install-full-text-search-openfts.adp: * acs-core-docs/www/install-full-text-search-openfts.html: * acs-core-docs/www/install-full-text-search-tsearch2.adp: * acs-core-docs/www/install-full-text-search-tsearch2.html: * acs-core-docs/www/install-next-nightly-vacuum.html: * acs-core-docs/www/install-openacs-keepalive.adp: * acs-core-docs/www/install-openacs-keepalive.html: * acs-core-docs/www/install-qmail.adp: * acs-core-docs/www/install-qmail.html: * acs-core-docs/www/install-redhat.adp: * acs-core-docs/www/install-redhat.html: * acs-core-docs/www/install-steps.adp: * acs-core-docs/www/install-steps.html: * acs-core-docs/www/ix01.adp: * acs-core-docs/www/ix01.html: * acs-core-docs/www/mac-installation.html: * acs-core-docs/www/maint-performance.adp: * acs-core-docs/www/maint-performance.html: * acs-core-docs/www/maintenance-deploy.adp: * acs-core-docs/www/maintenance-deploy.html: * acs-core-docs/www/object-identity.html: * acs-core-docs/www/objects.adp: * acs-core-docs/www/objects.html: * acs-core-docs/www/openacs.adp: * acs-core-docs/www/openacs.html: * acs-core-docs/www/oracle.html: * acs-core-docs/www/packages.adp: * acs-core-docs/www/packages.html: * acs-core-docs/www/parties.html: * acs-core-docs/www/permissions-tediously-explained.adp: * acs-core-docs/www/permissions-tediously-explained.html: * acs-core-docs/www/permissions.html: * acs-core-docs/www/postgres.html: * acs-core-docs/www/programming-with-aolserver.html: * acs-core-docs/www/psgml-for-emacs.adp: * acs-core-docs/www/psgml-for-emacs.html: * acs-core-docs/www/psgml-mode.html: * acs-core-docs/www/release-notes.adp: * acs-core-docs/www/release-notes.html: * acs-core-docs/www/releasing-openacs-core.html: * acs-core-docs/www/request-processor.html: * acs-core-docs/www/requirements-template.html: * acs-core-docs/www/security-notes.html: * acs-core-docs/www/style-guide.html: * acs-core-docs/www/subsites.html: * acs-core-docs/www/tcl-doc.html: * acs-core-docs/www/templates.html: * acs-core-docs/www/tutorial-css-layout.adp: * acs-core-docs/www/tutorial-css-layout.html: * acs-core-docs/www/tutorial-cvs.adp: * acs-core-docs/www/tutorial-cvs.html: * acs-core-docs/www/tutorial-database.adp: * acs-core-docs/www/tutorial-database.html: * acs-core-docs/www/tutorial-debug.adp: * acs-core-docs/www/tutorial-debug.html: * acs-core-docs/www/tutorial-distribute.adp: * acs-core-docs/www/tutorial-distribute.html: * acs-core-docs/www/tutorial-etp-templates.adp: * acs-core-docs/www/tutorial-etp-templates.html: * acs-core-docs/www/tutorial-newpackage.adp: * acs-core-docs/www/tutorial-newpackage.html: * acs-core-docs/www/tutorial-pages.adp: * acs-core-docs/www/tutorial-pages.html: * acs-core-docs/www/unix-installation.html: * acs-core-docs/www/upgrade-4.5-to-4.6.adp: * acs-core-docs/www/upgrade-4.5-to-4.6.html: * acs-core-docs/www/upgrade-openacs-files.adp: * acs-core-docs/www/upgrade-openacs-files.html: * acs-core-docs/www/upgrade-overview.adp: * acs-core-docs/www/upgrade-overview.html: * acs-core-docs/www/variables.adp: * acs-core-docs/www/variables.html: * acs-core-docs/www/xml/developers-guide/i18n.xml: * acs-events/www/doc/requirements.adp: * acs-kernel/sql/postgresql/acs-relationships-create.sql: * acs-kernel/sql/postgresql/groups-body-create.sql: * acs-lang/www/doc/i18n-requirements.adp: - regenerated documentation to fix escaping problem for message keys in "programlisting": inserting a ­ after the first hash * acs-tcl/tcl/request-processor-procs.tcl: - removed escaped testing code 2016-06-10 gustafn * acs-subsite/www/admin/group-types/one.adp: - improve appearance of admin page * acs-subsite/www/admin/parties/new.tcl: - make same change as for groups/new.tcl * acs-core-docs/www/aolserver.html: * acs-core-docs/www/aolserver4.html: * acs-core-docs/www/automated-testing-best-practices.html: * acs-core-docs/www/backup-recovery.adp: * acs-core-docs/www/backup-recovery.html: * acs-core-docs/www/bootstrap-acs.html: * acs-core-docs/www/configuring-configuring-packages.adp: * acs-core-docs/www/configuring-configuring-packages.html: * acs-core-docs/www/configuring-configuring-permissions.adp: * acs-core-docs/www/configuring-configuring-permissions.html: * acs-core-docs/www/configuring-install-packages.adp: * acs-core-docs/www/configuring-install-packages.html: * acs-core-docs/www/configuring-mounting-packages.adp: * acs-core-docs/www/configuring-mounting-packages.html: * acs-core-docs/www/credits.html: * acs-core-docs/www/cvs-guidelines.adp: * acs-core-docs/www/cvs-guidelines.html: * acs-core-docs/www/cvs-tips.adp: * acs-core-docs/www/cvs-tips.html: * acs-core-docs/www/db-api-detailed.html: * acs-core-docs/www/db-api.html: * acs-core-docs/www/docbook-primer.adp: * acs-core-docs/www/docbook-primer.html: * acs-core-docs/www/eng-standards-constraint-naming.html: * acs-core-docs/www/eng-standards-filenaming.html: * acs-core-docs/www/eng-standards-plsql.html: * acs-core-docs/www/eng-standards-versioning.html: * acs-core-docs/www/ext-auth-requirements.adp: * acs-core-docs/www/ext-auth-requirements.html: * acs-core-docs/www/filename.html: * acs-core-docs/www/form-builder.adp: * acs-core-docs/www/form-builder.html: * acs-core-docs/www/high-avail.adp: * acs-core-docs/www/high-avail.html: * acs-core-docs/www/how-do-I.adp: * acs-core-docs/www/how-do-I.html: * acs-core-docs/www/i18n-convert.adp: * acs-core-docs/www/i18n-convert.html: * acs-core-docs/www/index.adp: * acs-core-docs/www/index.html: * acs-core-docs/www/individual-programs.html: * acs-core-docs/www/install-cvs.adp: * acs-core-docs/www/install-cvs.html: * acs-core-docs/www/install-daemontools.adp: * acs-core-docs/www/install-daemontools.html: * acs-core-docs/www/install-full-text-search-openfts.adp: * acs-core-docs/www/install-full-text-search-openfts.html: * acs-core-docs/www/install-full-text-search-tsearch2.adp: * acs-core-docs/www/install-full-text-search-tsearch2.html: * acs-core-docs/www/install-next-nightly-vacuum.html: * acs-core-docs/www/install-openacs-keepalive.adp: * acs-core-docs/www/install-openacs-keepalive.html: * acs-core-docs/www/install-qmail.adp: * acs-core-docs/www/install-qmail.html: * acs-core-docs/www/install-redhat.adp: * acs-core-docs/www/install-redhat.html: * acs-core-docs/www/install-steps.adp: * acs-core-docs/www/install-steps.html: * acs-core-docs/www/ix01.adp: * acs-core-docs/www/ix01.html: * acs-core-docs/www/mac-installation.html: * acs-core-docs/www/maint-performance.adp: * acs-core-docs/www/maint-performance.html: * acs-core-docs/www/maintenance-deploy.adp: * acs-core-docs/www/maintenance-deploy.html: * acs-core-docs/www/object-identity.html: * acs-core-docs/www/objects.adp: * acs-core-docs/www/objects.html: * acs-core-docs/www/openacs.adp: * acs-core-docs/www/openacs.html: * acs-core-docs/www/oracle.html: * acs-core-docs/www/packages.adp: * acs-core-docs/www/packages.html: * acs-core-docs/www/parties.html: * acs-core-docs/www/permissions-tediously-explained.adp: * acs-core-docs/www/permissions-tediously-explained.html: * acs-core-docs/www/permissions.html: * acs-core-docs/www/postgres.html: * acs-core-docs/www/programming-with-aolserver.html: * acs-core-docs/www/psgml-for-emacs.adp: * acs-core-docs/www/psgml-for-emacs.html: * acs-core-docs/www/psgml-mode.html: * acs-core-docs/www/release-notes.adp: * acs-core-docs/www/release-notes.html: * acs-core-docs/www/releasing-openacs-core.html: * acs-core-docs/www/request-processor.html: * acs-core-docs/www/requirements-template.html: * acs-core-docs/www/security-notes.html: * acs-core-docs/www/style-guide.html: * acs-core-docs/www/subsites.html: * acs-core-docs/www/tcl-doc.html: * acs-core-docs/www/templates.html: * acs-core-docs/www/tutorial-categories.adp: * acs-core-docs/www/tutorial-categories.html: * acs-core-docs/www/tutorial-css-layout.adp: * acs-core-docs/www/tutorial-css-layout.html: * acs-core-docs/www/tutorial-cvs.adp: * acs-core-docs/www/tutorial-cvs.html: * acs-core-docs/www/tutorial-database.adp: * acs-core-docs/www/tutorial-database.html: * acs-core-docs/www/tutorial-debug.adp: * acs-core-docs/www/tutorial-debug.html: * acs-core-docs/www/tutorial-distribute.adp: * acs-core-docs/www/tutorial-distribute.html: * acs-core-docs/www/tutorial-etp-templates.adp: * acs-core-docs/www/tutorial-etp-templates.html: * acs-core-docs/www/tutorial-newpackage.adp: * acs-core-docs/www/tutorial-newpackage.html: * acs-core-docs/www/tutorial-pages.adp: * acs-core-docs/www/tutorial-pages.html: * acs-core-docs/www/tutorial-wysiwyg-editor.adp: * acs-core-docs/www/tutorial-wysiwyg-editor.html: * acs-core-docs/www/unix-installation.html: * acs-core-docs/www/upgrade-4.5-to-4.6.adp: * acs-core-docs/www/upgrade-4.5-to-4.6.html: * acs-core-docs/www/upgrade-openacs-files.adp: * acs-core-docs/www/upgrade-openacs-files.html: * acs-core-docs/www/upgrade-overview.adp: * acs-core-docs/www/upgrade-overview.html: * acs-core-docs/www/variables.adp: * acs-core-docs/www/variables.html: * acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * acs-events/www/doc/requirements.adp: * acs-lang/www/doc/i18n-requirements.adp: * acs-tcl/tcl/request-processor-procs.tcl: - regenerated documentation to fix escaping problem in docbook: when a "programlisting" contains a message key, it is properly escaped when putting a ­ after the first hash * acs-admin/www/apm/index.adp: * acs-admin/www/apm/package-load.adp: - replace deprecated tt element * acs-subsite/www/admin/group-types/one.tcl: * acs-subsite/www/admin/groups/new.tcl: - use groups/new.tcl instead of parties/new.tcl - set group_id to the result to [group::new] 2016-06-09 gustafn * acs-admin/www/apm/packages/index.vuh: * acs-admin/www/package/index.vuh: * acs-api-browser/www/proc/index.vuh: * acs-content-repository/www/index.vuh: * acs-core-docs/www/files/tutorial/note.vuh: * acs-subsite/www/admin/site-nodes/index.vuh: * acs-subsite/www/file.vuh: * acs-subsite/www/image.vuh: * acs-subsite/www/o.vuh: * assessment/www/asm-admin/export/index.vuh: * assessment/www/asm-admin/view/index.vuh: * assessment/www/index.vuh: * assessment/www/view/index.vuh: * attachments/www/download/index.vuh: * calendar/www/ics/index.vuh: * dotlrn/www/community-image.vuh: * dotlrn/www/help/index.vuh: * evaluation/www/admin/evaluations/download-archive/index.vuh: * evaluation/www/view/index.vuh: * faq/www/index.vuh: * file-storage/www/download-archive/index.vuh: * file-storage/www/download/index.vuh: * file-storage/www/index.vuh: * file-storage/www/rss/index.vuh: * file-storage/www/view/index.vuh: * news/www/item.vuh: * news/www/rss/index.vuh: * oacs-dav/www/index.vuh: * xowf/www/admin/index.vuh: * xowf/www/index.vuh: * xowiki/www/index.vuh: - add editor hints to .vuh files * xowiki/resources/templates/view-mobile.adp: * xowiki/www/ckeditor-images/index.adp: * xowiki/www/ckeditor-images/thumb-view.adp: * xowiki/www/ckeditor-images/upload_image.adp: - add title elements * acs-core-docs/www/index.vuh: - adjust to coding guidelines * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/postgresql/content-extlink.sql: - avoid call of deprecated function * acs-subsite/www/doc/group-admin-pages-design.html: - improve HTML quality * acs-content-repository/www/doc/api/content.html: * acs-content-repository/www/doc/api/extlink.html: * acs-content-repository/www/doc/api/folder.html: * acs-content-repository/www/doc/api/item.html: * acs-content-repository/www/doc/api/keyword.html: * acs-content-repository/www/doc/api/permission.html: * acs-content-repository/www/doc/api/revision.html: * acs-content-repository/www/doc/api/symlink.html: * acs-content-repository/www/doc/api/template.html: * acs-content-repository/www/doc/api/type.html: * acs-content-repository/www/doc/guide/keywords.html: - improve HTML validity of documentation * acs-automated-testing/www/admin/component.adp: * acs-automated-testing/www/admin/component.tcl: * acs-automated-testing/www/admin/testcase.tcl: - improve component view * xotcl-request-monitor/www/index.adp: - moderiize HTML in .adp files * acs-admin/www/apm/index.adp: * acs-admin/www/apm/repository-channel-index.adp: * acs-admin/www/apm/version-callback-invoke.adp: * acs-admin/www/apm/version-i18n-export.adp: * acs-admin/www/apm/version-i18n-import.adp: * acs-admin/www/apm/version-i18n-index.adp: * acs-admin/www/apm/version-i18n-process-2.adp: * acs-admin/www/apm/version-i18n-process.adp: * acs-admin/www/auth/authority.adp: * acs-admin/www/auth/batch-job-run.adp: * acs-admin/www/cache/index.adp: * acs-admin/www/cache/one.adp: * acs-admin/www/cache/show-util-memoize.adp: * acs-admin/www/developer.adp: * acs-admin/www/install/install-4.adp: * acs-admin/www/install/install.adp: * acs-admin/www/server-restart.adp: * acs-admin/www/users/complex-search.adp: * acs-admin/www/users/merge-confirm.adp: * acs-admin/www/users/merge.adp: * acs-admin/www/users/one.adp: * acs-admin/www/users/search.adp: * acs-subsite/www/admin/attributes/one.adp: * acs-subsite/www/admin/groups/elements-display-list.adp: * acs-subsite/www/admin/rel-segments/new.adp: * acs-subsite/www/admin/rel-types/one.adp: * acs-subsite/www/admin/rel-types/roles/one.adp: * acs-subsite/www/admin/site-map/mount.adp: * acs-subsite/www/admin/site-map/site-map.adp: * acs-subsite/www/doc/group-admin-pages-acceptance-test.adp: * acs-subsite/www/doc/group-admin-pages-design.adp: * acs-subsite/www/doc/group-admin-pages-requirements.adp: * acs-subsite/www/permissions/grant.adp: * acs-subsite/www/permissions/one.adp: * acs-subsite/www/permissions/perm-user-add-include.adp: * acs-subsite/www/register/account-message.adp: * acs-subsite/www/register/display-message.adp: * acs-subsite/www/register/restore-bounce.adp: * acs-subsite/www/register/restore-user.adp: * acs-subsite/www/shared/community-member.adp: * acs-subsite/www/shared/parameters.adp: * xowiki/www/ckeditor-images/index.adp: * xowiki/www/xinha/attach-file.adp: * xowiki/www/xinha/file-selector.adp: * xowiki/www/xinha/insert-file.adp: - modernize HTML in .adp files * acs-content-repository/www/doc/api/content.adp: * acs-content-repository/www/doc/api/extlink.adp: * acs-content-repository/www/doc/api/folder.adp: * acs-content-repository/www/doc/api/item.adp: * acs-content-repository/www/doc/api/keyword.adp: * acs-content-repository/www/doc/api/permission.adp: * acs-content-repository/www/doc/api/revision.adp: * acs-content-repository/www/doc/api/symlink.adp: * acs-content-repository/www/doc/api/template.adp: * acs-content-repository/www/doc/api/type.adp: * acs-content-repository/www/doc/guide/publish.adp: * acs-content-repository/www/doc/tutorial.adp: * acs-core-docs/www/acs-admin.adp: * acs-core-docs/www/acs-admin.html: * acs-core-docs/www/acs-package-dev.html: * acs-core-docs/www/acs-plat-dev.html: * acs-core-docs/www/analog-install.html: * acs-core-docs/www/analog-setup.html: * acs-core-docs/www/aolserver.html: * acs-core-docs/www/aolserver4.html: * acs-core-docs/www/apm-design.adp: * acs-core-docs/www/apm-design.html: * acs-core-docs/www/apm-requirements.adp: * acs-core-docs/www/apm-requirements.html: * acs-core-docs/www/automated-backup.html: * acs-core-docs/www/automated-testing-best-practices.html: * acs-core-docs/www/backup-recovery.adp: * acs-core-docs/www/backup-recovery.html: * acs-core-docs/www/backups-with-cvs.html: * acs-core-docs/www/bootstrap-acs.html: * acs-core-docs/www/complete-install.adp: * acs-core-docs/www/complete-install.html: * acs-core-docs/www/configuring-configuring-packages.adp: * acs-core-docs/www/configuring-configuring-packages.html: * acs-core-docs/www/configuring-configuring-permissions.adp: * acs-core-docs/www/configuring-configuring-permissions.html: * acs-core-docs/www/configuring-install-packages.adp: * acs-core-docs/www/configuring-install-packages.html: * acs-core-docs/www/configuring-mounting-packages.adp: * acs-core-docs/www/configuring-mounting-packages.html: * acs-core-docs/www/configuring-new-site.html: * acs-core-docs/www/credits.html: * acs-core-docs/www/cvs-guidelines.adp: * acs-core-docs/www/cvs-guidelines.html: * acs-core-docs/www/cvs-tips.adp: * acs-core-docs/www/cvs-tips.html: * acs-core-docs/www/database-management.html: * acs-core-docs/www/db-api-detailed.adp: * acs-core-docs/www/db-api-detailed.html: * acs-core-docs/www/db-api.adp: * acs-core-docs/www/db-api.html: * acs-core-docs/www/dev-guide.html: * acs-core-docs/www/doc-standards.html: * acs-core-docs/www/docbook-primer.adp: * acs-core-docs/www/docbook-primer.html: * acs-core-docs/www/eng-standards-constraint-naming.adp: * acs-core-docs/www/eng-standards-constraint-naming.html: * acs-core-docs/www/eng-standards-filenaming.html: * acs-core-docs/www/eng-standards-plsql.html: * acs-core-docs/www/eng-standards-versioning.html: * acs-core-docs/www/eng-standards.html: * acs-core-docs/www/ext-auth-requirements.adp: * acs-core-docs/www/ext-auth-requirements.html: * acs-core-docs/www/filename.adp: * acs-core-docs/www/filename.html: * acs-core-docs/www/for-everyone.html: * acs-core-docs/www/form-builder.adp: * acs-core-docs/www/form-builder.html: * acs-core-docs/www/general-documents.html: * acs-core-docs/www/groups-design.adp: * acs-core-docs/www/groups-design.html: * acs-core-docs/www/groups-requirements.adp: * acs-core-docs/www/groups-requirements.html: * acs-core-docs/www/high-avail.adp: * acs-core-docs/www/high-avail.html: * acs-core-docs/www/how-do-I.adp: * acs-core-docs/www/how-do-I.html: * acs-core-docs/www/i18n-convert.adp: * acs-core-docs/www/i18n-convert.html: * acs-core-docs/www/i18n-design.html: * acs-core-docs/www/i18n-introduction.adp: * acs-core-docs/www/i18n-introduction.html: * acs-core-docs/www/i18n-overview.adp: * acs-core-docs/www/i18n-overview.html: * acs-core-docs/www/i18n-requirements.adp: * acs-core-docs/www/i18n-requirements.html: * acs-core-docs/www/i18n-translators.html: * acs-core-docs/www/i18n.html: * acs-core-docs/www/index.adp: * acs-core-docs/www/index.html: * acs-core-docs/www/individual-programs.adp: * acs-core-docs/www/individual-programs.html: * acs-core-docs/www/install-cvs.adp: * acs-core-docs/www/install-cvs.html: * acs-core-docs/www/install-daemontools.adp: * acs-core-docs/www/install-daemontools.html: * acs-core-docs/www/install-full-text-search-openfts.adp: * acs-core-docs/www/install-full-text-search-openfts.html: * acs-core-docs/www/install-full-text-search-tsearch2.adp: * acs-core-docs/www/install-full-text-search-tsearch2.html: * acs-core-docs/www/install-ldap-radius.html: * acs-core-docs/www/install-more-software.html: * acs-core-docs/www/install-next-add-server.html: * acs-core-docs/www/install-next-backups.html: * acs-core-docs/www/install-next-nightly-vacuum.html: * acs-core-docs/www/install-nsopenssl.html: * acs-core-docs/www/install-nspam.html: * acs-core-docs/www/install-openacs-delete-tablespace.html: * acs-core-docs/www/install-openacs-inittab.html: * acs-core-docs/www/install-openacs-keepalive.adp: * acs-core-docs/www/install-openacs-keepalive.html: * acs-core-docs/www/install-origins.html: * acs-core-docs/www/install-overview.html: * acs-core-docs/www/install-pam-radius.html: * acs-core-docs/www/install-php.html: * acs-core-docs/www/install-qmail.adp: * acs-core-docs/www/install-qmail.html: * acs-core-docs/www/install-redhat.adp: * acs-core-docs/www/install-redhat.html: * acs-core-docs/www/install-resources.html: * acs-core-docs/www/install-squirrelmail.html: * acs-core-docs/www/install-ssl.html: * acs-core-docs/www/install-steps.adp: * acs-core-docs/www/install-steps.html: * acs-core-docs/www/install-tclwebtest.html: * acs-core-docs/www/ix01.adp: * acs-core-docs/www/ix01.html: * acs-core-docs/www/kernel-doc.html: * acs-core-docs/www/kernel-overview.html: * acs-core-docs/www/mac-installation.adp: * acs-core-docs/www/mac-installation.html: * acs-core-docs/www/maint-performance.adp: * acs-core-docs/www/maint-performance.html: * acs-core-docs/www/maintenance-deploy.adp: * acs-core-docs/www/maintenance-deploy.html: * acs-core-docs/www/maintenance-web.html: * acs-core-docs/www/nxml-mode.html: * acs-core-docs/www/object-identity.html: * acs-core-docs/www/object-system-design.adp: * acs-core-docs/www/object-system-design.html: * acs-core-docs/www/object-system-requirements.adp: * acs-core-docs/www/object-system-requirements.html: * acs-core-docs/www/objects.adp: * acs-core-docs/www/objects.html: * acs-core-docs/www/openacs-overview.html: * acs-core-docs/www/openacs-unpack.html: * acs-core-docs/www/openacs.adp: * acs-core-docs/www/openacs.html: * acs-core-docs/www/oracle.adp: * acs-core-docs/www/oracle.html: * acs-core-docs/www/os-install.html: * acs-core-docs/www/os-security.html: * acs-core-docs/www/packages.adp: * acs-core-docs/www/packages.html: * acs-core-docs/www/parties.html: * acs-core-docs/www/permissions-design.adp: * acs-core-docs/www/permissions-design.html: * acs-core-docs/www/permissions-requirements.adp: * acs-core-docs/www/permissions-requirements.html: * acs-core-docs/www/permissions-tediously-explained.adp: * acs-core-docs/www/permissions-tediously-explained.html: * acs-core-docs/www/permissions.adp: * acs-core-docs/www/permissions.html: * acs-core-docs/www/postgres.html: * acs-core-docs/www/profile-code.html: * acs-core-docs/www/programming-with-aolserver.html: * acs-core-docs/www/psgml-for-emacs.adp: * acs-core-docs/www/psgml-for-emacs.html: * acs-core-docs/www/psgml-mode.adp: * acs-core-docs/www/psgml-mode.html: * acs-core-docs/www/release-notes.adp: * acs-core-docs/www/release-notes.html: * acs-core-docs/www/releasing-openacs-core.html: * acs-core-docs/www/releasing-openacs.html: * acs-core-docs/www/releasing-package.html: * acs-core-docs/www/remote-postgres.html: * acs-core-docs/www/request-processor.html: * acs-core-docs/www/requirements-template.adp: * acs-core-docs/www/requirements-template.html: * acs-core-docs/www/rp-design.adp: * acs-core-docs/www/rp-design.html: * acs-core-docs/www/rp-requirements.html: * acs-core-docs/www/security-design.adp: * acs-core-docs/www/security-design.html: * acs-core-docs/www/security-notes.html: * acs-core-docs/www/security-requirements.html: * acs-core-docs/www/snapshot-backup.html: * acs-core-docs/www/style-guide.adp: * acs-core-docs/www/style-guide.html: * acs-core-docs/www/subsites-design.html: * acs-core-docs/www/subsites-requirements.adp: * acs-core-docs/www/subsites-requirements.html: * acs-core-docs/www/subsites.html: * acs-core-docs/www/tcl-doc.html: * acs-core-docs/www/templates.html: * acs-core-docs/www/tutorial-admin-pages.html: * acs-core-docs/www/tutorial-advanced.html: * acs-core-docs/www/tutorial-caching.html: * acs-core-docs/www/tutorial-categories.adp: * acs-core-docs/www/tutorial-categories.html: * acs-core-docs/www/tutorial-comments.html: * acs-core-docs/www/tutorial-css-layout.adp: * acs-core-docs/www/tutorial-css-layout.html: * acs-core-docs/www/tutorial-cvs.adp: * acs-core-docs/www/tutorial-cvs.html: * acs-core-docs/www/tutorial-database.adp: * acs-core-docs/www/tutorial-database.html: * acs-core-docs/www/tutorial-debug.adp: * acs-core-docs/www/tutorial-debug.html: * acs-core-docs/www/tutorial-distribute.adp: * acs-core-docs/www/tutorial-distribute.html: * acs-core-docs/www/tutorial-etp-templates.adp: * acs-core-docs/www/tutorial-etp-templates.html: * acs-core-docs/www/tutorial-future-topics.html: * acs-core-docs/www/tutorial-hierarchical.html: * acs-core-docs/www/tutorial-html-email.html: * acs-core-docs/www/tutorial-newpackage.adp: * acs-core-docs/www/tutorial-newpackage.html: * acs-core-docs/www/tutorial-notifications.html: * acs-core-docs/www/tutorial-pages.adp: * acs-core-docs/www/tutorial-pages.html: * acs-core-docs/www/tutorial-parameters.html: * acs-core-docs/www/tutorial-schedule-procs.html: * acs-core-docs/www/tutorial-second-database.html: * acs-core-docs/www/tutorial-specs.html: * acs-core-docs/www/tutorial-upgrade-scripts.html: * acs-core-docs/www/tutorial-upgrades.html: * acs-core-docs/www/tutorial-vuh.html: * acs-core-docs/www/tutorial-wysiwyg-editor.html: * acs-core-docs/www/tutorial.html: * acs-core-docs/www/unix-installation.html: * acs-core-docs/www/update-repository.html: * acs-core-docs/www/update-translations.html: * acs-core-docs/www/upgrade-4.5-to-4.6.adp: * acs-core-docs/www/upgrade-4.5-to-4.6.html: * acs-core-docs/www/upgrade-4.6.3-to-5.html: * acs-core-docs/www/upgrade-5-0-dot.html: * acs-core-docs/www/upgrade-openacs-files.adp: * acs-core-docs/www/upgrade-openacs-files.html: * acs-core-docs/www/upgrade-overview.adp: * acs-core-docs/www/upgrade-overview.html: * acs-core-docs/www/upgrade-supporting.html: * acs-core-docs/www/upgrade.html: * acs-core-docs/www/uptime.html: * acs-core-docs/www/variables.adp: * acs-core-docs/www/variables.html: * acs-core-docs/www/win2k-installation.adp: * acs-core-docs/www/win2k-installation.html: * acs-core-docs/www/xml/install-guide/win2kinstall.xml: * acs-core-docs/www/xml/kernel/ext-auth.xml: * acs-events/www/doc/requirements.adp: * acs-lang/www/doc/i18n-requirements.adp: * acs-templating/www/doc/demo/index.adp: - regenerated documentation * acs-authentication/www/doc/ext-auth-design.adp: * acs-authentication/www/doc/ext-auth-install.adp: * acs-authentication/www/doc/ext-auth-ldap-install.adp: * acs-authentication/www/doc/ext-auth-pam-install.adp: * acs-content-repository/www/doc/api/content.adp: * acs-content-repository/www/doc/api/item.adp: * acs-content-repository/www/doc/api/keyword.adp: * acs-content-repository/www/doc/api/revision.adp: * acs-content-repository/www/doc/api/template.adp: * acs-content-repository/www/doc/api/type.adp: * acs-content-repository/www/doc/guide/convert.adp: * acs-content-repository/www/doc/guide/publish.adp: * acs-content-repository/www/doc/guide/revisions.adp: * acs-content-repository/www/doc/guide/workflow.adp: * acs-content-repository/www/doc/requirements.adp: * acs-content-repository/www/doc/tutorial.adp: * acs-content-repository/www/doc/uninstall.adp: * acs-core-docs/www/acs-admin.adp: * acs-core-docs/www/acs-admin.html: * acs-core-docs/www/acs-package-dev.adp: * acs-core-docs/www/acs-plat-dev.adp: * acs-core-docs/www/aolserver.adp: * acs-core-docs/www/aolserver.html: * acs-core-docs/www/aolserver4.adp: * acs-core-docs/www/aolserver4.html: * acs-core-docs/www/automated-testing-best-practices.adp: * acs-core-docs/www/automated-testing-best-practices.html: * acs-core-docs/www/backup-recovery.adp: * acs-core-docs/www/backup-recovery.html: * acs-core-docs/www/bootstrap-acs.html: * acs-core-docs/www/complete-install.adp: * acs-core-docs/www/complete-install.html: * acs-core-docs/www/configuring-configuring-packages.adp: * acs-core-docs/www/configuring-configuring-packages.html: * acs-core-docs/www/configuring-configuring-permissions.adp: * acs-core-docs/www/configuring-configuring-permissions.html: * acs-core-docs/www/configuring-install-packages.adp: * acs-core-docs/www/configuring-install-packages.html: * acs-core-docs/www/configuring-mounting-packages.adp: * acs-core-docs/www/configuring-mounting-packages.html: * acs-core-docs/www/configuring-new-site.adp: * acs-core-docs/www/credits.adp: * acs-core-docs/www/credits.html: * acs-core-docs/www/cvs-guidelines.adp: * acs-core-docs/www/cvs-guidelines.html: * acs-core-docs/www/cvs-tips.adp: * acs-core-docs/www/cvs-tips.html: * acs-core-docs/www/database-management.adp: * acs-core-docs/www/db-api-detailed.html: * acs-core-docs/www/db-api.html: * acs-core-docs/www/dev-guide.adp: * acs-core-docs/www/doc-standards.adp: * acs-core-docs/www/docbook-primer.adp: * acs-core-docs/www/docbook-primer.html: * acs-core-docs/www/eng-standards-constraint-naming.html: * acs-core-docs/www/eng-standards-filenaming.html: * acs-core-docs/www/eng-standards-plsql.html: * acs-core-docs/www/eng-standards-versioning.html: * acs-core-docs/www/eng-standards.adp: * acs-core-docs/www/ext-auth-requirements.adp: * acs-core-docs/www/ext-auth-requirements.html: * acs-core-docs/www/filename.adp: * acs-core-docs/www/filename.html: * acs-core-docs/www/files/acs-start.adp: * acs-core-docs/www/files/openacs-start.adp: * acs-core-docs/www/files/tutorial/note.vuh: * acs-core-docs/www/for-everyone.adp: * acs-core-docs/www/form-builder.adp: * acs-core-docs/www/form-builder.html: * acs-core-docs/www/general-documents.adp: * acs-core-docs/www/high-avail.adp: * acs-core-docs/www/high-avail.html: * acs-core-docs/www/how-do-I.adp: * acs-core-docs/www/how-do-I.html: * acs-core-docs/www/i18n-convert.adp: * acs-core-docs/www/i18n-convert.html: * acs-core-docs/www/i18n-overview.adp: * acs-core-docs/www/i18n-translators.adp: * acs-core-docs/www/i18n.adp: * acs-core-docs/www/index.adp: * acs-core-docs/www/index.html: * acs-core-docs/www/individual-programs.adp: * acs-core-docs/www/individual-programs.html: * acs-core-docs/www/install-cvs.adp: * acs-core-docs/www/install-cvs.html: * acs-core-docs/www/install-daemontools.adp: * acs-core-docs/www/install-daemontools.html: * acs-core-docs/www/install-full-text-search-openfts.adp: * acs-core-docs/www/install-full-text-search-openfts.html: * acs-core-docs/www/install-full-text-search-tsearch2.adp: * acs-core-docs/www/install-full-text-search-tsearch2.html: * acs-core-docs/www/install-ldap-radius.adp: * acs-core-docs/www/install-more-software.adp: * acs-core-docs/www/install-next-add-server.adp: * acs-core-docs/www/install-next-add-server.html: * acs-core-docs/www/install-next-nightly-vacuum.html: * acs-core-docs/www/install-openacs-keepalive.adp: * acs-core-docs/www/install-openacs-keepalive.html: * acs-core-docs/www/install-overview.adp: * acs-core-docs/www/install-pam-radius.adp: * acs-core-docs/www/install-qmail.adp: * acs-core-docs/www/install-qmail.html: * acs-core-docs/www/install-redhat.adp: * acs-core-docs/www/install-redhat.html: * acs-core-docs/www/install-steps.adp: * acs-core-docs/www/install-steps.html: * acs-core-docs/www/ix01.adp: * acs-core-docs/www/ix01.html: * acs-core-docs/www/kernel-doc.adp: * acs-core-docs/www/mac-installation.html: * acs-core-docs/www/maint-performance.adp: * acs-core-docs/www/maint-performance.html: * acs-core-docs/www/maintenance-deploy.adp: * acs-core-docs/www/maintenance-deploy.html: * acs-core-docs/www/maintenance-web.adp: * acs-core-docs/www/object-identity.adp: * acs-core-docs/www/object-identity.html: * acs-core-docs/www/objects.adp: * acs-core-docs/www/objects.html: * acs-core-docs/www/openacs-unpack.adp: * acs-core-docs/www/openacs-unpack.html: * acs-core-docs/www/openacs.adp: * acs-core-docs/www/openacs.html: * acs-core-docs/www/oracle.adp: * acs-core-docs/www/oracle.html: * acs-core-docs/www/packages.adp: * acs-core-docs/www/packages.html: * acs-core-docs/www/parties.html: * acs-core-docs/www/permissions-tediously-explained.adp: * acs-core-docs/www/permissions-tediously-explained.html: * acs-core-docs/www/permissions.adp: * acs-core-docs/www/permissions.html: * acs-core-docs/www/postgres.adp: * acs-core-docs/www/postgres.html: * acs-core-docs/www/programming-with-aolserver.html: * acs-core-docs/www/psgml-for-emacs.adp: * acs-core-docs/www/psgml-for-emacs.html: * acs-core-docs/www/psgml-mode.html: * acs-core-docs/www/release-notes.adp: * acs-core-docs/www/release-notes.html: * acs-core-docs/www/releasing-openacs-core.adp: * acs-core-docs/www/releasing-openacs-core.html: * acs-core-docs/www/releasing-openacs.adp: * acs-core-docs/www/request-processor.adp: * acs-core-docs/www/request-processor.html: * acs-core-docs/www/requirements-template.html: * acs-core-docs/www/security-notes.html: * acs-core-docs/www/snapshot-backup.adp: * acs-core-docs/www/style-guide.adp: * acs-core-docs/www/style-guide.html: * acs-core-docs/www/subsites.adp: * acs-core-docs/www/subsites.html: * acs-core-docs/www/tcl-doc.html: * acs-core-docs/www/templates.html: * acs-core-docs/www/tutorial-advanced.adp: * acs-core-docs/www/tutorial-css-layout.adp: * acs-core-docs/www/tutorial-css-layout.html: * acs-core-docs/www/tutorial-cvs.adp: * acs-core-docs/www/tutorial-cvs.html: * acs-core-docs/www/tutorial-database.adp: * acs-core-docs/www/tutorial-database.html: * acs-core-docs/www/tutorial-debug.adp: * acs-core-docs/www/tutorial-debug.html: * acs-core-docs/www/tutorial-distribute.adp: * acs-core-docs/www/tutorial-distribute.html: * acs-core-docs/www/tutorial-etp-templates.adp: * acs-core-docs/www/tutorial-etp-templates.html: * acs-core-docs/www/tutorial-newpackage.adp: * acs-core-docs/www/tutorial-newpackage.html: * acs-core-docs/www/tutorial-pages.adp: * acs-core-docs/www/tutorial-pages.html: * acs-core-docs/www/tutorial-vuh.adp: * acs-core-docs/www/tutorial-vuh.html: * acs-core-docs/www/tutorial.adp: * acs-core-docs/www/unit-testing-guide/index.adp: * acs-core-docs/www/unix-installation.html: * acs-core-docs/www/upgrade-4.5-to-4.6.adp: * acs-core-docs/www/upgrade-4.5-to-4.6.html: * acs-core-docs/www/upgrade-4.6.3-to-5.adp: * acs-core-docs/www/upgrade-5-0-dot.adp: * acs-core-docs/www/upgrade-openacs-files.adp: * acs-core-docs/www/upgrade-openacs-files.html: * acs-core-docs/www/upgrade-overview.adp: * acs-core-docs/www/upgrade-overview.html: * acs-core-docs/www/upgrade-supporting.adp: * acs-core-docs/www/upgrade.adp: * acs-core-docs/www/variables.adp: * acs-core-docs/www/variables.html: * acs-core-docs/www/win2k-installation.adp: * acs-core-docs/www/win2k-installation.html: * acs-core-docs/www/xml/install-guide/win2kinstall.xml: * acs-core-docs/www/xml/variables.ent: * acs-developer-support/www/doc/developer-support-example.adp: * acs-developer-support/www/doc/index.adp: * acs-events/www/doc/design.adp: * acs-events/www/doc/requirements.adp: * acs-lang/www/doc/i18n-design.adp: * acs-lang/www/doc/i18n-requirements.adp: * acs-messaging/www/doc/requirements.adp: * acs-reference/www/doc/requirements.adp: * acs-subsite/www/file.vuh: * acs-templating/www/doc/TclDocs/cm_widget.adp: * acs-templating/www/doc/TclDocs/cms_rel.adp: * acs-templating/www/doc/TclDocs/content.adp: * acs-templating/www/doc/TclDocs/content_add.adp: * acs-templating/www/doc/TclDocs/content_method.adp: * acs-templating/www/doc/TclDocs/doc.adp: * acs-templating/www/doc/TclDocs/doc__util.adp: * acs-templating/www/doc/TclDocs/form.adp: * acs-templating/www/doc/TclDocs/item.adp: * acs-templating/www/doc/TclDocs/namespace-list.adp: * acs-templating/www/doc/TclDocs/namespace-list.html: * acs-templating/www/doc/TclDocs/namespaces.adp: * acs-templating/www/doc/TclDocs/namespaces.html: * acs-templating/www/doc/TclDocs/pagination.adp: * acs-templating/www/doc/TclDocs/publish.adp: * acs-templating/www/doc/TclDocs/request.adp: * acs-templating/www/doc/TclDocs/util.adp: * acs-templating/www/doc/TclDocs/widget.adp: * acs-templating/www/doc/api/multirow.adp: * acs-templating/www/doc/demo/bind.adp: * acs-templating/www/doc/demo/comment.adp: * acs-templating/www/doc/demo/date-test.adp: * acs-templating/www/doc/demo/display-edit.adp: * acs-templating/www/doc/demo/embed_escape.adp: * acs-templating/www/doc/demo/explicit_escape.adp: * acs-templating/www/doc/demo/fibo-start.adp: * acs-templating/www/doc/demo/form.adp: * acs-templating/www/doc/demo/grid.adp: * acs-templating/www/doc/demo/group.adp: * acs-templating/www/doc/demo/hello.adp: * acs-templating/www/doc/demo/if.adp: * acs-templating/www/doc/demo/implicit_escape.adp: * acs-templating/www/doc/demo/include.adp: * acs-templating/www/doc/demo/list.adp: * acs-templating/www/doc/demo/multiaccess.adp: * acs-templating/www/doc/demo/multiple.adp: * acs-templating/www/doc/demo/multirow.adp: * acs-templating/www/doc/demo/pay-confirm.adp: * acs-templating/www/doc/demo/pay.adp: * acs-templating/www/doc/demo/puts.adp: * acs-templating/www/doc/demo/reference.adp: * acs-templating/www/doc/demo/sandwich-grid.adp: * acs-templating/www/doc/demo/sandwich.adp: * acs-templating/www/doc/demo/select.adp: * acs-templating/www/doc/demo/skin-fancy.adp: * acs-templating/www/doc/demo/skin-plain.adp: * acs-templating/www/doc/demo/string.adp: * acs-templating/www/doc/demo/submit-test.adp: * acs-templating/www/doc/design.adp: * acs-templating/www/doc/designer-guide.adp: * acs-templating/www/doc/exercise/ats-for-designers.adp: * acs-templating/www/doc/gen/namespace-list.adp: * acs-templating/www/doc/gen/package-template.adp: * acs-templating/www/doc/gen/proc-doc.adp: * acs-templating/www/doc/guide/composite.adp: * acs-templating/www/doc/guide/document.adp: * acs-templating/www/doc/guide/form-process.adp: * acs-templating/www/doc/guide/forms.adp: * acs-templating/www/doc/guide/master.adp: * acs-templating/www/doc/install.adp: * acs-templating/www/doc/introduction.adp: * acs-templating/www/doc/migration.adp: * acs-templating/www/doc/no-quote-upgrade.adp: * acs-templating/www/doc/requirements.adp: * acs-templating/www/doc/tagref/formwidget.adp: * acs-templating/www/doc/tagref/group.adp: * acs-templating/www/doc/tagref/if.adp: * acs-templating/www/doc/tagref/include.adp: * acs-templating/www/doc/tagref/list.adp: * acs-templating/www/doc/timing-1.adp: * acs-templating/www/doc/timing-2.adp: * acs-templating/www/doc/timing-3.adp: * acs-templating/www/doc/widgets/input.adp: * acs-templating/www/doc/widgets/select.adp: * assessment/www/asm-admin/export/index.vuh: * assessment/www/doc/as_items.adp: * assessment/www/doc/asm_trigger_doc/ch01.adp: * assessment/www/doc/asm_trigger_doc/ch01s01.adp: * assessment/www/doc/asm_trigger_doc/ch02.adp: * assessment/www/doc/asm_trigger_doc/index.adp: * assessment/www/doc/data_collection.adp: * assessment/www/doc/display_types.adp: * assessment/www/doc/user_interface/assessment_creation.adp: * assessment/www/doc/user_interface/item_creation.adp: * attachments/www/doc/index.adp: * calendar/www/doc/requirements.adp: * categories/www/doc/design.adp: * evaluation/www/admin/evaluations/download-archive/index.vuh: * file-storage/www/doc/design.adp: * file-storage/www/doc/requirements.adp: * general-comments/www/doc/design.adp: * general-comments/www/doc/dev-guide.adp: * general-comments/www/doc/index.adp: * news/www/doc/design.adp: * news/www/doc/requirements.adp: * oacs-dav/www/doc/index.adp: * rss-support/www/doc/design.adp: * tsearch2-driver/www/doc/index.adp: - updated version numbers, regenerated documentation 2016-06-08 gustafn * acs-tcl/tcl/security-procs.tcl: - unset coockies with the same "-secure" setting, which was used when creating it (differed for ad_session_id and ad_user_login). 2016-06-07 hectorr * faq/sql/postgresql/faq-create.sql: Added missing comma * news-portlet/news-portlet.info: * news-portlet/www/news-portlet-postgresql.xql: * news-portlet/www/news-portlet.adp: * news-portlet/www/news-portlet.tcl: Version updated to 2.9.1d1. Changes include: - New display_item_lead_p parameter to show/hide the news item lead. - Author, content and lead show/hide can be controlled via parameters. - If shaded_p = true, stop processing the portlet. - General cleanup. 2016-06-07 gustafn * faq/sql/postgresql/faq-drop.sql: - add missing semicolons * acs-tcl/tcl/security-procs.tcl: - improve documentation 2016-06-06 gustafn * acs-templating/www/doc/demo/list4/index.tcl: - hardening page contract * acs-subsite/www/admin/groups/elements-by-group-type.tcl: - improve indentation * acs-subsite/www/admin/groups/index.tcl: - modernize Tcl * acs-subsite/www/admin/groups/elements-by-rel-type.tcl: - remove misleading sql statement * acs-subsite/www/shared/portrait-bits.tcl: - set expiration to one day on portrait-bits 2016-06-05 gustafn * xowiki/tcl/includelet-procs.tcl: * xowiki/tcl/package-procs.tcl: * xowiki/tcl/xowiki-procs.tcl: - quote variable contents in ad_return_complaint messages * xotcl-core/tcl/06-package-procs.tcl: * xotcl-core/tcl/context-procs.tcl: - return complaint-style messages when parameter constraints are violated - document the merging of defaults in "get_parameter" from the command invocation and the defaults as provided in the xml file 2016-06-04 gustafn * calendar/www/view.tcl: - add validator for valid_period_days once more * acs-tcl/tcl/request-processor-procs.tcl: * acs-tcl/tcl/security-procs.tcl: - improve behavior on invalid host headers and comment the purpose in more detail * acs-templating/www/doc/demo/list3/index.tcl: - strengthen page contracts * file-storage/www/folder-create.tcl: - trying to make folder-create ore robust against invalid input 2016-06-03 gustafn * calendar/catalog/calendar.de_DE.ISO-8859-1.xml: - addming missing message key * acs-tcl/tcl/tcl-documentation-procs.tcl: - fix typos in documentation 2016-06-01 gustafn * xowiki/tcl/includelet-procs.tcl: - don't overquote general comments * forums/www/message-post.tcl: - fix invalid message key * calendar/www/view-list-display.tcl: - fix syntax in conditional page contract * xowiki/tcl/package-procs.tcl: * xowiki/tcl/weblog-procs.tcl: - generalize tag validation * acs-templating/www/doc/demo/bind.tcl: - hardening page contract * calendar/www/view.tcl: - improve error message * xotcl-core/tcl/06-package-procs.tcl: - return always, when the parameter obj was found, the value (which might be the default) * calendar/www/view-list-display.tcl: * calendar/www/view.tcl: - strengthen page contract 2016-05-31 gustafn * acs-templating/www/doc/demo/user-edit.adp: * acs-templating/www/doc/demo/user-edit.tcl: - add validate to user search - fix HTML display of error message * acs-tcl/tcl/request-processor-procs.tcl: - fix error message - return for unset host entry "" * file-storage/www/folder-create.tcl: - improve handling of incorrect input * acs-tcl/tcl/request-processor-procs.tcl: - terminate filter with filter_return when errors occur * acs-templating/www/doc/demo/list4/view-one.tcl: * acs-templating/www/doc/demo/list6/view-one.tcl: - validate template id (rather than throwing an SQL error) 2016-05-30 gustafn * acs-tcl/tcl/form-processing-procs.tcl: * acs-tcl/tcl/request-processor-procs.tcl: * acs-tcl/tcl/security-procs.tcl: * acs-tcl/tcl/utilities-procs.tcl: - add validation against invalid host header fields * acs-tcl/tcl/security-procs.tcl: - allow empty port from provided host header * acs-subsite/lib/login.tcl: - strenthen token checking of login form 2016-05-29 gustafn * acs-lang/tcl/locale-procs.tcl: - add validator for locale (useful, when headers or locale-cookie were hacked) * acs-lang/tcl/locale-procs.tcl: - allow empty locale cookie * acs-tcl/tcl/request-processor-procs.tcl: - don't swallow sliently exceptions * acs-lang/tcl/locale-procs.tcl: - provide an error message for invalid locale values * acs-tcl/tcl/request-processor-procs.tcl: - return complaint in case of invalid lanuguage setup * acs-lang/tcl/locale-procs.tcl: - return the invalid cookie in the error * acs-tcl/tcl/request-processor-procs.tcl: - use filter_return to terminate filter on errors 2016-05-28 gustafn * acs-templating/www/doc/demo/compile.tcl: * acs-templating/www/doc/demo/show.tcl: * search/www/search.tcl: - hardening page contract * acs-tcl/tcl/utilities-procs.tcl: - improve formatting * acs-core-docs/www/sql/display-sql.tcl: - improve robustness against incorrect input * acs-templating/tcl/date-procs.tcl: - make daysInMonth more robust, when year contains leading zeros * acs-tcl/tcl/request-processor-procs.tcl: - reject requests where host contains invalid characters * forums/www/forum-view.tcl: - strengthen page contract * acs-subsite/www/register/user-new.tcl: - validate email 2016-05-28 antoniop * acs-tcl/tcl/form-processing-procs.tcl: Fix indentation from previous commit * acs-tcl/tcl/form-processing-procs.tcl: Fixed problem when exporting empty variables pointed by Gustaf: when one exported something like {{var ""} ... this was seen as absence of value, so $var was searched for one in the caller scope. Hardened check for presence of an explicit value. 2016-05-27 gustafn * acs-subsite/www/register/index.tcl: * acs-subsite/www/register/recover-password.tcl: - add simple validator for email addresses * acs-tcl/tcl/tcl-documentation-procs.tcl: - don't log errors on abort script operations * acs-subsite/www/image.vuh: - dont'report user-input unquoted * acs-templating/www/doc/demo/state.tcl: - fix typo in validator label * xotcl-core/www/index.tcl: - harden page contracts * xowiki/tcl/package-procs.tcl: - reduce verbosity * xowiki/www/oacs-view.adp: * xowiki/www/oacs-view2.adp: * xowiki/www/oacs-view3-bootstrap.adp: * xowiki/www/oacs-view3.adp: * xowiki/www/view-book-no-ajax.adp: * xowiki/www/view-book-no-ajax.tcl: * xowiki/www/view-book.adp: * xowiki/www/view-book.tcl: * xowiki/www/view-default.adp: * xowiki/www/view-links.adp: * xowiki/www/view-mobile.adp: * xowiki/www/view-modal-content.adp: * xowiki/www/view-page.adp: * xowiki/www/view-page.tcl: * xowiki/www/view-plain.adp: - remove moved files * acs-tcl/tcl/request-processor-procs.tcl: * acs-tcl/tcl/utilities-procs.tcl: - split ad_log into two parts; util::request_info returns now the request information as a string, can be used in web-interface as well * acs-lang/www/change-locale-include.tcl: - use ad_return_complaint for the complaint message of the page contract * acs-templating/tcl/form-procs.tcl: * acs-templating/www/doc/demo/form.tcl: improve demo example: www/doc/demo/form.tcl - add second validator - protect against runtime errors from duplicate user_ids 2016-05-26 gustafn * acs-bootstrap-installer/installer.tcl: - add dependency problems to error.log as well * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/common/mime-type-data.sql: * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d15-5.9.1d16.sql: * acs-content-repository/sql/postgresql/content-create.sql: * acs-content-repository/sql/postgresql/content-template.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d15-5.9.1d16.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d16-5.9.1d17.sql: - add missing enumeration type to create script - fix ambiguity for content_item__new in template__new - add/update mime types for text/csv text/vcard, text/calendar - bump version number to 5.9.1d17 * acs-templating/www/doc/demo/compile.tcl: - clean dirty editor buffer * acs-tcl/tcl/utilities-procs.tcl: - fix stupid cut&paste bug * acs-kernel/sql/postgresql/postgresql.sql: - improve version comparison logic for PostgreSQL to deal with beta versions * xowiki/resources/templates/edit.adp: * xowiki/resources/templates/error-template.adp: * xowiki/resources/templates/oacs-view.adp: * xowiki/resources/templates/oacs-view2.adp: * xowiki/resources/templates/oacs-view3-bootstrap.adp: * xowiki/resources/templates/oacs-view3.adp: * xowiki/resources/templates/revisions.adp: * xowiki/resources/templates/view-book-no-ajax.adp: * xowiki/resources/templates/view-book-no-ajax.tcl: * xowiki/resources/templates/view-book.adp: * xowiki/resources/templates/view-book.tcl: * xowiki/resources/templates/view-default.adp: * xowiki/resources/templates/view-links.adp: * xowiki/resources/templates/view-mobile.adp: * xowiki/resources/templates/view-modal-content.adp: * xowiki/resources/templates/view-page.adp: * xowiki/resources/templates/view-page.tcl: * xowiki/resources/templates/view-plain.adp: * xowiki/tcl/adp-generator-procs.tcl: * xowiki/tcl/package-procs.tcl: * xowiki/tcl/xowiki-utility-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: * xowiki/www/edit.adp: * xowiki/www/error-template.adp: * xowiki/www/revisions.adp: - move adp templates from xowiki/www to xowiki/resources/templates - improve validity checking on tags (e.g. in path notation) to avoid potential pg errors on invalid UTF-8 * acs-templating/acs-templating.info: - remove the dependency on acs-tcl, since this would be a cyclical dependency, causing installation to fail * acs-templating/www/doc/demo/compile.tcl: - strengthen page contract * acs-lang/www/change-locale-include.tcl: - use simpler error message generation - add missing curly brace * acs-tcl/tcl/utilities-procs.tcl: - write content only for POST data * xowiki/resources/templates/edit.adp: branches: 1.1.2; file edit.adp was initially added on branch oacs-5-9. * xowiki/resources/templates/error-template.adp: branches: 1.1.2; file error-template.adp was initially added on branch oacs-5-9. * xowiki/resources/templates/oacs-view.adp: branches: 1.1.2; file oacs-view.adp was initially added on branch oacs-5-9. * xowiki/resources/templates/oacs-view2.adp: branches: 1.1.2; file oacs-view2.adp was initially added on branch oacs-5-9. * xowiki/resources/templates/oacs-view3-bootstrap.adp: branches: 1.1.2; file oacs-view3-bootstrap.adp was initially added on branch oacs-5-9. * xowiki/resources/templates/oacs-view3.adp: branches: 1.1.2; file oacs-view3.adp was initially added on branch oacs-5-9. * xowiki/resources/templates/revisions.adp: branches: 1.1.2; file revisions.adp was initially added on branch oacs-5-9. * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d15-5.9.1d16.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d15-5.9.1d16.sql: branches: 1.1.2; file upgrade-5.9.1d15-5.9.1d16.sql was initially added on branch oacs-5-9. * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d16-5.9.1d17.sql: branches: 1.1.2; file upgrade-5.9.1d16-5.9.1d17.sql was initially added on branch oacs-5-9. * xowiki/resources/templates/view-book-no-ajax.adp: branches: 1.1.2; file view-book-no-ajax.adp was initially added on branch oacs-5-9. * xowiki/resources/templates/view-book-no-ajax.tcl: branches: 1.1.2; file view-book-no-ajax.tcl was initially added on branch oacs-5-9. * xowiki/resources/templates/view-book.adp: branches: 1.1.2; file view-book.adp was initially added on branch oacs-5-9. * xowiki/resources/templates/view-book.tcl: branches: 1.1.2; file view-book.tcl was initially added on branch oacs-5-9. * xowiki/resources/templates/view-default.adp: branches: 1.1.2; file view-default.adp was initially added on branch oacs-5-9. * xowiki/resources/templates/view-links.adp: branches: 1.1.2; file view-links.adp was initially added on branch oacs-5-9. * xowiki/resources/templates/view-mobile.adp: branches: 1.1.2; file view-mobile.adp was initially added on branch oacs-5-9. * xowiki/resources/templates/view-modal-content.adp: branches: 1.1.2; file view-modal-content.adp was initially added on branch oacs-5-9. * xowiki/resources/templates/view-page.adp: branches: 1.1.2; file view-page.adp was initially added on branch oacs-5-9. * xowiki/resources/templates/view-page.tcl: branches: 1.1.2; file view-page.tcl was initially added on branch oacs-5-9. * xowiki/resources/templates/view-plain.adp: branches: 1.1.2; file view-plain.adp was initially added on branch oacs-5-9. 2016-05-25 gustafn * xowiki/tcl/bootstrap-procs.tcl: * xowiki/tcl/folder-procs.tcl: * xowiki/tcl/menu-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: * xowiki/tcl/yui-procs.tcl: * xowiki/xowiki.info: - add csrf protection (bulk-delete, save operations in FormPages) - add input checking for optional query-parameter "master" - bump version number to 5.9.1d8 * acs-tcl/tcl/tcl-documentation-procs.tcl: - add errorCode to reported context information * xotcl-core/tcl/30-widget-procs.tcl: * xotcl-core/xotcl-core.info: - added tdom command "::html::CSRFToken" similar to html::div etc. for easy generation of csrf token in tdom contexts * acs-templating/www/doc/demo/list7/index.tcl: - hardening page contracts (invalid values for color_filter_value could cause postgres errors; example color_filter_value=1%00%c0%a7%c0%a2%252527%252522) * acs-tcl/tcl/utilities-procs.tcl: - improve error handling of closed connections * acs-templating/www/doc/demo/list7/add-edit.tcl: * acs-templating/www/doc/demo/list8/index.tcl: - improve page contracts on demo pages * acs-tcl/tcl/form-processing-procs.tcl: - only subst value, when it was provided explicitely in the "- -export" list. (see also change in www/register/user-new.tcl in http://cvs.openacs.org/changelog/OpenACS?cs=oacs-5-9%3Agustaf n%3A20160525130725) * acs-tcl/tcl/utilities-procs.tcl: - output more detail for errors * acs-subsite/lib/user-new.tcl: * acs-subsite/www/register/user-new.tcl: - protect against certain characters in return_url (the real solution is probably a fix in ad_form, which could cause some collateral damage) * acs-lang/www/change-locale-include.tcl: - protect against manipulated hidden input fields * acs-api-browser/www/set-default.tcl: - simplify script 2016-05-24 gustafn * acs-tcl/tcl/tcl-documentation-procs.tcl: - Add safety belt to prevent recursive loop * forums/lib/search/search-chunk.tcl: - abort script after error * forums/lib/search/search-chunk.tcl: - add actual length * search/www/search.tcl: - add csrf token to advanced search * search/www/advanced-search.adp: - add csrf token to advanced search template * acs-tcl/lib/ad-return-complaint.adp: * acs-tcl/lib/complain.adp: * acs-tcl/tcl/tcl-documentation-procs.tcl: - add return link for complaint pages * forums/lib/search/search-chunk.tcl: - don't allow empty searches in forums-search (might take long) * acs-templating/www/doc/demo/index.adp: * acs-templating/www/doc/demo/state.adp: * acs-templating/www/doc/demo/state.tcl: - fix broken demo page * forums/lib/search/search-chunk.tcl: - fix message key * forums/lib/search/search-chunk.tcl: - fix typo * forums/lib/search/search-chunk.tcl: - handle both complaints the same way * acs-templating/www/doc/demo/compile.adp: * acs-templating/www/doc/demo/compile.tcl: * acs-templating/www/doc/demo/show.adp: * acs-templating/www/doc/demo/show.tcl: - improve appearance and safety of demo pages * search/www/advanced-search.tcl: - improve page contract * acs-tcl/tcl/security-procs.tcl: - make ::security::csrf::token public * forums/lib/search/search-chunk.tcl: - require at lease three characters * acs-templating/www/doc/demo/compile.adp: branches: 1.1.2; file compile.adp was initially added on branch oacs-5-9. * acs-templating/www/doc/demo/show.adp: branches: 1.1.2; file show.adp was initially added on branch oacs-5-9. 2016-05-23 gustafn * xotcl-core/tcl/30-widget-procs.tcl: * xotcl-core/xotcl-core.info: - add method CSRFToken to tdom::Object - bump version number to 0.147 * xowiki/tcl/bootstrap-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: * xowiki/xowiki.info: - add scrf protection for dropzone * acs-api-browser/www/proc-search.tcl: - add scrf token for show/hide cases * acs-tcl/tcl/utilities-procs.tcl: - comment on "export_vars" function * acs-api-browser/www/proc-view.tcl: * acs-api-browser/www/procs-file-view.tcl: - handle source_p set to empty via client property in all cases the same way * acs-tcl/tcl/security-procs.tcl: - modularize CSRF handling * calendar/www/view-list-display.tcl: - validate start_date and end_date 2016-05-23 antoniop * acs-tcl/tcl/http-client-procs.tcl: Fix bug http://openacs.org/bugtracker/openacs/bug?bug_number=3292: Native and curl implementation of util::http behave inconsistently when dealing with json content and special characters Also fix another inconsistency: curl added an extra space after pager content. 2016-05-22 gustafn * acs-api-browser/lib/search.adp: * acs-api-browser/www/proc-search.tcl: * acs-api-browser/www/tcl-doc-search.adp: * acs-api-browser/www/tcl-doc-search.tcl: * acs-api-browser/www/tcl-proc-view.adp: * acs-api-browser/www/tcl-proc-view.tcl: - add CSRF protection * search/lib/search.adp: * search/www/index.adp: * search/www/search.adp: * search/www/search.tcl: - add csrf protection * acs-templating/acs-templating.info: * acs-templating/tcl/list-procs.tcl: * acs-templating/www/doc/demo/contract-2.tcl: * acs-templating/www/doc/demo/contract.adp: * acs-templating/www/doc/demo/form.tcl: * acs-templating/www/doc/demo/list5/add-edit.tcl: * acs-templating/www/doc/demo/list9/delete.tcl: - add csrf protection to demo apps and list templates with bulk actions * acs-tcl/tcl/security-procs.tcl: - add infrastructure support for CSRF protection * acs-tcl/tcl/community-core-procs.tcl: - make "*_not_cached" versions hidden * file-storage/lib/folder-links.tcl: - remove unneeded parenthesis * file-storage/www/folder-chunk.tcl: - remove useless parenthesis * acs-developer-support/acs-developer-support.info: - update dependencies * search/search.info: - update version dependencies * acs-developer-support/tcl/acs-developer-support-procs.tcl: * acs-developer-support/www/index.tcl: * acs-developer-support/www/request-info.tcl: - use consistently "clock clicks -microseconds" * acs-tcl/acs-tcl.info: * acs-tcl/tcl/request-processor-procs.tcl: - use consistently "clock clicks -microseconds" - bump version number to 5.9.1d8 2016-05-21 gustafn * forums/www/user-history.tcl: - improve checking of arguments in page_contract * general-comments/general-comments.info: * general-comments/www/admin/delete-2.tcl: * general-comments/www/admin/delete.tcl: * general-comments/www/admin/toggle-approval.tcl: * general-comments/www/comment-add-2.tcl: * general-comments/www/comment-add-3.tcl: * general-comments/www/comment-add.tcl: * general-comments/www/comment-edit-2.tcl: * general-comments/www/comment-edit-3.tcl: * general-comments/www/comment-edit.tcl: * general-comments/www/delete-2.tcl: * general-comments/www/delete-attachment-2.tcl: * general-comments/www/delete-attachment.tcl: * general-comments/www/delete.tcl: * general-comments/www/file-add-2.tcl: * general-comments/www/file-add.tcl: * general-comments/www/file-edit-2.tcl: * general-comments/www/file-edit.tcl: * general-comments/www/url-add-2.tcl: * general-comments/www/url-add.tcl: * general-comments/www/url-edit-2.tcl: * general-comments/www/url-edit.tcl: * general-comments/www/view-comment.tcl: * general-comments/www/view-image.tcl: * notifications/notifications.info: * notifications/www/request-change-frequency.tcl: * notifications/www/request-delete.tcl: * notifications/www/request-new-2.tcl: * notifications/www/request-new.tcl: * notifications/www/unsubscribe.tcl: * rss-support/rss-support.info: * rss-support/www/delete-2.tcl: * rss-support/www/delete.tcl: * rss-support/www/subscr-ae-2.tcl: * rss-support/www/subscr-ae.tcl: * rss-support/www/subscr-run.tcl: * static-portlet/static-portlet.info: * static-portlet/www/static-admin-portlet.tcl: * survey/survey.info: * survey/www/admin/process-response.tcl: * survey/www/admin/respond.tcl: * survey/www/admin/survey-preview.tcl: * survey/www/one-respondent.tcl: * survey/www/process-response.tcl: * survey/www/respond.tcl: * xotcl-core/www/admin/toggle-debug.tcl: * xotcl-core/xotcl-core.info: * xowiki-portlet/www/xowiki-admin-portlet.tcl: * xowiki-portlet/xowiki-portlet.info: - improve checking of return_urls in page_contracts 2016-05-20 gustafn * forums/forums.info: * forums/lib/message/choose-forum-move.tcl: * forums/lib/message/choose-message-move.tcl: * forums/lib/message/choose-thread-move.tcl: * forums/lib/message/choose_forum_move.tcl: * forums/lib/message/choose_message_move.tcl: * forums/lib/message/choose_thread_move.tcl: * forums/www/admin/forum-edit.tcl: * forums/www/admin/subscribe-others-2.tcl: * forums/www/admin/subscribe-others.tcl: * forums/www/moderate/message-approve.tcl: * forums/www/moderate/message-delete.tcl: * forums/www/moderate/message-edit.tcl: * forums/www/moderate/message-move.tcl: * forums/www/moderate/message-reject.tcl: * forums/www/moderate/thread-move-thread.tcl: * forums/www/moderate/thread-move.tcl: - bump version number to 1.3d14 - improve security of return_urls * evaluation/evaluation.info: * evaluation/www/admin/grades/grades-delete-2.tcl: * evaluation/www/admin/grades/grades-delete.tcl: * evaluation/www/admin/groups/group-delete-2.tcl: * evaluation/www/admin/groups/group-delete.tcl: * evaluation/www/admin/groups/one-task.tcl: * evaluation/www/admin/tasks/solution-add-edit.tcl: * evaluation/www/admin/tasks/task-add-edit.tcl: * evaluation/www/admin/tasks/task-add-to-communities.tcl: * evaluation/www/admin/tasks/task-delete-2.tcl: * evaluation/www/admin/tasks/task-delete.tcl: * evaluation/www/admin/tasks/version-select.tcl: * evaluation/www/admin/version-select.tcl: * evaluation/www/answer-add-edit.tcl: * evaluation/www/evaluation-view.tcl: * evaluation/www/task-view.tcl: * evaluation/www/view/answer-add-edit.tcl: * evaluation/www/view/evaluation-view.tcl: * evaluation/www/view/task-view.tcl: - bump version number to 2.9.1d2 - improve security of page_contracts * file-storage/file-storage.info: * file-storage/www/admin/upload-size-limit.tcl: * file-storage/www/delete.tcl: * file-storage/www/download-zip.tcl: * file-storage/www/file-add.tcl: * file-storage/www/file-upload-confirm.tcl: * file-storage/www/folder-add.tcl: * file-storage/www/folder-zip-add.tcl: * file-storage/www/index.tcl: - bump version number to 5.9.1d1 - improve security of page_contracts * acs-kernel/acs-kernel.info: - bump version number to 5.9.1d5 * acs-tcl/acs-tcl.info: - bump version numnber to 5.9.1d7 * acs-developer-support/acs-developer-support.info: * acs-lang/acs-lang.info: - bump version numner to 5.9.1d1 and update dependencies * dotlrn-homework/dotlrn-homework.info: * dotlrn-homework/www/admin/upload-size-limit.tcl: * dotlrn-homework/www/file-add.tcl: * dotlrn-homework/www/folder-create.tcl: * dotlrn-homework/www/toggle-homework-alert.tcl: * dotlrn-homework/www/version-add.tcl: * dotlrn/dotlrn.info: - bump version to 2.9.1d2 - improve security of page_contracts * acs-subsite/acs-subsite.info: * acs-subsite/www/admin/attributes/value-delete-2.tcl: * acs-subsite/www/admin/attributes/value-delete.tcl: * acs-subsite/www/group-leave.tcl: * acs-subsite/www/shared/parameters.tcl: - improve checking for return_url handling in page_contracts * acs-admin/acs-admin.info: * acs-admin/www/apm/file-watch-cancel.tcl: * acs-admin/www/apm/file-watch.tcl: * acs-admin/www/apm/package-instance-create.tcl: * acs-admin/www/apm/package-watch-cancel.tcl: * acs-admin/www/apm/package-watch.tcl: * acs-admin/www/apm/version-i18n-export.tcl: * acs-admin/www/apm/version-i18n-import.tcl: * acs-admin/www/apm/version-reload.tcl: * acs-admin/www/cache/flush-cache.tcl: * acs-admin/www/cache/flush.tcl: * acs-admin/www/send-email.tcl: * acs-admin/www/users/delete-user.tcl: * acs-admin/www/users/member-state-change.tcl: * acs-admin/www/users/password-reset.tcl: * acs-admin/www/users/password-update.tcl: - improve checking for return_urls in page_contracts * acs-automated-testing/www/admin/init-file-resource.tcl: * acs-automated-testing/www/admin/record-test.tcl: * acs-developer-support/www/css-edit.tcl: * acs-developer-support/www/css-list.tcl: * acs-developer-support/www/set-user.tcl: * acs-developer-support/www/set.tcl: * acs-lang/www/admin/edit-localized-message.tcl: * acs-lang/www/admin/export-messages.tcl: * acs-lang/www/admin/import-messages.tcl: * acs-lang/www/admin/localized-message-new.tcl: * acs-lang/www/admin/message-conflict-resolve.tcl: * acs-lang/www/admin/message-conflict-revert.tcl: * acs-lang/www/admin/translator-mode-toggle.tcl: * acs-lang/www/change-locale.tcl: * acs-lang/www/index.tcl: * acs-subsite/acs-subsite.info: * acs-subsite/www/admin/applications/application-add.tcl: * acs-subsite/www/admin/applications/application-delete.tcl: * acs-subsite/www/admin/applications/multiple-add.tcl: * acs-subsite/www/admin/attributes/add-2.tcl: * acs-subsite/www/admin/attributes/add.tcl: * acs-subsite/www/admin/attributes/delete-2.tcl: * acs-subsite/www/admin/attributes/delete.tcl: * acs-subsite/www/admin/attributes/edit-one.tcl: * acs-subsite/www/admin/attributes/enum-add-2.tcl: * acs-subsite/www/admin/attributes/enum-add.tcl: * acs-subsite/www/admin/attributes/one.tcl: * acs-subsite/www/admin/group-types/change-join-policy-2.tcl: * acs-subsite/www/admin/group-types/change-join-policy.tcl: * acs-subsite/www/admin/group-types/delete-2.tcl: * acs-subsite/www/admin/group-types/delete.tcl: * acs-subsite/www/admin/group-types/rel-type-add-2.tcl: * acs-subsite/www/admin/group-types/rel-type-add.tcl: * acs-subsite/www/admin/group-types/rel-type-remove-2.tcl: * acs-subsite/www/admin/group-types/rel-type-remove.tcl: * acs-subsite/www/admin/groups/change-join-policy-2.tcl: * acs-subsite/www/admin/groups/change-join-policy.tcl: * acs-subsite/www/admin/groups/constraints-create-2.tcl: * acs-subsite/www/admin/groups/constraints-create.tcl: * acs-subsite/www/admin/groups/delete-2.tcl: * acs-subsite/www/admin/groups/new.tcl: * acs-subsite/www/admin/groups/rel-type-add-2.tcl: * acs-subsite/www/admin/groups/rel-type-add.tcl: * acs-subsite/www/admin/groups/rel-type-remove-2.tcl: * acs-subsite/www/admin/groups/rel-type-remove.tcl: * acs-subsite/www/admin/parties/new.tcl: * acs-subsite/www/admin/rel-segments/constraints-redirect.tcl: * acs-subsite/www/admin/rel-segments/constraints/delete-2.tcl: * acs-subsite/www/admin/rel-segments/constraints/delete.tcl: * acs-subsite/www/admin/rel-segments/constraints/new.tcl: * acs-subsite/www/admin/rel-segments/delete-2.tcl: * acs-subsite/www/admin/rel-segments/delete.tcl: * acs-subsite/www/admin/rel-segments/new-2.tcl: * acs-subsite/www/admin/rel-segments/new-3.tcl: * acs-subsite/www/admin/rel-segments/new.tcl: * acs-subsite/www/admin/rel-types/add-2.tcl: * acs-subsite/www/admin/rel-types/add.tcl: * acs-subsite/www/admin/rel-types/delete-2.tcl: * acs-subsite/www/admin/rel-types/delete.tcl: * acs-subsite/www/admin/rel-types/mapping-remove-2.tcl: * acs-subsite/www/admin/rel-types/mapping-remove.tcl: * acs-subsite/www/admin/rel-types/new-2.tcl: * acs-subsite/www/admin/rel-types/new.tcl: * acs-subsite/www/admin/rel-types/roles/delete-2.tcl: * acs-subsite/www/admin/rel-types/roles/delete.tcl: * acs-subsite/www/admin/rel-types/roles/edit.tcl: * acs-subsite/www/admin/rel-types/roles/new.tcl: * acs-subsite/www/admin/relations/add.tcl: * acs-subsite/www/admin/relations/change-member-state.tcl: * acs-subsite/www/admin/relations/remove-2.tcl: * acs-subsite/www/admin/relations/remove.tcl: * acs-subsite/www/admin/site-map/allow-for-view.tcl: * acs-subsite/www/admin/site-map/auto-mount.tcl: * acs-subsite/www/admin/users/new.tcl: * acs-subsite/www/group-join.tcl: * acs-subsite/www/permissions/grant.tcl: * acs-subsite/www/permissions/perm-modify.tcl: * acs-subsite/www/permissions/perm-user-add-2.tcl: * acs-subsite/www/permissions/perm-user-add-include.tcl: * acs-subsite/www/permissions/perm-user-add.tcl: * acs-subsite/www/permissions/toggle-inherit.tcl: * acs-subsite/www/register/account-message.tcl: * acs-subsite/www/register/auto-login.tcl: * acs-subsite/www/register/email-confirm.tcl: * acs-subsite/www/register/index.tcl: * acs-subsite/www/register/logout.tcl: * acs-subsite/www/register/restore-bounce.tcl: * acs-subsite/www/register/restore-user.tcl: * acs-subsite/www/register/user-join.tcl: * acs-subsite/www/register/user-new.tcl: * acs-subsite/www/shared/make-invisible.tcl: * acs-subsite/www/shared/make-visible.tcl: * acs-subsite/www/shared/send-email.tcl: * acs-subsite/www/shared/session-update.tcl: * acs-subsite/www/user/basic-info-update.tcl: * acs-subsite/www/user/email-privacy-level.tcl: * acs-subsite/www/user/password-reset.tcl: * acs-subsite/www/user/password-update.tcl: * acs-subsite/www/user/portrait/comment-edit.tcl: * acs-subsite/www/user/portrait/erase.tcl: * acs-subsite/www/user/portrait/index.tcl: * acs-subsite/www/user/portrait/upload.tcl: * xotcl-core/www/admin/toggle-debug.tcl: - improve checking of return_urls in page_contracts * acs-mail-lite/acs-mail-lite.info: * acs-mail-lite/www/restore-bounce.tcl: - improve checking of return_urls in page_contracts - bumb version number to 5.9.1d1 and update dependencies * acs-content-repository/www/admin/mime-types/index.tcl: * acs-content-repository/www/admin/mime-types/map.tcl: * acs-content-repository/www/admin/mime-types/new.tcl: * acs-content-repository/www/admin/mime-types/unmap.tcl: * faq/faq.info: * faq/www/admin/configure.tcl: * faq/www/admin/faq-add-edit.tcl: - improve security of page_contracts * acs-content-repository/www/admin/mime-types/map.tcl: * acs-content-repository/www/admin/mime-types/new.tcl: * acs-content-repository/www/admin/mime-types/unmap.tcl: * acs-developer-support/www/css-edit.tcl: * acs-developer-support/www/css-list.tcl: * acs-developer-support/www/set-user.tcl: * acs-developer-support/www/set.tcl: * acs-lang/www/admin/edit-localized-message.tcl: * acs-lang/www/admin/export-messages.tcl: * acs-lang/www/admin/import-messages.tcl: * acs-lang/www/admin/localized-message-new.tcl: * acs-lang/www/admin/message-conflict-resolve.tcl: * acs-lang/www/admin/message-conflict-revert.tcl: * acs-lang/www/admin/translator-mode-toggle.tcl: * acs-lang/www/change-locale.tcl: * acs-lang/www/index.tcl: * acs-mail-lite/www/restore-bounce.tcl: - prefer "localurl" over "return_url" as name of page filter * acs-tcl/tcl/tcl-documentation-procs.tcl: * acs-tcl/tcl/utilities-procs.tcl: * ajaxhelper/ajaxhelper.info: * ajaxhelper/www/list-add-filter.tcl: * ajaxhelper/www/list-view-delete.tcl: * assessment/assessment.info: * assessment/lib/feedback.tcl: * assessment/lib/finish.tcl: * assessment/www/asm-admin/catalog-browse.tcl: * assessment/www/asm-admin/change-timing.tcl: * assessment/www/asm-admin/item-delete.tcl: * assessment/www/asm-admin/item-stats.tcl: * assessment/www/asm-admin/item-swap.tcl: * assessment/www/asm-admin/save-answer-set.tcl: * assessment/www/asm-admin/session-delete.tcl: * assessment/www/asm-admin/toggle-publish.tcl: * assessment/www/asm-admin/view-item-responses.tcl: * assessment/www/finish.tcl: * attachments/attachments.info: * attachments/www/detach.tcl: * attachments/www/file-add-2.tcl: * attachments/www/file-add.tcl: * attachments/www/simple-add-2.tcl: * attachments/www/simple-add.tcl: * calendar/calendar.info: * calendar/www/cal-item-create-recurrence.tcl: * calendar/www/cal-item-delete-all-occurrences.tcl: * calendar/www/cal-item-delete.tcl: * calendar/www/cal-item-new.tcl: * calendar/www/cal-item-view.tcl: * dotlrn/dotlrn.info: * dotlrn/lib/member-email-confirm.tcl: * dotlrn/www/admin/admin-params-site-templates.tcl: * dotlrn/www/admin/password-update.tcl: * dotlrn/www/admin/toolbar-actions.tcl: * dotlrn/www/community-member.tcl: * dotlrn/www/one-community-portal-configure-2.tcl: * dotlrn/www/subscribe-members.tcl: * dotlrn/www/unsubscribe-members.tcl: - prefer "localurl" over "return_url" as name of page_filter * acs-subsite/acs-subsite.info: * acs-subsite/www/admin/applications/application-add.tcl: * acs-subsite/www/admin/applications/application-delete.tcl: * acs-subsite/www/admin/applications/multiple-add.tcl: * acs-subsite/www/admin/attributes/add-2.tcl: * acs-subsite/www/admin/attributes/add.tcl: * acs-subsite/www/admin/attributes/delete-2.tcl: * acs-subsite/www/admin/attributes/delete.tcl: * acs-subsite/www/admin/attributes/edit-one.tcl: * acs-subsite/www/admin/attributes/enum-add-2.tcl: * acs-subsite/www/admin/attributes/enum-add.tcl: * acs-subsite/www/admin/attributes/one.tcl: * acs-subsite/www/admin/attributes/value-delete-2.tcl: * acs-subsite/www/admin/attributes/value-delete.tcl: * acs-subsite/www/admin/group-types/change-join-policy-2.tcl: * acs-subsite/www/admin/group-types/change-join-policy.tcl: * acs-subsite/www/admin/group-types/delete-2.tcl: * acs-subsite/www/admin/group-types/delete.tcl: * acs-subsite/www/admin/group-types/rel-type-add-2.tcl: * acs-subsite/www/admin/group-types/rel-type-add.tcl: * acs-subsite/www/admin/group-types/rel-type-remove-2.tcl: * acs-subsite/www/admin/group-types/rel-type-remove.tcl: * acs-subsite/www/admin/groups/change-join-policy-2.tcl: * acs-subsite/www/admin/groups/change-join-policy.tcl: * acs-subsite/www/admin/groups/constraints-create-2.tcl: * acs-subsite/www/admin/groups/constraints-create.tcl: * acs-subsite/www/admin/groups/delete-2.tcl: * acs-subsite/www/admin/groups/new.tcl: * acs-subsite/www/admin/groups/rel-type-add-2.tcl: * acs-subsite/www/admin/groups/rel-type-add.tcl: * acs-subsite/www/admin/groups/rel-type-remove-2.tcl: * acs-subsite/www/admin/groups/rel-type-remove.tcl: * acs-subsite/www/admin/parties/new.tcl: * acs-subsite/www/admin/rel-segments/constraints-redirect.tcl: * acs-subsite/www/admin/rel-segments/constraints/delete-2.tcl: * acs-subsite/www/admin/rel-segments/constraints/delete.tcl: * acs-subsite/www/admin/rel-segments/constraints/new.tcl: * acs-subsite/www/admin/rel-segments/delete-2.tcl: * acs-subsite/www/admin/rel-segments/delete.tcl: * acs-subsite/www/admin/rel-segments/new-2.tcl: * acs-subsite/www/admin/rel-segments/new-3.tcl: * acs-subsite/www/admin/rel-segments/new.tcl: * acs-subsite/www/admin/rel-types/add-2.tcl: * acs-subsite/www/admin/rel-types/add.tcl: * acs-subsite/www/admin/rel-types/delete-2.tcl: * acs-subsite/www/admin/rel-types/delete.tcl: * acs-subsite/www/admin/rel-types/mapping-remove-2.tcl: * acs-subsite/www/admin/rel-types/mapping-remove.tcl: * acs-subsite/www/admin/rel-types/new-2.tcl: * acs-subsite/www/admin/rel-types/new.tcl: * acs-subsite/www/admin/rel-types/roles/delete-2.tcl: * acs-subsite/www/admin/rel-types/roles/delete.tcl: * acs-subsite/www/admin/rel-types/roles/edit.tcl: * acs-subsite/www/admin/rel-types/roles/new.tcl: * acs-subsite/www/admin/relations/add.tcl: * acs-subsite/www/admin/relations/change-member-state.tcl: * acs-subsite/www/admin/relations/remove-2.tcl: * acs-subsite/www/admin/relations/remove.tcl: * acs-subsite/www/admin/site-map/allow-for-view.tcl: * acs-subsite/www/admin/site-map/auto-mount.tcl: * acs-subsite/www/admin/users/new.tcl: * acs-subsite/www/group-join.tcl: * acs-subsite/www/group-leave.tcl: * acs-subsite/www/permissions/grant.tcl: * acs-subsite/www/permissions/perm-modify.tcl: * acs-subsite/www/permissions/perm-user-add-2.tcl: * acs-subsite/www/permissions/perm-user-add-include.tcl: * acs-subsite/www/permissions/perm-user-add.tcl: * acs-subsite/www/permissions/toggle-inherit.tcl: * acs-subsite/www/register/account-message.tcl: * acs-subsite/www/register/auto-login.tcl: * acs-subsite/www/register/email-confirm.tcl: * acs-subsite/www/register/index.tcl: * acs-subsite/www/register/logout.tcl: * acs-subsite/www/register/restore-bounce.tcl: * acs-subsite/www/register/restore-user.tcl: * acs-subsite/www/register/user-join.tcl: * acs-subsite/www/register/user-new.tcl: * acs-subsite/www/shared/make-invisible.tcl: * acs-subsite/www/shared/make-visible.tcl: * acs-subsite/www/shared/parameters.tcl: * acs-subsite/www/shared/send-email.tcl: * acs-subsite/www/shared/session-update.tcl: * acs-subsite/www/user/basic-info-update.tcl: * acs-subsite/www/user/email-privacy-level.tcl: * acs-subsite/www/user/password-reset.tcl: * acs-subsite/www/user/password-update.tcl: * acs-subsite/www/user/portrait/comment-edit.tcl: * acs-subsite/www/user/portrait/erase.tcl: * acs-subsite/www/user/portrait/index.tcl: * acs-subsite/www/user/portrait/upload.tcl: - prefer "localurl" over "return_url" of name of page filter * acs-admin/www/apm/file-watch-cancel.tcl: * acs-admin/www/apm/file-watch.tcl: * acs-admin/www/apm/package-instance-create.tcl: * acs-admin/www/apm/package-watch-cancel.tcl: * acs-admin/www/apm/package-watch.tcl: * acs-admin/www/apm/version-i18n-export.tcl: * acs-admin/www/apm/version-i18n-import.tcl: * acs-admin/www/apm/version-reload.tcl: * acs-admin/www/cache/flush-cache.tcl: * acs-admin/www/cache/flush.tcl: * acs-admin/www/send-email.tcl: * acs-admin/www/users/delete-user.tcl: * acs-admin/www/users/member-state-change.tcl: * acs-admin/www/users/password-reset.tcl: * acs-admin/www/users/password-update.tcl: * acs-api-browser/www/set-default.tcl: * acs-automated-testing/www/admin/init-file-resource.tcl: * acs-automated-testing/www/admin/record-test.tcl: - prefer localurl as name for page filter 2016-05-19 gustafn * acs-tcl/acs-tcl.info: * acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: * acs-tcl/tcl/tcl-documentation-procs.tcl: - add page_contract_filter for return_url - add generic "name not valid" message key - bump version to 5.9.1d6 * acs-api-browser/www/content-page-view.tcl: - don't call tclcode_to_html on non-tcl files, since it might loop on e.g. /api-doc/content-page-view?version_id=4404&path=packages/acs- core-docs/www/xml/kernel/ext-auth.xml * acs-api-browser/www/proc-search.tcl: * xotcl-core/www/show-object.tcl: - hardening page contract * acs-tcl/tcl/utilities-procs.tcl: - improve performance of util::external_url_p * acs-api-browser/acs-api-browser.info: * acs-api-browser/www/set-default.tcl: - use page_contract_filter for return_url (can be used on many more places as well) - bump version to 5.9.1d2 2016-05-18 gustafn * acs-subsite/www/file.vuh: - don't produce errors on too-large or invalid object_ids * acs-subsite/www/register/user-new.tcl: - hardening validator * acs-tcl/tcl/tcl-documentation-procs.tcl: - improve the correctness of the numeric range test, otherwise leading zeros is causing troubles, or e.g. "num=0;copy" is accepted for e.g. "range(0|5)" * xotcl-request-monitor/www/long-calls.adp: * xotcl-request-monitor/www/long-calls.tcl: - provide title property 2016-05-17 gustafn * acs-tcl/tcl/utilities-procs.tcl: - add user_id to context information * acs-datetime/www/doc/examples/calendar-navigation.tcl: - add validator for the time format accepted by lc_time_fmt * search/www/search.tcl: - limit the number of entries per page to avoid potential denial of service attacks for huge values for "n" 2016-05-16 gustafn * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/postgresql/content-create.sql: * acs-content-repository/sql/postgresql/content-item.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d14-5.9.1d15.sql: - Change text enumeration field "storage_type" in cr_items to native SQL enumeration type - bump version number to 5.9.1d15 * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d14-5.9.1d15.sql: branches: 1.1.2; file upgrade-5.9.1d14-5.9.1d15.sql was initially added on branch oacs-5-9. 2016-05-15 gustafn * dotlrn/dotlrn.info: * dotlrn/sql/postgresql/applets-create.sql: * dotlrn/sql/postgresql/communities-create.sql: * dotlrn/sql/postgresql/upgrade/upgrade-2.9.0-2.9.1d1.sql: * evaluation/evaluation.info: * evaluation/sql/postgresql/evaluation-create.sql: * evaluation/sql/postgresql/upgrade/upgrade-2.9.0-2.9.1d1.sql: - Alter caveman style booleans (type character(1)) to real SQL boolean types. - bump version number to 2.9.1d1 * acs-tcl/acs-tcl.info: * acs-tcl/tcl/request-processor-procs.tcl: - check for invalid UTF-8 characters in url (would lead to errors at least in postgres). - bump version number to 5.9.1d5 * acs-admin/acs-admin.info: * acs-admin/www/apm/packages-install-2.tcl: - don't add packages to install-list, when these are already installed - bump version number to 5.9.1d2 * acs-admin/acs-admin.info: * acs-admin/www/install/index.adp: * acs-admin/www/install/index.tcl: - imporve symmetry of user interface * faq/sql/postgresql/upgrade/upgrade-5.9.0-5.9.1d1.sql: - provide support for old installations, with other constaint names * categories/sql/postgresql/category-tree-package.sql: - update dirty editor buffer * richtext-ckeditor4/richtext-ckeditor4.info: * richtext-ckeditor4/tcl/richtext-procs.tcl: - upgrade to ckeditor 4.5.9 * dotlrn-forums/dotlrn-forums.info: * dotlrn-forums/sql/postgresql/dotlrn-forums-create.sql: * dotlrn-forums/sql/postgresql/upgrade/upgrade-2.9.0-2.9.1d1.sql: Alter caveman style booleans (type character(1)) to real SQL boolean types. * dotlrn-forums/sql/postgresql/upgrade/upgrade-2.9.0-2.9.1d1.sql: * dotlrn/sql/postgresql/upgrade/upgrade-2.9.0-2.9.1d1.sql: * evaluation/sql/postgresql/upgrade/upgrade-2.9.0-2.9.1d1.sql: branches: 1.1.2; file upgrade-2.9.0-2.9.1d1.sql was initially added on branch oacs-5-9. 2016-05-14 gustafn * acs-tcl/tcl/tcl-documentation-procs.tcl: - avoid potential recursive loop in error handler * acs-tcl/tcl/tcl-documentation-procs.tcl: - don't report data source errors with status code 200 (use 422 instead) * acs-api-browser/www/procs-file-view.tcl: - fix trim operation * acs-api-browser/tcl/acs-api-documentation-procs.tcl: * acs-api-browser/www/procs-file-view.tcl: - handle leading / returned by the hardened apidoc::sanitize_path function * acs-templating/www/doc/demo/list9/index.tcl: - hardening page contract to avoid attack vectors * acs-api-browser/www/index.tcl: - harding page contract * forums/sql/postgresql/upgrade/upgrade-1.3d12-1.3d13.sql: - make update script more robust * acs-templating/www/doc/demo/fibo-start.tcl: - protect against DOS attack with large values of m * acs-templating/www/doc/demo/list9/index.tcl: - stenghten page contract to avoid attack vactors * attachments/attachments.info: * attachments/sql/postgresql/attachments-create.sql: * attachments/sql/postgresql/upgrade/upgrade-0.11d2-0.11d3.sql: * categories/categories.info: * categories/sql/postgresql/categories-create.sql: * categories/sql/postgresql/category-package.sql: * categories/sql/postgresql/category-synonym-package.sql: * categories/sql/postgresql/category-tree-package.sql: * categories/sql/postgresql/upgrade/upgrade-1.1.3d4-1.1.3d5.sql: * faq/faq.info: * faq/sql/postgresql/faq-create.sql: * faq/sql/postgresql/upgrade/upgrade-5.9.0-5.9.1d1.sql: * forums/forums.info: * forums/sql/postgresql/forums-forums-create.sql: * forums/sql/postgresql/forums-messages-create.sql: * forums/sql/postgresql/forums-messages-package-create.sql: * forums/sql/postgresql/upgrade/upgrade-1.3d12-1.3d13.sql: * new-portal/new-portal.info: * new-portal/sql/postgresql/api-create.sql: * new-portal/sql/postgresql/portal-core-create.sql: * new-portal/sql/postgresql/upgrade/upgrade-2.9.0-2.9.1d1.sql: Alter caveman style booleans (type character(1)) to real SQL boolean types. * attachments/sql/postgresql/upgrade/upgrade-0.11d2-0.11d3.sql: branches: 1.1.2; file upgrade-0.11d2-0.11d3.sql was initially added on branch oacs-5-9. * categories/sql/postgresql/upgrade/upgrade-1.1.3d4-1.1.3d5.sql: branches: 1.1.2; file upgrade-1.1.3d4-1.1.3d5.sql was initially added on branch oacs-5-9. * forums/sql/postgresql/upgrade/upgrade-1.3d12-1.3d13.sql: branches: 1.1.2; file upgrade-1.3d12-1.3d13.sql was initially added on branch oacs-5-9. * new-portal/sql/postgresql/upgrade/upgrade-2.9.0-2.9.1d1.sql: branches: 1.1.2; file upgrade-2.9.0-2.9.1d1.sql was initially added on branch oacs-5-9. * faq/sql/postgresql/upgrade/upgrade-5.9.0-5.9.1d1.sql: branches: 1.1.2; file upgrade-5.9.0-5.9.1d1.sql was initially added on branch oacs-5-9. 2016-05-13 gustafn * acs-api-browser/tcl/acs-api-documentation-procs.tcl: - fix potential traversal attack * file-storage/www/folder-zip-add.tcl: - fix robustness on mangeled query parameters * calendar/www/view.tcl: - hardening pacge contract (fix potential XSS attack) * acs-api-browser/www/content-page-view.tcl: * acs-api-browser/www/proc-search.tcl: * acs-api-browser/www/procs-file-view.tcl: - hardening page contracts * search/www/search.tcl: - hardinging page contracts * xowiki/tcl/xowiki-procs.tcl: - improve error message and error handling on ad_script_abort * acs-api-browser/www/tcl-proc-view.tcl: - make sure, url is always set * forums/lib/search/search-chunk-oracle.xql: * forums/lib/search/search-chunk-postgresql.xql: * forums/lib/search/search-chunk.tcl: - prevent potential sql injection attack * acs-templating/www/doc/demo/pay.tcl: - protect against a potential XSS attack * file-storage/www/file.tcl: - strengthen page contract 2016-05-12 gustafn * xowiki/tcl/bootstrap-procs.tcl: - improve configurability of BootstrapNavbarModeButton - add example, how to style Bootstrap Navbar buttons * xowiki/tcl/package-procs.tcl: - raise error, when xowiki package is initialized with an incorrect provided package_id (... and it creates a root folder for that package) 2016-05-11 gustafn * xowiki/tcl/link-procs.tcl: * xowiki/tcl/xowiki-procs.tcl: * xowiki/xowiki.info: - allow to specify object_type in new_link method - bump version number to 5.9.1d6 * xowf/tcl/xowf-procs.tcl: * xowf/xowf.info: - fix autoform loader - bump version to 5.9.1d3 * dotlrn/www/configure.tcl: - fix bug, which occurs, when dotlrn/configure is called, when use is not logged in (portal::get_name returns a runtime error) * xowiki/tcl/weblog-procs.tcl: - improve date checker * new-portal/tcl/portal-procs.tcl: - never call util_memoize with string substitions, but use [list] instead * xowf/tcl/xowf-form-field-procs.tcl: * xowf/xowf.info: - reduce graph size for form-field "current_state" * xowiki/tcl/package-procs.tcl: - revise the recent folder-path fix: don't renvode the whole path, but only path segoments (many thank to thomas renner for the fix) 2016-05-08 gustafn * file-storage/www/file-add.tcl: - handle case, where neither file_id nor folder_id is specified 2016-05-05 gustafn * xowiki/tcl/form-field-procs.tcl: - improve comment * xowiki/tcl/form-field-procs.tcl: - no need to name link "new" * xowiki/tcl/package-procs.tcl: - use ad_urlencode_path for name and path in method pretty_link 2016-05-03 gustafn * acs-content-repository/sql/common/mime-type-data.sql: * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d13-5.9.1d14.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d13-5.9.1d14.sql: - handle .gzip like .gz 2016-05-02 gustafn * xowf/tcl/xowf-procs.tcl: - add missing "instproc" (not sure, how this could be lost) * xowf/xowf.info: - bump version number to 5.9.1d2 * xowf/tcl/xowf-procs.tcl: - don't report errors in the log file for script_aborts * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/common/mime-type-data.sql: * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d13-5.9.1d14.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d13-5.9.1d14.sql: - use newer style mimetype 'application/gzip' instead of 'application/x-gzip' as defined by IANA content types - fix indentation in sql/common/mime-type-data.sql - bump version number to 5.9.1d14 * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d13-5.9.1d14.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d13-5.9.1d14.sql: branches: 1.1.2; file upgrade-5.9.1d13-5.9.1d14.sql was initially added on branch oacs-5-9. 2016-04-29 gustafn * xowiki/www/ckeditor-images/upload_image.tcl: - add new variant of mimetype to list of mimetypes * richtext-ckeditor4/tcl/richtext-procs.tcl: - bump version number of ckeditor to 4.5.7 * xowiki/tcl/bootstrap-procs.tcl: - fix divider (when the first entry of the pulldown has already a group) * oacs-dav/tcl/oacs-dav-procs.tcl: - fix interface of oacs_dav::handle_request - fix indentation * views/lib/views-chunk.tcl: * views/tcl/views-procs.tcl: - fix labels - modernize tcl code * tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl: * tsearch2-driver/tcl/tsearch2-driver-procs.tcl: - make db-query follow usual conventions - improve indentation * theme-zen/www/resources/css/navigation.css: - make elimination of list bullets more robust * xotcl-core/tcl/01-debug-procs.tcl: - reduce verbosity, when debug is turned on for a single cmd by omitting the result * views/lib/views-chunk-postgresql.xql: - remove reference to tree_sortkey of acs_objects * acs-kernel/acs-kernel.info: * acs-kernel/sql/postgresql/postgresql.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d3-5.9.1d4.sql: * acs-tcl/acs-tcl.info: * acs-tcl/tcl/00-database-procs.tcl: - sharpen the comment and warning about unintended uses of db_nextval - use a sequence name without t_ prefix for anon_func_seq - bump version number to 5.9.1d4 * file-storage/tcl/test/tclwebtest-procs.tcl: - use tcl commands instead of external programs * evaluation-portlet/tcl/test/tclwebtest-procs.tcl: - use tcl operations instead of external programs * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d3-5.9.1d4.sql: branches: 1.1.2; file upgrade-5.9.1d3-5.9.1d4.sql was initially added on branch oacs-5-9. 2016-04-28 gustafn * acs-kernel/acs-kernel.info: * acs-kernel/sql/postgresql/postgresql.sql: * acs-tcl/tcl/00-database-procs.tcl: - drop useless view - report usage of deprecated views (deprecated since at least 10 years) in error.log * acs-lang/tcl/lang-util-procs.tcl: - improve indentation * acs-developer-support/tcl/acs-developer-support-procs.tcl: - provide usual header for library files 2016-04-26 gustafn * xowiki/tcl/package-procs.tcl: * xowiki/tcl/xowiki-form-procs.tcl: * xowiki/tcl/xowiki-procs.tcl: - modernize mimetypes * xowiki/tcl/weblog-procs.tcl: - reduce attack vector on dates * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d12-5.9.1d13.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d12-5.9.1d13.sql: - update mimetype definition of javascript to the form specified via IANA content types - add JSON mimetpye * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d12-5.9.1d13.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d12-5.9.1d13.sql: branches: 1.1.2; file upgrade-5.9.1d12-5.9.1d13.sql was initially added on branch oacs-5-9. * xotcl-request-monitor/tcl/throttle_mod-procs.tcl: * xotcl-request-monitor/www/active-communities.tcl: * xotcl-request-monitor/www/last-requests.tcl: * xotcl-request-monitor/www/last100.tcl: * xotcl-request-monitor/www/last101.tcl: * xotcl-request-monitor/www/long-calls.tcl: * xotcl-request-monitor/www/stat-details.tcl: * xotcl-request-monitor/www/users-in-community.tcl: * xotcl-request-monitor/www/whos-online-today.tcl: * xotcl-request-monitor/www/whos-online.tcl: * xotcl-request-monitor/xotcl-request-monitor.info: version update: - add class BanUser (use. e.g. ip address to disallow requests from a user) - optional user tracking in DB - modernize mime types - used explicit "create" statements - bump version number to 0.46 2016-04-25 gustafn * xowf/tcl/xowf-procs.tcl: - add property "payload" to "WorkflowConstruct" in order to simplify customized workflow "allocate" actions (payload might contain a dict with the fields {name parent_id m}) - simplify form loading and document source code 2016-04-22 gustafn * xowiki/tcl/includelet-procs.tcl: - initialize navigation array 2016-04-21 gustafn * acs-tcl/tcl/utilities-procs.tcl: - fix one more occurance... * acs-tcl/tcl/utilities-procs.tcl: - trying to reduce ad_urlencode_query patch to minimal change 2016-04-21 antoniop * acs-tcl/tcl/utilities-procs.tcl: After fixing previous commit, use ad_urlencode_path and ad_urlencode_query instead of ns_urlencode in export_vars and export_entire_form_as_url_vars. This way URL is encoded properly and we avoid a bug when variables called "--" or with value "--" are exported. * acs-tcl/tcl/utilities-procs.tcl: Reverting and fixing previous commit, which erroneously brought HEAD version in 5-9 branch * acs-tcl/tcl/utilities-procs.tcl: Use ad_urlencode_path and ad_urlencode_query instead of ns_urlencode in export_vars and export_entire_form_as_url_vars. This way URL is encoded properly and we avoid a bug when variables called "--" or with value "--" are exported. 2016-04-20 gustafn * acs-tcl/tcl/utilities-procs.tcl: - use [util_current_location] instead of host-header field to show correct host also when no host header field is available - use wildcard matching for driver names to detect protocol in case multiple drivers of the same type are loaded with names with different suffixes 2016-04-19 gustafn * acs-api-browser/www/proc-view.tcl: - make code more robst, when source_p is passed in as empty string 2016-04-18 gustafn * acs-subsite/lib/user-info.tcl: - fix an old bug in the user-info adp include. The old version assumed, that every url that is not starting with "http://" has to be prefixed with "http://". This is certainly a problem, when the user url starts with "https://" 2016-04-11 gustafn * xowiki/tcl/bootstrap-procs.tcl: * xowiki/tcl/xowiki-form-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: - don't try to normalize_name when it is empty * acs-kernel/acs-kernel.info: * acs-kernel/sql/oracle/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: * acs-tcl/acs-tcl.info: * acs-tcl/tcl/tcltrace-init.tcl: * acs-tcl/tcl/tcltrace-procs.tcl: - fix typo in parameter name TclTraceLogSeverities * acs-kernel/sql/oracle/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: branches: 1.1.2; file upgrade-5.9.1d1-5.9.1d2.sql was initially added on branch oacs-5-9. 2016-04-09 gustafn * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/common/mime-type-data.sql: * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d11-5.9.1d12.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d11-5.9.1d12.sql: - change mime type for .swf from "application/x-shockwave-flash" to IANA complient entry "application/vnd.adobe.flash-movie" * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d11-5.9.1d12.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d11-5.9.1d12.sql: branches: 1.1.2; file upgrade-5.9.1d11-5.9.1d12.sql was initially added on branch oacs-5-9. 2016-03-30 gustafn * acs-tcl/tcl/utilities-procs.tcl: - fix util::split_location * xotcl-core/tcl/05-db-procs.tcl: * xotcl-core/tcl/cr-procs.tcl: - fortify low-level db access methods: return errors when called with wrong argument types 2016-03-25 gustafn * acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: - add missing doc string * acs-bootstrap-installer/tcl/00-proc-procs.tcl: * acs-tcl/tcl/utilities-procs.tcl: - truncate overlong lines in ad_get_tcl_call_stack 2016-03-23 gustafn * xowiki/catalog/xowiki.en_US.ISO-8859-1.xml: - adding missing entries * xowiki/tcl/bootstrap-procs.tcl: * xowiki/tcl/folder-procs.tcl: * xowiki/tcl/import-procs.tcl: * xowiki/tcl/menu-procs.tcl: * xowiki/tcl/xowiki-mode-procs.tcl: * xowiki/tcl/xowiki-uploader-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: * xowiki/tcl/yui-procs.tcl: - made dropzone a first-class member of the menubar. Now the dropzone can be configured like all other menubar entries per-folder via extra_menu_entries (form field in the folder form) or parameter ExtraMenuEntries (see example below) - made dropzone configurable (xowiki-uploader-procs.tcl) One can now specify per dropzone the actions to be performed with the uploaded content (sample uploaders are provided with ::xowiki::UploadFile (produces ::xowiki::File entries) or ::xowiki::UploadPhotoForm (produces FormPages for photo.form). This can serves as a boilerplate for other drop operations like creating workflow instances or forums postings via drag&drop. - added mode-handler (xowiki-mode-procs.tcl): The mode handlers provide easy handling for querying and switching per-session modes (like eg admin-mode, developer-mode, student-mode, ...). Depending on the mode different ui options might be offered. Sample with ::xowiki::mode::admin provided, which is per default on, when the user has admin rights in the current package. - added modebutton as first-class member of the menubar. This is currently only supported by the bootstrap renderer, which displays this as a ios like slider button in the menubar (see config example below) - example extra_menu entries: {clear_menu -menu New} {entry -name New.Page -label #xowiki.new# -form en:page.form} {entry -name New.File -label File -object_type ::xowiki::File} {dropzone -name DropZone -label DropZone -uploader File} {modebutton -name Admin -label admin -button admin} * xowiki/tcl/xowiki-mode-procs.tcl: branches: 1.1.2; file xowiki-mode-procs.tcl was initially added on branch oacs-5-9. * xowiki/tcl/xowiki-uploader-procs.tcl: branches: 1.1.2; file xowiki-uploader-procs.tcl was initially added on branch oacs-5-9. 2016-03-21 gustafn * xowiki/tcl/bootstrap-procs.tcl: * xowiki/tcl/folder-procs.tcl: * xowiki/tcl/form-field-procs.tcl: * xowiki/tcl/menu-procs.tcl: * xowiki/tcl/package-procs.tcl: * xowiki/tcl/xowiki-utility-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: * xowiki/www/resources/xowiki.css: - added support for HTML5 attribute "multiple" to form-field "file" (requires updated naviserver for handling multiple files via [ns_getform]) - added dropzone to xowiki menubar (easy means for uploading one or many files to the current folder) * xowiki/tcl/xowiki-utility-procs.tcl: - remove unneeded code * xowiki/tcl/form-field-procs.tcl: - set multiple per default to false 2016-03-18 gustafn * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/common/mime-type-data.sql: * acs-content-repository/sql/common/upgrade/upgrade-5.9.1d10-5.9.1d11.sql: - add more Open XML formats for MS-Office * acs-content-repository/sql/common/upgrade/upgrade-5.9.1d10-5.9.1d11.sql: branches: 1.1.2; file upgrade-5.9.1d10-5.9.1d11.sql was initially added on branch oacs-5-9. 2016-03-15 gustafn * xowiki/tcl/weblog-procs.tcl: - constrain values * acs-tcl/tcl/request-processor-procs.tcl: - fix regular expressions for pretty-times * xotcl-core/tcl/06-package-procs.tcl: * xotcl-core/tcl/30-widget-procs.tcl: * xotcl-core/xotcl-core.info: * xowiki/tcl/form-field-procs.tcl: * xowiki/xowiki.info: - provide means to avoid i18n substitutions in cases where the full content is running trough full substitutions - bump version number of xowiki to 5.9.1d4 - bump version number of xotcl-core to 0.145 2016-03-14 gustafn * acs-subsite/tcl/attribute-procs.tcl: - fix order of words in command 2016-03-13 gustafn * acs-templating/www/doc/demo/sandwich-grid.adp: * acs-templating/www/doc/demo/sandwich.adp: * acs-templating/www/doc/demo/sandwich.tcl: - add title 2016-03-12 gustafn * acs-tcl/tcl/request-processor-procs.tcl: - increasing max url size from 100 to 132 as needed on openacs.org (should be probably a package parameter) 2016-03-11 gustafn * xowiki/tcl/form-field-procs.tcl: - further cleanup of allowedContent * xowiki/tcl/xowiki-form-procs.tcl: - prefer use in old-style FormForm xinha (ckeditor "eats" forms, we have not foll control there over ckeditor) * xowiki/tcl/weblog-procs.tcl: - remove useless statement * xowiki/tcl/form-field-procs.tcl: - set ready_callback2 also, when xowikiimage is not used * xowiki/tcl/form-field-procs.tcl: - try to address IE11 bug that shows up with XKEditor + xowikiimage plugin (many thanks to Thomas Renner for the help) - make allowedContet configuarable 2016-03-10 gustafn * acs-templating/www/doc/demo/list2/index.adp: - add title property 2016-03-08 gustafn * xotcl-core/tcl/03-doc-procs.tcl: - improve html quoting * xowiki/tcl/form-field-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: - make formfield ckeditor4 loadable from CDN * xotcl-core/www/show-object.tcl: - remove unbalanced tag when just objects are viewed * xowiki/tcl/form-field-procs.tcl: - use version 4.5.7 of ckeditor4 from CDN 2016-03-04 gustafn * acs-tcl/tcl/tcl-documentation-procs.tcl: - mke it easier to trace origin of error message 2016-03-03 gustafn * acs-templating/www/doc/demo/sandwich-grid.adp: * acs-templating/www/doc/demo/sandwich.tcl: - fix sandwich demo with grid (missing form widget, quoting); must have been broken since years * acs-tcl/tcl/utilities-procs.tcl: - include peer address in ad_log message * acs-templating/tcl/widget-procs.tcl: - remove freshly introduced typo * acs-templating/tcl/widget-procs.tcl: - use subst for quoting to reduce backslashes 2016-03-01 gustafn * acs-tcl/tcl/acs-permissions-procs.tcl: - move deprecated procs to acs-outdated * acs-tcl/tcl/aolserver-3-procs.tcl: * acs-tcl/tcl/utilities-procs.tcl: * acs-tcl/tcl/widgets-procs.tcl: - remove ns_share - remove redundant definition of ad_dateentrywidget (was once defined as via "proc" and immideately later redefined via ad_proc) 2016-02-29 gustafn * xotcl-core/tcl/01-debug-procs.tcl: * xotcl-core/www/show-object.tcl: - make object browser more robust 2016-02-28 gustafn * xowiki/tcl/xowiki-utility-procs.tcl: - added helper "::xowiki::get_raw_request_body" to obtain the content of the request body either -as_string or as_file (abstracts spool file handling away) * xotcl-core/tcl/03-doc-procs.tcl: - just try to add debug-widget to nsfprocs, not on other commands * xowiki/tcl/xowiki-www-procs.tcl: - use the name of the xowiki instance in the subscription hint 2016-02-27 gustafn * acs-subsite/www/register/email-confirm.adp: - add missing title property * acs-subsite/tcl/group-procs.tcl: - default_state should be false and not "", otherwise a tcl error will show up * acs-subsite/www/user/portrait/index.tcl: - fix quoting in SQL - make code more robust * acs-subsite/lib/user-new.tcl: - remove parens 2016-02-26 gustafn * acs-tcl/tcl/navigation-procs.tcl: * acs-tcl/tcl/utilities-procs.tcl: - generalize hostname and port splitting in order to support IP-literal notation of RFC 3986 2016-02-25 gustafn * acs-tcl/tcl/tcl-documentation-procs.tcl: - add the actually configured tmpdir to the list for directories to check. 2016-02-24 gustafn * acs-templating/acs-templating.info: - bump version number to 5.9.1d4 for obtaining fix via "install from repo" * acs-templating/tcl/widget-procs.tcl: - fix contents of options (allow character entities) * acs-api-browser/tcl/acs-api-documentation-procs.tcl: - improve pretty printing on content-page-view 2016-02-23 gustafn * acs-tcl/tcl/security-procs.tcl: - set always token_id, when it is passed as "" 2016-02-19 gustafn * xowiki/tcl/notification-procs.tcl: * xowiki/tcl/xowiki-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: - notifications: make nofication subject tailorable via xowiki::Page method "notification_subject" - allow specification of "piblish_status" in xowiki::Page method "www-create-new" - trigger notifications in "www-create-new" * xowiki/tcl/form-field-procs.tcl: formfield hidden: - add form-field parameter "sign" and "maxage" - add validator that checks signed variable 2016-02-17 gustafn * acs-developer-support/tcl/acs-developer-support-procs.tcl: - fix for bug #3289: add missing separator, use ds_url consistently 2016-02-14 gustafn * acs-api-browser/tcl/acs-api-documentation-procs.tcl: Pretty print comment after ad_proc rather than trying to index keywords 2016-02-13 gustafn * xotcl-core/xotcl-core.info: - fix info file * acs-authentication/tcl/test/acs-authentication-procs.tcl: - fix test case * acs-tcl/tcl/test/doc-check-procs.tcl: - fix test condition * acs-tcl/tcl/utilities-procs.tcl: - improve variable name * xotcl-core/tcl/05-db-procs.tcl: * xotcl-core/tcl/cr-procs.tcl: * xotcl-core/xotcl-core.info: - remove obsolete code - use optional child-rels - bump version number to 0.144 * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/oracle/content-item.sql: * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d9-5.9.1d10.sql: * acs-content-repository/sql/postgresql/content-item.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d9-5.9.1d10.sql: Content-Repository Reform: reduce dependency on cr_child_rels and make creation of cr_child_rels entries optional. Most applications do not need cr_child_rels, these take substantial space and slow down operations. The change is fully backward compatible, since per default cr_child_rels are still created. First tests show an improvement for the creation of cr_items by 17% and for deletion by 28% (when parent item is a plain cr_item, as it is e.g. the case in xwowiki). Same change made as well for Oracle. - affected functions (here with pg-names) * procedure content_item__new/21 (version for text or file entries) has new optional boolean parameter: with_child_rels * procedure content_item__new/17 (version for blob entries) has new optional boolean parameter: with_child_rels - remove/reduce dependency on cr_child_rels (if no rel-tag is used, the chile-information is obtained from cr_items) * content_item__is_publishable/1 * content_item__is_valid_child/3 * content_item__is_valid_child/2 - reduce number of functions by using defaults * content_item__copy/5 * content_item__get_title/2 * content_item__move/3 * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d9-5.9.1d10.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d9-5.9.1d10.sql: branches: 1.1.2; file upgrade-5.9.1d9-5.9.1d10.sql was initially added on branch oacs-5-9. 2016-02-12 gustafn * acs-content-repository/sql/postgresql/content-create.sql: * acs-kernel/sql/postgresql/acs-objects-create.sql: - fix install scripts 2016-02-11 gustafn * xowiki/tcl/upgrade/upgrade.tcl: * xowiki/tcl/xowiki-utility-procs.tcl: * xowiki/xowiki.info: - There are still instances having old constraint names. The updated version of ::xowiki::refresh_id_column_fk_constraints takes care about these relicts. * xowiki/tcl/form-field-procs.tcl: - add flag "searchable" for form-field file: this allows the use to control, whether the content of the (embedded) file should be searchable or not, Default: false * acs-content-repository/sql/postgresql/content-create.sql: * acs-content-repository/sql/postgresql/content-item.sql: * acs-content-repository/sql/postgresql/content-search.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql: Content-Repository Reform: reduce dependency on cr_child_rels and simplify content_item__del() via cascading delete operations - remove manual deletion operations from content_item__del() via * delete cr_child_rels via "ON DELETE CASCADE" on parent_id and child_id * delete cr_item_rels via "ON DELETE CASCADE" on item_id * delete acs_object_context_index entries via "ON DELETE CASCADE" on ancestor_id and object_id * delete acs_objects entries via "ON DELETE CASCADE" on context_id - remove manual deletion operations for symlinks amd journal entries, since db constrains handle the deletion already - use cr_items.parent_id instead of cr_child_rels to determine direct children of items - remove deletion trigger for content search content_search__dtrg since "ON DELETE CASCADE" removes entries already * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql: branches: 1.1.2; file upgrade-5.9.1d8-5.9.1d9.sql was initially added on branch oacs-5-9. 2016-02-10 gustafn * acs-content-repository/sql/postgresql/content-folder.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d7-5.9.1d8.sql: * acs-content-repository/tcl/test/content-folder-test-procs.tcl: - Fix type of v_is_registered in dql function content_folder__register_content_type to boolean (was "varchar") (This chance is necessary at least for pg 9.5) * acs-content-repository/acs-content-repository.info: - bump version number * acs-content-repository/acs-content-repository.info: - bump version number to 5.9.1d8 * acs-content-repository/sql/postgresql/content-folder.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.8.3a0-5.8.3a1.sql: - fix type of v_is_registered to boolean. This fix is necessary at least under pg 9.5 * acs-admin/www/apm/index.adp: - improve link label * acs-content-repository/sql/postgresql/content-create.sql: * acs-content-repository/sql/postgresql/content-image.sql: * acs-content-repository/sql/postgresql/content-item.sql: * acs-content-repository/sql/postgresql/content-revision.sql: * acs-content-repository/sql/postgresql/content-type.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d4-5.9.1d5.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d5-5.9.1d6.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d6-5.9.1d7.sql: Content-Repository Reform : Reduction of number of functions in the content repository for PostgreSQL by using using argument defaults (while providing compatibility for clients using old versions): - reduced number of versions of content_item__new from 12 (!) to 6 by using defaults - commented differences - commented arguments of plpgsql functions with long argument lists - reduced code duplication by basing one version of content_item__new/17 directly on /20 - marking on version of content_item__new/17 and content_item__new/6 as deprecated - reduced number of versions of content_revision__new from 7 to 4 by using defaults - commented differences - marking on version of content_revision__new/7 as deprecated - let automatically generated functions call directly content_revision__new/13 - remove space from automatically generated functions - updated automatically generated functions for all types of the content repository - reduced number of versions of image__new from 4 to 2by using defaults - reduced number of versions of image__new_revision from 2 to 1 by using defaults * acs-content-repository/sql/postgresql/upgrade/upgrade-5.8.3a0-5.8.3a1.sql: branches: 1.1.2; file upgrade-5.8.3a0-5.8.3a1.sql was initially added on branch oacs-5-8. * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d4-5.9.1d5.sql: branches: 1.1.2; file upgrade-5.9.1d4-5.9.1d5.sql was initially added on branch oacs-5-9. * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d5-5.9.1d6.sql: branches: 1.1.2; file upgrade-5.9.1d5-5.9.1d6.sql was initially added on branch oacs-5-9. * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d6-5.9.1d7.sql: branches: 1.1.2; file upgrade-5.9.1d6-5.9.1d7.sql was initially added on branch oacs-5-9. * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d7-5.9.1d8.sql: branches: 1.1.2; file upgrade-5.9.1d7-5.9.1d8.sql was initially added on branch oacs-5-9. 2016-02-09 gustafn * xowiki/tcl/bootstrap-procs.tcl: * xowiki/tcl/folder-procs.tcl: * xowiki/tcl/menu-procs.tcl: * xowiki/tcl/package-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: - added render-bulkactions method to bootstrap table renderer - added bulk-delete action to child-resources (instead of the useless "select" action) - add bulk-delete to the externally callable methods * xotcl-core/tcl/cr-procs.tcl: - never add attributes when already included * xowiki/tcl/notification-procs.tcl: * xowiki/tcl/xowiki-procs.tcl: Notifications for form-pages: - added notifications to form pages (omitting per default create/edit operations of links and folders) - notification content is now generated via method "notification_render" (similar to "search_render") 2016-02-08 gustafn * acs-subsite/www/admin/site-map/parameter-set-2.tcl: * acs-subsite/www/admin/site-map/parameter-set-2.xql: * acs-subsite/www/admin/site-map/parameter-set-oracle.xql: * acs-subsite/www/admin/site-map/parameter-set-postgresql.xql: * acs-subsite/www/admin/site-map/parameter-set.adp: - remove unused files. parameter-set.tcl was deleted already some time ago 2016-02-07 gustafn * acs-api-browser/www/display-sql.tcl: - fix escaping of URL, use export_vars * acs-templating/www/doc/demo/pay.tcl: - remove erroneous statement 2016-02-05 gustafn * acs-tcl/tcl/tcl-documentation-procs.tcl: - change reporting level from "error" to "warning" (errors expect actions from developers) 2016-02-03 gustafn * xowiki/tcl/xowiki-procs.tcl: - remove spaces around links specified via [[...]] 2016-02-02 gustafn * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/oracle/content-item.sql: * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: * acs-content-repository/sql/postgresql/content-item.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: - Add argument to content_item__set_live_revision (and oracle's counterpart) to honor optionally provided "publish_date". The old behavior used hard-coded the current time. The function is fully backward compatible, when no publish_date is provided, the current time is used for the publish_date. - changes for PostgreSQL and Oracle. * xotcl-core/tcl/cr-procs.tcl: * xotcl-core/xotcl-core.info: - Allow to pass publish_date directly via xotcl-core/tcl/cr-procs.tcl. This change reduces as well the number of update operations when inserting/updating xowiki pages. * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/postgresql/content-search.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d2-5.9.1d3.sql: - Bug-fix: Make sure, trigger content_item_search__utrg does try to delete content from via search queue when old publish_date was in the future (since this is avoided by the same trigger). (Oracle seems to implement search quite different) * acs-content-repository/acs-content-repository.info: * acs-content-repository/sql/oracle/content-type.sql: * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d3-5.9.1d4.sql: * acs-content-repository/sql/postgresql/content-type.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d3-5.9.1d4.sql: - Update automatically generated function for cr-types to use provided publish_date in new revision (Changes for PostgreSQL and Oracle) * xotcl-core/tcl/01-debug-procs.tcl: - add missing www-prefix to denote function called via url interface * acs-tcl/tcl/request-processor-procs.tcl: - don't swallow error message in case site_node::get fails * acs-content-repository/sql/postgresql/content-type.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d3-5.9.1d4.sql: - fix editing bug * xowiki/tcl/xowiki-form-procs.tcl: - fix validator for prefix-less pages * acs-tcl/tcl/request-processor-procs.tcl: - provide better message, when URL is doomed to fail * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d1-5.9.1d2.sql: branches: 1.1.2; file upgrade-5.9.1d1-5.9.1d2.sql was initially added on branch oacs-5-9. * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d2-5.9.1d3.sql: branches: 1.1.2; file upgrade-5.9.1d2-5.9.1d3.sql was initially added on branch oacs-5-9. * acs-content-repository/sql/oracle/upgrade/upgrade-5.9.1d3-5.9.1d4.sql: * acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d3-5.9.1d4.sql: branches: 1.1.2; file upgrade-5.9.1d3-5.9.1d4.sql was initially added on branch oacs-5-9. 2016-02-01 gustafn * xowiki/tcl/includelet-procs.tcl: - don't force http for requests to yui.yahooapis.com * xotcl-request-monitor/www/index.tcl: - for some unkonwn reasons, the javascript code in diagram.js starts looping today in the browser (FF, Chrome, Safari). deactivate it for now. * xotcl-request-monitor/www/index.adp: * xotcl-request-monitor/www/index.tcl: - replace obsolete (and broken) diagram.js by highcharts (via CDN) 2016-01-29 gustafn * acs-templating/www/doc/demo/list1a/index.adp: * acs-templating/www/doc/demo/list1a/index.tcl: - add missing doc(title) * acs-templating/tcl/form-procs.tcl: - improve warning message * acs-templating/tcl/form-procs.tcl: - use ad_log for two more warnings 2016-01-28 gustafn * xowiki/tcl/package-procs.tcl: * xowiki/tcl/xowiki-form-procs.tcl: - generalize name normalizing (and fix freshly introduced bug) 2016-01-26 gustafn * acs-api-browser/www/content-page-view.tcl: - bug fix: view opertions on .xql files did not show the content of the .xql files 2016-01-25 gustafn * acs-templating/acs-templating.info: * acs-templating/tcl/richtext-procs.tcl: * richtext-ckeditor4/richtext-ckeditor4.info: * richtext-ckeditor4/tcl/richtext-procs.tcl: * richtext-tinymce/richtext-tinymce.info: * richtext-tinymce/tcl/richtext-procs.tcl: * richtext-xinha/richtext-xinha.info: * richtext-xinha/tcl/richtext-procs.tcl: - don't use dashes ("-") in namespaces * acs-api-browser/tcl/acs-api-documentation-procs.tcl: * xotcl-core/tcl/03-doc-procs.tcl: - improve browsing of classes defined in a tcl thread * xotcl-core/tcl/03-doc-procs.tcl: * xotcl-core/www/show-object.tcl: - use "namespace origin" to fully qualify cmds 2016-01-22 gustafn * xowiki/tcl/package-procs.tcl: - add colon (":") to the list of substituted names to ease usage of name as file-name (e.g. on windows) and to avoid confusion with language prefix and typed links 2016-01-14 gustafn * xotcl-core/tcl/01-debug-procs.tcl: * xotcl-core/www/show-object.tcl: - improve robustness of object browser when applied on internal classes of XOTcl * xotcl-core/tcl/01-debug-procs.tcl: * xotcl-core/www/show-object.tcl: - when browsing classes, show on which classes/objects this class is used as a mixin 2016-01-11 gustafn * acs-mail-lite/tcl/acs-mail-lite-procs.tcl: * bulk-mail/tcl/bulk-mail-procs.tcl: - fix typo - get variable from ns_set * acs-mail-lite/tcl/acs-mail-lite-procs.tcl: - remove editing-bug 2016-01-08 gustafn * xotcl-core/tcl/03-doc-procs.tcl: - add "-debug" and "-deprecated" to ad_instproc, ad_proc, ad_instforward and ad_forward methods (requires actual version of nsf) * acs-mail-lite/tcl/acs-mail-lite-procs.tcl: - make sure to pass always object_id to acs_mail_lite::send_immediately * bulk-mail/tcl/bulk-mail-procs.tcl: - pass package_id and object_id to acs_mail_lite::send * acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: * acs-mail-lite/tcl/acs-mail-lite-procs.tcl: - perform cleanup and call callback as well in error situations to be able to handle failed smtp deliveries - add optional arguments "-status" and "-errorMsg" to interface of callback acs_mail_lite::send 2016-01-07 gustafn * xotcl-core/tcl/01-debug-procs.tcl: - include result in debug messages (requires the actual version of nsf) 2016-01-06 gustafn * xotcl-core/www/show-object.tcl: - add missing "type" computation * xotcl-core/tcl/01-debug-procs.tcl: - brace object info and method info in debug lines to ease association * xotcl-core/www/show-object.tcl: - improve name of function - list "class" also for objects * xotcl-core/www/show-object.tcl: - remove empty sections when certain methods are removed due to filtering in dimensional 2016-01-05 gustafn * acs-content-repository/acs-content-repository.info: * acs-content-repository/tcl/revision-procs-postgresql.xql: * acs-content-repository/tcl/revision-procs.tcl: * acs-subsite/www/shared/portrait-bits.tcl: * acs-tcl/acs-tcl.info: * acs-tcl/tcl/utilities-procs.tcl: - fix lob interface (especially for portraits) * xotcl-core/www/resources/titatoggle/README: * xotcl-core/www/resources/titatoggle/titatoggle-dist.css: - add titatoggle * richtext-ckeditor4/richtext-ckeditor4.info: * richtext-ckeditor4/tcl/richtext-procs.tcl: - added parameter for SCAYT via WebSpellChecker.net - activated by default native browser spellchecker - bumped version number to 0.3 * acs-tcl/acs-tcl.info: * acs-tcl/tcl/request-processor-procs.tcl: * richtext-tinymce/richtext-tinymce.info: * richtext-tinymce/tcl/richtext-procs.tcl: * richtext-xinha/richtext-xinha.info: * richtext-xinha/tcl/richtext-procs.tcl: - don't try to show broken richtext editor on mobile devices (it is better to show plain textarea than a display where nothing can be entered) * xowiki/tcl/upgrade/upgrade.tcl: - fix braces in upgrade script * acs-content-repository/tcl/content-item-procs.tcl: - fix documentation bug (... -revision best ... does not work) * acs-content-repository/acs-content-repository.info: - fix unclosed element * acs-subsite/www/shared/portrait-bits.tcl: - handle case where item has no live_revision * xotcl-core/www/admin/toggle-debug.tcl: - initial checkin of debug toggle function * acs-templating/tcl/richtext-procs.tcl: - initialize variable ::template::util::richtext::editors for cases, where no richtext editor is registered * acs-tcl/tcl/00-database-procs.tcl: - no need to quote query names * acs-tcl/tcl/apm-xml-procs.tcl: - provide better error message when parsing of XML file fails * xotcl-core/www/show-object.tcl: - remove more empty output - balance ULs * xotcl-core/tcl/03-doc-procs.tcl: - use nsf primitive command instead of (overloadable) method to obtain name of object * xotcl-core/www/resources/titatoggle/README: branches: 1.1.2; file README was initially added on branch oacs-5-9. * xotcl-core/www/resources/titatoggle/titatoggle-dist.css: branches: 1.1.2; file titatoggle-dist.css was initially added on branch oacs-5-9. * xotcl-core/www/admin/toggle-debug.tcl: branches: 1.1.2; file toggle-debug.tcl was initially added on branch oacs-5-9. 2016-01-04 gustafn * xowiki/tcl/form-field-procs.tcl: * xowiki/www/xinha/attach-file.adp: * xowiki/www/xinha/insert-file.adp: * xowiki/www/xinha/insert-ilink.adp: * xowiki/www/xinha/insert-image.adp: * xowiki/www/xinha/insert-wlink.adp: * xowiki/xowiki.info: - add dependency on richtext-xinha, since the file manager poups use it 2016-01-03 gustafn * richtext-ckeditor4/richtext-ckeditor4.info: * richtext-ckeditor4/tcl/richtext-init.tcl: * richtext-ckeditor4/tcl/richtext-procs.tcl: - initial commit of richtext editor plugin for integrating CKEditor 4 with acs-templating * richtext-tinymce/richtext-tinymce.info: * richtext-tinymce/tcl/richtext-init.tcl: * richtext-tinymce/tcl/richtext-procs.tcl: * richtext-tinymce/www/resources/tinymce/changelog.txt: * richtext-tinymce/www/resources/tinymce/examples/css/content.css: * richtext-tinymce/www/resources/tinymce/examples/css/word.css: * richtext-tinymce/www/resources/tinymce/examples/custom_formats.html: * richtext-tinymce/www/resources/tinymce/examples/full.html: * richtext-tinymce/www/resources/tinymce/examples/index.html: * richtext-tinymce/www/resources/tinymce/examples/lists/image_list.js: * richtext-tinymce/www/resources/tinymce/examples/lists/link_list.js: * richtext-tinymce/www/resources/tinymce/examples/lists/media_list.js: * richtext-tinymce/www/resources/tinymce/examples/lists/template_list.js: * richtext-tinymce/www/resources/tinymce/examples/media/logo.jpg: * richtext-tinymce/www/resources/tinymce/examples/media/logo_over.jpg: * richtext-tinymce/www/resources/tinymce/examples/media/sample.avi: * richtext-tinymce/www/resources/tinymce/examples/media/sample.dcr: * richtext-tinymce/www/resources/tinymce/examples/media/sample.mov: * richtext-tinymce/www/resources/tinymce/examples/media/sample.ram: * richtext-tinymce/www/resources/tinymce/examples/media/sample.rm: * richtext-tinymce/www/resources/tinymce/examples/media/sample.swf: * richtext-tinymce/www/resources/tinymce/examples/menu.html: * richtext-tinymce/www/resources/tinymce/examples/simple.html: * richtext-tinymce/www/resources/tinymce/examples/skins.html: * richtext-tinymce/www/resources/tinymce/examples/templates/layout1.htm: * richtext-tinymce/www/resources/tinymce/examples/templates/snippet1.htm: * richtext-tinymce/www/resources/tinymce/examples/translate.html: * richtext-tinymce/www/resources/tinymce/examples/word.html: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ar.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ar_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/az.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/az_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/be.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/be_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/bg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/bg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/bn.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/bn_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/br.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/br_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/bs.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/bs_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ca.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ca_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ch.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ch_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/cs.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/cs_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/cy.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/cy_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/da.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/da_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/de.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/de_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/dv.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/dv_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/el.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/el_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/en_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/es.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/es_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/et.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/et_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/eu.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/eu_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/fa.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/fa_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/fi.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/fi_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/fr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/fr_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/gl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/gl_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/gu.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/gu_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/he.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/he_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hi.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hi_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hr_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hu.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hu_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hy.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hy_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ia.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ia_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/id.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/id_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/is.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/is_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/it.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/it_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ja.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ja_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ka.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ka_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/kl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/kl_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/km.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/km_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ko.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ko_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/lb.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/lb_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/lt.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/lt_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/lv.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/lv_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/mk.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/mk_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ml.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ml_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/mn.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/mn_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ms.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ms_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/my.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/my_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/nb.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/nb_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/nl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/nl_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/nn.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/nn_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/no.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/no_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/pl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/pl_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ps.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ps_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/pt.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/pt_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ro.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ro_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ru.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ru_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sc.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sc_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/se.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/se_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/si.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/si_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sk.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sk_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sl_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sq.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sq_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sr_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sv.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sv_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ta.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ta_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/te.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/te_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/th.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/th_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tn.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tn_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tr_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tt.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tt_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tw.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tw_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/uk.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/uk_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ur.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ur_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/vi.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/vi_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/zh-cn.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/zh-cn_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/zh.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/zh_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/zu.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/zu_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/license.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/css/advhr.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/js/rule.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ar_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/az_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/be_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/bn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/br_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/bs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ch_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/cs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/cy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/dv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/eu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/gu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/he_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hy_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ia_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/id_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ka_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/kl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/km_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/mk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ml_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/mn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/my_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ps_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sc_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/se_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sq_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ta_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/te_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/tn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/tt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/tw_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ur_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/vi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zh-cn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/rule.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/css/advimage.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/image.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/img/sample.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/js/image.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ar_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ar_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/az_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/az_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/be_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/be_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bg_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bn_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/br_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/br_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bs_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ca_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ch_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ch_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cs_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cy_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/da_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/de_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/dv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/dv_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/el_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/es_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/et_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/eu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/eu_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fi_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/gl_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/gu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/gu_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/he_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/he_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hi_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hr_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hu_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hy_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ia_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ia_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/id_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/id_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/is_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/it_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ja_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ka_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ka_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/kl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/kl_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/km_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/km_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ko_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lb_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lt_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lv_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/mk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/mk_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ml_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ml_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/mn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/mn_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ms_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/my_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/my_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nb_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nl_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nn_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/no_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pl_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ps_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ps_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pt_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ro_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ru_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sc_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sc_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/se_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/se_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/si_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sk_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sl_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sq_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sq_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sr_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sv_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ta_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ta_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/te_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/te_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/th_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tn_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tr_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tt_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tw_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tw_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/uk_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ur_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ur_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/vi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/vi_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh-cn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh-cn_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zu_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/css/advlink.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/js/advlink.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ar_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ar_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/az_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/az_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/be_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/be_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bg_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bn_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/br_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/br_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bs_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ca_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ch_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ch_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/cs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/cs_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/cy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/cy_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/da_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/de_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/dv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/dv_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/el_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/es_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/et_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/eu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/eu_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fa_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fi_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fr_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/gl_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/gu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/gu_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/he_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/he_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hi_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hr_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hu_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hy_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ia_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ia_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/id_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/id_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/is_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/it_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ja_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ka_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ka_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/kl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/kl_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/km_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/km_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ko_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lb_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lt_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lv_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/mk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/mk_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ml_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ml_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/mn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/mn_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ms_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/my_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/my_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nb_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nl_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nn_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/no_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pl_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ps_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ps_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pt_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ro_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ru_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sc_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sc_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/se_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/se_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/si_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sk_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sl_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sq_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sq_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sr_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sv_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ta_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ta_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/te_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/te_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/th_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tn_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tr_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tt_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tw_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tw_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/uk_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ur_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ur_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/vi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/vi_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh-cn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh-cn_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zu_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/link.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlist/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlist/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/autoresize/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/autoresize/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/emotions.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-cool.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-cry.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-embarassed.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-frown.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-innocent.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-kiss.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-laughing.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-sealed.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-smile.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-surprised.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-undecided.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-wink.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-yell.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/js/emotions.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ar_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/az_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/be_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/bn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/br_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/bs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ch_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/cs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/cy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/dv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/eu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/gu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/he_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ia_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/id_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ka_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/kl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/km_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/lb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/mk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ml_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/mn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/my_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/nb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ps_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sc_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/se_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sq_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ta_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/te_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/tn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/tt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/tw_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ur_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/vi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/zh-cn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/zu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/example/dialog.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/example/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/example/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/example/img/example.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/example/js/dialog.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/example/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/css/fullpage.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/fullpage.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/js/fullpage.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ar_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/az_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/be_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/bn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/br_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/bs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ch_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/cs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/cy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/dv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/eu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/gu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/he_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ia_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/id_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ka_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/kl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/km_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/mk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ml_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/mn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/my_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ps_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sc_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/se_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sq_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ta_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/te_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/tn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/tt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/tw_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ur_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/vi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/zh-cn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/zu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/fullscreen.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/template.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/legacyoutput/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/legacyoutput/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/css/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/css/media.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/flash.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/flv_player.swf: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/quicktime.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/realmedia.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/shockwave.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/trans.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/windowsmedia.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/js/embed.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/js/media.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ar_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/az_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/be_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/bn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/br_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/bs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ch_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/cs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/cy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/dv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/eu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/gu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/he_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ia_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/id_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ka_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/kl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/km_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/lb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/mk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ml_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/mn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/my_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/nb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ps_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sc_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/se_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sq_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ta_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/te_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/tn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/tt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/tw_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ur_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/vi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/zh-cn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/zu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/media.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/images/nonbreaking.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/noneditable/css/noneditable.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/noneditable/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/css/advimage.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/image.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/images/sample.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/img/sample.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/js/image.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/jscripts/functions.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/es.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/css/advlink.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/images/attach.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/img/attach.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/js/link.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/jscripts/functions.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/es.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/link.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/css/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/img/pagebreak.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/img/trans.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/css/blank.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/css/pasteword.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/images/pastetext.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/images/pasteword.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/images/selectall.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/js/pastetext.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/js/pasteword.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/jscripts/pastetext.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/jscripts/pasteword.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/pastetext.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/pasteword.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/example.html: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/images/preview.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/jscripts/embed.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/preview.html: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/print/images/print.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/print/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/print/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/safari/blank.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/safari/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/safari/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/save/images/cancel.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/save/images/save.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/save/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/save/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace_all_button_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace_button_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/search.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/js/searchreplace.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/jscripts/searchreplace.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/searchreplace.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/spellchecker/css/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/spellchecker/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/spellchecker/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/spellchecker/img/wline.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/css/props.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/images/apply_button_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/images/style_info.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/images/styleprops.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/js/props.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/jscripts/props.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/props.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/tabfocus/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/tabfocus/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/cell.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/css/cell.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/css/row.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/css/table.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/buttons.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_cell_props.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_col.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_row.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_after.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_before.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_after.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_before.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_merge_cells.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_row_props.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_split_cells.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/js/cell.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/js/merge_cells.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/js/row.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/js/table.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/jscripts/cell.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/jscripts/merge_cells.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/jscripts/row.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/jscripts/table.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/merge_cells.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/row.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/table.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/blank.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/css/template.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/images/template.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/js/template.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/jscripts/template.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/template.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/visualchars/images/visualchars.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/visualchars/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/abbr.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/acronym.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/attributes.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/cite.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/popup.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/del.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/abbr.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/acronym.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/attribs.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/cite.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/date_time.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/del.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/ins.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/remove_button_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/ins.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/abbr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/acronym.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/attributes.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/cite.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/del.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/element_common.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/ins.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/abbr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/acronym.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/attributes.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/cite.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/del.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/element_common.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/ins.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/zoom/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/about.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/anchor.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/charmap.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/color_picker.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/css/colorpicker.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_popup.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/about.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/common_buttons.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_anchor_window.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_image_window.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_link_window.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_table_window.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/index.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_anchor_button.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_image_button.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_link_button.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_table_button.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/style.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/image.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor_symbol.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/backcolor.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_de_se.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_es.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_fr.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_ru.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_tw.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/browse.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bullist.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/button_menu.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/buttons.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/cancel_button_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/charmap.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/cleanup.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/close.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/code.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/color.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/colors.jpg: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/copy.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/custom_1.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/cut.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/forecolor.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/help.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/hr.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/image.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/indent.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/insert_button_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/italic.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_de_se.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_es.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_ru.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_tw.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/justifycenter.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyfull.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyleft.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyright.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/link.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/menu_check.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/newdocument.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/numlist.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/opacity.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/outdent.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/paste.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/redo.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/removeformat.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/separator.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/spacer.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/statusbar_resize.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/strikethrough.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/sub.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/sup.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/underline.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_es.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_fr.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_ru.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_tw.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/undo.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/unlink.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/visualaid.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_end.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_end.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tabs_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/img/colorpicker.jpg: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/img/icons.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/about.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/anchor.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/charmap.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/color_picker.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/image.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/link.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/source_editor.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/about.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/anchor.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/charmap.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/color_picker.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/image.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/link.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/source_editor.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/bg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/da.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/de.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/el.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/es.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/et.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fa.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/gl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/is.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/it.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ko.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lt.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lv.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ms.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nn.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/no.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ro.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/si.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sv.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/th.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/tr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/uk.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/link.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/dialog.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/buttons.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/items.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/menu_check.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/progress.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/tabs.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/dialog.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui_black.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/source_editor.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/about.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/anchor.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/charmap.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/color_picker.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/css/colorpicker.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/css/editor_content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/css/editor_popup.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/css/editor_ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/css/main.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/about.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/common_buttons.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/create_accessible_content.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/images/insert_anchor_window.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/images/insert_image_window.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/images/insert_link_window.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/images/insert_table_window.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/index.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/insert_anchor_button.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/insert_image_button.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/insert_link_button.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/insert_table_button.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/style.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/image.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/anchor.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/anchor_symbol.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/backcolor.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold_de_se.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold_es.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold_fr.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold_ru.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold_tw.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/browse.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bullist.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/button_menu.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/buttons.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/cancel_button_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/charmap.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/cleanup.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/close.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/code.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/color.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/colors.jpg: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/copy.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/custom_1.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/cut.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/forecolor.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/help.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/hr.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/image.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/indent.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/insert_button_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/italic.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/italic_de_se.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/italic_es.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/italic_ru.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/italic_tw.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/justifycenter.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/justifyfull.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/justifyleft.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/justifyright.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/link.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/menu_check.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/newdocument.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/numlist.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/opacity.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/outdent.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/paste.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/redo.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/removeformat.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/separator.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/spacer.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/statusbar_resize.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/strikethrough.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/sub.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/sup.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/underline.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/underline_es.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/underline_fr.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/underline_ru.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/underline_tw.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/undo.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/unlink.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/visualaid.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/xp/tab_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/xp/tab_end.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/xp/tab_sel_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/xp/tab_sel_end.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/xp/tabs_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/img/colorpicker.jpg: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/img/icons.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/about.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/anchor.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/charmap.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/color_picker.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/image.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/link.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/source_editor.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/about.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/anchor.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/charmap.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/color_picker.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/image.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/link.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/source_editor.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/bg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ca.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/da.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/de.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/el.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/es.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/et.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fa.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fi.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/gl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hu.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/is.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/it.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ja.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ko.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lt.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lv.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ms.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nn.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/no.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pt.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ro.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ru.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/si.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sv.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/th.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/tr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/uk.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/zh.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/link.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/dialog.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/buttons.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/items.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/menu_arrow.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/menu_check.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/progress.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/tabs.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/dialog.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/img/button_bg.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/img/button_bg_black.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/img/button_bg_silver.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/ui_black.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/ui_silver.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/source_editor.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/css/editor_content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/css/editor_popup.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/css/editor_ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/editor_template.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bold.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bold_de_se.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bold_fr.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bold_ru.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bold_tw.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bullist.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/buttons.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/cleanup.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/italic.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/italic_de_se.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/italic_ru.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/italic_tw.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/numlist.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/redo.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/separator.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/spacer.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/strikethrough.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/underline.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/underline_fr.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/underline_ru.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/underline_tw.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/undo.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/img/icons.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/bg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ca.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/da.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/de.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/el.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/es.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/et.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/fa.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/fi.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/fr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/gl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/hr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/hu.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/is.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/it.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ja.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ko.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/lt.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/lv.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ms.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/nl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/nn.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/no.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/pl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/pt.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ro.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ru.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/si.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/sr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/sv.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/th.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/tr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/uk.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/zh.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/skins/default/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/skins/default/ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/tiny_mce.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_popup.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/utils/editable_selects.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/utils/form_utils.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/utils/mclayer.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/utils/mctabs.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/utils/validate.js: - initial commit of richtext editor plugin for integrating TinyMCE with acs-templating * richtext-xinha/richtext-xinha.info: * richtext-xinha/tcl/richtext-init.tcl: * richtext-xinha/tcl/richtext-procs.tcl: * richtext-xinha/www/resources/xinha-nightly/Xinha.css: * richtext-xinha/www/resources/xinha-nightly/XinhaConfig.js: * richtext-xinha/www/resources/xinha-nightly/XinhaCore.js: * richtext-xinha/www/resources/xinha-nightly/XinhaLoader.js: * richtext-xinha/www/resources/xinha-nightly/XinhaLoader_readme.txt: * richtext-xinha/www/resources/xinha-nightly/compression_readme.txt: * richtext-xinha/www/resources/xinha-nightly/contrib/compress.bat: * richtext-xinha/www/resources/xinha-nightly/contrib/compress.php: * richtext-xinha/www/resources/xinha-nightly/contrib/compress_yui.php: * richtext-xinha/www/resources/xinha-nightly/contrib/compression_readme.txt: * richtext-xinha/www/resources/xinha-nightly/contrib/lc_merge_strings.php: * richtext-xinha/www/resources/xinha-nightly/contrib/lc_parse_strings.php: * richtext-xinha/www/resources/xinha-nightly/contrib/php-xinha.php: * richtext-xinha/www/resources/xinha-nightly/contrib/test_server.py: * richtext-xinha/www/resources/xinha-nightly/dialog.js: * richtext-xinha/www/resources/xinha-nightly/examples/Extended.html: * richtext-xinha/www/resources/xinha-nightly/examples/ExtendedDemo.html: * richtext-xinha/www/resources/xinha-nightly/examples/Newbie.html: * richtext-xinha/www/resources/xinha-nightly/examples/XinhaConfig.js: * richtext-xinha/www/resources/xinha-nightly/examples/custom.css: * richtext-xinha/www/resources/xinha-nightly/examples/dynamic.css: * richtext-xinha/www/resources/xinha-nightly/examples/ext_example-body.html: * richtext-xinha/www/resources/xinha-nightly/examples/ext_example-dest.php: * richtext-xinha/www/resources/xinha-nightly/examples/ext_example-menu.php: * richtext-xinha/www/resources/xinha-nightly/examples/ext_example.html: * richtext-xinha/www/resources/xinha-nightly/examples/ext_example.js: * richtext-xinha/www/resources/xinha-nightly/examples/files/Extended.html: * richtext-xinha/www/resources/xinha-nightly/examples/files/custom.css: * richtext-xinha/www/resources/xinha-nightly/examples/files/dynamic.css: * richtext-xinha/www/resources/xinha-nightly/examples/files/ext_example-body.html: * richtext-xinha/www/resources/xinha-nightly/examples/files/ext_example-dest.php: * richtext-xinha/www/resources/xinha-nightly/examples/files/ext_example-menu.php: * richtext-xinha/www/resources/xinha-nightly/examples/files/full_example.css: * richtext-xinha/www/resources/xinha-nightly/examples/files/stylist.css: * richtext-xinha/www/resources/xinha-nightly/examples/full_example-body.html: * richtext-xinha/www/resources/xinha-nightly/examples/full_example-menu.html: * richtext-xinha/www/resources/xinha-nightly/examples/full_example.css: * richtext-xinha/www/resources/xinha-nightly/examples/full_example.html: * richtext-xinha/www/resources/xinha-nightly/examples/full_example.js: * richtext-xinha/www/resources/xinha-nightly/examples/simple_example.html: * richtext-xinha/www/resources/xinha-nightly/examples/stylist.css: * richtext-xinha/www/resources/xinha-nightly/examples/testbed.html: * richtext-xinha/www/resources/xinha-nightly/functionsIE.js: * richtext-xinha/www/resources/xinha-nightly/functionsMozilla.js: * richtext-xinha/www/resources/xinha-nightly/getHTML.js: * richtext-xinha/www/resources/xinha-nightly/htmlarea.css: * richtext-xinha/www/resources/xinha-nightly/htmlarea.js: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/de/bold.gif: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/de/italic.gif: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/de/underline.gif: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/ed_buttons_main.gif: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/ed_charmap.gif: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/ed_selectall.gif: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/fr/bold.gif: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/fr/strikethrough.gif: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/fr/underline.gif: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/iconset.xml: * richtext-xinha/www/resources/xinha-nightly/iconsets/Crystal/LICENSE: * richtext-xinha/www/resources/xinha-nightly/iconsets/Crystal/README: * richtext-xinha/www/resources/xinha-nightly/iconsets/Crystal/ed_buttons_main.png: * richtext-xinha/www/resources/xinha-nightly/iconsets/Crystal/iconset.xml: * richtext-xinha/www/resources/xinha-nightly/iconsets/Tango/LICENSE: * richtext-xinha/www/resources/xinha-nightly/iconsets/Tango/README: * richtext-xinha/www/resources/xinha-nightly/iconsets/Tango/ed_buttons_main.png: * richtext-xinha/www/resources/xinha-nightly/iconsets/Tango/iconset.xml: * richtext-xinha/www/resources/xinha-nightly/images/de/bold.gif: * richtext-xinha/www/resources/xinha-nightly/images/de/italic.gif: * richtext-xinha/www/resources/xinha-nightly/images/de/underline.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_about.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_align.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_align_center.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_align_justify.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_align_left.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_align_right.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_blank.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_buttons_main.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_buttons_main.png: * richtext-xinha/www/resources/xinha-nightly/images/ed_charmap.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_clearfonts.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_color_bg.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_color_fg.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_copy.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_custom.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_cut.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_delete.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_format_bold.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_format_italic.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_format_strike.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_format_sub.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_format_sup.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_format_underline.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_help.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_hr.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_html.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_image.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_indent_less.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_indent_more.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_killword.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_left_to_right.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_link.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_list_bullet.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_list_num.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_overwrite.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_paste.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_print.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_redo.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_right_to_left.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_rmformat.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_save.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_save.png: * richtext-xinha/www/resources/xinha-nightly/images/ed_saveas.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_selectall.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_show_border.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_splitblock.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_splitcel.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_undo.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_word_cleaner.gif: * richtext-xinha/www/resources/xinha-nightly/images/fr/bold.gif: * richtext-xinha/www/resources/xinha-nightly/images/fr/strikethrough.gif: * richtext-xinha/www/resources/xinha-nightly/images/fr/underline.gif: * richtext-xinha/www/resources/xinha-nightly/images/fullscreen_maximize.gif: * richtext-xinha/www/resources/xinha-nightly/images/fullscreen_minimize.gif: * richtext-xinha/www/resources/xinha-nightly/images/insert_table.gif: * richtext-xinha/www/resources/xinha-nightly/images/insertfilelink.gif: * richtext-xinha/www/resources/xinha-nightly/images/insertmacro.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/document-new.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/document-open.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/document-print.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/document-save.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/edit-copy.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/edit-redo.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/edit-select-all.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/edit-undo.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/folder-new.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-direction-left-to-right.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-direction-right-to-left.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-indent-less.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-indent-more.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-justify-center.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-justify-fill.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-justify-left.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-justify-right.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-background-color.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-bold.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-color.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-italic.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-strikethrough.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-subscript.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-superscript.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-underline.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/go-up.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/insert-link.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/insert-table.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/toggle-borders.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/view-fullscreen.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/view-restore.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/apps/accessories-character-map.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/apps/help-browser.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/mimetypes/image-x-generic.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/places/user-trash.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/32x32/apps/internet-web-browser.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/32x32/mimetypes/text-html.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/32x32/mimetypes/text-x-generic.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/32x32/mimetypes/x-office-document.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/32x32/places/folder.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/32x32/places/network-server.png: * richtext-xinha/www/resources/xinha-nightly/images/tango/COPYING: * richtext-xinha/www/resources/xinha-nightly/images/tidy.gif: * richtext-xinha/www/resources/xinha-nightly/images/toggle_borders.gif: * richtext-xinha/www/resources/xinha-nightly/images/xinha-small-icon.gif: * richtext-xinha/www/resources/xinha-nightly/images/xinha_logo.gif: * richtext-xinha/www/resources/xinha-nightly/inline-dialog.js: * richtext-xinha/www/resources/xinha-nightly/lang/b5.js: * richtext-xinha/www/resources/xinha-nightly/lang/ch.js: * richtext-xinha/www/resources/xinha-nightly/lang/cz.js: * richtext-xinha/www/resources/xinha-nightly/lang/da.js: * richtext-xinha/www/resources/xinha-nightly/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/lang/ee.js: * richtext-xinha/www/resources/xinha-nightly/lang/el.js: * richtext-xinha/www/resources/xinha-nightly/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/lang/eu.js: * richtext-xinha/www/resources/xinha-nightly/lang/fa.js: * richtext-xinha/www/resources/xinha-nightly/lang/fi.js: * richtext-xinha/www/resources/xinha-nightly/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/lang/gb.js: * richtext-xinha/www/resources/xinha-nightly/lang/he.js: * richtext-xinha/www/resources/xinha-nightly/lang/hu.js: * richtext-xinha/www/resources/xinha-nightly/lang/it.js: * richtext-xinha/www/resources/xinha-nightly/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/lang/lt.js: * richtext-xinha/www/resources/xinha-nightly/lang/lv.js: * richtext-xinha/www/resources/xinha-nightly/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/lang/ro.js: * richtext-xinha/www/resources/xinha-nightly/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/lang/se.js: * richtext-xinha/www/resources/xinha-nightly/lang/sh.js: * richtext-xinha/www/resources/xinha-nightly/lang/si.js: * richtext-xinha/www/resources/xinha-nightly/lang/sr.js: * richtext-xinha/www/resources/xinha-nightly/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/lang/th.js: * richtext-xinha/www/resources/xinha-nightly/lang/vn.js: * richtext-xinha/www/resources/xinha-nightly/license.txt: * richtext-xinha/www/resources/xinha-nightly/modules/AboutBox/AboutBox.js: * richtext-xinha/www/resources/xinha-nightly/modules/AboutBox/about.css: * richtext-xinha/www/resources/xinha-nightly/modules/AboutBox/dialog.html: * richtext-xinha/www/resources/xinha-nightly/modules/ColorPicker/ColorPicker.js: * richtext-xinha/www/resources/xinha-nightly/modules/ColorPicker/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/modules/CreateLink/dialog.html: * richtext-xinha/www/resources/xinha-nightly/modules/CreateLink/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/modules/CreateLink/link.html: * richtext-xinha/www/resources/xinha-nightly/modules/CreateLink/link.js: * richtext-xinha/www/resources/xinha-nightly/modules/CreateLink/pluginMethods.js: * richtext-xinha/www/resources/xinha-nightly/modules/Dialogs/DetachedDialog.js: * richtext-xinha/www/resources/xinha-nightly/modules/Dialogs/XinhaDialog.js: * richtext-xinha/www/resources/xinha-nightly/modules/Dialogs/dialog.js: * richtext-xinha/www/resources/xinha-nightly/modules/Dialogs/div-dialog.js: * richtext-xinha/www/resources/xinha-nightly/modules/Dialogs/inline-dialog.js: * richtext-xinha/www/resources/xinha-nightly/modules/Dialogs/panel-dialog.js: * richtext-xinha/www/resources/xinha-nightly/modules/Dialogs/popupwin.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/full-screen.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/modules/Gecko/Gecko.js: * richtext-xinha/www/resources/xinha-nightly/modules/Gecko/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/modules/Gecko/paraHandlerBest.js: * richtext-xinha/www/resources/xinha-nightly/modules/Gecko/paraHandlerDirty.js: * richtext-xinha/www/resources/xinha-nightly/modules/GetHtml/DOMwalk.js: * richtext-xinha/www/resources/xinha-nightly/modules/GetHtml/TransformInnerHTML.js: * richtext-xinha/www/resources/xinha-nightly/modules/GetHtml/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/modules/InlineStyler/InlineStyler.js: * richtext-xinha/www/resources/xinha-nightly/modules/InsertImage/dialog.html: * richtext-xinha/www/resources/xinha-nightly/modules/InsertImage/insert_image.html: * richtext-xinha/www/resources/xinha-nightly/modules/InsertImage/insert_image.js: * richtext-xinha/www/resources/xinha-nightly/modules/InsertImage/pluginMethods.js: * richtext-xinha/www/resources/xinha-nightly/modules/InsertTable/dialog.html: * richtext-xinha/www/resources/xinha-nightly/modules/InsertTable/insert_table.html: * richtext-xinha/www/resources/xinha-nightly/modules/InsertTable/insert_table.js: * richtext-xinha/www/resources/xinha-nightly/modules/InsertTable/pluginMethods.js: * richtext-xinha/www/resources/xinha-nightly/modules/InternetExplorer/InternetExplorer.js: * richtext-xinha/www/resources/xinha-nightly/modules/Opera/Opera.js: * richtext-xinha/www/resources/xinha-nightly/modules/WebKit/WebKit.js: * richtext-xinha/www/resources/xinha-nightly/panel-dialog.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/Abbreviation.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/abbr/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/abbr/en.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.css: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/img/ed_abbreviation.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/popups/abbreviation.html: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/background-image.js: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/blufur.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/palecnvs.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/ppplcnvs.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/blufur.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/palecnvs.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/ppplcnvs.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/ylwsand.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/ylwsand.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/img/ed_bgimage.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/popups/bgimage.html: * richtext-xinha/www/resources/xinha-nightly/plugins/CSS/CSS.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CSSDropdowns/CSSDropdowns.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CSSPicker/CSSPicker.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/CharCounter.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/CharacterMap.css: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/CharacterMap.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/img/ed_charmap.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/it.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/popups/select_character.html: * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/clientside-spellcheck.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/img/clientside-spellcheck.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/img/he-spell-check.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/1.pl: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/ContextMenu.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/el.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/he.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/menu.css: * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/DefinitionList.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/definition-list.css: * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/definition-list.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/img/ed_dd.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/img/ed_dl.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/img/ed_dt.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DoubleClick/DoubleClick.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/DynamicCSS.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/EditTag.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/edit-tag.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/img/ed_edit_tag.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/popups/edit_tag.html: * richtext-xinha/www/resources/xinha-nightly/plugins/EnterParagraphs/enter-paragraphs.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/ASCIIMathML.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/Equation.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/example.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/abs_value.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/diag_fraction.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/divide.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/dsp_greater_equal.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/dsp_less_equal.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/dsp_notequal.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/equation.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/equation.old.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/greater_equal_than.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/hor_fraction.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/less_equal_than.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/mul.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/notequal.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/parenthesis.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/root.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/square_root.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/popups/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/popups/operations.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/readme.txt: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/Classes/ExtendedFileManager.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/ExtendedFileManager.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/Readme.txt: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/EditorContent.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/ImageEditor.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dialog.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dragTableCols.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/hover.htc: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/imagelist.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/images.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/popup.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/slider.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/wz_jsgraphics.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/backend.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/config.inc.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/.htaccess: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/bikerpeep.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/linux/linux.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/wesnoth078.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/editor.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/editorFrame.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/extended-file-manager.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/file-picker.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/def.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/def_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/doc.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/doc_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/fla.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/fla_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/folder.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/folder_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/gif_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/gz.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/gz_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/html.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/html_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/jpg_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/js.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/js_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/mov.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/mov_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/pdf.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/pdf_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/php.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/php_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/png_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/ppt.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/ppt_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/rar.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/rar_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/txt.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/txt_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/xls.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/xls_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/zip.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/zip_small.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/images.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/1x1_transparent.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/2x2.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/2x2_w.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btnFolderNew.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btnFolderNew1.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btnFolderUp.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btnFolderUp1.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btn_cancel.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btn_ok.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/crop.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/default.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/div.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/dots.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/ed_linkfile.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/ed_linkfile1.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_active.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_copy.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_cut.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_paste.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_pencil.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_rename.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_trash.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/folder.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/hand.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/islocked2.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/locked.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/measure.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/noimages.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/rotate.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/save.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/scale.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/spacer.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/t_black.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/t_white.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/unlocked.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/unlocked2.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/unlocked_empty.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/da.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/manager.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/prompt.html: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/resizer.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/thumbs.php: * richtext-xinha/www/resources/xinha-nightly/plugins/Filter/filter.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Filter/filters/paragraph.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Filter/filters/word.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Filter/img/ed_filter.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Filter/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Filter/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Filter/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/FindReplace.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/find-replace.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/fr_engine.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/img/ed_find.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/popups/find_replace.html: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/FormOperations.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/README: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/default_form.html: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/form-operations.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/formmail.php: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/iframe.css: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/img/buttons.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/panel.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/Forms.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/forms.css: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_button.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_checkbox.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_fieldset.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_file.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_form.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_hidden.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_image.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_label.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_password.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_radio.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_reset.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_select.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_submit.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_text.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_textarea.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/popups/fieldset.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/popups/form.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/popups/input.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/popups/label.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/popups/select.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/FullPage.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/full-page.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/img/docprop.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/he.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/ro.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/popups/docprop.html: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/test.html: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/full-screen.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/GenericPlugin/GenericPlugin.js: * richtext-xinha/www/resources/xinha-nightly/plugins/GenericPlugin/generic-plugin.js: * richtext-xinha/www/resources/xinha-nightly/plugins/GetHtml/GetHtml.js: * richtext-xinha/www/resources/xinha-nightly/plugins/GetHtml/get-html.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/HorizontalRule.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/horizontal-rule.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/popups/edit_horizontal_rule.html: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlEntities/Entities.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlEntities/HtmlEntities.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlEntities/html-entities.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlEntities/iso-8859-1.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/README: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-config.cfg: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-logic.php: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/img/html-tidy.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/Flickr.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/JSON.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/JSON_Compat.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/ImageManager.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/README.txt: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/EditorContent.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/ImageEditor.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/hover.htc: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/imagelist.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/slider.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/wz_jsgraphics.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/backend.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/ddt.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/demo_images/.htaccess: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/demo_images/bikerpeep.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/demo_images/linux/.htaccess: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/demo_images/linux/linux.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/demo_images/wesnoth078.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/editor.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/flickr.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/image-picker.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/images.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/2x2.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/2x2_w.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/btnFolderNew.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/btnFolderUp.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/btn_cancel.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/btn_ok.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/crop.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/default.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/div.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/dots.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/edit_active.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/edit_pencil.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/edit_trash.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/folder.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/hand.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/islocked2.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/locked.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/measure.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/noimages.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/rotate.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/save.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/scale.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/spacer.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/t_black.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/t_white.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/unlocked.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/unlocked2.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/manager.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/newFolder.html: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/resizer.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/smart-image.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/swfobject/expressinstall.html: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/swfobject/swfobject.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/swfobject/swfobject_source.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/youtube.php: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/InsertAnchor.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/img/insert-anchor.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/img/placeholder.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.css: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/popups/insert_anchor.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/img/ed_marquee.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/insert-marquee.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/it.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/popups/insert_marquee.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertNote/InsertNote.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertNote/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertNote/img/insert-note.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/InsertPagebreak.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/img/pagebreak.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/insert-pagebreak.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/demo_pictures/bikerpeep.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/demo_pictures/wesnoth078.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/img/btn_open.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/img/nopic.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/insert-picture.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/viewpicture.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/InsertSmiley.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/README.txt: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/dialog.css: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/img/ed_smiley.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/insert-smiley.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/popups/insertsmiley.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys.txt: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0001.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0002.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0003.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0004.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0005.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0006.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0007.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0008.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0009.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0010.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0011.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0012.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0013.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0014.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0015.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0016.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0017.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0018.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0019.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0020.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0021.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0022.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0023.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0024.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0025.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0026.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0027.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0028.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0029.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0030.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0031.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0032.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0033.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0034.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0035.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0036.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0037.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0038.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0039.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0040.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0041.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0042.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0043.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0044.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0045.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0046.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0047.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0048.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0049.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0050.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0051.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0052.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0053.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0054.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0055.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0056.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0057.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0058.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0059.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0060.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0061.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0062.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0063.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0064.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0065.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0066.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0067.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0068.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0069.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0070.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0071.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0072.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0073.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0074.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0075.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0076.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0077.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0078.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0079.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0080.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0081.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0082.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0083.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0084.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0085.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0086.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0087.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0088.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0089.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0090.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0091.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0092.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0093.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0094.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0095.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0096.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0097.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0098.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0099.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0100.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0101.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0102.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0103.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0104.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0105.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0106.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0107.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0108.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0109.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0110.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0111.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0112.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0113.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0114.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0115.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0116.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0117.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0118.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0119.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0120.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0121.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0122.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0123.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0124.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0125.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0126.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0127.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0128.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0129.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0130.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0131.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0132.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0133.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0134.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0135.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0136.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0137.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0138.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0139.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0140.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0141.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0142.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0143.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0144.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0145.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0146.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0147.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0148.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0149.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0150.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0151.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0152.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0153.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0154.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0155.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0156.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0157.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0158.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0159.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0160.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0161.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0162.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0163.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0164.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0165.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0166.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0167.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0168.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0169.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0170.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0171.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0172.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0173.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0174.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0175.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0176.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0177.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0178.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0179.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0180.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0181.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0182.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0183.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0184.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0185.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0186.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0187.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0188.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0189.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0190.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0191.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0192.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0193.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0194.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0195.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0196.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0197.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0198.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0199.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0200.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0201.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0202.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0203.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0204.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0205.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0206.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0207.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0208.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0209.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0210.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0211.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0212.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0213.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0214.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0215.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0216.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0217.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0218.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0219.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0220.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0221.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0222.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0223.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0224.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0225.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0226.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0227.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0228.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0229.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0230.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0231.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0232.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0233.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0234.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0235.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0236.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0237.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0238.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0239.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0240.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0241.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0242.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0243.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0244.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0245.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0246.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0247.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0248.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0249.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0250.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0251.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0252.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0253.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0254.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0255.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0256.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0257.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0258.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0259.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0260.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0261.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0262.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0263.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0264.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0265.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0266.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0267.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0268.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0269.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0270.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0271.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0272.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0273.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0274.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0275.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0276.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0277.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0278.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0279.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0280.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0281.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0282.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0283.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0284.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0285.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0286.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0287.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0288.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0289.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0290.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0291.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0292.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0293.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0294.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0295.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0296.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0297.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0298.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0299.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0300.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0301.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0302.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0303.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0304.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0305.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0306.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0307.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0308.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0309.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0310.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0311.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0312.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0313.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0314.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0315.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0316.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0317.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0318.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0319.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0320.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0321.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0322.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0323.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0324.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0325.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0326.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0327.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0328.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0329.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0330.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0331.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0332.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0333.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0334.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0335.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0336.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0337.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0338.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0339.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0340.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0341.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0342.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0343.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0344.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0345.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0346.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0347.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0348.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0349.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0350.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0351.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0352.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0353.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0354.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0355.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0356.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0357.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0358.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0359.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0360.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0361.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0362.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0363.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0364.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0365.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0366.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0367.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0368.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0369.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0370.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0371.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0372.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0373.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0374.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0375.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0376.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0377.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0378.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0379.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0380.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0381.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0382.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0383.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0384.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0385.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0386.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0387.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0388.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0389.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0390.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0391.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0392.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0393.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0394.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0395.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0396.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0397.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0398.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0399.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0400.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0401.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0402.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0403.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0404.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0405.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0406.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0407.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0408.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0409.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0410.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0411.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0412.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0413.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0414.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0415.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0416.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0417.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0418.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0419.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0420.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0421.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0422.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0423.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0424.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0425.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0426.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0427.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0428.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0429.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0430.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0431.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0432.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0433.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0434.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0435.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0436.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0437.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0438.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0439.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0440.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0441.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0442.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0443.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0444.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0445.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0446.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0447.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0448.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0449.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0450.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0451.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0452.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0453.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0454.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0455.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0456.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0457.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0458.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0459.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0460.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0461.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0462.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0463.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0464.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0465.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0466.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0467.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0468.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0469.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0470.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0471.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0472.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0473.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0474.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0475.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0476.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0477.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0478.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0479.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0480.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0481.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0482.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0483.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0484.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0485.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0486.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0487.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0488.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0489.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0490.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0491.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0492.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0493.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0494.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0495.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0496.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0497.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0498.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0499.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0500.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0501.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0502.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0503.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0504.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0505.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0506.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0507.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0508.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0509.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0510.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0511.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0512.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0513.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0514.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0515.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0516.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0517.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0518.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0519.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0520.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0521.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0522.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0523.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0524.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0525.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0526.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0527.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0528.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0529.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0530.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0531.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0532.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0533.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0534.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0535.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0536.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0537.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0538.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0539.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0540.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0541.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0542.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0543.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0544.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0545.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0546.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0547.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0548.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0549.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0550.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0551.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0552.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0553.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0554.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0555.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0556.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0557.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0558.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0559.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0560.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0561.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0562.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0563.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0564.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0565.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0566.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0567.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0568.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0569.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0570.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0571.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0572.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0573.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0574.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0575.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0576.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0577.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0578.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0579.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0580.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Angry.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Cool.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Excited.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Grin.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Pleased.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Sad.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Surprised.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Wink.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/smileys.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/smileys.php: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/InsertSnippet.css: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/InsertSnippet.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/demosnippets.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/img/ed_snippet.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/insert-snippet.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/popups/insertsnippet.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/readme.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.php: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/InsertSnippet.css: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/InsertSnippet2.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/1.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/10.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/11.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/12.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/13.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/14.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/15.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/16.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/2.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/3.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/4.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/5.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/6.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/7.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/8.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/9.PNG: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/ed_snippet.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/readme.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/snippets.php: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/snippets.xml: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertWords/InsertWords.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertWords/insert-words.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/LangMarks.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/img/el.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/img/en.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/img/fr.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/img/la.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.css: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/Linker.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/api.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.css: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/example01.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/base.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/cd.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/copy.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/empty.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/folder.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/folderopen.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/globe.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/imgfolder.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/join.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/joinbottom.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/line.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/minus.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/minusbottom.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/move.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/musicfolder.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/nolines_minus.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/nolines_plus.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/offline.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/offline.png: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/page.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/plus.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/plusbottom.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/question.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/trash.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/link-picker.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/pluginMethods.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/scan.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/ListType.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/ListType.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/circle.png: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/decimal.png: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/disc.png: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/lower-alpha.png: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/lower-roman.png: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/none.png: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/square.png: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/upper-alpha.png: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/upper-roman.png: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/list-type.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/MootoolsFileManager.FileManager.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/MootoolsFileManager.ImageManager.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/MootoolsFileManager.css: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/MootoolsFileManager.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/README.DEVELOPERS: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/backend.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/config.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/7z.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/ace.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/as.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/bat.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/bmp.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/cmd.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/default.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/dir.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/dir_up.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/doc.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/docx.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/exe.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/flv.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/gif.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/gz.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/html.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/ini.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/iso.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/jpeg.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/jpg.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/js.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/lnk.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/mp3.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/odp.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/ods.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/odt.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/pdf.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/php.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/png.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/ppt.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/rar.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/rb.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/sql.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/swf.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/tar.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/wmv.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/xls.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/xlsx.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/zip.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/add.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/bar.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/button.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/button_disabled.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/cancel.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/checkbox.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/destroy.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/disk.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/filelist.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/filelist_selected.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/loader.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/menu.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/progress.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/rename.png: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/getid3.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.gzip.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.szip.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.tar.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.zip.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.asf.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.flv.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.mpeg.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.nsv.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.quicktime.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.real.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.riff.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.swf.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.aac_adif.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.aac_adts.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.ac3.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.au.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.avr.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.bonk.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.dts.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.la.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.lpac.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.midi.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.monkey.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.mp3.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.mpc.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.mpc_old.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.optimfrog.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.rkau.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.shorten.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.tta.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.voc.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.vqf.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.wavpack.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.xiph.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.bmp.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.gif.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.jpeg.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.pcd.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.png.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.tiff.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.lib.data_hash.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.lib.iconv_replacement.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.lib.image_size.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.misc.iso.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.apetag.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.id3v1.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.id3v2.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.lyrics3.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/FileManager.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Image.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/MimeTypes.ini: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Upload.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Css/Additions.css: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Css/FileManager.css: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/Files/Test/smurfs.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/index.html: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/manager.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/mootools-core.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/mootools-more.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/selectImage.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/tinymce.html: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/LICENSE: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.cs.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.da.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.en.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.fi.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.it.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.pt.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.se.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/README.md: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Additions.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/FileManager.TinyMCE.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/FileManager.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Gallery.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Uploader.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Uploader/Fx.ProgressBar.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Uploader/Swiff.Uploader.js: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/package.yml: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/img/note.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/note-server.js: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/popups/codenote.html: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsAttach/img/close.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsAttach/img/insert-ilink.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsAttach/img/insert-image.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsAttach/img/qmark.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsAttach/img/up.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.css: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/OacsFs.js: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.adp: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.tcl: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/img/close.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/img/insert-ilink.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/img/insert-image.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/img/insert-wlink.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/img/qmark.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/img/up.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/lang/empty: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/lang/en.js: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.css: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/blank.html: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.tcl: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.adp: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.tcl: * richtext-xinha/www/resources/xinha-nightly/plugins/PSFixed/PSFixed.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PSLocal/PSLocal.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PSLocal/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/PSLocal/gears_init.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PSServer/PSServer.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PSServer/backend.php: * richtext-xinha/www/resources/xinha-nightly/plugins/PSServer/config.inc.php: * richtext-xinha/www/resources/xinha-nightly/plugins/PSServer/demo_images/.htaccess: * richtext-xinha/www/resources/xinha-nightly/plugins/PSServer/demo_images/bikerpeep.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/PSServer/demo_images/linux/linux.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/PSServer/demo_images/wesnoth078.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/PasteText.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/img/ed_paste_text.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/paste-text.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/popups/paste_text.html: * richtext-xinha/www/resources/xinha-nightly/plugins/PersistentStorage/PersistentStorage.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PersistentStorage/dialog.css: * richtext-xinha/www/resources/xinha-nightly/plugins/PersistentStorage/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/PreserveScripts/PreserveScripts.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PreserveScripts/js.png: * richtext-xinha/www/resources/xinha-nightly/plugins/PreserveScripts/php.png: * richtext-xinha/www/resources/xinha-nightly/plugins/PreserveScripts/php.svg: * richtext-xinha/www/resources/xinha-nightly/plugins/PreserveScripts/preserve-scripts.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/QuickTag.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/img/ed_quicktag.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/popups/quicktag.html: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/quick-tag.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/tag-lib.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveOnBlur/SaveOnBlur.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/README.txt: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/SaveSubmit.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/img/ed_save_green.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/img/ed_save_red.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/save-submit.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/SetId.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/img/placeholder.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/img/set-id.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/popups/set_id.html: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/set-id.css: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/set-id.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/SmartReplace.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/img/SmartReplace.svg: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/img/smartquotes.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/img/smartquotes.png: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/popups/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/readme.txt: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/smart-replace.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/README: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/SpellChecker.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/aspell_setup.php: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/img/he-spell-check.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/img/spell-check.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/cz.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/da.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/he.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/hu.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/ro.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/readme-tech.html: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.php: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-savedicts.php: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-style.css: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/Stylist.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/SuperClean.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/filters/paragraph.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/filters/word.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/img/ed_superclean.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/da.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/pluginMethods.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/super-clean.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/tidy.php: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/TableOperations.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/cell-delete.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/cell-insert-after.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/cell-insert-before.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/cell-merge.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/cell-prop.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/cell-split.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/col-delete.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/col-insert-after.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/col-insert-before.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/col-split.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/row-delete.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/row-insert-above.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/row-insert-under.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/row-prop.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/row-split.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/table-prop.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/cz.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/da.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/el.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/fi.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/he.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/it.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/ro.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/popups/dialogMergeCells.html: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/popups/dialogRowCell.html: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/popups/dialogTable.html: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/popups/merge_cells.html: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/img/ed_template.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/img/layout_01.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/img/layout_02.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/img/layout_03.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/it.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/popups/template.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/template.css: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/template.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/UnFormat.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/img/unformat.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/popups/unformat.html: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/un-format.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnsavedChanges/UnsavedChanges.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnsavedChanges/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnsavedChanges/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnsavedChanges/lang/fr_ca.js: * richtext-xinha/www/resources/xinha-nightly/plugins/WysiwygWrap/WysiwygWrap.js: * richtext-xinha/www/resources/xinha-nightly/popupdiv.js: * richtext-xinha/www/resources/xinha-nightly/popups/about.html: * richtext-xinha/www/resources/xinha-nightly/popups/blank.html: * richtext-xinha/www/resources/xinha-nightly/popups/color_picker.js: * richtext-xinha/www/resources/xinha-nightly/popups/custom2.html: * richtext-xinha/www/resources/xinha-nightly/popups/editor_help.html: * richtext-xinha/www/resources/xinha-nightly/popups/insert_image.html: * richtext-xinha/www/resources/xinha-nightly/popups/insert_image.js: * richtext-xinha/www/resources/xinha-nightly/popups/insert_table.html: * richtext-xinha/www/resources/xinha-nightly/popups/link.html: * richtext-xinha/www/resources/xinha-nightly/popups/link.js: * richtext-xinha/www/resources/xinha-nightly/popups/old_insert_image.html: * richtext-xinha/www/resources/xinha-nightly/popups/popup.css: * richtext-xinha/www/resources/xinha-nightly/popups/popup.js: * richtext-xinha/www/resources/xinha-nightly/popups/select_color.html: * richtext-xinha/www/resources/xinha-nightly/popupwin.js: * richtext-xinha/www/resources/xinha-nightly/release-notes.txt: * richtext-xinha/www/resources/xinha-nightly/skins/blue-look/button-background.png: * richtext-xinha/www/resources/xinha-nightly/skins/blue-look/separator.gif: * richtext-xinha/www/resources/xinha-nightly/skins/blue-look/skin.css: * richtext-xinha/www/resources/xinha-nightly/skins/blue-look/skin.xml: * richtext-xinha/www/resources/xinha-nightly/skins/blue-metallic/button-background.png: * richtext-xinha/www/resources/xinha-nightly/skins/blue-metallic/separator.gif: * richtext-xinha/www/resources/xinha-nightly/skins/blue-metallic/skin.css: * richtext-xinha/www/resources/xinha-nightly/skins/green-look/button-background.gif: * richtext-xinha/www/resources/xinha-nightly/skins/green-look/button-background.png: * richtext-xinha/www/resources/xinha-nightly/skins/green-look/separator.gif: * richtext-xinha/www/resources/xinha-nightly/skins/green-look/skin.css: * richtext-xinha/www/resources/xinha-nightly/skins/inditreuse/README: * richtext-xinha/www/resources/xinha-nightly/skins/inditreuse/back.png: * richtext-xinha/www/resources/xinha-nightly/skins/inditreuse/button-background.png: * richtext-xinha/www/resources/xinha-nightly/skins/inditreuse/hover.png: * richtext-xinha/www/resources/xinha-nightly/skins/inditreuse/selected.png: * richtext-xinha/www/resources/xinha-nightly/skins/inditreuse/separator.png: * richtext-xinha/www/resources/xinha-nightly/skins/inditreuse/skin.css: * richtext-xinha/www/resources/xinha-nightly/skins/silva/dialog.jpg: * richtext-xinha/www/resources/xinha-nightly/skins/silva/html.gif: * richtext-xinha/www/resources/xinha-nightly/skins/silva/skin.css: * richtext-xinha/www/resources/xinha-nightly/skins/silva/skin.xml: * richtext-xinha/www/resources/xinha-nightly/skins/silva/statusbar.png: * richtext-xinha/www/resources/xinha-nightly/skins/silva/toolbar.png: * richtext-xinha/www/resources/xinha-nightly/skins/titan/README: * richtext-xinha/www/resources/xinha-nightly/skins/titan/back.png: * richtext-xinha/www/resources/xinha-nightly/skins/titan/button-background.png: * richtext-xinha/www/resources/xinha-nightly/skins/titan/hover.png: * richtext-xinha/www/resources/xinha-nightly/skins/titan/selected.png: * richtext-xinha/www/resources/xinha-nightly/skins/titan/separator.png: * richtext-xinha/www/resources/xinha-nightly/skins/titan/skin.css: * richtext-xinha/www/resources/xinha-nightly/skins/xp-blue/back.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-blue/button-background.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-blue/hover.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-blue/selected.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-blue/separator.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-blue/skin.css: * richtext-xinha/www/resources/xinha-nightly/skins/xp-green/back.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-green/button-background.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-green/hover.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-green/selected.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-green/separator.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-green/skin.css: - initial commit of richtext editor plugin for integrating Xinha with acs-templating * acs-templating/acs-templating.info: * acs-templating/tcl/richtext-procs.tcl: - provide a plugin interface for richtext editors - bump version number to 5.9.1d2 * acs-bootstrap-installer/acs-bootstrap-installer.info: * acs-bootstrap-installer/installer/www/blank-master.tcl: - simplify blank-master (replace per richtext-editor hacks by new plugin interface) - bump version number to 5.9.1d2 * richtext-ckeditor4/richtext-ckeditor4.info: - white-space change * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/.htaccess: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/demo_images/.htaccess: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/demo_images/linux/.htaccess: * richtext-xinha/www/resources/xinha-nightly/plugins/PSServer/demo_images/.htaccess: branches: 1.1.2; file .htaccess was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0001.gif: branches: 1.1.2; file 0001.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0002.gif: branches: 1.1.2; file 0002.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0003.gif: branches: 1.1.2; file 0003.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0004.gif: branches: 1.1.2; file 0004.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0005.gif: branches: 1.1.2; file 0005.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0006.gif: branches: 1.1.2; file 0006.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0007.gif: branches: 1.1.2; file 0007.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0008.gif: branches: 1.1.2; file 0008.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0009.gif: branches: 1.1.2; file 0009.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0010.gif: branches: 1.1.2; file 0010.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0011.gif: branches: 1.1.2; file 0011.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0012.gif: branches: 1.1.2; file 0012.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0013.gif: branches: 1.1.2; file 0013.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0014.gif: branches: 1.1.2; file 0014.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0015.gif: branches: 1.1.2; file 0015.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0016.gif: branches: 1.1.2; file 0016.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0017.gif: branches: 1.1.2; file 0017.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0018.gif: branches: 1.1.2; file 0018.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0019.gif: branches: 1.1.2; file 0019.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0020.gif: branches: 1.1.2; file 0020.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0021.gif: branches: 1.1.2; file 0021.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0022.gif: branches: 1.1.2; file 0022.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0023.gif: branches: 1.1.2; file 0023.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0024.gif: branches: 1.1.2; file 0024.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0025.gif: branches: 1.1.2; file 0025.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0026.gif: branches: 1.1.2; file 0026.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0027.gif: branches: 1.1.2; file 0027.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0028.gif: branches: 1.1.2; file 0028.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0029.gif: branches: 1.1.2; file 0029.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0030.gif: branches: 1.1.2; file 0030.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0031.gif: branches: 1.1.2; file 0031.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0032.gif: branches: 1.1.2; file 0032.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0033.gif: branches: 1.1.2; file 0033.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0034.gif: branches: 1.1.2; file 0034.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0035.gif: branches: 1.1.2; file 0035.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0036.gif: branches: 1.1.2; file 0036.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0037.gif: branches: 1.1.2; file 0037.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0038.gif: branches: 1.1.2; file 0038.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0039.gif: branches: 1.1.2; file 0039.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0040.gif: branches: 1.1.2; file 0040.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0041.gif: branches: 1.1.2; file 0041.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0042.gif: branches: 1.1.2; file 0042.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0043.gif: branches: 1.1.2; file 0043.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0044.gif: branches: 1.1.2; file 0044.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0045.gif: branches: 1.1.2; file 0045.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0046.gif: branches: 1.1.2; file 0046.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0047.gif: branches: 1.1.2; file 0047.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0048.gif: branches: 1.1.2; file 0048.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0049.gif: branches: 1.1.2; file 0049.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0050.gif: branches: 1.1.2; file 0050.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0051.gif: branches: 1.1.2; file 0051.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0052.gif: branches: 1.1.2; file 0052.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0053.gif: branches: 1.1.2; file 0053.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0054.gif: branches: 1.1.2; file 0054.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0055.gif: branches: 1.1.2; file 0055.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0056.gif: branches: 1.1.2; file 0056.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0057.gif: branches: 1.1.2; file 0057.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0058.gif: branches: 1.1.2; file 0058.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0059.gif: branches: 1.1.2; file 0059.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0060.gif: branches: 1.1.2; file 0060.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0061.gif: branches: 1.1.2; file 0061.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0062.gif: branches: 1.1.2; file 0062.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0063.gif: branches: 1.1.2; file 0063.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0064.gif: branches: 1.1.2; file 0064.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0065.gif: branches: 1.1.2; file 0065.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0066.gif: branches: 1.1.2; file 0066.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0067.gif: branches: 1.1.2; file 0067.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0068.gif: branches: 1.1.2; file 0068.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0069.gif: branches: 1.1.2; file 0069.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0070.gif: branches: 1.1.2; file 0070.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0071.gif: branches: 1.1.2; file 0071.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0072.gif: branches: 1.1.2; file 0072.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0073.gif: branches: 1.1.2; file 0073.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0074.gif: branches: 1.1.2; file 0074.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0075.gif: branches: 1.1.2; file 0075.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0076.gif: branches: 1.1.2; file 0076.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0077.gif: branches: 1.1.2; file 0077.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0078.gif: branches: 1.1.2; file 0078.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0079.gif: branches: 1.1.2; file 0079.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0080.gif: branches: 1.1.2; file 0080.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0081.gif: branches: 1.1.2; file 0081.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0082.gif: branches: 1.1.2; file 0082.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0083.gif: branches: 1.1.2; file 0083.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0084.gif: branches: 1.1.2; file 0084.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0085.gif: branches: 1.1.2; file 0085.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0086.gif: branches: 1.1.2; file 0086.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0087.gif: branches: 1.1.2; file 0087.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0088.gif: branches: 1.1.2; file 0088.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0089.gif: branches: 1.1.2; file 0089.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0090.gif: branches: 1.1.2; file 0090.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0091.gif: branches: 1.1.2; file 0091.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0092.gif: branches: 1.1.2; file 0092.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0093.gif: branches: 1.1.2; file 0093.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0094.gif: branches: 1.1.2; file 0094.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0095.gif: branches: 1.1.2; file 0095.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0096.gif: branches: 1.1.2; file 0096.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0097.gif: branches: 1.1.2; file 0097.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0098.gif: branches: 1.1.2; file 0098.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0099.gif: branches: 1.1.2; file 0099.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0100.gif: branches: 1.1.2; file 0100.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0101.gif: branches: 1.1.2; file 0101.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0102.gif: branches: 1.1.2; file 0102.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0103.gif: branches: 1.1.2; file 0103.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0104.gif: branches: 1.1.2; file 0104.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0105.gif: branches: 1.1.2; file 0105.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0106.gif: branches: 1.1.2; file 0106.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0107.gif: branches: 1.1.2; file 0107.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0108.gif: branches: 1.1.2; file 0108.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0109.gif: branches: 1.1.2; file 0109.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0110.gif: branches: 1.1.2; file 0110.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0111.gif: branches: 1.1.2; file 0111.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0112.gif: branches: 1.1.2; file 0112.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0113.gif: branches: 1.1.2; file 0113.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0114.gif: branches: 1.1.2; file 0114.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0115.gif: branches: 1.1.2; file 0115.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0116.gif: branches: 1.1.2; file 0116.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0117.gif: branches: 1.1.2; file 0117.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0118.gif: branches: 1.1.2; file 0118.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0119.gif: branches: 1.1.2; file 0119.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0120.gif: branches: 1.1.2; file 0120.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0121.gif: branches: 1.1.2; file 0121.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0122.gif: branches: 1.1.2; file 0122.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0123.gif: branches: 1.1.2; file 0123.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0124.gif: branches: 1.1.2; file 0124.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0125.gif: branches: 1.1.2; file 0125.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0126.gif: branches: 1.1.2; file 0126.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0127.gif: branches: 1.1.2; file 0127.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0128.gif: branches: 1.1.2; file 0128.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0129.gif: branches: 1.1.2; file 0129.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0130.gif: branches: 1.1.2; file 0130.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0131.gif: branches: 1.1.2; file 0131.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0132.gif: branches: 1.1.2; file 0132.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0133.gif: branches: 1.1.2; file 0133.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0134.gif: branches: 1.1.2; file 0134.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0135.gif: branches: 1.1.2; file 0135.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0136.gif: branches: 1.1.2; file 0136.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0137.gif: branches: 1.1.2; file 0137.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0138.gif: branches: 1.1.2; file 0138.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0139.gif: branches: 1.1.2; file 0139.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0140.gif: branches: 1.1.2; file 0140.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0141.gif: branches: 1.1.2; file 0141.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0142.gif: branches: 1.1.2; file 0142.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0143.gif: branches: 1.1.2; file 0143.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0144.gif: branches: 1.1.2; file 0144.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0145.gif: branches: 1.1.2; file 0145.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0146.gif: branches: 1.1.2; file 0146.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0147.gif: branches: 1.1.2; file 0147.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0148.gif: branches: 1.1.2; file 0148.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0149.gif: branches: 1.1.2; file 0149.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0150.gif: branches: 1.1.2; file 0150.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0151.gif: branches: 1.1.2; file 0151.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0152.gif: branches: 1.1.2; file 0152.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0153.gif: branches: 1.1.2; file 0153.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0154.gif: branches: 1.1.2; file 0154.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0155.gif: branches: 1.1.2; file 0155.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0156.gif: branches: 1.1.2; file 0156.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0157.gif: branches: 1.1.2; file 0157.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0158.gif: branches: 1.1.2; file 0158.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0159.gif: branches: 1.1.2; file 0159.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0160.gif: branches: 1.1.2; file 0160.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0161.gif: branches: 1.1.2; file 0161.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0162.gif: branches: 1.1.2; file 0162.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0163.gif: branches: 1.1.2; file 0163.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0164.gif: branches: 1.1.2; file 0164.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0165.gif: branches: 1.1.2; file 0165.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0166.gif: branches: 1.1.2; file 0166.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0167.gif: branches: 1.1.2; file 0167.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0168.gif: branches: 1.1.2; file 0168.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0169.gif: branches: 1.1.2; file 0169.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0170.gif: branches: 1.1.2; file 0170.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0171.gif: branches: 1.1.2; file 0171.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0172.gif: branches: 1.1.2; file 0172.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0173.gif: branches: 1.1.2; file 0173.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0174.gif: branches: 1.1.2; file 0174.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0175.gif: branches: 1.1.2; file 0175.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0176.gif: branches: 1.1.2; file 0176.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0177.gif: branches: 1.1.2; file 0177.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0178.gif: branches: 1.1.2; file 0178.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0179.gif: branches: 1.1.2; file 0179.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0180.gif: branches: 1.1.2; file 0180.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0181.gif: branches: 1.1.2; file 0181.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0182.gif: branches: 1.1.2; file 0182.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0183.gif: branches: 1.1.2; file 0183.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0184.gif: branches: 1.1.2; file 0184.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0185.gif: branches: 1.1.2; file 0185.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0186.gif: branches: 1.1.2; file 0186.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0187.gif: branches: 1.1.2; file 0187.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0188.gif: branches: 1.1.2; file 0188.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0189.gif: branches: 1.1.2; file 0189.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0190.gif: branches: 1.1.2; file 0190.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0191.gif: branches: 1.1.2; file 0191.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0192.gif: branches: 1.1.2; file 0192.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0193.gif: branches: 1.1.2; file 0193.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0194.gif: branches: 1.1.2; file 0194.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0195.gif: branches: 1.1.2; file 0195.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0196.gif: branches: 1.1.2; file 0196.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0197.gif: branches: 1.1.2; file 0197.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0198.gif: branches: 1.1.2; file 0198.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0199.gif: branches: 1.1.2; file 0199.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0200.gif: branches: 1.1.2; file 0200.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0201.gif: branches: 1.1.2; file 0201.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0202.gif: branches: 1.1.2; file 0202.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0203.gif: branches: 1.1.2; file 0203.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0204.gif: branches: 1.1.2; file 0204.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0205.gif: branches: 1.1.2; file 0205.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0206.gif: branches: 1.1.2; file 0206.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0207.gif: branches: 1.1.2; file 0207.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0208.gif: branches: 1.1.2; file 0208.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0209.gif: branches: 1.1.2; file 0209.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0210.gif: branches: 1.1.2; file 0210.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0211.gif: branches: 1.1.2; file 0211.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0212.gif: branches: 1.1.2; file 0212.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0213.gif: branches: 1.1.2; file 0213.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0214.gif: branches: 1.1.2; file 0214.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0215.gif: branches: 1.1.2; file 0215.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0216.gif: branches: 1.1.2; file 0216.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0217.gif: branches: 1.1.2; file 0217.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0218.gif: branches: 1.1.2; file 0218.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0219.gif: branches: 1.1.2; file 0219.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0220.gif: branches: 1.1.2; file 0220.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0221.gif: branches: 1.1.2; file 0221.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0222.gif: branches: 1.1.2; file 0222.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0223.gif: branches: 1.1.2; file 0223.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0224.gif: branches: 1.1.2; file 0224.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0225.gif: branches: 1.1.2; file 0225.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0226.gif: branches: 1.1.2; file 0226.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0227.gif: branches: 1.1.2; file 0227.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0228.gif: branches: 1.1.2; file 0228.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0229.gif: branches: 1.1.2; file 0229.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0230.gif: branches: 1.1.2; file 0230.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0231.gif: branches: 1.1.2; file 0231.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0232.gif: branches: 1.1.2; file 0232.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0233.gif: branches: 1.1.2; file 0233.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0234.gif: branches: 1.1.2; file 0234.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0235.gif: branches: 1.1.2; file 0235.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0236.gif: branches: 1.1.2; file 0236.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0237.gif: branches: 1.1.2; file 0237.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0238.gif: branches: 1.1.2; file 0238.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0239.gif: branches: 1.1.2; file 0239.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0240.gif: branches: 1.1.2; file 0240.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0241.gif: branches: 1.1.2; file 0241.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0242.gif: branches: 1.1.2; file 0242.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0243.gif: branches: 1.1.2; file 0243.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0244.gif: branches: 1.1.2; file 0244.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0245.gif: branches: 1.1.2; file 0245.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0246.gif: branches: 1.1.2; file 0246.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0247.gif: branches: 1.1.2; file 0247.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0248.gif: branches: 1.1.2; file 0248.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0249.gif: branches: 1.1.2; file 0249.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0250.gif: branches: 1.1.2; file 0250.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0251.gif: branches: 1.1.2; file 0251.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0252.gif: branches: 1.1.2; file 0252.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0253.gif: branches: 1.1.2; file 0253.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0254.gif: branches: 1.1.2; file 0254.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0255.gif: branches: 1.1.2; file 0255.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0256.gif: branches: 1.1.2; file 0256.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0257.gif: branches: 1.1.2; file 0257.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0258.gif: branches: 1.1.2; file 0258.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0259.gif: branches: 1.1.2; file 0259.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0260.gif: branches: 1.1.2; file 0260.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0261.gif: branches: 1.1.2; file 0261.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0262.gif: branches: 1.1.2; file 0262.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0263.gif: branches: 1.1.2; file 0263.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0264.gif: branches: 1.1.2; file 0264.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0265.gif: branches: 1.1.2; file 0265.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0266.gif: branches: 1.1.2; file 0266.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0267.gif: branches: 1.1.2; file 0267.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0268.gif: branches: 1.1.2; file 0268.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0269.gif: branches: 1.1.2; file 0269.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0270.gif: branches: 1.1.2; file 0270.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0271.gif: branches: 1.1.2; file 0271.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0272.gif: branches: 1.1.2; file 0272.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0273.gif: branches: 1.1.2; file 0273.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0274.gif: branches: 1.1.2; file 0274.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0275.gif: branches: 1.1.2; file 0275.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0276.gif: branches: 1.1.2; file 0276.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0277.gif: branches: 1.1.2; file 0277.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0278.gif: branches: 1.1.2; file 0278.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0279.gif: branches: 1.1.2; file 0279.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0280.gif: branches: 1.1.2; file 0280.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0281.gif: branches: 1.1.2; file 0281.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0282.gif: branches: 1.1.2; file 0282.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0283.gif: branches: 1.1.2; file 0283.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0284.gif: branches: 1.1.2; file 0284.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0285.gif: branches: 1.1.2; file 0285.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0286.gif: branches: 1.1.2; file 0286.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0287.gif: branches: 1.1.2; file 0287.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0288.gif: branches: 1.1.2; file 0288.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0289.gif: branches: 1.1.2; file 0289.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0290.gif: branches: 1.1.2; file 0290.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0291.gif: branches: 1.1.2; file 0291.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0292.gif: branches: 1.1.2; file 0292.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0293.gif: branches: 1.1.2; file 0293.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0294.gif: branches: 1.1.2; file 0294.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0295.gif: branches: 1.1.2; file 0295.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0296.gif: branches: 1.1.2; file 0296.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0297.gif: branches: 1.1.2; file 0297.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0298.gif: branches: 1.1.2; file 0298.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0299.gif: branches: 1.1.2; file 0299.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0300.gif: branches: 1.1.2; file 0300.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0301.gif: branches: 1.1.2; file 0301.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0302.gif: branches: 1.1.2; file 0302.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0303.gif: branches: 1.1.2; file 0303.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0304.gif: branches: 1.1.2; file 0304.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0305.gif: branches: 1.1.2; file 0305.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0306.gif: branches: 1.1.2; file 0306.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0307.gif: branches: 1.1.2; file 0307.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0308.gif: branches: 1.1.2; file 0308.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0309.gif: branches: 1.1.2; file 0309.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0310.gif: branches: 1.1.2; file 0310.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0311.gif: branches: 1.1.2; file 0311.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0312.gif: branches: 1.1.2; file 0312.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0313.gif: branches: 1.1.2; file 0313.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0314.gif: branches: 1.1.2; file 0314.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0315.gif: branches: 1.1.2; file 0315.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0316.gif: branches: 1.1.2; file 0316.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0317.gif: branches: 1.1.2; file 0317.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0318.gif: branches: 1.1.2; file 0318.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0319.gif: branches: 1.1.2; file 0319.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0320.gif: branches: 1.1.2; file 0320.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0321.gif: branches: 1.1.2; file 0321.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0322.gif: branches: 1.1.2; file 0322.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0323.gif: branches: 1.1.2; file 0323.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0324.gif: branches: 1.1.2; file 0324.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0325.gif: branches: 1.1.2; file 0325.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0326.gif: branches: 1.1.2; file 0326.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0327.gif: branches: 1.1.2; file 0327.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0328.gif: branches: 1.1.2; file 0328.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0329.gif: branches: 1.1.2; file 0329.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0330.gif: branches: 1.1.2; file 0330.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0331.gif: branches: 1.1.2; file 0331.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0332.gif: branches: 1.1.2; file 0332.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0333.gif: branches: 1.1.2; file 0333.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0334.gif: branches: 1.1.2; file 0334.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0335.gif: branches: 1.1.2; file 0335.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0336.gif: branches: 1.1.2; file 0336.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0337.gif: branches: 1.1.2; file 0337.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0338.gif: branches: 1.1.2; file 0338.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0339.gif: branches: 1.1.2; file 0339.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0340.gif: branches: 1.1.2; file 0340.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0341.gif: branches: 1.1.2; file 0341.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0342.gif: branches: 1.1.2; file 0342.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0343.gif: branches: 1.1.2; file 0343.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0344.gif: branches: 1.1.2; file 0344.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0345.gif: branches: 1.1.2; file 0345.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0346.gif: branches: 1.1.2; file 0346.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0347.gif: branches: 1.1.2; file 0347.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0348.gif: branches: 1.1.2; file 0348.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0349.gif: branches: 1.1.2; file 0349.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0350.gif: branches: 1.1.2; file 0350.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0351.gif: branches: 1.1.2; file 0351.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0352.gif: branches: 1.1.2; file 0352.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0353.gif: branches: 1.1.2; file 0353.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0354.gif: branches: 1.1.2; file 0354.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0355.gif: branches: 1.1.2; file 0355.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0356.gif: branches: 1.1.2; file 0356.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0357.gif: branches: 1.1.2; file 0357.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0358.gif: branches: 1.1.2; file 0358.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0359.gif: branches: 1.1.2; file 0359.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0360.gif: branches: 1.1.2; file 0360.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0361.gif: branches: 1.1.2; file 0361.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0362.gif: branches: 1.1.2; file 0362.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0363.gif: branches: 1.1.2; file 0363.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0364.gif: branches: 1.1.2; file 0364.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0365.gif: branches: 1.1.2; file 0365.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0366.gif: branches: 1.1.2; file 0366.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0367.gif: branches: 1.1.2; file 0367.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0368.gif: branches: 1.1.2; file 0368.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0369.gif: branches: 1.1.2; file 0369.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0370.gif: branches: 1.1.2; file 0370.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0371.gif: branches: 1.1.2; file 0371.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0372.gif: branches: 1.1.2; file 0372.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0373.gif: branches: 1.1.2; file 0373.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0374.gif: branches: 1.1.2; file 0374.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0375.gif: branches: 1.1.2; file 0375.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0376.gif: branches: 1.1.2; file 0376.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0377.gif: branches: 1.1.2; file 0377.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0378.gif: branches: 1.1.2; file 0378.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0379.gif: branches: 1.1.2; file 0379.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0380.gif: branches: 1.1.2; file 0380.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0381.gif: branches: 1.1.2; file 0381.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0382.gif: branches: 1.1.2; file 0382.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0383.gif: branches: 1.1.2; file 0383.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0384.gif: branches: 1.1.2; file 0384.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0385.gif: branches: 1.1.2; file 0385.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0386.gif: branches: 1.1.2; file 0386.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0387.gif: branches: 1.1.2; file 0387.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0388.gif: branches: 1.1.2; file 0388.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0389.gif: branches: 1.1.2; file 0389.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0390.gif: branches: 1.1.2; file 0390.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0391.gif: branches: 1.1.2; file 0391.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0392.gif: branches: 1.1.2; file 0392.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0393.gif: branches: 1.1.2; file 0393.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0394.gif: branches: 1.1.2; file 0394.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0395.gif: branches: 1.1.2; file 0395.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0396.gif: branches: 1.1.2; file 0396.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0397.gif: branches: 1.1.2; file 0397.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0398.gif: branches: 1.1.2; file 0398.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0399.gif: branches: 1.1.2; file 0399.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0400.gif: branches: 1.1.2; file 0400.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0401.gif: branches: 1.1.2; file 0401.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0402.gif: branches: 1.1.2; file 0402.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0403.gif: branches: 1.1.2; file 0403.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0404.gif: branches: 1.1.2; file 0404.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0405.gif: branches: 1.1.2; file 0405.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0406.gif: branches: 1.1.2; file 0406.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0407.gif: branches: 1.1.2; file 0407.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0408.gif: branches: 1.1.2; file 0408.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0409.gif: branches: 1.1.2; file 0409.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0410.gif: branches: 1.1.2; file 0410.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0411.gif: branches: 1.1.2; file 0411.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0412.gif: branches: 1.1.2; file 0412.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0413.gif: branches: 1.1.2; file 0413.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0414.gif: branches: 1.1.2; file 0414.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0415.gif: branches: 1.1.2; file 0415.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0416.gif: branches: 1.1.2; file 0416.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0417.gif: branches: 1.1.2; file 0417.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0418.gif: branches: 1.1.2; file 0418.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0419.gif: branches: 1.1.2; file 0419.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0420.gif: branches: 1.1.2; file 0420.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0421.gif: branches: 1.1.2; file 0421.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0422.gif: branches: 1.1.2; file 0422.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0423.gif: branches: 1.1.2; file 0423.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0424.gif: branches: 1.1.2; file 0424.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0425.gif: branches: 1.1.2; file 0425.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0426.gif: branches: 1.1.2; file 0426.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0427.gif: branches: 1.1.2; file 0427.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0428.gif: branches: 1.1.2; file 0428.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0429.gif: branches: 1.1.2; file 0429.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0430.gif: branches: 1.1.2; file 0430.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0431.gif: branches: 1.1.2; file 0431.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0432.gif: branches: 1.1.2; file 0432.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0433.gif: branches: 1.1.2; file 0433.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0434.gif: branches: 1.1.2; file 0434.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0435.gif: branches: 1.1.2; file 0435.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0436.gif: branches: 1.1.2; file 0436.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0437.gif: branches: 1.1.2; file 0437.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0438.gif: branches: 1.1.2; file 0438.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0439.gif: branches: 1.1.2; file 0439.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0440.gif: branches: 1.1.2; file 0440.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0441.gif: branches: 1.1.2; file 0441.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0442.gif: branches: 1.1.2; file 0442.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0443.gif: branches: 1.1.2; file 0443.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0444.gif: branches: 1.1.2; file 0444.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0445.gif: branches: 1.1.2; file 0445.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0446.gif: branches: 1.1.2; file 0446.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0447.gif: branches: 1.1.2; file 0447.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0448.gif: branches: 1.1.2; file 0448.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0449.gif: branches: 1.1.2; file 0449.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0450.gif: branches: 1.1.2; file 0450.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0451.gif: branches: 1.1.2; file 0451.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0452.gif: branches: 1.1.2; file 0452.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0453.gif: branches: 1.1.2; file 0453.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0454.gif: branches: 1.1.2; file 0454.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0455.gif: branches: 1.1.2; file 0455.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0456.gif: branches: 1.1.2; file 0456.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0457.gif: branches: 1.1.2; file 0457.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0458.gif: branches: 1.1.2; file 0458.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0459.gif: branches: 1.1.2; file 0459.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0460.gif: branches: 1.1.2; file 0460.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0461.gif: branches: 1.1.2; file 0461.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0462.gif: branches: 1.1.2; file 0462.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0463.gif: branches: 1.1.2; file 0463.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0464.gif: branches: 1.1.2; file 0464.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0465.gif: branches: 1.1.2; file 0465.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0466.gif: branches: 1.1.2; file 0466.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0467.gif: branches: 1.1.2; file 0467.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0468.gif: branches: 1.1.2; file 0468.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0469.gif: branches: 1.1.2; file 0469.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0470.gif: branches: 1.1.2; file 0470.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0471.gif: branches: 1.1.2; file 0471.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0472.gif: branches: 1.1.2; file 0472.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0473.gif: branches: 1.1.2; file 0473.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0474.gif: branches: 1.1.2; file 0474.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0475.gif: branches: 1.1.2; file 0475.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0476.gif: branches: 1.1.2; file 0476.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0477.gif: branches: 1.1.2; file 0477.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0478.gif: branches: 1.1.2; file 0478.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0479.gif: branches: 1.1.2; file 0479.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0480.gif: branches: 1.1.2; file 0480.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0481.gif: branches: 1.1.2; file 0481.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0482.gif: branches: 1.1.2; file 0482.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0483.gif: branches: 1.1.2; file 0483.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0484.gif: branches: 1.1.2; file 0484.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0485.gif: branches: 1.1.2; file 0485.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0486.gif: branches: 1.1.2; file 0486.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0487.gif: branches: 1.1.2; file 0487.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0488.gif: branches: 1.1.2; file 0488.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0489.gif: branches: 1.1.2; file 0489.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0490.gif: branches: 1.1.2; file 0490.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0491.gif: branches: 1.1.2; file 0491.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0492.gif: branches: 1.1.2; file 0492.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0493.gif: branches: 1.1.2; file 0493.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0494.gif: branches: 1.1.2; file 0494.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0495.gif: branches: 1.1.2; file 0495.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0496.gif: branches: 1.1.2; file 0496.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0497.gif: branches: 1.1.2; file 0497.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0498.gif: branches: 1.1.2; file 0498.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0499.gif: branches: 1.1.2; file 0499.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0500.gif: branches: 1.1.2; file 0500.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0501.gif: branches: 1.1.2; file 0501.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0502.gif: branches: 1.1.2; file 0502.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0503.gif: branches: 1.1.2; file 0503.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0504.gif: branches: 1.1.2; file 0504.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0505.gif: branches: 1.1.2; file 0505.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0506.gif: branches: 1.1.2; file 0506.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0507.gif: branches: 1.1.2; file 0507.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0508.gif: branches: 1.1.2; file 0508.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0509.gif: branches: 1.1.2; file 0509.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0510.gif: branches: 1.1.2; file 0510.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0511.gif: branches: 1.1.2; file 0511.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0512.gif: branches: 1.1.2; file 0512.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0513.gif: branches: 1.1.2; file 0513.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0514.gif: branches: 1.1.2; file 0514.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0515.gif: branches: 1.1.2; file 0515.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0516.gif: branches: 1.1.2; file 0516.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0517.gif: branches: 1.1.2; file 0517.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0518.gif: branches: 1.1.2; file 0518.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0519.gif: branches: 1.1.2; file 0519.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0520.gif: branches: 1.1.2; file 0520.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0521.gif: branches: 1.1.2; file 0521.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0522.gif: branches: 1.1.2; file 0522.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0523.gif: branches: 1.1.2; file 0523.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0524.gif: branches: 1.1.2; file 0524.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0525.gif: branches: 1.1.2; file 0525.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0526.gif: branches: 1.1.2; file 0526.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0527.gif: branches: 1.1.2; file 0527.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0528.gif: branches: 1.1.2; file 0528.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0529.gif: branches: 1.1.2; file 0529.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0530.gif: branches: 1.1.2; file 0530.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0531.gif: branches: 1.1.2; file 0531.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0532.gif: branches: 1.1.2; file 0532.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0533.gif: branches: 1.1.2; file 0533.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0534.gif: branches: 1.1.2; file 0534.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0535.gif: branches: 1.1.2; file 0535.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0536.gif: branches: 1.1.2; file 0536.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0537.gif: branches: 1.1.2; file 0537.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0538.gif: branches: 1.1.2; file 0538.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0539.gif: branches: 1.1.2; file 0539.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0540.gif: branches: 1.1.2; file 0540.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0541.gif: branches: 1.1.2; file 0541.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0542.gif: branches: 1.1.2; file 0542.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0543.gif: branches: 1.1.2; file 0543.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0544.gif: branches: 1.1.2; file 0544.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0545.gif: branches: 1.1.2; file 0545.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0546.gif: branches: 1.1.2; file 0546.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0547.gif: branches: 1.1.2; file 0547.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0548.gif: branches: 1.1.2; file 0548.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0549.gif: branches: 1.1.2; file 0549.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0550.gif: branches: 1.1.2; file 0550.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0551.gif: branches: 1.1.2; file 0551.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0552.gif: branches: 1.1.2; file 0552.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0553.gif: branches: 1.1.2; file 0553.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0554.gif: branches: 1.1.2; file 0554.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0555.gif: branches: 1.1.2; file 0555.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0556.gif: branches: 1.1.2; file 0556.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0557.gif: branches: 1.1.2; file 0557.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0558.gif: branches: 1.1.2; file 0558.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0559.gif: branches: 1.1.2; file 0559.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0560.gif: branches: 1.1.2; file 0560.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0561.gif: branches: 1.1.2; file 0561.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0562.gif: branches: 1.1.2; file 0562.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0563.gif: branches: 1.1.2; file 0563.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0564.gif: branches: 1.1.2; file 0564.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0565.gif: branches: 1.1.2; file 0565.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0566.gif: branches: 1.1.2; file 0566.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0567.gif: branches: 1.1.2; file 0567.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0568.gif: branches: 1.1.2; file 0568.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0569.gif: branches: 1.1.2; file 0569.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0570.gif: branches: 1.1.2; file 0570.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0571.gif: branches: 1.1.2; file 0571.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0572.gif: branches: 1.1.2; file 0572.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0573.gif: branches: 1.1.2; file 0573.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0574.gif: branches: 1.1.2; file 0574.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0575.gif: branches: 1.1.2; file 0575.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0576.gif: branches: 1.1.2; file 0576.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0577.gif: branches: 1.1.2; file 0577.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0578.gif: branches: 1.1.2; file 0578.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0579.gif: branches: 1.1.2; file 0579.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0580.gif: branches: 1.1.2; file 0580.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/1.PNG: branches: 1.1.2; file 1.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/1.pl: branches: 1.1.2; file 1.pl was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/10.PNG: branches: 1.1.2; file 10.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/11.PNG: branches: 1.1.2; file 11.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/12.PNG: branches: 1.1.2; file 12.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/13.PNG: branches: 1.1.2; file 13.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/14.PNG: branches: 1.1.2; file 14.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/15.PNG: branches: 1.1.2; file 15.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/16.PNG: branches: 1.1.2; file 16.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/1x1_transparent.gif: branches: 1.1.2; file 1x1_transparent.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/2.PNG: branches: 1.1.2; file 2.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/2x2.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/2x2.gif: branches: 1.1.2; file 2x2.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/2x2_w.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/2x2_w.gif: branches: 1.1.2; file 2x2_w.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/3.PNG: branches: 1.1.2; file 3.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/4.PNG: branches: 1.1.2; file 4.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/5.PNG: branches: 1.1.2; file 5.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/6.PNG: branches: 1.1.2; file 6.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/7.PNG: branches: 1.1.2; file 7.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/7z.png: branches: 1.1.2; file 7z.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/8.PNG: branches: 1.1.2; file 8.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/9.PNG: branches: 1.1.2; file 9.PNG was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/ASCIIMathML.js: branches: 1.1.2; file ASCIIMathML.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/Abbreviation.js: branches: 1.1.2; file Abbreviation.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/AboutBox/AboutBox.js: branches: 1.1.2; file AboutBox.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Css/Additions.css: branches: 1.1.2; file Additions.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Additions.js: branches: 1.1.2; file Additions.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Angry.gif: branches: 1.1.2; file Angry.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/COPYING: branches: 1.1.2; file COPYING was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/CSS/CSS.js: branches: 1.1.2; file CSS.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/CSSDropdowns/CSSDropdowns.js: branches: 1.1.2; file CSSDropdowns.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/CSSPicker/CSSPicker.js: branches: 1.1.2; file CSSPicker.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/CharCounter.js: branches: 1.1.2; file CharCounter.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/CharacterMap.css: branches: 1.1.2; file CharacterMap.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/CharacterMap.js: branches: 1.1.2; file CharacterMap.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/ColorPicker/ColorPicker.js: branches: 1.1.2; file ColorPicker.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/ContextMenu.js: branches: 1.1.2; file ContextMenu.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Cool.gif: branches: 1.1.2; file Cool.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/GetHtml/DOMwalk.js: branches: 1.1.2; file DOMwalk.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/DefinitionList.js: branches: 1.1.2; file DefinitionList.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/Dialogs/DetachedDialog.js: branches: 1.1.2; file DetachedDialog.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/DoubleClick/DoubleClick.js: branches: 1.1.2; file DoubleClick.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/DynamicCSS.js: branches: 1.1.2; file DynamicCSS.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/EditTag.js: branches: 1.1.2; file EditTag.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/EditorContent.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/EditorContent.js: branches: 1.1.2; file EditorContent.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlEntities/Entities.js: branches: 1.1.2; file Entities.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/Equation.js: branches: 1.1.2; file Equation.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Excited.gif: branches: 1.1.2; file Excited.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/Extended.html: * richtext-xinha/www/resources/xinha-nightly/examples/files/Extended.html: branches: 1.1.2; file Extended.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/ExtendedDemo.html: branches: 1.1.2; file ExtendedDemo.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/ExtendedFileManager.js: branches: 1.1.2; file ExtendedFileManager.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/Classes/ExtendedFileManager.php: branches: 1.1.2; file ExtendedFileManager.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/FileManager.TinyMCE.js: branches: 1.1.2; file FileManager.TinyMCE.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Css/FileManager.css: branches: 1.1.2; file FileManager.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/FileManager.js: branches: 1.1.2; file FileManager.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/FileManager.php: branches: 1.1.2; file FileManager.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php: branches: 1.1.2; file Files.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/FindReplace.js: branches: 1.1.2; file FindReplace.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/Flickr.php: branches: 1.1.2; file Flickr.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/FormOperations.js: branches: 1.1.2; file FormOperations.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/Forms.js: branches: 1.1.2; file Forms.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/FullPage.js: branches: 1.1.2; file FullPage.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Uploader/Fx.ProgressBar.js: branches: 1.1.2; file Fx.ProgressBar.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php: branches: 1.1.2; file GD.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Gallery.js: branches: 1.1.2; file Gallery.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/Gecko/Gecko.js: branches: 1.1.2; file Gecko.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/GenericPlugin/GenericPlugin.js: branches: 1.1.2; file GenericPlugin.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/GetHtml/GetHtml.js: branches: 1.1.2; file GetHtml.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Grin.gif: branches: 1.1.2; file Grin.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/HorizontalRule.js: branches: 1.1.2; file HorizontalRule.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlEntities/HtmlEntities.js: branches: 1.1.2; file HtmlEntities.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php: branches: 1.1.2; file IM.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Image.php: branches: 1.1.2; file Image.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/ImageEditor.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/ImageEditor.css: branches: 1.1.2; file ImageEditor.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php: branches: 1.1.2; file ImageEditor.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/ImageManager.js: branches: 1.1.2; file ImageManager.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php: branches: 1.1.2; file ImageManager.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/InlineStyler/InlineStyler.js: branches: 1.1.2; file InlineStyler.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/InsertAnchor.js: branches: 1.1.2; file InsertAnchor.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertNote/InsertNote.js: branches: 1.1.2; file InsertNote.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/InsertPagebreak.js: branches: 1.1.2; file InsertPagebreak.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php: branches: 1.1.2; file InsertPicture.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/InsertSmiley.js: branches: 1.1.2; file InsertSmiley.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/InsertSnippet.css: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/InsertSnippet.css: branches: 1.1.2; file InsertSnippet.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/InsertSnippet.js: branches: 1.1.2; file InsertSnippet.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/InsertSnippet2.js: branches: 1.1.2; file InsertSnippet2.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertWords/InsertWords.js: branches: 1.1.2; file InsertWords.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/InternetExplorer/InternetExplorer.js: branches: 1.1.2; file InternetExplorer.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/JSON.php: branches: 1.1.2; file JSON.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/JSON_Compat.php: branches: 1.1.2; file JSON_Compat.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/iconsets/Crystal/LICENSE: * richtext-xinha/www/resources/xinha-nightly/iconsets/Tango/LICENSE: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/LICENSE: branches: 1.1.2; file LICENSE was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/LangMarks.js: branches: 1.1.2; file LangMarks.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.br.js: branches: 1.1.2; file Language.br.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.cs.js: branches: 1.1.2; file Language.cs.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.da.js: branches: 1.1.2; file Language.da.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.de.js: branches: 1.1.2; file Language.de.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.en.js: branches: 1.1.2; file Language.en.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.es.js: branches: 1.1.2; file Language.es.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.fi.js: branches: 1.1.2; file Language.fi.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.fr.js: branches: 1.1.2; file Language.fr.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.it.js: branches: 1.1.2; file Language.it.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.nl.js: branches: 1.1.2; file Language.nl.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.pl.js: branches: 1.1.2; file Language.pl.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.pt.js: branches: 1.1.2; file Language.pt.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.ru.js: branches: 1.1.2; file Language.ru.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.se.js: branches: 1.1.2; file Language.se.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/Linker.js: branches: 1.1.2; file Linker.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/ListType.css: branches: 1.1.2; file ListType.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/ListType.js: branches: 1.1.2; file ListType.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/MimeTypes.ini: branches: 1.1.2; file MimeTypes.ini was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/MootoolsFileManager.FileManager.js: branches: 1.1.2; file MootoolsFileManager.FileManager.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/MootoolsFileManager.ImageManager.js: branches: 1.1.2; file MootoolsFileManager.ImageManager.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/MootoolsFileManager.css: branches: 1.1.2; file MootoolsFileManager.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/MootoolsFileManager.js: branches: 1.1.2; file MootoolsFileManager.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php: branches: 1.1.2; file NetPBM.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/Newbie.html: branches: 1.1.2; file Newbie.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/OacsFs.js: branches: 1.1.2; file OacsFs.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/Opera/Opera.js: branches: 1.1.2; file Opera.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/PSFixed/PSFixed.js: branches: 1.1.2; file PSFixed.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/PSLocal/PSLocal.js: branches: 1.1.2; file PSLocal.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/PSServer/PSServer.js: branches: 1.1.2; file PSServer.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/PasteText.js: branches: 1.1.2; file PasteText.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/PersistentStorage/PersistentStorage.js: branches: 1.1.2; file PersistentStorage.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Pleased.gif: branches: 1.1.2; file Pleased.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/PreserveScripts/PreserveScripts.js: branches: 1.1.2; file PreserveScripts.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/QuickTag.js: branches: 1.1.2; file QuickTag.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/iconsets/Crystal/README: * richtext-xinha/www/resources/xinha-nightly/iconsets/Tango/README: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/README: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/README: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/README: * richtext-xinha/www/resources/xinha-nightly/skins/inditreuse/README: * richtext-xinha/www/resources/xinha-nightly/skins/titan/README: branches: 1.1.2; file README was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/README.DEVELOPERS: branches: 1.1.2; file README.DEVELOPERS was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/README.md: branches: 1.1.2; file README.md was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/README.txt: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/README.txt: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/README.txt: branches: 1.1.2; file README.txt was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/Readme.txt: branches: 1.1.2; file Readme.txt was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Sad.gif: branches: 1.1.2; file Sad.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SaveOnBlur/SaveOnBlur.js: branches: 1.1.2; file SaveOnBlur.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/SaveSubmit.js: branches: 1.1.2; file SaveSubmit.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/SetId.js: branches: 1.1.2; file SetId.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/SmartReplace.js: branches: 1.1.2; file SmartReplace.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/img/SmartReplace.svg: branches: 1.1.2; file SmartReplace.svg was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/SpellChecker.js: branches: 1.1.2; file SpellChecker.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/Stylist.js: branches: 1.1.2; file Stylist.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/SuperClean.js: branches: 1.1.2; file SuperClean.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Surprised.gif: branches: 1.1.2; file Surprised.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Uploader/Swiff.Uploader.js: branches: 1.1.2; file Swiff.Uploader.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/TableOperations.js: branches: 1.1.2; file TableOperations.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php: branches: 1.1.2; file Thumbnail.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php: branches: 1.1.2; file Transform.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/GetHtml/TransformInnerHTML.js: branches: 1.1.2; file TransformInnerHTML.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/UnFormat.js: branches: 1.1.2; file UnFormat.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/UnsavedChanges/UnsavedChanges.js: branches: 1.1.2; file UnsavedChanges.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Upload.php: branches: 1.1.2; file Upload.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Uploader.js: branches: 1.1.2; file Uploader.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/WebKit/WebKit.js: branches: 1.1.2; file WebKit.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Wink.gif: branches: 1.1.2; file Wink.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/WysiwygWrap/WysiwygWrap.js: branches: 1.1.2; file WysiwygWrap.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/Xinha.css: branches: 1.1.2; file Xinha.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/XinhaConfig.js: * richtext-xinha/www/resources/xinha-nightly/examples/XinhaConfig.js: branches: 1.1.2; file XinhaConfig.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/XinhaCore.js: branches: 1.1.2; file XinhaCore.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/Dialogs/XinhaDialog.js: branches: 1.1.2; file XinhaDialog.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/XinhaLoader.js: branches: 1.1.2; file XinhaLoader.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/XinhaLoader_readme.txt: branches: 1.1.2; file XinhaLoader_readme.txt was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/abbr.gif: branches: 1.1.2; file abbr.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/abbr.htm: branches: 1.1.2; file abbr.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/abbr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/abbr.js: branches: 1.1.2; file abbr.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.css: branches: 1.1.2; file abbreviation.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/popups/abbreviation.html: branches: 1.1.2; file abbreviation.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/AboutBox/about.css: branches: 1.1.2; file about.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/about.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/about.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/about.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/about.htm: branches: 1.1.2; file about.htm was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/popups/about.html: branches: 1.1.2; file about.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/about.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/about.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/about.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/about.js: branches: 1.1.2; file about.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/abs_value.gif: branches: 1.1.2; file abs_value.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/apps/accessories-character-map.png: branches: 1.1.2; file accessories-character-map.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/ace.png: branches: 1.1.2; file ace.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/acronym.gif: branches: 1.1.2; file acronym.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/acronym.htm: branches: 1.1.2; file acronym.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/acronym.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/acronym.js: branches: 1.1.2; file acronym.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/add.png: branches: 1.1.2; file add.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/css/advhr.css: branches: 1.1.2; file advhr.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/css/advimage.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/css/advimage.css: branches: 1.1.2; file advimage.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/css/advlink.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/css/advlink.css: branches: 1.1.2; file advlink.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/js/advlink.js: branches: 1.1.2; file advlink.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif: branches: 1.1.2; file alert.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/anchor.gif: branches: 1.1.2; file anchor.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/anchor.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/anchor.htm: branches: 1.1.2; file anchor.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/anchor.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/anchor.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/anchor.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/anchor.js: branches: 1.1.2; file anchor.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor_symbol.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/anchor_symbol.gif: branches: 1.1.2; file anchor_symbol.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/api.html: branches: 1.1.2; file api.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/images/apply_button_bg.gif: branches: 1.1.2; file apply_button_bg.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ar.js: branches: 1.1.2; file ar.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ar_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ar_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ar_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ar_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ar_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ar_dlg.js: branches: 1.1.2; file ar_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ar_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ar_dlg_src.js: branches: 1.1.2; file ar_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ar_src.js: branches: 1.1.2; file ar_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/as.png: branches: 1.1.2; file as.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/aspell_setup.php: branches: 1.1.2; file aspell_setup.php was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/images/attach.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/img/attach.png: branches: 1.1.2; file attach.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/attribs.gif: branches: 1.1.2; file attribs.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css: branches: 1.1.2; file attributes.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/attributes.htm: branches: 1.1.2; file attributes.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/attributes.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/attributes.js: branches: 1.1.2; file attributes.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/az.js: branches: 1.1.2; file az.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/az_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/az_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/az_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/az_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/az_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/az_dlg.js: branches: 1.1.2; file az_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/az_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/az_dlg_src.js: branches: 1.1.2; file az_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/az_src.js: branches: 1.1.2; file az_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/lang/b5.js: branches: 1.1.2; file b5.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/skins/inditreuse/back.png: * richtext-xinha/www/resources/xinha-nightly/skins/titan/back.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-blue/back.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-green/back.png: branches: 1.1.2; file back.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/backcolor.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/backcolor.gif: branches: 1.1.2; file backcolor.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/backend.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/backend.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/backend.php: * richtext-xinha/www/resources/xinha-nightly/plugins/PSServer/backend.php: branches: 1.1.2; file backend.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/background-image.js: branches: 1.1.2; file background-image.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/bar.gif: branches: 1.1.2; file bar.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/base.gif: branches: 1.1.2; file base.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/bat.png: branches: 1.1.2; file bat.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/be.js: branches: 1.1.2; file be.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/be_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/be_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/be_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/be_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/be_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/be_dlg.js: branches: 1.1.2; file be_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/be_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/be_dlg_src.js: branches: 1.1.2; file be_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/be_src.js: branches: 1.1.2; file be_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/bg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/bg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/bg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/bg.js: branches: 1.1.2; file bg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/bg_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/bg_dlg.js: branches: 1.1.2; file bg_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bg_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bg_dlg_src.js: branches: 1.1.2; file bg_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/bg_src.js: branches: 1.1.2; file bg_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/popups/bgimage.html: branches: 1.1.2; file bgimage.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/bikerpeep.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/demo_images/bikerpeep.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/demo_pictures/bikerpeep.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/PSServer/demo_images/bikerpeep.jpg: branches: 1.1.2; file bikerpeep.jpg was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/css/blank.css: branches: 1.1.2; file blank.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/safari/blank.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/blank.htm: branches: 1.1.2; file blank.htm was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/blank.html: * richtext-xinha/www/resources/xinha-nightly/popups/blank.html: branches: 1.1.2; file blank.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/blufur.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/blufur.jpg: branches: 1.1.2; file blufur.jpg was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/bmp.png: branches: 1.1.2; file bmp.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/bn.js: branches: 1.1.2; file bn.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/bn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/bn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/bn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/bn_dlg.js: branches: 1.1.2; file bn_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bn_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bn_dlg_src.js: branches: 1.1.2; file bn_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/bn_src.js: branches: 1.1.2; file bn_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bold.gif: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/de/bold.gif: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/fr/bold.gif: * richtext-xinha/www/resources/xinha-nightly/images/de/bold.gif: * richtext-xinha/www/resources/xinha-nightly/images/fr/bold.gif: branches: 1.1.2; file bold.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_de_se.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold_de_se.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bold_de_se.gif: branches: 1.1.2; file bold_de_se.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_es.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold_es.gif: branches: 1.1.2; file bold_es.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_fr.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold_fr.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bold_fr.gif: branches: 1.1.2; file bold_fr.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_ru.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold_ru.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bold_ru.gif: branches: 1.1.2; file bold_ru.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_tw.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold_tw.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bold_tw.gif: branches: 1.1.2; file bold_tw.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/br.js: branches: 1.1.2; file br.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/br_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/br_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/br_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/br_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/br_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/br_dlg.js: branches: 1.1.2; file br_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/br_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/br_dlg_src.js: branches: 1.1.2; file br_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/br_src.js: branches: 1.1.2; file br_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/browse.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/browse.gif: branches: 1.1.2; file browse.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/bs.js: branches: 1.1.2; file bs.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/bs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/bs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/bs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/bs_dlg.js: branches: 1.1.2; file bs_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bs_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bs_dlg_src.js: branches: 1.1.2; file bs_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/bs_src.js: branches: 1.1.2; file bs_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btnFolderNew.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/btnFolderNew.gif: branches: 1.1.2; file btnFolderNew.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btnFolderNew1.gif: branches: 1.1.2; file btnFolderNew1.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btnFolderUp.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/btnFolderUp.gif: branches: 1.1.2; file btnFolderUp.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btnFolderUp1.gif: branches: 1.1.2; file btnFolderUp1.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btn_cancel.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/btn_cancel.gif: branches: 1.1.2; file btn_cancel.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btn_ok.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/btn_ok.gif: branches: 1.1.2; file btn_ok.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/img/btn_open.gif: branches: 1.1.2; file btn_open.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bullist.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bullist.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bullist.gif: branches: 1.1.2; file bullist.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/skins/green-look/button-background.gif: branches: 1.1.2; file button-background.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/skins/blue-look/button-background.png: * richtext-xinha/www/resources/xinha-nightly/skins/blue-metallic/button-background.png: * richtext-xinha/www/resources/xinha-nightly/skins/green-look/button-background.png: * richtext-xinha/www/resources/xinha-nightly/skins/inditreuse/button-background.png: * richtext-xinha/www/resources/xinha-nightly/skins/titan/button-background.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-blue/button-background.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-green/button-background.png: branches: 1.1.2; file button-background.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif: branches: 1.1.2; file button.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/button.png: branches: 1.1.2; file button.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/img/button_bg.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png: branches: 1.1.2; file button_bg.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/img/button_bg_black.png: branches: 1.1.2; file button_bg_black.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/img/button_bg_silver.png: branches: 1.1.2; file button_bg_silver.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/button_disabled.png: branches: 1.1.2; file button_disabled.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/button_menu.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/button_menu.gif: branches: 1.1.2; file button_menu.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/buttons.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/buttons.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/buttons.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/buttons.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/img/buttons.gif: branches: 1.1.2; file buttons.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/buttons.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/buttons.png: branches: 1.1.2; file buttons.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ca.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ca.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ca.js: branches: 1.1.2; file ca.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ca_dlg.js: branches: 1.1.2; file ca_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ca_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ca_dlg_src.js: branches: 1.1.2; file ca_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ca_src.js: branches: 1.1.2; file ca_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/save/images/cancel.gif: branches: 1.1.2; file cancel.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/cancel.png: branches: 1.1.2; file cancel.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/cancel_button_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/cancel_button_bg.gif: branches: 1.1.2; file cancel_button_bg.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/cd.gif: branches: 1.1.2; file cd.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/cell-delete.gif: branches: 1.1.2; file cell-delete.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/cell-insert-after.gif: branches: 1.1.2; file cell-insert-after.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/cell-insert-before.gif: branches: 1.1.2; file cell-insert-before.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/cell-merge.gif: branches: 1.1.2; file cell-merge.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/cell-prop.gif: branches: 1.1.2; file cell-prop.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/cell-split.gif: branches: 1.1.2; file cell-split.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/css/cell.css: branches: 1.1.2; file cell.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/cell.htm: branches: 1.1.2; file cell.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/js/cell.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/jscripts/cell.js: branches: 1.1.2; file cell.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ch.js: * richtext-xinha/www/resources/xinha-nightly/lang/ch.js: branches: 1.1.2; file ch.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ch_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ch_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ch_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ch_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ch_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ch_dlg.js: branches: 1.1.2; file ch_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ch_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ch_dlg_src.js: branches: 1.1.2; file ch_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ch_src.js: branches: 1.1.2; file ch_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/changelog.txt: branches: 1.1.2; file changelog.txt was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js: branches: 1.1.2; file char-counter.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js: branches: 1.1.2; file character-map.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/charmap.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/charmap.gif: branches: 1.1.2; file charmap.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/charmap.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/charmap.htm: branches: 1.1.2; file charmap.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/charmap.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/charmap.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/charmap.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/charmap.js: branches: 1.1.2; file charmap.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/checkbox.png: branches: 1.1.2; file checkbox.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/circle.png: branches: 1.1.2; file circle.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/cite.gif: branches: 1.1.2; file cite.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/cite.htm: branches: 1.1.2; file cite.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/cite.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/cite.js: branches: 1.1.2; file cite.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/cleanup.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/cleanup.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/cleanup.gif: branches: 1.1.2; file cleanup.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/img/clientside-spellcheck.gif: branches: 1.1.2; file clientside-spellcheck.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/clientside-spellcheck.js: branches: 1.1.2; file clientside-spellcheck.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/close.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/close.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsAttach/img/close.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/img/close.gif: branches: 1.1.2; file close.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/cmd.png: branches: 1.1.2; file cmd.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/code.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/code.gif: branches: 1.1.2; file code.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/popups/codenote.html: branches: 1.1.2; file codenote.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/col-delete.gif: branches: 1.1.2; file col-delete.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/col-insert-after.gif: branches: 1.1.2; file col-insert-after.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/col-insert-before.gif: branches: 1.1.2; file col-insert-before.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/col-split.gif: branches: 1.1.2; file col-split.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/color.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/color.gif: branches: 1.1.2; file color.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/color_picker.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/color_picker.htm: branches: 1.1.2; file color_picker.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/color_picker.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/color_picker.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/color_picker.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/color_picker.js: * richtext-xinha/www/resources/xinha-nightly/popups/color_picker.js: branches: 1.1.2; file color_picker.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/css/colorpicker.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/css/colorpicker.css: branches: 1.1.2; file colorpicker.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/img/colorpicker.jpg: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/img/colorpicker.jpg: branches: 1.1.2; file colorpicker.jpg was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/colors.jpg: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/colors.jpg: branches: 1.1.2; file colors.jpg was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/common_buttons.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/common_buttons.htm: branches: 1.1.2; file common_buttons.htm was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/contrib/compress.bat: branches: 1.1.2; file compress.bat was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/contrib/compress.php: branches: 1.1.2; file compress.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/contrib/compress_yui.php: branches: 1.1.2; file compress_yui.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/compression_readme.txt: * richtext-xinha/www/resources/xinha-nightly/contrib/compression_readme.txt: branches: 1.1.2; file compression_readme.txt was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/config.inc.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php: * richtext-xinha/www/resources/xinha-nightly/plugins/PSServer/config.inc.php: branches: 1.1.2; file config.inc.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/config.php: branches: 1.1.2; file config.php was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif: branches: 1.1.2; file confirm.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/css/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/css/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/css/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/spellchecker/css/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/skins/default/content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/content.css: branches: 1.1.2; file content.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js: branches: 1.1.2; file context-menu.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/copy.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/copy.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/copy.gif: branches: 1.1.2; file copy.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif: branches: 1.1.2; file corners.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/create_accessible_content.htm: branches: 1.1.2; file create_accessible_content.htm was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/crop.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/crop.gif: branches: 1.1.2; file crop.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/cs.js: branches: 1.1.2; file cs.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/cs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/cs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/cs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/cs_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/cs_dlg.js: branches: 1.1.2; file cs_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cs_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/cs_dlg_src.js: branches: 1.1.2; file cs_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/cs_src.js: branches: 1.1.2; file cs_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/custom.css: * richtext-xinha/www/resources/xinha-nightly/examples/files/custom.css: branches: 1.1.2; file custom.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/popups/custom2.html: branches: 1.1.2; file custom2.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/custom_1.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/custom_1.gif: branches: 1.1.2; file custom_1.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/custom_formats.html: branches: 1.1.2; file custom_formats.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/cut.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/cut.gif: branches: 1.1.2; file cut.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/cy.js: branches: 1.1.2; file cy.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/cy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/cy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/cy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/cy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/cy_dlg.js: branches: 1.1.2; file cy_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cy_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/cy_dlg_src.js: branches: 1.1.2; file cy_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/cy_src.js: branches: 1.1.2; file cy_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/lang/cz.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/cz.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/cz.js: branches: 1.1.2; file cz.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/da.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/da.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/da.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/da.js: * richtext-xinha/www/resources/xinha-nightly/lang/da.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/da.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/da.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/da.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/da.js: branches: 1.1.2; file da.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/da_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/da_dlg.js: branches: 1.1.2; file da_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/da_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/da_dlg_src.js: branches: 1.1.2; file da_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/da_src.js: branches: 1.1.2; file da_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/date_time.gif: branches: 1.1.2; file date_time.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/ddt.php: branches: 1.1.2; file ddt.php was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/de.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/de.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/de.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/de.js: * richtext-xinha/www/resources/xinha-nightly/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/abbr/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/de.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/lang/de.js: branches: 1.1.2; file de.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/de_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/de_dlg.js: branches: 1.1.2; file de_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/de_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/de_dlg_src.js: branches: 1.1.2; file de_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/de_src.js: branches: 1.1.2; file de_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/decimal.png: branches: 1.1.2; file decimal.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/def.gif: branches: 1.1.2; file def.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/def_small.gif: branches: 1.1.2; file def_small.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/default.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/default.gif: branches: 1.1.2; file default.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/default.png: branches: 1.1.2; file default.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/default_form.html: branches: 1.1.2; file default_form.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/definition-list.css: branches: 1.1.2; file definition-list.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/definition-list.js: branches: 1.1.2; file definition-list.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/del.gif: branches: 1.1.2; file del.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/del.htm: branches: 1.1.2; file del.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/del.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/del.js: branches: 1.1.2; file del.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/demosnippets.js: branches: 1.1.2; file demosnippets.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/destroy.png: branches: 1.1.2; file destroy.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/diag_fraction.gif: branches: 1.1.2; file diag_fraction.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/dialog.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/dialog.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/dialog.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/dialog.css: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/dialog.css: * richtext-xinha/www/resources/xinha-nightly/plugins/PersistentStorage/dialog.css: branches: 1.1.2; file dialog.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/example/dialog.htm: branches: 1.1.2; file dialog.htm was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/AboutBox/dialog.html: * richtext-xinha/www/resources/xinha-nightly/modules/CreateLink/dialog.html: * richtext-xinha/www/resources/xinha-nightly/modules/InsertImage/dialog.html: * richtext-xinha/www/resources/xinha-nightly/modules/InsertTable/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/popups/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertNote/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/PSLocal/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/PersistentStorage/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/popups/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/dialog.html: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/dialog.html: branches: 1.1.2; file dialog.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/skins/silva/dialog.jpg: branches: 1.1.2; file dialog.jpg was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/example/js/dialog.js: * richtext-xinha/www/resources/xinha-nightly/dialog.js: * richtext-xinha/www/resources/xinha-nightly/modules/Dialogs/dialog.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dialog.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js: branches: 1.1.2; file dialog.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/popups/dialogMergeCells.html: branches: 1.1.2; file dialogMergeCells.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/popups/dialogRowCell.html: branches: 1.1.2; file dialogRowCell.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/popups/dialogTable.html: branches: 1.1.2; file dialogTable.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/dir.png: branches: 1.1.2; file dir.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/dir_up.png: branches: 1.1.2; file dir_up.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/disc.png: branches: 1.1.2; file disc.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/disk.png: branches: 1.1.2; file disk.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/Dialogs/div-dialog.js: branches: 1.1.2; file div-dialog.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/div.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/div.gif: branches: 1.1.2; file div.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/divide.gif: branches: 1.1.2; file divide.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/doc.gif: branches: 1.1.2; file doc.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/doc.png: branches: 1.1.2; file doc.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/doc_small.gif: branches: 1.1.2; file doc_small.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/img/docprop.gif: branches: 1.1.2; file docprop.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/popups/docprop.html: branches: 1.1.2; file docprop.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/document-new.png: branches: 1.1.2; file document-new.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/document-open.png: branches: 1.1.2; file document-open.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/document-print.png: branches: 1.1.2; file document-print.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/document-save.png: branches: 1.1.2; file document-save.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/docx.png: branches: 1.1.2; file docx.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/dots.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/dots.gif: branches: 1.1.2; file dots.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js: branches: 1.1.2; file double-click.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dragTableCols.js: branches: 1.1.2; file dragTableCols.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/dsp_greater_equal.gif: branches: 1.1.2; file dsp_greater_equal.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/dsp_less_equal.gif: branches: 1.1.2; file dsp_less_equal.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/dsp_notequal.gif: branches: 1.1.2; file dsp_notequal.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.css: branches: 1.1.2; file dtree.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.js: branches: 1.1.2; file dtree.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/dv.js: branches: 1.1.2; file dv.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/dv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/dv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/dv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/dv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/dv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/dv_dlg.js: branches: 1.1.2; file dv_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/dv_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/dv_dlg_src.js: branches: 1.1.2; file dv_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/dv_src.js: branches: 1.1.2; file dv_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/dynamic.css: * richtext-xinha/www/resources/xinha-nightly/examples/files/dynamic.css: branches: 1.1.2; file dynamic.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/img/ed_abbreviation.gif: branches: 1.1.2; file ed_abbreviation.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_about.gif: branches: 1.1.2; file ed_about.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_align.gif: branches: 1.1.2; file ed_align.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_align_center.gif: branches: 1.1.2; file ed_align_center.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_align_justify.gif: branches: 1.1.2; file ed_align_justify.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_align_left.gif: branches: 1.1.2; file ed_align_left.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_align_right.gif: branches: 1.1.2; file ed_align_right.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/img/ed_bgimage.gif: branches: 1.1.2; file ed_bgimage.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_blank.gif: branches: 1.1.2; file ed_blank.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_button.gif: branches: 1.1.2; file ed_button.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/ed_buttons_main.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_buttons_main.gif: branches: 1.1.2; file ed_buttons_main.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/iconsets/Crystal/ed_buttons_main.png: * richtext-xinha/www/resources/xinha-nightly/iconsets/Tango/ed_buttons_main.png: * richtext-xinha/www/resources/xinha-nightly/images/ed_buttons_main.png: branches: 1.1.2; file ed_buttons_main.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/ed_charmap.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_charmap.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/img/ed_charmap.gif: branches: 1.1.2; file ed_charmap.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_checkbox.gif: branches: 1.1.2; file ed_checkbox.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_clearfonts.gif: branches: 1.1.2; file ed_clearfonts.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_color_bg.gif: branches: 1.1.2; file ed_color_bg.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_color_fg.gif: branches: 1.1.2; file ed_color_fg.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_copy.gif: branches: 1.1.2; file ed_copy.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_custom.gif: branches: 1.1.2; file ed_custom.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_cut.gif: branches: 1.1.2; file ed_cut.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/img/ed_dd.gif: branches: 1.1.2; file ed_dd.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_delete.gif: branches: 1.1.2; file ed_delete.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/img/ed_dl.gif: branches: 1.1.2; file ed_dl.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/img/ed_dt.gif: branches: 1.1.2; file ed_dt.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/img/ed_edit_tag.gif: branches: 1.1.2; file ed_edit_tag.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_fieldset.gif: branches: 1.1.2; file ed_fieldset.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_file.gif: branches: 1.1.2; file ed_file.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Filter/img/ed_filter.gif: branches: 1.1.2; file ed_filter.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/img/ed_find.gif: branches: 1.1.2; file ed_find.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_form.gif: branches: 1.1.2; file ed_form.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_format_bold.gif: branches: 1.1.2; file ed_format_bold.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_format_italic.gif: branches: 1.1.2; file ed_format_italic.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_format_strike.gif: branches: 1.1.2; file ed_format_strike.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_format_sub.gif: branches: 1.1.2; file ed_format_sub.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_format_sup.gif: branches: 1.1.2; file ed_format_sup.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_format_underline.gif: branches: 1.1.2; file ed_format_underline.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_help.gif: branches: 1.1.2; file ed_help.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_hidden.gif: branches: 1.1.2; file ed_hidden.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_hr.gif: branches: 1.1.2; file ed_hr.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_html.gif: branches: 1.1.2; file ed_html.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_image.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_image.gif: branches: 1.1.2; file ed_image.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_indent_less.gif: branches: 1.1.2; file ed_indent_less.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_indent_more.gif: branches: 1.1.2; file ed_indent_more.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_killword.gif: branches: 1.1.2; file ed_killword.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_label.gif: branches: 1.1.2; file ed_label.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_left_to_right.gif: branches: 1.1.2; file ed_left_to_right.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_link.gif: branches: 1.1.2; file ed_link.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/ed_linkfile.gif: branches: 1.1.2; file ed_linkfile.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/ed_linkfile1.gif: branches: 1.1.2; file ed_linkfile1.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_list_bullet.gif: branches: 1.1.2; file ed_list_bullet.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_list_num.gif: branches: 1.1.2; file ed_list_num.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/img/ed_marquee.gif: branches: 1.1.2; file ed_marquee.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_overwrite.gif: branches: 1.1.2; file ed_overwrite.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_password.gif: branches: 1.1.2; file ed_password.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_paste.gif: branches: 1.1.2; file ed_paste.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/img/ed_paste_text.gif: branches: 1.1.2; file ed_paste_text.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_print.gif: branches: 1.1.2; file ed_print.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/img/ed_quicktag.gif: branches: 1.1.2; file ed_quicktag.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_radio.gif: branches: 1.1.2; file ed_radio.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_redo.gif: branches: 1.1.2; file ed_redo.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_reset.gif: branches: 1.1.2; file ed_reset.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_right_to_left.gif: branches: 1.1.2; file ed_right_to_left.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_rmformat.gif: branches: 1.1.2; file ed_rmformat.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_save.gif: branches: 1.1.2; file ed_save.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_save.png: branches: 1.1.2; file ed_save.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/img/ed_save_green.gif: branches: 1.1.2; file ed_save_green.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/img/ed_save_red.gif: branches: 1.1.2; file ed_save_red.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_saveas.gif: branches: 1.1.2; file ed_saveas.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_select.gif: branches: 1.1.2; file ed_select.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/ed_selectall.gif: * richtext-xinha/www/resources/xinha-nightly/images/ed_selectall.gif: branches: 1.1.2; file ed_selectall.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_show_border.gif: branches: 1.1.2; file ed_show_border.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/img/ed_smiley.gif: branches: 1.1.2; file ed_smiley.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/img/ed_snippet.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/img/ed_snippet.gif: branches: 1.1.2; file ed_snippet.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_splitblock.gif: branches: 1.1.2; file ed_splitblock.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_splitcel.gif: branches: 1.1.2; file ed_splitcel.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_submit.gif: branches: 1.1.2; file ed_submit.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/img/ed_superclean.gif: branches: 1.1.2; file ed_superclean.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Template/img/ed_template.gif: branches: 1.1.2; file ed_template.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_text.gif: branches: 1.1.2; file ed_text.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/img/ed_textarea.gif: branches: 1.1.2; file ed_textarea.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_undo.gif: branches: 1.1.2; file ed_undo.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/ed_word_cleaner.gif: branches: 1.1.2; file ed_word_cleaner.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/edit-copy.png: branches: 1.1.2; file edit-copy.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/edit-redo.png: branches: 1.1.2; file edit-redo.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/edit-select-all.png: branches: 1.1.2; file edit-select-all.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/edit-tag.js: branches: 1.1.2; file edit-tag.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/edit-undo.png: branches: 1.1.2; file edit-undo.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_active.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/edit_active.gif: branches: 1.1.2; file edit_active.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_copy.gif: branches: 1.1.2; file edit_copy.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_cut.gif: branches: 1.1.2; file edit_cut.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/popups/edit_horizontal_rule.html: branches: 1.1.2; file edit_horizontal_rule.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_paste.gif: branches: 1.1.2; file edit_paste.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_pencil.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/edit_pencil.gif: branches: 1.1.2; file edit_pencil.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_rename.gif: branches: 1.1.2; file edit_rename.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/popups/edit_tag.html: branches: 1.1.2; file edit_tag.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_trash.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/edit_trash.gif: branches: 1.1.2; file edit_trash.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/utils/editable_selects.js: branches: 1.1.2; file editable_selects.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.css: branches: 1.1.2; file editor.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js: branches: 1.1.2; file editor.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/editor.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/editor.php: branches: 1.1.2; file editor.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.css: branches: 1.1.2; file editorFrame.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js: branches: 1.1.2; file editorFrame.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/editorFrame.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php: branches: 1.1.2; file editorFrame.php was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/css/editor_content.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/css/editor_content.css: branches: 1.1.2; file editor_content.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/popups/editor_help.html: branches: 1.1.2; file editor_help.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlist/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/autoresize/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/example/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/legacyoutput/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/safari/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/spellchecker/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/tabfocus/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin.js: branches: 1.1.2; file editor_plugin.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlist/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/autoresize/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/example/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/legacyoutput/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/safari/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/spellchecker/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/tabfocus/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin_src.js: branches: 1.1.2; file editor_plugin_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_popup.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/css/editor_popup.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/css/editor_popup.css: branches: 1.1.2; file editor_popup.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/editor_template.js: branches: 1.1.2; file editor_template.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js: branches: 1.1.2; file editor_template_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/css/editor_ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/css/editor_ui.css: branches: 1.1.2; file editor_ui.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/lang/ee.js: branches: 1.1.2; file ee.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/img/el.gif: branches: 1.1.2; file el.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/el.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/el.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/el.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/el.js: * richtext-xinha/www/resources/xinha-nightly/lang/el.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/el.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/el.js: branches: 1.1.2; file el.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/el_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/el_dlg.js: branches: 1.1.2; file el_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/el_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/el_dlg_src.js: branches: 1.1.2; file el_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/el_src.js: branches: 1.1.2; file el_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/element_common.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/element_common.js: branches: 1.1.2; file element_common.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/js/embed.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/jscripts/embed.js: branches: 1.1.2; file embed.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/emotions.htm: branches: 1.1.2; file emotions.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/js/emotions.js: branches: 1.1.2; file emotions.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/lang/empty: branches: 1.1.2; file empty was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/empty.gif: branches: 1.1.2; file empty.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/img/en.gif: branches: 1.1.2; file en.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/example/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/print/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/save/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/visualchars/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/en.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/en.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/abbr/en.js: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/lang/en.js: branches: 1.1.2; file en.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/en_dlg.js: branches: 1.1.2; file en_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en_dlg_src.js: branches: 1.1.2; file en_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/en_src.js: branches: 1.1.2; file en_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/EnterParagraphs/enter-paragraphs.js: branches: 1.1.2; file enter-paragraphs.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/equation.gif: branches: 1.1.2; file equation.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/equation.old.gif: branches: 1.1.2; file equation.old.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/es.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/es.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/es.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/es.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/es.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/es.js: * richtext-xinha/www/resources/xinha-nightly/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/es.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnsavedChanges/lang/es.js: branches: 1.1.2; file es.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/es_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/es_dlg.js: branches: 1.1.2; file es_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/es_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/es_dlg_src.js: branches: 1.1.2; file es_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/es_src.js: branches: 1.1.2; file es_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/et.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/et.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/et.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/et.js: branches: 1.1.2; file et.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/et_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/et_dlg.js: branches: 1.1.2; file et_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/et_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/et_dlg_src.js: branches: 1.1.2; file et_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/et_src.js: branches: 1.1.2; file et_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/eu.js: * richtext-xinha/www/resources/xinha-nightly/lang/eu.js: branches: 1.1.2; file eu.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/eu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/eu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/eu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/eu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/eu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/eu_dlg.js: branches: 1.1.2; file eu_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/eu_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/eu_dlg_src.js: branches: 1.1.2; file eu_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/eu_src.js: branches: 1.1.2; file eu_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/example/img/example.gif: branches: 1.1.2; file example.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/example.html: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/example.html: branches: 1.1.2; file example.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/example01.html: branches: 1.1.2; file example01.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/exe.png: branches: 1.1.2; file exe.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/swfobject/expressinstall.html: branches: 1.1.2; file expressinstall.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/ext_example-body.html: * richtext-xinha/www/resources/xinha-nightly/examples/files/ext_example-body.html: branches: 1.1.2; file ext_example-body.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/ext_example-dest.php: * richtext-xinha/www/resources/xinha-nightly/examples/files/ext_example-dest.php: branches: 1.1.2; file ext_example-dest.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/ext_example-menu.php: * richtext-xinha/www/resources/xinha-nightly/examples/files/ext_example-menu.php: branches: 1.1.2; file ext_example-menu.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/ext_example.html: branches: 1.1.2; file ext_example.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/ext_example.js: branches: 1.1.2; file ext_example.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/extended-file-manager.js: branches: 1.1.2; file extended-file-manager.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/fa.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fa.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fa.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/fa.js: * richtext-xinha/www/resources/xinha-nightly/lang/fa.js: branches: 1.1.2; file fa.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fa_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fa_dlg.js: branches: 1.1.2; file fa_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fa_dlg_src.js: branches: 1.1.2; file fa_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/fa_src.js: branches: 1.1.2; file fa_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/fi.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fi.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/fi.js: * richtext-xinha/www/resources/xinha-nightly/lang/fi.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/fi.js: branches: 1.1.2; file fi.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fi_dlg.js: branches: 1.1.2; file fi_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fi_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fi_dlg_src.js: branches: 1.1.2; file fi_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/fi_src.js: branches: 1.1.2; file fi_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/popups/fieldset.html: branches: 1.1.2; file fieldset.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/file-picker.js: branches: 1.1.2; file file-picker.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp: branches: 1.1.2; file file-selector.adp was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl: branches: 1.1.2; file file-selector.tcl was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/filelist.png: branches: 1.1.2; file filelist.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/filelist_selected.png: branches: 1.1.2; file filelist_selected.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Filter/filter.js: branches: 1.1.2; file filter.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/find-replace.js: branches: 1.1.2; file find-replace.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/popups/find_replace.html: branches: 1.1.2; file find_replace.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/fla.gif: branches: 1.1.2; file fla.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/fla_small.gif: branches: 1.1.2; file fla_small.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/flash.gif: branches: 1.1.2; file flash.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/flickr.php: branches: 1.1.2; file flickr.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/flv.png: branches: 1.1.2; file flv.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/flv_player.swf: branches: 1.1.2; file flv_player.swf was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/folder-new.png: branches: 1.1.2; file folder-new.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/folder.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/folder.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/folder.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/folder.gif: branches: 1.1.2; file folder.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/32x32/places/folder.png: branches: 1.1.2; file folder.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/folder_small.gif: branches: 1.1.2; file folder_small.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/folderopen.gif: branches: 1.1.2; file folderopen.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/forecolor.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/forecolor.gif: branches: 1.1.2; file forecolor.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/form-operations.js: branches: 1.1.2; file form-operations.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/popups/form.html: branches: 1.1.2; file form.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/utils/form_utils.js: branches: 1.1.2; file form_utils.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-direction-left-to-right.png: branches: 1.1.2; file format-direction-left-to-right.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-direction-right-to-left.png: branches: 1.1.2; file format-direction-right-to-left.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-indent-less.png: branches: 1.1.2; file format-indent-less.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-indent-more.png: branches: 1.1.2; file format-indent-more.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-justify-center.png: branches: 1.1.2; file format-justify-center.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-justify-fill.png: branches: 1.1.2; file format-justify-fill.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-justify-left.png: branches: 1.1.2; file format-justify-left.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-justify-right.png: branches: 1.1.2; file format-justify-right.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-background-color.png: branches: 1.1.2; file format-text-background-color.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-bold.png: branches: 1.1.2; file format-text-bold.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-color.png: branches: 1.1.2; file format-text-color.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-italic.png: branches: 1.1.2; file format-text-italic.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-strikethrough.png: branches: 1.1.2; file format-text-strikethrough.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-subscript.png: branches: 1.1.2; file format-text-subscript.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-superscript.png: branches: 1.1.2; file format-text-superscript.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-underline.png: branches: 1.1.2; file format-text-underline.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/formmail.php: branches: 1.1.2; file formmail.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/forms.css: branches: 1.1.2; file forms.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/img/fr.gif: branches: 1.1.2; file fr.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/fr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/fr.js: * richtext-xinha/www/resources/xinha-nightly/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/lang/fr.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnsavedChanges/lang/fr.js: branches: 1.1.2; file fr.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/UnsavedChanges/lang/fr_ca.js: branches: 1.1.2; file fr_ca.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fr_dlg.js: branches: 1.1.2; file fr_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fr_dlg_src.js: branches: 1.1.2; file fr_dlg_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/fr_engine.js: branches: 1.1.2; file fr_engine.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/fr_src.js: branches: 1.1.2; file fr_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/full-page.js: branches: 1.1.2; file full-page.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/full-screen.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/full-screen.js: branches: 1.1.2; file full-screen.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/full.html: branches: 1.1.2; file full.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/full_example-body.html: branches: 1.1.2; file full_example-body.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/full_example-menu.html: branches: 1.1.2; file full_example-menu.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/files/full_example.css: * richtext-xinha/www/resources/xinha-nightly/examples/full_example.css: branches: 1.1.2; file full_example.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/full_example.html: branches: 1.1.2; file full_example.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/full_example.js: branches: 1.1.2; file full_example.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/css/fullpage.css: branches: 1.1.2; file fullpage.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/fullpage.htm: branches: 1.1.2; file fullpage.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/js/fullpage.js: branches: 1.1.2; file fullpage.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.adp: branches: 1.1.2; file fullscreen.adp was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/fullscreen.htm: branches: 1.1.2; file fullscreen.htm was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.tcl: branches: 1.1.2; file fullscreen.tcl was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/fullscreen_maximize.gif: branches: 1.1.2; file fullscreen_maximize.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/fullscreen_minimize.gif: branches: 1.1.2; file fullscreen_minimize.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/jscripts/functions.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/jscripts/functions.js: branches: 1.1.2; file functions.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/functionsIE.js: branches: 1.1.2; file functionsIE.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/functionsMozilla.js: branches: 1.1.2; file functionsMozilla.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/lang/gb.js: branches: 1.1.2; file gb.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/PSLocal/gears_init.js: branches: 1.1.2; file gears_init.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/GenericPlugin/generic-plugin.js: branches: 1.1.2; file generic-plugin.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/GetHtml/get-html.js: branches: 1.1.2; file get-html.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/getHTML.js: branches: 1.1.2; file getHTML.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/getid3.php: branches: 1.1.2; file getid3.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/gif.png: branches: 1.1.2; file gif.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/gif_small.gif: branches: 1.1.2; file gif_small.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/gl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/gl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/gl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/gl.js: branches: 1.1.2; file gl.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/gl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/gl_dlg.js: branches: 1.1.2; file gl_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/gl_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/gl_dlg_src.js: branches: 1.1.2; file gl_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/gl_src.js: branches: 1.1.2; file gl_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/globe.gif: branches: 1.1.2; file globe.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/go-up.png: branches: 1.1.2; file go-up.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/greater_equal_than.gif: branches: 1.1.2; file greater_equal_than.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/gu.js: branches: 1.1.2; file gu.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/gu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/gu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/gu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/gu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/gu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/gu_dlg.js: branches: 1.1.2; file gu_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/gu_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/gu_dlg_src.js: branches: 1.1.2; file gu_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/gu_src.js: branches: 1.1.2; file gu_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/gz.gif: branches: 1.1.2; file gz.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/gz.png: branches: 1.1.2; file gz.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/gz_small.gif: branches: 1.1.2; file gz_small.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/hand.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/hand.gif: branches: 1.1.2; file hand.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/img/he-spell-check.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/img/he-spell-check.gif: branches: 1.1.2; file he-spell-check.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/he.js: * richtext-xinha/www/resources/xinha-nightly/lang/he.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/he.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/he.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/he.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/he.js: branches: 1.1.2; file he.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/he_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/he_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/he_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/he_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/he_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/he_dlg.js: branches: 1.1.2; file he_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/he_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/he_dlg_src.js: branches: 1.1.2; file he_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/he_src.js: branches: 1.1.2; file he_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/apps/help-browser.png: branches: 1.1.2; file help-browser.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/help.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/help.gif: branches: 1.1.2; file help.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hi.js: branches: 1.1.2; file hi.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hi_dlg.js: branches: 1.1.2; file hi_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hi_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hi_dlg_src.js: branches: 1.1.2; file hi_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hi_src.js: branches: 1.1.2; file hi_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/hor_fraction.gif: branches: 1.1.2; file hor_fraction.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/horizontal-rule.js: branches: 1.1.2; file horizontal-rule.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif: branches: 1.1.2; file horizontal.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/hover.htc: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/hover.htc: branches: 1.1.2; file hover.htc was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/skins/inditreuse/hover.png: * richtext-xinha/www/resources/xinha-nightly/skins/titan/hover.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-blue/hover.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-green/hover.png: branches: 1.1.2; file hover.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/hr.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/hr.gif: branches: 1.1.2; file hr.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/hr.js: branches: 1.1.2; file hr.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hr_dlg.js: branches: 1.1.2; file hr_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hr_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hr_dlg_src.js: branches: 1.1.2; file hr_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hr_src.js: branches: 1.1.2; file hr_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlEntities/html-entities.js: branches: 1.1.2; file html-entities.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-config.cfg: branches: 1.1.2; file html-tidy-config.cfg was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-logic.php: branches: 1.1.2; file html-tidy-logic.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/img/html-tidy.gif: branches: 1.1.2; file html-tidy.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy.js: branches: 1.1.2; file html-tidy.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/html.gif: * richtext-xinha/www/resources/xinha-nightly/skins/silva/html.gif: branches: 1.1.2; file html.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/html.png: branches: 1.1.2; file html.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/html_small.gif: branches: 1.1.2; file html_small.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/htmlarea.css: branches: 1.1.2; file htmlarea.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/htmlarea.js: branches: 1.1.2; file htmlarea.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hu.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hu.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/hu.js: * richtext-xinha/www/resources/xinha-nightly/lang/hu.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/hu.js: branches: 1.1.2; file hu.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hu_dlg.js: branches: 1.1.2; file hu_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hu_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hu_dlg_src.js: branches: 1.1.2; file hu_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hu_src.js: branches: 1.1.2; file hu_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hy.js: branches: 1.1.2; file hy.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hy_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hy_dlg.js: branches: 1.1.2; file hy_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hy_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hy_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hy_dlg_src.js: branches: 1.1.2; file hy_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/hy_src.js: branches: 1.1.2; file hy_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ia.js: branches: 1.1.2; file ia.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ia_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ia_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ia_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ia_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ia_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ia_dlg.js: branches: 1.1.2; file ia_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ia_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ia_dlg_src.js: branches: 1.1.2; file ia_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ia_src.js: branches: 1.1.2; file ia_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/img/icons.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/img/icons.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/img/icons.gif: branches: 1.1.2; file icons.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/iconset.xml: * richtext-xinha/www/resources/xinha-nightly/iconsets/Crystal/iconset.xml: * richtext-xinha/www/resources/xinha-nightly/iconsets/Tango/iconset.xml: branches: 1.1.2; file iconset.xml was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/id.js: branches: 1.1.2; file id.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/id_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/id_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/id_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/id_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/id_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/id_dlg.js: branches: 1.1.2; file id_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/id_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/id_dlg_src.js: branches: 1.1.2; file id_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/id_src.js: branches: 1.1.2; file id_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/iframe.css: branches: 1.1.2; file iframe.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js: branches: 1.1.2; file image-manager.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/image-picker.js: branches: 1.1.2; file image-picker.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/mimetypes/image-x-generic.png: branches: 1.1.2; file image-x-generic.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/image.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/image.gif: branches: 1.1.2; file image.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/image.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/image.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/image.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/image.htm: branches: 1.1.2; file image.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/js/image.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/js/image.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/image.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/image.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/image.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/image.js: branches: 1.1.2; file image.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/lists/image_list.js: branches: 1.1.2; file image_list.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/imagelist.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/imagelist.css: branches: 1.1.2; file imagelist.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/images.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js: branches: 1.1.2; file images.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/images.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/images.php: branches: 1.1.2; file images.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/imgfolder.gif: branches: 1.1.2; file imgfolder.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/indent.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/indent.gif: branches: 1.1.2; file indent.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/index.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/index.htm: branches: 1.1.2; file index.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/index.html: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/index.html: branches: 1.1.2; file index.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/ini.png: branches: 1.1.2; file ini.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/inline-dialog.js: * richtext-xinha/www/resources/xinha-nightly/modules/Dialogs/inline-dialog.js: branches: 1.1.2; file inline-dialog.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/popups/input.html: branches: 1.1.2; file input.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/ins.gif: branches: 1.1.2; file ins.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/ins.htm: branches: 1.1.2; file ins.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/ins.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/ins.js: branches: 1.1.2; file ins.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.css: branches: 1.1.2; file insert-anchor.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/img/insert-anchor.gif: branches: 1.1.2; file insert-anchor.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.js: branches: 1.1.2; file insert-anchor.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp: branches: 1.1.2; file insert-ilink.adp was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsAttach/img/insert-ilink.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/img/insert-ilink.gif: branches: 1.1.2; file insert-ilink.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.tcl: branches: 1.1.2; file insert-ilink.tcl was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.adp: branches: 1.1.2; file insert-image.adp was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsAttach/img/insert-image.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/img/insert-image.gif: branches: 1.1.2; file insert-image.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.tcl: branches: 1.1.2; file insert-image.tcl was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/insert-link.png: branches: 1.1.2; file insert-link.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/insert-marquee.js: branches: 1.1.2; file insert-marquee.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertNote/img/insert-note.gif: branches: 1.1.2; file insert-note.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/insert-pagebreak.js: branches: 1.1.2; file insert-pagebreak.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/insert-picture.js: branches: 1.1.2; file insert-picture.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/insert-smiley.js: branches: 1.1.2; file insert-smiley.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/insert-snippet.js: branches: 1.1.2; file insert-snippet.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/insert-table.png: branches: 1.1.2; file insert-table.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/img/insert-wlink.gif: branches: 1.1.2; file insert-wlink.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertWords/insert-words.js: branches: 1.1.2; file insert-words.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/popups/insert_anchor.html: branches: 1.1.2; file insert_anchor.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_anchor_button.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/insert_anchor_button.htm: branches: 1.1.2; file insert_anchor_button.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_anchor_window.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/images/insert_anchor_window.gif: branches: 1.1.2; file insert_anchor_window.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/insert_button_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/insert_button_bg.gif: branches: 1.1.2; file insert_button_bg.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/InsertImage/insert_image.html: * richtext-xinha/www/resources/xinha-nightly/popups/insert_image.html: branches: 1.1.2; file insert_image.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/InsertImage/insert_image.js: * richtext-xinha/www/resources/xinha-nightly/popups/insert_image.js: branches: 1.1.2; file insert_image.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_image_button.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/insert_image_button.htm: branches: 1.1.2; file insert_image_button.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_image_window.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/images/insert_image_window.gif: branches: 1.1.2; file insert_image_window.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_link_button.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/insert_link_button.htm: branches: 1.1.2; file insert_link_button.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_link_window.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/images/insert_link_window.gif: branches: 1.1.2; file insert_link_window.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/popups/insert_marquee.html: branches: 1.1.2; file insert_marquee.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/insert_table.gif: branches: 1.1.2; file insert_table.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/InsertTable/insert_table.html: * richtext-xinha/www/resources/xinha-nightly/popups/insert_table.html: branches: 1.1.2; file insert_table.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/InsertTable/insert_table.js: branches: 1.1.2; file insert_table.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_table_button.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/insert_table_button.htm: branches: 1.1.2; file insert_table_button.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_table_window.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/images/insert_table_window.gif: branches: 1.1.2; file insert_table_window.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/insertfilelink.gif: branches: 1.1.2; file insertfilelink.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/insertmacro.png: branches: 1.1.2; file insertmacro.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/popups/insertsmiley.html: branches: 1.1.2; file insertsmiley.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/popups/insertsnippet.html: branches: 1.1.2; file insertsnippet.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/32x32/apps/internet-web-browser.png: branches: 1.1.2; file internet-web-browser.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/is.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/is.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/is.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/is.js: branches: 1.1.2; file is.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/is_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/is_dlg.js: branches: 1.1.2; file is_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/is_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/is_dlg_src.js: branches: 1.1.2; file is_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/is_src.js: branches: 1.1.2; file is_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/islocked2.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/islocked2.gif: branches: 1.1.2; file islocked2.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlEntities/iso-8859-1.js: branches: 1.1.2; file iso-8859-1.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/iso.png: branches: 1.1.2; file iso.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/it.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/it.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/it.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/it.js: * richtext-xinha/www/resources/xinha-nightly/lang/it.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/it.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/it.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/it.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/it.js: branches: 1.1.2; file it.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/it_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/it_dlg.js: branches: 1.1.2; file it_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/it_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/it_dlg_src.js: branches: 1.1.2; file it_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/it_src.js: branches: 1.1.2; file it_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/italic.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/italic.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/italic.gif: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/de/italic.gif: * richtext-xinha/www/resources/xinha-nightly/images/de/italic.gif: branches: 1.1.2; file italic.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_de_se.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/italic_de_se.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/italic_de_se.gif: branches: 1.1.2; file italic_de_se.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_es.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/italic_es.gif: branches: 1.1.2; file italic_es.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_ru.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/italic_ru.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/italic_ru.gif: branches: 1.1.2; file italic_ru.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_tw.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/italic_tw.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/italic_tw.gif: branches: 1.1.2; file italic_tw.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/items.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/items.gif: branches: 1.1.2; file items.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ja.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ja.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ja.js: * richtext-xinha/www/resources/xinha-nightly/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Filter/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/ja.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/lang/ja.js: branches: 1.1.2; file ja.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ja_dlg.js: branches: 1.1.2; file ja_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ja_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ja_dlg_src.js: branches: 1.1.2; file ja_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ja_src.js: branches: 1.1.2; file ja_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/join.gif: branches: 1.1.2; file join.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/joinbottom.gif: branches: 1.1.2; file joinbottom.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/jpeg.png: branches: 1.1.2; file jpeg.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/jpg.png: branches: 1.1.2; file jpg.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/jpg_small.gif: branches: 1.1.2; file jpg_small.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/js.gif: branches: 1.1.2; file js.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/js.png: * richtext-xinha/www/resources/xinha-nightly/plugins/PreserveScripts/js.png: branches: 1.1.2; file js.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/js_small.gif: branches: 1.1.2; file js_small.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/justifycenter.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/justifycenter.gif: branches: 1.1.2; file justifycenter.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyfull.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/justifyfull.gif: branches: 1.1.2; file justifyfull.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyleft.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/justifyleft.gif: branches: 1.1.2; file justifyleft.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyright.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/justifyright.gif: branches: 1.1.2; file justifyright.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ka.js: branches: 1.1.2; file ka.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ka_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ka_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ka_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ka_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ka_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ka_dlg.js: branches: 1.1.2; file ka_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ka_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ka_dlg_src.js: branches: 1.1.2; file ka_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ka_src.js: branches: 1.1.2; file ka_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/kl.js: branches: 1.1.2; file kl.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/kl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/kl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/kl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/kl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/kl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/kl_dlg.js: branches: 1.1.2; file kl_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/kl_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/kl_dlg_src.js: branches: 1.1.2; file kl_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/kl_src.js: branches: 1.1.2; file kl_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/km.js: branches: 1.1.2; file km.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/km_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/km_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/km_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/km_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/km_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/km_dlg.js: branches: 1.1.2; file km_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/km_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/km_dlg_src.js: branches: 1.1.2; file km_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/km_src.js: branches: 1.1.2; file km_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ko.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ko.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ko.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ko.js: branches: 1.1.2; file ko.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ko_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ko_dlg.js: branches: 1.1.2; file ko_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ko_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ko_dlg_src.js: branches: 1.1.2; file ko_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ko_src.js: branches: 1.1.2; file ko_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/img/la.gif: branches: 1.1.2; file la.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/popups/label.html: branches: 1.1.2; file label.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.css: branches: 1.1.2; file lang-marks.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.js: branches: 1.1.2; file lang-marks.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/templates/layout1.htm: branches: 1.1.2; file layout1.htm was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Template/img/layout_01.gif: branches: 1.1.2; file layout_01.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Template/img/layout_02.gif: branches: 1.1.2; file layout_02.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Template/img/layout_03.gif: branches: 1.1.2; file layout_03.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/lb.js: branches: 1.1.2; file lb.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/lb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/lb_dlg.js: branches: 1.1.2; file lb_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lb_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lb_dlg_src.js: branches: 1.1.2; file lb_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/lb_src.js: branches: 1.1.2; file lb_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/contrib/lc_merge_strings.php: branches: 1.1.2; file lc_merge_strings.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/contrib/lc_parse_strings.php: branches: 1.1.2; file lc_parse_strings.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/less_equal_than.gif: branches: 1.1.2; file less_equal_than.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/license.txt: * richtext-xinha/www/resources/xinha-nightly/license.txt: branches: 1.1.2; file license.txt was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/line.gif: branches: 1.1.2; file line.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/link-picker.js: branches: 1.1.2; file link-picker.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/link.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/link.gif: branches: 1.1.2; file link.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/link.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/link.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/link.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/link.htm: branches: 1.1.2; file link.htm was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/CreateLink/link.html: * richtext-xinha/www/resources/xinha-nightly/popups/link.html: branches: 1.1.2; file link.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/js/link.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/link.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/link.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/link.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/link.js: * richtext-xinha/www/resources/xinha-nightly/modules/CreateLink/link.js: * richtext-xinha/www/resources/xinha-nightly/popups/link.js: branches: 1.1.2; file link.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/lists/link_list.js: branches: 1.1.2; file link_list.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/linux/linux.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/demo_images/linux/linux.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/PSServer/demo_images/linux/linux.gif: branches: 1.1.2; file linux.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/list-type.js: branches: 1.1.2; file list-type.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/lnk.png: branches: 1.1.2; file lnk.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/loader.gif: branches: 1.1.2; file loader.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/locked.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/locked.gif: branches: 1.1.2; file locked.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/media/logo.jpg: branches: 1.1.2; file logo.jpg was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/media/logo_over.jpg: branches: 1.1.2; file logo_over.jpg was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/lower-alpha.png: branches: 1.1.2; file lower-alpha.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/lower-roman.png: branches: 1.1.2; file lower-roman.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/lt.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lt.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lt.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/lt.js: * richtext-xinha/www/resources/xinha-nightly/lang/lt.js: branches: 1.1.2; file lt.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lt_dlg.js: branches: 1.1.2; file lt_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lt_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lt_dlg_src.js: branches: 1.1.2; file lt_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/lt_src.js: branches: 1.1.2; file lt_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/lv.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lv.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lv.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/lv.js: * richtext-xinha/www/resources/xinha-nightly/lang/lv.js: branches: 1.1.2; file lv.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lv_dlg.js: branches: 1.1.2; file lv_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lv_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lv_dlg_src.js: branches: 1.1.2; file lv_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/lv_src.js: branches: 1.1.2; file lv_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/css/main.css: branches: 1.1.2; file main.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.css: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.css: branches: 1.1.2; file manager.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js: branches: 1.1.2; file manager.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/manager.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/manager.php: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/manager.php: branches: 1.1.2; file manager.php was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/utils/mclayer.js: branches: 1.1.2; file mclayer.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/utils/mctabs.js: branches: 1.1.2; file mctabs.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/measure.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/measure.gif: branches: 1.1.2; file measure.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/css/media.css: branches: 1.1.2; file media.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/media.htm: branches: 1.1.2; file media.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/js/media.js: branches: 1.1.2; file media.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/lists/media_list.js: branches: 1.1.2; file media_list.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/menu.css: branches: 1.1.2; file menu.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/menu.html: branches: 1.1.2; file menu.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/menu.png: branches: 1.1.2; file menu.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/menu_arrow.gif: branches: 1.1.2; file menu_arrow.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/menu_check.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/menu_check.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/menu_check.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/menu_check.gif: branches: 1.1.2; file menu_check.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/merge_cells.htm: branches: 1.1.2; file merge_cells.htm was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/popups/merge_cells.html: branches: 1.1.2; file merge_cells.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/js/merge_cells.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/jscripts/merge_cells.js: branches: 1.1.2; file merge_cells.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/minus.gif: branches: 1.1.2; file minus.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/minusbottom.gif: branches: 1.1.2; file minusbottom.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/mk.js: branches: 1.1.2; file mk.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/mk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/mk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/mk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/mk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/mk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/mk_dlg.js: branches: 1.1.2; file mk_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/mk_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/mk_dlg_src.js: branches: 1.1.2; file mk_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/mk_src.js: branches: 1.1.2; file mk_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ml.js: branches: 1.1.2; file ml.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ml_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ml_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ml_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ml_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ml_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ml_dlg.js: branches: 1.1.2; file ml_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ml_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ml_dlg_src.js: branches: 1.1.2; file ml_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ml_src.js: branches: 1.1.2; file ml_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/mn.js: branches: 1.1.2; file mn.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/mn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/mn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/mn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/mn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/mn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/mn_dlg.js: branches: 1.1.2; file mn_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/mn_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/mn_dlg_src.js: branches: 1.1.2; file mn_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/mn_src.js: branches: 1.1.2; file mn_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.gzip.php: branches: 1.1.2; file module.archive.gzip.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.szip.php: branches: 1.1.2; file module.archive.szip.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.tar.php: branches: 1.1.2; file module.archive.tar.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.zip.php: branches: 1.1.2; file module.archive.zip.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.asf.php: branches: 1.1.2; file module.audio-video.asf.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.flv.php: branches: 1.1.2; file module.audio-video.flv.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.mpeg.php: branches: 1.1.2; file module.audio-video.mpeg.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.nsv.php: branches: 1.1.2; file module.audio-video.nsv.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.quicktime.php: branches: 1.1.2; file module.audio-video.quicktime.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.real.php: branches: 1.1.2; file module.audio-video.real.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.riff.php: branches: 1.1.2; file module.audio-video.riff.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.swf.php: branches: 1.1.2; file module.audio-video.swf.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.aac_adif.php: branches: 1.1.2; file module.audio.aac_adif.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.aac_adts.php: branches: 1.1.2; file module.audio.aac_adts.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.ac3.php: branches: 1.1.2; file module.audio.ac3.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.au.php: branches: 1.1.2; file module.audio.au.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.avr.php: branches: 1.1.2; file module.audio.avr.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.bonk.php: branches: 1.1.2; file module.audio.bonk.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.dts.php: branches: 1.1.2; file module.audio.dts.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.la.php: branches: 1.1.2; file module.audio.la.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.lpac.php: branches: 1.1.2; file module.audio.lpac.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.midi.php: branches: 1.1.2; file module.audio.midi.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.monkey.php: branches: 1.1.2; file module.audio.monkey.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.mp3.php: branches: 1.1.2; file module.audio.mp3.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.mpc.php: branches: 1.1.2; file module.audio.mpc.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.mpc_old.php: branches: 1.1.2; file module.audio.mpc_old.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.optimfrog.php: branches: 1.1.2; file module.audio.optimfrog.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.rkau.php: branches: 1.1.2; file module.audio.rkau.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.shorten.php: branches: 1.1.2; file module.audio.shorten.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.tta.php: branches: 1.1.2; file module.audio.tta.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.voc.php: branches: 1.1.2; file module.audio.voc.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.vqf.php: branches: 1.1.2; file module.audio.vqf.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.wavpack.php: branches: 1.1.2; file module.audio.wavpack.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.xiph.php: branches: 1.1.2; file module.audio.xiph.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.bmp.php: branches: 1.1.2; file module.graphic.bmp.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.gif.php: branches: 1.1.2; file module.graphic.gif.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.jpeg.php: branches: 1.1.2; file module.graphic.jpeg.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.pcd.php: branches: 1.1.2; file module.graphic.pcd.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.png.php: branches: 1.1.2; file module.graphic.png.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.tiff.php: branches: 1.1.2; file module.graphic.tiff.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.lib.data_hash.php: branches: 1.1.2; file module.lib.data_hash.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.lib.iconv_replacement.php: branches: 1.1.2; file module.lib.iconv_replacement.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.lib.image_size.php: branches: 1.1.2; file module.lib.image_size.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.misc.iso.php: branches: 1.1.2; file module.misc.iso.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.apetag.php: branches: 1.1.2; file module.tag.apetag.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.id3v1.php: branches: 1.1.2; file module.tag.id3v1.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.id3v2.php: branches: 1.1.2; file module.tag.id3v2.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.lyrics3.php: branches: 1.1.2; file module.tag.lyrics3.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/mootools-core.js: branches: 1.1.2; file mootools-core.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/mootools-more.js: branches: 1.1.2; file mootools-more.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/mov.gif: branches: 1.1.2; file mov.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/mov_small.gif: branches: 1.1.2; file mov_small.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/move.gif: branches: 1.1.2; file move.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/mp3.png: branches: 1.1.2; file mp3.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ms.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ms.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ms.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ms.js: branches: 1.1.2; file ms.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ms_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ms_dlg.js: branches: 1.1.2; file ms_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ms_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ms_dlg_src.js: branches: 1.1.2; file ms_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ms_src.js: branches: 1.1.2; file ms_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/mul.gif: branches: 1.1.2; file mul.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/musicfolder.gif: branches: 1.1.2; file musicfolder.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/my.js: branches: 1.1.2; file my.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/my_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/my_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/my_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/my_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/my_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/my_dlg.js: branches: 1.1.2; file my_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/my_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/my_dlg_src.js: branches: 1.1.2; file my_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/my_src.js: branches: 1.1.2; file my_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/nb.js: * richtext-xinha/www/resources/xinha-nightly/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/nb.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/lang/nb.js: branches: 1.1.2; file nb.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/nb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nb_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/nb_dlg.js: branches: 1.1.2; file nb_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nb_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nb_dlg_src.js: branches: 1.1.2; file nb_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/nb_src.js: branches: 1.1.2; file nb_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/32x32/places/network-server.png: branches: 1.1.2; file network-server.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/newFolder.html: branches: 1.1.2; file newFolder.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/newdocument.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/newdocument.gif: branches: 1.1.2; file newdocument.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/nl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/nl.js: * richtext-xinha/www/resources/xinha-nightly/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Filter/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/nl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/lang/nl.js: branches: 1.1.2; file nl.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nl_dlg.js: branches: 1.1.2; file nl_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nl_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nl_dlg_src.js: branches: 1.1.2; file nl_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/nl_src.js: branches: 1.1.2; file nl_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/nn.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nn.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nn.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/nn.js: branches: 1.1.2; file nn.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nn_dlg.js: branches: 1.1.2; file nn_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nn_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nn_dlg_src.js: branches: 1.1.2; file nn_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/nn_src.js: branches: 1.1.2; file nn_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/no.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/no.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/no.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/no.js: * richtext-xinha/www/resources/xinha-nightly/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/no.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/lang/no.js: branches: 1.1.2; file no.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/no_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/no_dlg.js: branches: 1.1.2; file no_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/no_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/no_dlg_src.js: branches: 1.1.2; file no_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/no_src.js: branches: 1.1.2; file no_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/noimages.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/noimages.gif: branches: 1.1.2; file noimages.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/nolines_minus.gif: branches: 1.1.2; file nolines_minus.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/nolines_plus.gif: branches: 1.1.2; file nolines_plus.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/images/nonbreaking.gif: branches: 1.1.2; file nonbreaking.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/none.png: branches: 1.1.2; file none.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/noneditable/css/noneditable.css: branches: 1.1.2; file noneditable.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/img/nopic.gif: branches: 1.1.2; file nopic.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/note-server.js: branches: 1.1.2; file note-server.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/img/note.gif: branches: 1.1.2; file note.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/notequal.gif: branches: 1.1.2; file notequal.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/numlist.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/numlist.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/numlist.gif: branches: 1.1.2; file numlist.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.css: branches: 1.1.2; file oacs-attach.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js: branches: 1.1.2; file oacs-attach.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.css: branches: 1.1.2; file oacs-fs.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/odp.png: branches: 1.1.2; file odp.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/ods.png: branches: 1.1.2; file ods.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/odt.png: branches: 1.1.2; file odt.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/offline.gif: branches: 1.1.2; file offline.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/offline.png: branches: 1.1.2; file offline.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/popups/old_insert_image.html: branches: 1.1.2; file old_insert_image.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/opacity.png: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/opacity.png: branches: 1.1.2; file opacity.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/popups/operations.html: branches: 1.1.2; file operations.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/outdent.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/outdent.gif: branches: 1.1.2; file outdent.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/package.yml: branches: 1.1.2; file package.yml was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/page.gif: branches: 1.1.2; file page.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/img/pagebreak.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/img/pagebreak.gif: branches: 1.1.2; file pagebreak.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/palecnvs.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/palecnvs.jpg: branches: 1.1.2; file palecnvs.jpg was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/Dialogs/panel-dialog.js: * richtext-xinha/www/resources/xinha-nightly/panel-dialog.js: branches: 1.1.2; file panel-dialog.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/panel.html: branches: 1.1.2; file panel.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/Gecko/paraHandlerBest.js: branches: 1.1.2; file paraHandlerBest.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/Gecko/paraHandlerDirty.js: branches: 1.1.2; file paraHandlerDirty.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Filter/filters/paragraph.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/filters/paragraph.js: branches: 1.1.2; file paragraph.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/parenthesis.gif: branches: 1.1.2; file parenthesis.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/paste-text.js: branches: 1.1.2; file paste-text.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/paste.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/paste.gif: branches: 1.1.2; file paste.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/popups/paste_text.html: branches: 1.1.2; file paste_text.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/images/pastetext.gif: branches: 1.1.2; file pastetext.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/pastetext.htm: branches: 1.1.2; file pastetext.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/js/pastetext.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/jscripts/pastetext.js: branches: 1.1.2; file pastetext.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/css/pasteword.css: branches: 1.1.2; file pasteword.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/images/pasteword.gif: branches: 1.1.2; file pasteword.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/pasteword.htm: branches: 1.1.2; file pasteword.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/js/pasteword.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/jscripts/pasteword.js: branches: 1.1.2; file pasteword.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/pdf.gif: branches: 1.1.2; file pdf.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/pdf.png: branches: 1.1.2; file pdf.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/pdf_small.gif: branches: 1.1.2; file pdf_small.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/contrib/php-xinha.php: branches: 1.1.2; file php-xinha.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/php.gif: branches: 1.1.2; file php.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/php.png: * richtext-xinha/www/resources/xinha-nightly/plugins/PreserveScripts/php.png: branches: 1.1.2; file php.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/PreserveScripts/php.svg: branches: 1.1.2; file php.svg was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/php_small.gif: branches: 1.1.2; file php_small.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/pl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pl.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/pl.js: * richtext-xinha/www/resources/xinha-nightly/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/pl.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/pl.js: branches: 1.1.2; file pl.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pl_dlg.js: branches: 1.1.2; file pl_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pl_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pl_dlg_src.js: branches: 1.1.2; file pl_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/pl_src.js: branches: 1.1.2; file pl_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/img/placeholder.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/img/placeholder.gif: branches: 1.1.2; file placeholder.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/CreateLink/pluginMethods.js: * richtext-xinha/www/resources/xinha-nightly/modules/InsertImage/pluginMethods.js: * richtext-xinha/www/resources/xinha-nightly/modules/InsertTable/pluginMethods.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/pluginMethods.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/pluginMethods.js: branches: 1.1.2; file pluginMethods.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/plus.gif: branches: 1.1.2; file plus.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/plusbottom.gif: branches: 1.1.2; file plusbottom.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/png.png: branches: 1.1.2; file png.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/png_small.gif: branches: 1.1.2; file png_small.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/popup.css: * richtext-xinha/www/resources/xinha-nightly/popups/popup.css: branches: 1.1.2; file popup.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/popup.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js: * richtext-xinha/www/resources/xinha-nightly/popups/popup.js: branches: 1.1.2; file popup.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/popupdiv.js: branches: 1.1.2; file popupdiv.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/modules/Dialogs/popupwin.js: * richtext-xinha/www/resources/xinha-nightly/popupwin.js: branches: 1.1.2; file popupwin.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/ppplcnvs.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/ppplcnvs.jpg: branches: 1.1.2; file ppplcnvs.jpg was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/ppt.gif: branches: 1.1.2; file ppt.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/ppt.png: branches: 1.1.2; file ppt.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/ppt_small.gif: branches: 1.1.2; file ppt_small.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/PreserveScripts/preserve-scripts.js: branches: 1.1.2; file preserve-scripts.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/images/preview.gif: branches: 1.1.2; file preview.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/preview.html: branches: 1.1.2; file preview.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/print/images/print.gif: branches: 1.1.2; file print.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/progress.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/progress.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/progress.gif: branches: 1.1.2; file progress.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/prompt.html: branches: 1.1.2; file prompt.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/css/props.css: branches: 1.1.2; file props.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/props.htm: branches: 1.1.2; file props.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/js/props.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/jscripts/props.js: branches: 1.1.2; file props.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ps.js: branches: 1.1.2; file ps.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ps_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ps_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ps_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ps_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ps_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ps_dlg.js: branches: 1.1.2; file ps_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ps_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ps_dlg_src.js: branches: 1.1.2; file ps_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ps_src.js: branches: 1.1.2; file ps_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/pt.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pt.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/pt.js: branches: 1.1.2; file pt.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/modules/ColorPicker/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/modules/CreateLink/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/modules/Gecko/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/modules/GetHtml/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Abbreviation/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharCounter/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DynamicCSS/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/EditTag/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Filter/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FormOperations/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HorizontalRule/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/HtmlTidy/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertAnchor/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertMarquee/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/LangMarks/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/NoteServer/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/lang/pt_br.js: * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/lang/pt_br.js: branches: 1.1.2; file pt_br.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pt_dlg.js: branches: 1.1.2; file pt_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pt_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pt_dlg_src.js: branches: 1.1.2; file pt_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/pt_src.js: branches: 1.1.2; file pt_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsAttach/img/qmark.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/img/qmark.gif: branches: 1.1.2; file qmark.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/question.gif: branches: 1.1.2; file question.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/quick-tag.js: branches: 1.1.2; file quick-tag.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/popups/quicktag.html: branches: 1.1.2; file quicktag.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/quicktime.gif: branches: 1.1.2; file quicktime.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/rar.gif: branches: 1.1.2; file rar.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/rar.png: branches: 1.1.2; file rar.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/rar_small.gif: branches: 1.1.2; file rar_small.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/rb.png: branches: 1.1.2; file rb.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/readme-tech.html: branches: 1.1.2; file readme-tech.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/readme.html: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/readme.html: branches: 1.1.2; file readme.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/noneditable/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/print/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/save/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/readme.txt: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/zoom/readme.txt: * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/readme.txt: * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/readme.txt: branches: 1.1.2; file readme.txt was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/realmedia.gif: branches: 1.1.2; file realmedia.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/redo.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/redo.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/redo.gif: branches: 1.1.2; file redo.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/release-notes.txt: branches: 1.1.2; file release-notes.txt was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/remove_button_bg.gif: branches: 1.1.2; file remove_button_bg.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/removeformat.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/removeformat.gif: branches: 1.1.2; file removeformat.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/rename.png: branches: 1.1.2; file rename.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace.gif: branches: 1.1.2; file replace.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace_all_button_bg.gif: branches: 1.1.2; file replace_all_button_bg.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace_button_bg.gif: branches: 1.1.2; file replace_button_bg.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/resizer.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/resizer.php: branches: 1.1.2; file resizer.php was initially added on branch oacs-5-9. * richtext-ckeditor4/richtext-ckeditor4.info: branches: 1.1.2; file richtext-ckeditor4.info was initially added on branch oacs-5-9. * richtext-ckeditor4/tcl/richtext-init.tcl: * richtext-tinymce/tcl/richtext-init.tcl: * richtext-xinha/tcl/richtext-init.tcl: branches: 1.1.2; file richtext-init.tcl was initially added on branch oacs-5-9. * richtext-ckeditor4/tcl/richtext-procs.tcl: * richtext-tinymce/tcl/richtext-procs.tcl: * richtext-xinha/tcl/richtext-procs.tcl: branches: 1.1.2; file richtext-procs.tcl was initially added on branch oacs-5-9. * richtext-tinymce/richtext-tinymce.info: branches: 1.1.2; file richtext-tinymce.info was initially added on branch oacs-5-9. * richtext-xinha/richtext-xinha.info: branches: 1.1.2; file richtext-xinha.info was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ro.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ro.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ro.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ro.js: * richtext-xinha/www/resources/xinha-nightly/lang/ro.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/lang/ro.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/lang/ro.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/ro.js: branches: 1.1.2; file ro.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ro_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ro_dlg.js: branches: 1.1.2; file ro_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ro_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ro_dlg_src.js: branches: 1.1.2; file ro_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ro_src.js: branches: 1.1.2; file ro_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/root.gif: branches: 1.1.2; file root.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/rotate.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/rotate.gif: branches: 1.1.2; file rotate.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/row-delete.gif: branches: 1.1.2; file row-delete.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/row-insert-above.gif: branches: 1.1.2; file row-insert-above.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/row-insert-under.gif: branches: 1.1.2; file row-insert-under.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/row-prop.gif: branches: 1.1.2; file row-prop.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/row-split.gif: branches: 1.1.2; file row-split.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/css/row.css: branches: 1.1.2; file row.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/row.htm: branches: 1.1.2; file row.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/js/row.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/jscripts/row.js: branches: 1.1.2; file row.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ru.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ru.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ru.js: * richtext-xinha/www/resources/xinha-nightly/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/DefinitionList/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/PasteText/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Stylist/lang/ru.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/ru.js: branches: 1.1.2; file ru.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ru_dlg.js: branches: 1.1.2; file ru_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ru_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ru_dlg_src.js: branches: 1.1.2; file ru_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ru_src.js: branches: 1.1.2; file ru_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/rule.htm: branches: 1.1.2; file rule.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/js/rule.js: branches: 1.1.2; file rule.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/media/sample.avi: branches: 1.1.2; file sample.avi was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/media/sample.dcr: branches: 1.1.2; file sample.dcr was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/img/sample.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/images/sample.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/img/sample.gif: branches: 1.1.2; file sample.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/media/sample.mov: branches: 1.1.2; file sample.mov was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/media/sample.ram: branches: 1.1.2; file sample.ram was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/media/sample.rm: branches: 1.1.2; file sample.rm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/media/sample.swf: branches: 1.1.2; file sample.swf was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SaveSubmit/save-submit.js: branches: 1.1.2; file save-submit.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/save/images/save.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/save.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/save.gif: branches: 1.1.2; file save.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sc.js: branches: 1.1.2; file sc.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sc_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sc_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sc_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sc_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sc_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sc_dlg.js: branches: 1.1.2; file sc_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sc_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sc_dlg_src.js: branches: 1.1.2; file sc_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sc_src.js: branches: 1.1.2; file sc_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/scale.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/scale.gif: branches: 1.1.2; file scale.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/scan.php: branches: 1.1.2; file scan.php was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/se.js: * richtext-xinha/www/resources/xinha-nightly/lang/se.js: branches: 1.1.2; file se.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/se_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/se_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/se_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/se_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/se_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/se_dlg.js: branches: 1.1.2; file se_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/se_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/se_dlg_src.js: branches: 1.1.2; file se_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/se_src.js: branches: 1.1.2; file se_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/search.gif: branches: 1.1.2; file search.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css: branches: 1.1.2; file searchreplace.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/searchreplace.htm: branches: 1.1.2; file searchreplace.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/js/searchreplace.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/jscripts/searchreplace.js: branches: 1.1.2; file searchreplace.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/popups/select.html: branches: 1.1.2; file select.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/selectImage.php: branches: 1.1.2; file selectImage.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/popups/select_character.html: branches: 1.1.2; file select_character.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/popups/select_color.html: branches: 1.1.2; file select_color.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/images/selectall.gif: branches: 1.1.2; file selectall.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/skins/inditreuse/selected.png: * richtext-xinha/www/resources/xinha-nightly/skins/titan/selected.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-blue/selected.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-green/selected.png: branches: 1.1.2; file selected.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/separator.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/separator.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/separator.gif: * richtext-xinha/www/resources/xinha-nightly/skins/blue-look/separator.gif: * richtext-xinha/www/resources/xinha-nightly/skins/blue-metallic/separator.gif: * richtext-xinha/www/resources/xinha-nightly/skins/green-look/separator.gif: branches: 1.1.2; file separator.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/skins/inditreuse/separator.png: * richtext-xinha/www/resources/xinha-nightly/skins/titan/separator.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-blue/separator.png: * richtext-xinha/www/resources/xinha-nightly/skins/xp-green/separator.png: branches: 1.1.2; file separator.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/set-id.css: branches: 1.1.2; file set-id.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/img/set-id.gif: branches: 1.1.2; file set-id.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/set-id.js: branches: 1.1.2; file set-id.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SetId/popups/set_id.html: branches: 1.1.2; file set_id.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/lang/sh.js: branches: 1.1.2; file sh.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/shockwave.gif: branches: 1.1.2; file shockwave.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/si.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/si.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/si.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/si.js: * richtext-xinha/www/resources/xinha-nightly/lang/si.js: branches: 1.1.2; file si.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/si_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/si_dlg.js: branches: 1.1.2; file si_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/si_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/si_dlg_src.js: branches: 1.1.2; file si_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/si_src.js: branches: 1.1.2; file si_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/simple.html: branches: 1.1.2; file simple.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/simple_example.html: branches: 1.1.2; file simple_example.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sk.js: branches: 1.1.2; file sk.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sk_dlg.js: branches: 1.1.2; file sk_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sk_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sk_dlg_src.js: branches: 1.1.2; file sk_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sk_src.js: branches: 1.1.2; file sk_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/skins/blue-look/skin.css: * richtext-xinha/www/resources/xinha-nightly/skins/blue-metallic/skin.css: * richtext-xinha/www/resources/xinha-nightly/skins/green-look/skin.css: * richtext-xinha/www/resources/xinha-nightly/skins/inditreuse/skin.css: * richtext-xinha/www/resources/xinha-nightly/skins/silva/skin.css: * richtext-xinha/www/resources/xinha-nightly/skins/titan/skin.css: * richtext-xinha/www/resources/xinha-nightly/skins/xp-blue/skin.css: * richtext-xinha/www/resources/xinha-nightly/skins/xp-green/skin.css: branches: 1.1.2; file skin.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/skins/blue-look/skin.xml: * richtext-xinha/www/resources/xinha-nightly/skins/silva/skin.xml: branches: 1.1.2; file skin.xml was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/skins.html: branches: 1.1.2; file skins.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sl.js: branches: 1.1.2; file sl.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sl_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sl_dlg.js: branches: 1.1.2; file sl_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sl_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sl_dlg_src.js: branches: 1.1.2; file sl_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sl_src.js: branches: 1.1.2; file sl_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/slider.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/slider.js: branches: 1.1.2; file slider.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/smart-image.js: branches: 1.1.2; file smart-image.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/smart-replace.js: branches: 1.1.2; file smart-replace.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/img/smartquotes.gif: branches: 1.1.2; file smartquotes.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SmartReplace/img/smartquotes.png: branches: 1.1.2; file smartquotes.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-cool.gif: branches: 1.1.2; file smiley-cool.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-cry.gif: branches: 1.1.2; file smiley-cry.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-embarassed.gif: branches: 1.1.2; file smiley-embarassed.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif: branches: 1.1.2; file smiley-foot-in-mouth.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-frown.gif: branches: 1.1.2; file smiley-frown.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-innocent.gif: branches: 1.1.2; file smiley-innocent.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-kiss.gif: branches: 1.1.2; file smiley-kiss.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-laughing.gif: branches: 1.1.2; file smiley-laughing.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif: branches: 1.1.2; file smiley-money-mouth.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-sealed.gif: branches: 1.1.2; file smiley-sealed.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-smile.gif: branches: 1.1.2; file smiley-smile.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-surprised.gif: branches: 1.1.2; file smiley-surprised.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif: branches: 1.1.2; file smiley-tongue-out.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-undecided.gif: branches: 1.1.2; file smiley-undecided.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-wink.gif: branches: 1.1.2; file smiley-wink.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-yell.gif: branches: 1.1.2; file smiley-yell.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/smileys.js: branches: 1.1.2; file smileys.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/smileys.php: branches: 1.1.2; file smileys.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSmiley/smileys.txt: branches: 1.1.2; file smileys.txt was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/Files/Test/smurfs.jpg: branches: 1.1.2; file smurfs.jpg was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/templates/snippet1.htm: branches: 1.1.2; file snippet1.htm was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.html: branches: 1.1.2; file snippets.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.js: branches: 1.1.2; file snippets.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.php: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/snippets.php: branches: 1.1.2; file snippets.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertSnippet2/snippets.xml: branches: 1.1.2; file snippets.xml was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/source_editor.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/source_editor.htm: branches: 1.1.2; file source_editor.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/source_editor.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/source_editor.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/source_editor.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/source_editor.js: branches: 1.1.2; file source_editor.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/spacer.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/spacer.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/spacer.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/spacer.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/spacer.gif: branches: 1.1.2; file spacer.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi: branches: 1.1.2; file spell-check-logic.cgi was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.php: branches: 1.1.2; file spell-check-logic.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-savedicts.php: branches: 1.1.2; file spell-check-savedicts.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-style.css: branches: 1.1.2; file spell-check-style.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html: branches: 1.1.2; file spell-check-ui.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js: branches: 1.1.2; file spell-check-ui.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/img/spell-check.gif: branches: 1.1.2; file spell-check.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js: branches: 1.1.2; file spell-checker.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sq.js: branches: 1.1.2; file sq.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sq_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sq_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sq_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sq_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sq_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sq_dlg.js: branches: 1.1.2; file sq_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sq_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sq_dlg_src.js: branches: 1.1.2; file sq_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sq_src.js: branches: 1.1.2; file sq_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/sql.png: branches: 1.1.2; file sql.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/square.png: branches: 1.1.2; file square.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Equation/img/square_root.gif: branches: 1.1.2; file square_root.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/sr.js: * richtext-xinha/www/resources/xinha-nightly/lang/sr.js: branches: 1.1.2; file sr.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sr_dlg.js: branches: 1.1.2; file sr_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sr_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sr_dlg_src.js: branches: 1.1.2; file sr_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sr_src.js: branches: 1.1.2; file sr_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/skins/silva/statusbar.png: branches: 1.1.2; file statusbar.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/statusbar_resize.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/statusbar_resize.gif: branches: 1.1.2; file statusbar_resize.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/strikethrough.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/strikethrough.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/strikethrough.gif: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/fr/strikethrough.gif: * richtext-xinha/www/resources/xinha-nightly/images/fr/strikethrough.gif: branches: 1.1.2; file strikethrough.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/style.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/style.css: branches: 1.1.2; file style.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/images/style_info.gif: branches: 1.1.2; file style_info.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/images/styleprops.gif: branches: 1.1.2; file styleprops.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/files/stylist.css: * richtext-xinha/www/resources/xinha-nightly/examples/stylist.css: branches: 1.1.2; file stylist.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/sub.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/sub.gif: branches: 1.1.2; file sub.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/sup.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/sup.gif: branches: 1.1.2; file sup.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/super-clean.js: branches: 1.1.2; file super-clean.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sv.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sv.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sv.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/sv.js: * richtext-xinha/www/resources/xinha-nightly/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/modules/FullScreen/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/CharacterMap/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ContextMenu/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FindReplace/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/FullScreen/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/lang/sv.js: * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/lang/sv.js: branches: 1.1.2; file sv.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sv_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sv_dlg.js: branches: 1.1.2; file sv_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sv_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sv_dlg_src.js: branches: 1.1.2; file sv_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/sv_src.js: branches: 1.1.2; file sv_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/swf.png: branches: 1.1.2; file swf.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/swfobject/swfobject.js: branches: 1.1.2; file swfobject.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/swfobject/swfobject_source.js: branches: 1.1.2; file swfobject_source.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/t_black.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/t_black.gif: branches: 1.1.2; file t_black.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/t_white.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/t_white.gif: branches: 1.1.2; file t_white.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ta.js: branches: 1.1.2; file ta.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ta_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ta_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ta_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ta_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ta_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ta_dlg.js: branches: 1.1.2; file ta_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ta_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ta_dlg_src.js: branches: 1.1.2; file ta_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ta_src.js: branches: 1.1.2; file ta_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/xp/tab_bg.gif: branches: 1.1.2; file tab_bg.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_end.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/xp/tab_end.gif: branches: 1.1.2; file tab_end.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/xp/tab_sel_bg.gif: branches: 1.1.2; file tab_sel_bg.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_end.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/xp/tab_sel_end.gif: branches: 1.1.2; file tab_sel_end.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js: branches: 1.1.2; file table-operations.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/TableOperations/img/table-prop.gif: branches: 1.1.2; file table-prop.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/css/table.css: branches: 1.1.2; file table.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table.gif: branches: 1.1.2; file table.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/table.htm: branches: 1.1.2; file table.htm was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/js/table.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/jscripts/table.js: branches: 1.1.2; file table.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_cell_props.gif: branches: 1.1.2; file table_cell_props.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete.gif: branches: 1.1.2; file table_delete.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_col.gif: branches: 1.1.2; file table_delete_col.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_row.gif: branches: 1.1.2; file table_delete_row.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_after.gif: branches: 1.1.2; file table_insert_col_after.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_before.gif: branches: 1.1.2; file table_insert_col_before.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_after.gif: branches: 1.1.2; file table_insert_row_after.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_before.gif: branches: 1.1.2; file table_insert_row_before.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_merge_cells.gif: branches: 1.1.2; file table_merge_cells.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_row_props.gif: branches: 1.1.2; file table_row_props.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_split_cells.gif: branches: 1.1.2; file table_split_cells.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/tabs.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/tabs.gif: branches: 1.1.2; file tabs.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tabs_bg.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/xp/tabs_bg.gif: branches: 1.1.2; file tabs_bg.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/QuickTag/tag-lib.js: branches: 1.1.2; file tag-lib.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/tar.png: branches: 1.1.2; file tar.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/te.js: branches: 1.1.2; file te.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/te_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/te_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/te_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/te_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/te_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/te_dlg.js: branches: 1.1.2; file te_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/te_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/te_dlg_src.js: branches: 1.1.2; file te_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/te_src.js: branches: 1.1.2; file te_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/css/template.css: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/template.css: branches: 1.1.2; file template.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/images/template.gif: branches: 1.1.2; file template.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/template.htm: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/template.htm: branches: 1.1.2; file template.htm was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Template/popups/template.html: branches: 1.1.2; file template.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/js/template.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/jscripts/template.js: * richtext-xinha/www/resources/xinha-nightly/plugins/Template/template.js: branches: 1.1.2; file template.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/lists/template_list.js: branches: 1.1.2; file template_list.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/FullPage/test.html: branches: 1.1.2; file test.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/contrib/test_server.py: branches: 1.1.2; file test_server.py was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/examples/testbed.html: branches: 1.1.2; file testbed.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/32x32/mimetypes/text-html.png: branches: 1.1.2; file text-html.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/32x32/mimetypes/text-x-generic.png: branches: 1.1.2; file text-x-generic.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html: branches: 1.1.2; file textarea.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/th.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/th.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/th.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/th.js: * richtext-xinha/www/resources/xinha-nightly/lang/th.js: branches: 1.1.2; file th.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/th_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/th_dlg.js: branches: 1.1.2; file th_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/th_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/th_dlg_src.js: branches: 1.1.2; file th_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/th_src.js: branches: 1.1.2; file th_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/thumbs.php: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php: branches: 1.1.2; file thumbs.php was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tidy.gif: branches: 1.1.2; file tidy.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/tidy.php: branches: 1.1.2; file tidy.php was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/tiny_mce.js: branches: 1.1.2; file tiny_mce.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_popup.js: branches: 1.1.2; file tiny_mce_popup.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_src.js: branches: 1.1.2; file tiny_mce_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/tinymce.html: branches: 1.1.2; file tinymce.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tn.js: branches: 1.1.2; file tn.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/tn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/tn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/tn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/tn_dlg.js: branches: 1.1.2; file tn_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tn_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tn_dlg_src.js: branches: 1.1.2; file tn_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tn_src.js: branches: 1.1.2; file tn_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/toggle-borders.png: branches: 1.1.2; file toggle-borders.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/toggle_borders.gif: branches: 1.1.2; file toggle_borders.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/skins/silva/toolbar.png: branches: 1.1.2; file toolbar.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/tr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/tr.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/tr.js: branches: 1.1.2; file tr.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/tr_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/tr_dlg.js: branches: 1.1.2; file tr_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tr_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tr_dlg_src.js: branches: 1.1.2; file tr_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tr_src.js: branches: 1.1.2; file tr_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/trans.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/img/trans.gif: branches: 1.1.2; file trans.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/translate.html: branches: 1.1.2; file translate.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Linker/dTree/img/trash.gif: branches: 1.1.2; file trash.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tt.js: branches: 1.1.2; file tt.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/tt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/tt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/tt_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/tt_dlg.js: branches: 1.1.2; file tt_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tt_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tt_dlg_src.js: branches: 1.1.2; file tt_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tt_src.js: branches: 1.1.2; file tt_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tw.js: branches: 1.1.2; file tw.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/tw_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tw_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tw_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/tw_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/tw_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/tw_dlg.js: branches: 1.1.2; file tw_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tw_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tw_dlg_src.js: branches: 1.1.2; file tw_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/tw_src.js: branches: 1.1.2; file tw_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/txt.gif: branches: 1.1.2; file txt.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/txt_small.gif: branches: 1.1.2; file txt_small.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/skins/default/ui.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/ui.css: branches: 1.1.2; file ui.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui_black.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/ui_black.css: branches: 1.1.2; file ui_black.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/ui_silver.css: branches: 1.1.2; file ui_silver.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/uk.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/uk.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/uk.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/uk.js: branches: 1.1.2; file uk.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/uk_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/uk_dlg.js: branches: 1.1.2; file uk_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/uk_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/uk_dlg_src.js: branches: 1.1.2; file uk_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/uk_src.js: branches: 1.1.2; file uk_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/un-format.js: branches: 1.1.2; file un-format.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/underline.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/underline.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/underline.gif: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/de/underline.gif: * richtext-xinha/www/resources/xinha-nightly/iconsets/Classic/fr/underline.gif: * richtext-xinha/www/resources/xinha-nightly/images/de/underline.gif: * richtext-xinha/www/resources/xinha-nightly/images/fr/underline.gif: branches: 1.1.2; file underline.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_es.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/underline_es.gif: branches: 1.1.2; file underline_es.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_fr.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/underline_fr.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/underline_fr.gif: branches: 1.1.2; file underline_fr.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_ru.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/underline_ru.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/underline_ru.gif: branches: 1.1.2; file underline_ru.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_tw.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/underline_tw.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/underline_tw.gif: branches: 1.1.2; file underline_tw.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/undo.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/undo.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/undo.gif: branches: 1.1.2; file undo.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/img/unformat.gif: branches: 1.1.2; file unformat.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/UnFormat/popups/unformat.html: branches: 1.1.2; file unformat.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/unlink.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/unlink.gif: branches: 1.1.2; file unlink.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/unlocked.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/unlocked.gif: branches: 1.1.2; file unlocked.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/unlocked2.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/img/unlocked2.gif: branches: 1.1.2; file unlocked2.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/unlocked_empty.gif: branches: 1.1.2; file unlocked_empty.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/OacsAttach/img/up.gif: * richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/img/up.gif: branches: 1.1.2; file up.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/upper-alpha.png: branches: 1.1.2; file upper-alpha.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ListType/img/upper-roman.png: branches: 1.1.2; file upper-roman.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ur.js: branches: 1.1.2; file ur.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ur_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ur_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ur_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ur_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ur_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ur_dlg.js: branches: 1.1.2; file ur_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ur_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ur_dlg_src.js: branches: 1.1.2; file ur_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/ur_src.js: branches: 1.1.2; file ur_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/places/user-trash.png: branches: 1.1.2; file user-trash.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/utils/validate.js: branches: 1.1.2; file validate.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif: branches: 1.1.2; file vertical.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/vi.js: branches: 1.1.2; file vi.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/vi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/vi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/vi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/vi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/vi_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/vi_dlg.js: branches: 1.1.2; file vi_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/vi_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/vi_dlg_src.js: branches: 1.1.2; file vi_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/vi_src.js: branches: 1.1.2; file vi_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/view-fullscreen.png: branches: 1.1.2; file view-fullscreen.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/16x16/actions/view-restore.png: branches: 1.1.2; file view-restore.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/viewpicture.html: branches: 1.1.2; file viewpicture.html was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/visualaid.gif: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/visualaid.gif: branches: 1.1.2; file visualaid.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/visualchars/images/visualchars.gif: branches: 1.1.2; file visualchars.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/lang/vn.js: branches: 1.1.2; file vn.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/wesnoth078.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/demo_images/wesnoth078.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/InsertPicture/demo_pictures/wesnoth078.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/PSServer/demo_images/wesnoth078.jpg: branches: 1.1.2; file wesnoth078.jpg was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css: branches: 1.1.2; file window.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/windowsmedia.gif: branches: 1.1.2; file windowsmedia.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/spellchecker/img/wline.gif: branches: 1.1.2; file wline.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/wmv.png: branches: 1.1.2; file wmv.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/css/word.css: branches: 1.1.2; file word.css was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/examples/word.html: branches: 1.1.2; file word.html was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/Filter/filters/word.js: * richtext-xinha/www/resources/xinha-nightly/plugins/SuperClean/filters/word.js: branches: 1.1.2; file word.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/wz_jsgraphics.js: * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/assets/wz_jsgraphics.js: branches: 1.1.2; file wz_jsgraphics.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/tango/32x32/mimetypes/x-office-document.png: branches: 1.1.2; file x-office-document.png was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css: branches: 1.1.2; file xhtmlxtras.css was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/xinha-small-icon.gif: branches: 1.1.2; file xinha-small-icon.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/images/xinha_logo.gif: branches: 1.1.2; file xinha_logo.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/xls.gif: branches: 1.1.2; file xls.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/xls.png: branches: 1.1.2; file xls.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/xls_small.gif: branches: 1.1.2; file xls_small.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/xlsx.png: branches: 1.1.2; file xlsx.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/ylwsand.jpg: * richtext-xinha/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/ylwsand.jpg: branches: 1.1.2; file ylwsand.jpg was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ImageManager/youtube.php: branches: 1.1.2; file youtube.php was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/zh-cn.js: branches: 1.1.2; file zh-cn.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zh-cn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh-cn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh-cn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/zh-cn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/zh-cn_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/zh-cn_dlg.js: branches: 1.1.2; file zh-cn_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh-cn_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh-cn_dlg_src.js: branches: 1.1.2; file zh-cn_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/zh-cn_src.js: branches: 1.1.2; file zh-cn_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/zh.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/zh.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/zh.js: branches: 1.1.2; file zh.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/zh_dlg.js: branches: 1.1.2; file zh_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh_dlg_src.js: branches: 1.1.2; file zh_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/zh_src.js: branches: 1.1.2; file zh_src.js was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/zip.gif: branches: 1.1.2; file zip.gif was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/zip.png: branches: 1.1.2; file zip.png was initially added on branch oacs-5-9. * richtext-xinha/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/zip_small.gif: branches: 1.1.2; file zip_small.gif was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/zu.js: branches: 1.1.2; file zu.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/zu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/zu_dlg.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/zu_dlg.js: branches: 1.1.2; file zu_dlg.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zu_dlg_src.js: * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zu_dlg_src.js: branches: 1.1.2; file zu_dlg_src.js was initially added on branch oacs-5-9. * richtext-tinymce/www/resources/tinymce/jscripts/tiny_mce/langs/zu_src.js: branches: 1.1.2; file zu_src.js was initially added on branch oacs-5-9. 2016-01-02 gustafn * acs-datetime/www/doc/examples/index.adp: - add doc(title) to demo page * acs-core-docs/www/db-api-detailed.adp: * acs-core-docs/www/db-api-detailed.html: * acs-core-docs/www/db-api.adp: * acs-core-docs/www/db-api.html: * acs-core-docs/www/xml/developers-guide/db-api.xml: * acs-core-docs/www/xml/kernel/db-api.xml: - fix broken documentation (db_* statements without a query name) - prefer sql statements between curly braces * acs-tcl/tcl/apm-file-procs.tcl: * acs-tcl/tcl/navigation-procs.tcl: * acs-tcl/tcl/security-init.tcl: * acs-tcl/tcl/security-procs.tcl: - prefer braces around sql statements * acs-authentication/tcl/authentication-procs.tcl: * acs-authentication/tcl/local-procs.tcl: * acs-reference/www/reference-data-list.tcl: * acs-reference/www/view-one-reference.tcl: - prefer empty sql statements over various forms of *SQL* * acs-admin/lib/become.tcl: * acs-admin/www/apm/version-callback-add-edit.tcl: * acs-admin/www/apm/version-callback-invoke.tcl: * acs-admin/www/apm/version-callbacks.tcl: * acs-admin/www/apm/version-i18n-process.tcl: * acs-admin/www/apm/version-i18n.tcl: * acs-admin/www/users/complex-search.tcl: * acs-admin/www/users/member-state-change.tcl: * acs-admin/www/users/merge-confirm.tcl: * acs-admin/www/users/merge-final.tcl: * acs-admin/www/users/one.tcl: * acs-admin/www/users/search.tcl: * acs-admin/www/users/session-history.tcl: * acs-admin/www/users/sessions-one-month.tcl: * acs-admin/www/users/sessions-registered-summary.tcl: * acs-admin/www/users/user-batch-add-2.tcl: * acs-admin/www/users/user-batch-add.tcl: * acs-content-repository/tcl/content-folder-procs.tcl: * acs-content-repository/tcl/content-item-procs.tcl: * acs-content-repository/tcl/content-revision-procs-postgresql.xql: * acs-content-repository/tcl/content-revision-procs.tcl: * acs-content-repository/tcl/image-procs.tcl: * acs-content-repository/tcl/revision-procs-postgresql.xql: * acs-content-repository/tcl/test/content-item-test-procs.tcl: * acs-content-repository/tcl/test/content-search-procs.tcl: * acs-content-repository/www/doc/guide/publish.adp: * acs-content-repository/www/doc/guide/publish.html: * acs-content-repository/www/doc/tutorial.html: * acs-templating/www/scripts/xinha/attach-file.tcl: * acs-templating/www/scripts/xinha/attach-image.tcl: * assessment/tcl/as-item-type-mc-procs.tcl: * assessment/www/asm-admin/item-edit-mc-choices-delete.tcl: * dotlrn-news/tcl/dotlrn-news-procs.tcl: * dotlrn/tcl/community-procs.tcl: - prefer sql statements between curly braces * acs-datetime/tcl/acs-datetime-procs.xql: - remove obsolete file * xotcl-core/tcl/01-debug-procs.tcl: - remove pre xotcl 2.0 code * acs-developer-support/tcl/acs-developer-support-procs.tcl: * acs-messaging/tcl/acs-messaging-procs.tcl: - remove sql statements from the code, where these are provided via .xql * acs-outdated/tcl/acs-tcl-admin-procs.xql: * acs-outdated/tcl/acs-tcl-widget-procs.xql: - remove unneeded queries and files * acs-subsite/tcl/email-image-procs-postgresql.xql: * acs-subsite/tcl/group-procs.tcl: * acs-subsite/tcl/plsql-utility-procs.tcl: * acs-subsite/www/admin/host-node-map/index.tcl: * acs-subsite/www/admin/site-map/index.tcl: * acs-subsite/www/admin/site-map/package-new.tcl: * acs-subsite/www/admin/users/new.tcl: * acs-subsite/www/members/user-batch-add-2.tcl: * acs-subsite/www/members/user-batch-add.tcl: * acs-subsite/www/pvt/alerts.tcl: * acs-subsite/www/shared/community-member.tcl: * acs-subsite/www/shared/iso-codes.tcl: * acs-subsite/www/shared/portrait-thumbnail-bits.tcl: * acs-subsite/www/shared/portrait.tcl: * acs-subsite/www/user/portrait/index.tcl: - write sql statements between curly braces * acs-admin/tcl/apm-admin-init.tcl: * acs-admin/tcl/merge-procs.tcl: * acs-admin/www/apm/packages-install-3.tcl: * acs-admin/www/apm/version-view.tcl: * acs-admin/www/users/member-state-change-oracle.xql: * acs-admin/www/users/merge-confirm.tcl: * acs-admin/www/users/merge.tcl: * acs-admin/www/users/modify-admin-privileges-oracle.xql: * acs-admin/www/users/modify-admin-privileges-postgresql.xql: * acs-admin/www/users/one-oracle.xql: * acs-admin/www/users/one.tcl: * acs-admin/www/users/registration-history.tcl: * acs-admin/www/users/user-add-2.tcl: * acs-admin/www/users/user-add-2.xql: .xql-file reform of acs-admin - remove sql statements from the code, where these are provided via .xql - prefer empty sql statements over various forms of *SQL* - remove obsolete Oracle queries member_approve member_ban member_reject member_deleted member_unapprove user_info - remove obsolete .xql files (containing only unused query names) www/users/modify-admin-privileges-oracle.xql www/users/modify-admin-privileges-postgresql.xql www/users/user-add-2.xql * acs-automated-testing/tcl/aa-test-procs-oracle.xql: * acs-automated-testing/tcl/aa-test-procs-postgresql.xql: * acs-automated-testing/tcl/aa-test-procs.tcl: .xql-file reform of acs-automated-testing - remove sql statements from the code, where these are provided via .xql - prefer empty sql statements over various forms of *SQL* - remove unneeded sql queries (postgres and oracle) aa_run_testcase.delete_testcase_results_sql aa_run_testcase.delete_testcase_final_results_sql * acs-content-repository/tcl/acs-content-repository-init.tcl: * acs-content-repository/tcl/acs-content-repository-procs-oracle.xql: * acs-content-repository/tcl/acs-content-repository-procs.tcl: * acs-content-repository/tcl/content-item-procs.xql: * acs-content-repository/tcl/content-procs.tcl: * acs-content-repository/tcl/content-revision-procs-oracle.xql: * acs-content-repository/tcl/filter-procs-postgresql.xql: * acs-content-repository/tcl/filter-procs.tcl: * acs-content-repository/tcl/filter-procs.xql: * acs-content-repository/tcl/keyword-procs-oracle.xql: * acs-content-repository/tcl/keyword-procs-postgresql.xql: * acs-content-repository/tcl/keyword-procs.tcl: * acs-content-repository/tcl/keyword-procs.xql: * acs-content-repository/tcl/publish-procs-oracle.xql: * acs-content-repository/tcl/publish-procs-postgresql.xql: * acs-content-repository/tcl/publish-procs.tcl: .xql-file reform of acs-content-repository - remove sql statements from the code, where these are provided via .xql - prefer empty sql statements over various forms of *SQL* - remove unneeded sql queries cr_check_orphaned_files.fetch_path content::item::upload_file.get_parent_existing_filenames content::revision::new.update_lob_attribute content::init_all.get_template_url content::init.get_live_revision content::init_all.get_live_revision cr::keyword::item_unassign.item_unassign cr::keyword::get_keyword_id.select_keyword_id cr::keyword::item_unassign_children.item_unassign_children cr::keyword::item_get_assigned.get_keywords cr::keyword::item_get_assigned.get_child_keywords cr::keyword::get_options_flat.select_keyword_options publish::write_content.get_revision_id * acs-lang/tcl/lang-catalog-procs.xql: * acs-lang/tcl/lang-message-procs.xql: .xql-file reform of acs-lang - remove unneeded sql queries lang::catalog::reset_upgrade_status_message_keys.reset_status " lang::catalog::import_from_file.reset_upgrade_status_messages lang::catalog::import_from_file.mark_message_as_deleted lang::catalog::import_from_file.mark_message_key_as_deleted lang::message::register.message_exists_p * acs-service-contract/tcl/acs-service-contract-init-oracle.xql: * acs-service-contract/tcl/acs-service-contract-init-postgresql.xql: * acs-service-contract/tcl/acs-service-contract-procs.tcl: * acs-service-contract/tcl/contract-procs.tcl: * acs-service-contract/tcl/msg-type-procs-oracle.xql: * acs-service-contract/www/binding-uninstall-postgresql.xql: .xql-file reform of acs-service-contract - remove sql statements from the code, where these are provided via .xql - prefer empty sql statements over various forms of *SQL* - remove unneeded sql queries acs_sc::msg_type::delete.delete_by_id -remove unneeded files tcl/acs-service-contract-init-oracle.xql tcl/acs-service-contract-init-postgresql.xql www/binding-uninstall-postgresql.xql * acs-subsite/tcl/email-image-procs-oracle.xql: * acs-subsite/tcl/email-image-procs-postgresql.xql: * acs-subsite/tcl/group-procs.xql: * acs-subsite/tcl/rel-types-procs-oracle.xql: * acs-subsite/tcl/rel-types-procs-postgresql.xql: * acs-subsite/tcl/rel-types-procs.tcl: * acs-subsite/tcl/subsite-procs.xql: * acs-subsite/www/admin/group-types/new-oracle.xql: * acs-subsite/www/admin/group-types/new-postgresql.xql: * acs-subsite/www/admin/group-types/new.tcl: * acs-subsite/www/admin/index-oracle.xql: * acs-subsite/www/admin/index-postgresql.xql: * acs-subsite/www/admin/index.xql: * acs-subsite/www/admin/rel-types/roles/new-oracle.xql: * acs-subsite/www/admin/rel-types/roles/new-postgresql.xql: * acs-subsite/www/admin/site-map/instance-delete.xql: * acs-subsite/www/permissions/one.xql: * acs-subsite/www/pvt/unsubscribe-2-oracle.xql: * acs-subsite/www/pvt/unsubscribe-2-postgresql.xql: * acs-subsite/www/pvt/unsubscribe-oracle.xql: * acs-subsite/www/pvt/unsubscribe-postgresql.xql: * acs-subsite/www/pvt/unsubscribe.xql: * acs-subsite/www/register/user-new.xql: * acs-subsite/www/shared/portrait-bits-oracle.xql: * acs-subsite/www/shared/portrait-bits-postgresql.xql: * acs-subsite/www/shared/portrait-bits.xql: * acs-subsite/www/user/portrait/upload.tcl: .xql-file reform of acs-subsite: - remove obsolete queries email_image::new_item.new_lob_size email_image::new_item.new_lob_size group::member_p.group_id_from_name subsite::default::create_app_group.group_exists package_mounted_p - add missing Oracle queries acs-subsite/tcl/rel-types-procs-oracle.xql rel_types::additional_rel_types_group_p.group_rel_type_exists rel_types::additional_rel_types_group_type_p.group_rel_type_e xists www/admin/group-types/new-oracle.xql select_group_supertypes - add missing PostgreSQL queries acs-subsite/tcl/rel-types-procs-postgresql.xql.xql rel_types::additional_rel_types_group_p.group_rel_type_exists - remove obsolete files www/admin/index-oracle.xql www/admin/index-postgresql.xql www/admin/index.xql www/admin/rel-types/roles/new-oracle.xql www/admin/rel-types/roles/new-postgresql.xql www/permissions/one.xql www/pvt/unsubscribe-2-oracle.xql www/pvt/unsubscribe-2-postgresql.xql www/pvt/unsubscribe-oracle.xql www/pvt/unsubscribe-postgresql.xql www/pvt/unsubscribe.xql www/register/user-new.xql www/shared/portrait-bits-oracle.xql www/shared/portrait-bits-postgresql.xql www/shared/portrait-bits.xql * acs-subsite/tcl/attribute-procs.tcl: * acs-subsite/tcl/package-procs.tcl: * acs-subsite/tcl/party-procs.tcl: * acs-subsite/www/admin/attributes/edit-one.tcl: * acs-subsite/www/admin/attributes/enum-add-2.tcl: * acs-subsite/www/admin/group-types/change-join-policy.tcl: * acs-subsite/www/admin/group-types/one.tcl: * acs-subsite/www/admin/rel-types/roles/index.tcl: * acs-subsite/www/admin/site-map/parameter-set.tcl: .xql-file reform of acs-subsite: - remove queries from .tcl files that can't work from PostgreSQL (e.g. containing "connect by" or "nvl") - remove obsolete file www/admin/site-map/parameter-set.tcl * acs-tcl/lib/page-error.tcl: * acs-tcl/tcl/00-database-procs.tcl: * acs-tcl/tcl/apm-file-procs.tcl: * acs-tcl/tcl/apm-install-procs.tcl: * acs-tcl/tcl/apm-procs.tcl: * acs-tcl/tcl/community-core-procs.tcl: * acs-tcl/tcl/request-processor-procs.tcl: * acs-tcl/tcl/security-procs.tcl: .xql-file reform of acs-tcl (part 1) - remove sql statements from the code, where these are provided via .xql - prefer empty sql statements over various forms of *SQL* * acs-tcl/lib/page-error.xql: * acs-tcl/tcl/apm-procs-oracle.xql: * acs-tcl/tcl/apm-procs.xql: * acs-tcl/tcl/apm-xml-procs.xql: .xql-file reform of acs-tcl (part 2) - remove unsused .xql queries apm_package_list_search_order.get_dependencies - remove redundant .xql queries apm_package_version_installed_p.apm_package_version_installed _p apm_generate_package_spec.callback_info * acs-tcl/tcl/00-database-procs-postgresql-postgresql.xql: * acs-tcl/tcl/00-database-procs-postgresql.tcl: * acs-tcl/tcl/acs-permissions-procs.xql: * acs-tcl/tcl/admin-procs.xql: * acs-tcl/tcl/apm-file-procs-oracle.xql: * acs-tcl/tcl/apm-file-procs-postgresql.xql: * acs-tcl/tcl/apm-install-procs-oracle.xql: * acs-tcl/tcl/apm-install-procs-postgresql.xql: * acs-tcl/tcl/community-core-procs-oracle.xql: * acs-tcl/tcl/community-core-procs-postgresql.xql: * acs-tcl/tcl/defs-procs-oracle.xql: * acs-tcl/tcl/defs-procs-postgresql.xql: * acs-tcl/tcl/deprecated-utilities-procs.xql: * acs-tcl/tcl/request-processor-init.xql: * acs-tcl/tcl/request-processor-procs-oracle.xql: * acs-tcl/tcl/request-processor-procs-postgresql.xql: * acs-tcl/tcl/request-processor-procs.xql: * acs-tcl/tcl/security-procs-oracle.xql: * acs-tcl/tcl/security-procs-postgresql.xql: * acs-tcl/tcl/site-nodes-procs-oracle.xql: * acs-tcl/tcl/site-nodes-procs-postgresql.xql: * acs-tcl/tcl/widgets-procs.tcl: * acs-tcl/tcl/widgets-procs.xql: .xql-file reform of acs-tcl (part 3) - remove obsolete queries ad_acs_admin_id.acs_admin_id_get ad_db_select_widget.currency_info ad_maybe_redirect_for_registration.sql_test_1 ad_maybe_redirect_for_registration.sql_test_2 ad_permission_p.n_privs ad_user_class_query.sql_post_select_for_user_class apm_file_add.apm_file_add apm_file_remove.apm_file_remove apm_package_install.version_exists_p site_node::get_url_from_object_id.select_url_from_object_id user_search - remove obsolete files tcl/00-database-procs-postgresql-postgresql.xql tcl/00-database-procs-postgresql.tcl tcl/defs-procs-oracle.xql tcl/defs-procs-postgresql.xql tcl/deprecated-utilities-procs.xql tcl/request-processor-init.xql tcl/request-processor-procs-oracle.xql tcl/request-processor-procs-postgresql.xql tcl/widgets-procs.xql * file-storage/lib/folder-links.xql: * file-storage/tcl/file-storage-callback-procs-oracle.xql: * file-storage/tcl/file-storage-callback-procs-postgresql.xql: * file-storage/tcl/file-storage-callback-procs.tcl: * file-storage/tcl/file-storage-procs-oracle.xql: * file-storage/tcl/file-storage-procs-postgresql.xql: * file-storage/tcl/file-storage-procs.tcl: * file-storage/tcl/file-storage-procs.xql: * file-storage/www/file-add.tcl: * file-storage/www/file-add.xql: * file-storage/www/file-edit-oracle.xql: * file-storage/www/file-edit-postgresql.xql: * file-storage/www/file-edit.tcl: * file-storage/www/file.tcl: * file-storage/www/folder-delete.tcl: * file-storage/www/folder-zip-add.tcl: * file-storage/www/index.vuh: * file-storage/www/search.tcl: * file-storage/www/view/index.vuh: .xql-file reform of file-storage * forums/lib/message/choose-message-move.tcl: * forums/lib/message/choose_message_move.tcl: * forums/lib/message/post.xql: * forums/lib/user/post-history-chunk.xql: * forums/tcl/forums-callback-procs.tcl: * forums/tcl/forums-sc-procs-postgresql.xql: * forums/tcl/messages-procs.tcl: .xql-file reform of forums - remove sql statements from the code, where these are provided via .xql - prefer empty sql statements over various forms of *SQL* - remove obsolete queries * news/lib/item-postgresql.xql: * news/lib/item.tcl: * news/tcl/news-apm-callback-procs.tcl: * news/tcl/news-callback-procs-oracle.xql: * news/tcl/news-callback-procs-postgresql.xql: * news/tcl/news-callback-procs.tcl: * news/tcl/news-procs.tcl: * news/tcl/test/news-db-test-init.tcl: * news/www/admin/approve-2.tcl: * news/www/admin/approve.tcl: * news/www/admin/process-2.tcl: * news/www/admin/revision-add-3.tcl: * news/www/admin/revision-set-active.tcl: * news/www/admin/revoke.tcl: * news/www/preview.tcl: * news/www/preview.xql: .xql-file reform of news 2016-01-01 gustafn * xotcl-core/tcl/03-doc-procs.tcl: - add method label for forwarders * acs-api-browser/www/proc-view.tcl: - add redirect to object browser in case an object is passed to proc-view * acs-api-browser/tcl/acs-api-documentation-procs.tcl: - avoid generation of links with four leading colons * xotcl-core/www/show-object.tcl: - don't list sub-objects as methods * acs-api-browser/tcl/acs-api-documentation-procs.tcl: - fix typo * acs-api-browser/tcl/acs-api-documentation-procs.tcl: - handle "namespace eval" in pretty-print code - generalize object handling * acs-api-browser/tcl/acs-api-documentation-procs.tcl: - strip namespace if provided * xotcl-core/tcl/03-doc-procs.tcl: * xotcl-core/www/show-object.tcl: - use consistently scope_eval instead of per-method handling * acs-api-browser/tcl/acs-api-documentation-procs.tcl: - use higher level api * xowiki/tcl/package-procs.tcl: - use on one more place ad_return_complaint * acs-api-browser/tcl/acs-api-documentation-procs.tcl: - xo::api handles all in thread executions via "do" 2015-12-31 gustafn * xowiki/tcl/includelet-procs.tcl: * xowiki/tcl/package-procs.tcl: * xowiki/tcl/xowiki-procs.tcl: * xowiki/xowiki.info: - support ad_complain in xowiki for invalid values - bump version number to 5.9.1d2 * acs-kernel/acs-kernel.info: - bump version number * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.0-5.9.1d1.sql: - fix a fk bug in old installations: it seems that the constraints were renamed ages ago, and since this time the ON DELETE CASCADE constraints are missing. * acs-tcl/tcl/utilities-procs.tcl: - fix variable name * acs-core-docs/www/i18n-introduction.html: * acs-core-docs/www/xml/developers-guide/i18n.xml: - improve escaping for message keys in documentation * acs-subsite/www/shared/portrait-bits.tcl: - improve portrait bits to provide cached scaling and caching * xowiki/tcl/upgrade/upgrade.tcl: - improve robustness of upgrade script * acs-tcl/acs-tcl.info: * acs-tcl/tcl/exception-procs.tcl: - new function "ad_exception" to check, if an exception was raised be OpenACS * xotcl-core/www/show-object.adp: * xotcl-core/www/show-object.tcl: - output just one configuration parmeter per line - improve layout of documented configuration parameters * xotcl-core/tcl/03-doc-procs.tcl: - replaced api-doc interface for forwarders (__api_make_forward_doc) by ame interface used everywhere else (update_method_doc) * xotcl-core/tcl/generic-procs.tcl: - use @param for documenting parmeters (rather than manual HTML layout) * acs-kernel/sql/postgresql/upgrade/upgrade-5.9.0-5.9.1d1.sql: branches: 1.1.2; file upgrade-5.9.0-5.9.1d1.sql was initially added on branch oacs-5-9. 2015-12-30 gustafn * acs-bootstrap-installer/acs-bootstrap-installer.info: * acs-bootstrap-installer/tcl/00-proc-procs.tcl: - add "protection" element instread of public_p or private_p * acs-api-browser/tcl/acs-api-documentation-procs.tcl: * acs-api-browser/www/procs-file-view.adp: - improve backward compatibility * acs-api-browser/tcl/acs-api-documentation-procs.tcl: - improve backwards compatibility * xotcl-core/tcl/01-debug-procs.tcl: * xotcl-core/tcl/03-doc-procs.tcl: * xotcl-core/tcl/06-package-procs.tcl: * xotcl-core/tcl/bgdelivery-procs.tcl: * xotcl-core/tcl/context-procs.tcl: * xotcl-core/tcl/doc-procs.tcl: * xotcl-core/www/index.tcl: * xotcl-core/www/show-object.adp: * xotcl-core/www/show-object.tcl: * xotcl-core/xotcl-core.info: - improve class, object and method browser (in collaboration with acs-api-browser) - improve xotcl2/nx support (e.g. obtain OpenACS doc-strings from object, class and method definitions) - suport for debugging methods from api-doc interface (with an appropriate nsf version) - rename xotcl::api to xo::api (same namespace as other OpenACS specific xotcl stupport functions) - state clearly that xotcl 2.0 is required - improve xotcl2/nx support - remove legacy code - bump version to 0.142, update dependencies * xotcl-core/tcl/01-debug-procs.tcl: - improve robustness with oder versions of nsf * acs-api-browser/acs-api-browser.info: * acs-api-browser/tcl/acs-api-documentation-procs.tcl: * acs-api-browser/www/package-view.tcl: * acs-api-browser/www/proc-browse.tcl: * acs-api-browser/www/proc-search.tcl: * acs-api-browser/www/proc-view.adp: * acs-api-browser/www/procs-file-view.adp: * acs-api-browser/www/procs-file-view.tcl: - replace table-based layout by div-based layout - remove empty sections to improve layout and HTML validty (e.g. empty blockquotes) - improve configuratbility of api_proc_pretty_name - prepare for improved XOTcl 2 handling and improved debug support (e.g. private/protected/public) - bump version number to 5.9.1d1 2015-12-23 gustafn * xowiki/xowiki.info: - bump version numbers to 5.9.1d1 * xotcl-core/tcl/05-db-procs.tcl: - fetch xql in dml call, when no sql is provided * xowf/tcl/xowf-procs.tcl: * xowf/xowf.info: - rename all xowiki methods called via url to www-OLDNAME. This makes it clear that these pages can call ns_return, ns_returnredirect, or ad_script_abort, etc. - bump version numbers to 5.9.1d1 * xotcl-core/tcl/cr-procs.tcl: * xotcl-core/xotcl-core.info: * xowiki/tcl/package-procs.tcl: * xowiki/tcl/upgrade/upgrade.tcl: * xowiki/tcl/xowiki-procs.tcl: * xowiki/tcl/xowiki-www-procs.tcl: * xowiki/www/prototypes/sitemapindex.xml.page: - rename all xowiki methods called via url to www-OLDNAME. This makes it clear that these pages can call ns_return, ns_returnredirect, or ad_script_abort, etc. - don't raise an error, when a web-called method stops with ad_script_abort - bump version numbers to 5.9.1d1 2015-12-18 antoniop * acs-tcl/tcl/html-procs.tcl: * acs-tcl/tcl/http-client-procs.tcl: New feature for http client API: util::http::basic_auth - BASIC authentication util::http::cookie_auth - Generical cookie based authentication. This proc allows issuing authenticated calls to an OpenACS instance and other sistems using this kind of method Now all util::http calls won't return an error when max redir depth is reached, but just the result at the page we visited as last (including cookies). * acs-tcl/tcl/html-procs.tcl: branches: 1.1.2; file html-procs.tcl was initially added on branch oacs-5-9. 2015-12-17 gustafn * file-storage/sql/postgresql/upgrade/upgrade-5.8.1-5.8.2.sql: - (backport from oacs-5-9): rewrite update script based on a recursive query to avoid potential conflicts due to different orders of script execution, when e.g. acs_objects.tree_sortkey was already dropped. * acs-templating/acs-templating.info: - bump version number to 5.9.1d1 * acs-templating/tcl/data-procs.tcl: - fix bug found by Brian Fenton (see http://openacs.org/forums/message-view?message_id=4872934) * file-storage/sql/postgresql/upgrade/upgrade-5.8.1-5.8.2.sql: - rewrite update script based on a recursive query to avoid potential conflicts due to different orders of script execution, when e.g. acs_objects.tree_sortkey was already dropped. * acs-tcl/tcl/utilities-procs.tcl: - sigh, add missing dollar signs 2015-12-16 gustafn * acs-tcl/tcl/utilities-procs.tcl: - more comments and fine-tuning * acs-tcl/tcl/utilities-procs.tcl: - refactor and comment util_current_location 2015-12-15 gustafn * acs-core-docs/www/i18n-introduction.adp: * acs-core-docs/www/i18n-introduction.html: - fix quoting issues with literal message-keys 2015-12-14 gustafn * acs-subsite/acs-subsite.info: - bump version number to allow install-from-repository for critical bug fix * acs-subsite/www/shared/community-member.adp: * acs-subsite/www/shared/community-member.tcl: * acs-subsite/www/shared/portrait-bits.tcl: * acs-subsite/www/shared/portrait.adp: * acs-subsite/www/shared/portrait.tcl: * acs-subsite/www/user/portrait/index.adp: * acs-subsite/www/user/portrait/index.tcl: - fix old security hole, that allowed to download arbitrary files given a known item_id 2015-12-09 gustafn * acs-service-contract/acs-service-contract.info: - bump version number to provide fix via upgrade from repository * acs-service-contract/tcl/msg-type-procs.tcl: - fix incorrect parens (many thanks to Frank Bergmann, see http://openacs.org/forums/message-view?message_id=4870527) 2015-12-07 gustafn * xowiki/tcl/package-procs.tcl: - dactivate code, which became obsolete * xowiki/tcl/xowiki-procs.tcl: - fix switching pablish status. since we are refetching the revision, make sure that the pubish_status is set to thew new value * xowiki/tcl/xowiki-sc-procs.tcl: - replace "catch" by a more precise test * acs-api-browser/tcl/acs-api-documentation-procs.tcl: - show class of object and provide link to class browser * acs-api-browser/tcl/acs-api-documentation-procs.tcl: - support listing of objects and classes * xotcl-core/tcl/01-debug-procs.tcl: * xotcl-core/tcl/03-doc-procs.tcl: * xotcl-core/tcl/20-Ordered-Composite-procs.tcl: * xotcl-core/tcl/40-thread-mod-procs.tcl: * xotcl-core/tcl/chat-procs.tcl: * xotcl-core/tcl/cluster-procs.tcl: * xotcl-core/tcl/context-procs.tcl: * xotcl-core/tcl/generic-procs.tcl: * xotcl-core/tcl/http-client-procs.tcl: * xotcl-core/tcl/policy-procs.tcl: - use explicit create statements * xowf/tcl/test-item-procs.tcl: * xowf/tcl/xowf-form-field-procs.tcl: * xowf/tcl/xowf-includelet-procs.tcl: - use explicit create statments 2015-12-06 gustafn * acs-core-docs/www/tutorial-categories.adp: * acs-core-docs/www/tutorial-categories.html: - escape message keys 2015-12-04 gustafn * acs-core-docs/www/i18n-convert.adp: * acs-core-docs/www/i18n-convert.html: - fix quoting in documentation 2015-12-02 gustafn * acs-templating/tcl/spellcheck-procs.tcl: - fix expression (was already incorrect in oacs-5-8) * xotcl-core/tcl/06-package-procs.tcl: - support theming for xowiki templates 2015-12-01 gustafn * acs-lang/tcl/lang-util-procs.tcl: - add per-request caching of acs_translator_mode_p * acs-tcl/tcl/site-nodes-procs.tcl: - add per-request caching of site-node properties * acs-admin/acs-admin.info: * acs-api-browser/acs-api-browser.info: * acs-authentication/acs-authentication.info: * acs-automated-testing/acs-automated-testing.info: * acs-bootstrap-installer/acs-bootstrap-installer.info: * acs-content-repository/acs-content-repository.info: * acs-core-docs/acs-core-docs.info: * acs-datetime/acs-datetime.info: * acs-developer-support/acs-developer-support.info: * acs-kernel/acs-kernel.info: * acs-lang/acs-lang.info: * acs-mail-lite/acs-mail-lite.info: * acs-messaging/acs-messaging.info: * acs-reference/acs-reference.info: * acs-service-contract/acs-service-contract.info: * acs-subsite/acs-subsite.info: * acs-tcl/acs-tcl.info: * acs-templating/acs-templating.info: * acs-translations/acs-translations.info: * faq/faq.info: * file-storage/file-storage.info: * general-comments/general-comments.info: * intermedia-driver/intermedia-driver.info: * news/news.info: * notifications/notifications.info: * openacs-default-theme/openacs-default-theme.info: * ref-countries/ref-countries.info: * ref-language/ref-language.info: * ref-timezones/ref-timezones.info: * search/search.info: * survey/survey.info: * tsearch2-driver/tsearch2-driver.info: * xowiki/xowiki.info: - bump version numbers from 5.9.0b* to 5.9.0 * acs-admin/acs-admin.info: * acs-api-browser/acs-api-browser.info: * acs-authentication/acs-authentication.info: * acs-automated-testing/acs-automated-testing.info: * acs-bootstrap-installer/acs-bootstrap-installer.info: * acs-content-repository/acs-content-repository.info: * acs-core-docs/acs-core-docs.info: * acs-datetime/acs-datetime.info: * acs-developer-support/acs-developer-support.info: * acs-events/acs-events.info: * acs-lang/acs-lang.info: * acs-mail-lite/acs-mail-lite.info: * acs-messaging/acs-messaging.info: * acs-reference/acs-reference.info: * acs-service-contract/acs-service-contract.info: * acs-subsite/acs-subsite.info: * acs-tcl/acs-tcl.info: * acs-templating/acs-templating.info: * ajaxhelper/ajaxhelper.info: * assessment-portlet/assessment-portlet.info: * assessment/assessment.info: * attachments/attachments.info: * bm-portlet/bm-portlet.info: * bulk-mail/bulk-mail.info: * calendar-portlet/calendar-portlet.info: * calendar/calendar.info: * categories/categories.info: * dotlrn-assessment/dotlrn-assessment.info: * dotlrn-bm/dotlrn-bm.info: * dotlrn-calendar/dotlrn-calendar.info: * dotlrn-dotlrn/dotlrn-dotlrn.info: * dotlrn-evaluation/dotlrn-evaluation.info: * dotlrn-faq/dotlrn-faq.info: * dotlrn-forums/dotlrn-forums.info: * dotlrn-fs/dotlrn-fs.info: * dotlrn-homework/dotlrn-homework.info: * dotlrn-news/dotlrn-news.info: * dotlrn-portlet/dotlrn-portlet.info: * dotlrn-static/dotlrn-static.info: * dotlrn-xowiki/dotlrn-xowiki.info: * dotlrn/dotlrn.info: * evaluation-portlet/evaluation-portlet.info: * evaluation/evaluation.info: * faq-portlet/faq-portlet.info: * faq/faq.info: * file-storage/file-storage.info: * forums-portlet/forums-portlet.info: * forums/forums.info: * fs-portlet/fs-portlet.info: * general-comments/general-comments.info: * intermedia-driver/intermedia-driver.info: * new-portal/new-portal.info: * news-portlet/news-portlet.info: * news/news.info: * notifications/notifications.info: * oacs-dav/oacs-dav.info: * openacs-default-theme/openacs-default-theme.info: * profile-provider/profile-provider.info: * ref-countries/ref-countries.info: * ref-language/ref-language.info: * ref-timezones/ref-timezones.info: * rss-support/rss-support.info: * search/search.info: * static-portlet/static-portlet.info: * survey/survey.info: * theme-zen/theme-zen.info: * tsearch2-driver/tsearch2-driver.info: * user-profile/user-profile.info: * views/views.info: * xotcl-core/xotcl-core.info: * xotcl-request-monitor/xotcl-request-monitor.info: * xowiki-portlet/xowiki-portlet.info: * xowiki/xowiki.info: - bump version numbers to 6.9.0 (oacs) / 2.9.0 (dotlrn) * acs-tcl/tcl/utilities-procs.tcl: - fix collateral damage of fix for bug #3201 * acs-tcl/tcl/utilities-procs.tcl: - improve documentation * acs-authentication/www/doc/configure-batch-sync.adp: * acs-authentication/www/doc/ims-sync-driver-design.adp: * acs-automated-testing/www/doc/requirements.adp: * acs-content-repository/www/doc/api/content.adp: * acs-content-repository/www/doc/api/extlink.adp: * acs-content-repository/www/doc/api/folder.adp: * acs-content-repository/www/doc/api/item.adp: * acs-content-repository/www/doc/api/keyword.adp: * acs-content-repository/www/doc/api/permission.adp: * acs-content-repository/www/doc/api/revision.adp: * acs-content-repository/www/doc/api/symlink.adp: * acs-content-repository/www/doc/api/template.adp: * acs-content-repository/www/doc/api/type.adp: * acs-content-repository/www/doc/design.adp: * acs-content-repository/www/doc/guide/access-control.adp: * acs-content-repository/www/doc/guide/convert.adp: * acs-content-repository/www/doc/guide/file-system.adp: * acs-content-repository/www/doc/guide/items.adp: * acs-content-repository/www/doc/guide/object-relationships.adp: * acs-content-repository/www/doc/guide/publish.adp: * acs-content-repository/www/doc/guide/revisions.adp: * acs-content-repository/www/doc/guide/search.adp: * acs-content-repository/www/doc/guide/storage.adp: * acs-content-repository/www/doc/guide/template.adp: * acs-content-repository/www/doc/guide/types.adp: * acs-content-repository/www/doc/guide/workflow.adp: * acs-content-repository/www/doc/index.adp: * acs-content-repository/www/doc/install.adp: * acs-content-repository/www/doc/intermedia.adp: * acs-content-repository/www/doc/object-model.adp: * acs-content-repository/www/doc/requirements.adp: * acs-content-repository/www/doc/todo.adp: * acs-content-repository/www/doc/uninstall.adp: * acs-core-docs/www/aolserver.html: * acs-core-docs/www/aolserver4.html: * acs-core-docs/www/automated-testing-best-practices.html: * acs-core-docs/www/backup-recovery.adp: * acs-core-docs/www/backup-recovery.html: * acs-core-docs/www/bootstrap-acs.html: * acs-core-docs/www/configuring-configuring-packages.adp: * acs-core-docs/www/configuring-configuring-packages.html: * acs-core-docs/www/configuring-configuring-permissions.adp: * acs-core-docs/www/configuring-configuring-permissions.html: * acs-core-docs/www/configuring-install-packages.adp: * acs-core-docs/www/configuring-install-packages.html: * acs-core-docs/www/configuring-mounting-packages.adp: * acs-core-docs/www/configuring-mounting-packages.html: * acs-core-docs/www/credits.html: * acs-core-docs/www/cvs-guidelines.adp: * acs-core-docs/www/cvs-guidelines.html: * acs-core-docs/www/cvs-tips.adp: * acs-core-docs/www/cvs-tips.html: * acs-core-docs/www/db-api-detailed.html: * acs-core-docs/www/db-api.html: * acs-core-docs/www/docbook-primer.adp: * acs-core-docs/www/docbook-primer.html: * acs-core-docs/www/eng-standards-constraint-naming.html: * acs-core-docs/www/eng-standards-filenaming.html: * acs-core-docs/www/eng-standards-plsql.html: * acs-core-docs/www/eng-standards-versioning.html: * acs-core-docs/www/ext-auth-requirements.adp: * acs-core-docs/www/ext-auth-requirements.html: * acs-core-docs/www/filename.html: * acs-core-docs/www/form-builder.adp: * acs-core-docs/www/form-builder.html: * acs-core-docs/www/high-avail.adp: * acs-core-docs/www/high-avail.html: * acs-core-docs/www/how-do-I.adp: * acs-core-docs/www/how-do-I.html: * acs-core-docs/www/i18n-convert.adp: * acs-core-docs/www/i18n-convert.html: * acs-core-docs/www/i18n-introduction.adp: * acs-core-docs/www/i18n-introduction.html: * acs-core-docs/www/index.adp: * acs-core-docs/www/index.html: * acs-core-docs/www/individual-programs.html: * acs-core-docs/www/install-cvs.adp: * acs-core-docs/www/install-cvs.html: * acs-core-docs/www/install-daemontools.adp: * acs-core-docs/www/install-daemontools.html: * acs-core-docs/www/install-full-text-search-openfts.adp: * acs-core-docs/www/install-full-text-search-openfts.html: * acs-core-docs/www/install-full-text-search-tsearch2.adp: * acs-core-docs/www/install-full-text-search-tsearch2.html: * acs-core-docs/www/install-next-nightly-vacuum.html: * acs-core-docs/www/install-openacs-keepalive.adp: * acs-core-docs/www/install-openacs-keepalive.html: * acs-core-docs/www/install-qmail.adp: * acs-core-docs/www/install-qmail.html: * acs-core-docs/www/install-redhat.adp: * acs-core-docs/www/install-redhat.html: * acs-core-docs/www/install-steps.adp: * acs-core-docs/www/install-steps.html: * acs-core-docs/www/ix01.adp: * acs-core-docs/www/ix01.html: * acs-core-docs/www/mac-installation.html: * acs-core-docs/www/maint-performance.adp: * acs-core-docs/www/maint-performance.html: * acs-core-docs/www/maintenance-deploy.adp: * acs-core-docs/www/maintenance-deploy.html: * acs-core-docs/www/object-identity.html: * acs-core-docs/www/objects.adp: * acs-core-docs/www/objects.html: * acs-core-docs/www/openacs.adp: * acs-core-docs/www/openacs.html: * acs-core-docs/www/oracle.html: * acs-core-docs/www/packages.adp: * acs-core-docs/www/packages.html: * acs-core-docs/www/parties.html: * acs-core-docs/www/permissions-tediously-explained.adp: * acs-core-docs/www/permissions-tediously-explained.html: * acs-core-docs/www/permissions.html: * acs-core-docs/www/postgres.html: * acs-core-docs/www/programming-with-aolserver.html: * acs-core-docs/www/psgml-for-emacs.adp: * acs-core-docs/www/psgml-for-emacs.html: * acs-core-docs/www/psgml-mode.html: * acs-core-docs/www/release-notes.adp: * acs-core-docs/www/release-notes.html: * acs-core-docs/www/releasing-openacs-core.html: * acs-core-docs/www/request-processor.html: * acs-core-docs/www/requirements-template.html: * acs-core-docs/www/security-notes.html: * acs-core-docs/www/style-guide.html: * acs-core-docs/www/subsites.html: * acs-core-docs/www/tcl-doc.html: * acs-core-docs/www/templates.html: * acs-core-docs/www/tutorial-categories.adp: * acs-core-docs/www/tutorial-categories.html: * acs-core-docs/www/tutorial-css-layout.adp: * acs-core-docs/www/tutorial-css-layout.html: * acs-core-docs/www/tutorial-cvs.adp: * acs-core-docs/www/tutorial-cvs.html: * acs-core-docs/www/tutorial-database.adp: * acs-core-docs/www/tutorial-database.html: * acs-core-docs/www/tutorial-debug.adp: * acs-core-docs/www/tutorial-debug.html: * acs-core-docs/www/tutorial-distribute.adp: * acs-core-docs/www/tutorial-distribute.html: * acs-core-docs/www/tutorial-etp-templates.adp: * acs-core-docs/www/tutorial-etp-templates.html: * acs-core-docs/www/tutorial-newpackage.adp: * acs-core-docs/www/tutorial-newpackage.html: * acs-core-docs/www/tutorial-pages.adp: * acs-core-docs/www/tutorial-pages.html: * acs-core-docs/www/unix-installation.html: * acs-core-docs/www/upgrade-4.5-to-4.6.adp: * acs-core-docs/www/upgrade-4.5-to-4.6.html: * acs-core-docs/www/upgrade-openacs-files.adp: * acs-core-docs/www/upgrade-openacs-files.html: * acs-core-docs/www/upgrade-overview.adp: * acs-core-docs/www/upgrade-overview.html: * acs-core-docs/www/variables.adp: * acs-core-docs/www/variables.html: * acs-core-docs/www/win2k-installation.html: * acs-core-docs/www/xml/for-everyone/release-notes.xml: * acs-developer-support/www/doc/developer-support-example.adp: * acs-developer-support/www/doc/index.adp: * acs-events/www/doc/requirements.adp: * acs-lang/www/doc/i18n-requirements.adp: * acs-messaging/www/doc/requirements.adp: * acs-subsite/www/doc/group-admin-pages-acceptance-test.adp: * acs-subsite/www/doc/group-admin-pages-requirements.adp: * acs-subsite/www/doc/index.adp: * acs-templating/www/doc/api/element.adp: * acs-templating/www/doc/api/index.adp: * acs-templating/www/doc/appendices/memory.adp: * acs-templating/www/doc/design.adp: * acs-templating/www/doc/developer-guide.adp: * acs-templating/www/doc/exercise/ats-for-designers.adp: * acs-templating/www/doc/guide/components.adp: * acs-templating/www/doc/guide/composite.adp: * acs-templating/www/doc/guide/data.adp: * acs-templating/www/doc/guide/document.adp: * acs-templating/www/doc/guide/form-datatypes.adp: * acs-templating/www/doc/guide/form-templates.adp: * acs-templating/www/doc/guide/form-widgets.adp: * acs-templating/www/doc/guide/forms.adp: * acs-templating/www/doc/guide/index.adp: * acs-templating/www/doc/guide/master.adp: * acs-templating/www/doc/guide/skins.adp: * acs-templating/www/doc/guide/tcl.adp: * acs-templating/www/doc/guide/templates.adp: * acs-templating/www/doc/index.adp: * acs-templating/www/doc/migration.adp: * acs-templating/www/doc/noquote.adp: * acs-templating/www/doc/requirements.adp: * acs-templating/www/doc/tagref/formerror.adp: * acs-templating/www/doc/tagref/formgroup.adp: * acs-templating/www/doc/tagref/formtemplate.adp: * acs-templating/www/doc/tagref/formwidget.adp: * acs-templating/www/doc/tagref/grid.adp: * acs-templating/www/doc/tagref/group.adp: * acs-templating/www/doc/tagref/if.adp: * acs-templating/www/doc/tagref/include-optional.adp: * acs-templating/www/doc/tagref/include.adp: * acs-templating/www/doc/tagref/index.adp: * acs-templating/www/doc/tagref/list.adp: * acs-templating/www/doc/tagref/master.adp: * acs-templating/www/doc/tagref/multiple.adp: * acs-templating/www/doc/tagref/property.adp: * acs-templating/www/doc/tagref/slave.adp: * acs-templating/www/doc/tagref/switch.adp: * acs-templating/www/doc/tagref/variable.adp: * acs-templating/www/doc/widgets/date.adp: * acs-templating/www/doc/widgets/input.adp: * acs-templating/www/doc/widgets/select.adp: * assessment/www/doc/as_items.adp: * assessment/www/doc/asm_trigger_doc/bi01.adp: * assessment/www/doc/asm_trigger_doc/bi02.adp: * assessment/www/doc/asm_trigger_doc/ch01.adp: * assessment/www/doc/asm_trigger_doc/ch02.adp: * assessment/www/doc/asm_trigger_doc/ch03.adp: * assessment/www/doc/asm_trigger_doc/ch04.adp: * assessment/www/doc/asm_trigger_doc/index.adp: * assessment/www/doc/display_types.adp: * assessment/www/doc/user_interface/section_creation.adp: * categories/www/doc/requirements.adp: * file-storage/www/doc/requirements.adp: * general-comments/www/doc/design.adp: * general-comments/www/doc/dev-guide.adp: * news/www/doc/index.adp: - prepare documentation for release * acs-core-docs/www/aolserver.html: * acs-core-docs/www/aolserver4.html: * acs-core-docs/www/automated-testing-best-practices.html: * acs-core-docs/www/backup-recovery.adp: * acs-core-docs/www/backup-recovery.html: * acs-core-docs/www/bootstrap-acs.html: * acs-core-docs/www/configuring-configuring-packages.adp: * acs-core-docs/www/configuring-configuring-packages.html: * acs-core-docs/www/configuring-configuring-permissions.adp: * acs-core-docs/www/configuring-configuring-permissions.html: * acs-core-docs/www/configuring-install-packages.adp: * acs-core-docs/www/configuring-install-packages.html: * acs-core-docs/www/configuring-mounting-packages.adp: * acs-core-docs/www/configuring-mounting-packages.html: * acs-core-docs/www/credits.html: * acs-core-docs/www/cvs-guidelines.adp: * acs-core-docs/www/cvs-guidelines.html: * acs-core-docs/www/cvs-tips.adp: * acs-core-docs/www/cvs-tips.html: * acs-core-docs/www/db-api-detailed.html: * acs-core-docs/www/db-api.html: * acs-core-docs/www/docbook-primer.adp: * acs-core-docs/www/docbook-primer.html: * acs-core-docs/www/eng-standards-constraint-naming.html: * acs-core-docs/www/eng-standards-filenaming.html: * acs-core-docs/www/eng-standards-plsql.html: * acs-core-docs/www/eng-standards-versioning.html: * acs-core-docs/www/ext-auth-requirements.adp: * acs-core-docs/www/ext-auth-requirements.html: * acs-core-docs/www/filename.html: * acs-core-docs/www/form-builder.adp: * acs-core-docs/www/form-builder.html: * acs-core-docs/www/high-avail.adp: * acs-core-docs/www/high-avail.html: * acs-core-docs/www/how-do-I.adp: * acs-core-docs/www/how-do-I.html: * acs-core-docs/www/i18n-convert.adp: * acs-core-docs/www/i18n-convert.html: * acs-core-docs/www/index.adp: * acs-core-docs/www/index.html: * acs-core-docs/www/individual-programs.html: * acs-core-docs/www/install-cvs.adp: * acs-core-docs/www/install-cvs.html: * acs-core-docs/www/install-daemontools.adp: * acs-core-docs/www/install-daemontools.html: * acs-core-docs/www/install-full-text-search-openfts.adp: * acs-core-docs/www/install-full-text-search-openfts.html: * acs-core-docs/www/install-full-text-search-tsearch2.adp: * acs-core-docs/www/install-full-text-search-tsearch2.html: * acs-core-docs/www/install-next-nightly-vacuum.html: * acs-core-docs/www/install-openacs-keepalive.adp: * acs-core-docs/www/install-openacs-keepalive.html: * acs-core-docs/www/install-qmail.adp: * acs-core-docs/www/install-qmail.html: * acs-core-docs/www/install-redhat.adp: * acs-core-docs/www/install-redhat.html: * acs-core-docs/www/install-steps.adp: * acs-core-docs/www/install-steps.html: * acs-core-docs/www/ix01.adp: * acs-core-docs/www/ix01.html: * acs-core-docs/www/mac-installation.html: * acs-core-docs/www/maint-performance.adp: * acs-core-docs/www/maint-performance.html: * acs-core-docs/www/maintenance-deploy.adp: * acs-core-docs/www/maintenance-deploy.html: * acs-core-docs/www/object-identity.html: * acs-core-docs/www/objects.adp: * acs-core-docs/www/objects.html: * acs-core-docs/www/openacs.adp: * acs-core-docs/www/openacs.html: * acs-core-docs/www/oracle.html: * acs-core-docs/www/packages.adp: * acs-core-docs/www/packages.html: * acs-core-docs/www/parties.html: * acs-core-docs/www/permissions-tediously-explained.adp: * acs-core-docs/www/permissions-tediously-explained.html: * acs-core-docs/www/permissions.html: * acs-core-docs/www/postgres.html: * acs-core-docs/www/programming-with-aolserver.html: * acs-core-docs/www/psgml-for-emacs.adp: * acs-core-docs/www/psgml-for-emacs.html: * acs-core-docs/www/psgml-mode.html: * acs-core-docs/www/release-notes.adp: * acs-core-docs/www/release-notes.html: * acs-core-docs/www/releasing-openacs-core.html: * acs-core-docs/www/request-processor.html: * acs-core-docs/www/requirements-template.html: * acs-core-docs/www/security-notes.html: * acs-core-docs/www/style-guide.html: * acs-core-docs/www/subsites.html: * acs-core-docs/www/tcl-doc.html: * acs-core-docs/www/templates.html: * acs-core-docs/www/tutorial-css-layout.adp: * acs-core-docs/www/tutorial-css-layout.html: * acs-core-docs/www/tutorial-cvs.adp: * acs-core-docs/www/tutorial-cvs.html: * acs-core-docs/www/tutorial-database.adp: * acs-core-docs/www/tutorial-database.html: * acs-core-docs/www/tutorial-debug.adp: * acs-core-docs/www/tutorial-debug.html: * acs-core-docs/www/tutorial-distribute.adp: * acs-core-docs/www/tutorial-distribute.html: * acs-core-docs/www/tutorial-etp-templates.adp: * acs-core-docs/www/tutorial-etp-templates.html: * acs-core-docs/www/tutorial-newpackage.adp: * acs-core-docs/www/tutorial-newpackage.html: * acs-core-docs/www/tutorial-pages.adp: * acs-core-docs/www/tutorial-pages.html: * acs-core-docs/www/unix-installation.html: * acs-core-docs/www/upgrade-4.5-to-4.6.adp: * acs-core-docs/www/upgrade-4.5-to-4.6.html: * acs-core-docs/www/upgrade-openacs-files.adp: * acs-core-docs/www/upgrade-openacs-files.html: * acs-core-docs/www/upgrade-overview.adp: * acs-core-docs/www/upgrade-overview.html: * acs-core-docs/www/variables.adp: * acs-core-docs/www/variables.html: * acs-core-docs/www/win2k-installation.html: * acs-core-docs/www/xml/for-everyone/release-notes.xml: * acs-events/www/doc/requirements.adp: * acs-lang/www/doc/i18n-requirements.adp: - regenerated documentation, including changelog * xotcl-core/tcl/06-param-procs.tcl: - use apm_package_key_from_id instead of own caching, since the former one is now optimized enough * xotcl-core/tcl/cr-procs.tcl: - use use a request-spanning per-thread cache for acs object types of xowiki classes (these never change) 14486 changes by 4 authors in 6478 files antoniop 421 files gustafn 14013 files hectorr 39 files michaela 13 files