You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/06/19 01:31:16 UTC

[whimsy] branch master updated: calendar format changed

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  4461cb2   calendar format changed
4461cb2 is described below

commit 4461cb208140f318e35f2e76732c0eb28ab81481
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Jun 18 21:30:48 2016 -0400

    calendar format changed
---
 www/board/agenda/views/actions/publish.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/actions/publish.json.rb b/www/board/agenda/views/actions/publish.json.rb
index c9f21e8..4fdc5f3 100755
--- a/www/board/agenda/views/actions/publish.json.rb
+++ b/www/board/agenda/views/actions/publish.json.rb
@@ -41,7 +41,7 @@ else
 end
 
 # remove from calendar
-calendar.sub! /^(\s*-\s+#{fdate}\s*\n)/, ''
+calendar.sub! /^(\s*[*-]\s+#{fdate}\s*?\n)/, ''
 
 #Commit the Minutes
 ASF::SVN.update MINUTES, @message, env, _ do |tmpdir|

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].