All notable changes to SmallServerAdmin will be documented in this file.
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.
- Support for multiple update sources;
- Markdown support;
- Adding, editing and deleting server configurations.
- /ssa.config.php:
- added
$config['settings_default_branch']
; - added
$config['settings_update_sources']
; - added
DefaultBranch
to$config['client']
.
- added
- Default server and ssh settings from ssa.config.php (connection settings are expected in a config files in the folder /servers).
- Subversion API (/svn/api.php).
- ssh2 checking;
- Connection test;
- Client-side localization and resources for Russian;
- Resources for German (only server-side);
HtanEnabled
to$config['client']
.
- Widget of news: Twitter replaced to Facebook and VKontakte.
- Search sites (/sites/api.php).
- @adminstock news widget;
- New module - settings with update functions;
- Logout button;
- Support for multiple servers;
- Move, copy and mass deletion files and folders.
- References to script and style file moved to
StaticIncludes
control; - The language selection interface changed.
- Fixed problem with setting the password to svn users, if the password file does not exist;
- Error messages on Russian;
- Fixed detection of
Content-Type
in API.
First alpha.