OSDN Git Service

pukiwiki/pukiwiki.git
19 years agoHide other passwd formats
henoheno [Tue, 5 Apr 2005 13:40:31 +0000 (22:40 +0900)]
Hide other passwd formats

19 years agoBugTrack/709: Enable to store multi-format password.
henoheno [Tue, 5 Apr 2005 13:29:26 +0000 (22:29 +0900)]
BugTrack/709: Enable to store multi-format password.
NOTE: Add '{x-php-md5}' prefix to your $adminpass MD5-hash.
* Added pkwk_hash_compute() to auth.php, to handle multiple shcemes. pkwk_login() and basic_auth() will call this.
* Move pkwk_login() from func.php to auth.php
* Added sha1() definition to func.php for PHP 4 < 4.3.0 users (mhash extension needed)
* md5 plugin become UI of pkwk_hash_compute()

19 years agoAdded htmlspecialchars() for table header. Do htmlspecialchars() at last. Simplify
henoheno [Sun, 3 Apr 2005 03:33:47 +0000 (12:33 +0900)]
Added htmlspecialchars() for table header. Do htmlspecialchars() at last. Simplify

19 years agoRe-order functions.
henoheno [Sun, 3 Apr 2005 03:09:30 +0000 (12:09 +0900)]
Re-order functions.
Rename plugin_bugtrack_pageinfo() => plugin_bugtrack_list_pageinfo()

19 years agoCorrect comments only
henoheno [Sun, 3 Apr 2005 02:51:07 +0000 (11:51 +0900)]
Correct comments only

19 years agoOverhaul.
henoheno [Sat, 2 Apr 2005 15:09:59 +0000 (00:09 +0900)]
Overhaul.
* Reconstruct (internal but) grobal variables => Just a grobal array
* Global data will be sanitized and/or preg_quote()-ed
* If the summary seems blank, default message will be added
* If the name seems blank, default name will be added (not \[\[\]\])
* Each issue pages will be more readable
* Allow using '%03d'-like numbering format (added a define)
* The latest-number search become fast (skip per 50)
* bugtrack_list enables to show the first value of the table header
* bugtrack_list enables to specify the table header's bgcolor
* bugtrack_list shows the table with '100%' width
* bugtrack_list takes page-info correctly and strictly
* bugtrack_list takes page-info from 'moved to' page just once (not recursively)
* bugtrack_list: Beautify XHTML output
* Simplify, Added / Removed spaces, comments, redundant code
* global $script => get_script_uri()
* Some Japanese => English

19 years agoCorrect Engresh only
henoheno [Sat, 2 Apr 2005 07:43:19 +0000 (16:43 +0900)]
Correct Engresh only

19 years agoBugTrack2/50: It's about time to tell 1.4.6_alpha? (commented by okkez)
henoheno [Sat, 2 Apr 2005 06:41:03 +0000 (15:41 +0900)]
BugTrack2/50: It's about time to tell 1.4.6_alpha? (commented by okkez)

19 years agoCorrect '<br/>' => '<br />'
henoheno [Sat, 2 Apr 2005 06:36:07 +0000 (15:36 +0900)]
Correct '<br/>' => '<br />'

19 years agoOverhaul.
henoheno [Sat, 2 Apr 2005 06:31:06 +0000 (15:31 +0900)]
Overhaul.
* Added usage and comments
* Rename PLUGIN_NEW_FORMAT => PLUGIN_NEW_DATE_FORMAT
* Use PLUGIN_NEW_DATE_FORMAT only for date string
* Simplify

19 years agoCleanup. Added comments. Japanese => English. Added an error message
henoheno [Sat, 2 Apr 2005 06:27:38 +0000 (15:27 +0900)]
Cleanup. Added comments. Japanese => English. Added an error message

19 years agoAdded a demo, #stationary(with,arguments)
henoheno [Sat, 2 Apr 2005 03:36:37 +0000 (12:36 +0900)]
Added a demo, #stationary(with,arguments)

