• R/O
  • HTTP
  • SSH
  • HTTPS

pukiwiki: List of commits


bugtrack_2398_5
RSS
Rev. Time Author
cb43cde bugtrack_2398_5 2018-05-14 00:57:11 umorigu

BugTrack/2433 search2 plugin: Show search progress

0c54662 2018-05-10 05:20:13 umorigu

BugTrack/2433 Speed up search2: default page scan size is 10000

24d83fa 2018-05-10 05:17:36 umorigu

Merge branch 'bugtrack_2367_css_reformat' into branch_r1_5

47376fd 2018-05-10 00:56:00 umorigu

BugTrack/2367 CSS reformat

73d6cbe 2018-05-10 00:48:08 umorigu

BugTrack/692 CSS reformat for search2

e7a9189 2018-05-10 00:43:43 umorigu

BugTrack/2429 CSS reformat for bugtrack list style

dd3fb9b 2018-05-10 00:39:16 umorigu

BugTrack/2431 CSS reformat for topicpath title

723a656 2018-05-10 00:37:48 umorigu

BugTrack/2447 CSS reformat for passage

bbea261 2018-05-10 00:35:31 umorigu

BugTrack/2118 CSS reformat for Listing

9d67cfb 2018-05-10 00:20:42 umorigu

BugTrack/2469 OpenLDAP SHA-2 Support on password (patched by henoheno)

Supported SHA-2 password schemes:
* SHA256, SHA384, SHA512 (LDAP: OpenLDAP compatible)
* SSHA256, SSHA384, SSHA512 (OpenLDAP compatible - Salted version)
* x-php-sha256, x-php-sha384, x-php-512 (Simple hex version)

RFC 6234: US Secure Hash Algorithms (SHA and SHA-based HMAC and HKDF)
https://tools.ietf.org/html/rfc6234

Internet-Draft: Lightweight Directory Access Protocol (LDAP): Hashed Attribute values for 'userPassword' (March 13, 2013)
https://tools.ietf.org/html/draft-stroeder-hashed-userpassword-values-01

f0e3c0f 2018-04-28 22:53:59 umorigu

BugTrack/2470 Lengthen Footnote title max-length to 100 chars

c0b74aa 2018-04-28 05:47:24 umorigu

BugTrack/2468 Show alert message for leaving page action on edit-preview

4669d6b 2018-04-28 05:21:16 umorigu

BugTrack/2469 Support SHA256 and SHA512 as password digest

* Support SHA256 and SHA512 as password digest algorithms
* scheme prefix: x-php-sha256, x-php-sha512
* Simplify md5 plugin: Salt is salt (Salt doesn't contain a {scheme} part)'

ebb80be 2018-04-25 23:18:49 umorigu

BugTrack/2467 img plugin: Show page-attached image

79815b2 2018-04-18 22:48:44 umorigu

BugTrack/2466 img plugin: Show link on and to image itself

ce74cd7 2018-04-17 07:25:11 umorigu

BugTrack/2465 img plugin: +Inline style, Show image of any extention

b7f2039 2018-04-11 22:16:13 umorigu

BugTrack/2411 Fix SAML redirect URL after login

4f66465 2018-04-11 21:57:13 umorigu

BugTrack/2431 topicpath-title: ensure a.textContent == page

f297405 2018-03-29 02:49:22 umorigu

Update PukiWiki official site - Page URLs

df9ce79 bugtrack_2398_152 2018-03-28 00:01:01 umorigu

Now PukiWiki version is "1.5.2"

6dbae98 2018-03-27 01:28:08 umorigu

BugTrack/2431 Topicpath title by JavaScript

pukiwiki.ini.php

```
$topicpath_title = 1; // (1: Enabled(default), 0: Disabled)
```

bb4f13c 2018-03-27 01:11:04 umorigu

BugTrack/2436 Ignore node_modules and package-lock.json

a776560 2018-03-25 18:30:17 umorigu

BugTrack/2463 Output HTTP custom response headers

Config: $http_response_custom_headers in pukiwiki.ini.php

e4b93ba 2018-03-25 17:30:17 umorigu

BugTrack/2462 Customize Referrer Policy by HTML meta header

Some modern HTML5 web browsers supprt <meta name="referrer" />.
For example, content="no-referrer" means the browser don't send
any Referer headers to web servers.

8330c33 2018-03-22 02:14:44 umorigu

BugTrack/2247 External link cushion page - Control Referer etc.

* New plugin: external_link.inc.php
* New config: $external_link_cushion_page, $external_link_cushion

You can set "internal domains", on these host, you don't need to
see cushion page.

3033781 2018-03-21 23:21:53 umorigu

BugTrack/2434 Improve props transfer on Searching

28d67ff bugtrack_2401_bugtrack_list_speedup 2018-03-14 22:42:18 umorigu

BugTrack/560 Increase updated page cache / deleted page history

51239db 2018-03-14 22:01:26 umorigu

BugTrack/2401 bugtrack_list: Improve cache management

Use converted HTML text when cache/recent.dat is unchanged.

b851101 bugtrack_560_tracker_list8 2018-03-07 03:15:10 umorigu

BugTrack/2460 Sublist of tracker_list with range(start-last)

Now tracker_list supports range format as limit parameter.
ex: limit:"101-200" means that name numbers are (101 <= x and x <=200)

d5bb008 2018-03-01 23:40:07 umorigu

BugTrack/560 tracker_list cache mechanism supports limit parameter

Show on old repository browser