Directory typo3/sysext/dbal/

Directory Created:
2005-12-27 16:00
Total Files:
1
Deleted Files:
10
Lines of Code:
0

[root]/typo3/sysext/dbal
                directory in repo doc (1 files, 0 lines)
                Folder removed from repo handlers (0 files, 0 lines)
                Folder removed from repo mod1 (0 files, 0 lines)

Lines of Code

typo3/sysext/dbal/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 101 (100.0%) 6640 (100.0%) 65.7
k-fish 41 (40.6%) 4602 (69.3%) 112.2
stucki 12 (11.9%) 1886 (28.4%) 157.1
steffenk 4 (4.0%) 47 (0.7%) 11.7
flyguide 10 (9.9%) 36 (0.5%) 3.6
dmitry 3 (3.0%) 24 (0.4%) 8.0
masi 2 (2.0%) 18 (0.3%) 9.0
ohader 6 (5.9%) 15 (0.2%) 2.5
stfl_wolfgang 1 (1.0%) 12 (0.2%) 12.0
sebastian 11 (10.9%) 0 (0.0%) 0.0
ingmars 10 (9.9%) 0 (0.0%) 0.0
benni 1 (1.0%) 0 (0.0%) 0.0

Most Recent Commits

sebastian 2009-09-01 09:47 Rev.: 5863

* Deleting DBAL to include it via SVN:externals

0 lines of code changed in 11 files:

  • typo3/sysext/dbal: ChangeLog (del), class.ux_db_list_extra.php (del), class.ux_t3lib_db.php (del), class.ux_t3lib_sqlengine.php (del), class.ux_t3lib_sqlparser.php (del), ext_emconf.php (del), ext_icon.gif (del), ext_localconf.php (del), ext_php_api.dat (changed), ext_tables.php (del), ext_tables.sql (del)
masi 2009-06-15 20:59 Rev.: 5594

Fixed bug #11119: DBAL: Mapping in query does not takes care of remapping "table.field" in a WHERE clause (thanks to Xavier Perseguers)

14 lines of code changed in 1 file:

  • typo3/sysext/dbal: class.ux_t3lib_db.php (+14 -4)
steffenk 2009-06-14 21:26 Rev.: 5590

Fixed bug #11047: DBAL does not support CLOB/BLOB when using a mapped table name (thanks to Xavier Perseguers)

17 lines of code changed in 1 file:

  • typo3/sysext/dbal: class.ux_t3lib_db.php (+17)
steffenk 2009-06-14 21:23 Rev.: 5589

Fixed bug #11076: DBAL: Cannot connect to non-local Oracle database with SID (thanks to Xavier Perseguers)

13 lines of code changed in 1 file:

  • typo3/sysext/dbal: class.ux_t3lib_db.php (+13)
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/dbal: class.ux_t3lib_db.php (-13)
steffenk 2009-05-21 08:59 Rev.: 5465

Fixed bug #11022: DBAL does not support SQL having "+" (used in cache management)

8 lines of code changed in 1 file:

  • typo3/sysext/dbal: class.ux_t3lib_sqlparser.php (+8 -3)
steffenk 2009-05-21 08:50 Rev.: 5464

Fixed bug #8231: DBAL's bug admin_get_charsets() on a non-object

9 lines of code changed in 1 file:

  • typo3/sysext/dbal: class.ux_t3lib_db.php (+9)
k-fish 2009-05-16 00:12 Rev.: 5424

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

2 lines of code changed in 1 file:

  • typo3/sysext/dbal: class.ux_db_list_extra.php (+2 -2)
ohader 2009-03-11 19:14 Rev.: 5200

Cleanup: Updated ext_emconf.php files in system extensions

2 lines of code changed in 1 file:

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

Cleanup: Updated copyright notices

8 lines of code changed in 4 files:

  • typo3/sysext/dbal: class.ux_db_list_extra.php (+2 -2), class.ux_t3lib_db.php (+2 -2), class.ux_t3lib_sqlengine.php (+2 -2), class.ux_t3lib_sqlparser.php (+2 -2)
flyguide 2008-11-07 04:52 Rev.: 4432

removed empty lines at the end of the files

11 lines of code changed in 5 files:

  • typo3/sysext/dbal: class.ux_db_list_extra.php (+2 -1), class.ux_t3lib_db.php (+3 -2), class.ux_t3lib_sqlengine.php (+2 -1), class.ux_t3lib_sqlparser.php (+2 -1), ext_localconf.php (+2 -1)
