View | Annotate | Download (4.8 KB)
- FEATURE: new export target option "don't create backup by default (in exports)"
- note: DB-Updates
added PHP Doc comments to the PHP classes (not yet complete)
- FEATURE: extension can be installed globally and locally now- BUGFIX: display correct path to current workingCopy path (strip filename, trailing slash)- BUGFIX: getStatusRowsSubpart does not correctly highlight merge-actions- BUGFIX: use current workingCopy path for update command- CHANGE: show respective repository in workingCopy records (ext_tables.php)- some tweaks and improvements
- version: 0.4.0
- FEATURE: file icons in commit dialog- FEATURE: log message history- FEATURE: setPermissions (chmod, chgrp) after update/export/checkout- BUGFIX: default status of files in working copies is "workingcopy", even if the file/folder is not under version control- CHANGE: improved listing of working copies / export targets in filelistFolderTree (separation between directories & extensions, hide when no working copies exists)- CHANGE: CurrentPath getter/setter added, so commits/updates from subfolders are possible
- FEATURE: Support for global/system extensions- DB: added field "wc_extension_type" - BUGFIX: exec: pipe errors to default output (2>&1)
- 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
- improved error-handling- some tweaks and bugfixes
- divided model: tx_npsubversion_repository => tx_npsubversion_repository, tx_npsubversion_workingcopy- removed unused files (icons, svn2cl,...)- added workingcopy abstraction class (tx_npsubversion_workingcopy)