Update changelog, change note for custom nav

This commit is contained in:
Jordan Bates 2013-05-10 05:08:13 -07:00
parent f256ff8538
commit 629671092c
6 changed files with 19 additions and 7 deletions

View File

@ -10,6 +10,13 @@ seaweedchan:
- Fix file input in Opera
- External link support in Custom Board Navigation!
- `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
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

View File

@ -372,6 +372,11 @@ a {
.section-advanced textarea {
height: 150px;
}
.section-advanced .note {
font-size: 0.8em;
font-style: italic;
margin-left: 10px;
}
#fourchanx-settings fieldset {
border: 1px solid;
border-radius: 3px;

View File

@ -6,6 +6,7 @@
<fieldset>
<legend>Custom Board Navigation</span></legend>
<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>
For example:<br>
@ -24,7 +25,6 @@
<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>Full board list toggle: <code>toggle-all</code></div>
<div>Line breaks are allowed and will be replaced with spaces</div>
</fieldset>
<fieldset>