Activity
From 2012-02-02 to 2012-03-02
2012-03-02
- 17:05 Revision 38430a95: [FEATURE] Integrate File Abstraction Layer API
- Change-Id: Id0d5071aed6c9a03b75069bb9ba970ccfa5ca525
Resolves: #33749
Releases: 4.7
Reviewed-on: http://review.typo3....
2012-02-29
- 23:58 Revision 4424489d: [TASK] Remove typo3/logomenu.php
- typo3/logomenu.php contains class SC_logomenu that extends t3lib_topmenubase.
But t3lib_topmenubase does not exist an... - 23:52 Revision 7830f885: [TASK] Remove typo3/logomenu.php
- typo3/logomenu.php contains class SC_logomenu that extends t3lib_topmenubase.
But t3lib_topmenubase does not exist an... - 23:48 Revision 4cfc5c12: [TASK] Remove typo3/logomenu.php
- typo3/logomenu.php contains class SC_logomenu that extends t3lib_topmenubase.
But t3lib_topmenubase does not exist an... - 23:45 Revision fae3d8af: [TASK] Remove typo3/logomenu.php
- typo3/logomenu.php contains class SC_logomenu that extends t3lib_topmenubase.
But t3lib_topmenubase does not exist an... - 11:02 Revision 5d7be982: [FEATURE] Add hook to tslib_fe->get_cache_timeout()
- I'd like to have a hook here to influence the calculated cacheTimeout.
This could be used to have the cache lifetime...
2012-02-28
- 23:04 Revision c2af9a39: [FEATURE] Add cache_tags to pages table
- By adding a cache_tag field that contains a comma-separated list of tags
that will be attached to the stored content ... - 22:50 Revision 614547f2: [TASK] Set TYPO3 version to 4.7-dev
- Change-Id: I056c71f8cc94b458e2065860add0b4d5ff5e62b0
Reviewed-on: http://review.typo3.org/9289
Reviewed-by: TYPO3 v4 ... - 22:50 Revision 81f057cd: [RELEASE] Release of TYPO3 4.7.0beta1
- Change-Id: Ide35d8f6afd19e5dc0cb388c380f4a891eb5f0e0
Reviewed-on: http://review.typo3.org/9288
Reviewed-by: TYPO3 v4 ... - 22:50 Revision 1d44fc84: [RELEASE] Release of TYPO3 4.7.0beta1
- Change-Id: Ide35d8f6afd19e5dc0cb388c380f4a891eb5f0e0
- 22:22 Revision a7114362: [TASK] Raise submodule pointer
- Change-Id: I36320707f82864301167eba2a68e2450d5335247
Reviewed-on: http://review.typo3.org/9284
Reviewed-by: TYPO3 v4 ... - 22:21 Revision f0516cde: [TASK] Raise submodule pointer
- Change-Id: I5c7ff1bd4060fc8d9812f4b59f021c2097452913
Reviewed-on: http://review.typo3.org/9283
Reviewed-by: TYPO3 v4 ... - 22:19 Revision 726bf5c7: [TASK] Raise submodule pointer
- Change-Id: Ib6c1e7b5131f432bdf88e9b010500596da265666
Reviewed-on: http://review.typo3.org/9282
Reviewed-by: TYPO3 v4 ... - 22:18 Revision ac09db9f: [BUGFIX] previewLink generation is broken without domain-record
- Using the previewLink on pages within the backend on a branch
without a domain record defined, the link generation fa... - 09:02 Revision fd8c60af: [TASK] Fix setDBinit regression
- Since #34092 has been merged, a missing setting of
$TYPO3_CONF_VARS[SYS][setDBinit] will cause a die.
This change fi... - 08:54 Revision 5c42960d: [FEATURE] Add clearing cache by tag and by identifier clearCacheCMD
- The caching framework supports to remove cache entries by identifier
and by id. If this was supported by the t3lib_tc... - 01:09 Revision 4e1dc96d: [CLEANUP] RTE: Remove useless code when BE is only utf-8
- When the BE is always utf-8 encoded, some code becomes useless.
Change-Id: I72521c47c51dd20d7f598ed9b5bc7e3d0e372882...
2012-02-27
- 22:28 Revision be1d6e45: [TASK] Add clear l10n cache when the user clear all cache
- Currently the l10n parser cache can only be cleared manually, by adding this in locallang.php:
$GLOBALS['TYPO3_CONF_... - 22:23 Revision d083f5af: [BUGFIX] flock() calls in TYPO3 prevent NFS hosting
- flock() happens in several places in TYPO3. This function does
not work properly on NFS shares. t3lib_lock should be ... - 22:15 Revision 48442542: [BUGFIX] Fatal error if pear package http_request2 is installed
- The wrong path is used for include once which leads to double
inclusion of the same class from different files.
Chan... - 21:50 Revision fa52bc83: [FEATURE] Flexible cHash Calculation
- Introduces new configuration options for $TYPO3_CONF_VARS['FE']
* cHashRequiredParameters
* cHashExcludedParameters
*... - 20:28 Revision 44ec00ba: [BUGFIX] show uid of reference in show_item.php
- The uid of referenced records is not shown anymore and if there are
more items with same title, there is no easy way ... - 20:26 Revision 27254e46: [TASK] Invalid SQL and bad code in tslib_fe
- tslibe_fe::determineId() contains invalid SQL statement (using "!=")
and bad code (variable "$idQ", missing check for... - 18:28 Revision d3799e42: [FEATURE] Tooltip for next/prev stage icons with stage-title
- ExtJS-tooltip for the next and prev stage icons
are extended with the title of that stage.
Change-Id: I8674c084664a9... - 18:07 Revision df145c6d: [FEATURE] RTE: Use HTML5-compliant custom attribute for external url's
- htmlArea RTE sets custom attribute "external" on links to external
url's so that they are preserved as external by th... - 17:53 Revision cc892445: [BUGFIX] PHP Warning when moving a record
- Call to t3lib_TCEmain::moveL10nOverlayRecords() misses 4th parameter.
Change-Id: I5e0814497791fd904df809b5c19171f3e5... - 17:53 Revision ad4d468f: [BUGFIX] PHP Warning when moving a record
- Call to t3lib_TCEmain::moveL10nOverlayRecords() misses 4th parameter.
Change-Id: I5e0814497791fd904df809b5c19171f3e5... - 17:52 Revision b8d1929b: [BUGFIX] PHP Warning when moving a record
- Call to t3lib_TCEmain::moveL10nOverlayRecords() misses 4th parameter.
Change-Id: I5e0814497791fd904df809b5c19171f3e5... - 16:50 Revision 1edef105: [FEATURE] Default active tab to first in allowedItems-list
- at "Insert image"
There is already functionality in place to fetch the first
item of the allowedItems-list if $this-... - 14:12 Revision d91f3287: [FEATURE] Allow to order tabs of "Insert/modify image" in Page TSConfig
- Allow configuring the order of tabs of the "Insert/modify image" dialogue
window via Page TSConfig property: buttons.... - 08:53 Revision b3fb0bcd: [TASK] Set X-UA-Compatible to IE=9 for Backend
- To use the rendering engine of IE9 in the Backend of TYPO3, change the
X-UA-Compatible setting from IE=8 to IE=9.
Ch...
2012-02-26
- 23:49 Revision aeba39ce: [FEATURE] stdWrap caching
- Problem:
* Cacheable content is always page specific.
Pages cannot share cached content.
* Cacheable content has no... - 22:52 Revision ec8d8af2: [FEATURE] Integrate possibility to overrule types array in TCEforms
- Possibility to override the
$GLOBALS['TCA'][TABLE]['types'][TYPE]['showitem'] setting
Change-Id: I08202e2a9ffb6a1fff... - 21:11 Revision 2fe581e6: [FEATURE] IRRE - Possibility to render custom header controls
- Render custom header controls by using a render function
defined in TCA field configuration customControls/userFunc
... - 20:54 Revision 5ddc6289: [FEATURE] Add a "virtual root" to pagetree (for mountpoints)
- If there is no "root" of pages (page 0) shown, add a
"virtual root" that functions as a root for all mountpoints
belo... - 20:53 Revision a82b6905: [TASK] Remove useless code after utf-8 code conversion
- Change-Id: I01af44c694c54adaefa217162af1dd0480f30ce2
Resolves: #34106
Releases: 4.7
Reviewed-on: http://review.typo3.... - 20:34 Revision 4579bbec: [TASK] Change various functions to use utf-8 by default
- Many functions in TYPO3core expect a character set parameter to be
defined. Their default was iso-8859-1 in the past ... - 20:33 Revision 8f5456d8: [CLEANUP][CONF!!!] Remove forceCharset option and references
- In TYPO3 4.5 the forceCharset and setDBinit options have been
deprecated. "forceCharset" was set to be removed in 4.7... - 15:29 Revision 6c01173c: [TASK] Cannot translate workspace preview link generation
- The label and tooltip to generate the workspace preview link are
hardcoded and cannot be translated.
Change-Id: Ia16... - 15:24 Revision dfdba35d: [TASK] Cannot translate workspace preview link generation
- The label and tooltip to generate the workspace preview link are
hardcoded and cannot be translated.
Change-Id: Ia16... - 15:21 Revision da7b2398: [TASK] Cannot translate workspace preview link generation
- The label and tooltip to generate the workspace preview link are
hardcoded and cannot be translated.
Change-Id: Ia16... - 14:56 Revision 829327d1: [FEATURE] IRRE - Possibility to avoid rendering of foreign_selector
- Introduce TCE column configuration
appearance/showPossibleRecordsSelector for type inline
Change-Id: Ia523f3a9d456c2... - 00:17 Revision 82561d09: [TASK] Clean-up several whitespaces and PHPdoc comments
- Change-Id: I6623a32a427b1ef0a8e9b646441928fbc8ee9270
Releases: 4.7
Reviewed-on: http://review.typo3.org/9213
Reviewed...
2012-02-24
- 19:45 Revision 325d0ec4: [TASK] Update manual with new hook
- Add information about forgotPasswordMail hook
Change-Id: I6459aa462c5498c468462d4d163abd905f7fc5b3
Resolves: #34234
... - 19:26 Revision 05099b21: [FEATURE] Add hook to process forgot password mail
- Hook to change mail content of mail which is sent
if someone forgot his password.
Change-Id: Ia154d28ba07aa112c2b1ec... - 18:39 Revision 7cb35d85: [TASK] Migrate EXT:about to extbase
- Change-Id: If4161ce96038778776bcc654ad8a09b550568d44
Resolves: #34096
Releases: 4.7
Reviewed-on: http://review.typo3.... - 11:01 Revision 0632b7e1: [TASK] Cleanup/Fix ViewHelper doc comments
- This tweakes some ViewHelper doc comments so that they can be
rendered with the new Reference command introduced with... - 09:31 Revision 888fe67f: [BUGFIX] EM: make update window modal
- The UPDATE! script pop-up window in the new Extension Manager is hard-coded
to some reduced size and is not modal. Th...
2012-02-21
- 22:23 Revision fe069557: [BUGFIX] Content rendering: Definition lists in RTE are wrapped in p
- Definition lists entered in the RTE are wrapped in paragraph tags when
rendered in the frontend. This is not valid HT... - 22:22 Revision 8eb7d80a: [BUGFIX] Content rendering: Definition lists in RTE are wrapped in p
- Definition lists entered in the RTE are wrapped in paragraph tags when
rendered in the frontend. This is not valid HT... - 21:51 Revision ebeb00ed: [BUGFIX] Tx_Fluid_ViewHelpers_Be_Buttons_IconViewHelper broken
- It seems as the sprite keys in
$GLOBALS['TBE_STYLES']['spriteIconApi']['iconsAvailable']
have changed with TYPO3 4.6 ... - 10:20 Revision 2fb77478: Merge "[TASK] Increase version number"
- 07:47 Revision 4e7530ba: [TASK] Remove old code related to the extension tstemplate_styler
- The extension tstemplate_styler does not come with TYPO3, it is
old amd most likely unused by anybody with a modern T... - 07:39 Revision 729efc20: [TASK] Group excludefields by table
- Do not display table name redundantly for each item but group items like
it is done for other fields like page types....
2012-02-20
- 19:40 Revision ff0f3606: [FEATURE] Link errors in Template Object Browser to Template Analyzer
- The Template Object Browser displays error messages about issues the
template parser found when parsing the TypoScrip... - 19:33 Revision 3ef5c98c: [FEATURE] Log to sys_log when changes are made to scheduler tasks
- To keep track of who created what task, introduce logging.
Logging is done for create, edit and delete.
Change-Id: ...
2012-02-19
- 19:26 Revision 1fda8a34: [BUGFIX] Don't save form protection error messages in session
- Do not persist flash messages in the session if we are in an Ajax context
because then the flash message is rendered ... - 19:25 Revision c674ade8: [BUGFIX] Don't save form protection error messages in session
- Do not persist flash messages in the session if we are in an Ajax context
because then the flash message is rendered ... - 16:15 Revision ed8e160d: [BUGFIX] TCE: error message if no label has been set in TCA
- Avoids an invalid SQL query if no label column is specified by the
TCA for a certain table.
Change-Id: I3de10414fa73... - 16:04 Revision 35ab7324: [BUGFIX] TCE: error message if no label has been set in TCA
- Avoids an invalid SQL query if no label column is specified by the
TCA for a certain table.
Change-Id: I32ef71204646... - 15:42 Revision d0a1a255: [BUGFIX] TCE: error message if no label has been set in TCA
- Avoids an invalid SQL query if no label column is specified by the
TCA for a certain table.
Change-Id: I90211a6bbcbd... - 15:38 Revision c3360a8c: [FEATURE] Unit test for t3lib_befunc::getCommonSelectFields
- Change-Id: I61fa3a31ccdb141c77fb96b0714a2c412380ed0d
Resolves: #34039
Related: #17947
Releases: 4.7
Reviewed-on: http... - 13:02 Revision b17ae043: [TASK] Migrate aboutmodules to extbase
- Use extbase and fluid for aboutmodule.
Provide an install tool update wizard to load extbase and
fluid if an extensio... - 00:06 Revision 215428f9: [TASK] Move tslib_content classes to own files
- Change-Id: I8ba276f4cf2a20fa788972a629b17f02aab97c13
Resolves: #34058
Releases: 4.7
Reviewed-on: http://review.typo3....
2012-02-18
- 17:10 Revision 61df41fd: [BUGFIX] getAllowedItems called with one parameter too much
- getAllowedItems() is called with two parameters. However
the second one is not in the function-definition and not use... - 17:08 Revision 478db05d: [BUGFIX] getAllowedItems called with one parameter too much
- getAllowedItems() is called with two parameters. However
the second one is not in the function-definition and not use... - 17:07 Revision 0f808fb1: [BUGFIX] getAllowedItems called with one parameter too much
- getAllowedItems() is called with two parameters. However
the second one is not in the function-definition and not use... - 12:53 Revision b0a63718: [BUGFIX] Scheduler BE module fails to load due to autoloader issues
- When displaying a list of tasks, scheduler unserializes exceptions.
If the exception class is not known to the autolo... - 12:52 Revision 0417bfa1: [BUGFIX] Scheduler BE module fails to load due to autoloader issues
- When displaying a list of tasks, scheduler unserializes exceptions.
If the exception class is not known to the autolo... - 06:45 Revision b2030fdf: [FEATURE] RTE: Use HTML5-compliant custom attribute for click-enlarge
- Problem: htmlArea RTE click-enlarge feature adds custom attribute
"clickenlarge" to trigger click-enlarge rendering.
... - 04:39 Revision c0a7aa8e: [BUGFIX] getAllowedItems called with one parameter too much
- getAllowedItems() is called with two parameters. However
the second one is not in the function-definition and not use...
2012-02-17
- 21:40 Revision 0c10f01f: [BUGFIX] Content rendering: Definition lists in RTE are wrapped in p
- Definition lists entered in the RTE are wrapped in paragraph tags when
rendered in the frontend. This is not valid HT... - 20:07 Revision 384cefab: [BUGFIX] Update extension must invalidate autoloader cache
- Change-Id: I09f30461e9c5ac1749df3daa39f8d5e4e12161c0
Fixes: #33895
Releases: 4.5,4.6,4.7
Reviewed-on: http://review.t... - 19:15 Revision f35214c5: [BUGFIX] RTE: Consistent naming for menutabs at "Insert image"
- The various kinds of an image are named like
image, magic, plain and dragdrop. However their
names in the menudefinit... - 15:22 Revision c7228a60: [BUGFIX] TypoLink: absolute urls when installed in subfolder
- If you have TYPO3 installed in a subfolder and a domain
record with that subfolder (localhost/subfolder/ for
example)... - 10:16 Revision bc453f72: [TASK] Additional unit tests for t3lib_div::mkdir and mkdir_deep
- Added tests check if permissions and group ownership gets correctly
set when creating directories, also when a whole ... - 10:05 Revision 990b81d4: [TASK] Additional unit tests for t3lib_div::mkdir and mkdir_deep
- Added tests check if permissions and group ownership gets correctly
set when creating directories, also when a whole ... - 09:42 Revision 6222f749: [BUGFIX] Unify Template Backend Modules
- Unify the raster for the different functions Info/Modify,
Constants, Analyzer, TSOB. Highlights the separate
sub-sect... - 09:32 Revision 00ba5f9b: [BUGFIX] Unknown record collection type in RecordCollectionRepository
- t3lib_collection_RecordCollectionRepository::findByUid() only
has "uid" in the SQL query. The required "type" field i... - 08:52 Revision cd4e0c1f: [BUGFIX] Warnings in tcemain on iterating over unset columns
- Adds a check if the TCA for the table has a columns setting at all
before iterating over the columns of that table.
...
2012-02-16
- 23:34 Revision 7cc83cc8: [FEATURE] HTML5 multiple file upload in TCEforms
- Change-Id: I60fc0bf6c7934f16e082472b12706429af22a896
Resolves: #33422
Releases: 4.7
Reviewed-on: http://review.typo3.... - 22:58 Revision 6614f7e6: [TASK] Update felogin manual and raise version
- * Update manual with new options, new screenshots, new wraps, labels
* Raise extension version and dependency
Change... - 21:27 Revision 860a5b07: [TASK] The DebugViewHelper now utilizes the Extbase Debugger.
- Wraps Tx_Extbase_Utility_Debugger::var_dump() (enhanced
backport of FLOW3).
Introduces new arguments for <f:debug>:
... - 11:23 Revision 6667ceef: [FEATURE] Unset parts in t3lib_div::array_merge_recursive_overrule()
- Add possibility to t3lib_div::array_merge_recursive_overrule()
to unset values from the resulting array using special...
2012-02-15
- 20:26 Revision 62add5a4: [BUGFIX] Removed obsolet file.
- Related to #32734
Change-Id: I13d43c65b7fe005642faba9da7e3420f4baeeb24 - 20:22 Revision faa0451e: [FEATURE] Set exit status in CLI scripts
- Shell commands usually set the exit status > 0 in case an error occured.
This change sets the exit status if the CLI ... - 20:12 Revision 7e610eaa: [FEATURE] Add a download method to t3lib_http_Request
- To ease work for developers, add a download method to
t3lib_http_Request. This disables the body, attaches a download...
2012-02-14
- 07:18 Revision 9478e552: [BUGFIX] Check minitems for TCAtree
- The TCAtree ignores currently the minitems.
This is however e.g. needed to require input for a relation field.
Chang... - 07:18 Revision dbc1b90b: [FEATURE] add option to select recursively in tcaTree
- in some cases you might need or want to select a whole subtree - this is now possible.
Since ExtJs delivers nearly ev...
2012-02-13
- 23:30 Revision d3d66587: [TASK] EM: Move Upload button to top button menu
- Moves the button Upload Extension directly to
the top main button menu.
Change-Id: I1905d8fa9a31a5cfd3b538e3f60f7c85... - 22:19 Revision e67a5f72: [FEATURE] Cleanup-job for outdated preview-links
- Workspace preview-links should be deleted once they reach
their endtime timestamp
Change-Id: I91074aee5592b23f1a8e0f... - 22:15 Revision 6ab42da1: [BUGFIX] Fix translation moving in workspaces
- Seems that the API changes introduced with changeset 89bd701c
haven't been made everywhere. This caused some issue wh... - 21:05 Revision 8e0bda4e: [BUGFIX] htmlArea RTE: Target of localized string may be empty
- Solution: Do not allow an empty localized string to overrule the
default string.
Change-Id: I5b270b7b2888f5ff5d087ed... - 20:54 Revision 73dc398e: [BUGFIX] htmlArea RTE: Target of localized string may be empty
- Solution: Do not allow an empty localized string to overrule the
default string.
Change-Id: Ie74ce6a398c3172f4197bb0... - 20:41 Revision 0ecbdde8: [BUGFIX] htmlArea RTE: Target of localized string may be empty
- Solution: Do not allow an empty localized string to overrule the
default string.
Change-Id: Ib20b911560adc022b723985... - 19:01 Revision 4755e528: [BUGFIX] htmlArea RTE: Default skin inconsistent with ExtJS xtheme-blue
- The default RTE skin, used as default skin in FE, has colors
inconsistent with ExtJS skin xtheme-blue which is loaded... - 18:54 Revision 0d701dc0: [BUGFIX][t3editor] (De-)Activating does not work in Chrome
- The checkbox "Deactivate t3editor" does not work in modern Chrome
versions (e.g. 18). It works in Firefox, but didn't... - 18:48 Revision 45ecb4cf: [BUGFIX][t3editor] (De-)Activating does not work in Chrome
- The checkbox "Deactivate t3editor" does not work in modern Chrome
versions (e.g. 18). It works in Firefox, but didn't... - 18:40 Revision 47f9312f: [BUGFIX] htmlArea RTE: Default skin inconsistent with ExtJS xtheme-blue
- The default RTE skin, used as default skin in FE, has colors
inconsistent with ExtJS skin xtheme-blue which is loaded... - 18:27 Revision 6d223d5d: [BUGFIX][t3editor] (De-)Activating does not work in Chrome
- The checkbox "Deactivate t3editor" does not work in modern Chrome
versions (e.g. 18). It works in Firefox, but didn't... - 17:58 Revision 9405477a: [BUGFIX] htmlArea RTE: Default skin inconsistent with ExtJS xtheme-blue
- The default RTE skin, used as default skin in FE, has colors
inconsistent with ExtJS skin xtheme-blue which is loaded... - 16:08 Revision 29f59041: [BUGFIX] show uid of reference in show_item.php
- The uid of referenced records is not shown anymore and if there are
more items with same title, there is no easy way ... - 13:48 Revision 363ed320: [FEATURE] Add subjectField to Form Wizard TS
- Change-Id: Ic3d28b9f641e1d20eb2fa99b0100def419cb17f1
Resolves: #32132
Releases: 4.7
Reviewed-on: http://review.typo3.... - 09:31 Revision b763c249: [TASK] Rework t3lib_utility_Mail::breakLinesForEmail to drop
- strrev-magic
Use strrpos/substr instead of strrev-magic.
Add testcase for one more cornercase when breaking lines.
... - 09:23 Revision 1c5da29e: [FEATURE] Reports interface standardize
- Move extension name from docHeader function menu to module header.
Standardize font size and margins.
Change-Id: Ife... - 09:18 Revision cc2e767d: [FEATURE] Add error message for missing TCA
- Adds an error message in case the TCA of a table is missing
column definitions. The error message adds a hint that he... - 09:01 Revision b0ac6405: [FEATURE] More detailed felogin password reset error messages
- Allows a more explicit error message to be displayed, if the entered
account was not found.
The previous mechanism d... - 09:00 Revision 98307348: [FEATURE][CONF] Various messages in felogin need own stdWrap
- To make styling of various messages easier introduce new stdWraps:
* forgotErrorMessage_stdWrap
* forgotResetMessageE... - 08:59 Revision 64aa3d22: [FEATURE] felogin: Introduce new label for the legend marker
- In felogin the optional label 'legend' is now used for
the legend marker. Fallback is the original label 'reset_passw... - 00:49 Revision e4a8c3b8: Revert "[+CLEANUP] correct sql statement building"
- This reverts commit b9e4a98e98deb9abe248f697deffbc8bfb08bd24
Change-Id: I746cbc8951bd57c5266a1bf6fd32e998a1c83422
2012-02-12
- 20:59 Revision e60b664b: [FEATURE] Show History csh and spacer
- Remove excessive spacer before content on Record History change log.
Remove the duplicated Help icon underneath conte... - 20:45 Revision 8aeb14a2: [FEATURE] Toolbar Separator
- Adds separator style to toolbar items. Also the positioning of fly-out menus is
reworked and does not rely on JavaScr... - 19:31 Revision 4f5f0c99: [FEATURE] Option to disable Mass Actions
- Adds an option to the user TSConfig to disable the Mass Actions menu.
Change-Id: I2530120564699912506ad8878f7f9653ed... - 11:12 Revision 0076dcbc: [BUGFIX] Sorting of localized records is wrong after copying
- Solution: When copying a record in original language, if a localized
record of the destination record exists for lang... - 11:12 Revision 6c04d98b: [BUGFIX] Sporadic memcache error on server load
- Memcache server sometimes closes connection under heavy load. In
such cases TYPO3 shows error messages in Frontend wh... - 11:11 Revision 8d9730ba: [BUGFIX] IRRE translation links shouldn't be shown if no parent
- IRRE provides some links like "localize records" or "synchronize with
original language" which is great but those lin... - 11:11 Revision 729b93b3: [BUGFIX] IRRE translation links shouldn't be shown if no parent
- IRRE provides some links like "localize records" or "synchronize with
original language" which is great but those lin... - 10:19 Revision 606192fa: [BUGFIX] Confusing error message in reports module
- The saltedpasswords status report shows "INSECURE" warnings
although the configuration is totally fine.
Change-Id: I... - 10:19 Revision bf6adfb9: [BUGFIX] Confusing error message in reports module
- The saltedpasswords status report shows "INSECURE" warnings
although the configuration is totally fine.
Change-Id: I... - 08:14 Revision 6736402c: [BUGFIX] .inc files still call cObj->checkEmail
- The cObj->checkEmail function has been removed in 4.6,
but *.inc scripts still call this function.
This patch replac... - 01:08 Revision 2f4a1e7d: [TASK] Move FEworkspace initialization into versioning / part 2
- As there is a hook after initializing the BE user,
the code that initializes the BE user when using
a previewlink can...
2012-02-11
- 18:48 Revision 05d583c4: [FEATURE] Add hooks to extend browse_links.php
- Add hooks to be able to extend the browse links popup in RTE and for
TCEForms link fields.
This is useful to add new... - 17:34 Revision 33ea4ce8: [TASK] Adapt unit-tests to new mail-adapter-hook
- (for t3lib_utility_mail)
Adjust the unit-tests to the updated interface
instead of the deprecated one. The deprecate... - 09:06 Revision 7feaf8e3: [BUGFIX] Add the title and increase width of the multiple select boxes
- The db, file and select boxes are too narrow. This makes it hard to
to impossible to read long entries.
Increase the ... - 08:57 Revision 1bc7ba36: [BUGFIX] Resetting of input field to default when having a range fails
- When trying to reset a endtime (datetime or date) having a range (like tt_news
articles) the lower range limit will b... - 08:56 Revision e8338281: [BUGFIX] Resetting of input field to default when having a range fails
- When trying to reset a endtime (datetime or date) having a range (like tt_news
articles) the lower range limit will b... - 07:41 Revision 8b45593a: Merge "Revert "[BUGFIX] keep PersistentObjectConverterTest from cloning objects""
2012-02-10
- 23:39 Revision 8ea1ecba: [FEATURE] Shorthand syntax for foreign Validators
- This change allows the annotation @validate myext:MyValidator for
properties in Model Objects. The above example is i... - 23:35 Revision 4d6ca9be: [BUGFIX] Set default storagePageUid to current page in BE context
- This change sets the default storage page UID for persistence to
the currently selected page if we are in a backend c... - 23:03 Revision e899b456: [+FEATURE] make DI work without inject-methods
- As in FLOW3 it would be great to use dependency injection without
the inject methods. PHP 5.3 allows to set even prot... - 18:33 Revision cd481f98: [BUGFIX] IRRE: Selected items remain in selector with foreign_unique
- Problem: When an inline field is defined as unique (foreign_unique
is set), selected items are removed neither from t... - 18:24 Revision 6affdae0: [BUGFIX] IRRE: Selected items remain in selector with foreign_unique
- Problem: When an inline field is defined as unique (foreign_unique
is set), selected items are removed neither from t... - 16:12 Revision 01e229d5: [TASK] Move FEworkspace code into versioning / part 2
- As there is a hook after initializing the BE user,
the code that initializes the BE user when using
a previewlink can... - 16:10 Revision 432ac6b8: [FEATURE] Add hook to tslib_fe->getHash()
- This hook enables you to modify the hash_base that is used to store
different versions of a page in the cache. Normal... - 15:07 Revision 561406c6: [BUGFIX] TYPO3 Backend is too slow if sys_log table is large
- A query is executed during the login process, which can take
minutes during the BE login if the sys_log table is too ... - 15:04 Revision 9fbf4469: [FEATURE] Allow native ExtJS3 Modules in ContentArea
- Adds the JS basement to use ExtJS Cards in TYPO3.
Adds Api to t3lib_extMgm to add an ExtJS card
Changes xtype:modulep... - 13:44 Revision 19ea7938: [FEATURE] Allow authentication with partial OpenID identifier
- Instead of forcing the user to enter her full OpenID identifier when authenticating,
a partial OpenID identifier, wit... - 13:03 Revision a5d8cc6d: [BUGFIX] Wizard in HTML element moved to t3editor
- If HTML element is used and t3editor is not
installed, an error is thrown.
Solution is to move the wizard code to t3... - 10:32 Revision 8711c30f: [FEATURE] Extend collection handling by repository
- The table sys_collection allows to group several objects and
persist them in one collection object. The data access s... - 09:02 Revision eba159fb: [BUGFIX] Resetting of input field to default when having a range fails
- When trying to reset a endtime (datetime or date) having a range (like tt_news
articles) the lower range limit will b... - 08:44 Revision f00eb53a: [BUGFIX] Translated mailform should use localized email
- In case mailforms are translated the email adress from the
translated record is ignored.
Change-Id: I184e7b96fe5a040... - 08:40 Revision 908b2a7f: [BUGFIX] IRRE: Selected items remain in selector with foreign_unique
- Problem: When an inline field is defined as unique (foreign_unique
is set), selected items are removed neither from t... - 08:13 Revision e0caff0f: [BUGFIX] Remove early return in PageTreeDataProvider
- t3lib_tree_pagetree_Data_Provider does an early
return which makes it impossible to use the hook
which comes some lin... - 07:00 Revision a9e4868a: [BUGFIX] Formmail doesn't always use correct character set
- To work around a bug in SwitfMailer the character set of a message part
should always be set. When no character set i... - 03:19 Revision 2040d832: [BUGFIX] RTE transformation transforms LF/CR between div and hr into space
- Fix the issue and add test cases.
Change-Id: Iff9ce1adc94fdbcf62f3ab4ee25c6c8a3703fe19
Resolves: #26815
Releases: 4.... - 03:15 Revision 2115050c: [BUGFIX] RTE: Removing div from block format select box may not work
- Problem: RTE.default.buttons.formatblock.removeItems = div is not
honoured when Indent/outdent is configured
Solution... - 03:09 Revision 0c8891ea: [BUGFIX] RTE: Removing div from formatblock selector may not work
- Problem: RTE.default.buttons.formatblock.removeItems = div is not
honoured when indent/outdent is configured.
Solutio... - 02:58 Revision d52d362c: [BUGFIX] RTE: Removing div from formatblock selector may not workspaces
- Problem: RTE.default.buttons.formatblock.removeItems = div is not
honoured when indent/outdent is configured.
Solutio... - 02:52 Revision 41e3ba1c: [BUGFIX] htmlArea RTE: CSS class names are lowercase in WebKit
- Problem: See https://bugs.webkit.org/show_bug.cgi?id=55619
Solution: Add doctype to the iframe source
Change-Id: Id0... - 02:39 Revision a270cd06: [BUGFIX] htmlArea RTE: CSS class names are lowercase in WebKit
- Problem: See https://bugs.webkit.org/show_bug.cgi?id=55619
Solution: Add doctype to the iframe source
Change-Id: Ib7... - 01:52 Revision 0bda8f8b: [BUGFIX] htmlArea RTE: CSS class names are lowercase in WebKit
- Problem: See https://bugs.webkit.org/show_bug.cgi?id=55619
Solution: Add doctype to the iframe source
Change-Id: Iec...
2012-02-09
- 23:18 Revision 9697ac95: [FEATURE] Move redirect fields from Extended tab
- The redirect after login fields now have a spot on the Options tab.
Minor CGL changes are also included.
Change-Id: ... - 23:13 Revision 78df186b: [BUGFIX] Unset stdWrap of select.pidInList
- Using stdWrap features on select.pidInList together with slide will
result in an endless loop because the same parent... - 21:49 Revision ba843816: [BUGFIX] *IFSUB ignores l18n_cfg field
- The l18n_cfg field is used to prevent the appearance of the default
language record or any alternative language recor... - 21:32 Revision c3292b7b: [BUGFIX] *IFSUB ignores l18n_cfg field
- The l18n_cfg field is used to prevent the appearance of the default
language record or any alternative language recor... - 20:19 Revision eeddbce9: [BUGFIX] Shortcut redirect ignores linkVars syntax
- Currently the code that creates the redirect url for a shortcut
page only respects the linkVars option as list of par... - 20:04 Revision 2f038260: [BUGFIX] Loading of an IRRE element with subtabs freezes and breaks browsers
- Change-Id: Id159587d19e969bbce3bf00a8862a41f3fc645b2
Fixes: #33448
Releases: 4.7, 4.6
Reviewed-on: http://review.typo... - 19:43 Revision 110a28ee: [FEATURE] Error level as the first column in BE Log module
- Move error level (warning, error, ...) to first column
in BE to help catch the importance of the row.
Change-Id: I05... - 13:12 Revision b9f12f8f: [TASK] Improve error message of "broken rootline"
- Currently it is hard to get the reason why the error
"broken rootline" appears. Therefore the error msg can be
improv... - 08:56 Revision 18b0764f: [BUGFIX] saltedpasswords update task only updates 42 records
- The scheduler task to convert the fe_user and be_user passwords
to salted passwords took only 42 records per run. Now... - 08:56 Revision e5a594ce: [BUGFIX] saltedpasswords update task only updates 42 records
- The scheduler task to convert the fe_user and be_user passwords
to salted passwords took only 42 records per run. Now... - 08:54 Revision a18f3720: [BUGFIX] saltedpasswords update task only updates 42 records
- The scheduler task to convert the fe_user and be_user passwords
to salted passwords took only 42 records per run. Now... - 08:47 Revision b446078c: [BUGFIX] Loading of an IRRE element with subtabs freezes and breaks browsers
- Change-Id: I4c40900c6e718c720a005b59d5875d08b8b4c341
Fixes: #33448
Releases: 4.7, 4.6
Reviewed-on: http://review.typo... - 08:35 Revision edd4844a: [BUGFIX] Shortcut redirect ignores linkVars syntax
- Currently the code that creates the redirect url for a shortcut
page only respects the linkVars option as list of par... - 01:18 Revision 04b87281: [BUGFIX] Validation for multiple forms on one page
- Since the class tx_form_System_Validate is a singleton, it was not
possible to use more than one form on a page. This... - 01:14 Revision ff7fd848: [FEATURE] Move Element form visual cleanup
- Remove redundant information, add and change spaces.
Change-Id: Ifc29f3b62c8520bffae585d30aea5acddd423733
Resolves: ...
2012-02-08
- 23:14 Revision a0c4d92f: [FEATURE] Multiple stdWrap executed in numeric order
- Add possibility to use multiple stdWrap-calls in numeric order.
Offers easier usage than the existing stdWrap-chainin... - 23:05 Revision 5798db03: [TASK] Remove unsupported functionality related to workspaces
- As only element versioning is supported since TYPO3 4.4, all
functions related to branch and page versioning that hav... - 23:03 Revision 487bf949: [BUGFIX] TSconfig option hides table pages_language_overlay
- If page TSconfig
mod.web_list.hideTranslations=*
is set, then also the table 'pages_language_overlay' is hidden,
wh... - 22:59 Revision 4573de4c: [BUGFIX] TSconfig option hides table pages_language_overlay
- If page TSconfig
mod.web_list.hideTranslations=*
is set, then also the table 'pages_language_overlay' is hidden,
wh... - 21:53 Revision e5ee0ee9: [BUGFIX] Bookmarks to pages don't work
- Change-Id: I25fce6d672ffe890d494222ed4ea8a2500c5bfac
Fixes: #30352
Releases: 4.7. 4.6, 4.5
Reviewed-on: http://review... - 21:48 Revision 6ad942e8: [FEATURE] Add "if" function to includeCSS and includeJS
- The includeJS / CSS / ... blocks lack the ability to
add TypoScript conditions to them. Even if some workarounds
exis... - 20:09 Revision 30ee927d: [FEATURE] Integrate possibility to resolve relative path walks
- The BACK_PATH is a known thing in TYPO3, used to define the
relative path to the TYPO3 main directory (./typo3/). Sin... - 19:27 Revision 3340dbbf: [FEATURE] Integrate possibility to build URL
- The PHP function parse_url() allows to split up URLs into
separate parts. However, TYPO3 lacks of the possibility to
... - 18:35 Revision 7ab37ff9: Revert "[BUGFIX] Remove early return in PageTreeDataProvider"
- This reverts commit 183c50043417a7f8d29d734bfd6f2bd0fac021cf
The related commit was merged by accident.
Change-Id: ... - 18:28 Revision 657d515b: [FEATURE] Integrate Signal Slot Handling
- Integrate Signal Slot Handling to t3lib_SignalSlot_Dispatcher.
t3lib_SignalSlot_Dispatcher::getInstance()->connect()... - 18:23 Revision bc912dfa: [BUGFIX] Remove early return in PageTreeDataProvider
- t3lib_tree_pagetree_Data_Provider does an early
return which makes it impossible to use the hook
which comes some lin... - 09:43 Revision 51c33cf8: [BUGFIX] SQL error in extension manager
- Since #32161 all extension list updates fail because the single
quotes are added twice.
Also fix the other occurence... - 09:42 Revision 3aa0ca83: [BUGFIX] Invalid "unequal"-statement and string-quoting in SQL
- There are multiple "!=" in SQL statements. They should be "<>".
MySQL understands "!=" for the compatibility with ear... - 09:37 Revision 24825cae: [BUGFIX] SQL error in extension manager
- Since #32161 all extension list updates fail because the single
quotes are added twice.
Also fix the other occurence... - 08:32 Revision 13b4509b: [BUGFIX] Scheduler BE module fails to load due to autoloader issues
- When displaying a list of tasks, scheduler unserializes exceptions.
If the exception class is not known to the autolo... - 08:23 Revision bf9aff2e: [BUGFIX] Confusing error message in reports module
- The saltedpasswords status report shows "INSECURE" warnings
although the configuration is totally fine.
Change-Id: I... - 08:10 Revision 91e75e06: [BUGFIX] IRRE translation links shouldn't be shown if no parent
- IRRE provides some links like "localize records" or "synchronize with
original language" which is great but those lin... - 07:44 Revision 633657b0: [TASK] Disable compression for inlineJs in Backend
- JSMin is a major performance nightmare and no network connection can be
as slow as it would justify to spend so much ... - 07:39 Revision c91dfffa: [BUGFIX] Prevent duplicate stdWrap for media content
- All the standard renderers handle stdWrap themselves, so the general stdWrap
handling should be moved to the customMe... - 07:31 Revision 84964aca: [TASK] remove obsolete check for media/scripts/
- tslib_fe::checkFileInclude() still contains a check for the
obsolete directory media/scripts/.
Change-Id: I2b59bd53a... - 07:30 Revision afb1c953: [BUGFIX] .inc files still call cObj->checkEmail
- The cObj->checkEmail function has been removed in 4.6,
but *.inc scripts still call this function.
This patch replac...
2012-02-07
- 09:31 Revision 569f7f5f: [BUGFIX] Live search must implement search properties
- Implement the new TCA properties introduced in TYPO3 4.5 (#26829)
in the live search, so that it produces the same re... - 08:48 Revision cc183741: [BUGFIX] Release locked records during logout
- The sys_lockedrecords tables isn't cleared during the users logout.
Change-Id: I789cf1736a1b00760b54f8efddaffd633b47... - 08:48 Revision 5dad87c6: [BUGFIX] Release locked records during logout
- The sys_lockedrecords tables isn't cleared during the users logout.
Change-Id: Ia7cd222934af35721a0a70f58ff65c947b62... - 08:45 Revision fa2adb14: [BUGFIX] Release locked records during logout
- The sys_lockedrecords tables isn't cleared during the users logout.
Change-Id: I08fa2820b048a420d3e1a39fdb0cddf42ff9... - 08:39 Revision 618cb8bb: [BUGFIX] Formmail doesn't always use correct character set
- To work around a bug in SwitfMailer the character set of a message part
should always be set. When no character set i... - 08:27 Revision ae4e56c2: [BUGFIX] Don't save form protection error messages in session
- Do not persist flash messages in the session if we are in an Ajax context
because then the flash message is rendered ... - 08:21 Revision cf878c15: [BUGFIX] Live search must implement search properties
- Implement the new TCA properties introduced in TYPO3 4.5 (#26829)
in the live search, so that it produces the same re... - 08:10 Revision 91616be6: [BUGFIX] Prevent compression of scripts that use ajax.php
- When registering ajax calls, a pseudo JS file is registered within the
pageRenderer with a source like 'ajax.php?para... - 08:08 Revision e31b1c21: [BUGFIX] Prevent compression of scripts that use ajax.php
- When registering ajax calls, a pseudo JS file is registered within the
pageRenderer with a source like 'ajax.php?para... - 08:06 Revision a03806ef: [BUGFIX] Prevent compression of scripts that use ajax.php
- When registering ajax calls, a pseudo JS file is registered within the
pageRenderer with a source like 'ajax.php?para... - 07:54 Revision 9513c75b: [BUGFIX] SQL parser does not support NULL as default value
- When preparing a database schema with proper referential integrity,
one typically has to choose NULL as default value... - 07:51 Revision 5ca05208: [BUGFIX] SQL parser does not support NULL as default value
- When preparing a database schema with proper referential integrity,
one typically has to choose NULL as default value... - 07:02 Revision d8338fc2: Revert "[BUGFIX] keep PersistentObjectConverterTest from cloning objects"
- Sorry that I let this slip through... The problem now is the following:
If deactivating *clone*, the automatic persi...
2012-02-06
- 13:42 Revision f690fc91: [BUGFIX] "Show page" does not use a proper URL scheme
- "Show page" context menu and Web>View do not use proper scheme if
that is set in the page properties. They always use... - 13:40 Revision e604334c: [BUGFIX] "Show page" does not use a proper URL scheme
- "Show page" context menu and Web>View do not use proper scheme if
that is set in the page properties. They always use... - 13:37 Revision 329f00d4: [TASK] Reports module uses internal data of salted passwords
- Reports module changes from issue #30695 introduced a check
for the saltedpasswords extension and a report about user... - 13:36 Revision 147184a3: [TASK] Reports module uses internal data of salted passwords
- Reports module changes from issue #30695 introduced a check
for the saltedpasswords extension and a report about user... - 10:10 Revision eae9e935: [BUGFIX] create/move new page behind move-placeholder
- Fixes the described scenerio below by using just another tcemain hook.
* Switch to a workspace without pending chang... - 09:56 Revision 4d87c385: [BUGFIX] html-escaping of workspace-title too much
- Titles are escaped later during output.
Don't yet escape in the service composing
the list of workspaces.
Change-Id:... - 03:24 Revision ff5d585d: [BUGFIX] RTE: Some toolbar elements may not be correctly initialized
- This change is a follow-up to previous change which could cause JS
error when language dropdown is not configured in ... - 03:12 Revision ccf3b646: [BUGFIX] RTE: Some toolbar elements may not be correctly initialized
- The language and font dropdowns need to initialized after their data
stores are loaded. The text indicator needs to b... - 02:51 Revision b4d0d807: [BUGFIX] RTE: Some toolbar elements may not be correctly initialized
- The language and font dropdowns need to initialized after their data
stores are loaded. The text indicator needs to b...
2012-02-04
- 03:13 Revision cdab2353: Merge "[TASK] Backported FLOW3 Debugger"
- 03:12 Revision 51d7e1e2: Merge "[BUGFIX] Child objects are now fetched only by uid (pid and sys_language_uid are ignored)."
2012-02-03
- 21:34 Revision 870c37ab: [BUGFIX] Update felogin manual
- Add list of available hooks
Change-Id: I4b574edd3a27daf8a4280005a4da5097eaf226ad
Fixes: #18992
Releases: 4.7
Reviewe... - 20:29 Revision 34a2b2f6: Revert "[BUGFIX] RTE: Some toolbar elements may not be correctly initialized"
- This reverts commit 21757151ecf10119a05ef80e055fe3a3bf338ecc
Change-Id: If154e6b4b452ccefd2aadffe6dba50005e558bbd
Re... - 19:56 Revision 6d954364: Revert "[BUGFIX] RTE: Some toolbar elements may not be correctly initialized"
- This reverts commit f848f50ecc3331abedfaee8854303417dee6eb71
Change-Id: I530d5f2c78cdba9174978394669d53f16efa52f1
Re... - 19:50 Revision 0fe72801: [BUGFIX] Encoding error in TCEforms inline JavaScript
- JavaScript encoding is broken, when the link browser is used to add a
new item and sections are used.
Change-Id: Id3... - 19:48 Revision 76230132: [BUGFIX] Encoding error in TCEforms inline JavaScript
- JavaScript encoding is broken, when the link browser is used to add a
new item and sections are used.
Change-Id: Id3... - 19:47 Revision bc9f72b5: [BUGFIX] Encoding error in TCEforms inline JavaScript
- JavaScript encoding is broken, when the link browser is used to add a
new item and sections are used.
Change-Id: Id3... - 18:40 Revision fce948d5: Merge "[BUGFIX] Reset LazyObjectStorage array pointer at initialization"
- 18:34 Revision 77182044: [BUGFIX] Reset LazyObjectStorage array pointer at initialization
- This allows current() operation on a still lazy ObjectStorage
without causing errors.
Thanks to Franz Koch for repor... - 18:33 Revision e9edf3d5: [BUGFIX] Enable some support for workspace previews
- The Extbase DB Backend does a versioning overlay, however due to the
relevant table almost never being "pages" the re... - 18:14 Revision 7634e9ea: [BUGFIX] Bookmarks to pages don't work
- Change-Id: I1d253bae07b67d8a1cccba09de9666af252aad0a
Fixes: #30352
Releases: 4.7. 4.6, 4.5
Reviewed-on: http://review... - 18:13 Revision 5821891d: Merge "[BUGFIX] Repository replace() does not replace unpersisted objects"
- 18:12 Revision 4ef34a7d: [BUGFIX] Repository replace() does not replace unpersisted objects
- This adds an additional case to check $this->addedObjects even if
$existingObject has an UID. Without this, adding, p... - 18:00 Revision 54b437a1: [BUGFIX] Bookmarks to pages don't work
- Change-Id: I688a7f55184a8ae7d3be5574f70c7d3699d19149
Fixes: #30352
Releases: 4.7. 4.6, 4.5
Reviewed-on: http://review... - 17:03 Revision 74c0a47d: [BUGFIX] t3lib_div::validPathStr() fails on certain file names
- Function t3lib_div::validPathStr() fails on file names with Unicode
characters. Adding 'u' modifier to the regular ex... - 17:03 Revision 1a885b5e: [BUGFIX] t3lib_div::validPathStr() fails on certain file names
- Function t3lib_div::validPathStr() fails on file names with Unicode
characters. Adding 'u' modifier to the regular ex... - 16:52 Revision 10bfe490: [BUGFIX] Child objects are now fetched only by uid (pid and sys_language_uid are ignored).
- $query->getQuerySettings()->setRespectSysLanguage(FALSE) was added.
Change-Id: I30bde0511986f593fb7aebeb96b6fbe2b5ab... - 15:48 Revision 3a1ebbd0: [BUGFIX] Fatal error if pear package http_request2 is installed
- The wrong path is used for include once which leads to double
inclusion of the same class from different files.
Chan... - 11:56 Revision 3d32821a: [BUGFIX] adjust SignalSlotDispatcher's unit-tests
- Since the last backport of FLOW3's changes to the SignalSlotDispatcher
the unit-tests were broken due to unchanged ar... - 03:32 Revision 8db8b532: [BUGFIX] htmlArea RTE: Changing the text color to black does not work
- Solution: Fix colorToHex conversion utility
Change-Id: I9983e97970ba82d44a53bdffbe36e544755ac9c6
Resolves: #32877
Re... - 03:19 Revision 7913392a: [BUGFIX] htmlArea RTE: Changing the text color to black does not work
- Solution: Fix colorToHex conversion utility
Change-Id: I7707d756d9912208489584d993dbdee3dfa31eab
Resolves: #32877
Re... - 03:04 Revision ef1dd9a7: [BUGFIX] htmlArea RTE: Changing the text color to black does not work
- Solution: Fix colorToHex conversion utility
Change-Id: I5c7f44f4255e0e52a8540a58f95eec3443ac9085
Resolves: #32877
Re... - 02:57 Revision 3a203d58: [TASK] Backported FLOW3 Debugger
- This is an improved version of the FLOW3 debugger
for enhanced object debugging i.e. debugging also private
propertie... - 02:42 Revision 61600103: [BUGFIX] htmlArea RTE: Firefox may report error when setting a color
- Problem: The color does get assigned, but Firefox reports a JS error.
Solution: The RTE may incorrectly detach the se... - 02:23 Revision 28d52eac: [BUGFIX] htmlArea RTE: Firefox may report error when setting a color
- Problem: The color does get assigned, but Firefox reports a JS error.
Solution: The RTE may incorrectly detach the se... - 01:36 Revision 46676607: [BUGFIX] htmlArea RTE: Firefox may report error when setting a color
- Problem: The color does get assigned, but Firefox reports a JS error.
Solution: The RTE may incorrectly detach the se...
2012-02-02
- 22:36 Revision 36d61823: [BUGFIX] RTE Text indicator does not work in Firefox in TYPO3 4.5
- Solution: Backport logic from master (4.7).
Change-Id: Idf129efb55bc12ec8c2fe17ef931c0027ae08c69
Fixes: #33642
Relea... - 22:13 Revision 5047f14e: [BUGFIX] RTE: Some toolbar elements may not be correctly initialized
- The language and font dropdowns need to initialized after their data
stores are loaded.
Change-Id: If34a6c03628ce277... - 21:42 Revision 96cae2bf: [BUGFIX] RTE: Some toolbar elements may not be correctly initialized
- The language and font dropdowns need to initialized after their data
stores are loaded. The text indicator needs to b... - 21:41 Revision 76cc65b2: Revert "[BUGFIX] RTE: Some toolbar elements may not be correctly initialized"
- This reverts commit 2f09a85d190f69ab7c4e7874f1157f4c867a6d7a
Change-Id: Ic1e896f46eccd07b9ebf4f880dbe12892510329f
Re... - 21:28 Revision 844be405: [BUGFIX] RTE: Some toolbar elements may not be correctly initialized
- The language and font dropdowns need to initialized after their data
stores are loaded. The text indicator needs to b... - 19:15 Revision e660ea1f: [BUGFIX] RTE: Some toolbar elements may not be correctly initialized
- The language and font dropdowns need to initialized after their data
stores are loaded. The text indicator needs to b... - 13:25 Revision 4a2d0980: [+CLEANUP] correct sql statement building
- In the storage backend buildQuery() builds the sql query very basic.
To have a clean structure, we should build the q... - 05:58 Revision 37dbfcee: [FEATURE] htmlArea RTE: Edit HTML5 microdata items
- This feature adds a new "Microdata" tab to the "Edit element" dialogue
allowing to edit the itemscope, itemtype and i...
Also available in: Atom