irspy-moved-to-github.git
17 years agoImport isodate() from Utils.pm
Mike Taylor [Wed, 29 Nov 2006 18:18:37 +0000 (18:18 +0000)]
Import isodate() from Utils.pm

17 years agoRemove _isodate() method, used only within the class.
Mike Taylor [Wed, 29 Nov 2006 18:17:16 +0000 (18:17 +0000)]
Remove _isodate() method, used only within the class.
Use isodate() directly, imported from Utils.pm

17 years agoRemove isodate(), which is now in Utils.pm
Mike Taylor [Wed, 29 Nov 2006 18:16:21 +0000 (18:16 +0000)]
Remove isodate(), which is now in Utils.pm
Remove Exporter scaffolding.

17 years agoAdd isodate()
Mike Taylor [Wed, 29 Nov 2006 18:15:10 +0000 (18:15 +0000)]
Add isodate()

17 years agoPrint list of changed fields.
Mike Taylor [Wed, 29 Nov 2006 17:22:32 +0000 (17:22 +0000)]
Print list of changed fields.

17 years agomodify_xml_document() now returns a list containing field structures
Mike Taylor [Wed, 29 Nov 2006 17:22:00 +0000 (17:22 +0000)]
modify_xml_document() now returns a list containing field structures
for all modified fields, instead of a simple modified-field count.

17 years agoTweak
Mike Taylor [Wed, 29 Nov 2006 16:05:26 +0000 (16:05 +0000)]
Tweak

17 years agoClarify title generation.
Mike Taylor [Wed, 29 Nov 2006 14:57:31 +0000 (14:57 +0000)]
Clarify title generation.

17 years agoExplicitly use ZOOM. (Previously relied on the mod_perl session
Mike Taylor [Wed, 29 Nov 2006 12:31:25 +0000 (12:31 +0000)]
Explicitly use ZOOM.  (Previously relied on the mod_perl session
having loaded this module due to earlier invocation of one of the
layout.mc-based pages ... which was _nearly_ always true, but not
quite always.)

17 years agoBetter diagnostics.
Mike Taylor [Wed, 29 Nov 2006 11:06:29 +0000 (11:06 +0000)]
Better diagnostics.

17 years agoMore logging.
Mike Taylor [Wed, 29 Nov 2006 11:05:40 +0000 (11:05 +0000)]
More logging.

17 years agoCHange suggested debug level.
Mike Taylor [Tue, 28 Nov 2006 12:01:54 +0000 (12:01 +0000)]
CHange suggested debug level.

17 years agoFix "new" link.
Mike Taylor [Fri, 24 Nov 2006 18:01:51 +0000 (18:01 +0000)]
Fix "new" link.

17 years agoMore accurate debugging output.
Mike Taylor [Tue, 21 Nov 2006 11:48:01 +0000 (11:48 +0000)]
More accurate debugging output.

17 years agoMore debugging diagnostics after exit from main loop.
Mike Taylor [Mon, 20 Nov 2006 15:06:46 +0000 (15:06 +0000)]
More debugging diagnostics after exit from main loop.
(All remaining events are drained.)

17 years agoProper registration of connection errors.
Mike Taylor [Mon, 20 Nov 2006 15:05:53 +0000 (15:05 +0000)]
Proper registration of connection errors.

17 years ago... and reverted, since it turns out that this is NOT the problem
Mike Taylor [Sat, 18 Nov 2006 00:36:02 +0000 (00:36 +0000)]
... and reverted, since it turns out that this is NOT the problem
after all.  But then WHAT THE HELL IS, since I've not changed anyting
else, but it all suddenly works?  ARGH!

 _/|_  ___________________________________________________________________
/o ) \/  Mike Taylor    <mike@indexdata.com>    http://www.miketaylor.org.uk
)_v__/\  "Even the genus _Tyrannosaurus_ hasn't yet been given a
 good diagnosis.  Right now, its diagnosis seems to be ``big
 tyrannosaurid from North America''" -- George Olshevsky

17 years agoCommented out use of Apache::Reload. This has never really worked
Mike Taylor [Sat, 18 Nov 2006 00:31:37 +0000 (00:31 +0000)]
Commented out use of Apache::Reload.  This has never really worked
reliably for me on any platform, and turns out -- somehow! -- to cause
the contents of ZOOM::IRSpy::Web to be totally ignored as though it
had never been "use"d on one, but not the other, of my two Ubuntu 6.06
systems.  Truly astonishing, and the most staggering waste of time,
since as you can imagine it took a LONG time to track down the
culprit.

