github opendocman/opendocman 2.0-alpha-release
2.0-alpha

pre-release3 years ago

This is an alpha release for a total re-organization of the project files into more of an MVC-like pattern to make the codebase easier to read and work with.

Things are probably broken. That being said, using this and reporting any bugs you find will be super helpful to getting this out of alpha.

Changes:

  • We are getting rid of the .php extensions on all controller files.
  • /application folder: All the application files stored here.
  • /application/configs folder: config.php lives here now
  • /public folder: should be the document root of your web service now. The index.php in there can reach all of the other files in the /application folder.
  • Removed a lot of un-used code and generally cleaned things up/
  • Added some Katalon Recorder end-to-end tests that can run a test suite from the install stage. We use this while refactoring to make sure we didn't break things.

Don't miss a new opendocman release

NewReleases is sending notifications on new releases.