Skip to content

Commit 1166e1f

Browse files
author
kasper
committed
Only changes to function indexes, comments and stripping of trailing whitespace in code lines all over code.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@196 709f56b5-9817-0410-a4d7-c38de5d9e867
1 parent 04494e7 commit 1166e1f

File tree

133 files changed

+6054
-6035
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+6054
-6035
lines changed

Diff for: CVSreadme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ checked out source before it will work for you. Follow these guidelines:
55

66

77
- Go to the module directory (default is "TYPO3core")
8-
- Create symlink for tslib:
8+
- Create symlink for tslib:
99
ln -s typo3/sysext/cms/tslib
1010
- Go to typo3/ folder:
1111
cd typo3/
@@ -18,7 +18,7 @@ checked out source before it will work for you. Follow these guidelines:
1818
- Create two symlinks to fonts:
1919
ln -s vera.ttf verdana.ttf
2020
ln -s nimbus.ttf arial.ttf
21-
21+
2222
OR
2323

2424
- Go to the module directory (default is "TYPO3core")

Diff for: ChangeLog

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Fixed bugs in Mount Points / Status:
99
- Fixed support for correct MP-vars for any entryLevel number for HMENU
1010
- Added option to overlay the mount point with the mounted page; This means the mount point gets substituted with the mounted page and not only the subpages of the mounted page. This is called "Overlay" mode. Can be set on a per-mount level (checkbox in the pages record). Only doktypes < 200 can be mounted in overlay mode.
1111
- Checked consistency of exclude pages/hidden/starttime/endtime and found it to be ok.
12-
- HMENU special types supported:
12+
- HMENU special types supported:
1313
rootline : full support
1414
list,directory : Supported, but only if the ID values supplied are in the main rootline of the site. The pages in the menus are allowed to be mount points of course. If the supplied IDs are outside the rootline they will loose their connection to the rootline unless "config.MP_mapRootPoints" is configured to supply some mapping.
1515
browse : Not supported: Didn't have time to do it, but should be possible to implement technically.
@@ -41,7 +41,7 @@ Fixed bugs in Mount Points / Status:
4141

4242
2004-04-01 Kasper Sk�rh�j,,, <[email protected]>
4343

44-
* Added full safety for the internal TYPO3 formmail; email addresses in the fields "recipient" and "recipient_copy" are encrypted in the transfer and the "formmail" interface is safe for spam-misuse (since a proper recipient address cannot be forged automatically).
44+
* Added full safety for the internal TYPO3 formmail; email addresses in the fields "recipient" and "recipient_copy" are encrypted in the transfer and the "formmail" interface is safe for spam-misuse (since a proper recipient address cannot be forged automatically).
4545
!!!If someone are using the "formmail" API from other renderers than the FORM cObject in TypoScript you will have to set the recipient address to the encrypted value by default OR alternatively disabled the check by TYPO3_CONF_VARS[FE][strictFormmail] = FALSE
4646

4747
2004-04-01 Kasper Sk�rh�j,,, <[email protected]>
@@ -86,7 +86,7 @@ Fixed bugs in Mount Points / Status:
8686

8787
2004-03-31 Kasper Sk�rh�j,,, <[email protected]>
8888

89-
* Fixed an error for form wizard (and others...) where the return URL would be wrong if the wizard was activated right after having saved a new record (would like back to a new record again).
89+
* Fixed an error for form wizard (and others...) where the return URL would be wrong if the wizard was activated right after having saved a new record (would like back to a new record again).
9090
* Further, I added the option of xmlOutput from the table and form wizards. This option is configured in the wizard setup. There is NO frontend rendering supporting the XML format yet. But it might be very handy (and recommended) for other applications wanting to use the table and formwizards.
9191

9292
2004-03-31 Kasper Sk�rh�j,,, <[email protected]>
@@ -103,8 +103,8 @@ Fixed bugs in Mount Points / Status:
103103

104104
2004-03-24 Kasper Sk�rh�j,,, <[email protected]>
105105

106-
* Added RTE API and changed the "rte" extension to use that.
107-
* Added t3lib_div::getUserObj() which returns an OBJECT , instead of executing a method call like callUserFunc() does.
106+
* Added RTE API and changed the "rte" extension to use that.
107+
* Added t3lib_div::getUserObj() which returns an OBJECT , instead of executing a method call like callUserFunc() does.
108108

109109
2004-03-23 Kasper Sk�rh�j,,, <[email protected]>
110110

@@ -151,7 +151,7 @@ Generally:
151151

152152
2004-02-12 Robert Lemke <[email protected]>
153153

154-
*
154+
*
155155
Made changes to class.tslib_content.php:
156156
- added function getAltParam () which acts as an abstraction method / API creating alt and title parameters for img tags
157157
- added a new TypoScript configuration property: "titleText" (string / stdWrp) similar to "altText". If only altText is specified, it will also be used for the "title" parameter
@@ -164,7 +164,7 @@ Kasper Sk
164164
- Added processing option to RTE, "proc.plainImageMode"
165165
- Added options for select and group types in TCA to set the selector box style.
166166
- Added $altPageId parameter to function linkTP*() in tslib_pibase + pi_list_linkSingle()
167-
- Changed the order of <?xml> and <!DOCTYPE> in the frontend for XHTML around again. And added an option, "doctypeSwitch" which will reverse the order for those needing that. And finally the "doctype" option fed with a value that is not "xhtml_frames", "xhtml_trans" or "xhtml_strict" will be outputted AS the doctype!
167+
- Changed the order of <?xml> and <!DOCTYPE> in the frontend for XHTML around again. And added an option, "doctypeSwitch" which will reverse the order for those needing that. And finally the "doctype" option fed with a value that is not "xhtml_frames", "xhtml_trans" or "xhtml_strict" will be outputted AS the doctype!
168168
- Implemented checkbox for show thumbnails in Element browser/file and RTE select image dialog.
169169
- Implemented pop-up window size selector in link wizard
170170

@@ -209,7 +209,7 @@ PHP:
209209
!!! The global var $AB has been removed (since the "alternative backend" is now THE backend and the classic is totally gone. If you use this var, you can safely expect $AB's value to be TRUE and therefore remove all code which would excute if it was FALSE.
210210
!!! Removed what looked like unused functions and variables in the backend frameset JavaScript.
211211
!!! Change db_list_frame and file_list_frame to just "list_frame".
212-
!!! Cleaned up a lot in the template-class.
212+
!!! Cleaned up a lot in the template-class.
213213
!!! dfw() and rfw() functions must be substituted with $GLOBALS["TBE_TEMPLATE"]->dfw() / ->rfw()
214214
!!! fw() is highly depreciated (and does NOT wrap strings anymore!)
215215
!!! if (top.theMenu) top.theMenu.recentuid

Diff for: GPL.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
GNU GENERAL PUBLIC LICENSE
1+
2+
GNU GENERAL PUBLIC LICENSE
23
Version 2, June 1991
34

45
Copyright (C) 1989, 1991 Free Software Foundation, Inc.

Diff for: LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The TYPO3 licensing conditions
33
2003, Kasper Sk�rh�j ([email protected])
44
Document version 2.00, 24-02-2003
5-
---------------------------------
5+
---------------------------------
66

77
The TYPO3 project is free software under the terms of the GNU General Public License.
88
The GNU/GPL license is found in the file GPL.txt

0 commit comments

Comments
 (0)