OSDN Git Service

pukiwiki/pukiwiki.git
19 years agoFrontPage: Correct link, move about InterWikiName to PukiWiki
henoheno [Sat, 13 Nov 2004 14:07:50 +0000 (23:07 +0900)]
FrontPage: Correct link, move about InterWikiName to PukiWiki

19 years agoReconstruct PukiWiki plugin manual: With Japanese character => Without
henoheno [Sat, 13 Nov 2004 13:19:54 +0000 (22:19 +0900)]
Reconstruct PukiWiki plugin manual: With Japanese character => Without

19 years agoSync; sync; sync
henoheno [Sat, 13 Nov 2004 09:01:04 +0000 (18:01 +0900)]
Sync; sync; sync

19 years agoAdded h3 and h4 sample
henoheno [Sat, 13 Nov 2004 08:55:44 +0000 (17:55 +0900)]
Added h3 and h4 sample

19 years agoShrink #recent(20) => #recent(15)
henoheno [Sat, 13 Nov 2004 08:48:16 +0000 (17:48 +0900)]
Shrink #recent(20) => #recent(15)

19 years agoCare for Japanese-character-included file name, with MSIE and Opera
henoheno [Thu, 11 Nov 2004 13:27:39 +0000 (22:27 +0900)]
Care for Japanese-character-included file name, with MSIE and Opera

19 years agoCorrect PKWK_JAVASCRIPT => PKWK_ALLOW_JAVASCRIPT
henoheno [Tue, 9 Nov 2004 13:43:19 +0000 (22:43 +0900)]
Correct PKWK_JAVASCRIPT => PKWK_ALLOW_JAVASCRIPT

19 years agoBugTrack/741: Rss plugin (RSS 0.91) enabled publishing RSS 1.0 and RSS 2.0, by Ratbeta.
henoheno [Mon, 8 Nov 2004 12:01:37 +0000 (21:01 +0900)]
BugTrack/741: Rss plugin (RSS 0.91) enabled publishing RSS 1.0 and RSS 2.0, by Ratbeta.
Implementation of RSS 1.0 is merged from rss10 plugin (but always dc:identifier).

19 years agoAdded keyword 'rss10' for RSS 1.0 and 'rss20' for RSS 2.0
henoheno [Sun, 7 Nov 2004 13:09:37 +0000 (22:09 +0900)]
Added keyword 'rss10' for RSS 1.0 and 'rss20' for RSS 2.0

19 years agoCleanup
henoheno [Sun, 7 Nov 2004 12:48:59 +0000 (21:48 +0900)]
Cleanup

19 years agoBugTrack/741: Rss plugin (RSS 0.91) enabled publishing RSS 1.0 and RSS 2.0, by Ratbeta.
henoheno [Sun, 7 Nov 2004 12:18:14 +0000 (21:18 +0900)]
BugTrack/741: Rss plugin (RSS 0.91) enabled publishing RSS 1.0 and RSS 2.0, by Ratbeta.
Implementation of RSS 1.0 is merged from rss10 plugin (but always dc:identifier).

19 years agoCleanup User-Agent pattern: Added loose default
henoheno [Sun, 7 Nov 2004 10:12:26 +0000 (19:12 +0900)]
Cleanup User-Agent pattern: Added loose default

19 years agoAdded User-Agent pattern for Opera(See BugTrack/743), MSIE, Firefox, something Mozilla
henoheno [Sun, 7 Nov 2004 09:55:49 +0000 (18:55 +0900)]
Added User-Agent pattern for Opera(See BugTrack/743), MSIE, Firefox, something Mozilla

19 years agoBugTrack/734: Apache 1.3.32 or more says an error
henoheno [Sat, 6 Nov 2004 01:17:45 +0000 (10:17 +0900)]
BugTrack/734: Apache 1.3.32 or more says an error
'Regex could not be compiled'(Apache PR: 28218) for 'i'
option of FilesMatch.

Ignore-case function for Windows had been included already:
http://cvs.apache.org/viewcvs.cgi/apache-1.3/src/main/http_core.c
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c
> #ifdef WIN32
> #define USE_ICASE REG_ICASE
> #else
> #define USE_ICASE 0
> #endif

The 'i' option seems not to work for only Apache 1.3.x
(but Apache 2.0.x) bacause of difference of regex
imprementation (Info from Yocchi).

So this option here, is redundant, and become a trap
causing Internal Server Error with Apache 1.3.x for Unix.

19 years ago[CONTRIBUTION] Button images of resouce-description link for PukiWiki(v3), created...
henoheno [Fri, 5 Nov 2004 15:19:56 +0000 (00:19 +0900)]
[CONTRIBUTION] Button images of resouce-description link for PukiWiki(v3), created by merlin, available as public-domain and also GPL

19 years agoCaching existed plugins and entities. Thank you Nekyo and machu!
henoheno [Thu, 4 Nov 2004 12:11:18 +0000 (21:11 +0900)]
Caching existed plugins and entities. Thank you Nekyo and machu!