19 years agoBugTrack/698: Added define PKWK_ALLOW_RELATIVE_FOOTNOTE_ANCHOR (default = 1<relative>)
henoheno [Sat, 2 Apr 2005 03:04:14 +0000 (12:04 +0900)]
BugTrack/698: Added define PKWK_ALLOW_RELATIVE_FOOTNOTE_ANCHOR (default = 1<relative>)

19 years agoAdded 'reverse' option to show contents with reverse order
henoheno [Sat, 2 Apr 2005 02:42:39 +0000 (11:42 +0900)]
Added 'reverse' option to show contents with reverse order

19 years agoCorrect typo: md4 => md5
henoheno [Wed, 30 Mar 2005 15:07:57 +0000 (00:07 +0900)]
Correct typo: md4 => md5

19 years agoAdded blank linkes. Corrected list order
henoheno [Wed, 30 Mar 2005 14:27:26 +0000 (23:27 +0900)]
Added blank linkes. Corrected list order

19 years agoBugTrack2/31: pack(): Always treat it as string (not int etc)
henoheno [Mon, 28 Mar 2005 15:28:40 +0000 (00:28 +0900)]
BugTrack2/31: pack(): Always treat it as string (not int etc)

19 years agoBugTrack2/31: pack(): Always treat it as string (not int etc)
henoheno [Mon, 28 Mar 2005 15:20:10 +0000 (00:20 +0900)]
BugTrack2/31: pack(): Always treat it as string (not int etc)

19 years agoTextbox size: 30 => 60
henoheno [Mon, 28 Mar 2005 14:34:46 +0000 (23:34 +0900)]
Textbox size: 30 => 60

19 years agoBugTrack/709: Investigating multi-scheme password
henoheno [Mon, 28 Mar 2005 14:23:41 +0000 (23:23 +0900)]
BugTrack/709: Investigating multi-scheme password

19 years agoSeparate hex2bin() from decode()
henoheno [Mon, 28 Mar 2005 13:50:08 +0000 (22:50 +0900)]
Separate hex2bin() from decode()

19 years agoBugTrack2/10: dump plugin enables to dump 0-byte files
henoheno [Sun, 27 Mar 2005 12:16:50 +0000 (21:16 +0900)]
BugTrack2/10: dump plugin enables to dump 0-byte files

19 years agoCleanup. Japanese => English
henoheno [Sun, 27 Mar 2005 10:49:26 +0000 (19:49 +0900)]
Cleanup. Japanese => English

19 years agoCleanup. Some Japanese => English
henoheno [Sun, 27 Mar 2005 10:23:06 +0000 (19:23 +0900)]
Cleanup. Some Japanese => English

19 years agoBugTrack/257, BugTrack2/31: Avoid pack() bug
henoheno [Sun, 27 Mar 2005 08:21:14 +0000 (17:21 +0900)]
BugTrack/257, BugTrack2/31: Avoid pack() bug

19 years agoCorrected / Added comments only
henoheno [Mon, 21 Mar 2005 08:29:18 +0000 (17:29 +0900)]
Corrected / Added comments only

19 years agoCorrect typo. Spilitter => Splitter
henoheno [Mon, 21 Mar 2005 06:35:27 +0000 (15:35 +0900)]
Correct typo. Spilitter => Splitter

19 years agoBugTrack/784: XHTML1.1 invalid (onClick => onclick)
henoheno [Mon, 21 Mar 2005 05:25:23 +0000 (14:25 +0900)]
BugTrack/784: XHTML1.1 invalid (onClick => onclick)

19 years agoHow to define multiple users pukiwiki_2005-03-19_autoalias
henoheno [Sat, 19 Mar 2005 03:03:03 +0000 (12:03 +0900)]
How to define multiple users

19 years agoBugTrack/786, BugTrack/583: Merged '&br;' rule into br plugin. Br tags should not...
henoheno [Sat, 19 Mar 2005 01:26:53 +0000 (10:26 +0900)]
BugTrack/786, BugTrack/583: Merged '&br;' rule into br plugin. Br tags should not use between blockquote tag (worked by reimy)

