OSDN Git Service

pukiwiki/pukiwiki.git
19 years agoWhat you see is what you set
henoheno [Thu, 30 Jun 2005 12:55:57 +0000 (21:55 +0900)]
What you see is what you set

19 years agoDon't call functionality without reason (Pointed out by Yuu)
henoheno [Thu, 30 Jun 2005 12:52:57 +0000 (21:52 +0900)]
Don't call functionality without reason (Pointed out by Yuu)

19 years agoDon't load optional functions without reason
henoheno [Tue, 28 Jun 2005 14:06:06 +0000 (23:06 +0900)]
Don't load optional functions without reason

19 years agoCorrect checking DNS names. Enable to treat a string as $networks
henoheno [Tue, 28 Jun 2005 14:03:29 +0000 (23:03 +0900)]
Correct checking DNS names. Enable to treat a string as $networks

19 years agoAbstruction: via_proxy($host) => ! in_the_net(array $networks, $host)
henoheno [Mon, 27 Jun 2005 14:47:40 +0000 (23:47 +0900)]
Abstruction: via_proxy($host) => ! in_the_net(array $networks, $host)

19 years agoBugTrack2/18: htmlspecialchars() is not needed (Pointed ot by SANO Masatoshi)
henoheno [Mon, 27 Jun 2005 14:18:07 +0000 (23:18 +0900)]
BugTrack2/18: htmlspecialchars() is not needed (Pointed ot by SANO Masatoshi)

19 years agoDon't load optional functions without reason
henoheno [Mon, 27 Jun 2005 14:12:11 +0000 (23:12 +0900)]
Don't load optional functions without reason

19 years agoBugTrack/686: pkwk_mail_notify() with deleting files (originally hacked by Marupa)
henoheno [Sun, 26 Jun 2005 09:51:38 +0000 (18:51 +0900)]
BugTrack/686: pkwk_mail_notify() with deleting files (originally hacked by Marupa)

19 years agoBugTrack/686: pkwk_mail_notify() with deleting files (originally hacked by Marupa)
henoheno [Sun, 26 Jun 2005 08:24:24 +0000 (17:24 +0900)]
BugTrack/686: pkwk_mail_notify() with deleting files (originally hacked by Marupa)

19 years agoUpside down REMOTE_ADDR <=> USER_AGENT
henoheno [Sat, 25 Jun 2005 14:18:01 +0000 (23:18 +0900)]
Upside down REMOTE_ADDR <=> USER_AGENT

19 years agoBugTrack2/83: Overhaul: O(N) => O(1).
henoheno [Sat, 25 Jun 2005 10:03:20 +0000 (19:03 +0900)]
BugTrack2/83: Overhaul: O(N) => O(1).
* 1000 unique-host-get-3-pages causes 3000 writes => 1000 writes + 2000 reads.
* Four crawler-get-300-pages causes 1200 writes => 4 writes + 1196 reads.
* 100 online plugin in a page causes 100 writes => 1 write + 99 caches

19 years agoAdded credits
henoheno [Sat, 25 Jun 2005 07:06:12 +0000 (16:06 +0900)]
Added credits

19 years agoCorrect typo. CAHCE_DIR => CACHE_DIR (Commented by yamasaki)
teanan [Thu, 23 Jun 2005 18:00:07 +0000 (03:00 +0900)]
Correct typo. CAHCE_DIR => CACHE_DIR (Commented by yamasaki)

19 years agoCorrect credits only
henoheno [Mon, 20 Jun 2005 14:57:34 +0000 (23:57 +0900)]
Correct credits only

19 years agostrip_htmltag() => strip_autolink()
henoheno [Mon, 20 Jun 2005 14:56:19 +0000 (23:56 +0900)]
strip_htmltag() => strip_autolink()

19 years agoBugTrack/686: pkwk_mail_notify() with uploading files (originally hacked by Marupa)
henoheno [Mon, 20 Jun 2005 14:55:52 +0000 (23:55 +0900)]
BugTrack/686: pkwk_mail_notify() with uploading files (originally hacked by Marupa)

