From 5ad601fb87da1e345eb4a6b947972bd77d96c720 Mon Sep 17 00:00:00 2001 From: Ollie Phillips Date: Mon, 25 Mar 2019 12:17:53 +0000 Subject: [PATCH 1/3] updated to 0.10.0 for the repo, 0.9.4 in the 0.10.0 release which might require a 0.10.1 release to rectify --- cmd/ponzu/ponzu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ponzu/ponzu.json b/cmd/ponzu/ponzu.json index 676f2c1b..8bc065d3 100644 --- a/cmd/ponzu/ponzu.json +++ b/cmd/ponzu/ponzu.json @@ -1,3 +1,3 @@ { - "version": "0.9.4" + "version": "0.10.0" } From 53c809c7ad73c324bf2a399b4e25c1f6bf64e60e Mon Sep 17 00:00:00 2001 From: Ollie Phillips Date: Mon, 25 Mar 2019 16:42:04 +0000 Subject: [PATCH 2/3] fix action target for uploads deletes --- system/admin/handlers.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/system/admin/handlers.go b/system/admin/handlers.go index bc46b5cb..d0818ec0 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -1560,10 +1560,11 @@ func adminPostListItem(e editor.Editable, typeName, status string) []byte { default: status = "__" + status } - + action := "/admin/edit/delete" link := `` + i.String() + `` if strings.HasPrefix(typeName, "__") { link = `` + i.String() + `` + action = "/admin/edit/upload/delete" } post := ` @@ -1572,7 +1573,7 @@ func adminPostListItem(e editor.Editable, typeName, status string) []byte { Updated: ` + updatedTime + ` ` + publishTime + ` -
+ Delete From 565462ac1fd7b94caada20cb25baca77c659cf79 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 25 Mar 2019 13:02:49 -0600 Subject: [PATCH 3/3] version: bump 0.10.1 for release --- cmd/ponzu/ponzu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ponzu/ponzu.json b/cmd/ponzu/ponzu.json index 8bc065d3..7f38ce4f 100644 --- a/cmd/ponzu/ponzu.json +++ b/cmd/ponzu/ponzu.json @@ -1,3 +1,3 @@ { - "version": "0.10.0" + "version": "0.10.1" }