Skip to content

v0.6.0

Choose a tag to compare

@cythral cythral released this 10 Feb 19:33
· 338 commits to master since this release

New Features

  • Uploads: you can now upload images and other files from the admin panel at /admin/uploads
  • JSON Mode: page information can now be viewed in the json format if you set mode to json in the query string. Please note that this only works for public and non-redirect pages.

Bug Fixes & Minor Changes

  • PST / page ui is now loaded through javascript instead of each page being reparsed by the Theme object (fixes issue #5)
  • The JavaScript file went through some restructuring / cleanup.
  • Better error handling
  • Buttons/Links added to /admin for /admin/update and /admin/uploads
  • Internal stylesheets are now reloaded on page edit saves
  • Sysforms are now gone, Phroses.formify replaced them
  • Password fields are now cleared after a successful change on /admin/creds
  • Redesigned the admin dashboard and pages for a more streamlined look
  • Removed most icons, uses a combination of fontawesome and cythral/icons instead. Please note that the automatic inclusion of the font awesome stylesheet will be removed in future versions.
  • URL in the dashbar links back to the homepage now.
  • The dashboard now reloads after a theme change.