[Bps-public-commit] rt-extension-inlinehelp branch master updated. c51a6ec7fa5f809a6d4f132a549327adfc61ba65

BPS Git Server git at git.bestpractical.com
Mon Nov 8 14:39:45 UTC 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-inlinehelp".

The branch, master has been updated
       via  c51a6ec7fa5f809a6d4f132a549327adfc61ba65 (commit)
      from  1c3bb00777dff2c42596e57f689fe1b13fa1b75c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c51a6ec7fa5f809a6d4f132a549327adfc61ba65
Author: craig kaiser <craig at bestpractical.com>
Date:   Mon Nov 8 09:39:20 2021 -0500

    Version 0.02

diff --git a/Changes b/Changes
index 5e296bd..ca8458e 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,9 @@
 Revision history for RT-Extension-InlineHelp
 
+0.02 2021-11-08
+ - Fix typo of callback dir
+ - Check for valid current user before loading inline help
+   JavaScript callback
+
 0.01 2021-10-29
  - Initial version
diff --git a/MANIFEST b/MANIFEST
index 575cb90..8efb822 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,7 +1,7 @@
 Changes
 etc/initialdata
-html/Callbacks/RT-Extensio-InlineHelp/Elements/Footer/Default
-html/Callbacks/RT-Extensio-InlineHelp/Elements/JavascriptConfig/Data
+html/Callbacks/RT-Extension-InlineHelp/Elements/Footer/Default
+html/Callbacks/RT-Extension-InlineHelp/Elements/JavascriptConfig/Data
 html/Elements/PopupHelp
 html/Helpers/HelpTopic
 inc/Module/Install.pm
diff --git a/lib/RT/Extension/InlineHelp.pm b/lib/RT/Extension/InlineHelp.pm
index 0fb74ab..aad01df 100644
--- a/lib/RT/Extension/InlineHelp.pm
+++ b/lib/RT/Extension/InlineHelp.pm
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package RT::Extension::InlineHelp;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 RT->AddStyleSheets('inlinehelp.css');
 RT->AddJavaScript('inlinehelp.js');
-----------------------------------------------------------------------

Summary of changes:
 Changes                        | 5 +++++
 MANIFEST                       | 4 ++--
 lib/RT/Extension/InlineHelp.pm | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
rt-extension-inlinehelp


More information about the Bps-public-commit mailing list