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

Changes for version 0.991_001 - 2017-07-22 (TRIAL RELEASE)

  • Bugfix: Fixing various bugs with yukki-setup. Mostly, removed File::Copy::Recursive because it was flaking out in some cases.
  • Minor: Improved modern testing infrastructure.

Changes for version 0.99_01 - 2017-07-19 (TRIAL RELEASE)

  • Major: This is a significant update and refactor of internals, but doesn't really change anything regarding actual functionality. Mostly, it was a little broken due to a lack of maintenance.
  • Major: Now requires Perl v5.24.
  • Major: Templates are now rendered using Template::Pure rather than Template::Sematic. This is a better maintained templating system that adds an additional abstraction layer, which is very helpful. Templates are unchanged, though.
  • Major: Completely refactored to use Moo and Types::Tiny instead of Moose and Path::Tiny instead of Path::Class. I'm trying to get rid of all the silly extra CPAN requirements it had before, but didn't really need.
  • Major: Updated to jQuery 3.2.1, jQuery UI 1.12.1, and plupload 2.3.1.
  • Minor: Better UTF-8 support.
  • Minor: Removed "Fork on Github" banners.
  • Minor: Some testing infrastructure updated to explicitly use Test2::V0

Changes for version 0.990_002 - 2017-07-20 (TRIAL RELEASE)

  • Bugfix: Fix yukki-git-init, which was broke since a long time ago due to the create() method being deprecated in Git::Repository.

Changes for version 0.990_001 - 2017-07-20 (TRIAL RELEASE)

  • Minor: Using the correct number of digits in the V#.

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
a sub-class of the File model for handling previews
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
Utilities to help make everything happy UTF-8
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
base class for Yukki plugins
plugin for attachments
interface for quick format helpers
interface for HTML formatters
add spreadsheet functionality to wiki pages
add syntax highlighting to wiki pages
plugin for custom page viewers
format text/yukki files using markdown, etc.
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
View for attachment forms
show a login form
render HTML for viewing and editing wiki pages

Provides

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