Update changelog, change note for custom nav
This commit is contained in:
parent
f256ff8538
commit
629671092c
@ -10,6 +10,13 @@ seaweedchan:
|
|||||||
- Fix file input in Opera
|
- Fix file input in Opera
|
||||||
- External link support in Custom Board Navigation!
|
- External link support in Custom Board Navigation!
|
||||||
- `external-text:"Google","http://www.google.com"`
|
- `external-text:"Google","http://www.google.com"`
|
||||||
|
- Fix JIDF flag on /pol/ when post is fetched by updater
|
||||||
|
|
||||||
|
zixaphir:
|
||||||
|
- Change Custom Board Navigation input into textarea, new lines will convert to spaces
|
||||||
|
- Fix auto-scrolling in Chrome
|
||||||
|
- Fix wrapping of #dump-list in Chrome
|
||||||
|
- Fix (You) not being added in expanded comments
|
||||||
|
|
||||||
### 1.1.18 - 2013-05-09
|
### 1.1.18 - 2013-05-09
|
||||||
seaweedchan:
|
seaweedchan:
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -372,6 +372,11 @@ a {
|
|||||||
.section-advanced textarea {
|
.section-advanced textarea {
|
||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
|
.section-advanced .note {
|
||||||
|
font-size: 0.8em;
|
||||||
|
font-style: italic;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
#fourchanx-settings fieldset {
|
#fourchanx-settings fieldset {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|||||||
@ -6,6 +6,7 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Custom Board Navigation</span></legend>
|
<legend>Custom Board Navigation</span></legend>
|
||||||
<div><textarea name=boardnav class=field spellcheck=false></textarea></div>
|
<div><textarea name=boardnav class=field spellcheck=false></textarea></div>
|
||||||
|
<span class=note>New lines will be converted into spaces.</span><br><br>
|
||||||
<div>In the following, <code>board</code> can translate to a board ID (<code>a</code>, <code>b</code>, etc...), the current board (<code>current</code>), or the Status/Twitter link (<code>status</code>, <code>@</code>).</div>
|
<div>In the following, <code>board</code> can translate to a board ID (<code>a</code>, <code>b</code>, etc...), the current board (<code>current</code>), or the Status/Twitter link (<code>status</code>, <code>@</code>).</div>
|
||||||
<div>
|
<div>
|
||||||
For example:<br>
|
For example:<br>
|
||||||
@ -24,7 +25,6 @@
|
|||||||
<div>External link: <code>external-text:"Google","http://www.google.com"</code></div>
|
<div>External link: <code>external-text:"Google","http://www.google.com"</code></div>
|
||||||
<div>Combinations are possible: <code>board-index-text:"VIP Index"</code></div>
|
<div>Combinations are possible: <code>board-index-text:"VIP Index"</code></div>
|
||||||
<div>Full board list toggle: <code>toggle-all</code></div>
|
<div>Full board list toggle: <code>toggle-all</code></div>
|
||||||
<div>Line breaks are allowed and will be replaced with spaces</div>
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user