[root]/typo3/sysext/dbal
doc
(1 files, 0 lines)
handlers
(0 files, 0 lines)
mod1
(0 files, 0 lines)

| 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 |
* Deleting DBAL to include it via SVN:externals
0 lines of code changed in 11 files:
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:
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:
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:
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:
Fixed bug #11022: DBAL does not support SQL having "+" (used in cache management)
8 lines of code changed in 1 file:
Fixed bug #8231: DBAL's bug admin_get_charsets() on a non-object
9 lines of code changed in 1 file:
Fixed bug #9994: ereg* is deprecated in PHP 5.3 alpha3
2 lines of code changed in 1 file:
Cleanup: Updated ext_emconf.php files in system extensions
2 lines of code changed in 1 file:
Cleanup: Updated copyright notices
8 lines of code changed in 4 files:
removed empty lines at the end of the files
11 lines of code changed in 5 files:
Cleanup: Specified deprecated statements
5 lines of code changed in 1 file:
Fixed bug #8934: change compatibility version to 4.3.0 for all sysexts
1 lines of code changed in 1 file:
Follow up on #8786: missing wrapper for mysql_errno
21 lines of code changed in 1 file:
Fixed bug #4693: tables definition not compliant with MySQL 5.0 strict mode
2 lines of code changed in 1 file:
* Update all ext_emconf.php in system extensions (continued)
5 lines of code changed in 1 file:
* Fixed bug #7743: Install Tool: Create "admin" user did not work in 4.2-beta3
2 lines of code changed in 1 file:
Updated Copyright notices
12 lines of code changed in 4 files:
* 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:
* Fixed bug #7295: sysext/dbal/: Uninitialized variable in ->handler_getFromTableList() (Patch by Oliver Klee)
7 lines of code changed in 2 files:
Some more eol-style property changes
0 lines of code changed in 2 files:
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:
Adding default SVN properties svn:keywords and svn:eol-style to files added lately
0 lines of code changed in 1 file:
added @var phpDoc comments to various variables
13 lines of code changed in 1 file:
Changes to DBAL sysext:
* PHP backtraces can be logged with the queries now (closes bug #3856)
8 lines of code changed in 2 files:
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:
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:
Fixed bugs #2438 and #4496 about quoting of DISTINCT in SELECT clauses
3 lines of code changed in 2 files:
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:
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:
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:
Release of TYPO3 4.1RC1
11 lines of code changed in 1 file:
Fixing some missing is_array checks
12 lines of code changed in 1 file:
TER / emconf sync
6 lines of code changed in 1 file:
Update of DBAL sysext to 0.9.9
61 lines of code changed in 5 files:
ChangeLog
363 lines of code changed in 7 files:
* Merging all changes from TYPO3_4-0 branch back into HEAD
1857 lines of code changed in 6 files:
Updated ext_emconf.php to not show changed files (caused by CVS commit).
3 lines of code changed in 1 file:
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: