Skip to content

Releases: JuKu/JuKuCMS

v0.1.0 Pre-Alpha

21 Aug 15:22
Compare
Choose a tag to compare
v0.1.0 Pre-Alpha Pre-release
Pre-release

v0.1.0 Pre-Alpha / Developer Preview

A first pre-alpha version 0.1.0 of cms system, more like a developer preview.
We have closed 42 issues, this means a large addition of features of the cms system.

added features

  • Multi Language System #7
  • Markdown Support (for pages) #16
  • LDAP support (authentification) #25
  • added support for multiple authentificators #187
  • Configure session TTL #28
  • task schedular #31 #111
  • cronjob support #112
  • user can now change his password #118
  • tools: test mail shipping #120 #123
  • preferences #139
  • added support for plugins #142
  • added option to disable menu translation (for better performance) #146
  • plugin labels for alpha & beta versions (as warning that these plugins can be unstable) #148
  • plugin-installer plugins (this means specific plugins for plugin installer which can add functionality to plugin installer to simplify plugin installations) #150
  • validator for plugin names #153
  • added support for static html pages (which means you can simply integrate a static html file which will be shown / integrated from cms on specific url) #155
  • added support for AsciiDoc pages (new pagetype) #156
  • added support for HTTP Basic Auth #157
  • plugin installer plugins:
    • create store directory, if neccessary #160
    • file permissions #161
    • api methods #180
    • menus #183
    • set settings #186
  • added plugin types (for better overview) #163 #167
  • added tools page to clear cache #174
  • improved classloading of plugins #179
  • OAuth login for apps / api #181
  • added support to load plugin templates with specific namespaces #184
  • added default style favicon #191

Deprecated / removed parts

  • removed twig (because of it's bad performance in comparision to dwoo) #143

New official plugins

  • App Calender Plugin #176 #177 (currently without UI - only a dataholder plugin with api support)

Bugfixes

  • Cleanup group and user permissions on delete #154
  • fixed logout with HTTP Basic Auth #164
  • fixed blank page if cache is not writable #175

Security fixes

  • fixed session security #30

Full issue list

Full issue list: Issues

Core

07 Apr 17:25
Compare
Choose a tag to compare
Core Pre-release
Pre-release

Core has finished.
Issues