OSDN Git Service

pukiwiki/pukiwiki.git
19 years agoBugTrack/554 HTTP 'Location:' header needs absolute URI
henoheno [Sun, 10 Oct 2004 10:20:59 +0000 (19:20 +0900)]
BugTrack/554 HTTP 'Location:' header needs absolute URI

19 years agoCleanup. Add spaces, remove a pair of bracket
henoheno [Sun, 10 Oct 2004 09:00:56 +0000 (18:00 +0900)]
Cleanup. Add spaces, remove a pair of bracket

19 years agoCleanup.
henoheno [Sun, 10 Oct 2004 03:58:20 +0000 (12:58 +0900)]
Cleanup.
* Added many spaces
* Shrink many brackets
* 'and' for boolean => '&&'
* 'or'  for boolean => '||'
* array_key_exists() => isset()

19 years agoCleanup.
henoheno [Sun, 10 Oct 2004 03:36:27 +0000 (12:36 +0900)]
Cleanup.
* Added many spaces
* Shrink many brackets
* 'and' for boolean => '&&'
* 'or'  for boolean => '||'
* array_key_exists() => isset()

19 years agoCleanup.
henoheno [Sun, 10 Oct 2004 03:23:57 +0000 (12:23 +0900)]
Cleanup.
* Added many spaces
* Shrink many brackets
* 'and' for boolean => '&&'
* 'or'  for boolean => '||'
* array_key_exists() => isset()

19 years agoCleanup.
henoheno [Sun, 10 Oct 2004 02:22:19 +0000 (11:22 +0900)]
Cleanup.
* Added many spaces
* Shrink many brackets
* 'and' for boolean => '&&'
* 'or'  for boolean => '||'
* array_key_exists() => isset()

19 years agoCleanup.
henoheno [Sun, 10 Oct 2004 02:13:25 +0000 (11:13 +0900)]
Cleanup.
* Added many spaces
* Shrink many brackets
* 'and' for boolean => '&&'
* 'or'  for boolean => '||'
* array_key_exists() => isset()

19 years agoCleanup.
henoheno [Sat, 9 Oct 2004 09:05:33 +0000 (18:05 +0900)]
Cleanup.
* Added many spaces
* Shrink many brackets
* 'and' for boolean => '&&'
* 'or'  for boolean => '||'
* array_key_exists() => isset()

19 years agoBugTrack/696 Ignore case about #freeze flag
henoheno [Sat, 9 Oct 2004 08:25:29 +0000 (17:25 +0900)]
BugTrack/696 Ignore case about #freeze flag