17 years agoNew -w option to use a ZOOM::IRSpy::Web object.
Mike Taylor [Sat, 18 Nov 2006 00:10:44 +0000 (00:10 +0000)]
New -w option to use a ZOOM::IRSpy::Web object.

17 years agoComment typo.
Mike Taylor [Sat, 18 Nov 2006 00:09:01 +0000 (00:09 +0000)]
Comment typo.

17 years agoTowards orthogonalisation.
Mike Taylor [Fri, 17 Nov 2006 22:39:17 +0000 (22:39 +0000)]
Towards orthogonalisation.

17 years agoAdd A Target item explicitly sets new=1
Mike Taylor [Fri, 17 Nov 2006 15:31:09 +0000 (15:31 +0000)]
Add A Target item explicitly sets new=1

17 years agoMore checking. Not correct yet, though.
Mike Taylor [Thu, 16 Nov 2006 17:52:06 +0000 (17:52 +0000)]
More checking.  Not correct yet, though.

17 years agoEliminate temporary variable.
Mike Taylor [Thu, 16 Nov 2006 17:30:25 +0000 (17:30 +0000)]
Eliminate temporary variable.

17 years agoCorrect checking of omitted ID components.
Mike Taylor [Thu, 16 Nov 2006 17:27:15 +0000 (17:27 +0000)]
Correct checking of omitted ID components.

17 years agoUse new cql_target() method from Utils.
Mike Taylor [Thu, 16 Nov 2006 17:19:28 +0000 (17:19 +0000)]
Use new cql_target() method from Utils.

17 years agoAdd render() method and overload stringification to use it.
Mike Taylor [Thu, 16 Nov 2006 17:18:43 +0000 (17:18 +0000)]
Add render() method and overload stringification to use it.

17 years agoAdd cql_quote() and cql_target()
Mike Taylor [Thu, 16 Nov 2006 17:18:14 +0000 (17:18 +0000)]
Add cql_quote() and cql_target()
No longer make inheritance_tree() available for export.

17 years agoTowards dealing with duplicate records.
Mike Taylor [Thu, 16 Nov 2006 17:14:46 +0000 (17:14 +0000)]
Towards dealing with duplicate records.

17 years agoEliminate temporary variable.
Mike Taylor [Thu, 16 Nov 2006 17:10:30 +0000 (17:10 +0000)]
Eliminate temporary variable.

17 years agoSimplify, remove unusued global(!)
Mike Taylor [Thu, 16 Nov 2006 17:07:01 +0000 (17:07 +0000)]
Simplify, remove unusued global(!)

17 years agoSimplify, eliminate temporary.
Mike Taylor [Thu, 16 Nov 2006 17:05:51 +0000 (17:05 +0000)]
Simplify, eliminate temporary.

17 years agoRemove commented-out code.
Mike Taylor [Thu, 16 Nov 2006 17:03:11 +0000 (17:03 +0000)]
Remove commented-out code.

17 years agoGeneration of ID from host/port/db moved from layout.mc to menu.mc, and no longer...
Mike Taylor [Thu, 16 Nov 2006 17:02:30 +0000 (17:02 +0000)]
Generation of ID from host/port/db moved from layout.mc to menu.mc, and no longer lodges the new ID in the params

17 years agoWhitespace formatting.
Mike Taylor [Thu, 16 Nov 2006 14:58:55 +0000 (14:58 +0000)]
Whitespace formatting.

17 years agoCosmetics
Mike Taylor [Thu, 16 Nov 2006 12:26:26 +0000 (12:26 +0000)]
Cosmetics

17 years agoIntegrated back into edit.mc
Mike Taylor [Thu, 16 Nov 2006 12:26:08 +0000 (12:26 +0000)]
Integrated back into edit.mc

17 years agoXHTML 1.0 Strict
Mike Taylor [Thu, 16 Nov 2006 12:15:29 +0000 (12:15 +0000)]
XHTML 1.0 Strict

17 years agoRefactor to include form.mc inline.
Mike Taylor [Thu, 16 Nov 2006 11:53:33 +0000 (11:53 +0000)]
Refactor to include form.mc inline.
(So form.mc is now redundant)
This clarifies the flow of logic.

17 years agoDOn't use ZOOM -- layout.mc does that.
Mike Taylor [Thu, 16 Nov 2006 11:50:03 +0000 (11:50 +0000)]
DOn't use ZOOM -- layout.mc does that.
Refactor to make only a single call to form.mc