19 years agoBugTrack2/44: Fix get_autolink_pattern() is array return when pages is empty.
teanan [Thu, 17 Mar 2005 17:57:24 +0000 (02:57 +0900)]
BugTrack2/44: Fix get_autolink_pattern() is array return when pages is empty.

19 years agoBugTrack2/35: Added the function that 'do not change timestamp' at edit enable/disabl...
teanan [Sun, 13 Mar 2005 17:29:02 +0000 (02:29 +0900)]
BugTrack2/35: Added the function that 'do not change timestamp' at edit enable/disable or enable administrator only.

19 years agoBugTrack2/9: Remove all #freeze convert plugin (re-correction by Mizar)
teanan [Thu, 10 Mar 2005 17:41:09 +0000 (02:41 +0900)]
BugTrack2/9: Remove all #freeze convert plugin (re-correction by Mizar)

19 years agoBugTrack2/23: corrected the comment position on the oldest message when 'below' is...
teanan [Tue, 8 Mar 2005 17:58:38 +0000 (02:58 +0900)]
BugTrack2/23: corrected the comment position on the oldest message when 'below' is specified.

19 years agoBugTrack/778:Fix. Relative position of comment page like '#pcomment(./commentpage)'
teanan [Sun, 6 Mar 2005 16:39:14 +0000 (01:39 +0900)]
BugTrack/778:Fix. Relative position of comment page like '#pcomment(./commentpage)'

19 years agoBugTrack2/15: edit_form() returns $_btn_notchangetimestamp with 'class=small'
henoheno [Sun, 6 Mar 2005 02:24:53 +0000 (11:24 +0900)]
BugTrack2/15: edit_form() returns $_btn_notchangetimestamp with 'class=small'

19 years agoBugTrack2/25: Fix format_date() returns incorrect order of date string
henoheno [Sat, 5 Mar 2005 14:31:12 +0000 (23:31 +0900)]
BugTrack2/25: Fix format_date() returns incorrect order of date string
'2005-03-06 08:29:04 (week)' => '2005-03-06 (week) 08:29:04'
(Patched by Mizar)

19 years agoBugTrack/798: Added documented but not implemented features: &_date; &_time; &_now...
henoheno [Sat, 5 Mar 2005 14:20:12 +0000 (23:20 +0900)]
BugTrack/798: Added documented but not implemented features: &_date; &_time; &_now; (by Mizar)

19 years agoBugTrack2/27: Fix,Suppressing '--' divider with #comment(noname,nodate)
teanan [Sat, 5 Mar 2005 12:23:10 +0000 (21:23 +0900)]
BugTrack2/27: Fix,Suppressing '--' divider with #comment(noname,nodate)

19 years agoBugTrack2/15: Added label tag
henoheno [Wed, 2 Mar 2005 13:31:05 +0000 (22:31 +0900)]
BugTrack2/15: Added label tag

19 years agoBugTrack2/15: Added label tag
henoheno [Wed, 2 Mar 2005 13:16:49 +0000 (22:16 +0900)]
BugTrack2/15: Added label tag

19 years agoBugTrack2/15: Added label tag
henoheno [Wed, 2 Mar 2005 13:09:21 +0000 (22:09 +0900)]
BugTrack2/15: Added label tag

19 years agoBugTrack2/15: Added label tag
henoheno [Sun, 27 Feb 2005 09:43:12 +0000 (18:43 +0900)]
BugTrack2/15: Added label tag

19 years agoBugTrack2/15: Added label tag
henoheno [Sun, 27 Feb 2005 09:35:16 +0000 (18:35 +0900)]
BugTrack2/15: Added label tag

19 years agoBugTrack2/15: Added label tag
henoheno [Sun, 27 Feb 2005 09:25:26 +0000 (18:25 +0900)]
BugTrack2/15: Added label tag

19 years agoBugTrack2/15: Added label tag
henoheno [Sun, 27 Feb 2005 08:16:30 +0000 (17:16 +0900)]
BugTrack2/15: Added label tag

