Directory typo3/sysext/impexp/

Directory Created:
2004-11-16 16:24
Total Files:
8
Deleted Files:
0
Lines of Code:
3715

[root]/typo3/sysext/impexp
                directory in repo app (5 files, 1926 lines)
                directory in repo cshimages (27 files, 0 lines)
                directory in repo doc (1 files, 41 lines)
                directory in repo modfunc1 (2 files, 234 lines)

Lines of Code

typo3/sysext/impexp/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 69 (100.0%) 5186 (100.0%) 75.1
kasper 34 (49.3%) 4999 (96.4%) 147.0
stucki 6 (8.7%) 116 (2.2%) 19.3
ohader 6 (8.7%) 23 (0.4%) 3.8
franzholz 1 (1.4%) 14 (0.3%) 14.0
flyguide 4 (5.8%) 13 (0.3%) 3.2
rupi 5 (7.2%) 7 (0.1%) 1.4
lolli 1 (1.4%) 5 (0.1%) 5.0
k-fish 1 (1.4%) 5 (0.1%) 5.0
dmitry 2 (2.9%) 2 (0.0%) 1.0
masi 1 (1.4%) 1 (0.0%) 1.0
ingmars 7 (10.1%) 1 (0.0%) 0.1
benni 1 (1.4%) 0 (0.0%) 0.0

Most Recent Commits

ohader 2009-10-21 10:31 Rev.: 6210

Cleanup: Updated ext_emconf.php files in system extensions

5 lines of code changed in 1 file:

  • typo3/sysext/impexp: ext_emconf.php (+5 -5)
rupi 2009-10-11 22:55 Rev.: 6141

Fixed bug #10971: Fatal error in impexp module: Call to a member function includeLLFile() on a non-object (thanks to Andre Steiling)

3 lines of code changed in 2 files:

  • typo3/sysext/impexp: class.tx_impexp_clickmenu.php (+3 -2), ext_tables.php (-1)
ohader 2009-09-16 18:57 Rev.: 5947

Fixed bug #11831: Remove reference operators for objects

9 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+9 -9)
rupi 2009-09-01 19:38 Rev.: 5874

Fixed bug #9049: Page ID is always 0 in export module for impexp (thanks to Christian Kuhn)

1 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp_clickmenu.php (+1 -1)
rupi 2009-08-05 13:49 Rev.: 5766

Fixed #11475: Add 'doNotLoadInFE' => 1 (introduced with 11474), to several system extensions, speeding up the frontend

1 lines of code changed in 1 file:

  • typo3/sysext/impexp: ext_emconf.php (+1)
rupi 2009-08-05 11:05 Rev.: 5761

Fixed #11430: Performance improvement: use $GLOBALS['EXEC_TIME'] instead of time() where it makes sense

2 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+2 -3)
lolli 2009-08-01 19:11 Rev.: 5744

Feature #6039: TCA group -> file absolute path without uploadfolder extended (Thanks to Martin Borer)

5 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+5)
benni 2009-06-02 14:52 Rev.: 5526

Followup to #11148: Remove static require_once() to t3lib and tslib and use autoloading instead - removed more require_once() statements

0 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (-8)
k-fish 2009-05-16 00:12 Rev.: 5424

Fixed bug #9994: ereg* is deprecated in PHP 5.3 alpha3

5 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+5 -7)
ohader 2009-03-11 19:14 Rev.: 5200

Cleanup: Updated ext_emconf.php files in system extensions

4 lines of code changed in 1 file:

  • typo3/sysext/impexp: ext_emconf.php (+4 -2)
ohader 2009-03-09 19:28 Rev.: 5165

Cleanup: Updated copyright notices

2 lines of code changed in 2 files:

  • typo3/sysext/impexp: class.tx_impexp.php (+1 -1), class.tx_impexp_clickmenu.php (+1 -1)
ohader 2008-12-20 18:32 Rev.: 4579

Added feature #5203: Add file operation permissions for back-end user groups (thanks to Christian Kuhn)

3 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+3 -6)
flyguide 2008-09-07 23:00 Rev.: 4069

Fixed issue #9285: Remove all @ in front of file_exists() calls

1 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+1 -1)
dmitry 2008-07-16 10:10 Rev.: 3896

Fixed bug #8934: change compatibility version to 4.3.0 for all sysexts

1 lines of code changed in 1 file:

  • typo3/sysext/impexp: ext_emconf.php (+1 -1)
dmitry 2008-05-14 08:28 Rev.: 3647

Fixed bug #4693: tables definition not compliant with MySQL 5.0 strict mode

1 lines of code changed in 1 file:

  • typo3/sysext/impexp: ext_tables.sql (+1 -1)
stucki 2008-04-23 10:40 Rev.: 3629


* Update version numbers of all system extension that have been changed since TYPO3 4.1

1 lines of code changed in 1 file:

  • typo3/sysext/impexp: ext_emconf.php (+1 -1)
stucki 2008-04-23 10:16 Rev.: 3625


* Update all ext_emconf.php in system extensions (continued)

18 lines of code changed in 1 file:

  • typo3/sysext/impexp: ext_emconf.php (+18 -11)
flyguide 2008-03-16 20:16 Rev.: 3439

Updated Copyright notices

