You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog
+8-8
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Fixed bugs in Mount Points / Status:
9
9
- Fixed support for correct MP-vars for any entryLevel number for HMENU
10
10
- 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.
11
11
- Checked consistency of exclude pages/hidden/starttime/endtime and found it to be ok.
12
-
- HMENU special types supported:
12
+
- HMENU special types supported:
13
13
rootline : full support
14
14
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.
15
15
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:
* 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).
45
45
!!!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
* 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).
90
90
* 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.
- added function getAltParam () which acts as an abstraction method / API creating alt and title parameters for img tags
157
157
- 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
164
164
- Added processing option to RTE, "proc.plainImageMode"
165
165
- Added options for select and group types in TCA to set the selector box style.
166
166
- 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!
168
168
- Implemented checkbox for show thumbnails in Element browser/file and RTE select image dialog.
169
169
- Implemented pop-up window size selector in link wizard
170
170
@@ -209,7 +209,7 @@ PHP:
209
209
!!! 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.
210
210
!!! Removed what looked like unused functions and variables in the backend frameset JavaScript.
211
211
!!! 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.
213
213
!!! dfw() and rfw() functions must be substituted with $GLOBALS["TBE_TEMPLATE"]->dfw() / ->rfw()
214
214
!!! fw() is highly depreciated (and does NOT wrap strings anymore!)
0 commit comments