19 years agoBugTrack2/15: Added label tag
henoheno [Sun, 27 Feb 2005 08:10:27 +0000 (17:10 +0900)]
BugTrack2/15: Added label tag

19 years agoBugTrack2/15: Added label tag
henoheno [Sun, 27 Feb 2005 07:57:26 +0000 (16:57 +0900)]
BugTrack2/15: Added label tag

19 years agoBugTrack2/15: Added label tag
henoheno [Sun, 27 Feb 2005 07:44:53 +0000 (16:44 +0900)]
BugTrack2/15: Added label tag

19 years agoBugTrack2/15: Added label tag
henoheno [Sun, 27 Feb 2005 07:38:15 +0000 (16:38 +0900)]
BugTrack2/15: Added label tag

19 years agoBugTrack2/15: Added label tag
henoheno [Sun, 27 Feb 2005 07:14:30 +0000 (16:14 +0900)]
BugTrack2/15: Added label tag

19 years agoBugTrack2/15: Rename and define id prefix '_p_[plugin-name]_'
henoheno [Sun, 27 Feb 2005 07:10:57 +0000 (16:10 +0900)]
BugTrack2/15: Rename and define id prefix '_p_[plugin-name]_'

19 years agoBugTrack2/15: Added label tag
henoheno [Sun, 27 Feb 2005 07:06:39 +0000 (16:06 +0900)]
BugTrack2/15: Added label tag

19 years agoBugTrack2/14: Correct r1.3, array_key_exists() => isset()
henoheno [Sat, 26 Feb 2005 12:10:14 +0000 (21:10 +0900)]
BugTrack2/14: Correct r1.3, array_key_exists() => isset()

19 years agowiki.ko
henoheno [Fri, 25 Feb 2005 15:22:11 +0000 (00:22 +0900)]
wiki.ko

19 years ago1.4.5_1 r1_4_5_1
henoheno [Sun, 20 Feb 2005 14:39:31 +0000 (23:39 +0900)]
1.4.5_1

19 years ago1.4.5_1
henoheno [Sun, 20 Feb 2005 14:26:38 +0000 (23:26 +0900)]
1.4.5_1

19 years ago整形ルール: Update by merlin and Mizar
henoheno [Sun, 20 Feb 2005 14:16:21 +0000 (23:16 +0900)]
整形ルール: Update by merlin and Mizar

19 years agoPukiWiki/1.4/Manual/Plugin/O-R: Correct typo, pcommment => pcomment
henoheno [Sun, 20 Feb 2005 14:05:59 +0000 (23:05 +0900)]
PukiWiki/1.4/Manual/Plugin/O-R: Correct typo, pcommment => pcomment

19 years agoBugTrack2/8: Added AutoLink initial cache
henoheno [Sun, 20 Feb 2005 13:59:44 +0000 (22:59 +0900)]
BugTrack2/8: Added AutoLink initial cache

19 years agoBugTrack2/5: Correct SKIN_DEFAULT_DISABLE_TOPICPATH comment inversion
henoheno [Sun, 20 Feb 2005 13:55:29 +0000 (22:55 +0900)]
BugTrack2/5: Correct SKIN_DEFAULT_DISABLE_TOPICPATH comment inversion

19 years agoBugTrack/798: Temporarily removed not-impremented functions (&_date; etc)
henoheno [Sun, 20 Feb 2005 13:49:30 +0000 (22:49 +0900)]
BugTrack/798: Temporarily removed not-impremented functions (&_date; etc)

19 years agoBugTrack2/9: Remove all #freeze convert plugin
henoheno [Sun, 20 Feb 2005 12:59:37 +0000 (21:59 +0900)]
BugTrack2/9: Remove all #freeze convert plugin

19 years agoBugTrack2/9: Off-by-one error allows #freeze locking
henoheno [Sun, 20 Feb 2005 12:50:06 +0000 (21:50 +0900)]
BugTrack2/9: Off-by-one error allows #freeze locking