19 years agoCorrect, '$exist' is deleted.
teanan [Sat, 18 Jun 2005 10:44:00 +0000 (19:44 +0900)]
Correct, '$exist' is deleted.

19 years agoCorrect about $exists. Add 'rtrim' function at '.ref' file reading.
teanan [Thu, 16 Jun 2005 18:26:52 +0000 (03:26 +0900)]
Correct about $exists. Add 'rtrim' function at '.ref' file reading.
Cleanup.

19 years agoBugTrack2/65, BugTrack2/67: Embed special markers for [marker]AutoLink[/marker],...
henoheno [Thu, 16 Jun 2005 15:04:08 +0000 (00:04 +0900)]
BugTrack2/65, BugTrack2/67: Embed special markers for [marker]AutoLink[/marker], and added function strip_autolink() to remove the markers with AutoLink anchor tag

19 years agoBugTrack2/62: Do remove the whole design, 'Showing TrackBack-ping list by html'.
henoheno [Wed, 15 Jun 2005 15:57:11 +0000 (00:57 +0900)]
BugTrack2/62: Do remove the whole design, 'Showing TrackBack-ping list by html'.
This part suggets us here must be a wrong way to 'implement/test' 'new'  feature for our/your product. You guys must not think copying other's original work even a bit without suitable permisson or license.

(1) Here is the same CSS file of Movable Type related site. That had been copied from TrackBack development site. But the license of the file seems not clear for the use with OpenSource product.
(2) So, here are the same CSS classes within (1), the same artistic design(look), and the same information structure of (1).
(3) And, here are the same and/or translated strings of 'Movable Type'(A product of Six Apart) used many at the Internet. This is the worst one.

Strongly note that 'implementing/testing something new' is not 'copying design and/or copying strings and/or replacing strings with translation'.

19 years agopkwk_hash_compute(): Added an argument checker
henoheno [Mon, 13 Jun 2005 14:02:07 +0000 (23:02 +0900)]
pkwk_hash_compute(): Added an argument checker

19 years agoSimplify. pkwk_hash_compute($adminpass, $pass) => pkwk_hash_compute($pass, $adminpass)
henoheno [Sun, 12 Jun 2005 10:13:43 +0000 (19:13 +0900)]
Simplify. pkwk_hash_compute($adminpass, $pass) => pkwk_hash_compute($pass, $adminpass)

19 years agoCleanup:
henoheno [Sun, 12 Jun 2005 03:13:32 +0000 (12:13 +0900)]
Cleanup:
Define error types for TrackBack ping response.
Rename functions simply :
  plugin_tb_return()    => plugin_tb_output_response(),
  plugin_tb_mode_rss()  => plugin_tb_output_rsslist(),
  plugin_tb_mode_view() => plugin_tb_output_htmllist().
Function plugin_tb_save() retuns nothing => an array.
Added redundant but readable exit() etc.
Not using => using pkwk_output_dtd().

19 years agoCleanup pkwk_output_dtd().
henoheno [Sun, 12 Jun 2005 03:03:05 +0000 (12:03 +0900)]
Cleanup pkwk_output_dtd().
Added an argument $charset, enables to specify modified charset.
Variable $type uses string => defined schalar value.

19 years agoBugTrack2/78: Check redundant 'From:' header
henoheno [Thu, 9 Jun 2005 15:16:41 +0000 (00:16 +0900)]
BugTrack2/78: Check redundant 'From:' header

19 years agoBugTrack2/78: Check redundant 'From:' header
henoheno [Thu, 9 Jun 2005 15:16:06 +0000 (00:16 +0900)]
BugTrack2/78: Check redundant 'From:' header

19 years agoAdded comments
henoheno [Thu, 9 Jun 2005 15:04:07 +0000 (00:04 +0900)]
Added comments

19 years agoBugTrack2/69: Added PKWK_DISABLE_INLINE_IMAGE_FROM_URI to disallow
henoheno [Thu, 9 Jun 2005 14:53:04 +0000 (23:53 +0900)]
BugTrack2/69: Added PKWK_DISABLE_INLINE_IMAGE_FROM_URI to disallow
using inline-image-tag for URIs

