View | Annotate | Download (4.4 KB)
- BUGFIX: "svn diff" required authentication, added auth dialog- CHANGE: added spacer to filelist click menu below "diff" - CHANGE: some smaller stylings and refactorings in cm1/index.php, cm1/tx_npsubversion_cm1.html & cm1/styles.css
- merged feature branch (diff viewer 58:76) into trunk - new click menu entry "diff" - added class.tx_npsubversion_diffparser.php (simple unified diff parser) - added cm1/diff.js (prototype-based javascript functions for diff-view) - cm1/index.php: added diff-command, refactoring - sourced out most javascript from cm1/index.php to cm1/scripts.js - cm1/styles.css: added CSS rules for diff-view - cm1/tx_npsubversion_cm1.html: added diff view subparts - added current version of prototype to repository (older versions of TYPO3 include an outdated version)
- CHANGE: show diff-click menu item for modified and unmodified working copy files- CHANGE: added php doc comments to class.tx_npsubversion_diffparser.php- CHANGE: lots of tweaks and minor bugfixes in diff.js- CHANGE: removed TYPO3 shortcut link from BE module, as it caused some CSS problems in Diff view- CHANGE: cosmetical changes, mostly in Diff view- CHANGE: updated manual- BUGFIX: added browser check to diff.js until issues with Safari are fixed (synchronized scrollbars lead to an endless loop on Safari)
- version: 0.7.1
added PHP Doc comments to the PHP classes (not yet complete)
- corrected paths to graphics/icons- version 0.1.1
- 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
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: clickmenu (TortoiseSVN style)change: commands -> TCE: icon checkboxes with icons