ohader 2008-11-04 14:26 Rev.: 4416

Cleanup: Specified deprecated statements

5 lines of code changed in 1 file:

  • typo3/sysext/dbal: class.ux_t3lib_db.php (+5 -9)
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/dbal: ext_emconf.php (+1 -1)
dmitry 2008-07-14 12:25 Rev.: 3892

Follow up on #8786: missing wrapper for mysql_errno

21 lines of code changed in 1 file:

  • typo3/sysext/dbal: class.ux_t3lib_db.php (+21)
dmitry 2008-05-14 08:28 Rev.: 3647

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

2 lines of code changed in 1 file:

  • typo3/sysext/dbal: ext_tables.sql (+2 -2)
stucki 2008-04-23 10:16 Rev.: 3625


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

5 lines of code changed in 1 file:

  • typo3/sysext/dbal: ext_emconf.php (+5 -5)
stucki 2008-04-01 21:28 Rev.: 3508


* Fixed bug #7743: Install Tool: Create "admin" user did not work in 4.2-beta3

2 lines of code changed in 1 file:

  • typo3/sysext/dbal: class.ux_t3lib_db.php (+2 -1)
flyguide 2008-03-16 20:16 Rev.: 3439

Updated Copyright notices

12 lines of code changed in 4 files:

  • typo3/sysext/dbal: class.ux_db_list_extra.php (+2 -2), class.ux_t3lib_db.php (+6 -6), class.ux_t3lib_sqlengine.php (+2 -2), class.ux_t3lib_sqlparser.php (+2 -2)
stucki 2008-02-26 14:47 Rev.: 3290


* Rename t3lib_install::getFieldDefinitions_sqlContent() to t3lib_install::getFieldDefinitions_fileContent() and provide a wrapper for backwards compatibility

4 lines of code changed in 1 file:

  • typo3/sysext/dbal: class.ux_t3lib_db.php (+4 -4)
stucki 2008-02-04 12:30 Rev.: 3050


* Fixed bug #7295: sysext/dbal/: Uninitialized variable in ->handler_getFromTableList() (Patch by Oliver Klee)

7 lines of code changed in 2 files:

  • typo3/sysext/dbal: ChangeLog (+4), class.ux_t3lib_db.php (+3 -2)
ingmars 2007-11-05 20:38 Rev.: 2665

Some more eol-style property changes

0 lines of code changed in 2 files:

  • typo3/sysext/dbal: ChangeLog (changed), 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 7 files:

  • typo3/sysext/dbal: class.ux_db_list_extra.php (changed), class.ux_t3lib_db.php (changed), class.ux_t3lib_sqlengine.php (changed), class.ux_t3lib_sqlparser.php (changed), ext_emconf.php (changed), ext_localconf.php (changed), ext_tables.php (changed)
ingmars 2007-11-02 17:36 Rev.: 2652

Adding default SVN properties svn:keywords and svn:eol-style to files added lately

0 lines of code changed in 1 file:

  • typo3/sysext/dbal: class.ux_db_list_extra.php (changed)
flyguide 2007-08-15 09:12 Rev.: 2449

added @var phpDoc comments to various variables

13 lines of code changed in 1 file:

  • typo3/sysext/dbal: class.ux_t3lib_db.php (+13)
k-fish 2007-05-30 16:36 Rev.: 2355

