Directory typo3/sysext/css_styled_content/pi1/

Directory Created:
2004-11-16 16:24
Total Files:
2
Deleted Files:
1
Lines of Code:
974

[root]/typo3/sysext/css_styled_content/pi1

Lines of Code

typo3/sysext/css_styled_content/pi1/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 37 (100.0%) 2581 (100.0%) 69.7
kasper 11 (29.7%) 1903 (73.7%) 173.0
stucki 4 (10.8%) 455 (17.6%) 113.7
sebastian 1 (2.7%) 80 (3.1%) 80.0
baschny 4 (10.8%) 65 (2.5%) 16.2
benni 4 (10.8%) 26 (1.0%) 6.5
ingmars 6 (16.2%) 20 (0.8%) 3.3
ohader 4 (10.8%) 16 (0.6%) 4.0
jsegars 1 (2.7%) 12 (0.5%) 12.0
flyguide 2 (5.4%) 4 (0.2%) 2.0

Most Recent Commits

ohader 2009-09-16 18:57 Rev.: 5947

Fixed bug #11831: Remove reference operators for objects

7 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+7 -7)
baschny 2009-06-29 10:43 Rev.: 5655

* Added feature #2421: CSC: Move static HTML from render_uploads to TypoScript, providing flexible rendering of "Filelinks" content elements

31 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+31 -29)
baschny 2009-06-03 18:44 Rev.: 5540

Added feature #11107: CSC: Provides more flexible rendering for the images block in "text with image"

21 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+21 -6)
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/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (-5)
benni 2009-05-14 22:32 Rev.: 5415

Feature #10673: CSS-Styled-Content "uploads" - the filelist can now be manipulated by TS, added a new property "tt_content.uploads.20.filePath" with stdWrap properties to dynamically fetch all files from a filePath

17 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+17 -9)
ohader 2009-03-09 19:28 Rev.: 5165

Cleanup: Updated copyright notices

1 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+1 -1)
ohader 2009-03-09 16:03 Rev.: 5164

Added feature #8487: Enable configuration of filesize labels for CType uploads

1 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+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 1 file:

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

Updated Copyright notices

2 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+2 -2)
jsegars 2008-01-31 18:04 Rev.: 2988

Fixed bug #6902: Add an imagespace to Text w/ Image when image width is not available. Thanks to Georg Ringer.

12 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+12 -2)
benni 2008-01-31 16:49 Rev.: 2987

Fixed Bug #4770: css_styled_content - rowSpace also puts space below last image row

6 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+6 -1)
benni 2008-01-08 22:39 Rev.: 2872

(bugfix) Fixed #7101: CType bullets not rendered correctly (thanks to Steffen Kamper)

3 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+3 -4)
ohader 2007-11-20 10:20 Rev.: 2738

Added feature #6473: CSC - Extend render userFuncs by TS field property

7 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+7 -3)
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 2 files:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (changed), locallang.xml (changed)
ingmars 2007-11-02 22:21 Rev.: 2659

Bug #6561 revised: Registers IMAGE_NUM and IMAGE_NUM_CURRENT contained incorrect array indizes

14 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+14 -13)
ingmars 2007-10-27 19:20 Rev.: 2623

Fixed bug #6561: imgMax and imgStart (IMGTEXT) not working properly

4 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+4 -4)
ingmars 2007-10-20 21:17 Rev.: 2598

Fixed bug: stdWrap for imgMax is not taken into account.

1 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+1 -1)
ingmars 2007-09-07 13:11 Rev.: 2494

Fixing uninitialized variable in class.tx_cssstyledcontent_pi1.php

1 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+1 -1)
stucki 2007-02-04 22:07 Rev.: 1981

Fixed bug #4526: Add td-<number> to last table elements in CSS styled content

1 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+1 -1)
stucki 2007-01-23 12:32 Rev.: 1925

* ! Removed function "netPrintApplication_offsiteLinkWrap" and TypoScript property "netprintApplicationLink" for IMGTEXT elements which were only used by one extension which is obsolete meanwhile...

0 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (-3)
baschny 2006-07-10 18:21 Rev.: 1616

2006-07-04 Ernesto Baschny <ernst@cron-it.de>

* Fixed bug #3005: captionSplit.cObject functionality in IMGTEXT is back as documented. But marked as "deprecated".
* Fixed bug #3258: rendering issues in CSS styled IMGTEXT with noRows setting fixed.
* Fixed bug #3416: first caption was being doubled with "renderMethod=table".

12 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+12 -4)
baschny 2006-05-18 13:00 Rev.: 1477

2006-05-18 Ernesto Baschny <ernst@cron-it.de>

* Fixed bug #3138: Alignment of text in css_styled_content's Text w/ images (nowrap) was wrong (Firefox)

1 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+1)
stucki 2006-04-10 10:27 Rev.: 1421

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

454 lines of code changed in 2 files:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+454 -20), locallang.xml (-87)
sebastian 2005-12-27 00:59 Rev.: 937


* updated CSS styled content: integrated accessible mailforms,
accessible menus, accessible tables
* inserted update wizard and compatibility version

80 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+80 -11)
kasper 2005-10-04 13:03 Rev.: 809

Added initial support for workspaces in core.

1 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+1 -1)
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/css_styled_content/pi1: locallang.xml (+1)
kasper 2005-04-28 13:02 Rev.: 686

Localization updates

125 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: locallang.xml (+125 -812)
kasper 2005-04-27 16:20 Rev.: 673


* More implementation of locallang-xml support in frontend
* Implemented substitution of glossary terms in view_help.php. Glossary is available when the extension "t3glossary" is installed (yet to be released)

815 lines of code changed in 2 files:

  • typo3/sysext/css_styled_content/pi1: locallang.php (del), locallang.xml (new 815)
kasper 2005-04-01 15:37 Rev.: 593

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

11 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+11 -7)
kasper 2005-02-17 14:08 Rev.: 564


* Added 3 hooks for each hardcoded function in css_styled_content so extensions can be written which provides alternative renderings without XCLASSING.

172 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (+172 -135)
kasper 2004-12-31 13:58 Rev.: 526

Various small fixes

38 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: locallang.php (+38 -2)
kasper 2004-11-16 17:55 Rev.: 505

Updated locallang from TER for a set of system Extension

308 lines of code changed in 1 file:

  • typo3/sysext/css_styled_content/pi1: locallang.php (+308 -90)
kasper 2004-11-16 16:24 Rev.: 503

*** empty log message ***

432 lines of code changed in 2 files:

  • typo3/sysext/css_styled_content/pi1: class.tx_cssstyledcontent_pi1.php (new 342), locallang.php (new 90)
Generated by StatSVN 0.5.0