2004-03-02  Kouichirou Eto  <2005 eto.com>

	* qwikweb-0.4.2 released.
	* act-smil.rb, media.rb, smil.rb: New files.
	* Refactoring test codes.

2004-03-02  Kouichirou Eto  <2005 eto.com>

	* act-backup.rb: Check ul length.
	* act-basic-plugin.rb: Refactoring test code.
	* farm.rb: New method close_all.
	* server.rb: Add StopCallback for test.
	* util-string.rb: Add test code.
	* t/module-session.rb: Refactoring.

2004-02-26  Kouichirou Eto  <2005 eto.com>

	* act-log.rb, catalog-validator.rb: New files.
	* act-charset.rb: Update.
	* act-getpass.rb: Add test code.
	* t/*: Move test codes to qwik/*

2004-02-24  Kouichirou Eto  <2005 eto.com>

	* backup-bdb.rb: New file. Use Berkeley DB for BackupDB.
	* site.rb: Remove get_pages method.
	* act-attach.rb: Update.
	* act-backup.rb: Update.
	* act-history.rb: Update.
	* site.rb, act-metadata.rb, act-view.rb: Remove get_pages
	* backupdb.rb: Update.
	* config.rb: Update.
	* fsdb.rb: Update.
	* page.rb: Update.
	* Remove old test files.
	* page.rb: Rename append to add.
	* page.rb: Update add.
	* util-path.rb: New method erase_all

2004-02-23  Kouichirou Eto  <2005 eto.com>

	* bdb.rb, pagedb.rb: New file. Use Berkeley DB as PageDB.

2004-02-22  Kouichirou Eto  <2005 eto.com>

	* act-attach.rb: Add multiple file attach support.

2004-02-21  Kouichirou Eto  <2005 eto.com>

	* act-attach.rb: Update page files support.
	* act-generate.rb, act-media.rb: Fix spell miss.
	* act-ref.rb: Change thumbnail size from 150 to 100.
	* act-ref.rb: Change icon format from png to gif.

2004-02-20  Kouichirou Eto  <2005 eto.com>

	* report.rb: Splited from act-report.rb
	* attach.rb, act-attach.rb, act-ref: Add page files support.

2004-02-19  Kouichirou Eto  <2005 eto.com>

	* act-attach.rb: Update.
	* page.rb: Change initialize arguments.
	* attach.rb: Change initialize arguments.
	* attach.rb, backupdb.rb, config.rb, escape.rb, farm.rb, fsdb.rb,
	iconv.rb, kconv.rb, page.rb, qp.rb, site.rb, util-path.rb,
	util-time.rb, util.rb, wikidb.rb: Merge test code.
	* act-view: Add test for cache.
	* backupdb.rb: Change initialize arguments.
	* format-xml.rb: Refactoring.
	* format-xml.rb: Escape element names and attribute names.
	* site.rb: Do not use db.get_path
	* diff.rb, emode-parser.rb, format-xml.rb, fsdb.rb, htmlparser.rb,
	htmltotext.rb, htree-generator.rb, htree-get.rb,
	htree-template.rb, htree-wabisabi.rb, htree.rb, parser.rb,
	request.rb, response.rb, style.rb, tokenizer.rb,
	wabisabi-generator.rb, wabisabi-get.rb, wabisabi-valid.rb,
	wabisabi.rb: Merge test code.

2004-02-18  Kouichirou Eto  <2005 eto.com>

	* qwik/config.rb: Remove load ext-* files.
	* qwik/loadlib.rb: Update.
	* qwik/loadlib.rb: Change initialize argment.
	* t/all.rb: New method load_all_action
	* t/act-attach.rb: Update.
	* t/test-request.rb: Add test for ext_args
	* t/test-loadlib.rb: Update.
	* t/module-session.rb: Add POST in path.
	* t/module-session.rb: Add query in path.
	* qwik/act-hcomment.rb: Merge test code.
	* qwik/act-attach.rb: Update delete process.
	* qwik/act-toc.rb: Check if page exist.
	* qwik/attach.rb: Renamed from siteattach.rb
	* qwik/member.rb: Splited from act-member.rb
	* act-backup, act-basic-plugin, act-comment, act-common, act-edit,
	act-exception, act-generate, act-getpass, act-hcomment,
	act-history, act-login, act-media, act-member, act-metadata,
	act-password, act-plugin, act-presen, act-redirect, act-ref,
	act-search, act-theme, act-view, act-wema, act-wysiwyg: Merge test
	code.
	* act-archive, act-book, act-emode, act-form, act-html, act-lang,
	act-sfcring: Merge test	code.

2004-02-17  Kouichirou Eto  <2005 eto.com>

	* qwik/act-sample.rb: New file.  Sample code to make plugin.
	* qwik/act-attach.rb: Merge test code.
	* qwik/act-ref.rb: Update.
	* qwik/parser.rb: Change the image reference with message.
	* qwik/style.rb: New file.  Splited from act-style.rb
	* qwik/act-attach.rb: Split act_attach to many methods.
	* qwik/act-generate.rb: Change c_error.
	* qwik/act-ref.rb: Update thumbnail generate.
	* qwik/act-edit.rb: Merge test code.
	* qwik/act-generate.rb: Add test code.

2004-02-16  Kouichirou Eto  <2005 eto.com>

	* qwik/act-toc.rb: Remove onmousedown.
	* qwik/act-code.rb: New file. Plugin for code reading.
	* theme/base.css: Add code class.
	* theme/base.js: Refine toc support.
	* theme/base.js: Refine debug.js
	* qwik/act-ref.js: Update.  Merge test code.
	* theme/base.css: Update ref class.

2004-02-15  Kouichirou Eto  <2005 eto.com>

	* qwik/act-toc.rb: Add header link.
	* qwik/tdiary-resolver.rb: Update.
	* qwik/wabisabi.rb: New method.  get_single
	* t/test-format-xml.rb: Splited from wabisabi.rb
	* t/module-session.rb: Add array support for assert_xml, assert_path
	* theme/base.css: Add toc class
	* theme/base.js: Add toc_toggle method.
	* theme/base.js: Add debug.js
	
2004-02-14  Kouichirou Eto  <2005 eto.com>

	* qwik/tdiary-resolve.rb: New file.  Splited from resolve.rb
	* qwik/format-xml.rb: New file.  Splited from wabisabi.rb
	* qwik/act-basic-plugin.rb: Refactoring.

2004-02-13  Kouichirou Eto  <2005 eto.com>

	* ext/*: New directory.  To make extension.
	* qwik/tdiary-resolver.rb: New file.  Splited from resolve.rb

2004-02-13  Kouichirou Eto  <2005 eto.com>

	* t/*.rb: Change Japanese message to English.
	* t/*.rb: Refactoring.
	* t/act-getpass.rb bench-page.rb bench-textformat.rb
	module-assert.rb module-bench.rb module-session.rb
	test-htmltotext.rb test-logger.rb: New files.
	* catalog/catalog.ja: Update.
	* qwik/act-generate.rb: Replace method c_message.
	* qwik/act-exception.rb: Check if from host is localhost.
	* qwik/logger.rb: Update.
	* qwik/request.rb: Update.
	* qwik/xmlformatter.c: Bug fix.
	* qwik/act-simple-send.rb, qwik/htmlparser.rb, qwik/htmltotext.rb,
	qwik/util-time.rb: New files.

2004-02-11  Kouichirou Eto  <2005 eto.com>

	* t/check-act-archive.rb: New file. Splited from act-archive.rb.
	* t/bench-bench.rb, t/bench-example.rb, t/bench-run.rb,
	t/bench-xmlformatter.rb, t/check-zip.rb, t/test-backupdb.rb,
	t/test-fsdb.rb, t/test-xmlformatter.rb: New files.
	* t/act-zip.rb, t/bench-session2.rb: Deleted.
	* t/common.rb: New method t_add_user.
	* t/bench-wabisabi.rb: Refactoring.
	* t/check-qrcode.rb: Bug fix.
	* t/check-sfcring.rb: Bug fix.
	* qwik/util-path.rb: New file. Splited from util.rb.
	* qwik/xmlformatter.c: New file. Copied from gonzui-0.3.
	* qwik/act-qrcode.rb: New method qrcode_generate. Splited from
	plg_qrcode.
	* qwik/fsdb.rb: Change each not to use Pathname for speed up.
	* qwik/wabisabi.rb: Add xmlformatter support (in progress).
	* compat/aspectr.rb, rbprof.rb, trap_method_definitions.rb: Copied
	from AspectR for profiling.
	* qwik/xmlformatter.c: Change too short to null string.

2004-02-09  Kouichirou Eto  <2005 eto.com>

	* qwik/act-view.rb: Refactoring.
	* super/_AdminMenu.txt: Comment out wysiwyg edit link.

2004-02-08  Kouichirou Eto  <2005 eto.com>

	* qwik/act-wysiwyg.rb: Add wysiwyg edit mode.
	* qwik/act-html.rb: New class HtmlParser.
	* qwik/util-string.rb: Splited from util.rb
	* qwik/parser.rb: Refactoring.
	* qwik/tokenizer.rb: Refactoring.
	* qwik/wabisabi.rb: Rename each_tags to each_tag
	* qwik/act-toc.rb: New file for toc plugin.
	* qwik/act-icon.rb: New plugin tracfeed.

2004-02-07  Kouichirou Eto  <2005 eto.com>

	* qwik/fsdb.rb: Remove move_old_to_new
	* qwik/fsdb.rb: Bug fix for touch.
	* qwik/act-archive.rb: Renamed from act-zip.rb
	* qwik/act-archive.rb: Add presentaion html to archive.
	* qwik/act-conditons.rb: Splited from act-common.rb
	* qwik/act-archive.rb: Add theme files.
	* qwik/site.rb: Aggregate site method.
	* qwik/act-theme.rb: Refactoring.
	* qwik/act-theme.rb: Add theme_files method.
	* qwik/act-archive.rb: Inlclude image files with theme css file.
	* qwik/act-wysiwyg.rb: Refactoring.
	* theme/base.css, wema.css: Reformat indent.

2004-02-06  Kouichirou Eto  <2005 eto.com>

	* qwik/act-metadata.rb: Renamed from act-rss.rb
	* qwik/act-metadata.rb: Add ATOM support.

2004-02-05  Kouichirou Eto  <2005 eto.com>

	* qwik/act-aa.rb: New file for ascii art plugin.
	* theme/base.css: Update for ascii art plugin.
	* theme/wema.js (WemaEnvironment::mouseMove), theme/base.js
	(qwik_onload): Bug fix for undefind.
	* qwik/act-lang.rb: New file for language selection plugin.
	* qwik/act-basic-plugin.rb: Splited from act-common.rb
	* qwik/act-basic-plugin.rb: Delete header from list and recent.
	* qwikborder.css: Change style of h1.

2004-02-04  Kouichirou Eto  <2005 eto.com>

	* qwik/wabisabi.rb: remove w_ prefix.
	* qwik/act-emode.rb: new file
	* qwik/act-comment.rb: bug fix.
	* qwik/emode-parser.rb: bug fix.  Do not add br in blank line.
	* qwik/act-generate.rb, act-basic-plugin.rb: new files.
	* qwik/site.rb: add new siteconfig siteurl
	* qwik/quickml.rb: add support for debug mode.
	* t/test-quickml.rb: do not delete test directory.
	* qwik/act-media.rb (to_xml): Refactoring.
	* qwik/act-emode.rb (plg_emode_date_link): New method.
	* qwik/page.rb (<=>): New method.
	* qwik/act-generate.rb (Qwik::Action::c_relative_to_full): Add
	support for siteurl

2004-02-03  Kouichirou Eto  <2005 eto.com>

	* qwik/wabisabi.rb: change to_s to format_xml
	* qwik/act-html.rb: add html plugin
	* qwik/wabisabi-valid.rb: new file, check valid html

2004-02-02  Kouichirou Eto  <2005 eto.com>

	* qwik/act-presen.rb: bug fix.
	* qwik/parser.rb, tokenizer.rb: Rename class name.
	* qwik/act-common.rb: new method c_parse
	* qwik/act-icon.rb: new file
	* qwik/parser.rb: change :empty to "\n"
	* theme/qwikviridian: new theme
	* qwik/act-icon.rb: new method
	plg_sub_bloglines, plg_e_words, plg_google_ad

2004-02-01  Kouichirou Eto  <2005 eto.com>

	* qwik/act-common.rb: make new method c_make_log
	* qwik/site.rb: delete plugin accessor.
	* qwik/action.rb: refactoring.
	* qwik/resolve.rb, qwik/act-common.rb:
	delete site.plugin accessor.
	change all generate method to action centric.

2004-01-31  Kouichirou Eto  <2005 eto.com>

	* qwik/resolve.rb, qwik/site.rb, super/_SiteConfig.txt:
	add "redirect" config.
	* qwik/site.rb: change order of SiteConfig.txt
	* theme/qwiksystem: update qwiksystem theme.

2004-01-30  Kouichirou Eto  <2005 eto.com>

	* qwik/act-plugin.rb: c_calc_args, do not make it number.
	* qwik/resolve.rb: do not redirect if it's an open site.

2004-01-22  Kouichirou Eto  <2005 eto.com>

	* qwik/act-report.rb: add weekly
	* qwik/act-report.rb: renamed from report.rb
	* qwik/page.rb: new private method parse_first_line
	* qwik/page.rb: change pagename scheme.

2004-01-13  Kouichirou Eto  <2005 eto.com>

	* qwik/ext-*.rb: restruct from Plugin to Action.

2004-01-06  Kouichirou Eto  <2005 eto.com>

	* super/TextFormat.txt: add description for super pre mode.

2004-12-30  Kouichirou Eto  <2004 eto.com>

	* act-zip.rb: include theme files.
	* t/act-zip.rb: renamed from check-act-zip.rb
	* act-style.rb: adapt for CSS relate.
	* act-theme.rb: adapt for theme relate.
	* act-html.rb: new file for html plugin.

2004-12-26  Kouichirou Eto  <2004 eto.com>

	* act-style.rb, t/act-style.rb: new files.
	* change test style from assert_wiki to assert_format
	
2004-12-25  Kouichirou Eto  <2004 eto.com>

	* release qwikweb-0.4.
	* new feature: Presentation mode.
	* change spec: change Page name specification.

2004-12-24  Kouichirou Eto  <2004 eto.com>

	* qwik/*, t/*, super*: Change super page name format.
	* act-zip.rb: fix bug.

2004-12-23  Kouichirou Eto  <2004 eto.com>

	* README: update.
	* qwikweb.en.rd: update.
	* qwikweb.ja.rd: removed.
	* generator.rb: Change page name style.
	* super/*: Change page name style.

2004-12-22  Kouichirou Eto  <2004 eto.com>

	* act-presen.rb: new file.
	* t/act-presen.rb: new file.
	* themes/s5: new directory.

2004-12-21  Kouichirou Eto  <2004 eto.com>

	* act-wysiwyg.rb: update.

2004-12-14  Kouichirou Eto  <2004 eto.com>

	* server.rb: fix bug.  put log to stdout.

2004-12-13  Kouichirou Eto  <2004 eto.com>

	* act-wysiwyg.rb: add messages.

2004-12-10  Kouichirou Eto  <2004 eto.com>

	* act-history.rb: fix bug.
	* act-backup.rb, act-history.rb: add class.
	* test-responserb: new file.
	* parser.rb: fix bug.
	* request.rb: change external site scheme.
	* action.rb: add support for favicon.ico

2004-12-09  Kouichirou Eto  <2004 eto.com>

	* gettext.rb: New file.  Copied from gonzui-0.1
	* catalog.ja: add English messages.

