all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH mumi] view/html: Unambiguously imply date:YYYY-MM-DD.
@ 2022-10-09  0:01 Tobias Geerinckx-Rice
  2022-10-13  9:38 ` Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Geerinckx-Rice @ 2022-10-09  0:01 UTC (permalink / raw)
  To: guix-devel; +Cc: Ricardo Wurmus

---
 mumi/web/view/html.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm
index 552d435..171fbf9 100644
--- a/mumi/web/view/html.scm
+++ b/mumi/web/view/html.scm
@@ -167,7 +167,7 @@ simple query language.  Here is a list of supported query terms:")
                  "date:2d..now")
            ", "
            (span (@ (class "filter"))
-                 "date:2018-04-01..2018-04-02")
+                 "date:2012-04-18..2022-04-18")
            ", "
            (span (@ (class "filter"))
                  "date:1m..today")

base-commit: 02485074c9ae3d3b0039ac4c44fa37f2e2e75eac
-- 
2.37.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH mumi] view/html: Unambiguously imply date:YYYY-MM-DD.
  2022-10-09  0:01 [PATCH mumi] view/html: Unambiguously imply date:YYYY-MM-DD Tobias Geerinckx-Rice
@ 2022-10-13  9:38 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-10-13  9:38 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: guix-devel


Applied, thank you!

-- 
Ricardo


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-13 10:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-09  0:01 [PATCH mumi] view/html: Unambiguously imply date:YYYY-MM-DD Tobias Geerinckx-Rice
2022-10-13  9:38 ` Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.