Directory t3lib/stddb/

Directory Created:
2003-10-03 15:55
Total Files:
4
Deleted Files:
0
Lines of Code:
1776

[root]/t3lib/stddb

Lines of Code

t3lib/stddb/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 173 (100.0%) 2959 (100.0%) 17.1
kasper 71 (41.0%) 2135 (72.2%) 30.0
ohader 19 (11.0%) 350 (11.8%) 18.4
stucki 15 (8.7%) 146 (4.9%) 9.7
flyguide 18 (10.4%) 142 (4.8%) 7.8
dmitry 10 (5.8%) 47 (1.6%) 4.7
masi 5 (2.9%) 40 (1.4%) 8.0
k-fish 4 (2.3%) 30 (1.0%) 7.5
steffenk 7 (4.0%) 27 (0.9%) 3.8
rupi 7 (4.0%) 18 (0.6%) 2.5
ingmars 10 (5.8%) 12 (0.4%) 1.2
rene 1 (0.6%) 3 (0.1%) 3.0
francois 1 (0.6%) 3 (0.1%) 3.0
benni 2 (1.2%) 3 (0.1%) 1.5
matrikz 1 (0.6%) 2 (0.1%) 2.0
sebastian 1 (0.6%) 1 (0.0%) 1.0
lolli 1 (0.6%) 0 (0.0%) 0.0

Most Recent Commits

steffenk 2009-11-25 12:27 Rev.: 6525

Fixed bug #12613: Wrong character encoding in cache tables breaks frontend rendering

1 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+1 -1)
ohader 2009-11-16 17:31 Rev.: 6430

Fixed bug #12594: "LastLogin"-Field creates PHP error on create (date)

2 lines of code changed in 1 file:

  • t3lib/stddb: tbl_be.php (+2 -1)
lolli 2009-10-27 22:14 Rev.: 6288

Fixed bug #12356: Remove exclude=1 from lastlogin field of be_user TCA

0 lines of code changed in 1 file:

  • t3lib/stddb: tbl_be.php (-1)
steffenk 2009-10-27 11:02 Rev.: 6282

Fixed bug #12358: BE-user last-login field uses "date" instead of "datetime" (thanks to Steffen Gebert)

2 lines of code changed in 1 file:

  • t3lib/stddb: tbl_be.php (+2 -2)
rupi 2009-10-19 12:50 Rev.: 6166

Fixed bug #11694: Table sys_refindex / KEY lookup_string not UTF-8 compatible (thanks to Morton Jonuschat)

1 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+1 -1)
ohader 2009-09-21 14:11 Rev.: 6025

Fixed bug #11903: Use separate tables for tags in the caching framework

15 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+15 -2)
rupi 2009-09-19 21:59 Rev.: 6000

Follow-up to bug #11505: added a forgotten comma to table definition of cache_hash

1 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+1 -1)
rupi 2009-09-18 13:47 Rev.: 5978

Fixed bug #11505: TYPO3 4.3 is slower than 4.2 -> re-implement native db caching and make the use of the caching framework configurable. !!! DB update required

14 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+14)
steffenk 2009-09-12 10:36 Rev.: 5917

Follow-up to feature #6872: #11924: Use suggest feature in core

18 lines of code changed in 2 files:

  • t3lib/stddb: tables.php (+6 -1), tbl_be.php (+12 -2)
rupi 2009-09-03 18:20 Rev.: 5886

Added feature #11828: There's no possibility to hide versioning and workspaces.

0 lines of code changed in 2 files:

  • t3lib/stddb: tables.php (-19), tbl_be.php (-194)
flyguide 2009-09-02 16:54 Rev.: 5883

Follow-up to #11438: Add a registry to t3lib - Limited the key field size to 128 chars to fit the UNIQUE key

1 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+1 -1)
flyguide 2009-08-14 09:53 Rev.: 5783

Added feature #11438: Add a registry to t3lib

12 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+12)
francois 2009-08-11 14:35 Rev.: 5774

Code cleanup #11686: Incomplete SQL comments in t3lib/stddb/tables.sql

3 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+3 -3)
rupi 2009-07-30 19:02 Rev.: 5737

!!! fixed bug #11593: Field t3ver_label is to small for uids >= 100000 (thanks to Fabrizio Branca)
Attention: DB update required

2 lines of code changed in 2 files:

  • t3lib/stddb: tables.php (+1 -1), tables.sql (+1 -1)
stucki 2009-07-06 16:46 Rev.: 5694

Revert old change from 2006-09-01: Remove key length for sys_refindex table (was needed by [SYS][multiplyDBfieldSize] which is considered deprecated nowadays) (thanks to Xavier Perseguers)

1 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+1 -1)
ohader 2009-05-23 15:40 Rev.: 5487

Cleanup: Fixed formatting issues in t3lib PHP files

1 lines of code changed in 1 file:

  • t3lib/stddb: tbl_be.php (+1 -1)
