Changes for version 0.110880 - 2011-03-28

  • 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.

Documentation

add users to a Yukki installation
Initialize a git repository for use with Yukki
set the password for a user
constructs the boilerplate needed to start a Yukki site
installaction instructions

Modules

Yet Uh-nother wiki
Yukki's exception class
Base class for model objects
the model for loading and saving files in the wiki
model for accessing objects in a git repository
lookup users
the role Yukki app-classes implement
provides structure and validation to settings in yukki.conf
standard types for use in Yukki
the Yukki web server
request-response context descriptor
Base class for Yukki::Web controllers
Controller for uploading, downloading, and viewing attachments
shows the login page and handles login
controller for viewing and editing pages
Simple controller for handling internal redirects
Yukki request descriptor
the response to the client
send requests to the correct controllers, yo
Adds ACLs to routes
Matching with access controls
provides structure and validation to web settings in yukki.conf
base class for Yukki::Web views
show a login form
render HTML for viewing and editing wiki pages

Provides

in lib/Yukki/Settings.pm
in lib/Yukki/Settings.pm