19 years agoForgotten commits: {CLEARTEXT} with $canonical
henoheno [Thu, 9 Jun 2005 14:52:10 +0000 (23:52 +0900)]
Forgotten commits: {CLEARTEXT} with $canonical

19 years agoAdded pkwk_mail_notify(): Send a mail to the administrator
henoheno [Tue, 7 Jun 2005 14:37:47 +0000 (23:37 +0900)]
Added pkwk_mail_notify(): Send a mail to the administrator

19 years agoCorrect space only
henoheno [Sun, 5 Jun 2005 12:46:59 +0000 (21:46 +0900)]
Correct space only

19 years agoBugTrack2/57: PLUGIN_CALENDAR_VIEWER_DATE_FORMAT allows using date format you want
henoheno [Sun, 5 Jun 2005 12:39:55 +0000 (21:39 +0900)]
BugTrack2/57: PLUGIN_CALENDAR_VIEWER_DATE_FORMAT allows using date format you want

19 years agoBugTrack/779: Overhaul:
henoheno [Sun, 5 Jun 2005 10:24:01 +0000 (19:24 +0900)]
BugTrack/779: Overhaul:
Added credits.
Japanese => English.
Removed / Added comments, spaces, and blank lines.
$script => get_script_uri().
Removed meanless span tag.
Beautify XHTML output (Added one more '\n')
Simplify.

Added PLUGIN_RECENT_DEFAULT_LINES, default = 10.
Added limitter: Output only one time to show.

19 years ago Hide SHA-1 related features if sha1() not found
henoheno [Sat, 4 Jun 2005 12:30:50 +0000 (21:30 +0900)]
 Hide SHA-1 related features if sha1() not found
NOTE: This feature is blocked by lib/func.php (1.45) now

19 years agoAdded sha1() another mock
henoheno [Sat, 4 Jun 2005 12:21:17 +0000 (21:21 +0900)]
Added sha1() another mock

19 years agoAdded sha1() another mock, not to show 'Function not found' and file path
henoheno [Sat, 4 Jun 2005 12:20:58 +0000 (21:20 +0900)]
Added sha1() another mock, not to show 'Function not found' and file path

19 years agoBugTrack2/57: Added PLUGIN_CALENDAR_VIEWER_SHOW_DATE_ONLY, to shorten 'pagename/2004...
henoheno [Sat, 4 Jun 2005 04:08:57 +0000 (13:08 +0900)]
BugTrack2/57: Added PLUGIN_CALENDAR_VIEWER_SHOW_DATE_ONLY, to shorten 'pagename/2004-12-30' => '2004/12/30' for page title

19 years agoCleanup: Rename $key => $phrase, $phrase => $nophrase. Correct order of feature
henoheno [Sat, 4 Jun 2005 02:15:28 +0000 (11:15 +0900)]
Cleanup: Rename $key => $phrase, $phrase => $nophrase. Correct order of feature

19 years agoCleanup. Separate functions by adding plugin_md5_show_form()
henoheno [Sat, 4 Jun 2005 01:59:52 +0000 (10:59 +0900)]
Cleanup. Separate functions by adding plugin_md5_show_form()

19 years agoAdded / Correct messages only
henoheno [Sat, 4 Jun 2005 01:44:10 +0000 (10:44 +0900)]
Added / Correct messages only

19 years agoAdded / Correct messages only
henoheno [Sat, 4 Jun 2005 01:40:25 +0000 (10:40 +0900)]
Added / Correct messages only

19 years agoCorret help messages only
henoheno [Sat, 4 Jun 2005 01:28:53 +0000 (10:28 +0900)]
Corret help messages only

19 years agopkwk_hash_compute(): Simplify. Remove scheme aliases will not be used so much
henoheno [Sat, 4 Jun 2005 00:55:22 +0000 (09:55 +0900)]
pkwk_hash_compute(): Simplify. Remove scheme aliases will not be used so much

