⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 Hippo CMS是一个以信息为中心的开源内容管理系统。Hippo CMS目标是供中,大型企业来管理其发布在互连网
💻
📖 第 1 页 / 共 4 页
字号:
2004-02-17  Mihai Bazon  <mishoo@localhost.localdomain>

	* lang/el.js, plugins/ContextMenu/lang/el.js, plugins/TableOperations/lang/el.js:
	updated headers

	* lang/no.js: updated (thanks havardw)

2004-02-09  Mihai Bazon  <mishoo@localhost.localdomain>

	* plugins/EnterParagraphs/enter-paragraphs.js:
	Plugin that enables Mozilla to create a <p> instead of <br /> at ENTER.
	Code contributed by Adam Wright.

	* htmlarea.js: code to call onKeyPress for plugins that define it
	code that keeps single spaces as &nbsp;
	(thanks to hipikat @ IT forums (Adam Wright))

	* ChangeLog:
	ChangeLog is acutally automatically generated so there's no point keep it in CVS

2004-02-08  Mihai Bazon  <mishoo@localhost.localdomain>

	* htmlarea.js: fixed possible bug

	* images/ed_align_center.gif, images/ed_align_justify.gif, images/ed_align_left.gif, images/ed_align_right.gif, images/ed_blank.gif, images/ed_charmap.gif, images/ed_color_bg.gif, images/ed_color_fg.gif, images/ed_copy.gif, images/ed_custom.gif, images/ed_cut.gif, images/ed_delete.gif, images/ed_format_bold.gif, images/ed_format_italic.gif, images/ed_format_strike.gif, images/ed_format_sub.gif, images/ed_format_sup.gif, images/ed_format_underline.gif, images/ed_help.gif, images/ed_hr.gif, images/ed_html.gif, images/ed_image.gif, images/ed_indent_less.gif, images/ed_indent_more.gif, images/ed_left_to_right.gif, images/ed_link.gif, images/ed_list_bullet.gif, images/ed_list_num.gif, images/ed_paste.gif, images/ed_redo.gif, images/ed_right_to_left.gif, images/ed_save.gif, images/ed_show_border.gif, images/ed_splitcel.gif, images/ed_undo.gif, images/fullscreen_maximize.gif, images/fullscreen_minimize.gif, images/insert_table.gif, images/ed_about.gif:
	optimized images (thanks to Alexander Kandzior and OpenCMS group)

2004-02-01  Mihai Bazon  <mishoo@localhost.localdomain>

	* project-config.xml: release candidate 1

	* release-notes.html: updated release notes

	* examples/index.html, examples/makefile.xml:
	added examples directory index

	* release-notes.html: fix

2004-01-31  Mihai Bazon  <mishoo@localhost.localdomain>

	* makefile.xml: ensure correct file permissions

	* plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js:
	spell checker now reports some document information (such as total number of
	words, number of mispelled words, number of suggestions, etc)

	* htmlarea.js: removed some custom attributes

	* plugins/SpellChecker/spell-check-ui.js:
	fixed bug (frame scroll in IE)

2004-01-30  Mihai Bazon  <mishoo@localhost.localdomain>

	* ChangeLog, release-notes.html: updated release notes, changelog

	* plugins/SpellChecker/readme-tech.html:
	updated text about Aspell Unicode support

	* plugins/SpellChecker/spell-check-style.css: - lorem ipsum

	* plugins/SpellChecker/spell-check-logic.cgi: - optimization

	* plugins/SpellChecker/spell-check-logic.cgi:
	- bugfix (removed <spellchecker> tags)

	* plugins/SpellChecker/spell-check-logic.cgi:
	bleah.. this version seems to be safer; no mo' HTML::Parser; DOM rulz.

	* plugins/SpellChecker/spell-check-logic.cgi:
	seems to be better now :-\  hell knows how perl & unicode works :-/

	* plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-ui.js:
	- big performance improvement (suggestion is now passed only once for each
	  mispelled word)
	- bugs fixed (text already corrected in Unicode is now correctly decoded)

	* plugins/SpellChecker/lang/en.js: - added word "Revert"

	* plugins/SpellChecker/spell-checker.js: - lorem ipsum
	- window is a bit higher now (450px)

	* plugins/SpellChecker/spell-check-ui.js:
	- fixed IE bug ("undefined is undefined or undefined", or something..)
	- the highlighted word will now remain in view (window scrolls if necessary)
	- functionality for "Revert"
	- (tried to) eliminate some of the screen blinking in Mozilla
	- select the current dictionary on first display

	* plugins/SpellChecker/spell-check-ui.html:
	added "Revert" button (reverts the current word to the mispelled original)

	* plugins/SpellChecker/spell-check-style.css: *** empty log message ***

	* plugins/SpellChecker/spell-check-logic.cgi:
	- fixed (hopefully) unicode support (by the way, it seems that Aspell _does_
	  in fact know Unicode!!)
	- remembers the selected dictionary in a cookie
	- removed debug code

