0.111280 2011-05-07 20:45:11 America/Chicago * Bugfix: Fixing a few more places that were not being rebased on the base URL, particularly in redirects and JavaScript. * Bugfix: The dropzone was showing even when drag-and-drop was unavailabel for file upload. * Upgraded Plupload to 1.4.3.2 * Now showing a file list on blank pages. * App errors now look like part of the app instead of being ugly plaintext. 0.111160 2011-04-25 22:11:07 America/Chicago * Bugfix: There was a random "HERE" warning that was being output that should never made it to release. * Added the spreadsheet functionality to the wiki * Yukkitext, attachments, and spreadsheet features now use the new plugins system. Only the yukkitext and attachments plugins are on by default. * The yukki-setup script shows the remote setup URL for the yukki repository again. * The base URL for the web site is more configurable. The scripts and styles should not longer be specified in the configuration file using absolute paths starting with a slash (unless you want them to be absolute and not biased by the base URL of the yukki site). 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