17 years agouse ZOOM
Mike Taylor [Thu, 16 Nov 2006 11:49:30 +0000 (11:49 +0000)]
use ZOOM

17 years agoDOn't use ZOOM -- layout.mc does that.
Mike Taylor [Thu, 16 Nov 2006 11:48:40 +0000 (11:48 +0000)]
DOn't use ZOOM -- layout.mc does that.

17 years agoRemove extraneous @addafter from hosturl entry.
Mike Taylor [Wed, 15 Nov 2006 17:58:35 +0000 (17:58 +0000)]
Remove extraneous @addafter from hosturl entry.
Skip "new" and "copy" parameters when assembling %data.
"The record has need created" (not "updated") for new records.
Correct element of dropdowns is selected based on current value.
Undefined "id" is not submitted; instead "new=1".

17 years agoEditing a not-yet-existant ID is now OK.
Mike Taylor [Wed, 15 Nov 2006 17:56:23 +0000 (17:56 +0000)]
Editing a not-yet-existant ID is now OK.

17 years agoReorder and reformat "This Record" submenu.
Mike Taylor [Wed, 15 Nov 2006 17:44:35 +0000 (17:44 +0000)]
Reorder and reformat "This Record" submenu.
Add "copy record" item.

17 years agoTitle is "Copy" if copy param is set.
Mike Taylor [Wed, 15 Nov 2006 17:43:50 +0000 (17:43 +0000)]
Title is "Copy" if copy param is set.

17 years agoRolling
Mike Taylor [Wed, 15 Nov 2006 17:43:10 +0000 (17:43 +0000)]
Rolling

17 years agoRolling
Mike Taylor [Wed, 15 Nov 2006 14:55:33 +0000 (14:55 +0000)]
Rolling

17 years agoAdd new elements "type", "country" and "hosturl" requested by Per.
Mike Taylor [Wed, 15 Nov 2006 13:20:32 +0000 (13:20 +0000)]
Add new elements "type", "country" and "hosturl" requested by Per.

17 years agoucfirst(title)
Mike Taylor [Wed, 15 Nov 2006 13:15:19 +0000 (13:15 +0000)]
ucfirst(title)

17 years agoProtocol is now chosen from a dropdown.
Mike Taylor [Wed, 15 Nov 2006 13:10:42 +0000 (13:10 +0000)]
Protocol is now chosen from a dropdown.

17 years agoDefensive use of xml_encode()
Mike Taylor [Tue, 14 Nov 2006 16:23:11 +0000 (16:23 +0000)]
Defensive use of xml_encode()

17 years agoXml_encode() accepts fallback string.
Mike Taylor [Tue, 14 Nov 2006 16:21:49 +0000 (16:21 +0000)]
Xml_encode() accepts fallback string.

17 years agoAdd code to generate ID automatically, when missing, from host, port
Mike Taylor [Tue, 14 Nov 2006 16:21:08 +0000 (16:21 +0000)]
Add code to generate ID automatically, when missing, from host, port
and database, when present.

17 years agoClarify reporting
Mike Taylor [Tue, 14 Nov 2006 16:18:51 +0000 (16:18 +0000)]
Clarify reporting

17 years agoDefensive xml_encode() calling.
Mike Taylor [Tue, 14 Nov 2006 16:09:14 +0000 (16:09 +0000)]
Defensive xml_encode() calling.

17 years agoComment out debugging warn()s
Mike Taylor [Tue, 14 Nov 2006 16:04:36 +0000 (16:04 +0000)]
Comment out debugging warn()s

17 years agoDo not try to xml_encode() undefined values.
Mike Taylor [Tue, 14 Nov 2006 16:00:28 +0000 (16:00 +0000)]
Do not try to xml_encode() undefined values.

17 years agoLots of tasties. Most importantly, dom_add_element() is now renamed
Mike Taylor [Tue, 14 Nov 2006 14:57:41 +0000 (14:57 +0000)]
Lots of tasties.  Most importantly, dom_add_element() is now renamed
dom_add_node() and can handle adding attributes as well as elements,
and find_or_make_node() now works at the top level of the documnent.

17 years agoTitle different when use for adding new records.
Mike Taylor [Tue, 14 Nov 2006 14:55:28 +0000 (14:55 +0000)]
Title different when use for adding new records.

17 years agoAdd A Target now uses edit form.
Mike Taylor [Tue, 14 Nov 2006 14:55:08 +0000 (14:55 +0000)]
Add A Target now uses edit form.

