• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

blogger


bugtrack_2398_6
RSS
Révision l'heure Auteur
268b499 bugtrack_2398_6 2018-05-22 05:32:56 umorigu

BugTrack/2455 new plugin: Backword compatibility: Keep init()

Some external plugin calls plugin_new_init() directly
and use the messages.
So we need keep this method for the compatibility.

b904a83 2018-05-17 00:45:47 umorigu

BugTrack/2434 Handle QuotaExceededError "exceeded the quota."

Remove all cached results when QuotaExceededError occurs

ca7336f 2018-05-17 00:23:07 umorigu

BugTrack/2431 topicpath-title: Improve DOM handling logic

b236cc9 2018-05-16 23:55:33 umorigu

BugTrack/2411 SAML: Fix redirection bug after authentication

6cded14 2018-05-16 23:51:11 umorigu

BugTrack/2247 External link cushion page - external_link plugin

* 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.

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.