Done

This file contains completed tasks.
See also:
  1. 1999-09-02 Hole load config files.
    This is half of the biggest pending hole: getting the files loaded in the first place. (1999-08-20)
  2. 1999-09-02 Hole process config elements.
    This is the other half of the biggest pending hole: processing the XML once it's been loaded. Need to extract child configurations, extension mapping, and the default search path. (1999-08-20)
  3. 1999-09-03 Note search paths.
    Note that typically the search path will have three components: the real location, the virtual location and the defaults. (1999-08-20)
  4. 1999-09-09 Bug Listing needs to use Resource, not File.
    Currently it uses base.listNames() to get names, but needs to look at the children as resources, not files. Similarly, it needs to use a Document for HEADER.html, not a File. (1999-09-08)
  5. 1999-09-15 Bug Virtual search paths relative to what?
    Right now you can't use a relative path in a virtual configuration attribute (for example) because there's nothing to base it on. (1999-09-09)
    -- for now assume virtual base
  6. 1999-09-16 Bug Need to load config from a Document
    ...otherwise we don't have any context for things like agents. Top level needs a processor factory. (1999-09-15)
  7. 1999-09-16 Bug Case insensitivity of HTML: use xxml
    The case insensitivity of tagsets that include HTML means that we have to base the config tagset on xxml. (1999-09-13)
  8. 1999-09-22 Bug Not finding local tagsets in non-standard configs!
    It works in the normal case, but not with
    pia -config Config/Site/sample.xcf
    Sounds like some defaults aren't getting properly set. (1999-09-22)
    -- Pilot error: -config sets the config file name; -site sets the site configuration file path.
  9. 1999-09-28 Bug pia-tagset not found if a virtual resource
    The java-resource version is loaded, so it doesn't have a proper timestamp and is not reloaded if changed. The problem is that locateChildFile is used instead of locateChild. (1999-09-26)
  10. Hole Unknown config sub-elts should become props.
    Any unknown element in the configuration should be appended to a property entity with that name. Maybe the known ones, too. (1999-09-09)
  11. Bug pure-virtual document gives null pointer exc.
    ... which is not surprising, since there's no way to specify its content at the moment. (1999-09-09)
  12. Bug Subsite doesn't inherit files properly
    Need to set real, virtual, and default files properly. Currently file gets the virtual location if the real one doesn't exist. (1999-09-09)
  13. Impr Want a way to get generic listing.
    The simplest way would be a virtual child called ``.''; this can be constructed using the default ``.xh'', defaulting to a Listing if it's not present. (1999-09-08)
  14. Goal Implement and integrate with PIA
    1. [1999-09-02] finish implementing, mainly the loading of config files.
    2. [1999-09-03] Add to PIA as access for non-Agent paths.
    3. simplify org.risource.pia.Agent and use org.risource.site.Site for all documents.
    (1999-08-23) goal: 09-03
  15. Note Document should set up Processor somehow.
    There's no good way now to negotiate between a Processor and a Document to set up the optimum kind of Input or to decide whether the Document wants to drive the Processor as an Output. (1999-08-20)
  16. Hole Metadata becomes entity bindings.
    The DOC: namespace for a resource probably ought to be precisely its XML metadata, with the configuration added in using some application-specific mapping (i.e. it needs to be different for WebDAV). (1999-08-20)
  17. 1999-10-12 Bug Namespace properties don't work
    (1999-10-08)
  18. 1999-10-12 Bug Failure opening unreadable directory.
    null pointer exception at locateChildren(Subsite.java:482) (1999-10-12)
    -- turns out File.list() can return null.
  19. 1999-10-12 Bug Extension map seems to be broken.
    Can't seem to override tagsets or document types, and it seems to default to the old Agent-xhtml convention. This is recent. (1999-10-12)
    -- pilot error: the files were in regions controlled by their own _subsite.xcf files! (urk!)
  20. 1999-10-12 Bug Doesn't work too well when virtual root != PIA
    Can't load tagsets, and gets a default extension map anyway. Root has a real directory even though real="none". (1999-10-12)
  21. 1999-10-12 Bug Home document name must be settable.
    Right now it's hard-wired, which loses if you need to change it. (1999-10-12)
  22. 1999-10-14 Bug Need access to namespaces of ancestor containers
    (1999-10-08)
  23. 1999-10-18 Bug MSIE thinks it knows what "." means!
    Stupid... Maybe hyphen? Underscore? Equal sign? Test for FORM: namespace for parameters (may involve processing with a special tagset), or make it a virtual container. List entities? (1999-09-23)
  24. 1999-10-18 Hole An Agent is a Document.
    The metadata associated with an agent (e.g. AGENT.XML) really needs to be just a Document. Whenever the agent's state changes it just writes itself out. (1999-08-20)
    -- now done differently: an agent doesn't have any significant state; it's all in its subsite.
  25. Bug Recursion on bogus tagset
    Specifying a tagset (pia-xhtml with no path) in <include> bombs in an infinite recursion. Genuinely missing tagset is OK.
            at org.risource.dps.handle.tagsetHandler.action(tagsetHandler.java:152)
            at org.risource.dps.process.BasicProcessor.doAction(BasicProcessor.java:110)
            at org.risource.dps.process.BasicProcessor.processNode(BasicProcessor.java:86)
            at org.risource.dps.process.BasicProcessor.run(BasicProcessor.java:77)
            at org.risource.dps.tagset.Loader.loadTagsetFromResource(Loader.java:192)
            at org.risource.site.Subsite.loadTagsetFromResource(Subsite.java:682)
            at org.risource.site.Subsite.loadTagset(Subsite.java:717)
            at org.risource.dps.process.TopProcessor.loadTagset(TopProcessor.java:386)
            at org.risource.dps.handle.tagsetHandler.action(tagsetHandler.java:152)
            at org.risource.dps.process.BasicProcessor.doAction(BasicProcessor.java:110)
            at org.risource.dps.process.BasicProcessor.processNode(BasicProcessor.java:86)
            at org.risource.dps.process.BasicProcessor.run(BasicProcessor.java:77)
            at org.risource.dps.tagset.Loader.loadTagsetFromResource(Loader.java:192)
            at org.risource.site.Subsite.loadTagsetFromResource(Subsite.java:682)
            at org.risource.site.Subsite.loadTagset(Subsite.java:717)
            at org.risource.site.Subsite.loadTagset(Subsite.java:731)
            at org.risource.site.Subsite.loadTagset(Subsite.java:731)
            at org.risource.dps.process.TopProcessor.loadTagset(TopProcessor.java:386)
            at org.risource.dps.handle.includeHandler.action(includeHandler.java:63)
           
    (1999-12-13)
    -- Pilot error: there was a tagset "pia-xhtml" in .pia that specified itself as parent. Duh!
  26. Impr Use <container> and <document> in cfg.
    Not clear whether to keep <Resource> or not; probably a good idea to keep it for, e.g., files where we haven't determined whether it's a directory or not. (1999-08-23)
  27. 1999-12-14 Bug Virtual search paths need work
    May need "file:", "real:", and "vroot:" for absolute, real root, and virtual root; / means go to top. (1999-09-15)
    -- (1999-12-08) they work in include and tagset loader, at least. Really need to revise the stuff in TopContext to use site package all the time, with appropriate Resource nodes getting returned.
  28. 2000-04-19 Bug aliases don't work under servletrunner
    At least at the top level, so things like the icons are broken. Works fine under JServ, apparently because vroot is defined. (2000-04-19)
    -- subsite: locateVirtual needed to use real path when virtual path not defined.
  29. 2000-05-29 Bug pia:, file:, root:, vroot: broken
    in locate and getRelative (2000-06-01)
    -- Oddly enough, they are still broken sometimes -- locate doesn't seem to work consistently with FileDocument.
  30. 2000-06-14 Hole error handler for missing documents
    One way to do this is by passing the remaining pathinfo as a query to the listing document in the last valid directory in the path. Note that this needs work in pia both site. (2000-06-13)
  31. 2000-06-19 Bug (site) real directory masks virtual one!
    If the virtual path of a container is pia:/..., a real directory hides it. This happens during configuration; adding or removing the real directory has no effect afterwards. One symptom is that the virtual path shows up as pia:/... instead of the actual path, as it does normally. But it does show up! (2000-06-19)
    -- Subsite.configAttrs was doing new File instead of locateVirtual.
  32. 2000-06-27 Bug (woad) suspect isn't propagated.
    home document and tagsets getting loaded from config file. Possibly base isn't getting set early enough. (2000-06-19)
End of list.
$Id: done.html,v 1.17 2001-01-11 23:37:52 steve Exp $