19 years agoorg:WebTrack/21: RSS auto-discovery
henoheno [Tue, 2 Nov 2004 14:02:10 +0000 (23:02 +0900)]
org:WebTrack/21: RSS auto-discovery

19 years agoorg:WebTrack/21: RSS auto-discovery
henoheno [Tue, 2 Nov 2004 13:45:37 +0000 (22:45 +0900)]
org:WebTrack/21: RSS auto-discovery

19 years agoBugTrack/738 Don't output such headers to non-Accept-Encoding browsers
henoheno [Mon, 1 Nov 2004 13:01:26 +0000 (22:01 +0900)]
BugTrack/738 Don't output such headers to non-Accept-Encoding browsers

19 years agoBugTrack/738 Don't output such headers to non-Accept-Encoding browsers
henoheno [Mon, 1 Nov 2004 12:56:50 +0000 (21:56 +0900)]
BugTrack/738 Don't output such headers to non-Accept-Encoding browsers

19 years agoCleanup. if(count(array) == 0) => if(empty(array)), added spaces, shrink brackets
henoheno [Mon, 1 Nov 2004 12:20:34 +0000 (21:20 +0900)]
Cleanup. if(count(array) == 0) => if(empty(array)), added spaces, shrink brackets

19 years agoBugTrack/737 forgotten renaming private(?) functions
henoheno [Mon, 1 Nov 2004 12:12:27 +0000 (21:12 +0900)]
BugTrack/737 forgotten renaming private(?) functions

19 years agoUsing zlib.output_compression per directory (via .htaccess),
henoheno [Sun, 31 Oct 2004 10:00:51 +0000 (19:00 +0900)]
Using zlib.output_compression per directory (via .htaccess),
needs 'AllowOverride Options' at httpd.conf.

19 years agoCare for 'zlib.output_compression' at php.ini
henoheno [Sun, 31 Oct 2004 09:20:00 +0000 (18:20 +0900)]
Care for 'zlib.output_compression' at php.ini

19 years agoUnlink tempnam() files if failed
henoheno [Sun, 31 Oct 2004 07:55:24 +0000 (16:55 +0900)]
Unlink tempnam() files if failed

19 years agoBugTrack/665 Remove special but ambiguous error_reporting(E_ALL)
henoheno [Sun, 31 Oct 2004 05:21:47 +0000 (14:21 +0900)]
BugTrack/665 Remove special but ambiguous error_reporting(E_ALL)

19 years agoBugTrack/373 Added mailto URL scheme. Sorted URL regex
henoheno [Sun, 31 Oct 2004 05:12:24 +0000 (14:12 +0900)]
BugTrack/373 Added mailto URL scheme. Sorted URL regex

19 years agoBugTrack/669: A hack removing anchor tags added by AutoLink
henoheno [Sun, 31 Oct 2004 04:14:05 +0000 (13:14 +0900)]
BugTrack/669: A hack removing anchor tags added by AutoLink

19 years agoMove encoding hint from lib/plugin.php to *.lng.php
henoheno [Sun, 31 Oct 2004 03:45:52 +0000 (12:45 +0900)]
Move encoding hint from lib/plugin.php to *.lng.php

19 years agoAdded (commented-out) $defaultpage for keitai profile
henoheno [Sun, 31 Oct 2004 02:01:38 +0000 (11:01 +0900)]
Added (commented-out) $defaultpage for keitai profile

19 years agoReform $splitter => define PKWK_SPLITTER
henoheno [Sat, 30 Oct 2004 07:42:49 +0000 (16:42 +0900)]
Reform $splitter => define PKWK_SPLITTER

19 years agoCorrect JavaScipt-related ones.
henoheno [Sat, 30 Oct 2004 07:02:46 +0000 (16:02 +0900)]
Correct JavaScipt-related ones.
Reform $javascript => define 'PKWK_ALLOW_JAVASCRIPT' for admin
Revive OpenTrackback() JavaScript with $trackback_javascript option

19 years agoMove *.lng => *.lng.php
henoheno [Fri, 29 Oct 2004 23:53:41 +0000 (08:53 +0900)]
Move *.lng => *.lng.php

19 years agoCorrect hr-plugin: inline => block
henoheno [Sun, 24 Oct 2004 10:12:59 +0000 (19:12 +0900)]
Correct hr-plugin: inline => block

19 years agoQuote, remove unused
henoheno [Sun, 24 Oct 2004 08:27:21 +0000 (17:27 +0900)]
Quote, remove unused

19 years agoQuote
henoheno [Sun, 24 Oct 2004 08:23:46 +0000 (17:23 +0900)]
Quote

19 years agoAdded *.zip
henoheno [Sun, 24 Oct 2004 08:22:16 +0000 (17:22 +0900)]
Added *.zip

19 years agoSame-design headings => Variety headings. Added div#banner
henoheno [Sat, 23 Oct 2004 13:57:28 +0000 (22:57 +0900)]
Same-design headings => Variety headings. Added div#banner

