From ab2e805aa0143ffc04d2875672ba8ac3193c9460 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 23 Mar 2013 14:50:00 +0000 Subject: [PATCH 1/3] changelog --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 642846a6..152af7f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 1.2.91 + * NEW: Authors can now send custom object messages to other Authors making 3 way conversations possible. This introduces WebRTC plugin support. + * NEW: Hook for Chat Messages Allows for Desktop Notification support + * NEW: FreeBSD installation docs + * Fix: Cookies inside of plugins + * Fix: Long lines in Firefox now wrap properly + * Fix: Log HTTP on DEBUG log level + * Fix: Server wont crash on import fails on 0 file import. + * Fix: Import no longer fails consistantly + * Fix: Language support for non existing languages + * Fix: Mobile support for chat notifications are now usable + * Fix: Re-Enable Editbar buttons on reconnect + * Fix: Clearing authorship colors no longer disconnects all clients + # 1.2.9 * Fix: MAJOR Security issue, where a hacker could submit content as another user * Fix: security issue due to unescaped user input @@ -6,7 +20,7 @@ * Fix: PadUsers API endpoint * NEW: A script to import data to all dbms * NEW: Add authorId to chat and userlist as a data attribute - * NEW Refactor and fix our frontend tests + * NEW: Refactor and fix our frontend tests * NEW: Localisation updates From af80e37ac752e1004752cff275db730daf6c2292 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 23 Mar 2013 15:03:56 +0000 Subject: [PATCH 2/3] missed this one.. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 152af7f7..ca5b078f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * NEW: Hook for Chat Messages Allows for Desktop Notification support * NEW: FreeBSD installation docs * Fix: Cookies inside of plugins + * Fix: Refactor Caret navigation with Arrow and Pageup/down keys stops cursor being lost * Fix: Long lines in Firefox now wrap properly * Fix: Log HTTP on DEBUG log level * Fix: Server wont crash on import fails on 0 file import. From 2e7a9796ded7c66a14639e261d54b7bf6c4496ec Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 24 Mar 2013 01:12:01 +0000 Subject: [PATCH 3/3] option to show sticky chat on screen, note i use a literal string, how am i supposed to add a l10n title? --- src/static/css/pad.css | 9 +++++++++ src/templates/pad.html | 7 +++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 320a4720..dafb77ef 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -559,6 +559,15 @@ table#otheruserstable { margin: 4px 0 0 4px; position: absolute; } +#titlesticky{ + font-size: 10px; + padding-top:2px; + float: right; + text-align: right; + text-decoration: none; + cursor: pointer; + color: #555; +} #titlecross { font-size: 25px; float: right; diff --git a/src/templates/pad.html b/src/templates/pad.html index 1d8c069a..16599e17 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -369,14 +369,17 @@ <% e.end_block(); %> -
+
0
- +
+ + █   +
loading..