2004-01-28  Mihai Bazon  <mishoo@localhost.localdomain>

	* index.html: updated main page

	* release-notes.html: updated release notes

	* htmlarea.js: jscrunch-safe

	* popups/about.html:
	stop tab click event so that they don't get selected

	* reference.html: some parts updated

	* popups/about.html, examples/2-areas.html, examples/context-menu.html, examples/core.html, examples/css.html, examples/full-page.html, examples/fully-loaded.html, examples/spell-checker.html, examples/table-operations.html, plugins/SpellChecker/readme-tech.html, ChangeLog, dialog.js, htmlarea.js, index.html, license.txt, popupwin.js, release-notes.html:
	ChangeLog updated; copyright years/info updated

2004-01-27  Mihai Bazon  <mishoo@localhost.localdomain>

	* htmlarea.js:
	Included an workaround for a strange IE problem: IE's getElementById can
	return a field having the _name_ attribute equal to the searched ID, even if
	it's not having any ID at all.  This can sometimes lead to taking a
	different field (even if it's not a textarea) as the replacement field which
	trashes the whole layout, look, feel, and functionality :-(  Need to say it
	again, IE SUCKS.

	Thanks goes to Mike Dick for the bug report and for the patch ;-)

2004-01-18  Mihai Bazon  <mishoo@localhost.localdomain>

	* plugins/SpellChecker/spell-check-ui.js:
	fixed bug (thanks Bill Sechrist for report):
	when you "ignore"-ed the last mispelled word, no changes were applied

2004-01-16  Mihai Bazon  <mishoo@localhost.localdomain>

	* htmlarea.js: border: 0px on body,html in pageStyle

	* popups/about.html: report userAgent in plugins tab

2004-01-12  Mihai Bazon  <mishoo@localhost.localdomain>

	* lang/ru.js: updated (thanks to Yulya Shtyryakova)

2004-01-03  Mihai Bazon  <mishoo@localhost.localdomain>

	* plugins/ContextMenu/lang/de.js: updated

2004-01-02  Mihai Bazon  <mishoo@localhost.localdomain>

	* plugins/ContextMenu/lang/de.js:
	DE translation, thanks to Martin Jaggi

2003-12-22  Mihai Bazon  <mishoo@localhost.localdomain>

	* lang/ee.js: Estonian translation

2003-12-05  Mihai Bazon  <mishoo@localhost.localdomain>

	* htmlarea.js: word cleaner: now it actually works ;-)

	* plugins/ContextMenu/lang/el.js, lang/el.js, plugins/TableOperations/lang/el.js:
	added Greek translation (thanks to Dimitris Glezos)

	* htmlarea.js:
	call an onGenerate handler, if found on the editor object

	* popups/about.html, popups/popup.js: updated about box

	* plugins/SpellChecker/spell-check-ui.js: *** empty log message ***

	* plugins/ContextMenu/context-menu.js:
	open the normal insert_link dialog on modify link

2003-11-28  Mihai Bazon  <mishoo@localhost.localdomain>

	* htmlarea.css: -moz-opacity got back

	* popups/about.html: *** empty log message ***

	* htmlarea.js: added Word cleaner code (thanks weeezl)
	fixed the bug concerning the url of relative link/images

2003-11-24  Mihai Bazon  <mishoo@localhost.localdomain>

	* plugins/CSS/css.js:
	allows updation of parent element's class (no span).  thanks goes to Michael (pepl @ IT forums)

2003-11-22  Mihai Bazon  <mishoo@localhost.localdomain>

	* plugins/ContextMenu/lang/nl.js, plugins/TableOperations/lang/nl.js:
	translation thanks to mmcw /IT forums

	* lang/nl.js: updated (thanks to mmcw /IT forums)

