- Mar 31, 2004
-
-
Kasper Skårhøj authored
* Removed "onblur" handler in "browser.php" - had no great significance apparently and bugged people on Mac. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@170 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@169 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* In t3lib_div::linkThisUrl(), remove "?" if no parameters were found. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@168 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* Added "config.doctype = none" support - omits any doctype in the frontend. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@167 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* 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). * 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. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@166 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@165 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* Changed the way simulateStaticDocuments are resolved git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@164 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Mar 30, 2004
-
-
Martin Kutschker authored
updated utf8_strtrunc() added utf8_substr(), utf8_strlen(), utf8_strpos(), utf8_strrpos() added helpers utf8_char2byte_pos(), utf8_byte2char_pos() git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@163 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Mar 29, 2004
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@162 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@161 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@160 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Mar 28, 2004
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@159 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* Changed "t3lib_div::calluserFunc" and t3lib_div::getUserObj to use "&" as token for persistent (global) objects rather than ">" - PLEASE UPDATE YOUR CODE if you happend to use these features already (less than a week old). git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@158 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Mar 27, 2004
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@157 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Mar 26, 2004
-
-
Robert Lemke authored
Removed bug: The messageid, which was correctly built (md5(microtime())@domain.tld) by the htmlmail class, has been replaced by $uniqMsgId. Just removed that line, so now the valid default message ID is used instead. Bug has also been reported at bugs@typo3.com by Peter Niederlag on 08.02.2004. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@156 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Mar 25, 2004
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@155 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@154 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@153 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@152 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
Fixed some RTE issues; for instance images and links which didn't exist is not silently stripped anymore. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@151 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
Added <span title=""> to path in backend modules in Web main module; you can now see the full path (non-truncated) as title text. Added RTE API and changed the "rte" extension to use that. Added t3lib_div::getUserObj() which returns an OBJECT , instead of executing a method call like callUserFunc() does. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@150 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Mar 24, 2004
-
-
Robert Lemke authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@149 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Mar 23, 2004
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@148 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* Fixed problem in Extension Manager where files and directories was not written with correct permissions. I also added t3lib_div::mkdir() general function for creating directories. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@147 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* Fixed bug that page tree didn't unfold when entering page id in the shortcut frame. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@146 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* Added a checkbox for be-users to disable IP locking. This is useful if you have backend users complaining about being thrown off sessions. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@145 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
* Added a checkbox for be-users to disable IP locking. This is useful if you have backend users complaining about being thrown off sessions. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@144 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Mar 22, 2004
-
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@143 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@142 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
First CVS update in a long time - see the top of changelog. In particular the foundational work for DBAL has been added. But don't worry - there is full backwards compliance. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@141 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@140 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@139 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Kasper Skårhøj authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@138 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Mar 19, 2004
-
-
Robert Lemke authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@137 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Robert Lemke authored
See: http://typo3.org/1422+M55c87d9b3b8.0.html git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@136 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Robert Lemke authored
See: http://typo3.org/1422+M55c87d9b3b8.0.html git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@135 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Mar 09, 2004
-
-
Christian Jul Jensen authored
The following problems with handling of mount points in menus fixed: - Unfolding of submenus at the wrong point - No checking for mount points at menu entry level. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@134 709f56b5-9817-0410-a4d7-c38de5d9e867
-
- Feb 12, 2004
-
-
Robert Lemke authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@133 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Robert Lemke authored
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@132 709f56b5-9817-0410-a4d7-c38de5d9e867
-
Robert Lemke authored
- added function getAltParam () which acts as an abstraction method / API creating alt and title parameters for img tags - 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 - used getAltParam in IMGTEXT () for rendering the alt tag - used getAltParam in cImage () for rendering the alt tag - added title="" when neccessary, ie. all cleargifs havin an alt="" parameter now also have a title="" git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@131 709f56b5-9817-0410-a4d7-c38de5d9e867
-