Release 0.02 0.02
authorEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 25 May 2011 12:44:22 +0000 (14:44 +0200)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Wed, 25 May 2011 12:44:22 +0000 (14:44 +0200)
Changes
MANIFEST
META.yml
Makefile.PL
lib/RT/Extension/UserDetails.pm

diff --git a/Changes b/Changes
index b3e651f..bba8d1a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for RT-Extension-UserDetails
 
+0.02    Wed, 25 May 2011 14:40:57 +0200
+        * New icon from famfamfam.com that is "information" icon rather than
+          previous "help" icon
+        * Fix crash when there is no UserDetailsAttributes setting
+        * Add missing ending ">" that prevented image to appear in some recent
+          non-freesoftware browsers
+
 0.01    Thu, 11 Mar 2010 15:00:24 +0100
         Initial release.
 
index 4897969..3c3ce98 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,21 +1,28 @@
 Changes
-inc/Module/Install.pm
-inc/Module/Install/RTx.pm
-inc/Module/Install/Base.pm
-inc/Module/Install/Metadata.pm
-inc/Module/Install/Makefile.pm
-inc/Module/Install/WriteAll.pm
-inc/Module/Install/Win32.pm
-inc/Module/Install/Can.pm
-inc/Module/Install/Fetch.pm
-MANIFEST
-Makefile.PL
-README
 html/Callbacks/UserDetails/NoAuth/css/web2/main.css/End
-html/Callbacks/UserDetails/Ticket/Elements/ShowPeople/AboutThisUser
 html/Callbacks/UserDetails/Ticket/Elements/ShowGroupMembers/AboutThisUser
+html/Callbacks/UserDetails/Ticket/Elements/ShowPeople/AboutThisUser
 html/Elements/ShowUserDetails
 html/Helpers/Toggle/UserDetails
-html/NoAuth/images/userdetails.png
 html/NoAuth/images/close.png
+html/NoAuth/images/userdetails.png
+inc/Module/Install.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/RTx.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
 lib/RT/Config_Vendor.pm
+lib/RT/Extension/UserDetails.pm
+Makefile.PL
+MANIFEST
+META.yml
+patches/callbacks-3.8.patch
+README
+t/00-load.t
+t/boilerplate.t
+t/pod-coverage.t
+t/pod.t
index 4eb9b16..90a5719 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,12 +1,25 @@
-abstract: Adds a button that links to user personnal informations, on each user listed in ticket "People" box
-author: 'Emmanuel Lacour <elacour@home-dn.net>'
+---
+abstract: 'allows to quickly display watchers personnal details on a ticket'
+author:
+  - 'Emmanuel Lacour, C<< <elacour at home-dn.net> >>'
+  - 'Emmanuel Lacour <elacour@home-dn.net>'
+build_requires:
+  ExtUtils::MakeMaker: 6.42
+configure_requires:
+  ExtUtils::MakeMaker: 6.42
 distribution_type: module
-generated_by: Module::Install version 0.77
+generated_by: 'Module::Install version 1.00'
 license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
 name: RT-Extension-UserDetails
 no_index:
   directory:
     - html
     - inc
-    - lib
-version: 0.01
+    - t
+resources:
+  license: http://dev.perl.org/licenses/
+  repository: git://git.home-dn.net/manu/RT-Extension-UserDetails.git
+version: 0.02
index 8a5e478..c775c68 100644 (file)
@@ -3,7 +3,7 @@ use inc::Module::Install;
 RTx('RT-Extension-UserDetails');
 license('perl');
 author('Emmanuel Lacour <elacour@home-dn.net>');
-version('0.01');
+version_from('lib/RT/Extension/UserDetails.pm');
 abstract_from('lib/RT/Extension/UserDetails.pm');
 repository 'git://git.home-dn.net/manu/RT-Extension-UserDetails.git';
 
index 0d2fb0b..2dc47d0 100644 (file)
@@ -9,11 +9,11 @@ RT::Extension::UserDetails - allows to quickly display watchers personnal detail
 
 =head1 VERSION
 
-Version 0.01
+Version 0.02
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 
 =head1 SYNOPSIS