From 7924db8e01f96bcaaf5828d31c1b2f45b1abfd3c Mon Sep 17 00:00:00 2001 From: rick Date: Thu, 30 Sep 2010 14:26:27 -0700 Subject: [PATCH] mention cgi escapage and git grep in the history --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 58db2e6a..12cd2673 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,6 +5,7 @@ of manually recreating entire index contents. * Added --irb option for the gollum command. * Update working dir (if present) when edited via the API (#6) + * Add basic `git grep` based search for repos. * Minor Enhancements * Support a `:gollum_path` Sinatra setting for `Precious::App` * Add Wiki#size to efficiently count pages without loading them. @@ -22,6 +23,7 @@ * Prevent `Gollum::Wiki#write_page` from clobbering existing pages. * Handle duplicate page errors in frontend. * Fix bugs trying to retrieve pages with invalid names. + * CGI escape page names in links and redirects. # 1.0.1 / 2010-08-12