View | Annotate | Download (1 KB)
- FEATURE: Added UMASK property (see http://bugs.typo3.org/view.php?id=6782). Thanks to Frank Naegler- added PHP Doc comments to tx_npsubversion_svn
- version: 0.4.2
- CHANGE: replaced tempnam() with API calls (t3lib_div::tempnam())- FEATURE: added "sjow_svn_dirs" configuration to be able to unhide .svn directories
- 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)
- 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
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
feature: working copies/export targets under filelistfeature: "repository"-type: working copy / export targetchange: removed last PEAR-dependencieschange: hide subversion module from left frame
feature: filelist-integrationchange: removed PEAR-dependency