19 years agopkwk_hash_compute(): Corrected. Allow using '{ClEaRtExT}pass' for $schme
henoheno [Sat, 4 Jun 2005 00:40:14 +0000 (09:40 +0900)]
pkwk_hash_compute(): Corrected. Allow using '{ClEaRtExT}pass' for $schme

19 years agoBugTrack/709: Re-added some $adminpass examples, to suggest 'what can do' to administ...
henoheno [Fri, 3 Jun 2005 13:56:25 +0000 (22:56 +0900)]
BugTrack/709: Re-added some $adminpass examples, to suggest 'what can do' to administrators

19 years agoBugTrack/779: Overhaul.
henoheno [Sun, 29 May 2005 10:49:59 +0000 (19:49 +0900)]
BugTrack/779: Overhaul.
Many Japanese => English. Now it works with English defaults.
Rename functions, variables, and defines.
$script => get_script_uri().
'or' for boolean => '||'
Added/Removed spaces.
Remove redundat comments.
Redundant count($postdata) => $count.
touch() => pkwk_touch_file().

19 years agoBugTrack2/69: Added PKWK_DISABLE_INLINE_IMAGE_FROM_URI to disallow
henoheno [Sat, 28 May 2005 13:31:57 +0000 (22:31 +0900)]
BugTrack2/69: Added PKWK_DISABLE_INLINE_IMAGE_FROM_URI to disallow
using inline-image-tag for URIs

19 years agoBugTrack2/72: Added $nofollow and nofollow plugin,
henoheno [Wed, 25 May 2005 14:30:31 +0000 (23:30 +0900)]
BugTrack2/72: Added $nofollow and nofollow plugin,
to hide PukiWiki manuals or your something from search engines

19 years agoBugTrack2/72: Added $nofollow and nofollow plugin,
henoheno [Mon, 23 May 2005 14:51:32 +0000 (23:51 +0900)]
BugTrack2/72: Added $nofollow and nofollow plugin,
to hide PukiWiki manuals or your something from search engines

19 years agoBugTrack2/72: Added $nofollow and nofollow plugin,
henoheno [Mon, 23 May 2005 14:41:16 +0000 (23:41 +0900)]
BugTrack2/72: Added $nofollow and nofollow plugin,
to hide PukiWiki manuals or your something from search engines

19 years agoBugTrack2/72: Added $nofollow and nofollow plugin,
henoheno [Mon, 23 May 2005 14:22:30 +0000 (23:22 +0900)]
BugTrack2/72: Added $nofollow and nofollow plugin,
to hide PukiWiki manuals or your something from search engines

19 years agoAllow file upload/delete feature for administrator only, by default
henoheno [Sun, 22 May 2005 04:19:06 +0000 (13:19 +0900)]
Allow file upload/delete feature for administrator only, by default

19 years agoBugTrack/779: Cleanup only. Simplify
henoheno [Sun, 22 May 2005 03:20:52 +0000 (12:20 +0900)]
BugTrack/779: Cleanup only. Simplify

19 years agoA little cleanup for Hyperlink or Dangling link to the page
henoheno [Sun, 22 May 2005 00:49:44 +0000 (09:49 +0900)]
A little cleanup for Hyperlink or Dangling link to the page

19 years agoBugTrack2/68; Added option $attach_link to avoid bottle-neck effect about
henoheno [Mon, 16 May 2005 13:25:43 +0000 (22:25 +0900)]
BugTrack2/68; Added option $attach_link to avoid bottle-neck effect about
creating attach-file list, or to simply suppress attach-list for your design purpose.
NOTE: Too dangerous to remove ALL of access path to 'attach' plugin
for malicious users

19 years agoCorrect grouping related-related. Add comments about $link_compact
henoheno [Mon, 16 May 2005 12:49:00 +0000 (21:49 +0900)]
Correct grouping related-related. Add comments about $link_compact

19 years agoget_interwiki_url(): mb_convert_encoding() with 'auto' => SOURCE_ENCODING.
henoheno [Sun, 15 May 2005 07:45:54 +0000 (16:45 +0900)]
get_interwiki_url(): mb_convert_encoding() with 'auto' => SOURCE_ENCODING.
This may cause failure of (verbose) encoding detection.
Problem reported at:
http://oku.edu.mie-u.ac.jp/~okumura/pukiwiki/?2005-05-09