19 years agoBugTrack/696 Allow plugin calling with upper-case included key (#COMMENT, #Include...
henoheno [Sat, 9 Oct 2004 08:01:58 +0000 (17:01 +0900)]
BugTrack/696 Allow plugin calling with upper-case included key (#COMMENT, #Include, etc)

19 years agoCleanup. Added spaces. 'and' for boolean => '&&'. Shrink a brace
henoheno [Sat, 9 Oct 2004 07:53:19 +0000 (16:53 +0900)]
Cleanup. Added spaces. 'and' for boolean => '&&'. Shrink a brace

19 years agoCorrect.
henoheno [Sat, 9 Oct 2004 07:36:33 +0000 (16:36 +0900)]
Correct.
* Work, and preserve any data at the right of #vote()__HERE__
* Ignore case

19 years agoPukiWiki/1.4/マニュアル/プラグイン/c: Correct description for comment plugin (nodate <=> noname)
henoheno [Fri, 8 Oct 2004 13:04:53 +0000 (22:04 +0900)]
PukiWiki/1.4/マニュアル/プラグイン/c: Correct description for comment plugin (nodate <=> noname)

19 years agoSort. Added 'add'
henoheno [Fri, 8 Oct 2004 12:14:40 +0000 (21:14 +0900)]
Sort. Added 'add'

19 years agoCleanup.
henoheno [Thu, 7 Oct 2004 14:50:15 +0000 (23:50 +0900)]
Cleanup.
* Added many spaces
* Shrink many brackets
* 'and' for boolean => '&&'
* 'or'  for boolean => '||'
* array_key_exists() => isset()

19 years agoCleanup.
henoheno [Thu, 7 Oct 2004 14:34:55 +0000 (23:34 +0900)]
Cleanup.
* Added many spaces
* Shrink many brackets
* 'and' for boolean => '&&'
* 'or'  for boolean => '||'
* array_key_exists() => isset()

19 years agoCleanup.
henoheno [Thu, 7 Oct 2004 14:15:27 +0000 (23:15 +0900)]
Cleanup.
* Added many spaces
* Shrink many brackets
* 'and' for boolean => '&&'
* 'or'  for boolean => '||'
* array_key_exists() => isset()

19 years agoarray_key_exists() => isset()
henoheno [Thu, 7 Oct 2004 13:25:41 +0000 (22:25 +0900)]
array_key_exists() => isset()

19 years agoCleanup.
henoheno [Thu, 7 Oct 2004 13:07:40 +0000 (22:07 +0900)]
Cleanup.
* Added many spaces
* Shrink many brackets
* 'and' for boolean => '&&'
* 'or'  for boolean => '||'
* Remove redundant round brackets
* function_exists('gzfile') => extension_loaded('zlib')

19 years agoCleanup.
henoheno [Thu, 7 Oct 2004 13:02:48 +0000 (22:02 +0900)]
Cleanup.
* Added many spaces
* Shrink many brackets
* 'and' for boolean => '&&'
* 'or'  for boolean => '||'

19 years agoBugTrack/701 Enable restoring backup files. Simplify a lot of
henoheno [Thu, 7 Oct 2004 12:56:48 +0000 (21:56 +0900)]
BugTrack/701 Enable restoring backup files. Simplify a lot of

19 years agoBugTrack/712 Added 'notitle' option
henoheno [Mon, 4 Oct 2004 11:02:33 +0000 (20:02 +0900)]
BugTrack/712 Added 'notitle' option

19 years agoSimplify.
henoheno [Sun, 3 Oct 2004 07:05:34 +0000 (16:05 +0900)]
Simplify.
* Gather link-settings into lib/html.php, not in skins
* Change link-settings holder as an array, not many valiables
* [skin] Added skin-specific image-settings into an array
* [skin] Added two inner _function()s to simplify maintainance its navigation bar and footer icons
* [keitai.skin] Remove redundants

19 years agoClick Symbol logo, to back to top page
henoheno [Sat, 2 Oct 2004 01:21:48 +0000 (10:21 +0900)]
Click Symbol logo, to back to top page

19 years agoBugTrack/712 Added 'notitle' option
henoheno [Sat, 2 Oct 2004 00:45:14 +0000 (09:45 +0900)]
BugTrack/712 Added 'notitle' option

19 years ago(XHTML) & => &amp;
henoheno [Fri, 1 Oct 2004 23:53:34 +0000 (08:53 +0900)]
(XHTML) & => &amp;

19 years agoWait writing
henoheno [Fri, 1 Oct 2004 12:59:29 +0000 (21:59 +0900)]
Wait writing

19 years agoNo flock() wanted for tempnam() file
henoheno [Fri, 1 Oct 2004 12:48:19 +0000 (21:48 +0900)]
No flock() wanted for tempnam() file

19 years agoSimplify. Use SKIN_LANG you just using
henoheno [Fri, 1 Oct 2004 12:43:18 +0000 (21:43 +0900)]
Simplify. Use SKIN_LANG you just using

19 years agoBugTrack/707 Also ACCESS NetFront 3.0 and Mozilla 4
henoheno [Fri, 1 Oct 2004 12:10:37 +0000 (21:10 +0900)]
BugTrack/707 Also ACCESS NetFront 3.0 and Mozilla 4

19 years agoSimplify. Added file_exists(), comments, etc
henoheno [Thu, 30 Sep 2004 12:48:38 +0000 (21:48 +0900)]
Simplify. Added file_exists(), comments, etc

19 years agoAdded skin.*.lng to unite pukiwiki.skin.*.php
henoheno [Thu, 30 Sep 2004 12:29:51 +0000 (21:29 +0900)]
Added skin.*.lng to unite pukiwiki.skin.*.php

19 years agoAdded skin.*.lng to unite pukiwiki.skin.*.php
henoheno [Thu, 30 Sep 2004 12:24:47 +0000 (21:24 +0900)]
Added skin.*.lng to unite pukiwiki.skin.*.php

19 years agoCorrect counting files
henoheno [Wed, 29 Sep 2004 14:50:01 +0000 (23:50 +0900)]
Correct counting files

19 years agoRename as it be: tarlib->add() => tarlib->add_dir()
henoheno [Wed, 29 Sep 2004 14:46:07 +0000 (23:46 +0900)]
Rename as it be: tarlib->add() => tarlib->add_dir()

19 years agoUse $_POST['pass'], for 1.4.3 or older users
henoheno [Wed, 29 Sep 2004 14:42:48 +0000 (23:42 +0900)]
Use $_POST['pass'], for 1.4.3 or older users

19 years agoAdded PLUGIN_DUMP_ALLOW_RESTORE, and change defalut allowed => NOT ALLOWED
henoheno [Wed, 29 Sep 2004 14:40:45 +0000 (23:40 +0900)]
Added PLUGIN_DUMP_ALLOW_RESTORE, and change defalut allowed => NOT ALLOWED

19 years agoBugTrack/707 NetFront 3.0, expecting as Mozilla 4, go to default profile
henoheno [Wed, 29 Sep 2004 13:20:26 +0000 (22:20 +0900)]
BugTrack/707 NetFront 3.0, expecting as Mozilla 4, go to default profile

19 years agoUse flock() at restoring files
henoheno [Sun, 26 Sep 2004 14:20:38 +0000 (23:20 +0900)]
Use flock() at restoring files

19 years agoUse gzwrite() for gzopen()
henoheno [Sun, 26 Sep 2004 14:15:54 +0000 (23:15 +0900)]
Use gzwrite() for gzopen()

19 years agoSimplify.
henoheno [Sun, 26 Sep 2004 14:13:29 +0000 (23:13 +0900)]
Simplify.
* Remove only-one-time used defines.
* Double quoted string => Single quoted.
* Correct function argument name

19 years agoSimplify.
henoheno [Sun, 26 Sep 2004 13:42:20 +0000 (22:42 +0900)]
Simplify.
* Remove only-one-time used defines.
* Double quoted string => Single quoted.
* Correct function argument name

19 years agoSimplify library interface, via extra define A or B => via text 'A' or 'B'
henoheno [Sun, 26 Sep 2004 13:12:20 +0000 (22:12 +0900)]
Simplify library interface, via extra define A or B => via text 'A' or 'B'

19 years agoSimplify tarlib->tarlib() and tarlib->create()
henoheno [Sun, 26 Sep 2004 12:49:50 +0000 (21:49 +0900)]
Simplify tarlib->tarlib() and tarlib->create()

19 years agochmod() and touch() may warn
henoheno [Sun, 26 Sep 2004 12:29:36 +0000 (21:29 +0900)]
chmod() and touch() may warn

19 years agoWarning: flock(): cannot represent a stream of type ZLIB as a File Descriptor
henoheno [Sun, 26 Sep 2004 12:24:20 +0000 (21:24 +0900)]
Warning: flock(): cannot represent a stream of type ZLIB as a File Descriptor

19 years agoTARLIB_HDR_TYPE_OFFSET is not used now
henoheno [Sun, 26 Sep 2004 12:01:53 +0000 (21:01 +0900)]
TARLIB_HDR_TYPE_OFFSET is not used now

19 years agoRe-order tarlib members:
henoheno [Sun, 26 Sep 2004 11:57:55 +0000 (20:57 +0900)]
Re-order tarlib members:
* Create(), add() directory(ies), then a tar-file is there.
* Note: add() only calls _make_header() and _write_data().
* When you want to extract, remembet open(), extract(), and close().

19 years agoRename class private members 'member()' => '_member()'
henoheno [Sun, 26 Sep 2004 11:47:35 +0000 (20:47 +0900)]
Rename class private members  'member()' => '_member()'

19 years agoBugTrack/701 Correct r1.4, removing TARLIB_DATA_CHKBLANKS
henoheno [Sun, 26 Sep 2004 11:30:48 +0000 (20:30 +0900)]
BugTrack/701 Correct r1.4, removing TARLIB_DATA_CHKBLANKS

19 years agoSimplify suffix handling. Enable upload-file-size checking. Remove unused vars.Correc...
henoheno [Sat, 25 Sep 2004 15:12:09 +0000 (00:12 +0900)]
Simplify suffix handling. Enable upload-file-size checking. Remove unused vars.Correct tarlib internal errors

19 years agoPHP: BugTrack/689 Correct Japn => Japan
henoheno [Sat, 25 Sep 2004 14:01:40 +0000 (23:01 +0900)]
PHP: BugTrack/689 Correct Japn => Japan

19 years agoCorrect help messages, remove unused
henoheno [Sat, 25 Sep 2004 13:34:44 +0000 (22:34 +0900)]
Correct help messages, remove unused

19 years agoRemove redundant file-type checkbox from restore
henoheno [Sat, 25 Sep 2004 13:27:15 +0000 (22:27 +0900)]
Remove redundant file-type checkbox from restore

19 years agoCleanup. Remove redundant. Added comments
henoheno [Sat, 25 Sep 2004 12:44:47 +0000 (21:44 +0900)]
Cleanup. Remove redundant. Added comments

19 years agoCleanup. Please use $vars instead of $post, etc
henoheno [Sat, 25 Sep 2004 12:40:54 +0000 (21:40 +0900)]
Cleanup. Please use $vars instead of $post, etc

19 years agoEnable pkwk_login()
henoheno [Sat, 25 Sep 2004 12:36:28 +0000 (21:36 +0900)]
Enable pkwk_login()

19 years agoCleanup. tarlib: library for tar file creation and expansion
henoheno [Sat, 25 Sep 2004 12:34:39 +0000 (21:34 +0900)]
Cleanup. tarlib: library for tar file creation and expansion

19 years agoCleanup
henoheno [Sat, 25 Sep 2004 12:14:29 +0000 (21:14 +0900)]
Cleanup

19 years agomv tarfile.inc.php dump.inc.php; # to abstraction of dump and restore
henoheno [Sat, 25 Sep 2004 10:33:33 +0000 (19:33 +0900)]
mv tarfile.inc.php dump.inc.php; # to abstraction of dump and restore

19 years agomv tarfile.inc.php dump.inc.php; # to abstraction of dump and restore
henoheno [Sat, 25 Sep 2004 10:29:23 +0000 (19:29 +0900)]
mv tarfile.inc.php dump.inc.php; # to abstraction of dump and restore

19 years agomv tarfile.inc.php dump.inc.php; # to abstraction of dump and restore
henoheno [Sat, 25 Sep 2004 10:28:15 +0000 (19:28 +0900)]
mv tarfile.inc.php dump.inc.php; # to abstraction of dump and restore

19 years agoWindows CE (MSIE 5.5 or upper) seems to be default profile
henoheno [Sat, 25 Sep 2004 01:11:34 +0000 (10:11 +0900)]
Windows CE (MSIE 5.5 or upper) seems to be default profile

19 years agoWindows CE (MSIE 5.5 or upper) seems to be default profile
henoheno [Sat, 25 Sep 2004 00:56:58 +0000 (09:56 +0900)]
Windows CE (MSIE 5.5 or upper) seems to be default profile

19 years agoBugTrack/697 Vodaphone W-type (Lesser than 200KB) support
henoheno [Fri, 24 Sep 2004 23:54:22 +0000 (08:54 +0900)]
BugTrack/697 Vodaphone W-type (Lesser than 200KB) support

19 years agoCleanup. Added / Removed spaces, comments. Shrink. Rename defines
henoheno [Thu, 23 Sep 2004 15:39:01 +0000 (00:39 +0900)]
Cleanup. Added / Removed spaces, comments. Shrink. Rename defines

19 years agoAdded tarfile.inc.php v1.0, written by teanan
henoheno [Thu, 23 Sep 2004 14:40:13 +0000 (23:40 +0900)]
Added tarfile.inc.php v1.0, written by teanan

19 years agoWikiWikiWeb: Correct c2.com name
henoheno [Thu, 23 Sep 2004 07:03:01 +0000 (16:03 +0900)]
WikiWikiWeb: Correct c2.com name

19 years agoRe-order and added comments
henoheno [Tue, 21 Sep 2004 12:04:54 +0000 (21:04 +0900)]
Re-order and added comments

19 years agoCorrect plugin-related define's name
henoheno [Tue, 21 Sep 2004 11:57:23 +0000 (20:57 +0900)]
Correct plugin-related define's name

19 years agoRemove help comment-message inside. Correct usage
henoheno [Tue, 21 Sep 2004 11:53:18 +0000 (20:53 +0900)]
Remove help comment-message inside. Correct usage

19 years agoBugTrack/598 don't avoid using template
henoheno [Mon, 20 Sep 2004 04:25:38 +0000 (13:25 +0900)]
BugTrack/598  don't avoid using template

19 years agoBugTrack/598 don't avoid using template
henoheno [Mon, 20 Sep 2004 04:02:27 +0000 (13:02 +0900)]
BugTrack/598  don't avoid using template

19 years agoBugTrack/667 Attch flie list will be a line, not multiple lines
henoheno [Mon, 20 Sep 2004 02:36:34 +0000 (11:36 +0900)]
BugTrack/667 Attch flie list will be a line, not multiple lines

19 years agoRemove unused global
henoheno [Mon, 20 Sep 2004 02:14:00 +0000 (11:14 +0900)]
Remove unused global

19 years agoMove $weeklabels from pukiwiki.ini.php to lib/init.php
henoheno [Mon, 20 Sep 2004 02:04:24 +0000 (11:04 +0900)]
Move $weeklabels from pukiwiki.ini.php to lib/init.php

19 years agoMoved error_reporting() from lib/init.php to index.php/pukiwiki.php
henoheno [Mon, 20 Sep 2004 00:48:34 +0000 (09:48 +0900)]
Moved error_reporting() from lib/init.php to index.php/pukiwiki.php

19 years agoMerged from r1_4_4 to branch_r1_4_4_php5_end
henoheno [Sun, 19 Sep 2004 14:05:30 +0000 (23:05 +0900)]
Merged from r1_4_4 to branch_r1_4_4_php5_end

19 years agoEnable skin-language changeorver.
henoheno [Sun, 19 Sep 2004 13:45:48 +0000 (22:45 +0900)]
Enable skin-language changeorver.
* Move Language settings from lib/init.php to pukiwiki.ini.php
* Added define SKIN_LANG and CONTENT_CHARSET to enable changing
  skin-languate into 'en', with your native/multi language content

19 years agoEnable skin-language changeorver.
henoheno [Sun, 19 Sep 2004 13:27:15 +0000 (22:27 +0900)]
Enable skin-language changeorver.
* Move Language settings from lib/init.php to pukiwiki.ini.php
* Added define SKIN_LANG and CONTENT_CHARSET to enable changing
  skin-languate into 'en', with your native/multi language content

19 years agoThere isn't keitai.skin.en.php
henoheno [Sun, 19 Sep 2004 12:30:24 +0000 (21:30 +0900)]
There isn't keitai.skin.en.php

19 years agoComment out, commented outs
henoheno [Sat, 18 Sep 2004 12:01:42 +0000 (21:01 +0900)]
Comment out, commented outs

19 years agoCorrect default value of $media
henoheno [Sat, 18 Sep 2004 11:59:26 +0000 (20:59 +0900)]
Correct default value of $media

19 years agoSimplify. REQUEST => GET
henoheno [Sat, 18 Sep 2004 11:58:09 +0000 (20:58 +0900)]
Simplify. REQUEST => GET

19 years agoShrink default.{en|ja}.css, print.{en|ja}.css => pukiwiki.css.php
henoheno [Sat, 18 Sep 2004 09:45:14 +0000 (18:45 +0900)]
Shrink default.{en|ja}.css, print.{en|ja}.css => pukiwiki.css.php

19 years agoSimplify. Shrink. Remove unused global. Add a rawurlencode(). Correct default text...
henoheno [Fri, 10 Sep 2004 14:18:34 +0000 (23:18 +0900)]
Simplify. Shrink. Remove unused global. Add a rawurlencode(). Correct default text as a random link

19 years agoBugTrack/678 There isn't .htaccess in TRACKBACK_DIR, why?
henoheno [Sun, 5 Sep 2004 04:03:49 +0000 (13:03 +0900)]
BugTrack/678 There isn't .htaccess in TRACKBACK_DIR, why?

19 years agoBugTrack/676 No need to link itself, notifies where you just read r1_4_4
henoheno [Sat, 4 Sep 2004 15:04:10 +0000 (00:04 +0900)]
BugTrack/676 No need to link itself, notifies where you just read

19 years agoJust a cleanup. Remove unused / Added spaces and \n
henoheno [Sat, 4 Sep 2004 14:53:13 +0000 (23:53 +0900)]
Just a cleanup. Remove unused / Added spaces and \n

19 years agoBugTrack/676 No need to link itself, notifies where you just read
henoheno [Sat, 4 Sep 2004 14:26:52 +0000 (23:26 +0900)]
BugTrack/676 No need to link itself, notifies where you just read

19 years agoJust a cleanup. Add two \n
henoheno [Sat, 4 Sep 2004 14:16:30 +0000 (23:16 +0900)]
Just a cleanup. Add two \n

19 years agoFreeze PukiWiki, PukiWiki plugin-manual, FormattingRules, Help
henoheno [Sat, 4 Sep 2004 12:45:38 +0000 (21:45 +0900)]
Freeze PukiWiki, PukiWiki plugin-manual, FormattingRules, Help

19 years agoProhibit compressed files
henoheno [Sat, 4 Sep 2004 12:11:16 +0000 (21:11 +0900)]
Prohibit compressed files

19 years agoBugTrack/670 Disable menubar when you view it as a normal page
henoheno [Sat, 4 Sep 2004 06:07:33 +0000 (15:07 +0900)]
BugTrack/670 Disable menubar when you view it as a normal page

19 years agoBugTrack/670 Disable menubar when you view it as a normal page
henoheno [Sat, 4 Sep 2004 05:42:37 +0000 (14:42 +0900)]
BugTrack/670 Disable menubar when you view it as a normal page

19 years agoBump up 1.4.4rc2 => 1.4.4
henoheno [Sat, 4 Sep 2004 03:01:39 +0000 (12:01 +0900)]
Bump up 1.4.4rc2 => 1.4.4

19 years agoSort mail-related settings
henoheno [Sat, 4 Sep 2004 00:02:03 +0000 (09:02 +0900)]
Sort mail-related settings

19 years agoMove from pukiwiki/devel/make_funclist.sh to devel/make_funclist.sh
henoheno [Fri, 3 Sep 2004 23:41:31 +0000 (08:41 +0900)]
Move from pukiwiki/devel/make_funclist.sh to devel/make_funclist.sh

19 years agoCorrect spaces, word-wrap, image/face, Tiki URL. Added 'tar pzxf', URLs to FAQ and...
henoheno [Fri, 3 Sep 2004 23:37:38 +0000 (08:37 +0900)]
Correct spaces, word-wrap, image/face, Tiki URL. Added 'tar pzxf', URLs to FAQ and BugTrack

19 years ago整形ルール: Check internal plugin manual
henoheno [Thu, 2 Sep 2004 14:45:39 +0000 (23:45 +0900)]
整形ルール: Check internal plugin manual