You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2016/09/04 17:03:39 UTC

[1/2] incubator-ponymail git commit: set window title

Repository: incubator-ponymail
Updated Branches:
  refs/heads/coffee-and-cake bc5371d4f -> f86d3ec6d


set window title


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/25340309
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/25340309
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/25340309

Branch: refs/heads/coffee-and-cake
Commit: 25340309e7046b9b782787d5ba89c8a13b9fffb9
Parents: bc5371d
Author: Daniel Gruno <hu...@apache.org>
Authored: Sun Sep 4 19:02:25 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Sun Sep 4 19:02:25 2016 +0200

----------------------------------------------------------------------
 site/js/coffee/listview.coffee | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/25340309/site/js/coffee/listview.coffee
----------------------------------------------------------------------
diff --git a/site/js/coffee/listview.coffee b/site/js/coffee/listview.coffee
index 073c449..cbc1e65 100644
--- a/site/js/coffee/listview.coffee
+++ b/site/js/coffee/listview.coffee
@@ -72,6 +72,9 @@ listView = (hash, reParse) ->
             location.href = "./"
             return
     
+    ### Set window title ###
+    document.title = "#{ponymail_list} - Pony Mail!"
+    
     ### Construct arg list for URL ###
     args = ""
     if ponymail_list and ponymail_list.length > 0


[2/2] incubator-ponymail git commit: some rewording

Posted by hu...@apache.org.
some rewording


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/f86d3ec6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/f86d3ec6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/f86d3ec6

Branch: refs/heads/coffee-and-cake
Commit: f86d3ec6ddfb14d600a5296276f7d78286373eb5
Parents: 2534030
Author: Daniel Gruno <hu...@apache.org>
Authored: Sun Sep 4 19:03:22 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Sun Sep 4 19:03:22 2016 +0200

----------------------------------------------------------------------
 site/js/coffee/defaults.coffee    | 2 +-
 site/js/coffee/scaffolding.coffee | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/f86d3ec6/site/js/coffee/defaults.coffee
----------------------------------------------------------------------
diff --git a/site/js/coffee/defaults.coffee b/site/js/coffee/defaults.coffee
index 8e686f9..55d1cbc 100644
--- a/site/js/coffee/defaults.coffee
+++ b/site/js/coffee/defaults.coffee
@@ -16,7 +16,7 @@
 ###
 
 ### Pony Mail defaults ###
-ponymail_version = "0.10-coffee-and-cake"
+ponymail_version = "0.10 (Coffee and Cake)"
 
 ponymail_lists = {}
 ponymail_list = ""

http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/f86d3ec6/site/js/coffee/scaffolding.coffee
----------------------------------------------------------------------
diff --git a/site/js/coffee/scaffolding.coffee b/site/js/coffee/scaffolding.coffee
index 878b340..7abdd88 100644
--- a/site/js/coffee/scaffolding.coffee
+++ b/site/js/coffee/scaffolding.coffee
@@ -59,7 +59,7 @@ listviewScaffolding = () ->
     listDiv = new HTML('div', { id: "listview", class: "sbox"})
     mainDiv.inject(listDiv)
     
-    ### And of course, afooter ###
+    ### And of course, a footer ###
     footer = new HTML('div', { id: "footer"})
     document.body.inject(footer)
     footer.inject([