• 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_2247_external_link5
RSS
Révision l'heure Auteur
acb25a8 bugtrack_2247_external_link5 2018-03-28 02:54:20 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

3e9aff6 2018-03-01 00:19:56 umorigu

BugTrack/560 Get timestamps of tracker_list pages from cache

b837609 2018-02-27 00:10:34 umorigu

BugTrack/560 tracker_list speeding up with cache

* Implement 2-layer caching
* Converted HTML cache
* Contents cache for list pages
* Get only updated/deleted page contents
* Detect page updates by file or page timestamps
* Refer cache/recent.dat file to detect updated pages
* Refer RecentDeleted page to detect deleted pages
* Handle page links properly on tracker_list table
* Save contents cache on cache/(TrackerBase).tracker

How to invalidate cache:

Execute one of following actions.

* Change tracker config file
* Change tracker list file
* Delete cache/*.tracker file manually

9508269 2018-02-14 00:16:18 umorigu

BugTrack/560 Generate readable HTML source for table format

Append NewLine code after each TR element.

57f99d3 bugtrack_2447_passage_javascript2 2017-11-13 01:24:15 umorigu

BugTrack/2455 new plugin: Enable to work on cache

217a187 2017-11-12 19:22:19 umorigu

BugTrack/2447 Show tracker - passage by Client-JavaScript

Add passage plugin (passage.inc.php)

c03214c 2017-11-09 04:53:10 umorigu

BugTrack/2447 Show page passage by Web browser/JavaScript process

* lib/make_link
* related plugin
* ls2 plugin
* recent plugin
* popular plugin
* showrss plugin
* list plugin
* filelist plugin

dcc6b19 bugtrack_2453_alert_on_leaving_page3 2017-11-06 08:15:18 umorigu

BugTrack/2453 Show alert message for leaving page action on editing

19953a8 2017-11-01 05:28:36 umorigu

BugTrack/2283 ls2 plugin: Improve include loop handling

PHP4 cannot use referenced parameters with default value.

f8c393a 2017-11-01 05:18:53 umorigu

BugTrack/2452 Remove 'create_function' function for stability

Note that 'create_function' will be deprecated in PHP 7.2 .

3e9f1ee bugtrack_2436_eslint 2017-10-31 00:25:57 umorigu

BugTrack/2445 Rename deleted page

52053b3 2017-10-30 03:02:13 umorigu

BugTrack/2213 Fix ArgumentCountError on PHP7.1

9718389 2017-10-30 01:34:53 umorigu

BugTrack/2308 Fix WikiName linking on no-AutoLink pages

2f903ce 2017-10-30 01:19:33 umorigu

BugTrack/2295 Remove useless implementation in make_link.php

a7bc497 2017-10-29 23:59:08 umorigu

BugTrack/2283 ls2 plugin: Improve page name handling on #include

* Support relative page name ( ex: #include(../RelPage) )
* Support quoted page name ( ex: #include("A,B,C") )
* Support include plugin option ( ex: #include(AAPage,notitle) )

f17bc09 2017-10-28 00:50:11 umorigu

BugTrack/2283 ls2 plugin: Improve include loop handling

* Fix infinite loop on 'include' and no-'title' condition
* Trace including tree on each page

68928cf 2017-10-28 00:05:04 umorigu

BugTrack/2283 ls2 plugin: Fix heading listing level

9efb23d 2017-10-27 07:02:22 umorigu

BugTrack/2283 Fasten ls2 plugin listing on no-title or no-include

21e18d6 2017-10-26 02:16:27 umorigu

BugTrack/2436 ESLint - Linting utility for JavaScript

Install utilities:

```
npm install
```

Use ESLint:

```
npm test
```

or

```
npx eslint skin/main.js skin/search2.js
```

c3239f3 2017-10-25 23:06:24 umorigu

BugTrack/2420 Simplify AutoTicketLink script: DOM to JSON

3eac811 2017-10-25 20:50:54 umorigu

BugTrack/693 calendar_viewer plugin: Extend the show limit (1 to 4)