19 years agoBugTrack/779: Cleanup get_interwiki_url().
henoheno [Sun, 15 May 2005 07:44:01 +0000 (16:44 +0900)]
BugTrack/779: Cleanup get_interwiki_url().
Added / Modified comments. $opt = $encode_aliases[$opt] => $opt = & $encode_aliases[$opt]

19 years agoCleanup the order of link-tag options
henoheno [Sat, 14 May 2005 14:30:42 +0000 (23:30 +0900)]
Cleanup the order of link-tag options

19 years agoCorrect/Add comments only
henoheno [Sat, 14 May 2005 14:12:59 +0000 (23:12 +0900)]
Correct/Add comments only

19 years agoBugTrack/787: Added a define PLUGIN_BACKUP_DISABLE_BACKUP_RENDERING. Default: PKWK_SA...
henoheno [Sat, 7 May 2005 16:21:51 +0000 (01:21 +0900)]
BugTrack/787: Added a define PLUGIN_BACKUP_DISABLE_BACKUP_RENDERING. Default: PKWK_SAFE_MODE || PKWK_OPTIMISE

19 years agoBugTrack/787: Added a define PLUGIN_BACKUP_DISABLE_BACKUP_RENDERING. Default: PKWK_SA...
henoheno [Sat, 7 May 2005 15:48:52 +0000 (00:48 +0900)]
BugTrack/787: Added a define PLUGIN_BACKUP_DISABLE_BACKUP_RENDERING. Default: PKWK_SAFE_MODE || PKWK_OPTIMISE

19 years agoBugTrack/779: Cleanup. Double quotes => Single quotes. $script => get_script_uri...
henoheno [Sat, 7 May 2005 15:26:59 +0000 (00:26 +0900)]
BugTrack/779: Cleanup. Double quotes => Single quotes. $script => get_script_uri(). Japanese => English. Rename inner functions. Shrink long lines => multiple lines. Simplify.

19 years agoBugTrack2/65: Avoiding AutoLink insertion -- is not needed for size plugin
henoheno [Sat, 7 May 2005 10:05:23 +0000 (19:05 +0900)]
BugTrack2/65: Avoiding AutoLink insertion -- is not needed for size plugin

19 years agoBugTrack2/65: strip_htmltag() is just for avoiding AutoLink insertion
henoheno [Sat, 7 May 2005 07:41:31 +0000 (16:41 +0900)]
BugTrack2/65: strip_htmltag() is just for avoiding AutoLink insertion

19 years agoBugTrack2/65: strip_htmltag() is just for avoiding AutoLink insertion
henoheno [Sat, 7 May 2005 07:26:25 +0000 (16:26 +0900)]
BugTrack2/65: strip_htmltag() is just for avoiding AutoLink insertion

19 years ago:RenameLog: Newly added rename-plugin's default log file. (default:FREEZED)
henoheno [Sat, 7 May 2005 07:11:33 +0000 (16:11 +0900)]
:RenameLog: Newly added rename-plugin's default log file. (default:FREEZED)

19 years agoBugTrack/779: Simplify strip_htmltag(): Don't compute so many
henoheno [Fri, 6 May 2005 12:35:21 +0000 (21:35 +0900)]
BugTrack/779: Simplify strip_htmltag(): Don't compute so many

19 years agoSimplify. Added sample for inline-plugin with arguments
henoheno [Fri, 6 May 2005 12:27:18 +0000 (21:27 +0900)]
Simplify. Added sample for inline-plugin with arguments

19 years agoJust a cleanup: One-true-brace
henoheno [Fri, 6 May 2005 12:13:01 +0000 (21:13 +0900)]
Just a cleanup: One-true-brace

19 years agoBugTrack2/65: strip_htmltag() is just for avoiding AutoLink insertion
henoheno [Fri, 6 May 2005 11:42:05 +0000 (20:42 +0900)]
BugTrack2/65: strip_htmltag() is just for avoiding AutoLink insertion