19 years agoCorrect hr-plugin: inline => block
henoheno [Sat, 23 Oct 2004 12:36:56 +0000 (21:36 +0900)]
Correct hr-plugin: inline => block

19 years agoBugTrack/733 related-links sometimes remember 1970's good old Unix days
henoheno [Thu, 21 Oct 2004 15:07:21 +0000 (00:07 +0900)]
BugTrack/733 related-links sometimes remember 1970's good old Unix days

19 years agoNo-need to set $javascript by default
henoheno [Thu, 21 Oct 2004 13:10:32 +0000 (22:10 +0900)]
No-need to set $javascript by default

19 years agoCleanup. Rename backup-related private functions() => _functions()
henoheno [Thu, 21 Oct 2004 12:55:50 +0000 (21:55 +0900)]
Cleanup. Rename backup-related private functions() => _functions()

19 years agoBugTrack/505 Check options, with ignoring case
henoheno [Thu, 21 Oct 2004 12:27:40 +0000 (21:27 +0900)]
BugTrack/505 Check options, with ignoring case

19 years agoMerge Language (endoded) resoueces. skin/skin.*.lng => *.lng
henoheno [Sun, 17 Oct 2004 13:51:49 +0000 (22:51 +0900)]
Merge Language (endoded) resoueces. skin/skin.*.lng => *.lng

19 years agoRename SKIN_LANG => UI_LANG. Enable UI_LANG to change PukiWiki UI Language settings...
henoheno [Sun, 17 Oct 2004 13:29:52 +0000 (22:29 +0900)]
Rename SKIN_LANG => UI_LANG. Enable UI_LANG to change PukiWiki UI Language settings (especially for UTF-8 user)

19 years agoBugTrack/579 back-out language settings, without an idea
henoheno [Sun, 17 Oct 2004 13:19:23 +0000 (22:19 +0900)]
BugTrack/579 back-out language settings, without an idea
that LANG defines encoding settings

19 years agoCleanup. Added spaces
henoheno [Sat, 16 Oct 2004 06:24:17 +0000 (15:24 +0900)]
Cleanup. Added spaces

19 years agoBugTrack/579 Move language settings into language resources together
henoheno [Sat, 16 Oct 2004 05:56:24 +0000 (14:56 +0900)]
BugTrack/579 Move language settings into language resources together

19 years agoBugTrack/579 Move language settings into language resources together
henoheno [Sat, 16 Oct 2004 05:48:53 +0000 (14:48 +0900)]
BugTrack/579 Move language settings into language resources together

19 years agoBugTrack/578 Added $javascript at pukiwiki.ini.php, to on/off <meta> header
henoheno [Sat, 16 Oct 2004 04:14:00 +0000 (13:14 +0900)]
BugTrack/578 Added $javascript at pukiwiki.ini.php, to on/off <meta> header

19 years agoBugTrack/731 Correct spelling: Conningham => Cunningham
henoheno [Sat, 16 Oct 2004 01:43:44 +0000 (10:43 +0900)]
BugTrack/731 Correct spelling: Conningham => Cunningham

19 years agoCompat: Skins for 1.4.4 and before
henoheno [Sat, 16 Oct 2004 01:18:58 +0000 (10:18 +0900)]
Compat: Skins for 1.4.4 and before

19 years agoCleanup.
henoheno [Wed, 13 Oct 2004 15:08:35 +0000 (00:08 +0900)]
Cleanup.
* Added many spaces
* Shrink many brackets
* 'and' for boolean => '&&'
* 'or'  for boolean => '||'
* array_key_exists() => isset()

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

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

19 years agoBugTrack/727 re-order cancel button at the last at last
henoheno [Tue, 12 Oct 2004 15:00:15 +0000 (00:00 +0900)]
BugTrack/727 re-order cancel button at the last at last

19 years agoBugTrack/728 help => help.png
henoheno [Tue, 12 Oct 2004 11:11:56 +0000 (20:11 +0900)]
BugTrack/728 help => help.png

19 years agoBugTrack/554 Enable to set $script manually
henoheno [Mon, 11 Oct 2004 03:13:09 +0000 (12:13 +0900)]
BugTrack/554 Enable to set $script manually

19 years agoBugTrack/727 Added 'Cacel' button into edit form
henoheno [Mon, 11 Oct 2004 02:05:12 +0000 (11:05 +0900)]
BugTrack/727 Added 'Cacel' button into edit form

19 years agoShrink
henoheno [Mon, 11 Oct 2004 01:28:59 +0000 (10:28 +0900)]
Shrink

19 years agoCleanup.
henoheno [Sun, 10 Oct 2004 12:58:30 +0000 (21: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 12:49:56 +0000 (21:49 +0900)]
Cleanup.
* Added many spaces
* Shrink many brackets
* 'and' for boolean => '&&'
* 'or'  for boolean => '||'
* array_key_exists() => isset()

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