projects
/
serve0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a59cc5b
)
support for Group ordering
author
Paul Hänsch
<paul@plutz.net>
Sat, 15 Dec 2018 17:42:02 +0000
(18:42 +0100)
committer
Paul Hänsch
<paul@plutz.net>
Sat, 15 Dec 2018 17:42:02 +0000
(18:42 +0100)
advsearch.sh
patch
|
blob
|
history
widgets.sh
patch
|
blob
|
history
diff --git
a/advsearch.sh
b/advsearch.sh
index df2e908a3a09b982fd0b511f673fa709ae9fb088..3a2f33389fc54180bfc6f48dadee482d2a15c458 100644
(file)
--- a/
advsearch.sh
+++ b/
advsearch.sh
@@
-1,7
+1,7
@@
#!/bin/sh
f=''
-order="$(POST order |grep -m1 -xE 'Name|Date|Length' || printf Name)"
+order="$(POST order |grep -m1 -xE 'Name|Date|Length
|Group
' || printf Name)"
for n in 1 2 3 4 5 6 7 8 9; do
[ "$(POST pol_$n)" = neg ] \
diff --git
a/widgets.sh
b/widgets.sh
index f541c218021f95bc132576c59fe84ceb2ad44231..5a73148c2c40328524e274520663aa45da3c394e 100644
(file)
--- a/
widgets.sh
+++ b/
widgets.sh
@@
-105,6
+105,7
@@
w_bookmarks(){
"$(HTML "$name" |sed 's;,\;;&[wbr];g;')" \
"$search" "$filter" \
"$search" "$filter" \
+ "$search" "$filter" \
"$search" "$filter"
done
printf ']'