19 years agoBugTrack2/64: Remove a typo, that is also redundant (Pointed out by jjyun)
henoheno [Fri, 6 May 2005 08:34:47 +0000 (17:34 +0900)]
BugTrack2/64: Remove a typo, that is also redundant (Pointed out by jjyun)

19 years agoBugTrack2/61: Added simple credits, workdays(years), and license notification desired...
henoheno [Fri, 6 May 2005 05:59:43 +0000 (14:59 +0900)]
BugTrack2/61: Added simple credits, workdays(years), and license notification desired by GPL

19 years agoBugTrack/779: $script => get_script_uri()
henoheno [Fri, 6 May 2005 05:56:04 +0000 (14:56 +0900)]
BugTrack/779: $script => get_script_uri()

19 years agoJust correct a comment: T => t
henoheno [Fri, 6 May 2005 04:44:20 +0000 (13:44 +0900)]
Just correct a comment: T => t

19 years agoBugTrack/779: Simplify. Use str_replace() instead of preg_replace() for simple replac...
henoheno [Fri, 6 May 2005 04:42:33 +0000 (13:42 +0900)]
BugTrack/779: Simplify. Use str_replace() instead of preg_replace() for simple replacement

19 years agoBugTrack2/61: Added simple credits, workdays(years), and license notification desired...
henoheno [Fri, 6 May 2005 04:32:26 +0000 (13:32 +0900)]
BugTrack2/61: Added simple credits, workdays(years), and license notification desired by GPL

19 years ago(1)Simplify. (2) Added comments. (3) Insert one blank line below #commment(below...
henoheno [Fri, 6 May 2005 04:27:30 +0000 (13:27 +0900)]
(1)Simplify. (2) Added comments. (3) Insert one blank line below #commment(below), too (only by design)

19 years agoDo nothing with content body '--------------'
henoheno [Fri, 6 May 2005 01:59:34 +0000 (10:59 +0900)]
Do nothing with content body '--------------'

19 years agoDon't create Horizontal Rule from '------comment-body'. Add a space for readable...
henoheno [Fri, 6 May 2005 01:54:28 +0000 (10:54 +0900)]
Don't create Horizontal Rule from '------comment-body'. Add a space for readable wiki text

19 years agoBugTrack/779: Cleanup only
henoheno [Fri, 6 May 2005 01:50:29 +0000 (10:50 +0900)]
BugTrack/779: Cleanup only

19 years agoBugTrack2/61: Added simple credits, workdays(years), and license notification desired...
henoheno [Wed, 4 May 2005 05:13:54 +0000 (14:13 +0900)]
BugTrack2/61: Added simple credits, workdays(years), and license notification desired by GPL

19 years agoBugTrack/779: Cleanup only
henoheno [Wed, 4 May 2005 05:11:38 +0000 (14:11 +0900)]
BugTrack/779: Cleanup only

19 years agoDo if necessary
henoheno [Wed, 4 May 2005 05:07:51 +0000 (14:07 +0900)]
Do if necessary

19 years agoBugTrack2/61: Added simple credits, workdays(years), and license notification desired...
henoheno [Wed, 4 May 2005 05:03:48 +0000 (14:03 +0900)]
BugTrack2/61: Added simple credits, workdays(years), and license notification desired by GPL

19 years agoBugTrack/779: Cleanup. Added spaces. Shrink. Double quote => single quote. 'and'...
henoheno [Wed, 4 May 2005 05:00:31 +0000 (14:00 +0900)]
BugTrack/779: Cleanup. Added spaces. Shrink. Double quote => single quote. 'and' for boolean => '&&. $increment++ => ++$incremen

19 years agoBugTrack2/61: Added simple credits, workdays(years), and license notification desired...
henoheno [Wed, 4 May 2005 03:31:39 +0000 (12:31 +0900)]
BugTrack2/61: Added simple credits, workdays(years), and license notification desired by GPL

