• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

PukiWiki


RSS
Rev. Time Author
35ec9f5 reduce_globals 2016-02-13 01:51:35 umorigu

BugTrack2/382 Add PukiWikiConfig class and remove 3 global variables

e093d27 2016-02-13 01:08:32 umorigu

BugTrack2/382 Confile setting variables to a function

9f1d5b2 2016-02-13 00:37:16 umorigu

Update UPDATING documents for Release 1.5.0 and 1.5.1

4b0a153 2016-02-08 03:09:10 umorigu

Set PukiWiki version to "1.5.1_beta1"

46036e1 2016-02-08 02:26:50 umorigu

BugTrack2/374 Fix recording username logic

* Recoard username and fullname for each post
* If fullname is empty, use username as his/her fullname
* Take backup if username differs from previous post

0de00dd 2016-02-08 01:51:18 umorigu

BugTrack2/374 Get fullname from LDAP server on AUTH_TYPE_EXTERNAL

a6ed364 2016-02-07 22:26:58 umorigu

BugTrack2/230 Do nothing on updating page with unchanged content

cc0bb66 2016-02-07 20:40:07 umorigu

BugTrack2/381 Handle failure to add comment - comment plugin

2ec8d29 2016-02-07 10:04:51 umorigu

BugTrack2/376 Keep prev spec: return value of AttachFile::getstatus

* Return TRUE if a target file exists
* Return FAlSE if not exists
* Read status file(.log) regardless of active file existance

842ebb4 2016-02-07 01:33:03 umorigu

Make sure page name is valid for tracker plugin action

6c30f54 2016-02-06 07:21:17 umorigu

BugTrack2/366 Output 'X-Robots-Tag: nofollow' header on nofollow page

Internet search engines should not index PukiWiki default contents
(i.e. PukiWiki plugin manuals) and non-'read' pluing output (ie: Edit).
So we need to send "nofollow, noindex" marks to search engines.

Previously PukiWiki outputs "robots: nofollow,noindex" meta info
by HTML meta header contained in the default skin file.
Therefore if administrators customize skin file or use other skin,
they failed to tell "nofollow,noindex" to search engines.

In order to resolve this issue, PukiWiki engine now output
HTTP header 'X-Robots-Tag: nofollow,noindex' if the content should
not be cached.

We can tell right index policy to search engine crawlers
regardless of skin file.

701dbd4 2016-02-06 05:30:13 umorigu

ButTrack2/374 Remove author info on detecting edit collision

8b227c3 2016-02-05 23:00:54 umorigu

BugTrack2/7 Handle URL with double brackets as a simple URL

8e23f50 2016-02-05 00:43:45 umorigu

BugTrack2/290 Rename 'http_request' function to 'pkwk_http_request'

pecl_http extension also have the function named 'http_request'.
So, if pecl_http is enable, PukiWiki crashes because of
the name conflict.
I renamed the function to 'pkwk_http_request'.
And I also defined 'http_request' function on the environment
without pecl_http for the backword (mainly your plugin) compatibility.

6f62f98 2016-02-04 23:35:45 umorigu

BugTrack2/380 Support Mime-type of OpenDocument and Microsoft Office

https://en.wikipedia.org/wiki/OpenDocument

https://technet.microsoft.com/en-us/library/ee309278(v=office.12).aspx

a264b64 2016-02-04 23:35:29 umorigu

BugTrack2/377 Filter template pages for sites that have many pages

* Template list page: ':config/Templates'
* Show the list as template pages
* Anothor rule: Page whose name have 'template' keyward is template

3618e79 2016-02-04 01:15:30 umorigu

BugTrack2/374 Remove author info when the page is used as template

224fbbe 2016-02-03 23:33:28 umorigu

BugTrack2/378 Record delete action history and its user

7210559 2016-02-03 21:25:35 umorigu

BugTrack2/379 Fix Mime-type of svg image; Add svgz type

9f1f2ad 2016-02-03 02:03:30 umorigu

Merge branch 'bugtrack2374_record_page_author' into branch_r1_5

* Record '#author' line that shows text modified date and author
* Implement auth username prefix that shows its auth provider
* Default list: 'default:', 'ldap:' and 'external:'
* Recoard Full name of author, it is included on '#author' info
* backup list shows its authors
* Hide author info when user edit wiki text

4b06c17 2016-02-03 01:56:09 umorigu

BugTrack2/374 Remove author info from user editing text

e0226e9 2016-02-03 01:55:41 umorigu

BugTrack2/374 Show authors on backup list

26896ab 2016-02-02 01:15:39 umorigu

BugTrack2/374 Record fullname of edit user(author)

75b6a52 2016-02-02 01:03:16 umorigu

BugTrack2/374 Add auth provider user prefix

* AUTH_PROVIDER_USER_PREFIX_DEFAULT(default:)
* for users defined in pukiwiki.ini.php
* AUTH_PROVIDER_USER_PREFIX_LDAP(ldap:)
* for users from LDAP
* AUTH_PROVIDER_USER_PREFIX_EXTERNAL(external:)
* for users provided by external auth systems

29160f1 2016-02-01 23:43:42 umorigu

BugTrack2/374 Record timestamp and edit user as author info

author plugin (plugin/author.inc.php) outputs empty string
for HTML text.

edfd4a4 2016-01-28 01:03:17 umorigu

BugTrack2/264 Call getimagesize() only for image named files

cba71a2 2016-01-27 02:12:14 umorigu

BugTrack2/363 sourceforge.jp to osdn.jp for default contents

a24d8ca 2016-01-27 01:56:39 umorigu

BugTrack2/363 Domain name change: sourceforge.jp to osdn.jp

9aaa16c 2016-01-27 01:33:46 umorigu

Change Attach-file menu label: 'Upload' to 'Attach'

0240027 2016-01-27 00:56:40 umorigu

BugTrack2/345 Rename log and backup files on renaming attached file