19 years agoBugTrack2/8: Related cache files (If you want to re-create, use links plugin)
henoheno [Tue, 15 Feb 2005 14:01:58 +0000 (23:01 +0900)]
BugTrack2/8: Related cache files (If you want to re-create, use links plugin)

19 years agoCleanup HTTP header related, etc
henoheno [Sun, 13 Feb 2005 03:12:47 +0000 (12:12 +0900)]
Cleanup HTTP header related, etc

19 years agoCleanup HTTP header related, etc
henoheno [Sun, 13 Feb 2005 03:06:02 +0000 (12:06 +0900)]
Cleanup HTTP header related, etc

19 years agoBugTrack/744: PKWK_READONLY prohibits editing
henoheno [Sun, 13 Feb 2005 02:35:56 +0000 (11:35 +0900)]
BugTrack/744: PKWK_READONLY prohibits editing

19 years agoBugTrack2/4: Can't return to the page if the page-name had non-alphabetic characters...
henoheno [Sat, 12 Feb 2005 04:05:34 +0000 (13:05 +0900)]
BugTrack2/4: Can't return to the page if the page-name had non-alphabetic characters (Pointed out by okkez)

19 years agoBugTrack/793: Correct encode() => rawurlencode(). Cleanup a little
henoheno [Sat, 12 Feb 2005 03:04:06 +0000 (12:04 +0900)]
BugTrack/793: Correct encode() => rawurlencode(). Cleanup a little

19 years agoPKWK_READONLY prohibits editing
henoheno [Tue, 8 Feb 2005 14:27:16 +0000 (23:27 +0900)]
PKWK_READONLY prohibits editing

19 years agoAdded stationary plugin. This is just a stationary
henoheno [Tue, 8 Feb 2005 14:15:14 +0000 (23:15 +0900)]
Added stationary plugin. This is just a stationary

19 years agoAdded stationary plugin. This is just a stationary
henoheno [Tue, 8 Feb 2005 14:04:05 +0000 (23:04 +0900)]
Added stationary plugin. This is just a stationary

19 years agoBugTrack/750: Correct XHTML1.1 invalid 'checked'
henoheno [Tue, 8 Feb 2005 13:21:06 +0000 (22:21 +0900)]
BugTrack/750: Correct XHTML1.1 invalid 'checked'

