Author: thatsafunnyname
Date: Fri Mar  6 03:40:03 2009
New Revision: 698

Added:
    trunk/lib/Devel/NYTProf/js/jquery-min.js
       - copied unchanged from r697,  
/trunk/lib/Devel/NYTProf/js/jquery.min.js
    trunk/lib/Devel/NYTProf/js/jquery-tablesorter-min.js
       - copied unchanged from r697,  
/trunk/lib/Devel/NYTProf/js/jquery.tablesorter.min.js
    trunk/lib/Devel/NYTProf/js/style-tablesorter.css
       - copied unchanged from r697,  
/trunk/lib/Devel/NYTProf/js/style.tablesorter.css
Removed:
    trunk/lib/Devel/NYTProf/js/jquery.min.js
    trunk/lib/Devel/NYTProf/js/jquery.tablesorter.min.js
    trunk/lib/Devel/NYTProf/js/style.tablesorter.css
Modified:
    trunk/Changes
    trunk/MANIFEST
    trunk/bin/nytprofhtml

Log:
Renamed .js and .css files for greater portability (removing periods/dots  
for VMS)

Modified: trunk/Changes
==============================================================================
--- trunk/Changes       (original)
+++ trunk/Changes       Fri Mar  6 03:40:03 2009
@@ -13,6 +13,7 @@
    Renamed t/\d\d.test.t    files to t/\d\d_test.t
            t/test*.pm.x     files to t/test*.pm_x
            t/test*fork.\d.* files to t/test*fork-\d.*
+          .js and .css     file to only have one period/dot
      for greater portability.  VMS ODS-2 files can only have
      one period/dot.


Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Fri Mar  6 03:40:03 2009
@@ -28,9 +28,9 @@
  lib/Devel/NYTProf/js/asc.png
  lib/Devel/NYTProf/js/bg.png
  lib/Devel/NYTProf/js/desc.png
-lib/Devel/NYTProf/js/jquery.min.js
-lib/Devel/NYTProf/js/jquery.tablesorter.min.js
-lib/Devel/NYTProf/js/style.tablesorter.css
+lib/Devel/NYTProf/js/jquery-min.js
+lib/Devel/NYTProf/js/jquery-tablesorter-min.js
+lib/Devel/NYTProf/js/style-tablesorter.css
  perftest.pl
  ppport.h
  t/00-load.t

Modified: trunk/bin/nytprofhtml
==============================================================================
--- trunk/bin/nytprofhtml       (original)
+++ trunk/bin/nytprofhtml       Fri Mar  6 03:40:03 2009
@@ -970,9 +970,9 @@
      <meta http-equiv="Content-Language" content="en-us"></meta>
      <link rel="stylesheet" type="text/css" href="style.css"></link>
      <title>$title</title>
-    <script type="text/javascript" src="jquery.min.js"></script>
-    <script type="text/javascript"  
src="jquery.tablesorter.min.js"></script>
-    <link rel="stylesheet" type="text/css"  
href="style.tablesorter.css"></link>
+    <script type="text/javascript" src="jquery-min.js"></script>
+    <script type="text/javascript"  
src="jquery-tablesorter-min.js"></script>
+    <link rel="stylesheet" type="text/css"  
href="style-tablesorter.css"></link>
      <script type="text/javascript">
      // when a column is first clicked on to sort it, use descending order
      // XXX doesn't seem to work (and not just because the tablesorter  
formatSortingOrder() is broken)

--~--~---------~--~----~------------~-------~--~----~
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.

Group hosted at:  http://groups.google.com/group/develnytprof-dev
Project hosted at:  http://perl-devel-nytprof.googlecode.com
CPAN distribution:  http://search.cpan.org/dist/Devel-NYTProf

To post, email:  [email protected]
To unsubscribe, email:  [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to