root / trunk / class.tx_npsubversion_div.php

class.tx_npsubversion_div.php

View | Annotate | Download (3.7 KB)

# Date Author Comment
51 11/15/2007 07:15 PM waidelich

added PHP Doc comments to the PHP classes (not yet complete)

43 10/24/2007 09:21 AM waidelich

- 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

37 10/10/2007 05:06 PM waidelich

- 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

33 10/04/2007 05:33 PM waidelich

- 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)

31 09/25/2007 10:12 AM waidelich

- 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

29 09/20/2007 11:42 AM waidelich

- BUGFIX: tx_npsubversion_model->getByPath returns incorrect workingcopy
- removed some unused methods from tx_npsubversion_model
- added tx_npsubversion_div class (utilities)