17 years agoRefactor -- move most code out into form.mc
Mike Taylor [Tue, 14 Nov 2006 14:54:41 +0000 (14:54 +0000)]
Refactor -- move most code out into form.mc

17 years agoNew
Mike Taylor [Tue, 14 Nov 2006 14:54:06 +0000 (14:54 +0000)]
New

17 years agoNew utiltiy find_or_make_node() finds a node within an XPathContext,
Mike Taylor [Mon, 13 Nov 2006 18:03:34 +0000 (18:03 +0000)]
New utiltiy find_or_make_node() finds a node within an XPathContext,
or, if it doesn't yet exist, makes it within its parent and returns
it.  This calls itself recursively as necessary to make the parent,
grandparent, etc., but catches deep recursion and dies (currently
defined as ten levels which seems like plenty).

dom_add_element() now uses this.

17 years agoRemove completed tasks from TODO list.
Mike Taylor [Mon, 13 Nov 2006 17:00:03 +0000 (17:00 +0000)]
Remove completed tasks from TODO list.

17 years agoLinks to both quick and full tests.
Mike Taylor [Mon, 13 Nov 2006 16:49:08 +0000 (16:49 +0000)]
Links to both quick and full tests.

17 years agoPage title includes test name if specified.
Mike Taylor [Mon, 13 Nov 2006 16:48:49 +0000 (16:48 +0000)]
Page title includes test name if specified.

17 years agoComment
Mike Taylor [Mon, 13 Nov 2006 16:47:57 +0000 (16:47 +0000)]
Comment

17 years agoCleaner presentation of changes.
Mike Taylor [Thu, 9 Nov 2006 16:32:54 +0000 (16:32 +0000)]
Cleaner presentation of changes.

17 years agoSimplify due to correctly functioning modify_xml_document()
Mike Taylor [Thu, 9 Nov 2006 16:15:14 +0000 (16:15 +0000)]
Simplify due to correctly functioning modify_xml_document()
Add new -x command-lineoption to show modified XML document.

17 years agoAdd irspy_namespace()
Mike Taylor [Thu, 9 Nov 2006 16:09:35 +0000 (16:09 +0000)]
Add irspy_namespace()
Both it and now irspy_xpath_context() now use private hash.
Comment out intrusive debugging in modify_xml_document() and
dom_add_element()
New element added in dom_add_element() has its namespace explicitly
set, which enables it to be found by subsequent $xc->find()
calls.

17 years agoTypo in comment.
Mike Taylor [Thu, 9 Nov 2006 15:18:14 +0000 (15:18 +0000)]
Typo in comment.

17 years agoClearer reporting.
Mike Taylor [Wed, 8 Nov 2006 17:42:11 +0000 (17:42 +0000)]
Clearer reporting.
Still needs stupid second XPath-context like test-xml-update.pl

17 years agoirspy_xpath_context() may now take a textual XML record instead of a
Mike Taylor [Wed, 8 Nov 2006 17:41:27 +0000 (17:41 +0000)]
irspy_xpath_context() may now take a textual XML record instead of a
DOM tree.
dom_add_element() now correctly inserts a new _element_ with specified
value, rather than just inserting the value itself.
Slightly changed debugging output for modify_xml_document() and
dom_add_element().

17 years agoAll sort of improvments, many command-line flags.
Mike Taylor [Wed, 8 Nov 2006 17:19:18 +0000 (17:19 +0000)]
All sort of improvments, many command-line flags.

17 years agoComplete and should work ... but doesn't.
Mike Taylor [Tue, 7 Nov 2006 17:45:37 +0000 (17:45 +0000)]
Complete and should work ... but doesn't.

17 years agoCorrect HTML-encoding of debug output in dom_add_element()
Mike Taylor [Tue, 7 Nov 2006 17:18:29 +0000 (17:18 +0000)]
Correct HTML-encoding of debug output in dom_add_element()
Comment out this debugging output anyway.

17 years agoBetter sample command-line.
Mike Taylor [Tue, 7 Nov 2006 16:29:54 +0000 (16:29 +0000)]
Better sample command-line.

17 years agoCalculate named-result-set support.
Mike Taylor [Mon, 6 Nov 2006 17:43:29 +0000 (17:43 +0000)]
Calculate named-result-set support.

17 years agoCalculate explain support.
Mike Taylor [Mon, 6 Nov 2006 17:40:04 +0000 (17:40 +0000)]
Calculate explain support.
Empty support-lists now render as "[none]".

