• R/O
  • HTTP
  • SSH
  • HTTPS

pukiwiki: List of commits


redmine_2426_topicpath_slashes
RSS
Rev. Hora Autor
b963e2b redmine_2426_topicpath_slashes 2017-08-27 06:44:36 umorigu

BugTrack/2426 topicpath plugin - Use CSS layout for slashes

cd237d7 2017-08-27 06:37:12 umorigu

BugTrack/2102 Disable output buffering on sending an file

180b4f4 2017-08-27 06:36:17 umorigu

BugTrack/571 Write updates log

e35bce2 bugtrack_2126_menubar_ul_attrs_2 2017-08-18 04:10:45 umorigu

BugTrack/2361 Simple Pagename URL for ls2 plugin

53970ad 2017-08-17 23:59:45 umorigu

BugTrack/2126 Stop removing attrs of ul elements in Menu

b7779f7 bugtrack_2188_listcss_3 2017-08-17 23:25:29 umorigu

BugTrack/2188 Replace list-margin px with indent-level calc

* Remove px calclation of List margin and padding
* Margin and padding are now defined by CSS
* Calc indent-level of nected list. That is used as list-indentN class

3b57473 2017-08-17 01:04:56 umorigu

BugTrack/2188 Define List layout by CSS instead of ini file

* Define List styles by CSS instead of default.ini file
* Add list-indent1, 2 and 3: that is express indent-distance to parent list
* In default.ini.php, $_ul_margin, $_ol_margin and $_dl_margin must be 1
* These are used as indent leaping level calclation source
* $_list_pad_str = ' class="list%d list-indent%d"';
* 2nd param of sprintf($_list_pad_str, $1, $2) is exactly indent-level.
* This replacement from PHP logic to CSS is completely compatible
with existing list logic that contains ls2 plugin
and PukiWiki core list logic.

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

Show on old repository browser