root / trunk / ext_emconf.php

ext_emconf.php

View | Annotate | Download (3.3 KB)

# Date Author Comment
81 07/11/2008 05:52 PM waidelich

- FEATURE: added diff-icon to commit dialog (index.php->commitPreview)
- CHANGE: cm1/diff.js: minor bugfixes and tweaks
- updated manual

- version: 0.7.0 (beta)

85 07/08/2008 01:55 PM waidelich

- CHANGE: set width of SVN tree from 250px to 100% to avoid horizontal scrollbars

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

71 05/30/2008 10:22 PM waidelich

- CHANGE: in latest TYPO3 version (4.2) the parameter of the filelistfoldertree AJAX-request has been changed from "ajax" to "ajaxID"
- CHANGE: some tweaks in class.ux_filelistfoldertree.php

- version: 0.6.1

64 02/13/2008 06:12 PM waidelich

- CHANGE: load credentials from cookie if existent and no default username is set in repository record (in updates)
- CHANGE: if use of authentication cookie is disabled previously stored cookies won't be used for authentication

- note: manual updated
- version: 0.6.0

61 12/05/2007 05:46 PM waidelich

- updated manual (described new features, fixed typos)
- removed Extension Manager files

- version 0.5.0

57 11/22/2007 04:39 PM waidelich

- 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

52 11/15/2007 07:32 PM waidelich

updated ext_emconf.php

51 11/15/2007 07:15 PM waidelich

added PHP Doc comments to the PHP classes (not yet complete)

49 11/08/2007 06:31 PM waidelich

- CHANGE: renamed working copy records: "working copy" > "export definition" in locallang_db.xml
continued manual (tutorial 01, screenshots)

- version: 0.4.1

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

43 10/24/2007 09:21 AM waidelich

- BUGFIX: tx_npsubversion_div::addTrailingSlash and tx_npsubversion_div::stripTrailingSlash returned only the directory name not the whole path.
- BUGFIX: Error in BE module template (tx_npsubversion_cm1.html): Click on checkbox does not change the status of the checkbox (checkbox will be unticked on mouseup).
- CHANGE: added tx_npsubversion_svn::getOutputHTML. tx_npsubversion_svn::getOutputString does not return HTML line breaks (<br>) any longer

- version: 0.3.1

42 10/18/2007 09:48 AM waidelich

- FEATURE: linked workinCopies/exportTargets in filelistFolderTree with edit-views (filelist / ExtManager)

- version: 0.3.0

41 10/11/2007 12:10 PM waidelich

- BUGFIX: Cookies are not properly encoded before serialization - don't use version 0.2.2

- version: 0.2.3

40 10/11/2007 12:03 PM waidelich

- BUGFIX: PHP fails to properly unserialize Cookies when magic_quotes_gpc is on (see http://de.php.net/manual/en/function.unserialize.php). Resolved by base64-encoding complete cookie (this breks backwards compatibility!)

- version: 0.2.2

39 10/11/2007 11:22 AM waidelich

- BUGFIX: after export, error message is shown on UNIX systems although export was successful (getAffectedPaths returned wrong/untrimmed paths)

- version: 0.2.1

37 10/10/2007 05:06 PM waidelich

- 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

36 10/04/2007 05:50 PM waidelich

- corrected paths to graphics/icons
- version 0.1.1

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)

32 09/25/2007 04:12 PM waidelich

- BUGFIX: update looses working copy path when authentication fails
- BUGFIX: commit/export uses root path after authentication failed

25 09/19/2007 11:12 AM waidelich

- 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

20 08/07/2007 01:42 PM waidelich

BUGFIX: module ignores authentication for exports

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
12 07/31/2007 08:51 AM waidelich

FEATURE: Subversion Authentication (BE-User)
FEATURE: file list integration (detail view of folder list)
CHANGE: disabled "checkout..." and "np svn..." in file list click menu
CHANGE: added file-status (modified, conflict...) functions to svn class

8 07/16/2007 05:13 PM waidelich

feature: filelist-integration
change: removed PEAR-dependency

4 07/11/2007 04:45 PM waidelich

initial import