Skip to content

SSA v1.0.57-alpha

Latest
Compare
Choose a tag to compare
@alekseynemiro alekseynemiro released this 03 Jul 14:11

The new version includes a small structural changes.

Recommended to move SSH settings from the /ssa.config.php file to the /servers/default.php file.

And also recommended to rename keys file_name to url in the $config['db admin_list'].

For proper operation of the new version, it is recommended to add the new settings to the /ssa.config.php:
$config['settings_default_branch'] and $config['settings_update_sources'].

And also update the $config['client'] section.

Added

  • Support for multiple update sources;
  • Markdown support;
  • Adding, editing and deleting server configurations.

Changed

  • /ssa.config.php:
    • added $config['settings_default_branch'];
    • added $config['settings_update_sources'];
    • added DefaultBranch to $config['client'].

Removed

  • Default server and ssh settings from ssa.config.php
    (connection settings are expected in a config files in the folder /servers).

Fixed

  • Subversion API (/svn/api.php).