19 years agoCompat: Added a define PLUGIN_ANAME_ID_MUST_UNIQUE (default:0)
henoheno [Wed, 4 May 2005 03:20:20 +0000 (12:20 +0900)]
Compat: Added a define PLUGIN_ANAME_ID_MUST_UNIQUE (default:0)

19 years agoBetter late than never. Added simple credits, workdays(years), and license notificati...
henoheno [Mon, 2 May 2005 04:01:16 +0000 (13:01 +0900)]
Better late than never. Added simple credits, workdays(years), and license notification desired by GPL.
* Licnese is GPL, especially 'version 2 or (at your option) any later version'. See the header of lib/pukiwiki.php (or header of old version's pukiwiki.php).
* Years by PukiWiki Developers Team are only clear ones roughly trackable from cvs repositories.
* Originally sng created PukiWiki at 2001, so more files and/or codes may be written at 2001.

19 years agoSimplify only
henoheno [Mon, 2 May 2005 02:46:23 +0000 (11:46 +0900)]
Simplify only

19 years agoCleanup. Shrink. 'and' for boolean => '&&'. Added spaces.
henoheno [Sun, 1 May 2005 07:38:57 +0000 (16:38 +0900)]
Cleanup. Shrink. 'and' for boolean => '&&'. Added spaces.
"bare text" => 'bare text'.

19 years agoBugTrack2/62: Is this content licensed GPL or ArtisticLicense or other open-source...
henoheno [Sun, 1 May 2005 03:43:56 +0000 (12:43 +0900)]
BugTrack2/62: Is this content licensed GPL or ArtisticLicense or other open-source-license, or mergable license with GPL(PukiWiki)?

19 years agoBetter late than never. Added simple credits, workdays(years), and license notificati...
henoheno [Sun, 1 May 2005 02:43:27 +0000 (11:43 +0900)]
Better late than never. Added simple credits, workdays(years), and license notification desired by GPL.
* Licnese is GPL, especially 'version 2 or (at your option) any later version'. See the header of lib/pukiwiki.php (or header of old version's pukiwiki.php).
* Years by PukiWiki Developers Team are only clear ones roughly trackable from cvs repositories.
* Originally sng created PukiWiki at 2001, so more files and/or codes may be written at 2001.

19 years agoAdded credits for yu-ji by tracking pukiwiki.php and pukiwiki.ini.php (r1.1.1.1)
henoheno [Sat, 30 Apr 2005 11:35:43 +0000 (20:35 +0900)]
Added credits for yu-ji by tracking pukiwiki.php and pukiwiki.ini.php (r1.1.1.1)

19 years agoAdded credits for yu-ji by tracking pukiwiki.php(r1.1.1.1)
henoheno [Sat, 30 Apr 2005 05:21:00 +0000 (14:21 +0900)]
Added credits for yu-ji by tracking pukiwiki.php(r1.1.1.1)

19 years agoCorrect messages
henoheno [Sat, 30 Apr 2005 04:28:39 +0000 (13:28 +0900)]
Correct messages

19 years agoCorrect miss-spelling 'Copywrite' => 'Copyright' (Pointed out by miko)
henoheno [Fri, 29 Apr 2005 11:51:31 +0000 (20:51 +0900)]
Correct miss-spelling 'Copywrite' => 'Copyright' (Pointed out by miko)

19 years agoAdded updating about plugin call-time limitter, and link method of footnote
henoheno [Fri, 29 Apr 2005 11:46:37 +0000 (20:46 +0900)]
Added updating about plugin call-time limitter, and link method of footnote

19 years agoCorrect miss-spelling 'Copywrite' => 'Copyright' (Pointed out by miko)
henoheno [Fri, 29 Apr 2005 11:27:10 +0000 (20:27 +0900)]
Correct miss-spelling 'Copywrite' => 'Copyright' (Pointed out by miko)

19 years agoPKWK_PLUGIN_CALL_TIME_LIMIT 512 => 768, for HTML entities like '&nbsp;'
henoheno [Fri, 29 Apr 2005 11:11:29 +0000 (20:11 +0900)]
PKWK_PLUGIN_CALL_TIME_LIMIT 512 => 768, for HTML entities like '&nbsp;'