Rupert Germann [Sat, 14 May 2005 10:33:39 +0000 (10:33 +0000)]
- added a new function to class.tslib_content.php (getBorderAttr()) which returns only a border attribute for images if the doctype is not xhtml_strict, xhtml_11 or xhtml_2 or if the config parameter 'disableImgBorderAttr' is not set. (fixes bug 797)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@718
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Thu, 12 May 2005 22:54:19 +0000 (22:54 +0000)]
* Force TCEform reload if the plugin is changed
* Added new typolink option "addQueryString" for adding all parameters of the current URL to the link. Notice that this does not check for any duplicate parameters! This is not a problem (only the last parameter of the same name will be applied), but enable "config.uniqueLinkVars" if you still don't like it.
* Removed duplicate "Expires" header in class.t3lib_userauth.php
* Changed return value type of t3lib_div::inList which was not really boolean (as documented) but string. Thanks to Bernhard Kraft.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@717
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Scharkow [Wed, 11 May 2005 19:28:27 +0000 (19:28 +0000)]
* Fixed bug #0000930: The delete button in QuickEdit mode lead to a 404 message. Thanks to Sebastian Kurf�rst.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@716
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 9 May 2005 16:09:12 +0000 (16:09 +0000)]
* Closed Indexed Search before 3.8.0 launch: Despite my hopes I had to significantly lower my ambitions for this release; I couldn't find time to complete the overhaul but had to just patch up any immediate problems and make it work for the 3.8.0 release. The TODO list inside is updated with the remaining tasks which is due for 4.0.0 late summer. If "Indexing Configurations" supporting indexing of external files, URLs and individual records have been mentioned earlier in this changelog or on the featurelist I can inform that the incomplete implementation has been disabled and postponed for 4.0.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@715
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Mon, 9 May 2005 09:14:07 +0000 (09:14 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@714
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Fri, 6 May 2005 14:01:09 +0000 (14:01 +0000)]
* Improved some ChangeLog comments
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@713
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Thu, 5 May 2005 21:08:31 +0000 (21:08 +0000)]
* Slightly changed a comment
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@712
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Thu, 5 May 2005 19:15:02 +0000 (19:15 +0000)]
* Changed the tolerance for image comparison from 10KB to 2KB.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@711
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 4 May 2005 15:12:41 +0000 (15:12 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@710
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 4 May 2005 15:08:13 +0000 (15:08 +0000)]
* 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)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@709
709f56b5-9817-0410-a4d7-
c38de5d9e867
René Fritz [Wed, 4 May 2005 01:37:11 +0000 (01:37 +0000)]
fixed bug in getServiceOption()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@708
709f56b5-9817-0410-a4d7-
c38de5d9e867
René Fritz [Tue, 3 May 2005 23:43:36 +0000 (23:43 +0000)]
fixed typo in description: htmlspecialchar[s]
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@707
709f56b5-9817-0410-a4d7-
c38de5d9e867
René Fritz [Tue, 3 May 2005 23:29:50 +0000 (23:29 +0000)]
cleanup and added a function to get the bin paths
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@706
709f56b5-9817-0410-a4d7-
c38de5d9e867
René Fritz [Tue, 3 May 2005 23:24:43 +0000 (23:24 +0000)]
changed wrong param description
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@705
709f56b5-9817-0410-a4d7-
c38de5d9e867
René Fritz [Tue, 3 May 2005 23:23:24 +0000 (23:23 +0000)]
function addService - make "user_" services possible
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@704
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Mon, 2 May 2005 09:48:38 +0000 (09:48 +0000)]
* Changed the description for the im_version_5 setting
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@703
709f56b5-9817-0410-a4d7-
c38de5d9e867
Christian Jul Jensen [Sun, 1 May 2005 20:55:09 +0000 (20:55 +0000)]
Updating changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@702
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Sun, 1 May 2005 20:50:33 +0000 (20:50 +0000)]
Reverted the "obvious" bug. For some strange reason the "sv" sysext directory had disappeared on my system, I thought the funtion had been moved to t3lib/. However, obviously this is wrong, therefore I revert that change. Sorry for the confusion!
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@701
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Sun, 1 May 2005 18:29:32 +0000 (18:29 +0000)]
* Fixed an obvious bug in class.t3lib_userauth.php which caused TYPO3 to stop working.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@700
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Sun, 1 May 2005 17:50:46 +0000 (17:50 +0000)]
* Implemented a wrapper for executing ImageMagick
* New feature #0001034: GraphicsMagick finally works with TYPO3! This can be enabled by setting TYPO3_CONF_VARS[GFX][im_version_5] to 'gm'.
* The Install Tool is now more tolerant when comparing image file sizes. Warnings are only displayed if the created image is more than 10K larger than its reference. In this case you should consider to change your IM/GD version...
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@699
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Sat, 30 Apr 2005 17:54:43 +0000 (17:54 +0000)]
* Changed the layout of the security warning box which is displayed in alt_intro.php
* Added a hook for extending the device recognition capabilities in class.t3lib_matchcondition.php (requested by Michael Perkhofer for his "wurfl" extension)
* Fixed bug #0000762: If the word "include_once" is followed by a whitespace, the extension manager issued an error
* New feature #0000634: Add the CURIFSUB state to menu objects (thanks to Wolfgang Klinger)
* Changed the spamProtectEmailAddresses range again. Allowed values are between -5 and 1 (higher values could break the output, thus the range needed to be changed)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@698
709f56b5-9817-0410-a4d7-
c38de5d9e867
Christian Jul Jensen [Fri, 29 Apr 2005 12:48:05 +0000 (12:48 +0000)]
* Added type path to getText function
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@697
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Fri, 29 Apr 2005 11:33:18 +0000 (11:33 +0000)]
Fixed DoS hole for fe_session_data table. See changelog for log description.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@696
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Fri, 29 Apr 2005 09:55:59 +0000 (09:55 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@695
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Fri, 29 Apr 2005 09:53:59 +0000 (09:53 +0000)]
Updated comments
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@694
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Fri, 29 Apr 2005 09:21:54 +0000 (09:21 +0000)]
* Applied fixes to t3lib_extMgm in order to prevent possible fatal errors where only local extensions would be loaded, resulting in a complete failure of the system (aka "...the cms extension is not loaded" bug). It is unknown if it fixes such problems since the bug is not repeatable.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@693
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 28 Apr 2005 21:25:36 +0000 (21:25 +0000)]
* Added API in tslib_pibase for checking availability of the cHash value when plugins are running as USER cObjects. This is a VERY IMPORTANT thing for plugin writers to acquaint themselves with. I suggest reading the article "The Mysteries of &cHash" which was written about this tricky issue.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@692
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Thu, 28 Apr 2005 16:55:40 +0000 (16:55 +0000)]
- updated changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@691
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Thu, 28 Apr 2005 16:52:05 +0000 (16:52 +0000)]
removed the mysql-version setting. this is not needed anymore because the version ckeck was removed too.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@690
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Thu, 28 Apr 2005 16:43:31 +0000 (16:43 +0000)]
- fix for bug 416: now the wrong default values in autoincrement lines will be removed from .sql files before they are written to the db. This fixes the problem where tables were not created under MySQL 4.1.x
- removed a double strcmp (resolves bug 955)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@689
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Thu, 28 Apr 2005 16:35:25 +0000 (16:35 +0000)]
- updated changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@688
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Thu, 28 Apr 2005 16:29:33 +0000 (16:29 +0000)]
new features for the pi_base pagebrowser: first and last links, "floating" of the displayed pages, all wraps are now configurable, all hardcoded HTML can be substituted with own wraps, and many more.
The behaviour of the pagebrowser doesn't change if the additional "internal"-array-elements don't exist.
This array has to be set from an extension which passes its TSconfig to the pagebrowser function. See comments in function for details.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@687
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 28 Apr 2005 12:02:01 +0000 (12:02 +0000)]
Localization updates
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@686
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Thu, 28 Apr 2005 10:26:29 +0000 (10:26 +0000)]
- updated changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@685
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Thu, 28 Apr 2005 10:21:16 +0000 (10:21 +0000)]
fix for bug 570: now it is prevented that umlauts or other special characters are inserted as "accessKey"
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@684
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Thu, 28 Apr 2005 10:15:03 +0000 (10:15 +0000)]
fixed bug 911: setting ['BE']['lockIP'] to a value < 4 does not log out the BEuser anymore.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@683
709f56b5-9817-0410-a4d7-
c38de5d9e867
Christian Jul Jensen [Thu, 28 Apr 2005 09:57:53 +0000 (09:57 +0000)]
* Added parameter to function in t3lib_install that enables you to write to other localconf's than the canonical.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@682
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 28 Apr 2005 08:38:35 +0000 (08:38 +0000)]
* Added search in Extension Manager for extensions locally.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@681
709f56b5-9817-0410-a4d7-
c38de5d9e867
Bernhard Kraft [Wed, 27 Apr 2005 21:33:13 +0000 (21:33 +0000)]
Corrected name in Changelog to firstname lastname after request of M. Stucki
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@680
709f56b5-9817-0410-a4d7-
c38de5d9e867
Bernhard Kraft [Wed, 27 Apr 2005 21:31:59 +0000 (21:31 +0000)]
Corrected name in Changelog to firstname lastname after request of M. Stucki
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@679
709f56b5-9817-0410-a4d7-
c38de5d9e867
Bernhard Kraft [Wed, 27 Apr 2005 21:25:38 +0000 (21:25 +0000)]
Added post-process Hook in class.t3lib_befunc.php for method "getFlexFormDS"
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@678
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Wed, 27 Apr 2005 21:09:44 +0000 (21:09 +0000)]
- updated changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@677
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Wed, 27 Apr 2005 20:23:44 +0000 (20:23 +0000)]
- fix for bug 536: removed a hardcoded tt_news reference which inserted the admin name as news author.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@676
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 27 Apr 2005 16:34:43 +0000 (16:34 +0000)]
* Updated install tool test images again after Stuckis suggestions. Now validates perfectly with this TYPO3 using his debian packages "graphicsmagick" and "graphicsmagick-im-compat"
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@675
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Scharkow [Wed, 27 Apr 2005 16:24:19 +0000 (16:24 +0000)]
2005-04-27 Michael Scharkow <mscharkow@gmx.net>
* Fixed bug #0000727: Fixed some labels for editing Page Header in page and list view
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@674
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 27 Apr 2005 15:20:11 +0000 (15:20 +0000)]
* 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)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@673
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 27 Apr 2005 15:14:56 +0000 (15:14 +0000)]
* 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)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@672
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 27 Apr 2005 10:09:55 +0000 (10:09 +0000)]
* When using frontend editing with pop-up window the save-and-view button will not change focus of the windows but keep the editing window on top while reloading the page for preview behind. (Works in any case editing happens in a pop-up window)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@671
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 27 Apr 2005 09:57:56 +0000 (09:57 +0000)]
See changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@670
709f56b5-9817-0410-a4d7-
c38de5d9e867
Andreas Otto [Mon, 25 Apr 2005 14:47:17 +0000 (14:47 +0000)]
Updated ChangeLog.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@669
709f56b5-9817-0410-a4d7-
c38de5d9e867
Andreas Otto [Mon, 25 Apr 2005 09:30:32 +0000 (09:30 +0000)]
Fixed bug 649 <bugs.typo3.org/view.php?id=649>.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@668
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Sun, 24 Apr 2005 03:02:30 +0000 (03:02 +0000)]
* Fixed a problem with a recent change in the filelist module
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@667
709f56b5-9817-0410-a4d7-
c38de5d9e867
Martin Kutschker [Tue, 19 Apr 2005 16:39:54 +0000 (16:39 +0000)]
t3lib_div::expandList, t3lib_page::deleteClause, tslib_cObj->editpanel
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@666
709f56b5-9817-0410-a4d7-
c38de5d9e867
Martin Kutschker [Tue, 19 Apr 2005 16:28:43 +0000 (16:28 +0000)]
fix DOS linefeeds
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@665
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Tue, 19 Apr 2005 14:04:06 +0000 (14:04 +0000)]
* Typo corrections
* Reverting change doubleval <-> floatval
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@664
709f56b5-9817-0410-a4d7-
c38de5d9e867
Martin Kutschker [Tue, 19 Apr 2005 09:26:56 +0000 (09:26 +0000)]
Added t3lib_div::expandList (turns eg "1,3-5,7" into "1,3,4,5,7")
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@663
709f56b5-9817-0410-a4d7-
c38de5d9e867
Martin Kutschker [Tue, 19 Apr 2005 09:01:37 +0000 (09:01 +0000)]
added innerWrap and outerWrap properties to EDITPANEL and innerWrap, outerWrap and color properties to EDITPANEL.previewBorder
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@662
709f56b5-9817-0410-a4d7-
c38de5d9e867
Martin Kutschker [Tue, 19 Apr 2005 08:54:38 +0000 (08:54 +0000)]
Changed t3lib_page::deleteClause to make it JOIN-safe
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@661
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Mon, 18 Apr 2005 15:07:48 +0000 (15:07 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@660
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Mon, 18 Apr 2005 13:11:04 +0000 (13:11 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@659
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Mon, 18 Apr 2005 13:09:22 +0000 (13:09 +0000)]
Made encryption key setting accessible in \"Basic Configuration\" section.
Missing PHP support for MySQL is only seen as error if DBAL extension is not loaded.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@658
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Mon, 18 Apr 2005 12:34:24 +0000 (12:34 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@657
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Mon, 18 Apr 2005 11:58:48 +0000 (11:58 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@656
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Mon, 18 Apr 2005 11:34:45 +0000 (11:34 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@655
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Mon, 18 Apr 2005 11:33:16 +0000 (11:33 +0000)]
- updated changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@654
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Mon, 18 Apr 2005 11:30:13 +0000 (11:30 +0000)]
- added a condition that removes wrong default values from autoinc-lines when importing static data. (bug 416 related)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@653
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Mon, 18 Apr 2005 10:48:48 +0000 (10:48 +0000)]
Emit a warning when encryption key is not set (bug #766)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@652
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Mon, 18 Apr 2005 10:36:51 +0000 (10:36 +0000)]
Fixed bug #983.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@651
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Mon, 18 Apr 2005 10:27:50 +0000 (10:27 +0000)]
Fixed bug #986, thanks to Sebastian Kurfuerst.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@650
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Mon, 18 Apr 2005 01:29:43 +0000 (01:29 +0000)]
* Release of TYPO3 3.8.0beta2
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@648
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Sun, 17 Apr 2005 21:48:23 +0000 (21:48 +0000)]
- updated changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@647
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Sun, 17 Apr 2005 21:45:38 +0000 (21:45 +0000)]
- changed the parsing of recordtiltles in lists. Now 'label_alt' and 'label_alt_force' are honored too. (resolves bugs 935 and 920)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@646
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Sun, 17 Apr 2005 21:38:52 +0000 (21:38 +0000)]
* Changed the size of ses_ip_lock fields to 39 (needed for storing IPv6 addresses)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@645
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Fri, 15 Apr 2005 08:16:48 +0000 (08:16 +0000)]
- updated changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@644
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Thu, 14 Apr 2005 22:20:10 +0000 (22:20 +0000)]
* Made fe_user passwords case sensitive and render them as password fields
* New feature #0000957: Added TypoScript option page.headTag
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@643
709f56b5-9817-0410-a4d7-
c38de5d9e867
Rupert Germann [Thu, 14 Apr 2005 21:49:49 +0000 (21:49 +0000)]
- fix for bug 966. The BE-listview in Localization Mode does now show the labels and flags of translated records again.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@642
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Thu, 14 Apr 2005 12:33:31 +0000 (12:33 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@641
709f56b5-9817-0410-a4d7-
c38de5d9e867
Ingmar Schlecht [Thu, 14 Apr 2005 12:31:43 +0000 (12:31 +0000)]
Added a comment to the hook I added yesterday.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@640
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Wed, 13 Apr 2005 23:12:04 +0000 (23:12 +0000)]
* Added new stdWrap property "stdWrap" for calling stdWrap recursively
* Added new hook in t3lib_tcemain::process_cmdmap (closes #0000823)
* Removed typeNum = 0 in some places (a previous change already sets them to 0 by default)
* !!! Use nimbus.ttf and vera.ttf as default truetype fonts for the GIFBUILDER. This is generally not a problem because they were always used (arial.ttf is a symlink to nimbus.ttf, verdana.ttf is pointing to vera.ttf). However it could change your page design if you just overwrote the symlinks with a different file and did not set the fontFile in the GIFBUILDER configuration.
* File- and foldernames in the fileadmin could be cut to some lenght. Therefore a tool tip is added to show the full name.
* Fixed bug #0000286: spamProtectEmailAddresses sometimes wrecked table content elements
* New feature #0000490: Optionally remove duplicate parameters in typolinks
* Fixed bug #0000675: Context menu did not work with Opera
* Corrected a hook in index_ts.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@639
709f56b5-9817-0410-a4d7-
c38de5d9e867
Ingmar Schlecht [Wed, 13 Apr 2005 19:09:00 +0000 (19:09 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@638
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Wed, 13 Apr 2005 17:36:29 +0000 (17:36 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@637
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Wed, 13 Apr 2005 17:35:45 +0000 (17:35 +0000)]
Small fix to fix bug #974.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@636
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Wed, 13 Apr 2005 17:15:28 +0000 (17:15 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@635
709f56b5-9817-0410-a4d7-
c38de5d9e867
Ingmar Schlecht [Wed, 13 Apr 2005 17:13:01 +0000 (17:13 +0000)]
* Added hook in t3lib_page for additional enableColumns
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@634
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Wed, 13 Apr 2005 16:54:48 +0000 (16:54 +0000)]
DBAL compliancy changes and a fix for bug #961.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@633
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Wed, 13 Apr 2005 16:37:17 +0000 (16:37 +0000)]
Re-adding image to set binary flag (see bug #972).
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@632
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Wed, 13 Apr 2005 16:36:37 +0000 (16:36 +0000)]
Re-adding image to set binary flag (see bug #972).
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@631
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Wed, 13 Apr 2005 16:29:34 +0000 (16:29 +0000)]
Re-adding image to set binary flag (see bug #972).
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@630
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Wed, 13 Apr 2005 16:28:46 +0000 (16:28 +0000)]
Re-adding image to set binary flag (see bug #972).
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@629
709f56b5-9817-0410-a4d7-
c38de5d9e867
Ingmar Schlecht [Wed, 13 Apr 2005 16:03:55 +0000 (16:03 +0000)]
* Minor change to spamProtectEmailAddresses ASCII
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@628
709f56b5-9817-0410-a4d7-
c38de5d9e867
Ingmar Schlecht [Wed, 13 Apr 2005 15:58:03 +0000 (15:58 +0000)]
* Cleaned up tslib_content by putting some lines of redundant code into new function getMailTo()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@627
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Wed, 13 Apr 2005 13:05:04 +0000 (13:05 +0000)]
Updated CVS rules
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@626
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Wed, 13 Apr 2005 13:02:09 +0000 (13:02 +0000)]
*** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@625
709f56b5-9817-0410-a4d7-
c38de5d9e867
Karsten Dambekalns [Wed, 13 Apr 2005 11:33:44 +0000 (11:33 +0000)]
Changed require to require_once to fix bug #958.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@624
709f56b5-9817-0410-a4d7-
c38de5d9e867
Kasper Skårhøj [Tue, 12 Apr 2005 09:31:44 +0000 (09:31 +0000)]
* changed install tool comparison images
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@623
709f56b5-9817-0410-a4d7-
c38de5d9e867
Michael Stucki [Mon, 11 Apr 2005 21:08:23 +0000 (21:08 +0000)]
* Just some typo corrections. Folks, please get used to write "TYPO3" exactly this way and not different! This is our CI!
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@622
709f56b5-9817-0410-a4d7-
c38de5d9e867
Ingmar Schlecht [Mon, 11 Apr 2005 18:01:38 +0000 (18:01 +0000)]
* Now database host names can contain colons ":" so you can also specify ports like "localhost:3306"
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@621
709f56b5-9817-0410-a4d7-
c38de5d9e867
Ingmar Schlecht [Sun, 10 Apr 2005 19:22:33 +0000 (19:22 +0000)]
Changed typo3/mod/tools/em/index.php to support new "Overwrite" checkbox feature of Kickstarter.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@619
709f56b5-9817-0410-a4d7-
c38de5d9e867
Ingmar Schlecht [Sun, 10 Apr 2005 17:27:41 +0000 (17:27 +0000)]
Added hook in t3lib_userauth.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@618
709f56b5-9817-0410-a4d7-
c38de5d9e867
Jan-Erik Revsbech [Sun, 10 Apr 2005 17:23:50 +0000 (17:23 +0000)]
Make direct mails base64 by default.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@617
709f56b5-9817-0410-a4d7-
c38de5d9e867