• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
Rev. Time Author
a264b64 2016-02-04 23:35:29 umorigu

BugTrack2/377 Filter template pages for sites that have many pages

* Template list page: ':config/Templates'
* Show the list as template pages
* Anothor rule: Page whose name have 'template' keyward is template

3618e79 2016-02-04 01:15:30 umorigu

BugTrack2/374 Remove author info when the page is used as template

224fbbe 2016-02-03 23:33:28 umorigu

BugTrack2/378 Record delete action history and its user

7210559 2016-02-03 21:25:35 umorigu

BugTrack2/379 Fix Mime-type of svg image; Add svgz type

9f1f2ad 2016-02-03 02:03:30 umorigu

Merge branch 'bugtrack2374_record_page_author' into branch_r1_5

* Record '#author' line that shows text modified date and author
* Implement auth username prefix that shows its auth provider
* Default list: 'default:', 'ldap:' and 'external:'
* Recoard Full name of author, it is included on '#author' info
* backup list shows its authors
* Hide author info when user edit wiki text

4b06c17 2016-02-03 01:56:09 umorigu

BugTrack2/374 Remove author info from user editing text

e0226e9 2016-02-03 01:55:41 umorigu

BugTrack2/374 Show authors on backup list

26896ab 2016-02-02 01:15:39 umorigu

BugTrack2/374 Record fullname of edit user(author)

75b6a52 2016-02-02 01:03:16 umorigu

BugTrack2/374 Add auth provider user prefix

* AUTH_PROVIDER_USER_PREFIX_DEFAULT(default:)
* for users defined in pukiwiki.ini.php
* AUTH_PROVIDER_USER_PREFIX_LDAP(ldap:)
* for users from LDAP
* AUTH_PROVIDER_USER_PREFIX_EXTERNAL(external:)
* for users provided by external auth systems

29160f1 2016-02-01 23:43:42 umorigu

BugTrack2/374 Record timestamp and edit user as author info

author plugin (plugin/author.inc.php) outputs empty string
for HTML text.

edfd4a4 2016-01-28 01:03:17 umorigu

BugTrack2/264 Call getimagesize() only for image named files

cba71a2 2016-01-27 02:12:14 umorigu

BugTrack2/363 sourceforge.jp to osdn.jp for default contents

a24d8ca 2016-01-27 01:56:39 umorigu

BugTrack2/363 Domain name change: sourceforge.jp to osdn.jp

9aaa16c 2016-01-27 01:33:46 umorigu

Change Attach-file menu label: 'Upload' to 'Attach'

0240027 2016-01-27 00:56:40 umorigu

BugTrack2/345 Rename log and backup files on renaming attached file

7556fdb 2016-01-27 00:09:32 umorigu

BugTrack2/376 Keep download counts of archived attached files

103b575 2016-01-23 01:28:53 umorigu

BugTrack2/373 AUTH_TYPE_EXTERNAL - Add Log-in and Log-out menu

b5db2e9 2016-01-23 01:26:19 umorigu

BugTrack2/373 AUTH_TYPE_EXTERNAL - Use external sign-in mechanism

In pukiwiki.ini.php, you can define $auth_external_login_url URL.
It is a external sign in URL.

For example,

```
$auth_type = AUTH_TYPE_EXTERNAL;
$auth_external_login_url = './exlogin.php';
```

If you meet a private page that requires access permission,
a system redirect you to './exlogin.php' with 'url_after_login'
parameter.

In this case, 'exlogin.php' is your custom PHP script.
After you sign in your SSO system,
please redirect back to 'url_after_login' page.

ffd2530 2016-01-21 21:58:30 umorigu

BugTrack2/356 Fix spell miss of COUNTER_DIR

ca44682 2016-01-21 05:56:45 umorigu

Merge branch 'ldap' into branch_r1_5

4008b5e 2016-01-21 05:55:03 umorigu

BugTrack2/375 Use secure session options to prevent session hijacking

34bff8e 2016-01-21 05:31:37 umorigu

BugTrack2/375 Layout login form with table, and i18n messages

f18af24 2016-01-21 05:31:35 umorigu

BugTrack2/362 Implement LDAP account sign in

ac4cd5f 2016-01-21 05:31:32 umorigu

BugTrack2/362 Add LDAP settings

0bd51fe 2016-01-21 05:31:12 umorigu

BugTrack2/375 AUTH_TYPE_FORM auth_type - save auth info on session

Implement Log in and Log out for Form auth

0b74c71 2016-01-21 05:29:12 umorigu

BugTrack2/372 Add auth group - set of multi users on page permission

Reserved 'valid-group' that contains all authenticated users.
Implicit group that has same name as authenticated user name --
for example,
User 'usera' is one and only member of Group 'usera'.

82ba8d3 2016-01-21 02:35:54 umorigu

BugTrack2/375 Decide to authenticated user only once on the beginning

If username are fixed and he don't have page reading permission,
the message 'Pagename is not readable' will be shown instead of
returning 401 Unauthorized.

49b6687 2016-01-21 02:31:11 umorigu

Support simple page name expression with '&'-params as query string

For example, a URL "/?FrontPage&a=b&c=d" is recognized as "FrontPage"
page with a=b and c=d parammeteers.

ef5eebe 2016-01-21 02:30:24 umorigu

Add Basic-Auth logout plugin to log out explicitly

6ee7490 2016-01-19 00:43:04 umorigu

BugTrack2/364 New development team name: "PukiWiki Development Team"