• 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

branch_r1_5
RSS
Rev. Time Author
779d7ea branch_r1_5 2021-12-14 00:54:28 umorigu

BugTrack/2533 Don't create AutoTicketLinkName page on setting off

$no_autoticketlinkname

* 0: (default) Create AutoTicketLinkName page automatically
* 1: Never create AutoTicketLinkName

13d5741 2021-12-11 15:21:02 umorigu

Flexible PukiWiki version expression

b2f9f5f 2021-12-11 15:13:38 umorigu

BugTrack/2178 counter plugin: Ignore REMOTE_ADDR

define('PLUGIN_COUNTER_IGNORE_REMOTE_ADDR', 0);

* 0: FALSE (default)
* 1: TRUE (Ignore REMOTE_ADDR environment variable)

bf44d37 2021-12-11 01:33:20 umorigu

BugTrack/2178 counter plugin: Ignore REMOTE_ADDR

define('PLUGIN_COUNTER_IGNORE_REMOTE_ADDR', FALSE);

Introduce PLUGIN_COUNTER_IGNORE_REMOTE_ADDR constant.

If true, the plugin always count up counter for all requests.
This option is for reverse proxy or load balancer environments.

70a3f34 2021-12-11 00:40:03 umorigu

BugTrack/2513 Bold style Table cell (BOLD:...)

Implementation provided by Haifun-san.

1dbadac bugtrack_2530_line_break_plugin_help 2021-12-08 08:58:38 umorigu

BugTrack/2530 Fix Plugin page contents on $line_break = 1;

Wrap help contents with #setlinebreak(no) and #setlinebreak(default).

0ebea0b 2021-12-08 00:04:46 umorigu

BugTrack/2529 img plugin: image size with only width or height

* Width only size: "999w" or "999x"
* Height only size: "999h" or "x999"
* (Reference) Width and height size: "999x999"

e45acb0 2021-12-07 23:51:46 umorigu

BugTrack/2529 ref plugin: image size with only width or height

* Width only size: "999w" or "999x"
* Height only size: "999h" or "x999"
* (Reference) Width and height size: "999x999"

0ca033f 2021-12-05 14:10:31 umorigu

BugTrack/2525 get_page_uri() in existing plugins

* keitai skin
* plugins
* rss
* calendar_viewer
* backup

fc0f359 2021-12-05 03:19:18 umorigu

BugTrack/2525 Top URL is equal to get_base_uri()

1dd1bb5 2021-11-28 20:18:18 umorigu

BugTrack/2525 Page-URI customization mechanism

Introduce PukiWikiStandardPageURIHandler class

* URI virtual query: '?' + pagename_encode($Page)
* Convert QueryString by PageURIHandler
* Support make_link
* Invalid page name mechanism

eea7774 2021-11-28 17:20:09 umorigu

BugTrack/2526 readable pkwk_chown() flock() failed message

15e8626 2021-11-27 17:40:15 umorigu

BugTrack/2514 PHP8: tracker plugin now works

87f205d 2021-11-27 17:06:32 umorigu

BugTrack/2524 Fix loginform plugin on block notation

9755151 2021-11-21 23:47:59 umorigu

PukiWiki version is "1.5.4" / Year 2021

76c8ea4 2021-11-21 23:30:13 umorigu

BugTrack/2523 Hide MenuBar area when MenuBar doesn't exist

c3d7466 2021-09-27 01:15:13 umorigu

BugTrack/2520 Remove spaces between heading text and dagger

4999b48 2021-09-26 22:55:21 umorigu

BugTrack/2514 PHP8: uasort with non-static comparison func

ddf5b99 2021-09-26 21:20:43 umorigu

BugTrack/2514 PHP8: Link_autoalias constructor

5528966 2021-06-22 02:12:58 umorigu

BugTrack/2519 Fix search2

a6cac21 2021-03-13 15:14:30 umorigu

BugTrack/2514 Support PHP 8

PHP8 - Backward Incompatible Changes

* Support for deprecated curly braces for offset access has been removed
* Fatal error: Inheritance errors due to incompatible method signatures
* get_magic_quotes_gpc() have been removed
* Fatal error: Undefined constant ( `is_page` )
* Nested ternaries now require explicit parentheses

d03da57 2020-08-21 02:15:36 umorigu

BugTrack/2512 preg_replace with PCRE_UTF8 (/u) option (AutoLink)

* BugTrack/2512 AutoAlias fail for some specific chars
* BugTrack/2518 AutoLink fail for some specific chars

Set /xu option for preg_replace() with /x

017521b 2020-03-22 00:44:54 umorigu

BugTrack/2508 Fix Search result for halfwidth kigo chars

7029b91 2020-03-20 14:21:46 umorigu

BugTrack/2508 Fix search result (FullWidth char / Ignore case)

69ed02d 2020-03-20 10:21:46 umorigu

BugTrack/2387 Improve bugtrack_list table layout

87408f4 2020-03-12 00:01:49 umorigu

BugTrack/2507 StandardJs - JavaScript formatter - Remove semicolons

Install and execute standard:

```
npm install --save-dev standard
npx standard
npx standard --fix
```

Standard JS - JavaScript style guide, linter, and formatter
https://standardjs.com/

518c037 2020-03-10 22:49:52 umorigu

BugTrack/430 RightBar - Secoud MenuBar (3 columns layout)

0c6e0e1 2020-03-05 00:51:13 umorigu

BugTrack/2387 Fix Calendar layout (too thin)

4227340 2020-03-05 00:50:13 umorigu

BugTrack/2505 Fix calendar_viewer Year-Month filter

02cd42a 2020-02-23 22:51:43 umorigu

BugTrack/2503 Update external site (https or not-found, etc.)