View | Annotate | Download (3.7 KB)
added PHP Doc comments to the PHP classes (not yet complete)
- BUGFIX: tx_npsubversion_div::addTrailingSlash and tx_npsubversion_div::stripTrailingSlash returned only the directory name not the whole path.- BUGFIX: Error in BE module template (tx_npsubversion_cm1.html): Click on checkbox does not change the status of the checkbox (checkbox will be unticked on mouseup).- CHANGE: added tx_npsubversion_svn::getOutputHTML. tx_npsubversion_svn::getOutputString does not return HTML line breaks (<br>) any longer
- version: 0.3.1
- 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
- FEATURE: locallang support- FEATURE: BE-Module is template based now (cm1/tx_npsubversion_cm1.html, cm1/styles.css)- REFACTORING: replaced mod1 (Module) by cm1 (Click menu handler) as there exists no SVN Module anymore- REFACTORING: cleaned up cm1/index.php, removed unused code- REFACTORING: moved xclasses to subdirectory- CHANGE: a lot of small bugfixes and tweaks mainly in the BE Module (cm1/index.php)
- improved addTrailingSlash/stripTrailingSlash-methods to always return the directory of the specified path- added authentication dialog to commit workflow- added message for commits without changes ("no changes made since last commit, nothing to do here")- tweaks
- BUGFIX: tx_npsubversion_model->getByPath returns incorrect workingcopy- removed some unused methods from tx_npsubversion_model- added tx_npsubversion_div class (utilities)