View | Annotate | Download (4.4 KB)
added PHP Doc comments to the PHP classes (not yet complete)
- FEATURE: added new language labels- FEATURE: usability improvements (template, css)- CHANGE: renamed "authorization" => "authentication" for consistency- CHANGE: Credentials are no longer stored in BE-USER UC, but in a (session)cookie- CHANGE: a lot of refactoring, mainly in the backend module- BUGFIX: replace backslashes in paths in tx_npsubversion_div- BUGFIX: remove whitespace from paths in tx_npsubversion_filestatus- BUGFIX: remove debug output from filelistFolderTree- BUGFIX: a lot of smaller bugfixes and tweaks
- version: 0.2.0
- HACK: on some WINDOWS setups exec returns only one single line. Added temporary work around by storing exec output to temp file in windows environments- added extension configuration fields svn_config_dir, svn_encoding- lots of bugfixes
FEATURE: Subversion Authentication (BE-User)FEATURE: file list integration (detail view of folder list)CHANGE: disabled "checkout..." and "np svn..." in file list click menuCHANGE: added file-status (modified, conflict...) functions to svn class