Changes to DBAL sysext:
* PHP backtraces can be logged with the queries now (closes bug #3856)

8 lines of code changed in 2 files:

  • typo3/sysext/dbal: ChangeLog (+1), class.ux_t3lib_db.php (+7 -1)
k-fish 2007-05-30 16:10 Rev.: 2354

Changes to DBAL sysext:
* Added default values and some usability improvements to cached info display in debug module (closes bug #3750)
* EXPLAIN PLAN support for Oracle (closes bug #3850)
* Fixed a warning when using admin_get_fields() on a non-existent table
* Fixed a bug causing inserts with more than one affected CLOB field to fail
* quoteWhereClause() now die()s when the input cannot be parsed by parseWhereClause()

74 lines of code changed in 2 files:

  • typo3/sysext/dbal: ChangeLog (+4), class.ux_t3lib_db.php (+70 -36)
k-fish 2007-05-30 15:17 Rev.: 2353

Added default values and some usability improvements to cached info display in debug module (closes bug #3750)

4 lines of code changed in 1 file:

  • typo3/sysext/dbal: ChangeLog (+4)
k-fish 2007-05-29 17:27 Rev.: 2352

Fixed bugs #2438 and #4496 about quoting of DISTINCT in SELECT clauses

3 lines of code changed in 2 files:

  • typo3/sysext/dbal: ChangeLog (+1), class.ux_t3lib_db.php (+2 -8)
k-fish 2007-05-29 16:19 Rev.: 2351

DBAL sysext: A fix for bug #5481, field mapping not working on the right side of a comparison in WHERE clauses

12 lines of code changed in 2 files:

  • typo3/sysext/dbal: ChangeLog (+1), class.ux_t3lib_db.php (+11)
k-fish 2007-05-29 14:53 Rev.: 2350

Changes to the DBAL sysext:
* Closes bug #4462: creates tables without OIDs on PostgreSQL now
* Closes bugs #4494, #3759: & is translated to BITAND() on Oracle now
* Large text fields are CLOB fields now; for Oracle LIKE comparisons against such fields are translated to dbms_lob.instr() calls. This should fix e.g. bug #5535 as well as issues with TV data that cannot be unserialized (see comments on bug #4638)
* Updates to the manual

407 lines of code changed in 7 files:

  • typo3/sysext/dbal: ChangeLog (+11), class.ux_db_list_extra.php (new 108), class.ux_t3lib_db.php (+99 -52), class.ux_t3lib_sqlengine.php (+89 -2), class.ux_t3lib_sqlparser.php (+94 -2), ext_emconf.php (+5 -5), ext_localconf.php (+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"

4 lines of code changed in 1 file:

  • typo3/sysext/dbal: ext_tables.sql (+4 -4)
stucki 2007-02-07 01:09 Rev.: 2013

Release of TYPO3 4.1RC1

11 lines of code changed in 1 file:

  • typo3/sysext/dbal: class.ux_t3lib_db.php (+11 -11)
stfl_wolfgang 2006-07-13 13:33 Rev.: 1633

Fixing some missing is_array checks

12 lines of code changed in 1 file:

  • typo3/sysext/dbal: class.ux_t3lib_db.php (+12 -10)
k-fish 2006-07-01 09:10 Rev.: 1589

TER / emconf sync

6 lines of code changed in 1 file:

  • typo3/sysext/dbal: ext_emconf.php (+6 -6)
k-fish 2006-07-01 09:06 Rev.: 1588

Update of DBAL sysext to 0.9.9

61 lines of code changed in 5 files:

  • typo3/sysext/dbal: ChangeLog (+14 -3), class.ux_t3lib_db.php (+11 -4), class.ux_t3lib_sqlengine.php (+13 -9), class.ux_t3lib_sqlparser.php (+23 -10), ext_localconf.php (-1)
k-fish 2006-06-29 23:18 Rev.: 1562

ChangeLog

363 lines of code changed in 7 files:

  • typo3/sysext/dbal: ChangeLog (+8 -1), class.ux_t3lib_db.php (+298 -262), class.ux_t3lib_sqlengine.php (+29 -18), class.ux_t3lib_sqlparser.php (+19 -17), ext_emconf.php (+4 -4), ext_localconf.php (+2 -1), ext_tables.sql (+3 -3)
stucki 2006-04-10 10:27 Rev.: 1421

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

1857 lines of code changed in 6 files:

  • typo3/sysext/dbal: ChangeLog (+15), class.ux_t3lib_db.php (+1628 -1610), class.ux_t3lib_sqlengine.php (+88 -86), class.ux_t3lib_sqlparser.php (+87 -84), ext_emconf.php (+28 -14), ext_tables.sql (+11 -11)
k-fish 2005-12-27 16:19 Rev.: 947

Updated ext_emconf.php to not show changed files (caused by CVS commit).

3 lines of code changed in 1 file:

  • typo3/sysext/dbal: ext_emconf.php (+3 -2)
k-fish 2005-12-27 16:00 Rev.: 945

Committed DBAL extension as a sysext. Older changes can be looked up in the TYPO3xdev CVS and are summarized in the ChangeLog file.

3659 lines of code changed in 10 files:

  • typo3/sysext/dbal: ChangeLog (new 182), class.ux_t3lib_db.php (new 2619), class.ux_t3lib_sqlengine.php (new 86), class.ux_t3lib_sqlparser.php (new 683), ext_emconf.php (new 37), ext_icon.gif (new 2), ext_localconf.php (new 8), ext_php_api.dat (new), ext_tables.php (new 9), ext_tables.sql (new 33)
Generated by StatSVN 0.5.0