Skip to content

Releases: opendocman/opendocman

2.0-alpha

20 Mar 21:02
Compare
Choose a tag to compare
2.0-alpha Pre-release
Pre-release

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.

v1.4.4

20 Mar 17:30
b3f38dd
Compare
Choose a tag to compare
  • Updated the update routines to fix issue with db alteration failing

v1.4.3

10 Feb 21:24
Compare
Choose a tag to compare

Small fix in the handling of plug-in base url

v1.4.2

06 Feb 22:28
85b3212
Compare
Choose a tag to compare

Make the install work well with docker or local installs. Added test suite. Cleanup.

v1.4.1

04 Feb 14:06
b1455ce
Compare
Choose a tag to compare

This release fixes a fatal error due to the way constructors are now handled in PHP.

v1.4.0

03 Feb 23:11
75e9496
Compare
Choose a tag to compare

This release fixes an error when installing into some mysql database servers #292, and #297 deprecation messages.

This release contains an update to the database schema so users should visit /install/index.php after upgrading.

v1.3.9

03 Feb 21:50
4705cdf
Compare
Choose a tag to compare

Fixes an issue with the installer not parsing the config-example.php file properly.

v1.3.8

03 Feb 04:43
Compare
Choose a tag to compare

This release fixes some issues with the CSRF protection.

v1.3.7

20 Mar 21:53
Compare
Choose a tag to compare

This release updates the Docker version by migrating to php 7.2 and moving to MariaDB. It also fixes a couple of small bugs.

No database schema changes.

v1.3.5

31 Jan 18:03
Compare
Choose a tag to compare

OpenDocMan v1.3.5 includes security and bug fixes. No database changes are required. Recommended that all users upgrade from older versions.

Issues resolved:

  • Fixed #226 - video/3gpp type
  • Fixed #229 - computed base url during install
  • Fixed #232 - space separator in dropdown
  • Fixed #233 - Add Tamil language
  • Fixed #240 - add correct port details to config sample
  • Fixed #241 - Added CSRF protection
  • Fixed #242 - Added output escaping to views
  • Fixed #244 - password fields during install
  • Fixed #245 - revision view not working for historical revisions

Misc:

  • Add missing x-zip to installer, remove invalid default date values in schema
  • Cleanup last_message to use urlencode()
  • Added composer.phar and /vendor folder for dependency management
  • Added phplint to require-dev for build tests
  • Clean up PHP_SELF usage