Directory typo3/sysext/cms/layout/

Directory Created:
2003-10-03 15:55
Total Files:
9
Deleted Files:
3
Lines of Code:
4838

[root]/typo3/sysext/cms/layout
                    directory in repo interfaces (1 files, 49 lines)

Lines of Code

typo3/sysext/cms/layout/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 228 (100.0%) 25462 (100.0%) 111.6
kasper 124 (54.4%) 24207 (95.1%) 195.2
patrick 8 (3.5%) 387 (1.5%) 48.3
stucki 20 (8.8%) 230 (0.9%) 11.5
steffenk 12 (5.3%) 220 (0.9%) 18.3
ohader 12 (5.3%) 195 (0.8%) 16.2
flyguide 17 (7.5%) 87 (0.3%) 5.1
sebastian 3 (1.3%) 49 (0.2%) 16.3
rupi 6 (2.6%) 26 (0.1%) 4.3
baschny 1 (0.4%) 18 (0.1%) 18.0
stfl_wolfgang 1 (0.4%) 15 (0.1%) 15.0
ingmars 10 (4.4%) 11 (0.0%) 1.1
masi 3 (1.3%) 8 (0.0%) 2.6
benni 7 (3.1%) 4 (0.0%) 0.5
jsegars 1 (0.4%) 2 (0.0%) 2.0
disappearer 2 (0.9%) 2 (0.0%) 1.0
k-fish 1 (0.4%) 1 (0.0%) 1.0

Most Recent Commits

benni 2009-11-18 00:56 Rev.: 6469

Fixed bug #12648: Introduce t3lib_utility_Http for all related constants and make the core aware of these changes (patch by Ingo Renner)

1 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: db_layout.php (+1 -1)
steffenk 2009-11-16 00:04 Rev.: 6423

Follow-up to #11764: instanciate t3lib_transl8tools in t3lib_recordlist

0 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: db_layout.php (-1)
steffenk 2009-11-10 12:20 Rev.: 6396

Follow-up to #12487: Inform if page use content_from_pid

2 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: db_layout.php (+2 -1)
steffenk 2009-11-08 17:32 Rev.: 6380

Fixed bug #12487: Inform if page use content_from_pid

15 lines of code changed in 2 files:

  • typo3/sysext/cms/layout: db_layout.php (+14), locallang.xml (+1)
rupi 2009-10-20 20:36 Rev.: 6192

Fixed bug #539: lang-children "get lost"(should be deleted) when deleting parent-record in default language (thanks to Tolleiv Nietsch)

3 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+3 -1)
rupi 2009-10-11 13:32 Rev.: 6133

Follow-up to bug #12154: renamed t3lib_MessageQueue to t3lib_FlashMessageQueue, changed some some function names in t3lib_flashmessages and t3lib_FlashMessageQueue.

1 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: db_layout.php (+1 -1)
rupi 2009-10-09 09:21 Rev.: 6125

Fixed bug #12154: Improve API of flashmessages

1 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: db_layout.php (+1 -1)
benni 2009-09-25 14:36 Rev.: 6053

Cleanup #11357: Make use of new t3lib_div::redirect function throughout the core

1 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: db_layout.php (+1 -2)
ohader 2009-09-16 18:57 Rev.: 5947

Fixed bug #11831: Remove reference operators for objects

2 lines of code changed in 2 files:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+1 -1), db_new_content_el.php (+1 -1)
steffenk 2009-08-31 09:03 Rev.: 5851

Added feature #10853: New Multimedia CE

6 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: locallang_db_new_content_el.xml (+6)
flyguide 2009-08-28 11:53 Rev.: 5840

Added feature #11783: Change existing warning boxes to use flash messages

10 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: db_layout.php (+10 -15)
rupi 2009-08-24 18:27 Rev.: 5815

Follow-up to #11764: $this->translateTools was not initialized in the page module

1 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: db_layout.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

20 lines of code changed in 2 files:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+15 -6), db_layout.php (+5 -1)
steffenk 2009-06-15 11:40 Rev.: 5593

Fixed bug #11275: Bring back the divider CE

2 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: locallang_db_new_content_el.xml (+2)
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 2 files:

  • typo3/sysext/cms/layout: db_layout.php (-5), db_new_content_el.php (-7)
patrick 2009-05-27 08:33 Rev.: 5503

Fixed bug #11128: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/cms/layout/db_layout.php

2 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: db_layout.php (+2 -2)
k-fish 2009-05-16 00:12 Rev.: 5424

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

1 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+1 -1)
patrick 2009-05-01 15:35 Rev.: 5381

