root / trunk / ext_tables.php

ext_tables.php

View | Annotate | Download (1.9 KB)

# Date Author Comment
83 07/01/2008 03:31 PM waidelich

- 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

63 02/13/2008 05:15 PM waidelich

- FEATURE: new export target option "don't create backup by default (in exports)"

- note: DB-Updates

47 10/24/2007 01:31 PM waidelich

- 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

45 10/24/2007 09:28 AM waidelich

- CHANGE: added file list module skin icon

- version: 0.3.2

33 10/04/2007 05:33 PM waidelich

- 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)

22 09/05/2007 09:12 AM waidelich

- divided model: tx_npsubversion_repository => tx_npsubversion_repository, tx_npsubversion_workingcopy
- removed unused files (icons, svn2cl,...)
- added workingcopy abstraction class (tx_npsubversion_workingcopy)

15 08/07/2007 12:19 PM waidelich

CHANGE: tx_npsubversion_model->getWorkingCopyByUrl works with partial URLS now
FEATURE: added backup location for SVN exports, changeable in extension setup
FEATURE: show path when rolling over icons in working copy list
FEATURE: TYPO3 charset support. Uses TYPO3-encoding (Install-Tool: "forceCharset") for commits
FEATURE: multiline log messages. Log messages are stored in a temporary file now, so multiline comments are possible
BUGFIX: 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 list
CHANGE: switches are quoted in tx_npsubversion_svn
CHANGE: removed file list integration checkbox from extension setup

13 08/01/2007 05:41 PM waidelich
10 07/18/2007 08:31 AM waidelich

feature: working copies/export targets under filelist
feature: "repository"-type: working copy / export target
change: removed last PEAR-dependencies
change: hide subversion module from left frame

8 07/16/2007 05:13 PM waidelich

feature: filelist-integration
change: removed PEAR-dependency

7 07/12/2007 05:11 PM waidelich

feature: clickmenu (TortoiseSVN style)
change: commands -> TCE: icon checkboxes with icons

4 07/11/2007 04:45 PM waidelich

initial import