5 lines of code changed in 2 files:

  • typo3/sysext/impexp: class.tx_impexp.php (+4 -4), class.tx_impexp_clickmenu.php (+1 -1)
ingmars 2007-11-05 20:38 Rev.: 2665

Some more eol-style property changes

0 lines of code changed in 1 file:

  • typo3/sysext/impexp: ext_tables.sql (changed)
ingmars 2007-11-05 10:22 Rev.: 2663

Changing SVN property eol-style from native to LF for all .php, .html, .js, .css and .htaccess files in the core trunk

0 lines of code changed in 5 files:

  • typo3/sysext/impexp: class.tx_impexp.php (changed), class.tx_impexp_clickmenu.php (changed), ext_emconf.php (changed), ext_tables.php (changed), locallang_csh.xml (changed)
flyguide 2007-08-15 09:12 Rev.: 2449

added @var phpDoc comments to various variables

7 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+7 -1)
masi 2007-03-12 20:58 Rev.: 2186

Replace all TINYTEXT columns with VARCHAR(255) and change index "parent" of fe_user to (pid,username) and drop the index "pid"

1 lines of code changed in 1 file:

  • typo3/sysext/impexp: ext_tables.sql (+1 -6)
ingmars 2007-02-05 19:24 Rev.: 1997

Lots of <label> tags added to checkbox labels throughout the core

1 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+1 -1)
kasper 2006-10-25 11:27 Rev.: 1770

4 lines of code changed in 3 files:

  • typo3/sysext/impexp: class.tx_impexp_clickmenu.php (+2 -2), ext_emconf.php (+1 -1), ext_tables.php (+1)
franzholz 2006-06-30 16:23 Rev.: 1584

Fix bug #3725: empty and invalid flexform meta data are checked. impexp echos warning message found inside T3D import.

14 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+14 -12)
stucki 2006-04-10 10:27 Rev.: 1421

* Merging all changes from TYPO3_4-0 branch back into HEAD

95 lines of code changed in 3 files:

  • typo3/sysext/impexp: class.tx_impexp.php (+93 -92), ext_tables.sql (+2 -2), locallang_csh.xml (-47)
kasper 2005-12-17 15:26 Rev.: 915


* Added reference index table and class. See mail sent to Dev-list

7 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+7 -250)
kasper 2005-11-07 18:16 Rev.: 842

More workspace stuff for beta.

4 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+4 -18)
kasper 2005-11-04 20:45 Rev.: 841

*** empty log message ***

19 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+19 -10)
kasper 2005-11-04 18:11 Rev.: 840

Workspace related changes

10 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+10)
kasper 2005-05-04 16:08 Rev.: 709

* Added Hindi language
* Added feature to table-wizard: Will create 5 new rows when adding rows in the bottom of table (configurable)
* Added download links in extension listing in EM
* Added new feature, "submenuObjSuffixes" to TypoScript Menu objects to define alternative submenus depending on position of parent menu object in menu. (TSref documented)

1 lines of code changed in 1 file:

  • typo3/sysext/impexp: locallang_csh.xml (+1)
kasper 2005-04-28 13:02 Rev.: 686

Localization updates

18 lines of code changed in 1 file:

  • typo3/sysext/impexp: locallang_csh.xml (+18 -16)
kasper 2005-04-01 15:37 Rev.: 593

Updated years from 2004 to 2005 + all function indexes. NO actual code changes done!

80 lines of code changed in 2 files:

  • typo3/sysext/impexp: class.tx_impexp.php (+79 -79), class.tx_impexp_clickmenu.php (+1 -1)
stucki 2005-02-06 12:25 Rev.: 554

* Fixed a typo (closes #0000127)

2 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+2 -2)
kasper 2005-01-21 03:26 Rev.: 535


* Added a new feature to force all UIDs in the "impexp" extension.

4 lines of code changed in 2 files:

  • typo3/sysext/impexp: class.tx_impexp.php (+2 -1), ext_emconf.php (+2 -2)
kasper 2005-01-15 20:30 Rev.: 534

*** empty log message ***

80 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+80 -79)
kasper 2005-01-15 20:23 Rev.: 533

Fixed final details around Import/Export. Unless important bugs surface this is it for a long time...

84 lines of code changed in 2 files:

  • typo3/sysext/impexp: class.tx_impexp.php (+77 -38), locallang_csh.xml (+7 -1)
kasper 2005-01-14 20:31 Rev.: 532


* import/export: CSH for the whole module, localization of all labels

255 lines of code changed in 4 files:

  • typo3/sysext/impexp: class.tx_impexp.php (+38 -33), class.tx_impexp_clickmenu.php (+2 -2), ext_tables.php (+2), locallang_csh.xml (new 213)
kasper 2005-01-13 22:33 Rev.: 530

More work on import/export + removal of "lower" range limit for endtimes on core records (to avoid import oddities).

102 lines of code changed in 1 file:

  • typo3/sysext/impexp: class.tx_impexp.php (+102 -70)
kasper 2004-12-17 17:58 Rev.: 520

Updates mainly to import/export extension. Many smaller changes / additions. See changelog for details.

2928 lines of code changed in 4 files:

  • typo3/sysext/impexp: class.tx_impexp.php (+2896 -611), class.tx_impexp_clickmenu.php (+6 -4), ext_tables.php (+7), ext_tables.sql (new 19)

(4 more)

Generated by StatSVN 0.5.0