Fixed bug #10970: Validation issue: Missing </div> in typo3/sysext/cms/layout/db_new_content_el.php

27 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: db_new_content_el.php (+27 -28)
steffenk 2009-03-23 11:32 Rev.: 5217

Fixed bug #10432: Page TS option to disable avaiable languages (thanks to Xavier Perseguers)

12 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+12 -1)
ohader 2009-03-10 20:59 Rev.: 5173

Added feature #9078: Integrate hook in page module to render preview of records with own CType

141 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+141 -121)
ohader 2009-03-09 19:28 Rev.: 5165

Cleanup: Updated copyright notices

3 lines of code changed in 3 files:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+1 -1), db_layout.php (+1 -1), db_new_content_el.php (+1 -1)
ohader 2009-03-09 15:12 Rev.: 5162

Fixed bug #10099: Use TYPO3_DB->exec_SELECTcountRows() to determine the number of rows

39 lines of code changed in 2 files:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+28 -26), db_layout.php (+11 -5)
steffenk 2009-02-16 09:57 Rev.: 5023

Fixed Bug #9439: followUp - renamed TS mod.wizards.newContentElements to mod.wizards.newContentElement

2 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: db_new_content_el.php (+2 -2)
steffenk 2009-02-05 18:09 Rev.: 4954

Fixed bug #9439: New Element Wizard has no option for hiding Elements via pageTS

172 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: db_new_content_el.php (+172 -174)
flyguide 2009-02-04 10:52 Rev.: 4945

Added feature #4911: Add an option to add alternative external URL or shortcut for other languages

1 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+1 -1)
stucki 2009-01-23 16:11 Rev.: 4827

Fixed bug #10231: split() is deprecated in PHP 5.3 (patch by Karsten Dambekalns)

1 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+1 -1)
steffenk 2009-01-05 11:15 Rev.: 4647

Fixed bug 10056: Misspelling english word "guesbooks"

1 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: locallang_mod.xml (+1 -1)
ohader 2008-12-30 12:12 Rev.: 4630

Added feature #5610: Extend TCEFORM_confObj on Page TSconfig by property keepItems

7 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: db_new_content_el.php (+7 -5)
steffenk 2008-12-29 14:59 Rev.: 4624

Fixed bug #10022: Pagecontent/Hidden has no effect

6 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+6 -2)
steffenk 2008-11-22 14:24 Rev.: 4478

Fixed bug #9798: Don't show fe_users password in page module

2 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+2 -3)
flyguide 2008-11-07 05:13 Rev.: 4433

removed superfluous comments, empty lines

2 lines of code changed in 2 files:

  • typo3/sysext/cms/layout: db_layout.php (+1 -11), db_new_content_el.php (+1 -10)
flyguide 2008-11-07 04:52 Rev.: 4432

removed empty lines at the end of the files

6 lines of code changed in 3 files:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+2 -1), db_layout.php (+2 -1), db_new_content_el.php (+2 -1)
masi 2008-10-14 15:02 Rev.: 4311

1 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+1 -1)
masi 2008-09-23 09:43 Rev.: 4165

#9411: Editors cannot create new translations of pages

2 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+2 -2)
benni 2008-08-14 22:40 Rev.: 3977

Fixed bug #9095: xhtml in the backend by default (Thanks to Christian Kuhn)

0 lines of code changed in 2 files:

  • typo3/sysext/cms/layout: db_layout.php (-2), db_new_content_el.php (-1)
ohader 2008-08-08 13:13 Rev.: 3951

Added feature #9075: Add record row to recStatInfoHooks in tx_cms_layout

1 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+1 -1)
patrick 2008-06-10 12:48 Rev.: 3774

Bug #8422: Context Sensitive Help mode with "display full text messages"

4 lines of code changed in 2 files:

  • typo3/sysext/cms/layout: db_layout.php (+3 -3), db_new_content_el.php (+1 -1)
flyguide 2008-04-14 16:20 Rev.: 3562

Fixed bug #7986: Vertical aligned Icons in List-Module, credits Peter Niederlag, Steffen Kamper, sponsored by snowflake productions

3 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+3 -3)
flyguide 2008-04-01 21:42 Rev.: 3510

Changed private declarations to protected

2 lines of code changed in 2 files:

  • typo3/sysext/cms/layout: db_layout.php (+1 -1), db_new_content_el.php (+1 -1)
flyguide 2008-04-01 20:42 Rev.: 3502

Fixed bug #7831: List in Page module has wrong colors, credits Steffen Kamper

1 lines of code changed in 1 file:

  • typo3/sysext/cms/layout: class.tx_cms_layout.php (+1 -1)

(85 more)

Generated by StatSVN 0.5.0