• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Frequently used words (click to add to your profile)

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

RSS
Rev. Time Author
b03ba93 2016-10-22 10:33:18 Akito Hachiya

Add Test for pkwk_output_dtd() in lib/html.php

c02b67d v1.5.1 2016-03-01 03:29:52 umorigu

BugTrack2/375 Enable Login/Logout on tDiary skin

60cdb04 2016-02-25 23:40:20 umorigu

BugTrack2/375 Show "Invalid username or password" on failed login

db957ee 2016-02-22 05:30:59 umorigu

Now PukiWiki version is "1.5.1"

6558e5c 2016-02-22 05:27:22 umorigu

BugTrack2/361 Send Canonical URL link http header for Search Engines

2fab735 2016-02-20 00:05:33 umorigu

Set dev site name - PukiWiki Developers' site

c7d79dc 2016-02-20 00:05:31 umorigu

Fix uninitialized variable access

4cfd1ec 2016-02-20 00:05:28 umorigu

Fix uninitialized string access

c3cf8aa 2016-02-20 00:05:20 umorigu

BugTrack2/384 Support LDAP Group - Security Group of Active Directory

Use LDAP_MATCHING_RULE_IN_CHAIN rule of Active Directory LDAP,
that enables nested group check.
For other systems, standard 'memberof' check is used.

e61f26e 2016-02-15 06:31:33 umorigu

BugTrack2/375 Improve parameter handling in loginform plugin

54d4aca 2016-02-15 06:30:06 umorigu

BugTrack2/362 Escape LDAP search strings to prevent LDAP injection

LDAP escape function 'ldap_escape' is available only on PHP5.6+.
I implemented pkwk_ldap_escape_dn/filter functions for compatibility.

b8362b8 2016-02-15 05:19:02 umorigu

Fix miss spell, and remove redundant group examples

f0e49c0 2016-02-15 05:16:26 umorigu

BugTrack2/343 Replace 'htmlspecialchars' by 'htmlsc'

f50271d 2016-02-13 09:45:44 umorigu

BugTrack2/362 Support ldaps(SSL) - Secure LDAP server connection

132ca28 2016-02-13 03:50:52 umorigu

BugTrack2/383 Set Form authentication as default auth method type

8062782 2016-02-13 03:40:31 umorigu

BugTrack2/377 Add 'Template pages' label for template page list

38f591c 2016-02-13 02:54:38 umorigu

BugTrack2/361 Apply simple URL for InterWiki link of PukiWiki site

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