The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.111060  2011-04-15 21:27:56 America/Chicago

    * Bugfix: Corrected a problem with the navigation menu on edit pages
    * There is now a "scripts" and "styles" section for listing JavaScript and
      CSS fiels (respectively) for inclusion in the shell template. If not
      present, a default list is provided. (See the man page for
      Yukki::Web::Settings for details.)
    * The yukki-setup script does a better job validating parameters.
    * Made some small style adjustments
    * Added more tests, particularly tests for setting up a new Yukki
      installation.

0.110900  2011-03-31 17:31:42 America/Chicago

    * Added a diff viewer, which will show a diff for any selected pair of
      revisions from the hsitory page. This differ is naive and makes some
      uglifying mistakes that still need to be addressed.
    * Added a history viewer, which will show all the revisions for a page.
    * Added more tests

0.110880  2011-03-28 22:07:48 America/Chicago
    
    * Bugfix: Links sometimes treated whitespace incorrectly
    * Bugfix: Escaping links did not work in some cases
    * Up until now passwords were stored in plain text. They will no be stored
      as a salted hash using the digest configured in the digest directory (or
      SHA-512 if not given). If someone out there has been trying this out, you
      MUST run yukki-passwd for every user to hash the passwords.
    * Added the yukki-passwd script to help with password changes.
    * Added the first few unit tests.
    * The configuration file is now checked for correctness when it is loaded.

0.110850  2011-03-25 23:24:42 America/Chicago

    * The repository is now the left-most breadcrumb item
    * Directories will no longer be listed in attachment lists.
    * URIs and links are better escaped and handle a wider variety of formats
      and characters
    * Links to pages that have not be created now show in red
    * Better finding and handling of file name and file type.
    * Breadcurmb and other automatic titles will not include the file suffix in
      the title any longer (i.e., .yukki does not show so often)
    * Various styling and layout fixes

0.110840  2011-03-25 00:33:26 America/Chicago

    * Improved links and the hierarchical arrangement of files in the
      repository.
        * You can put links in a sub-topic via ./Foo
        * You can put links in a absolute path via /Foo
        * Better labels for links, especially links to different parts of the
          file tree
    * Better formatting for pre and blockquote
    * Sessions now persist across restarts via CHI and FastMmap caching.
    * Added a breadcrumb to the shell template

0.110830  2011-03-23 23:45:57 America/Chicago

    * First release of Yukki to CPAN
    * You can login and has support for groups and ACLs
    * Anonymous users may edit or not depending on the reposotiry configuration
    * Support for yukkitext with yukkilinks and attachment URLs
    * You can upload attachments with drag and drop