• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

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

bugtrack_2387_smartphone_layout5
RSS
Rev. Hora Autor
bbd29a9 bugtrack_2387_smartphone_layout5 2020-02-09 11:10:31 umorigu

BugTrack/2500 Set Headings jump-to-top link "user-select:none;"

1a74747 2020-02-09 09:21:33 umorigu

BugTrack/2499 Set Heading anchor text "user-select:none;"

0c3b1a3 2020-02-08 20:06:10 umorigu

BugTrack/2496 Remove tailing "?" in unexisting page link

Enable to click page name on un existing page.
Compatibility: Set $_symbol_noexists = '?' to use previous behavior.

0f0a8fb 2020-02-08 18:29:30 umorigu

BugTrack/2491 navi plugin: Prev/Next li display:box; option

68b31a0 2020-02-04 05:43:04 umorigu

BugTrack/2387 Responsive layout for Smartphone

Use flexbox layout with modern web browsers that support CSS3.
Add viewport meta for device width.

* PC (over 768px): horizontal block layout
* Smartphone (under 768px): vertical stack layout

* break-all for URL and long words
* Plugin support with media query
* comment, pcomment and article plugin
* tracker and bugtrack plugin
* Suitable word wrap properties
* word-break: break-all;
* overflow-wrap: break-word;
* word-wrap: break-word; (for Compatibility)
* Fix too thin MenuBar for PC layout
* word-break in header
* Responsive edit_form and select for Smartphone
* Responsive images (max-width: 100%)
* Set max-width of div#body
* Fit textarea width to window

2d0e00e bugtrack_2495_apache24_htaccess 2020-01-31 00:34:33 umorigu

BugTrack/2495 .htaccess files in Apache 2.4 format

30e5d9a 2020-01-22 00:06:15 umorigu

BugTrack/2494 Simplify CSS: 0px to 0

9e90a7d 2019-08-17 02:02:44 umorigu

BugTrack/2488 search2 plugin: Use canonical base pathname for fetch()

ecfda23 2019-08-16 02:48:47 umorigu

BugTrack/2490 search2 plugin: Only li element allowed as ul child

aeca84f 2019-08-16 02:23:09 umorigu

BugTrack/2489 search2 plugin - Async search now refers $show_passage

85b519a 2019-08-16 01:25:44 umorigu

BugTrack/2492 Fix FORM_AUTH behavior - Input credential 3 times

* Bug: Check unauthrized session without new username/password
* Improve Frontpage URL for url_after_login (Remove '?' char for top)

36ae441 2019-08-16 00:57:13 umorigu

BugTrack/2491 navi plugin: Fix Prev/Next link layout

Recover styles:

* li.navi_left { float: left; }
* li.navi_right { float: right; }

70fe69d 2019-03-29 12:42:37 umorigu

BugTrack/2486 random plugin: Fix Runtime FATAL error

Error always:
PHP Fatal error: Uncaught Error: Function name must be a string

d82def1 2019-03-29 10:30:39 umorigu

BugTrack/2487 READONLY - Link only existing pages in topicpath title

5591242 master 2019-01-26 00:45:53 umorigu

BugTrack/2484 AutoTicketLink for JIRA: Support underscore key XX_X

ab394e9 2019-01-24 00:15:20 umorigu

BugTrack/2422 popular plugin supports Dababase counter

ac5989c 2019-01-24 00:14:20 umorigu

BugTrack/2422 Rename plugin action support Database counter

e7f52b7 2019-01-24 00:12:20 umorigu

BugTrack/2247 External link cushion page - external_link (PHP4.x)

0805e6e 2019-01-24 00:10:37 umorigu

BugTrack/2484 AutoTicketLink for JIRA (PHP4.x)

953a661 2019-01-17 00:18:53 umorigu

BugTrack/2420 AutoTicketLink - parentheses, commas and semicolons

c4557ff 2019-01-15 01:49:17 umorigu

BugTrack/2431 Topicpath-like title

83a95d8 2019-01-15 01:46:42 umorigu

BugTrack/2247 External link cushion page

25637e0 2019-01-15 01:08:34 umorigu

BugTrack/2420 AutoTicketLink - Improve regex and JSON encode

90000da 2019-01-12 00:49:49 umorigu

BugTrack/2484 AutoTicketLink for JIRA

17a96ad 2018-12-31 14:54:58 umorigu

BugTrack/2198 Check FrontPage readable when plugin return empty body

This patch was provided Shimashima-san.

d4db227 2018-12-27 01:30:40 umorigu

BugTrack/2263 back.inc.php - Fix URL back link

d5599a1 2018-12-27 01:18:40 umorigu

BugTrack/2276 interwiki.inc.php - Show link name on InterWiki link error

* Show link name on InterWiki link error
* Support customized InterWikiName page

fb9236b 2018-12-27 01:13:57 umorigu

BugTrack/2407 Create link files automatically if no *.rel,*.ref files

Check rel and ref files of FrontPage first for speed

d37cfde 2018-12-27 00:51:15 umorigu

BugTrack/2480 Create :RenameLog page automatically

a2999d0 2018-12-21 02:07:08 umorigu

BugTrack/327 rename.inc.php - Update rel/ref links on renaming page

Note:
Shida-san found this issue and provided initial fix code on PukiWiki-dev.