• R/O
  • HTTP
  • SSH
  • HTTPS

pukiwiki: 提交列表


bugtrack_2188_listcss
RSS
Rev. 时间 作者
1ab8355 bugtrack_2188_listcss 2017-08-16 22:07:49 umorigu

BugTrack/2188 Define List styles by CSS instead of ini files

* Define List styles by CSS instead of ini files
* Remove unused list margin logic
* Remove manual style logic in ls2 plugin

c72364b 2017-08-15 10:32:05 umorigu

BugTrack/2420 Avoid JavaScript error on PHP5.3 env

2e347b7 2017-07-11 00:37:43 umorigu

BugTrack/2422 Improve DB error handling in counter plugin

a5f0333 2017-07-09 23:33:18 umorigu

BugTrack/2422 counter plugin: Remove unused log line

db66ccd 2017-07-09 23:25:21 umorigu

BugTrack/2411 SAML plugin: PukiWiki as a SAML service provider

* Add SAML plugin that enable SAML authentication
* Parse '?//key1.value2//key2.value2' type querystring
that we handles as query parameters
* The SAML plugin depends on onlogin/php-saml library.

How to use SAML plugin:

* install onelogin/php-saml `composer install onlogin/php-saml`
* Create saml_settings.php
* Set $auth_type = AUTH_TYPE_SAML; in pukiwiki.ini.php

a1f8e5b 2017-06-22 00:52:07 umorigu

BugTrack/2425 Fix today param handling of popular plugin

683d0c1 2017-06-20 01:21:59 umorigu

BugTrack/2196 Refresh RecentChanges list on renaming pages

8dc8b36 2017-06-20 00:44:18 umorigu

BugTrack/2266 Open FormattingRules on new Window from edit page

c3033c3 2017-06-20 00:11:05 umorigu

BugTrack/2424 Fix unfreezing page on comment action

32c7cde 2017-06-13 03:40:00 umorigu

BugTrack/782 Numbering tracker issue naturally : the biggest one + 1

6a4f843 2017-06-11 21:47:24 umorigu

BugTrack/2422 Rename plugin action support Database counter

34a4ca0 2017-06-11 21:47:12 umorigu

BugTrack/2422 popular plugin supports Dababase counter

112f231 2017-06-02 00:17:28 umorigu

BugTrack/2422 Counter plugin supports MySQL

f126eed 2017-05-31 00:54:21 umorigu

BugTrack/2422 Counter plugin: Table name prefix for multi wiki sites

5e61ada 2017-05-29 03:59:55 umorigu

BugTrack/2422 Improve access count up logic to avoid miscounting

6b4ac3a 2017-05-28 05:43:20 umorigu

BugTrack/2420 AutoTicketLink support 'git' type

bdd91ef 2017-05-28 05:43:20 umorigu

BugTrack/2420 AutoTicketLink

1a7d267 2017-05-27 22:38:46 umorigu

BugTrack/2422 Use SQLite database for reliable counter

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

Show on old repository browser