The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Rubric

0.07_02 2005-03-20
        fixed format arg to uri.entries (reported by Steve Mallett)

0.07_01 2005-03-16
        began adding (currently laughable) "API" format output for simple XML
        added /~username/tags+othertags shortcut run mode

0.06    2005-01-25
        fixed stupid bug in Rubric::User->quick_entry that prevented changing
        of URI on an entry
        fixed over-escaping of URIs

0.05    2005-01-23
        test coverage for non-web modules, fixing some obscure bugs-to-be
        when_done=close for post, to close pop-up windows

0.04    2005-01-20
        created stub of autocreate_user method on Login
        updated tests to test compilability of all files

0.03_04 2005-01-20
        updated post template to not fail when query contains an '
        updated entries query bits to use undef for errors

0.03_03 2005-01-18
        must_login has been replaced with a smarter login runmode
        if you try to /post or perform another operation without a login,
        the login form will redirect you back to it once you're auth'd

0.03_02 2005-01-15
        restore recent tags listing to "root"
        redirect to root when root failed caused loop; just die
        eliminate numerous references to EntriesQuery;  AUGH!

0.03_01 2005-01-15
        refactored EntriesQuery.pm into two parts

0.03    2005-01-14
        use CGI::Carp qw(fatalsToBrowser)
        die on Template problems
        change entry.html template to link entry username

0.02_04 2005-01-13
        potentially finished with first round of EventQueries
        (the path for the future is clear)
        fixed a few small (but critical) bugs
        it'll be 0.03 if nothing's broken

0.02_03 2005-01-10
        EntriesQuery pretty much working, needs work
        minor repairs to use of Time::Local
        added some prereqs for Date::Span

0.02_02 2005-01-03
        added EntriesQuery
        basic framework for EntriesQuery exists, but stinks
        minor fixes to incorrect method calls
        added pop-up to help docs; must add "close" to when_done options

0.02_01 2004-12-20
        added Rubric::WebApp::Login
        added skip_newuser_verification option

0.02    2004-12-17
        0.00_25 introduced a bug with session cookies
        this fixes it

0.01    2004-12-16
        released!

0.00_30	2004-12-16
        /preferences

0.00_25 2004-12-15
        naive support for REMOTE_USER

0.00_24 2004-12-15
        private_system implemented
        Rubric::Renderer refactored
        /doc uri handler added

0.00_23 2004-12-13
        rss links on entries.html
        rss announce in header.html
        don't display new user registration link if closed
        some more refactoring

0.00_22 2004-12-13
        new user registration cleaned up somewhat
        "registration_closed" option
        /link runmode (primitive)
        delete_entry runmode method is now delete
        more refactoring
        Rubric::Config methods built by Class::Accessor

0.00_20 2004-12-07
        new user registration works, but is horribly coded
        "copy" link to copy other users' links also works, but is ugly

0.00_13 2004-12-02
        cvs had sticky-rev'd some files which were released despite being old
        all files updated

0.00_12 2004-12-01
        updatedb rewritten to actually, well, work
        style and html structure cleaned up
        html doctype added; validates
        some refactoring, including tag validation

0.00_11 2004-11-29
        put servername in uri_root in default config
        awful temporary refactoring of rendering for RSS

0.00_10 2004-11-28
        all "url" things are now "uri"
        important: your config should be updated to uri_root
        much better body-handling
        long-form entry display
        ?link and ?body query parameters

0.00_07 2004-11-25 Happy Thanksgiving!
        eliminated &url_for, replaced with Rubric::WebApp::URI
        rewrote template structure (use one master template via PROCESS)
        added linkless entries
        added body to entries
        added updatedb.pl

0.00_06 2004-11-19
        added lots of documentation

0.00_05 2004-11-18
        logins and posts now redirect to new page, instead of rendering
        post form for an already-entered url displays info
        fixed return of tag counts to references for TT2's sake
        numerous style cleanups

0.00_04 2004-11-17
        refactored paging, posting
        store md5 of uri's for identification
        tag counts
        recently active tags on recent entry listing

0.00_03 2004-11-16
        actually /use/ the template_path config data, thanks
        when finding entry to update, include username in search
        updated install instructions
        added Entry->set_new_tags
        updated WebApp->post to, well, work

0.00_01 2004-11-16
        abstracted enough that it can be installed without hours of removing my
        absolute URLs.
        still awful.