17 years agoCalculate record-syntaxes.
Mike Taylor [Mon, 6 Nov 2006 17:34:58 +0000 (17:34 +0000)]
Calculate record-syntaxes.

17 years agoCalculate supported booleans.
Mike Taylor [Mon, 6 Nov 2006 17:24:00 +0000 (17:24 +0000)]
Calculate supported booleans.

17 years agoDan-1 use attributes.
Mike Taylor [Mon, 6 Nov 2006 17:04:23 +0000 (17:04 +0000)]
Dan-1 use attributes.

17 years agoCalculate BIB-1 use attributes.
Mike Taylor [Mon, 6 Nov 2006 17:01:03 +0000 (17:01 +0000)]
Calculate BIB-1 use attributes.

17 years agoCalculate reliability using function pointer -- cool.
Mike Taylor [Mon, 6 Nov 2006 16:22:17 +0000 (16:22 +0000)]
Calculate reliability using function pointer -- cool.

17 years ago<h2> uses database title rather than ID.
Mike Taylor [Mon, 6 Nov 2006 14:22:22 +0000 (14:22 +0000)]
<h2> uses database title rather than ID.

17 years agoHeading is now database title rather than ID
Mike Taylor [Mon, 6 Nov 2006 11:41:03 +0000 (11:41 +0000)]
Heading is now database title rather than ID

17 years agoInclude date of last check in output.
Mike Taylor [Mon, 6 Nov 2006 11:37:43 +0000 (11:37 +0000)]
Include date of last check in output.

17 years agoreturn TEST_SKIPPED if search finds no records.
Mike Taylor [Fri, 3 Nov 2006 13:37:33 +0000 (13:37 +0000)]
return TEST_SKIPPED if search finds no records.

17 years agoSupport for Status::TEST_SKIPPED
Mike Taylor [Fri, 3 Nov 2006 13:11:29 +0000 (13:11 +0000)]
Support for Status::TEST_SKIPPED

17 years agoAdd warnings if running tasks leaves the ZOOM connections idle. (Doesn't currently...
Mike Taylor [Thu, 2 Nov 2006 16:11:44 +0000 (16:11 +0000)]
Add warnings if running tasks leaves the ZOOM connections idle.  (Doesn't currently help, I think because is_idle() returns 0 if there is an END event waiting.)

17 years agoNumber of search-hits included in log message.
Mike Taylor [Thu, 2 Nov 2006 15:02:09 +0000 (15:02 +0000)]
Number of search-hits included in log message.

17 years agoFix POD syntax error.
Mike Taylor [Thu, 2 Nov 2006 15:01:10 +0000 (15:01 +0000)]
Fix POD syntax error.

17 years agoOmit test programs from distribution.
Mike Taylor [Thu, 2 Nov 2006 15:00:09 +0000 (15:00 +0000)]
Omit test programs from distribution.

17 years agoDowngrade XML::LibXML and XML::LibXSLT prerequisites from 1.59 to 1.58.
Mike Taylor [Thu, 2 Nov 2006 14:59:02 +0000 (14:59 +0000)]
Downgrade XML::LibXML and XML::LibXSLT prerequisites from 1.59 to 1.58.

17 years agoAdd many new tests and web pages.
Mike Taylor [Thu, 2 Nov 2006 14:58:07 +0000 (14:58 +0000)]
Add many new tests and web pages.

17 years agoAdd sanity-checks after main loop exists, verifying that all
Mike Taylor [Thu, 2 Nov 2006 13:16:49 +0000 (13:16 +0000)]
Add sanity-checks after main loop exists, verifying that all
connections have used up their tests, have no active or queued task,
and do not have any ZOOM-C level tasks queued.  These are all "can't
happens" -- but they do in fact happen, and the failure to spot them
have wasted many frustrating debugging hours.

17 years agoAdding named result set test.
Anders S. Mortensen [Thu, 2 Nov 2006 11:46:40 +0000 (11:46 +0000)]
Adding named result set test.

17 years agoRemember to get the irspy:xxx attributes copied to the output tree.
Anders S. Mortensen [Thu, 2 Nov 2006 08:28:20 +0000 (08:28 +0000)]
Remember to get the irspy:xxx attributes copied to the output tree.

17 years agoRobust against complex text-nodes contains comments, PIs, etc.
Mike Taylor [Wed, 1 Nov 2006 11:46:10 +0000 (11:46 +0000)]
Robust against complex text-nodes contains comments, PIs, etc.