2003-11-21  Mihai Bazon  <mishoo@localhost.localdomain>

	* makefile.xml: added ChangeLog to project dist

	* ChangeLog: Updated ChangeLog

	* examples/context-menu.html, examples/fully-loaded.html, examples/pieng.png, index.html, plugins/ContextMenu/1.pl, plugins/ContextMenu/context-menu.js, plugins/ContextMenu/lang/en.js, plugins/ContextMenu/lang/makefile.xml, plugins/ContextMenu/makefile.xml, plugins/ContextMenu/menu.css, plugins/makefile.xml:
	Added ContextMenu plugin (work sponsored by American Bible Society)

2003-11-11  Mihai Bazon  <mishoo@localhost.localdomain>

	* lang/en.js, lang/ro.js: support for the link dialog

	* plugins/FullPage/popups/docprop.html, popups/popup.js:
	support for I18N of core dialogs, added function to select a value in a <select>, all dialogs close on ESC

	* htmlarea.js:
	support for insert link popup, minor bug-fix in Mozilla (catch exception)

	* examples/fully-loaded.html:
	workaround some IE problems (it appears that it's definitely better to wait half a second before generate()-ing the editor

	* popups/link.html: allow ling target, title, edit link

	* plugins/TableOperations/lang/no.js, lang/no.js:
	Norwegian translation (thanks to Svein Sando)

2003-11-10  Mihai Bazon  <mishoo@localhost.localdomain>

	* lang/es.js: fixed (thanks to Jorge)

2003-11-07  Mihai Bazon  <mishoo@localhost.localdomain>

	* popups/about.html:
	changed to Unix encoding; Credits page needs to be redesigned

2003-11-06  Mihai Bazon  <mishoo@localhost.localdomain>

	* lang/lt.js: Lithuanian translation, thanks to Jaroslav Satkevic

2003-11-05  Mihai Bazon  <mishoo@localhost.localdomain>

	* lang/he.js: Hebrew language definition (thanks to Liron Newman)

2003-11-04  Mihai Bazon  <mishoo@localhost.localdomain>

	* lang/vn.js: updated vietnamese translation, thanks to Nguyen Dinh Nam

2003-11-03  Mihai Bazon  <mishoo@localhost.localdomain>

	* lang/nl.js: updated (thanks to ephemeros)

	* images/ed_left_to_right.gif, images/ed_right_to_left.gif:
	text direction icons

	* htmlarea.js, lang/en.js:
	implemented text direction support (LTR or RTL)
	workaround for a serious bug in IE (looses selection? bleah..)

2003-10-31  Mihai Bazon  <mishoo@localhost.localdomain>

	* examples/2-areas.cgi, examples/2-areas.html:
	added sample that demonstrates how to create more editors in the same page and form

	* htmlarea.js:
	- increased the initial timeout after creating the iframe
	- apply the timeout to IE too (actually we need a better idea that will only
	  create the editor _after_ all images are loaded; it seems that IE has
	  serious problems about it: if HTMLArea is initialized while loading images,
	  the rest of images will never be loaded and functionality will miss [IE only])
	- custom undo queue disabled by default as it's still buggy

2003-10-28  Mihai Bazon  <mishoo@localhost.localdomain>

	* popups/about.html: only loaded plugins

	* plugins/CSS/css.js: copyright notices updated

	* examples/core.html, examples/css.html, examples/full-page.html, examples/spell-checker.html, examples/table-operations.html:
	updated to new style (load only htmlarea.js, define _editor_lang)

	* dialog.js, htmlarea.js, popups/popup.js, popupwin.js:
	copyright notices updated

	* htmlarea.js: Text "Path: " back in the status bar

	* popups/fullscreen.html:
	correctly loads all scripts and registers plugins

	* plugins/SpellChecker/spell-checker.js:
	dropped config.editorURL in favor if _editor_url

	* lang/en.js:
	- IE sucks in full screen message (not yet used but might be if users
	  complain; I'm sick of IE, that sick that I will start charging 4 times more
	  for IE compatibility; I might get a ulcer because of it... no kiddin')

	* htmlarea.js: - support _editor_lang
	- loads all required files
	- correct loading of plugins in full-screen mode
	- config.editorURL was permanently dropped in favor of _editor_url

	* popups/fullscreen.html, htmlarea.js:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -