• R/O
  • HTTP
  • SSH
  • HTTPS

pukiwiki: List of commits


bugtrack_2420_autoticketlink
RSS
修訂. 時間 作者
a81938a bugtrack_2420_autoticketlink 2017-04-02 17:00:29 umorigu

BugTrack/2420 AutoTicketLink: Support title for ticket link

0da07d4 2017-04-02 16:22:45 umorigu

BugTrack/2420 AutoTicketLink support 'git' type

ebe6c80 2017-04-02 16:01:40 umorigu

Support underscore in JIRA project key

95306d1 2017-04-02 15:59:51 umorigu

AutoTicketLink: Support hyphen and dot in key

fa378b3 2017-03-20 18:57:01 umorigu

BugTrack/2420 Use JSON for transforming AutoTicketLink site data

c97f4f8 2017-03-20 10:45:45 umorigu

BugTrack/2420 Fix span tag

a3402f5 2017-03-20 10:39:10 umorigu

2017

e511e2e 2017-03-20 09:39:29 umorigu

BugTrack/2420 Defer AutoTicketLink script loading

b351d0f 2017-03-12 19:08:53 umorigu

BugTrack/2420 AutoTicketLink

574cf88 2017-02-18 02:00:06 umorigu

BugTrack/2401 Stop showing bug list if a root page is not readable

5acadb0 2017-02-17 02:28:31 umorigu

BugTrack/2418 Delete blank page even if it has only small changes

6b27836 2017-02-17 00:09:23 umorigu

BugTrack/2414 strtotime return false on parsing failure in PHP5.1+

http://php.net/manual/en/function.strtotime.php
Returns a timestamp on success, FALSE otherwise. Previous to PHP 5.1.0,
this function would return -1 on failure.

b51c00d 2017-02-16 22:58:43 umorigu

BugTrack/598 List only readable pages as template

5b6fcbb 2017-02-16 02:45:10 umorigu

BugTrack/694 Stop reading page that is not readable as template

a1e83eb 2017-02-16 02:36:50 umorigu

BugTrack/598 Stop reading page that is not readable as template

a9c6327 2017-02-01 01:51:30 umorigu

BugTrack/2412 Wrap text in pre elements

9827a70 2016-12-23 16:47:41 umorigu

BugTrack/2410 Parsing date string fallback to strtotime in new plugin

2373432 2016-12-11 19:33:36 umorigu

BugTrack/2187 Fix doubled HTML-escaped text in bugtrack_list summary

24f2ff0 2016-12-11 19:33:33 umorigu

BugTrack/2408 Remove 'Waiting CVS' status from bugtrack and tracker

a231078 2016-12-11 19:33:11 umorigu

BugTrack/2407 Make link files (cache/*.rel,*.ref) automatically

* Remove related files (*.rel) and reference files (*.ref) in
cache directory of the repository and distribute package
* Prepare page related links and references for links_get_related()

Make link files automatically only if the page count < 50.
Because large number of update links will cause PHP timeout.

d4dfbca 2016-12-09 06:26:10 umorigu

BugTrack/2406 Create cache/autolink.dat automatically

* Create 'cache/autolink.dat' before convert_html() if needed
* Remove 'cache/autolink.dat' from the repositogy and the distribution

6ed6dab 2016-12-09 05:05:57 umorigu

BugTrack/2406 Include the HTML entitiy pattern of cache/entities.dat

'cache/entities.dat' had a fixed pattern created by
'plugin/update_entities.inc'.
So it should be an application logic shipped with PukiWiki itself.

fdfc778 2016-12-05 05:36:37 umorigu

BugTrack/2404 Add filetime as author attr on "Don't change timestamp"

ef13260 2016-12-03 06:20:49 umorigu

BugTrack/2401 Locked file_get_contents/file_put_contents on bugtrack

It needs locking for a bugtrack_list cache file.

* file_put_contents lock bug was fixed on PHP 5.2.6 .
* bugtrack_list is for PHP5.4+. So we can use it.
* file_get_content has no lock mechanism. I added pkwk_file_get_contents.

5afab1c 2016-12-03 06:12:44 umorigu

BugTrack/2403 bugtrack plugin - new numbering spec

* New: New page number is (largest exisging page number) + 1.
* Prev: It has local numbering logic (1 -> 51 -> 101 -> 151 -> 102,...)

ff72ada 2016-12-03 06:12:35 umorigu

BugTrack/2396 Support Page redurection rules on make_pagelink()

5127a22 2016-12-02 23:11:25 umorigu

BugTrack/2401 Cache bugtrack_list

Cache specification:

* Enable only for PHP5.4+ (Because of JSON_UNESCAPE_UNICODE)
* Use cached values for articles that have the unchaged filemtime
* Invalidate all cache data everyday

063b747 2016-12-02 06:26:07 umorigu

Add pkwk_log function for application logging

0ded331 2016-11-19 22:15:53 umorigu

BugTrack/2389 Set LANG to HTML content language in skin files

22b6214 2016-11-18 01:31:12 umorigu

BugTrack/2396 Stop page redirection when new_page = old_page

Show on old repository browser