adjust case
authorWilfried Goesgens <willi@arangodb.com>
Sun, 3 Jan 2016 17:27:07 +0000 (18:27 +0100)
committerWilfried Goesgens <willi@arangodb.com>
Sun, 3 Jan 2016 17:27:07 +0000 (18:27 +0100)
webcit/calendar_view.c
webcit/static/t/edit/markdown_epic.html
webcit/static/t/edit/message.html
webcit/static/t/paging/anchor.html
webcit/static/t/view_blog/post.html

index bfc455728740c1b3bd23d318418fdfcced4974f6..03e80e5d15c1f4b2daf99047e4a5ae3005daeb40 100644 (file)
@@ -137,7 +137,7 @@ void embeddable_mini_calendar(int year, int month)
        StrBufAppendPrintf(WC->trailing_javascript,
                "       function minical_change_month(year, month) {                                    \n"
                "               p = 'year=' + year + '&month=' + month                                  \n"
-               "                       + '&r=' + CtdlRandomString();                                   \n"
+               "                       + '&r=' + ctdlRandomString();                                   \n"
                "               new Ajax.Updater('%s', 'mini_calendar',                                 \n"
                "                       { method: 'get', parameters: p, evalScripts: true } );          \n"
                "       }                                                                               \n"
index 19c8dc2844b38b1ffa791974bc738240d5b46598..d1cc5cfc4d60a6b1bbd911876b771d7d278c9e7b 100644 (file)
        function show_attachments_form() {
                $('attachments_form').style.display = 'block';
 
-               p = 'template=edit_message_attachments_pane&r=' + CtdlRandomString();
+               p = 'template=edit_message_attachments_pane&r=' + ctdlRandomString();
                new Ajax.Updater(
                        'attachments_form',
                        'do_template',
        }
 
        function update_attachment_count() {
-               p = 'r=' + CtdlRandomString();
+               p = 'r=' + ctdlRandomString();
                new Ajax.Updater(
                        'num_attachments',
                        'show_num_attachments',
        }
 
        function remove_attachment(which_one) {
-               p = 'which_attachment=' + which_one + '&r=' + CtdlRandomString();
+               p = 'which_attachment=' + which_one + '&r=' + ctdlRandomString();
                new Ajax.Updater(
                        'gonna_upload_this',
                        'remove_attachment',
index f803f3762ac35b4846c6ab5d8f2e95eccf8fcf00..e5c2ea8128e1661a03316b331b774c71c3a9f50a 100644 (file)
@@ -14,6 +14,7 @@
 <input type="hidden" name="force_room" value="<?THISROOM:NAME("X")>">
 <input type="hidden" name="references" value="<?BSTR("references")>">
 <input type="hidden" name="page" value="<?BSTR("page")>">
+<input type="hidden" name="" value="<?MAIL:SUMM:INREPLYTO()>">
 <input type="hidden" name="submit_action" value="">
 
 <table width="100%" class="edit_msg_table">
        }
 
        function update_attachment_count() {
-               p = 'r=' + CtdlRandomString();
+               p = 'r=' + ctdlRandomString();
                new Ajax.Updater(
                        'num_attachments',
                        'show_num_attachments',
index 15a0bab893f8cf1add71348667ab4e85b8e2d84f..2b124f9d478afdc2310d66c2fc05ce988afa58e5 100644 (file)
@@ -9,7 +9,7 @@
   }
  }
  function CheckPager() {
-  new Ajax.Request('sslg', { method: 'get', parameters: CtdlRandomString(),
+  new Ajax.Request('sslg', { method: 'get', parameters: ctdlRandomString(),
    onSuccess: HandleSslp } );
  }
  new PeriodicalExecuter(CheckPager, 30);
index 7323ab89c1279ec740e34f8e53e87fbe74248797..40814d5bd71ef4eb37b2e08156717414f9e7fd6d 100644 (file)
@@ -1,4 +1,4 @@
-<div class="blog_post">
+<div class="blog_post" id="msgdiv|<?MAIL:SUMM:N>|<?MAIL:SUMM:INREPLYTO()>">
        <div class="blog_post_title">
                <?!("COND:MAIL:SUBJ", 7)><a class="blog_permalink_link" href='/readfwd?go=<?THISROOM:NAME("U")>?p=<?BLOG:TOPLEVEL:MSGID()>'><?MAIL:SUMM:SUBJECT("X")></a><??("X", 7)>
        </div>