* Fixed a bug in the context-sensitive menu (right-click on 2nd level like "more options..." didn't work). Thanks to Wolfgang Klinger.
10 lines of code changed in 2 files:
- updated changelog
4 lines of code changed in 1 file:
- 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)
21 lines of code changed in 1 file:
* 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.
58 lines of code changed in 16 files:
* Fixed bug #0000930: The delete button in QuickEdit mode lead to a 404 message. Thanks to Sebastian Kurf?rst.
4 lines of code changed in 2 files:
* 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.
95 lines of code changed in 9 files:
*** empty log message ***
2 lines of code changed in 2 files:
* Improved some ChangeLog comments
2 lines of code changed in 1 file:
* Slightly changed a comment
1 lines of code changed in 1 file:
* Changed the tolerance for image comparison from 10KB to 2KB.
1 lines of code changed in 1 file:
*** empty log message ***
0 lines of code changed in 1 file:
* 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)
175 lines of code changed in 105 files:
fixed bug in getServiceOption()
1 lines of code changed in 1 file:
fixed typo in description: htmlspecialchar[s]
17 lines of code changed in 1 file:
cleanup and added a function to get the bin paths
89 lines of code changed in 1 file:
changed wrong param description
30 lines of code changed in 1 file:
function addService - make "user_" services possible
16 lines of code changed in 1 file:
* Changed the description for the im_version_5 setting
1 lines of code changed in 1 file:
Updating changelog
4 lines of code changed in 1 file:
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!
1 lines of code changed in 2 files:
* Fixed an obvious bug in class.t3lib_userauth.php which caused TYPO3 to stop working.
2 lines of code changed in 2 files:
* 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...
195 lines of code changed in 9 files: