root / trunk / class.tx_npsubversion_filestatus.php

class.tx_npsubversion_filestatus.php

View | Annotate | Download (4.4 KB)

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

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

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

25 09/19/2007 11:12 AM waidelich

- 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

12 07/31/2007 08:51 AM waidelich

FEATURE: Subversion Authentication (BE-User)
FEATURE: file list integration (detail view of folder list)
CHANGE: disabled "checkout..." and "np svn..." in file list click menu
CHANGE: added file-status (modified, conflict...) functions to svn class