• 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
2e8ab06 master upstream-dev 2016-10-29 23:59:12 umorigu

BugTrack/2392 Fix encoding: die_message() outputs suitable charset

8faad1f 2016-10-25 07:51:27 umorigu

BugTrack/2391 Remove invalid http_input setting

http://php.net/manual/en/mbstring.http.php
HTTP Input
There is no way to control HTTP input character conversion
from a PHP script. To disable HTTP input character conversion,
it has to be done in php.ini.

http://php.net/manual/en/mbstring.configuration.php
;; Set default HTTP input character encoding
;; Note: Script cannot change http_input setting.

f77e9b1 2016-10-24 02:39:22 umorigu

BugTrack/2367 Rename tdiary.css.php to tdiary.css

Now CSS files have no PHP/Dynamic logic.

eeb0a6f 2016-10-24 02:30:08 umorigu

Merge branch 'bugtrack2367_static_css_tdiary' into branch_r1_5

Expand all CSS variables in tDiary style file and then,
All css files has no PHP code.

f247636 2016-10-24 02:25:12 umorigu

BugTrack/2367 Expand CSS variables in tDiary skin stylefile

Style selector : (Normal colors, Black theme colors)

* thead td.style_td (D0D8E0, 223333)
* thead th.style_th (E0E8F0, 332200)
* .style_table (CCD5DD, 999999) ($c_line1)
* .style_th (EEEEEE, 333333)
* .style_td (EEF5FF, 111111) ($c_background)
* span.noexists (FFFACC, 333355) ($c_dangling)
* div#preview (F5F8FF, 222200)
* .style_calendar (CCD5DD, 999999) ($c_line1)
* .style_td_caltop (EEF5FF, 111111) ($c_background)
* .style_td_today (FFFACC, 333355) ($c_dangling)
* .style_td_sat (DDE5FF, 223333) ($c_color2)
* .style_td_sun (FFEEEE, 332200) ($c_color3)
* .style_td_blank (EEF5FF, 111111) ($c_background)
* .style_td_day (EEF5FF, 111111) ($c_background)
* .style_td_week (DDE5EE, 333333) ($c_color1)
* hr.short_line (CCD5DD, 999999) ($c_line1)
* td.vote_labe (DDE5EE, 333333) ($c_color1)
* td.vote_td1 (FFEEEE, 332200) ($c_color3)
* td.vote_td2 (DDE5FF, 223333) ($c_color2)

ee27df7 2016-10-23 23:34:48 umorigu

BugTrack/2367 Add tDiary css file for black color theme

8d272fd 2016-10-23 22:19:05 umorigu

Fix comment - 'Line feeds' to 'Carriage Return'

3dd9622 2016-10-23 22:12:47 umorigu

BugTrack/2367 Rename pukiwiki.css.php to pukiwiki.css, a static file

2baa4a8 2016-10-23 22:03:49 umorigu

Merge branch 'bugtrack2367_static_css'

Import a CSS improvement proposed by bee on BugTrack/2367.

cbb0419 2016-10-23 22:01:26 umorigu

BugTrack/2367 Static CSS - Remove PHP code remained in default CSS

8e318ed 2016-10-23 21:38:49 Akito Hachiya

Remove compression feature

6506c6d 2016-10-23 21:38:42 Akito Hachiya

Remove media selector, use media query

69e0d39 2016-10-23 21:36:23 Akito Hachiya

Remove charset selector, use UTF-8

c02b67d v1.5.1 2016-03-01 03:29:52 umorigu

BugTrack2/375 Enable Login/Logout on tDiary skin

60cdb04 2016-02-25 23:40:20 umorigu

BugTrack2/375 Show "Invalid username or password" on failed login

db957ee 2016-02-22 05:30:59 umorigu

Now PukiWiki version is "1.5.1"

6558e5c 2016-02-22 05:27:22 umorigu

BugTrack2/361 Send Canonical URL link http header for Search Engines

2fab735 2016-02-20 00:05:33 umorigu

Set dev site name - PukiWiki Developers' site

c7d79dc 2016-02-20 00:05:31 umorigu

Fix uninitialized variable access

4cfd1ec 2016-02-20 00:05:28 umorigu

Fix uninitialized string access

c3cf8aa 2016-02-20 00:05:20 umorigu

BugTrack2/384 Support LDAP Group - Security Group of Active Directory

Use LDAP_MATCHING_RULE_IN_CHAIN rule of Active Directory LDAP,
that enables nested group check.
For other systems, standard 'memberof' check is used.

e61f26e 2016-02-15 06:31:33 umorigu

BugTrack2/375 Improve parameter handling in loginform plugin

54d4aca 2016-02-15 06:30:06 umorigu

BugTrack2/362 Escape LDAP search strings to prevent LDAP injection

LDAP escape function 'ldap_escape' is available only on PHP5.6+.
I implemented pkwk_ldap_escape_dn/filter functions for compatibility.

b8362b8 2016-02-15 05:19:02 umorigu

Fix miss spell, and remove redundant group examples

f0e49c0 2016-02-15 05:16:26 umorigu

BugTrack2/343 Replace 'htmlspecialchars' by 'htmlsc'

f50271d 2016-02-13 09:45:44 umorigu

BugTrack2/362 Support ldaps(SSL) - Secure LDAP server connection

132ca28 2016-02-13 03:50:52 umorigu

BugTrack2/383 Set Form authentication as default auth method type

8062782 2016-02-13 03:40:31 umorigu

BugTrack2/377 Add 'Template pages' label for template page list

38f591c 2016-02-13 02:54:38 umorigu

BugTrack2/361 Apply simple URL for InterWiki link of PukiWiki site

9f1d5b2 2016-02-13 00:37:16 umorigu

Update UPDATING documents for Release 1.5.0 and 1.5.1