View | Annotate | Download (3.6 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: 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)
- 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
- BUGFIX: tx_npsubversion_model->getByPath returns incorrect workingcopy- removed some unused methods from tx_npsubversion_model- added tx_npsubversion_div class (utilities)
- FEATURE: Support for global/system extensions- DB: added field "wc_extension_type" - BUGFIX: exec: pipe errors to default output (2>&1)
- divided model: tx_npsubversion_repository => tx_npsubversion_repository, tx_npsubversion_workingcopy- removed unused files (icons, svn2cl,...)- added workingcopy abstraction class (tx_npsubversion_workingcopy)
CHANGE: tx_npsubversion_model->getWorkingCopyByUrl works with partial URLS nowFEATURE: added backup location for SVN exports, changeable in extension setupFEATURE: show path when rolling over icons in working copy listFEATURE: TYPO3 charset support. Uses TYPO3-encoding (Install-Tool: "forceCharset") for commitsFEATURE: multiline log messages. Log messages are stored in a temporary file now, so multiline comments are possibleBUGFIX: default filestatus for workingcopies must be "workingcopy" (to show the correct icon when no files have been modified)BUGFIX: show correct overlay icons in export target listCHANGE: switches are quoted in tx_npsubversion_svnCHANGE: removed file list integration checkbox from extension setup
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