Let custom board navigation accept "rev" option.

Explicitly add reversed hash commands and suggest
option in settings description.
This commit is contained in:
Koushien 2016-10-28 22:50:44 -07:00
parent e9c6bc327d
commit 0e739d6711
2 changed files with 13 additions and 7 deletions

View File

@ -342,12 +342,18 @@ Index =
'all-pages': 'all pages'
'catalog': 'catalog'
sort:
'bump-order': 'bump'
'last-reply': 'lastreply'
'last-long-reply': 'lastlong'
'creation-date': 'birth'
'reply-count': 'replycount'
'file-count': 'filecount'
'bump-order': 'bump'
'bump-order-rev': 'bump-rev'
'last-reply': 'lastreply'
'last-reply-rev': 'lastreply-rev'
'last-long-reply': 'lastlong'
'last-long-reply-rev': 'lastlong-rev'
'creation-date': 'birth'
'creation-date-rev': 'birth-rev'
'reply-count': 'replycount'
'reply-count-rev': 'replycount-rev'
'file-count': 'filecount'
'file-count-rev': 'filecount-rev'
processHash: ->
# XXX https://bugzilla.mozilla.org/show_bug.cgi?id=483304

View File

@ -40,7 +40,7 @@
<div>Index-only link: <code>g-index</code></div>
<div>Catalog-only link: <code>g-catalog</code></div>
<div>Index mode: <code>g-mode:&quot;infinite scrolling&quot;</code></div>
<div>Index sort: <code>g-sort:&quot;creation date&quot;</code></div>
<div>Index sort: <code>g-sort:&quot;creation date rev&quot;</code></div>
<div>External link: <code>external-text:&quot;Google&quot;,&quot;http://www.google.com&quot;</code></div>
<div>Combinations are possible: <code>g-index-text:&quot;Technology Index&quot;</code></div>
<div>Full board list toggle: <code>toggle-all</code></div>