19 years agoCorrect comment, Enable/Disable inversion about $pagereading_enable
henoheno [Mon, 7 Feb 2005 13:22:40 +0000 (22:22 +0900)]
Correct comment, Enable/Disable inversion about $pagereading_enable
(Pointed out by http://pc5.2ch.net/test/read.cgi/php/1107619069/95 )

19 years agoCleanup. Remove warnings
henoheno [Sun, 6 Feb 2005 14:21:40 +0000 (23:21 +0900)]
Cleanup. Remove warnings

19 years agoPut id=navigator inside class=adminmenu for aoikuruma theme
henoheno [Sat, 5 Feb 2005 07:19:05 +0000 (16:19 +0900)]
Put id=navigator inside class=adminmenu for aoikuruma theme

19 years agoBugTrack/794: Correct r1.6. Disabling #plugins
henoheno [Sat, 5 Feb 2005 06:47:10 +0000 (15:47 +0900)]
BugTrack/794: Correct r1.6. Disabling #plugins

19 years agoCapitalize newpage
henoheno [Sat, 5 Feb 2005 04:38:52 +0000 (13:38 +0900)]
Capitalize newpage

19 years agoBugTrack/792: Correct footnote. Use rawurlencode($page) for URI
henoheno [Sat, 5 Feb 2005 03:40:13 +0000 (12:40 +0900)]
BugTrack/792: Correct footnote. Use rawurlencode($page) for URI

19 years agoBugTrack/791: Fix typo 0,91 => 0.91
henoheno [Sat, 5 Feb 2005 03:11:13 +0000 (12:11 +0900)]
BugTrack/791: Fix typo 0,91 => 0.91

19 years agoUpdate 1.4.5 r1_4_5
henoheno [Mon, 31 Jan 2005 15:28:53 +0000 (00:28 +0900)]
Update 1.4.5

19 years agoCut old and long Changelog
henoheno [Mon, 31 Jan 2005 15:27:35 +0000 (00:27 +0900)]
Cut old and long Changelog

19 years agoUpdate for 1.4.5
henoheno [Mon, 31 Jan 2005 15:04:21 +0000 (00:04 +0900)]
Update for 1.4.5

19 years agoUpdate for 1.4.5
henoheno [Mon, 31 Jan 2005 15:02:24 +0000 (00:02 +0900)]
Update for 1.4.5

19 years agoAdded #search. Rewrite tracker_list (by Nibun-no-ni)
henoheno [Mon, 31 Jan 2005 14:51:46 +0000 (23:51 +0900)]
Added #search. Rewrite tracker_list (by Nibun-no-ni)

19 years agoAdd related action plugin (by Nibun-no-ni)
henoheno [Mon, 31 Jan 2005 14:49:48 +0000 (23:49 +0900)]
Add related action plugin (by Nibun-no-ni)

19 years agoAdded lastmod (By Nibun-no-ni)
henoheno [Mon, 31 Jan 2005 14:47:17 +0000 (23:47 +0900)]
Added lastmod (By Nibun-no-ni)

19 years agoSync (written by anonymous writer and Nibun-no-ni)
henoheno [Mon, 31 Jan 2005 14:46:02 +0000 (23:46 +0900)]
Sync (written by anonymous writer and Nibun-no-ni)

19 years agoPKWK_READONLY prohibits basic_auth
henoheno [Mon, 31 Jan 2005 14:32:38 +0000 (23:32 +0900)]
PKWK_READONLY prohibits basic_auth

19 years agoBugTrack/602: Allow using BracketName with or without brackets (by Nibun-no-ni)
henoheno [Mon, 31 Jan 2005 13:03:41 +0000 (22:03 +0900)]
BugTrack/602: Allow using BracketName with or without brackets (by Nibun-no-ni)

19 years agoCheck PKWK_QUERY_STRING_MAX
henoheno [Sun, 30 Jan 2005 12:02:37 +0000 (21:02 +0900)]
Check PKWK_QUERY_STRING_MAX

19 years agoAdded isset()
henoheno [Sun, 30 Jan 2005 10:55:53 +0000 (19:55 +0900)]
Added isset()

19 years agoAllow disabling PKWK_QUERY_STRING_MAX
henoheno [Sun, 30 Jan 2005 09:59:23 +0000 (18:59 +0900)]
Allow disabling PKWK_QUERY_STRING_MAX

19 years agoPKWK_READONLY suprresses radio-buttons
henoheno [Sun, 30 Jan 2005 01:13:11 +0000 (10:13 +0900)]
PKWK_READONLY suprresses radio-buttons

19 years agoBugTrack/788: Correct r1.36, disabling 'reply' option
henoheno [Sun, 30 Jan 2005 00:51:51 +0000 (09:51 +0900)]
BugTrack/788: Correct r1.36, disabling 'reply' option

19 years agoPKWK_READONLY conceals edit links
henoheno [Sat, 29 Jan 2005 14:31:04 +0000 (23:31 +0900)]
PKWK_READONLY conceals edit links

19 years agoCleanup before correction. Japanese => English.
henoheno [Sat, 29 Jan 2005 14:08:46 +0000 (23:08 +0900)]
Cleanup before correction. Japanese => English.
Shrink. Shrink quotation.

19 years agoPKWK_READONLY prohibits writing
henoheno [Sat, 29 Jan 2005 13:53:37 +0000 (22:53 +0900)]
PKWK_READONLY prohibits writing

19 years agoPKWK_READONLY prohibits writing
henoheno [Sat, 29 Jan 2005 13:40:39 +0000 (22:40 +0900)]
PKWK_READONLY prohibits writing