Activity
From 2011-07-27 to 2011-08-25
2011-08-24
- 22:01 Revision 61b89cdd: [BUGFIX] Livesearch does not find all pages
- If you are a BE user with various mount points (no admin), live search
does not find all pages.
Change-Id: Ie4c9c41f... - 21:59 Revision fb0b7724: [TASK] Streamline class prefix handling in the core
- At the moment the frontend option userFuncClassPrefix is also checked in
various backend scenarios (for example the r... - 16:18 Revision 40668212: [BUGFIX] exec_SELECTcountRows returns string
- PHPdoc states that return value is either FALSE if
something strange happened or integer with the count of
records.
... - 16:14 Revision e537a87b: [BUGFIX] exec_SELECTcountRows returns string
- PHPdoc states that return value is either FALSE if
something strange happened or integer with the count of
records.
... - 16:07 Revision 12667025: [BUGFIX] exec_SELECTcountRows returns string
- PHPdoc states that return value is either FALSE if
something strange happened or integer with the count of
records.
... - 14:23 Revision 0cebd2d4: [TASK] Fix invalid class reference in deprecation message
- References to tx_lang_parser_* should be replaced by t3lib_l10n_parser_*
Change-Id: I529227db91a126ccea25b58211c381c...
2011-08-22
- 22:17 Revision b83105de: [BUGFIX] INTincScript_process: array check too late
- The array check for the configuration has been moved before
the first usage.
Change-Id: Ia1355206b2a2e7bdc1cfa9b1540... - 22:14 Revision e39690de: [BUGFIX] Extension Manager Cleanup
- Beside some type hintings and indent correction there is now a check
in response for timeout with fetching translatio... - 21:03 Revision 8de4a679: [BUGFIX] Clean up API of t3lib_cache
- This cleans up some loose ends of the caching framework by default patch series
for 4.6: Some methods in t3lib_cache ... - 19:51 Revision f43e316b: [TASK] Move aboutmodules files into extension directory
- There are two classes in typo3 directory which belong to the "aboutmodules" module:
alt_intro.php
class.alt_menu_func... - 19:41 Revision b0df3a24: [BUGFIX] Remove check for invalid prefix in addService
- t3lib_extMgm::addService() checks that $serviceType (eg. 'auth') does not start
with a valid class prefix. While it i... - 19:20 Revision 293bbf3f: [CLEANUP] Remove code duplication in saltedpasswords
- There is some duplicate code in tx_saltedpasswords_sv1::authUser().
This patch removes the code, making it more reada... - 18:57 Revision b491f240: [BUGFIX] Remove check for invalid prefix in addService
- t3lib_extMgm::addService() checks that $serviceType (eg. 'auth') does not start
with a valid class prefix. While it i... - 18:51 Revision ed70bca1: [TASK] Remove array duplication in T3_SERVICES
- These informations are important for a service:
* Extension name of a service implementation (e.g. 'saltedpasswords'... - 16:25 Revision 27300f20: [BUGFIX] Avoid sending mails if reciepient list is empty
- The parameter is set to an empty array which equals "false",
therefore we retrieve the full reciepient list which is ... - 14:45 Revision ae353449: [TASK] Use autoloader in rsaauth system extension
- Resolves: #29142
Releases: 4.6
Change-Id: I5ee0161a49d22c9d29b82bebfce6a16d3f1a439d
Reviewed-on: http://review.typo3... - 11:40 Revision 26634386: [BUGFIX] Fix isAbsPath() on Windows
- Paths starting with a slash are absolute on Windows, too.
Change-Id: Ie16b9f15d384b0da07e19eea68c37bbaee5094f5
Resol... - 11:38 Revision b7e0ee06: [BUGFIX] Fix isAbsPath() on Windows
- Paths starting with a slash are absolute on Windows, too.
Change-Id: Ie34449b8fc9f5e5a203044457baa64283412cf66
Resol... - 10:23 Revision 9e3718c6: [BUGFIX] Load TCA to have showRecordFieldList available
- Not loaded TCA avoids that the field-list in the diff-view
is trimmed down to the defined showRecordFieldList.
Chang... - 10:17 Revision 52368d5a: [BUGFIX] Load TCA to have showRecordFieldList available
- Not loaded TCA avoids that the field-list in the diff-view
is trimmed down to the defined showRecordFieldList.
Chang...
2011-08-21
- 20:19 Revision 48d23324: [BUGFIX] Some TCEforms elements are displaced
- When a TCEforms field is part of a palette, a specific span tag
is added around it. A similar span tag must be added ... - 20:11 Revision a3fe076f: [BUGFIX] Broken links representation gets saved to the database
- Solution: Avoid wrapping the a tag with span tag when style attribute
is set when rteerror attribute is also set.
Ch... - 20:11 Revision e0fa9bd0: [BUGFIX] Broken links representation gets saved to the database
- Solution: Avoid wrapping the a tag with span tag when style attribute
is set when rteerror attribute is also set.
Ch... - 20:10 Revision f7fab17f: [BUGFIX] Broken links representation gets saved to the database
- Solution: Avoid wrapping the a tag with span tag when style attribute
is set when rteerror attribute is also set.
Ch... - 19:20 Revision 93349ba6: [BUGFIX] TYPO3 tries to connect to typo3.org on every login
- If the extension cache is disabled,
the extension manager tries to establish a connection to the TER
as soon as user ... - 18:52 Revision 134f988c: [BUGFIX] Fix security level "normal" for backend login
- Only change the object property to something different than "superchallenged"
if the configuration is not set to a "s... - 18:52 Revision 9094c73d: [BUGFIX] Fix security level "normal" for backend login
- Only change the object property to something different than "superchallenged"
if the configuration is not set to a "s... - 18:31 Revision 154c0ac8: [BUGFIX] TYPO3 tries to connect to typo3.org on every login
- The extension manager tries to establish a connection to the TER
as soon as user credentials for a user are given.
T... - 17:48 Revision 08d33254: [BUGFIX] Labels of modules extending t3lib_extobjbase not loaded
- Modules that extend t3lib_extobjbase currently do not show any label.
Affected are for example the function wizards l... - 17:48 Revision 02cfeb78: [BUGFIX] t3lib_lock: Clean up constructor and add unit tests
- t3lib_lock can be cleaned up a bit: The constructor currently returns values
which is impossible, one error case is t... - 17:47 Revision f2c20600: [BUGFIX] Setting userFuncClassPrefix to empty string does not work
- Setting $GLOBALS['TYPO3_CONF_VARS']['FE']['userFuncClassPrefix']
to an empty string - to allow all prefixes - does no... - 17:45 Revision 5ec3779c: [BUGFIX] Problems with Cardlayout
- This fix contains several parts:
1. alt_file_navframe.php
changed top.TYPO3.Backend.ContentContainer.setUrl()
... - 17:29 Revision 6ed0538b: [BUGFIX] Fix security level "normal" for backend login
- Only change the object property to something different than "superchallenged"
if the configuration is not set to a "s... - 17:28 Revision b950c155: [BUGFIX] Fix security level "normal" for backend login
- Only change the object property to something different than "superchallenged"
if the configuration is not set to a "s... - 17:01 Revision 99678516: [BUGFIX] Add admin-note to tab-description of extension-manager
- All other admin-modules already have this under "About modules".
Change-Id: I54cc1ee2d3505f797623b5b9708174ee3e9df50... - 17:01 Revision 6d777920: [BUGFIX] sys_action: Fix Record List page switching
- If a list-records-task lists more than 100 records, the singe table page turning
functionality is shown on top of the... - 16:40 Revision 7b6bcee9: [TASK] Use a larger preview image in show_item (launchView)
- Increase the size of the image in show_item (launchView).
This window is displayed when a image in list or file_list ... - 16:37 Revision 1bb1b02c: [TASK] Increase size of thumbnails
- Increase the size of thumbnails (page, list, filelist) from 54x54px to 64x64px.
Change-Id: Ia830771e2e630d1fb5e4f624... - 16:13 Revision 000cebfa: [TASK] Use proper localization API
- Use of TYPO3.lang has been deprecated. Use TYPO3.l10n.localize() instead.
Change-Id: I68f968df3f3d105ee566987c000e3d... - 15:31 Revision 79b30f92: [TASK] Remove usage counts in method comments
- Issue #27985 removed the function indexes from class files and most
usage counts from method comments. This patch rem... - 15:10 Revision 571f9831: [BUGFIX] Also check if cache files are not empty
- If the temp_CACHED* files exist, but they are empty a lot of functions
produce incorrect result due to missing TCA da... - 14:32 Revision 2ee010e1: [BUGFIX] Remove cache_pages from table garbage collection task
- table cache_pages does not exist anymore and must is removed from
the default configuration of the task.
Change-Id: ... - 13:42 Revision 87d6092a: [TASK] Clean up API of tx_scheduler_CronCmd_Normalize
- The only public API method in tx_scheduler_CronCmd_Normalize is normalize().
The patch makes all non API methods prot... - 11:42 Revision f9384d57: [BUGFIX] feedit: Use skinImage for edit icons
- Replace hardcoded icons with t3lib_iconWorks::skinImage calls
Change-Id: I9c5270061e1355f7689eebcc35d27078931afe89
R... - 11:28 Revision 6043c16c: [BUGFIX] Clean up caching framework garbage collection task
- Clean up some obsolete code from the garbage collection task since the
caching framework was enabled by default. Addi... - 10:14 Revision d9d3b8bd: [BUGFIX] feedit: Use skinImage for edit icons
- Replace hardcoded icons with t3lib_iconWorks::skinImage calls
Change-Id: I02236b36facb53222ccc8e0bfc17adf7b2ac7ae4
R... - 10:02 Revision 01c2eb22: [BUGFIX] "New record" button in Template mod broken
- Recent browsers follow HTML5 standards for submitting image input
elements. The result is that the name of the image ...
2011-08-20
- 19:06 Revision 2213f49b: [+TASK] Marking Fluid as "stable" instead of "beta"
- Fixes: #8767
Change-Id: Id9a0773465eb64c9e9d9c97c756e3565e83ebd60 - 17:15 Revision 250cc154: [BUGFIX] Make workspace change visible for editors
- Due to a very strict topbar selector the workspace labels
might not show up in the topbar. The patch makes the menuse... - 12:16 Revision e65c7dca: [BUGFIX] After merge of #29029 flexform display is broken
- After #29029 flexforms display is broken because of the added
display:inline-block. Fix it by changing it for flexfor... - 11:53 Revision 3af185b6: [BUGFIX] Also check if cache files are not empty
- If the temp_CACHED* files exist, but they are empty a lot of functions
produce incorrect result due to missing TCA da... - 11:49 Revision 1ad22381: [BUGFIX] Some TCEforms elements are displaced
- When a TCEforms field is part of a palette, a specific span tag
is added around it. A similar span tag must be added ... - 11:48 Revision 08c8f355: [BUGFIX] Suggest wizard missing in FE users / groups
- For the redirect page field in the records for FE users and FE groups
the suggest wizard is missing.
Change-Id: I2d6... - 11:46 Revision de9f8dd2: [BUGFIX] "New record" button in Template mod broken
- Recent browsers follow HTML5 standards for submitting image input
elements. The result is that the name of the image ... - 11:04 Revision edb33c8e: [BUGFIX] Unify table layouts
- Tables are styled with different layouts. These are unified and follow the
standard style (list, page, …). Style was ... - 10:50 Revision 68308392: [BUGFIX] Autoloader Cache is not updated
- The patch adds the current TYPO3 version to the cache identifier.
This ensures a new cache file if upgrading TYPO3.
... - 08:36 Revision 44113078: [BUGFIX] starttime / endtime l10n_mode exclude in core tables
- starttime/endtime can be set different in localisations
but are (usually) not respected. This patch modifies
the beha...
2011-08-19
- 14:14 Revision 127cc139: [TASK] Unify table layouts
- Corrects layout of overview tables. These are unified
following the standard style of list and page module.
Thanks t... - 08:25 Revision aab596b9: Merge "[+BUGFIX] Added missing initializeView method in EmptyView"
2011-08-18
- 23:31 Revision d40b8fac: [BUGFIX] Thumbnail placeholder: image-not-rendered is unreadable
- If a thumbnail can not be created (im/gm mis-configuration or
inability to convert image format), a placeholder is re... - 20:21 Revision 71bad3fd: [BUGFIX] Remove unused parameter in array utility
- The recursive call in t3lib_utility_Array::filterByValueRecursive()
has a third, but unused parameter.
Change-Id: I3... - 20:00 Revision 4f716f95: [BUGFIX] Handle cache tables in install tool and em
- This patch moves the needed table definition for a cache from the caching
framework to the install tool and the exten... - 19:59 Revision 2ac73e92: [TASK] Update table handling to latest caching changes
- With #28973 the 'tablePrefix' option was removed again and an internal
method was introduced to fetch needed table de... - 19:35 Revision a17cb2c9: [+BUGFIX] Incorrect type of Error thrown (FLOW3 Error)
- This fixes #28816 for fluid.
Thanks to Jaume for reporting!
Change-Id: I0897a8fd6a435e852ba0e1600673d984fa3f15f3
Re... - 19:12 Revision 44913399: [+BUGFIX] Fixing incorrect references to F3 classes
- This change fixes some incorrect references to F3 classes
missed during backporting. This fixes #28816 for Extbase,
w... - 19:04 Revision 6d496d93: [+BUGFIX] Added missing initializeView method in EmptyView
- This change adds an empty function to observe method
requirements set by the interface.
Thanks to Jay Dinse for repo... - 11:18 Revision b96e7ba0: [BUGFIX] Changing capitalization of BE module names
- Changes the two-word backend module names to be uppercased (the
first character of both words). This changes the loca... - 10:15 Revision 967b8623: [BUGFIX] Make textfield view helper handle zero (not empty) values
- Values which are 0 (zero) are treated like but are not an empty string.
They need to be handled as normal values (out...
2011-08-17
- 22:40 Revision 8577bd35: [BUGFIX] Enlarge on click for images does not open a popup
- With issue #27983 some deprecated parts were removed but obviously too much. Although $GLOBALS['TSFE']->additionalJav...
- 10:07 Revision cc0962cd: Relation lookup for label fields of type "group" - Draft
- Change-Id: I1dca61efce1f30966e60ba1874e4888a62b04b1e
- 08:32 Revision ba2b413d: [BUGFIX] Optimize index of some database tables
- Some database indexes in TYPO3 tables are not optimal:
they include the sorting field in the wrong position.
MySQL wi... - 08:22 Revision 99b31bdb: [BUGFIX] Use trimExplode() for pageOverlayFields
- Currently explode() is used for pageOverLayFields which requires a list
without any whitespaces. Using t3lib_div::tri...
2011-08-16
- 21:53 Revision 7d45a2f4: [BUGFIX] Indent/outdent does not work if formatblock button is disabled
- Problem: If the "formatblock" button is disabled, the current paragraph
gets a css class "indent" but a wrapping div ... - 21:52 Revision 559efc2f: [BUGFIX] Indent/outdent does not work if formatblock button is disabled
- Problem: If the "formatblock" button is disabled, the current paragraph
gets a css class "indent" but a wrapping div ... - 21:35 Revision 7f0ca59f: [BUGFIX] RTE: Table tag left over after cutting table in Firefox
- Solution: In case of selecting a table in the status bar, select the
whole node.
Change-Id: I13cd4e7e612c1e98d2cde8a... - 21:35 Revision fc36ba85: [BUGFIX] RTE: Table tag left over after cutting table in Firefox
- Solution: In case of selecting a table in the status bar, select the
whole node.
Change-Id: Ie68210e49fcf9515cf9233b... - 12:42 Revision dc7888ae: [TASK] Set TYPO3 version to 4.5.6-dev
- Change-Id: Icc98e1717ff3691a523cc79ec865b0ae15bc7e3c
Reviewed-on: http://review.typo3.org/4370
Reviewed-by: TYPO3 v4 ... - 12:42 Revision a4ce9eff: [RELEASE] Release of TYPO3 4.5.5
- Change-Id: I0a91385ec4525b348f6fbff7c9ac0669f792259c
Reviewed-on: http://review.typo3.org/4369
Reviewed-by: TYPO3 v4 ... - 12:40 Revision 7fff9878: [RELEASE] Release of TYPO3 4.5.5
- Change-Id: I0a91385ec4525b348f6fbff7c9ac0669f792259c
- 12:36 Revision 401b7e7e: [TASK] Set TYPO3 version to 4.4.11-dev
- Change-Id: Ie1cba79916ad306fb751ad3dba1ff1641b694980
Reviewed-on: http://review.typo3.org/4367
Reviewed-by: TYPO3 v4 ... - 12:36 Revision 982793cf: [RELEASE] Release of TYPO3 4.4.10
- Change-Id: I501f6fe2ed4de49eabb5a101eb38870e7577dd32
Reviewed-on: http://review.typo3.org/4366
Reviewed-by: TYPO3 v4 ... - 12:34 Revision 9f4b08ea: [RELEASE] Release of TYPO3 4.4.10
- Change-Id: I501f6fe2ed4de49eabb5a101eb38870e7577dd32
- 12:31 Revision 263d56f5: [TASK] Set TYPO3 version to 4.3.14-dev
- Change-Id: I7752b17f4731ad62892ae95143a84b12b70d4ec5
Reviewed-on: http://review.typo3.org/4365
Reviewed-by: TYPO3 v4 ... - 12:31 Revision f9994d25: [RELEASE] Release of TYPO3 4.3.13
- Change-Id: I121848e1ba6b67176a236c05b18e9d138b97ddca
Reviewed-on: http://review.typo3.org/4364
Reviewed-by: TYPO3 v4 ... - 12:29 Revision 78726b6c: [RELEASE] Release of TYPO3 4.3.13
- Change-Id: I121848e1ba6b67176a236c05b18e9d138b97ddca
- 12:27 Revision 735e7b33: [TASK] Raise submodule pointer
- Change-Id: I9dd1cd6511e12c70b956e1156018678e6b7e0af0
Reviewed-on: http://review.typo3.org/4363
Reviewed-by: TYPO3 v4 ... - 12:08 Revision a06d2bf7: [TASK] Merge changes from linkvalidator
- The following issues have been fixed:
2d04961 [TASK] Prepare for release of TYPO3 4.5.5
b9405f2 [TASK] Update Chang...
2011-08-15
- 19:00 Revision 2f703b6a: [TASK] Update ChangeLog
- Update ChangeLog to include the newest changes.
Change-Id: I852fc4cbe3abd742601497c176dec183e9bed2a0 - 15:53 Revision ff2c3466: [TASK] Prepare for release of TYPO3 4.5.5
- * Update Version Number to 1.0.5
* Cleaned emconf for the release of TYPO3 4.5.5
* Release linkvalidator 1.0.5
Chang... - 15:37 Revision 676d1d4f: [TASK] Update ChangeLog
- Update ChangeLog to include the newest changes.
Change-Id: Idfef8218fc9792b67e09e940fd0e002f8ba4369a - 15:03 Revision a7e34299: [TASK] Raise submodule pointer
- Change-Id: Ifc538e9c6832f1b6f8a13c8f5e666b0b1885acac
Reviewed-on: http://review.typo3.org/4330
Reviewed-by: TYPO3 v4 ... - 14:55 Revision 49d4cbb6: [+BUGFIX] Fix classname of Exception, ConfigurationManager
- Removed extraneous "Exception" part from class name of exception
thrown on incorrect configuration type. Thanks to Ma...
2011-08-14
- 13:59 Revision 7d6b9a72: [BUGFIX] Failing unit test in tslib_adminPanelTest
- The change from issue #28639 did not refactor the
according unit test which is done now.
Change-Id: I6c7d8389901a7ca...
2011-08-12
- 18:32 Revision becd370b: [BUGFIX] Unit tests for tslib_content query arguments fail
- Since security fixes in July 2011 introduced a better encoding of URL
arguments, checks in the unit tests have to be ... - 18:31 Revision 05485f1b: [BUGFIX] Unit tests for tslib_content query arguments fail
- Since security fixes in July 2011 introduced a better encoding of URL
arguments, checks in the unit tests have to be ... - 18:31 Revision a705f7b0: [BUGFIX] Unit tests for tslib_content query arguments fail
- Since security fixes in July 2011 introduced a better encoding of URL
arguments, checks in the unit tests have to be ... - 18:31 Revision 1c946cb6: [BUGFIX] Maintain compatibility with changed headline rendering
- If the fontTag property is set and the dataWrap property is set to the
default value, replace the dataWrap with the f... - 18:30 Revision e6febd77: [BUGFIX] Maintain compatibility with changed headline rendering
- If the fontTag property is set and the dataWrap property is set to the
default value, replace the dataWrap with the f... - 18:30 Revision c908a655: [BUGFIX] Maintain compatibility with changed headline rendering
- If the fontTag property is set and the dataWrap property is set to the
default value, replace the dataWrap with the f...
2011-08-11
- 19:02 Revision 6d29b681: [TASK] Refactor to t3lib_http_Request for external URLs
- Refactor external URL checker by using t3lib_http-Request.
This solves all outstanding issues with externel URL
chec... - 17:04 Revision 7ee7eba3: [BUGFIX] Wrong usage of Ext.encodeURL in TBE_EDITOR.rawurlencode
- If we want to use Ext.encodeURL() here, we have to change many other
things, too. Better use encodeURIComponent() her... - 17:04 Revision 67c468c2: [BUGFIX] Wrong usage of Ext.encodeURL in TBE_EDITOR.rawurlencode
- If we want to use Ext.encodeURL() here, we have to change many other
things, too. Better use encodeURIComponent() her... - 09:14 Revision 203fa1ee: [BUGFIX] Old EM: t3lib_DB::exec_INSERTquery errors
- storeXMLResult() fails to filter non-existing database fields and
tries to insert all fields which it parses from the...
2011-08-10
- 19:01 Revision 4eb1fc3c: [TASK] Add XLIFF files
- The patch was created by Dominique Feyer using the
LLXML2XLIFF-Tool.
Change-Id: Ib8992e127686d674998b828f0e4876845e0...
2011-08-09
- 06:04 Revision 994b0115: [BUGFIX] Recycler: fix wrong placed bracked on calls to t3lib_div::fixed_lgd_cs
- Change-Id: Ibb9a6711ab910236a7308f59bc500e2f9045fdf7
Resolves: #28835
Releases: 4.4, 4.5, 4.6
Reviewed-on: http://rev...
2011-08-08
- 06:01 Revision 62ad7332: [BUGFIX] RTE Spellchecker dialogue fails to open in IE
- ExtJs raises js error in IE due to 'auto' window height.
Change-Id: Ia90b58bfeeb4bbb440037725ca296dd77eaf1169
Fixs: ... - 06:00 Revision a19e8143: [BUGFIX] RTE Spellchecker dialogue fails to open in IE
- ExtJs raises js error in IE due to 'auto' window height.
Change-Id: I7ba3477b62b513e273039e6937438821ac0d71e2
Resolv... - 05:37 Revision 36b05b1d: [BUGFIX] RTE Spellchecker invokes deprecated function in TYPO3 4.6
- HTMLArea.Plugin.base() is deprecated in TYPO3 4.6
Change-Id: Ie75ceb3c25842d58074512d5dc77665dc60493eb
Fixes: #28819... - 03:57 Revision 1a259c75: [BUGFIX] RTE Find & replace plugin refers to deprecated function in TYPO3 4.6
- this.base() is deprecated in 4.6.
Interim function also raises js error.
Change-Id: I75dbb7e1d9e91a5eb1d76b4fcd64151...
2011-08-07
- 22:59 Revision 9402d650: [BUGFIX] htmlArea RTE: Relative url's on pasted links/images in Firefox
- When copying/pasting an internal link or image from and to the RTE
editing area, Firefox changes the href or src to a... - 20:27 Revision 84db4086: [TASK] Streamline the use of the query cache
- The caching framework has been streamlined.
Registering caches for extensions and fetching the cache is much easier n... - 13:31 Revision 39ed1701: [TASK] Prefix of caching framework tables is hardcoded
- Prefix "cachingframework_" for caching framework tables is hardcoded
at multiple places within Core.
This makes it h... - 13:09 Revision de17eb22: [TASK] Optimizations for IPv6-functions in t3lib_div
- * speedup by using IPv6-support from PHP if present
* since there is IPv6Hex2Bin(), also add IPv6Bin2Hex()
* since th... - 12:39 Revision 2329466c: [BUGFIX] cmpIPv4: prevent E_NOTICE, cleanup compare, testcases
- Cleanup for an E_NOTICE on exploding the bitmask.
Replaced (correct working, but "unreadable") strcmp().
Add testcase...
2011-08-06
- 19:23 Revision e176fd55: [TASK] Make use of the caching framework
- Use the caching framework with the PHP file caching front end
to cache field information.
Resolves: #28797
Change-I... - 19:23 Revision ed028908: [BUGFIX] Parse also caching tables that are created on the fly
- Because of the change in the database backend of caching framework,
cache database tables are not parsed any more.
L... - 16:41 Revision d9f974f2: [BUGFIX] RTE Remove format: German fieldset legend does not wrap in IE
- Workaround IE bug by floating the legend to the left.
Change-Id: If0521f6be0f4505b99701f045064406a82f3e939
Fixes: #2... - 16:40 Revision b5d2ddcb: [BUGFIX] RTE Remove format: German fieldset legend does not wrap in IE
- Workaround IE bug by floating the legend to the left.
Change-Id: I6cdbca368ad3ccd76d65ede97040c807c7f0fb95
Resolves:... - 06:01 Revision ab937343: [BUGFIX] Colors not selectable in RTE table properties with IE 7/8
- When having many colors defined, it is only possible to select one
of the first colors. If a color at the end of the ... - 05:59 Revision 6db6bd5c: [BUGFIX] Colors not selectable in RTE table properties with IE 7/8
- When having many colors defined, it is only possible to select one
of the first colors. If a color at the end of the ...
2011-08-05
- 10:11 Revision a91e23b0: [BUGFIX] Wrong link if felogin reset password
- When the reset password link for felogin is generated (to be sent in
the mail), config.absRefPrefix overrides
plugin.... - 09:44 Revision f8a2299d: [BUGFIX] Wrong link if felogin reset password
- When the reset password link for felogin is generated (to be sent in
the mail), config.absRefPrefix overrides
plugin....
2011-08-04
- 18:05 Revision a64da07b: [BUGFIX] htmlArea RTE: .titleText not localized to English
- classesAnchor.[id-string].titleText is not localized when the
language of the content element is English, English bei... - 17:50 Revision 81424d9b: [BUGFIX] htmlArea RTE: .titleText not localized to English
- classesAnchor.[id-string].titleText is not localized when the
language of the content element is English, English bei... - 11:27 Revision 7609ce8a: Revert "[BUGFIX] Send no-cache headers in t3lib_userauth"
- This reverts commit f08aa2f376c826f176c06a73d8b5ffc72a076501
Sorry, hit the wrong button :(
Change-Id: I47a362b47f6... - 11:21 Revision 337c0df2: [BUGFIX] Send no-cache headers in t3lib_userauth
- Adjust headers sent by t3lib_userauth to prevent caching, if Internet
Explorer is used when downloading files through...
2011-08-03
- 14:06 Revision d0f08cd3: [BUGFIX] Unprivileged backend user can read arbitrarily from database
- Change-Id: Ibe73bf04a2d9118b803e80ef216add277d6da54f
Resolves: #26876
Reviewed-on: http://review.typo3.org/4059
Revie... - 14:06 Revision 0395e1ff: [BUGFIX] Unprivileged backend user can read arbitrarily from database
- Change-Id: Ib3b496a8738107b123a2be0a9221e0fe5c76facd
Resolves: #26876
Reviewed-on: http://review.typo3.org/4058
Revie... - 14:06 Revision 45632c92: [BUGFIX] Unprivileged backend user can read arbitrarily from database
- Change-Id: I3035dad3b9b620fc9db05ccc9b2cd59553a050a2
Resolves: #26876
Reviewed-on: http://review.typo3.org/4057
Revie... - 14:06 Revision 511f3902: [BUGFIX] Unprivileged backend user can read arbitrarily from database
- Change-Id: Ia749f33e0474ae6bcdc5e75ab0acaef51e5f928d
Resolves: #26876
Reviewed-on: http://review.typo3.org/4056
Revie...
2011-08-02
- 16:49 Revision 8cfba32b: [TASK] Set TYPO3 version to 4.6-dev
- Change-Id: I010ce01adb68181c5ee86ac297db224b1f2c41a2
Reviewed-on: http://review.typo3.org/4034
Reviewed-by: TYPO3 v4 ... - 16:48 Revision 5936d0ea: [RELEASE] Release of TYPO3 4.6.0beta1
- Change-Id: I07564e15e427f5f8a2cba307b783523ace4464f8
Reviewed-on: http://review.typo3.org/4033
Reviewed-by: TYPO3 v4 ... - 16:47 Revision 50783a66: [RELEASE] Release of TYPO3 4.6.0beta1
- Change-Id: I07564e15e427f5f8a2cba307b783523ace4464f8
- 16:43 Revision 07b9cf46: [FEATURE] Add stdWrap to each of the properties of TypoScript "select"
- Change-Id: I5ee1be24a0c7f68cb0833823e9217db87742ab1d
Resolves: #18822
Releases: 4.6
Reviewed-on: http://review.typo3.... - 16:28 Revision a6531499: [TASK] Raise submodule pointer
- Change-Id: Ie881804c1f2f6d7c2c92767660fac6ebb12d2df9
Reviewed-on: http://review.typo3.org/4031
Reviewed-by: TYPO3 v4 ... - 16:27 Revision dc3c35ed: [TASK] Raise submodule pointer
- Change-Id: I49cb0041f0af67bd18ae6c027e8a74197eb4fce9
Reviewed-on: http://review.typo3.org/4030
Reviewed-by: TYPO3 v4 ... - 16:09 Revision ac8e8128: [FEATURE] Allow overriding ext_typoscript_setup.txt on same level
- Change-Id: I3f28f9cb3efb46598fcc46c450cec05f94454e97
Resolves: #22169
Releases: 4.6
Reviewed-on: http://review.typo3.... - 16:08 Revision 7dfce2a5: [BUGFIX] Improve hook in Admin Panel
- The current implementation is buggy and can be improved.
- Add $moduleContent as argument
- Use '.=' instead of '='
... - 15:50 Revision d83d1391: [FEATURE] expandList for stdWrap
- expandList can be used to convert a list like
1,3,5-7,10 to 1,3,5,6,7,10
using expandList = 1
Change-Id: I6d25e0cca... - 15:44 Revision c9a9b2d4: [FEATURE] Shortcut tooltip should show the id
- Change-Id: I656b5ae8b21b270bc3ff63f2be6c23d2a2609a28
Resolves: #27525
Releases: 4.6
Reviewed-on: http://review.typo3.... - 15:43 Revision e36d7be5: [FEATURE] Show localization mode of field in form
- Show an icon in the BE edit form if a field has the l10n_mode
'mergeIfNotBlank'. Editors can now easily see if they c... - 15:03 Revision 0f363cce: [TASK] Rename and deprecate config.minifyJS / config.minifyCSS
- For consistency reasons, config.minifyJS should be renamed to config.compressJs
and config.minifyCSS should be rename... - 14:46 Revision 873f1dfe: [FEATURE] Improve API for module using the card layout
- The idea of this feature is not to use t3lib_extMgm::addModule (added param) but provide own functions for adding/rem...
- 14:31 Revision 4251c752: [FEATURE] Add ExtJS xtype:modulepanel for BE Modules
- This is a follow up change to #12664.
It adds a new Extjs xtype called modulepanel and the required styles.
This way... - 13:43 Revision d6a99db7: [TASK] Clean up form system extension
- * remove declare UTF-8 prologue
* remove author from PHPdoc of methods
* change visibility of methods and properties ... - 11:41 Revision 2d30dce9: Merge "[TASK] Replace LLXML file by XLIFF file"
- 11:17 Revision bf8f2123: Merge "[+BUGFIX] Compiled HtmlSpecialCharsViewHelper should only work on strings"
- 11:10 Revision 48722f7e: [+BUGFIX] Compiled HtmlSpecialCharsViewHelper should only work on strings
- Change-Id: If7e6ef07c689f363c7a542b911f4c8bb32eb564a
- 11:04 Revision d52fbe2b: [BUGFIX] disable escape interceptor for cObject ViewHelper
- Change-Id: Ic45a4d3c1937169eb0ec010ab1ea5753c0d450e7
- 10:52 Revision 01455086: Improved ChangeLog
- Change-Id: Iad0f4f5da4461b909254d4ebfcf8a93db9db00af
- 10:51 Revision 565ef078: Fixed ChangeLog
- Change-Id: I1414b4d1b454a6f92c90d6d5f40bf6d97147d9ac
- 10:49 Revision 4ad91cd8: [TASK] Streamline structure of form extension
- The new system extension form needs some changes:
* move global variable and initialization to tx_form_Common
* rena... - 10:43 Revision 05461856: Updated ChangeLog, raised version number to 1.4.0beta1
- Change-Id: Ia6e279b51a42d2fdb0555a8890510eb350e9540c
- 10:39 Revision 8119a4c3: [FEATURE][INSTALL] Automatically create INSTALL_TOOL_ENABLE file
- The INSTALL_TOOL_ENABLE file is automatically created, if a backend
administrator opens the Install Tool from the bac... - 10:30 Revision fbda0ed4: [!!!][TASK] Enable rewritten property mapper by default
- Change-Id: I6b415ee9502c242013661ee85acb6ae77218fb2d
- 10:30 Revision 8df6b53e: Updated ChangeLog; raised version number
- Change-Id: I920b3b23abc32e79f184380a92cce7ce0d03d277
- 10:14 Revision 9a3bd430: [FEATURE][INSTALL] Centralize ENABLE_INSTALL_TOOL handling
- Add a BasicService to the Install Tool, which centralizes the handling
of the ENABLE_INSTALL_TOOL file.
Change-Id: I... - 09:07 Revision a75b5519: [FEATURE] Group HttpExceptions by Error type
- Change-Id: I739cc983d280a77e1737d15fe9c2a2e9b30e5771
Resolves: #28624
Reviewed-on: http://review.typo3.org/3960
Revie... - 08:59 Revision 8859a6b9: [FEATURE] Show Exception details only to BE users
- Change the ProductionExceptionHandler to show true error messages only
to authenticated Backend users (in Frontend an... - 08:04 Revision b3637985: [!!!][FEATURE] Compilation of Fluid templates to PHP files
- This adds a compile step to the parsing process of templates, layouts and
partials.
If no compiled cache file exists,... - 08:03 Revision 05779d02: [TASK] Add XLIFF Core files
- Add translation files in the new XLIFF format.
Change-Id: I6afaeab2f820c112bf99544c94c98037a901952c
Relates: #25397
... - 08:03 Revision 2785a3dc: [BUGFIX] Mirror selection is not respected
- When a specific mirror is selected in Extension Manager,
the method used to return it fails.
Change-Id: I976a2f8ffe0... - 07:20 Revision 4afdc905: Merge "[FEATURE] Speed up ObjectAccess"
- 01:03 Revision ed7d9d2a: [TASK] Update htmlArea RTE version number to 2.2.1
- Change-Id: I2236208cb46af70d564a965e0740422812343e95
Releases: 4.6
Reviewed-on: http://review.typo3.org/4003
Reviewed... - 00:56 Revision f9334eb8: [BUGFIX] RTE: buildStyleSheet() should not be deprecated in TYPO3 4.6
- The function will be deprecated in 4.8, because it is processing
deprecated Page TSconfig properties that will be rem...
2011-08-01
- 23:33 Revision ff538097: [BUGFIX] Mirror selection is not respected
- When a specific mirror is selected in Extension Manager,
the method used to return it fails.
Change-Id: Ibb60edec1a7... - 20:36 Revision 5a2ca62a: [BUGFIX] Incorrect handler detected with DELETE, INSERT and UPDATE
- exec_DELETEquery(), exec_INSERTquery() and exec_UPDATEquery() (maybe others too) fail
to use the correct handler. exe... - 20:34 Revision c3fcd227: [BUGFIX][Form] Remove third-party captcha support of the new form extension
- The form project checks for third-party extensions to provide captcha
support currently. Remove the whole captcha sup... - 20:33 Revision eb067462: Merge "[BUGFIX] Incorrect handler detected with DELETE, INSERT and UPDATE"
- 20:10 Revision 4695ec70: [TASK] Replace LLXML file by XLIFF file
- Change-Id: Ia23e06ab5efc9a90f08c42fe54a4aadddcb0d92d
- 19:55 Revision 98c46be3: [FEATURE] Substitute markers and subparts recursively
- Introduce new function to substitute markers and (nested) subparts
recursively. The data array defines the structure ... - 19:39 Revision 04c69699: [FEATURE] Add support for locales
- Add a new class t3lib_l10n_Locales that is responsible to handle
locales such as fr_CA within TYPO3 and add support f... - 17:48 Revision 2851242b: [FEATURE] Integrate Form project into Core
- Form project should now become a system extension.
Change-Id: Ide145a64ebe9db26a87437c7befd88a1c5081012
Resolves: #2... - 16:54 Revision d5a6b43d: Merge "[TASK] Add XLIFF files"
- 14:46 Revision 8eb61c8c: Merge "[!!!][+FEATURE] Add a reserved variable {_all} returning all template variables"
- 14:45 Revision 5c68ada7: Merge "[FEATURE] PaddingViewHelper: allow padding-type right/left/both"
- 14:37 Revision 547c5d05: [+FEATURE] Extbase (Persistence): Allow pid of object to be set from action-controller
- If pid of an object is set then
Tx_Extbase_Persistence_Backend->determineStoragePageIdForNewRecord()
needs to give it... - 14:34 Revision 10473665: Merge "[+FEATURE] Fluid (Widgets): Allow overriding templateRootPath"
- 14:11 Revision f8833694: [BUGFIX] Cache FileBackend does not respect fileCreateMask
- Change-Id: I8aa31c1c806d5424f2da9b3b3d37593da59a062a
Resolves: #28323
Releases: 4.5,4.6
Reviewed-on: http://review.ty... - 13:44 Revision 984d95b1: [FEATURE] Speed up ObjectAccess
- This change improves performance of ObjectAccess::getProperty(),
ObjectAccess::getPropertyPath() and ObjectAccess::is... - 08:10 Revision c866c869: [FEATURE] Use FlashMessage in be_user module
- Add FlashMessages:
* info about cached grouplists being updated
* when there are too many users to show
Change-Id: I... - 02:04 Revision f8487b53: [TASK] Update email address
- Change-Id: I65185e3157607c21ff65ab92abf1a14449c76e5a
- 00:17 Revision 4373e718: [BUGFIX] group field in TCEforms does not honor size=1 attribute
- If the field has size=1, it should be shown as a "single entry"
selector box. In all cases it has a 'multiple="multip...
2011-07-31
- 23:58 Revision 967873be: [BUGFIX] ImageMagick path detection fails on Mac OS X
- The ImageMagick path detection fails on Mac OS X. If MacPorts
is used the additional folder /opt/local/bin should be ... - 23:57 Revision d550d023: [BUGFIX] ImageMagick path detection fails on Mac OS X
- The ImageMagick path detection fails on Mac OS X. If MacPorts
is used the additional folder /opt/local/bin should be ... - 22:40 Revision 89c04198: [FEATURE] Monitor peak memory usage
- Monitor the peak memory usage during page generation and report if
it exceeds 90% of the memory limit.
Change-Id: Ie... - 21:14 Revision 4fe31e00: [FEATURE] Automatically create INSTALL_TOOL_ENABLE file
- The INSTALL_TOOL_ENABLE file is automatically created, if a backend
administrator opens the Install Tool from the bac... - 21:13 Revision 82fbcf8e: [FEATURE][INSTALL] Centralize ENABLE_INSTALL_TOOL handling
- Add a BasicService to the Install Tool, which centralizes the handling
of the ENABLE_INSTALL_TOOL file.
Change-Id: I... - 20:44 Revision e4915713: Merge "[+FEATURE] Extbase (Persistence): Allow removing previously set limit with unsetLimit()"
- 20:43 Revision 05444fcb: [BUGFIX] Call to stdWrap() of non-existant $this->cObj in GifBuilder
- A PHP Fatal Error occurs in tslib_gifBuilder::checkTextObj(), because
$this->cObj is not set, however this->cObj->std... - 20:39 Revision 89298736: [+FEATURE] Extbase (Persistence): Allow removing previously set limit with unsetLimit()
- $limit is initially unset and can be set with setLimit().
Using unsetLimit() it is possible to reset that limit now.
... - 20:39 Revision 563ff903: [FEATURE] Hide translated records from List module
- Add the new TSconfig option
mod.web_list.hideTranslations = *
or
mod.web_list.hideTranslations = list,of,tables
... - 20:12 Revision addec7b3: [FEATURE] Include HTTP Request2 for better HTTP handling
- Add the pear packages HTTP/Request2 end Net/URL2.
Also add PEAR/Exception.php.
Add t3lib_http_Request as wrapper for... - 19:52 Revision 36c83302: [BUGFIX] The requested URL typo3/undefined was not found on this server
- Wrong handling of module url changes in modulemenu causes false
loadings.
This change changes the loading logic a bi... - 19:34 Revision a36b3738: [FEATURE] Integrate string replacement to stdWrap
- Allow to search/replace strings, optionally with preg-regex.
Change-Id: I05a067e06cf6d6d664a178c6cf91e17178d691a8
Re... - 17:23 Revision 3dd4d3b2: [BUGFIX] Error when opening TYPO3 manual
- A missing parameter for SC_view_help::render_Table() causes
TYPO3 manual to produce a PHP warning.
This patch makes t... - 17:22 Revision 48635522: [BUGFIX] Error when opening TYPO3 manual
- A missing parameter for SC_view_help::render_Table() causes
TYPO3 manual to produce a PHP warning.
This patch makes t... - 17:07 Revision 93894011: [FEATURE] Enable the GIFBUILDER cObject to render 32-bit PNG images
- Introduce the "backColor" value "transparent" to create a PNG file
that has a transparent color as background and enh... - 16:28 Revision 9e55c529: [FEATURE] Add UI support for Internationalized Domain Names (IDN)
- Add support for inputting and converting IDN domains in TCEforms.
The domain is still stored and processed as punyco... - 16:23 Revision 4a74e6b5: [FEATURE] Improve wizard for creating new records
- Add the possibility to group records together, even
when the extension key is a different one.
Change-Id: I4acb806e2... - 16:00 Revision 706e08ac: [FEATURE] Add hook to tslib_adminpanel
- Add a hook to the AdminPanel to allow additional
code beeing added by other extensions
Change-Id: Icec38ca8b91891a51... - 14:39 Revision cc37d50b: [FEATURE] Enhance info array provided to services
- In t3lib_div::makeInstanceService() the info array passed to
the instanciated service class is enhanced with informat... - 14:31 Revision 2faeda34: [FEATURE] Change t3d exports default export target directory
- By default a t3d export ended up in fileadmin/ and the resulting file
was publicly available. This change just change... - 14:12 Revision b710bae6: [BUGFIX] Saving Page Tree states issues in large environments
- Change the way expanded nodes are saved for be_users back to a simple
key/boolean pair and adjust the size of the uc ... - 13:59 Revision 975d4de2: [FEATURE] Use update-query to write fe_session data
- Use an update-query to write the front end user session data
to the database instead of doing a delete- and insert-qu... - 13:24 Revision 0746cf9c: [BUGFIX] t3lib_div::cmpFQDN() lacks support for IPv6 and hostnames
- Add checks for IPv4 and IPv6. Otherwise take input as hostname.
Implement correct (recursive) wildcard-checks.
Add un... - 13:13 Revision 3a2d4ccb: [FEATURE] Change the way saltedpasswords sets "eval" in ext_tables.php
- For the TCA password fields (BE|FE), saltedpasswords overrides the
field used to add some evaluations method. The pro... - 13:00 Revision 0ca70eb7: [BUGFIX] Show only not-installed extensions in Upgrade Wizard
- Add the same routine from the Upgrade Wizard for new extensions to the
Upgrade Wizard for outsourced extensions to sh... - 12:40 Revision 345ce07e: [BUGFIX][Cache] Let NullBackend implement PhpCapableBackend
- The null backend is very useful to effectivly disable caching
during development. With this change it also implements... - 12:17 Revision 6c6aad9c: [FEATURE] Session tables: add key for ses_timestamp and simplify timeout-check
- * add a key for ses_timestamp (in SQL) to speedup searches
for sessions within timeout-limit
* simplify the overly-... - 04:21 Revision 50055113: [BUGFIX] htmlArea RTE: Small improvements for the Upgrade Wizard
- Spell "TSconfig" correctly.
Since only pages are searched for deprecated properties, add a note
that such can also b... - 02:45 Revision 25f5a87d: [BUGFIX] htmlArea RTE not loading with Safari 5.1
- In Safari 5.1, due to changes related to WebKit2, the RTE may never
load while waiting for stylesheets to become acce... - 02:38 Revision edeba3c6: [BUGFIX] Upgrade wizard incorrectly "finds" deprecated properties
- Make the pattern binary.
Do not select the pattern followed by 's' (do not select RTE.fontSizes)
Remove fontSize from... - 00:16 Revision 5001d132: [FEATURE] Link Shortcut pages directly to target
- Menu items of type shortcut link to the target directly now,
even without realurl.
Change-Id: I444d9eddf4c98c9a87126... - 00:14 Revision 07807255: [FEATURE] htmlArea RTE: Possiblity to set pastetoggle to ON by default
- Two new Page TSConfig properties are added:
* RTE.default.buttons.pastetoggle.setActiveOnRteOpen
If set, and if th... - 00:13 Revision 58dd112c: [BUGFIX] htmlArea RTE: Relative url's on pasted links/images in Firefox
- When copying/pasting an internal link or image from and to the RTE
editing area, Firefox changes the href or src to a...
2011-07-30
- 22:54 Revision 2ba1620e: [BUGFIX] JSwindow-typolink URLs are encoded twice
- In #28189 a bug was introduced for JSwindow-typolink URLs.
Because t3lib_div::quoteJSvalue is called without second p... - 22:53 Revision 121d6bf4: [BUGFIX] JSwindow-typolink URLs are encoded twice
- In #28189 a bug was introduced for JSwindow-typolink URLs.
Because t3lib_div::quoteJSvalue is called without second p... - 22:23 Revision 2dd253db: [BUGFIX] JSwindow-typolink URLs are encoded twice
- In #28189 a bug was introduced for JSwindow-typolink URLs.
Because t3lib_div::quoteJSvalue is called without second p... - 22:10 Revision 6a9d6729: [FEATURE] Show default text in search form with HTML5 attribute
- Adds a text "Search for" in the search form input
field as long as no text has been searched for
(improves accessibil... - 19:13 Revision 007b98f7: [BUGFIX] Upgrade wizard fails if no deprecated properties are found
- Upgrade Wizard "Deprecated RTE properties in Page TS Config" fails
when no deprecated properties are used at all.
Ma... - 18:52 Revision 6acf4950: [FEATURE] Redirect to Shortcut target page
- Redirect directly to the target page in Frontend, if the accessed page
is of type Shortcut and accessed directly via ... - 16:38 Revision 423fc9e1: [BUGFIX] JSwindow-typolink URLs are encoded twice
- In #28189 a bug was introduced for JSwindow-typolink URLs.
Because t3lib_div::quoteJSvalue is called without second p... - 15:36 Revision ac305191: [BUGFIX] Incorrect handler detected with DELETE, INSERT and UPDATE
- exec_DELETEquery(), exec_INSERTquery() and exec_UPDATEquery() (maybe others too) fail
to use the correct handler. exe... - 15:31 Revision a408234c: [BUGFIX][!!!] Problems with new Card Layout in backend modules
- There are warnings with backend modules concerning the new _JSINIT array.
To avoid these problems, this patch improve... - 14:12 Revision 9ed3120c: [TASK] Remove workspacemenu.js
- typo3/js/workspacemenu.js is outdated and has been superceded by
typo3/sysext/workspaces/Resources/Public/JavaScript/... - 13:31 Revision 00a09de8: [BUGFIX] ExtJS Flashmessages are not shown any more
- Change-Id: Ieac7632e0c4851b28c05bc662fc3855334ac53a4
Resolves: #28462
Releases: 4.6
Reviewed-on: http://review.typo3.... - 13:00 Revision 1ed09f66: [BUGFIX] Extension Manager: Cursor on hover of required extensions
- The new extension manager shows the "hand" cursor when hovering over
the icon of a required extension. This change ju... - 12:56 Revision e0cf81b3: [BUGFIX] Extension Manager: Change the cursor on hover of required extensions
- The new extension manager shows the "hand" cursor when hovering over
the icon of a required extension. This change ju...
2011-07-29
- 20:53 Revision 21135b46: [BUGFIX] htmlArea RTE: localized acronym popup window misses window title
- Change-Id: I28539f92425dbbf6a18f11ec1a5e99c2fa6b077e
Fixes: #28575
Releases: 4.5, 4.6
Reviewed-on: http://review.typo... - 20:46 Revision d5d29328: [BUGFIX] htmlArea RTE: localized acronym popup window misses window title
- Change-Id: Id5e6dcecdc21aacc0397db9edf91deb32ee0a98e
Resolves: #28575
Releases: 4.5, 4.6
Reviewed-on: http://review.t... - 16:09 Revision 7c9d0a72: [FEATURE][!!!][CONF] Deprecate various RTE configuration properties
- This feature is a first step at simplifying the RTE configuration.
* Deprecate various, mostly legacy properties, a... - 06:12 Revision 34b1e707: [BUGFIX] htmlArea RTE not loading with Safari 5.1
- In Safari 5.1, due to changes related to WebKit2, the RTE may never
load while waiting for stylesheets to become acce...
2011-07-28
- 17:00 Revision d17237ee: [TASK] Properly deprecate direct access to DB and file list
- Change-Id: I5ab30c14c57e0dc777d6faadc48fb762572c1469
Reviewed-on: http://review.typo3.org/3821
Reviewed-by: Philipp G... - 16:57 Revision 07935f0e: [FEATURE] Backport t3lib_utility_Version
- Deprecating t3lib_div::int_from_ver() in 4.6 leads to major developer
annoyance because this method is used to switch... - 14:40 Revision 0976edc2: [TASK] Minor cleanups
- * removes "F3" from namespace declaration regular expression
* removes api annotation from deprecated form.textbox Vi... - 14:22 Revision 3097e970: [TASK] Tweak inline comment in TemplateView
- Change-Id: Ia34545501d9d81f7e7ce9809a88e9d5a8193c53f
- 13:57 Revision 4a98afd0: [!!!][+FEATURE] Add a reserved variable {_all} returning all template variables
- This is especially helpful for passing all arguments
to a partial, using
<f:render partial="..." arguments="{_all}" /... - 13:54 Revision 42d159e5: [BUGFIX] Deactivate EscapeInterceptor for certain ViewHelpers
- This change deactivates automatic escaping for ViewHelpers that rely
on the raw value.
Change-Id: I895a359aad05c6fba... - 13:49 Revision 8c5ec2d0: [TASK] Split escape ViewHelper into dedicated format ViewHelpers
- This change creates a dedicated ViewHelper for all formats the
Escape ViewHelper supported.
This also marks the Escap... - 13:40 Revision 514026dd: [TASK] Deprecation message should be on a single line
- Having a deprecation message on multiple lines somehow breaks
the deprecation log entry as only the first line is log... - 12:30 Revision 40f77f8e: [BUGFIX] Whitespace fixes
- Non-behavioral change replaces leading spaces by tabs
Additionally this slightly adjusts comments in the RawViewHelpe... - 08:40 Revision 0c030cea: [FEATURE] Speedup backend and allow compression in frontend
- This patch improves the determination of relative paths of include
files, concatenates the jsFiles and jsFooterFiles ...
2011-07-27
- 19:27 Revision 03a502ad: [FEATURE] felogin: Add hook before HTTP redirect
- Implement hook into the login process after a successful login if a
redirect is performed. When no redirect is perfor... - 16:47 Revision 63a53725: [TASK] Prepare deprecation of t3lib_div::int_from_ver()
- Deprecating t3lib_div::int_from_ver() in 4.6 leads to major developer
annoyance because this method is used to switch... - 15:45 Revision 120d38d1: [FEATURE] Speed-up Backend with CardLayout
- This patch adds a cardlayout to the Backend.
BE Modules may register themselves to the page renderer and add cards
di... - 13:24 Revision 9f5d3623: [TASK] Set TYPO3 version to 4.5.5-dev
- Change-Id: Icfca8f1d8f4868515253f0257e220cb0ee2d706b
Reviewed-on: http://review.typo3.org/3790
Reviewed-by: TYPO3 v4 ... - 13:24 Revision 440818db: [RELEASE] Release of TYPO3 4.5.4
- Change-Id: I0d1fac6d5384faca0342731fc62bf2d0277b04f6
Reviewed-on: http://review.typo3.org/3789
Reviewed-by: TYPO3 v4 ... - 13:22 Revision 68d1fb55: [RELEASE] Release of TYPO3 4.5.4
- Change-Id: I0d1fac6d5384faca0342731fc62bf2d0277b04f6
- 13:15 Revision 3f2259ff: [FEATURE] Move "Appearance" tab before "Access" tab
- The use of settings in the "Appearance" tab are most likely related to
setting in tabs placed before the "Access" tab... - 13:11 Revision 1efb49b1: [TASK] Set TYPO3 version to 4.4.10-dev
- Change-Id: I00b566bfa0898c90f705ae806ba5479799844907
Reviewed-on: http://review.typo3.org/3788
Reviewed-by: TYPO3 v4 ... - 13:11 Revision 439f3f0a: [RELEASE] Release of TYPO3 4.4.9
- Change-Id: I5c148b88fb6741b03139cc7c32b55e773f81368f
Reviewed-on: http://review.typo3.org/3787
Reviewed-by: TYPO3 v4 ... - 13:10 Revision 1757d3a5: [RELEASE] Release of TYPO3 4.4.9
- Change-Id: I5c148b88fb6741b03139cc7c32b55e773f81368f
- 13:07 Revision 63801116: [TASK] Set TYPO3 version to 4.3.13-dev
- Change-Id: Ie1b34217c35379cd09819fee99141bb8ea214cdc
Reviewed-on: http://review.typo3.org/3786
Reviewed-by: TYPO3 v4 ... - 13:07 Revision bf3b11f7: [RELEASE] Release of TYPO3 4.3.12
- Change-Id: I5062fed5b557b3b35874cb9bba3b3cce0104b06b
Reviewed-on: http://review.typo3.org/3785
Reviewed-by: TYPO3 v4 ... - 13:06 Revision 472459d5: [RELEASE] Release of TYPO3 4.3.12
- Change-Id: I5062fed5b557b3b35874cb9bba3b3cce0104b06b
- 12:52 Revision 0eb4686a: [BUGFIX] Ext Direct API lacks the possibility of adding access control
- Change-Id: I069b13ed5a36b60c1b1c03d027680e7bdb2989e7
Resolves: #25307
Reviewed-on: http://review.typo3.org/3782
Revie... - 12:52 Revision cabc05f9: [BUGFIX] Ext Direct API lacks the possibility of adding access control
- Change-Id: I15498ca3623701f3a11f1a8c41f0ea99cbb918a4
Resolves: #25307
Reviewed-on: http://review.typo3.org/3781
Revie... - 12:52 Revision cf834344: [BUGFIX] Ext Direct API lacks the possibility of adding access control
- Change-Id: Ifc721c0ac43d1ab44e19c4033ddbca6f403de9d3
Resolves: #25307
Reviewed-on: http://review.typo3.org/3780
Revie... - 12:52 Revision 3ed2c9a3: [BUGFIX] Untrusted GP data is unserialized in wizard_colorpicker.php and view_help.php
- Change-Id: Ib148d040cf4c8eb4b3bde6966fdcd494b9ed7cc4
Resolves: #24577
Reviewed-on: http://review.typo3.org/3779
Revie... - 12:52 Revision f02e9fd6: [BUGFIX] Untrusted GP data is unserialized in wizard_colorpicker.php and view_help.php
- Change-Id: I173ee6c20b4eca5cbdec37a117e7caf191f2b9af
Resolves: #24577
Reviewed-on: http://review.typo3.org/3778
Revie... - 12:52 Revision a69919e2: [BUGFIX] Untrusted GP data is unserialized in wizard_colorpicker.php and view_help.php
- Change-Id: I1c48317b26d462b02473e5035ecc8bdc2479c88e
Resolves: #24577
Reviewed-on: http://review.typo3.org/3777
Revie... - 12:51 Revision b1ab0e2b: [BUGFIX] Untrusted GP data is unserialized in wizard_colorpicker.php and view_help.php
- Change-Id: Ic905011dd568a4174e9aef24a4ab2bcefc100d36
Resolves: #24577
Reviewed-on: http://review.typo3.org/3776
Revie... - 12:51 Revision 1be273e3: [BUGFIX] Unprivileged backend user can read arbitrarily from database
- Change-Id: Ie0f19500b713fece84e1fc2caf7d724864965481
Resolves: #26876
Reviewed-on: http://review.typo3.org/3775
Revie... - 12:51 Revision c782af1e: [BUGFIX] Unprivileged backend user can read arbitrarily from database
- Change-Id: Ie7702f7c4dc323a6200be01b148655f127de19eb
Resolves: #26876
Reviewed-on: http://review.typo3.org/3774
Revie... - 12:51 Revision 2bc104b6: [BUGFIX] Ext Direct API lacks the possibility of adding access control
- Change-Id: Ide5f9b3ed43033659ca8cf748777f3c98a55a709
Resolves: #25307 - 12:51 Revision 16bee0d2: [BUGFIX] Unprivileged backend user can read arbitrarily from database
- Change-Id: Ic73324a79c448f3b9224e498771ac175690ca877
Resolves: #26876
Reviewed-on: http://review.typo3.org/3773
Revie... - 12:51 Revision 195a2faa: [BUGFIX] Ext Direct API lacks the possibility of adding access control
- Change-Id: Ie7d042391e45f6f75443c3cc84649f573957c096
Resolves: #25307 - 12:51 Revision 875a385c: [BUGFIX] Unprivileged backend user can read arbitrarily from database
- Change-Id: If016f343caa27c1deea7c485e74790848a5b7ecc
Resolves: #26876
Reviewed-on: http://review.typo3.org/3772
Revie... - 12:46 Revision 65a761b5: [BUGFIX] Backend user without accordant language permissions can see workspace changes
- Change-Id: I953c656c4e3ea5284863c5fe4c4ebdbd1ce18725
Resolves: #27414 - 12:44 Revision 209114f0: [BUGFIX] Backend user without accordant language permissions can see workspace changes
- Change-Id: I808c6879b65f3237ecfb47a2d4145f128fc8ffdf
Resolves: #27414
Reviewed-on: http://review.typo3.org/3768
Revie... - 12:44 Revision d76f62a6: [BUGFIX] Backend user without accordant language permissions can see workspace changes
- Change-Id: I35f3daee2f08e189a8a9b3a3eeda50c6165dacf1
Resolves: #27414
Reviewed-on: http://review.typo3.org/3767
Revie... - 12:43 Revision d4aeae5c: [BUGFIX] Backend user without accordant language permissions can see workspace changes
- Change-Id: Ib7d4445d3109ff053d418c6d1d7406e376fbc4f8
Resolves: #27414 - 12:31 Revision 3c16386c: [BUGFIX] XSS in TYPO3 core when using typolink.parameter JS-Popup Window
- Change-Id: I1e04d0da3d139eef14d38f3ea4efe86172f4093d
Resolves: #28189
Reviewed-on: http://review.typo3.org/3766
Revie... - 12:31 Revision 8ebc5128: [BUGFIX] XSS in TYPO3 core when using typolink.parameter JS-Popup Window
- Change-Id: Id1cd396d56358519be2b312d39e25b26cf943253
Resolves: #28189
Reviewed-on: http://review.typo3.org/3765
Revie... - 12:31 Revision 366c5eba: [BUGFIX] XSS in TYPO3 core when using typolink.parameter JS-Popup Window
- Change-Id: I2f7eb84eb446038ce23e55b5f743acc783f2d8d8
Resolves: #28189
Reviewed-on: http://review.typo3.org/3764
Revie... - 12:31 Revision 31053bef: [BUGFIX] XSS in TYPO3 core when using typolink.parameter JS-Popup Window
- Change-Id: I1ff91f78e8a011e751e38d7a3c87adcfe19cf80a
Resolves: #28189
Reviewed-on: http://review.typo3.org/3763
Revie... - 12:31 Revision 4f81124d: [BUGFIX] XSS in tcemain flash message
- Change-Id: I1ee63a425032165587780354849f4521eccd825d
Resolves: #24535
Reviewed-on: http://review.typo3.org/3762
Revie... - 12:31 Revision 42ee2905: [BUGFIX] XSS in tcemain flash message
- Change-Id: I41c91d929b8c018e4fdb7b452cd1fabf583c697a
Resolves: #24535
Reviewed-on: http://review.typo3.org/3761
Revie... - 12:31 Revision ddad1537: [BUGFIX] XSS in tcemain flash message
- Change-Id: I2a075275ef69e625320e25b8537658cc5e72afc7
Resolves: #24535
Reviewed-on: http://review.typo3.org/3760
Revie... - 12:30 Revision 9eb03dfd: [BUGFIX] XSS in tcemain flash message
- Change-Id: Ia5855b7c37fd7940e545a129c0d8d3c628dc903c
Resolves: #24535
Reviewed-on: http://review.typo3.org/3759
Revie... - 12:30 Revision 40f1aec6: [BUGFIX] XSS in Recycler
- Change-Id: Ic53e31259e1b79f5f1d602e4b01ce9ddafe9e1af
Resolves: #24519
Reviewed-on: http://review.typo3.org/3758
Revie... - 12:30 Revision 4e031e3d: [BUGFIX] XSS in Recycler
- Change-Id: I82c3241804a9bc956c6e13e5ef5c61e2668acc01
Resolves: #24519
Reviewed-on: http://review.typo3.org/3757
Revie... - 12:30 Revision 4b16e73c: [BUGFIX] XSS in Recycler
- Change-Id: I4d385eb683b008a3aa4ff11582c5d88f23a93b9b
Resolves: #24519
Reviewed-on: http://review.typo3.org/3756
Revie... - 12:30 Revision 9912005f: [BUGFIX] XSS in Recycler
- Change-Id: I2ffdede462ae161f797a6dbeb3198b65b7d4f212
Resolves: #24519
Reviewed-on: http://review.typo3.org/3755
Revie... - 12:30 Revision ebaf6580: [BUGFIX] XSS in browse_links
- Change-Id: I20d53d3c5c7b6b8c92f37104832e7a44d1584341
Resolves: #24497
Reviewed-on: http://review.typo3.org/3754
Revie... - 12:30 Revision 8d48c6f3: [BUGFIX] XSS in browse_links
- Change-Id: Id9147d23bd1db22f346e938fabeffa5b1bce0eb5
Resolves: #24497
Reviewed-on: http://review.typo3.org/3753
Revie... - 12:30 Revision 627056a7: [BUGFIX] XSS in browse_links
- Change-Id: I483048e5830ba21ab2eb8f079815c0d5d190bd4d
Resolves: #24497
Reviewed-on: http://review.typo3.org/3752
Revie... - 12:30 Revision bfef86bb: [BUGFIX] XSS in browse_links
- Change-Id: I24846aa6756cd50942d36b088fb83b128ee8d946
Resolves: #24497
Reviewed-on: http://review.typo3.org/3751
Revie... - 12:30 Revision ac53976c: [BUGFIX] t3lib_div::removeXSS does not remove some XSS
- Change-Id: I7c546048e986fadcd1b20e74a6c7859fa13cd823
Resolves: #20775
Reviewed-on: http://review.typo3.org/3750
Revie... - 12:30 Revision b21a872f: [BUGFIX] t3lib_div::removeXSS does not remove some XSS
- Change-Id: I136052f3296a17a021f0e30deca7e34fd5869ab3
Resolves: #20775
Reviewed-on: http://review.typo3.org/3749
Revie... - 12:30 Revision 75799089: [BUGFIX] t3lib_div::removeXSS does not remove some XSS
- Change-Id: Id9fb6714fd9ae8a0787088517e38c3b62f5c5622
Resolves: #20775
Reviewed-on: http://review.typo3.org/3748
Revie... - 12:29 Revision 750aea8b: [BUGFIX] t3lib_div::removeXSS does not remove some XSS
- Change-Id: Ie0c45a3ec352c088b8cbba76327258fabf4a64b3
Resolves: #20775
Reviewed-on: http://review.typo3.org/3747
Revie... - 12:29 Revision 1c0c3612: [BUGFIX] XSS in admin panel
- Change-Id: Id74d880206c61b4e2f10ce067467739846814a86
Resolves: #21589
Reviewed-on: http://review.typo3.org/3746
Revie... - 12:29 Revision 1375cc08: [BUGFIX] XSS in admin panel
- Change-Id: I3160ce9fbb5bb8aa97b28e1c0c4d4efd86c7fb7d
Resolves: #21589
Reviewed-on: http://review.typo3.org/3745
Revie... - 12:29 Revision a1cacdff: [BUGFIX] The delay if wrong credentials are provided during backend login can be circumvented
- Change-Id: I14a97fcb21bd9ca1c3640de02934bc53935f711e
Resolves: #24457
Reviewed-on: http://review.typo3.org/3744
Revie... - 12:28 Revision bc796cd1: [BUGFIX] The delay if wrong credentials are provided during backend login can be circumvented
- Change-Id: Id12333d7b9c24dc511da05000e0539ba473b6ad5
Resolves: #24457
Reviewed-on: http://review.typo3.org/3743
Revie... - 12:28 Revision 41426823: [BUGFIX] The delay if wrong credentials are provided during backend login can be circumvented
- Change-Id: I08583e4c524605de65739257fe0df14c7826f31e
Resolves: #24457
Reviewed-on: http://review.typo3.org/3742
Revie... - 12:28 Revision 105bc433: [BUGFIX] The delay if wrong credentials are provided during backend login can be circumvented
- Change-Id: Ia741992cda0ae6294fd689587e564d4ffae64db4
Resolves: #24457
Reviewed-on: http://review.typo3.org/3741
Revie... - 12:28 Revision e783aa69: [BUGFIX] Information disclosure during backend login
- Change-Id: I02e956d3cb41657f68475a3de861ed13fa8b0eb3
Resolves: #24456
Reviewed-on: http://review.typo3.org/3740
Revie... - 12:28 Revision 281713c3: [BUGFIX] Information disclosure during backend login
- Change-Id: I04cffe3eae59b281be409f70e6adaa7539a3a409
Resolves: #24456
Reviewed-on: http://review.typo3.org/3739
Revie... - 12:28 Revision 96c4b41d: [BUGFIX] Information disclosure during backend login
- Change-Id: Ife716323fb281380505b2461563c22656da09334
Resolves: #24456
Reviewed-on: http://review.typo3.org/3738
Revie... - 12:28 Revision d9411b59: [BUGFIX] Information disclosure during backend login
- Change-Id: I5df743d9432b12b77e7fb44910d1f66619db2e45
Resolves: #24456
Reviewed-on: http://review.typo3.org/3737
Revie... - 11:15 Revision 61c5b98c: [TASK] Remove useless function comment
- The function getHash in t3lib_page is pointless
and can just be removed, thx to Manual Mitasch for
spotting.
Change-...
Also available in: Atom