steffenk 2009-03-27 13:59 Rev.: 5236

Fixed bug #10773: TCA change for BE_USER (admin with less fields, admin checkbox on first tab)

4 lines of code changed in 1 file:

  • t3lib/stddb: tbl_be.php (+4 -6)
ohader 2009-03-10 21:36 Rev.: 5175

Cleanup: Fixed SVN properties

0 lines of code changed in 4 files:

  • t3lib/stddb: load_ext_tables.php (changed), tables.php (changed), tables.sql (changed), tbl_be.php (changed)
ohader 2009-03-09 19:28 Rev.: 5165

Cleanup: Updated copyright notices

2 lines of code changed in 2 files:

  • t3lib/stddb: tables.php (+1 -1), tbl_be.php (+1 -1)
flyguide 2009-03-08 16:39 Rev.: 5149

!!! Fixed issue #10614: update the caching framework to the latest version as in FLOW3

1 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+1 -1)
flyguide 2009-02-02 15:40 Rev.: 4922

removed empty line at EOF

1 lines of code changed in 1 file:

  • t3lib/stddb: tbl_be.php (+1 -1)
masi 2009-01-09 22:32 Rev.: 4675

Fixed bug #10087: Deprecation annotations are wrong for TYPO3 3.6 and 3.5

2 lines of code changed in 1 file:

  • t3lib/stddb: tables.php (+2 -2)
steffenk 2009-01-02 18:47 Rev.: 4640

Fixed bug #10043: removed deprecated function-calls in openid

1 lines of code changed in 1 file:

  • t3lib/stddb: tables.php (+1 -2)
ohader 2008-12-20 18:32 Rev.: 4579

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

30 lines of code changed in 3 files:

  • t3lib/stddb: tables.php (+1 -1), tables.sql (+1), tbl_be.php (+28 -4)
steffenk 2008-12-19 11:37 Rev.: 4576

Fixed bug #9964: Missing file icon PPT

1 lines of code changed in 1 file:

  • t3lib/stddb: tables.php (+1)
masi 2008-12-02 21:39 Rev.: 4522

Fixed bug #6131: Bug: 'Last login' for FE and BE users not shown in BE

19 lines of code changed in 1 file:

  • t3lib/stddb: tbl_be.php (+19 -5)
stucki 2008-11-08 18:32 Rev.: 4434

Follow-up to bug #8399: Table index was too long after changing the field size

1 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+1 -1)
flyguide 2008-11-07 04:52 Rev.: 4432

removed empty lines at the end of the files

2 lines of code changed in 2 files:

  • t3lib/stddb: tables.php (+1 -1), tbl_be.php (+1 -1)
ohader 2008-11-04 14:26 Rev.: 4416

Cleanup: Specified deprecated statements

2 lines of code changed in 1 file:

  • t3lib/stddb: tables.php (+2 -2)
ohader 2008-10-31 12:23 Rev.: 4395

Fixed bug #8399: field tablename in sys_refindex too short

6 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+6 -6)
ohader 2008-10-28 19:03 Rev.: 4364

Added feature #7571: FeUsers in table sys_lockedrecords

1 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+1)
flyguide 2008-10-20 21:39 Rev.: 4336

Added feature 9505: Make the caches in TYPO3 use the new caching framework

8 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+8 -5)
ingmars 2008-06-11 07:33 Rev.: 3795

Fixed #8674: Vulnerability of security bulletin typo3-20080611-1: Default value of fileDenyPattern allows arbitrary code execution on Apache

3 lines of code changed in 1 file:

  • t3lib/stddb: tables.php (+3)
ingmars 2008-06-05 18:11 Rev.: 3765

Fixed bug #6998: Installation misses key-definition of table pages

2 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+2 -1)
dmitry 2008-05-16 10:23 Rev.: 3656

Fixed bug #8277: Enable tabs in sys_workspaces

9 lines of code changed in 2 files:

  • t3lib/stddb: tables.php (+2 -1), tbl_be.php (+7 -2)
dmitry 2008-05-14 08:28 Rev.: 3647

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

23 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+23 -24)
stucki 2008-04-13 22:39 Rev.: 3558


* Minor code cleanup (patch by Benni Mack)

57 lines of code changed in 1 file:

  • t3lib/stddb: tables.php (+57 -57)
flyguide 2008-03-16 20:16 Rev.: 3439

Updated Copyright notices

1 lines of code changed in 1 file:

  • t3lib/stddb: tables.php (+1 -1)
flyguide 2008-03-16 17:22 Rev.: 3437

Code cleanup: replaced CVS with SVN

1 lines of code changed in 1 file:

  • t3lib/stddb: tables.sql (+1 -1)
flyguide 2008-03-12 09:30 Rev.: 3413

removed new line at end of file

1 lines of code changed in 1 file:

  • t3lib/stddb: tables.php (+1 -1)

(91 more)

Generated by StatSVN 0.5.0