Log of /branches/gage_dev/admintools
Directory Listing
Revision
6299 -
Directory Listing
Modified
Tue Jun 22 14:46:58 2010 UTC (2 years, 11 months ago) by
gage
test development branch
Revision
5698 -
Directory Listing
Modified
Sat Jun 14 23:14:33 2008 UTC (4 years, 11 months ago) by
jj
Original Path:
trunk/admintools
New script for creating a special Nat. Problem Library file pointer
(i.e., a pg file which just tells webwork to use the contents of another
file).
Revision
5669 -
Directory Listing
Modified
Mon May 12 18:39:02 2008 UTC (5 years ago) by
sh002i
Original Path:
trunk/admintools
added support for lexical variables, improved output formatting (YUI!)
Revision
5632 -
Directory Listing
Modified
Mon Apr 14 23:12:44 2008 UTC (5 years, 1 month ago) by
sh002i
Original Path:
trunk/admintools
This script is designed to scan PG macro files for documentation strings
that note where variables and functions are declared and used. it then
outputs an HTML which describes the uses/used-by relationships among
symbols. This will be useful in determining dependencies within PG when
cleaning up the language. Documentation strings are of the form
# ^key value
Any number of comment characters in a row are supported, and there may
be any amount of whitespace on either side of the comment character(s)
as well as between the key and the value.
Example:
# ^package Foo::Bar
package Foo::Bar;
# ^variable @hello
my @hello;
# ^function foo
# ^uses @hello
sub foo {
push @hello, @_;
}
Revision
5603 -
Directory Listing
Modified
Thu Jan 24 15:44:44 2008 UTC (5 years, 4 months ago) by
sh002i
Original Path:
trunk/admintools
use monobook-like look and feel
fix some problems with indexing "module_version--subdir" dirs
Revision
5549 -
Directory Listing
Modified
Tue Oct 2 20:11:00 2007 UTC (5 years, 7 months ago) by
sh002i
Original Path:
trunk/admintools
uncommented things that were commented out for debugging
Revision
5546 -
Directory Listing
Modified
Tue Oct 2 18:46:56 2007 UTC (5 years, 7 months ago) by
sh002i
Original Path:
trunk/admintools
improve subdir handling, code to call podpp, maybe other things
Revision
5534 -
Directory Listing
Modified
Tue Sep 25 23:00:18 2007 UTC (5 years, 8 months ago) by
sh002i
Original Path:
trunk/admintools
generate a top-level index file listing all PODs
Revision
5533 -
Directory Listing
Modified
Tue Sep 25 17:43:49 2007 UTC (5 years, 8 months ago) by
sh002i
Original Path:
trunk/admintools
don't pass --subdirs is there are no subdirectories to search
Revision
5532 -
Directory Listing
Modified
Tue Sep 25 17:42:12 2007 UTC (5 years, 8 months ago) by
sh002i
Original Path:
trunk/admintools
handle files that are not in a subdirectory of the source root dir
Revision
5530 -
Directory Listing
Modified
Tue Sep 25 16:52:33 2007 UTC (5 years, 8 months ago) by
sh002i
Original Path:
trunk/admintools
utility to check out sources from CVS and generate HTML from POD.
Revision
5529 -
Directory Listing
Modified
Tue Sep 25 16:49:19 2007 UTC (5 years, 8 months ago) by
sh002i
Original Path:
trunk/admintools
utility to convert a tree of POD docs into HTML. unlike wwdocs2html,
this program enables linking between files.
Revision
4943 -
Directory Listing
Modified
Wed Apr 25 19:08:25 2007 UTC (6 years, 1 month ago) by
sh002i
Original Path:
trunk/admintools
support log messages which have only added or deleted files, and no
modified files.
Revision
4581 -
Directory Listing
Modified
Fri Oct 20 16:33:25 2006 UTC (6 years, 7 months ago) by
sh002i
Original Path:
trunk/admintools
This script is for use on the annoyingly-corrupted tmon.out files that
Devel::DProf generates when Safe compartments are used. It escapes
nonprintable characters and spurrious newlines.
Revision
4505 -
Directory Listing
Modified
Mon Sep 18 20:02:17 2006 UTC (6 years, 8 months ago) by
sh002i
Original Path:
trunk/admintools
parse a cvs commit log email and generate "cvs up" commands to merge the
changes into the current working copy. (all this does is looks for the
"diff" commands and pulls the filename and version numbers out of it.)
Revision
4496 -
Directory Listing
Modified
Fri Sep 15 19:03:29 2006 UTC (6 years, 8 months ago) by
sh002i
Original Path:
trunk/admintools
use /usr/bin/perl instead of /usr/local/bin/perl
Revision
4481 -
Directory Listing
Modified
Mon Sep 11 16:39:31 2006 UTC (6 years, 8 months ago) by
sh002i
Original Path:
trunk/admintools
parse "cvs status 2>&1" output and show changed/out-of-date files
Revision
4480 -
Directory Listing
Modified
Mon Sep 11 16:39:03 2006 UTC (6 years, 8 months ago) by
sh002i
Original Path:
trunk/admintools
get version from command line, don't upload to SF automatically
Revision
4461 -
Directory Listing
Modified
Fri Sep 8 20:16:19 2006 UTC (6 years, 8 months ago) by
sh002i
Original Path:
trunk/admintools
skip non-directories. prune empty directories in cvs update.
Revision
4120 -
Directory Listing
Modified
Wed May 31 22:59:58 2006 UTC (6 years, 11 months ago) by
sh002i
Original Path:
trunk/admintools
script for generating release tarballs and uploading them to SF