Activity
From 2011-06-05 to 2011-07-04
2011-07-04
- 20:47 Revision 00f6e499: [BUGFIX] Translation handling module broken
- Since introduction of XLIFF translations, the Translation Module of the
Extension Manager is broken.
Change-Id: I5d8... - 16:22 Revision 23aa59ab: [BUGFIX] Re-Introduce removed API method and mark it deprecated
- After the refactoring of the form protection framework the API method persitTokens()
has been removed.
To not break ...
2011-07-03
- 14:54 Revision b24721d6: [FEATURE] Show the faulty URL when an extension cannot be fetched
- When EM fails to fetch an extension, it returns an error message
without showing the faulty URL which makes it diffic... - 14:53 Revision f613cd73: [BUGFIX] Mirror selection is not respected
- When a specific mirror is selected in Extension Manager,
the method used to return it fails.
Change-Id: Ica7309eed3e... - 14:52 Revision 45a58a33: [BUGFIX] Mirror selection is not respected
- When a specific mirror is selected in Extension Manager,
the method used to return it fails.
Change-Id: I6beffd665e2...
2011-07-01
2011-06-30
- 16:47 Revision 7a2807cb: [BUGFIX] Fix Widget support
- This is a hotfix for the broken widget support (see #27783)
Besides it fixes some unit tests that were red since the
... - 11:23 Revision e14243d4: [TASK] Recreate ext_autoload.php
- Using the Extension Development Evaluator
Change-Id: Icb8ad8b2190dba8ea27a2bd36669d7bb71d2b4ee
Resolves: #27680 - 11:22 Revision 975c15b4: [TASK] Recreate ext_autoload.php
- Using the Extension Development Evaluator
Change-Id: Ifeaacb40bef0295ab446ac187ee348637e9e6eb9
Related: #27680 - 07:50 Revision 8c22e535: [+FEATURE] (ViewHelpers): Adjust Fluid to new Property Mapper
- make sure to merge the relevant Extbase changes as well when testing.
Related: #27656
Change-Id: Iba7f9559440445d443... - 07:46 Revision ae5eeef2: [!!!][+FEATURE] (MVC): Modify MVC stack to use the new property mapper
- * use Error_Result for validation errors and property mapping errors
* use new Property Mapper
* use new validation A... - 07:42 Revision 89c0697e: [!!!][+FEATURE] (Validation): Adjusted and re-done Validation API
- * Completely reworked Validation API, adjusting all validators.
Validators now return a Error_Result object.
* Vali... - 07:33 Revision 111368ea: [+FEATURE] (Property): Add new property mapper
- This changeset adds the new property mapper, alongside of the old one.
It is not used yet in the MVC framework.
Rela... - 07:32 Revision 22d1e917: [+FEATURE] (Persistence): Synchronize PersistenceManagerInterface more with FLOW3
- * adds the methods getObjectByIdentifier and getIdentifierByObject directly to
the Persistence Manager and interfac... - 07:29 Revision 1e11d760: [+FEATURE] (Reflection): Object Access can now access private properties
- Resolves: #27652
Related: #27059
Change-Id: I93a31053f29e18791539033e262f32b41f21222e - 07:28 Revision 72761b49: [+FEATURE] (Utility): synchronize TypeHandling class with FLOW3
- Also backports unit tests from FLOW3.
Resolves: #27651
Related: #27059
Change-Id: Ia76dfef73ad9833305a5493114cf99c99... - 07:27 Revision ad09f0ce: [!!!][FEATURE] Improve error and message handling
- ERROR HANDLING:
- Error\Result as base class for generic "Results" (used by validation
and by Property Mapping)
- E... - 07:20 Revision 45aa0100: [TASK] (MVC, Property): Deprecation of the the old property mapper
- Related: #27059
Change-Id: I9d11777ee44194f05f9e5a70f761695298a5ad5f - 07:16 Revision dfd257ee: [+FEATURE] (Configuration): Feature flag implementation
- In order to provide new features and stay backwards-compatible at the same time,
the framework has to distinguish at ...
2011-06-29
- 22:17 Revision 240383e7: [BUGFIX][DB] Some DB fields needs to be varchar to support MSSQL
- There are some fields in the sys_workspace table, which are of type
text at the moment. This is a problem for MSSQL, ... - 21:17 Revision 8790f3e2: [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... - 10:51 Revision c2542c22: [BUGFIX] LIVE workspace actions don't work
- The solution is simple to hide all the "actions" in live workspace.
Change-Id: Id0b1f7231fd74d14a4353df2aa290e9fe8f7...
2011-06-28
- 18:39 Revision 212e9791: [FEATURE] Add possibility for improved detail view
- The current row detail view in the Workspaces module is rather limited
and there's no entry point to change it. Addin... - 18:00 Revision 146f6621: [FEATURE] Add possibility for improved detail view
- The current row detail view in the Workspaces module is rather limited
and there's no entry point to change it. Addin... - 12:43 Revision 18d3eee6: [BUGFIX] LIVE workspace actions don't work
- The solution is simple to hide all the "actions" in live workspace.
Change-Id: I5ae97bc5f7dacb5e6e40749bf40d2a049689...
2011-06-27
- 08:52 Revision 9b4afc7e: [TASK] Remove override of authentication fields
- Many class fields in tslib_feUserAuth override the ones from
parent class t3lib_userAuth. This makes refactoring comp... - 01:16 Revision b4375526: [+BUGFIX] (Persistence): return correct objectCountByQuery when query
- contains left join and no limit
When using DISTINCT with COUNT, the DISTINCT has to be inside the
COUNT otherwise th... - 01:12 Revision 15a54e17: Merge "[+TASK] Fluid: Make use of newly introduced Extension Service"
- 01:11 Revision a8b15cc0: [+TASK] Fluid: Make use of newly introduced Extension Service
- Since r11323b56 most functions of Tx_Extbase_Utility_Extension
are deprecated and have been used to the new
Tx_Extbas...
2011-06-26
- 17:57 Revision 61905b2c: Merge "[+BUGFIX] Cloning a ValueObject should not set its uid to NULL"
- 16:45 Revision ed706a6d: [BUGFIX] Adapt cache configuration to 4.6
- Change-Id: Ifcc5f66cd61c32bf2bf219da21eea67939d3b77c
Resolves: #27546
Depends: #27506
Depends: #27536 - 16:15 Revision 89cdbb65: [BUGFIX] Remove check for TYPO3_UseCachingFramework
- The caching framework is always enabled in TYPO3 4.6. This renders
the check for TYPO3_UseCachingFramework obsolete.
... - 14:01 Revision 3e26b75a: [TASK] Add Parser for PHP locallang array
- Implement the parser to support LLPHP file as localization file format.
Change-Id: I4e4d66e73d92eae57663b8e905db33a1... - 14:01 Revision 1855640d: Fix for cannot use string offset as array in lang
- Change-Id: Idfbf17da0c4ca6fed758f6724a69c64e2884f8de
- 14:01 Revision edb0ac8a: Sys_domain caching
- Change-Id: If7c15d5d173328bfd1544c8d917fd0e48452f7ae
- 10:26 Revision 16456828: Full caching of sys_domain records
- Change-Id: I20f98c89a056e6cc05ba6923a94f3cf2c71d9ac2
2011-06-25
- 12:47 Revision 3f136897: [BUGFIX] Caching framework: Improve configuration handling
- The cache manager takes care of correct cache configurations
given to the cache factory. The patch improves the handl... - 08:22 Revision 8c856d57: [BUGFIX][INSTALL] Selecting existing database should check radio button
- Due to a JavaScript error the corresponding radio button in Step 2 of
the 1-2-3 wizard is not automatically checked, ... - 00:24 Revision 678d5865: [BUGFIX] Fix warnings in db backend unit tests
- Change-Id: I2e83a0ec6c81c07b0b051d7074ee2ac928a6beb5
Resolves: #27693
Reviewed-on: http://review.typo3.org/2922
Revie... - 00:22 Revision 4e5d1b35: [BUGFIX] Fix warning in file backend unit tests
- Change-Id: Ib38f602723826340a5c3afd0a9f79cc9aa1dae66
Resolves: #27692
Reviewed-on: http://review.typo3.org/2923
Revie...
2011-06-24
- 21:19 Revision 7aec9be5: [FEATURE] Add random functionality to listNum
- Add the ability to get a random item by setting listNum to "rand".
Change-Id: I55efef8ed714eaa1545f9f179e18260661407... - 21:19 Revision 6bb68687: [BUGFIX] Use runtime cache in TCEmain
- Change-Id: I675b1998d255ea4b9fda3e7725b9fd9d96a0f1d6
Resolves: #27685
Depends: #27208
Reviewed-on: http://review.typo... - 21:10 Revision fea7f6ec: [BUGFIX] Use runtime cache in tslib_fe::get_cache_timeout
- Thanks to #20473, start and stop times of records are now taken into
account during a page's cache lifetime calculati... - 20:40 Revision a44f8fa0: [FEATURE] Add a runtime cache
- Add a runtime cache (cache_runtime) based on the TransientMemoryBackend
to save and retrieve values, which are requir... - 20:36 Revision f680d92b: [BUGFIX] Deprecate initCache* methods in t3lib_cache
- They are obsolete since cacheManager->getCache() initializes caches
on its own if needed.
Change-Id: I1684db04057990... - 20:06 Revision ab65d0c4: [BUGFIX] Improve deprecation handling of useCachingFramework
- Change-Id: I0578331909143ee646cace697852eb6082a3a19b
Resolves: #27681
Reviewed-on: http://review.typo3.org/2909
Revie... - 18:26 Revision 9e423e05: [TASK] Scheduler: Code clean up
- Clean up code in the Scheduler system extension: phpDoc,
CGLs compliancy, spelling mistakes, type hinting.
Change-Id... - 13:50 Revision 3a5ca97b: [BUGFIX] Use t3lib_cache_frontend_VariableFrontend as fallback frontend
- According to wiki documentation, integrators are told to define both
'frontend' and 'backend' in their caching config... - 13:48 Revision 5499b8e3: Merge "[BUGFIX] Space missing in popup window" into 4.5
- 13:48 Revision 3aaa54a7: Merge "[BUGFIX] Space missing in popup window"
- 13:37 Revision d9e4b119: Merge "[FEATURE] Improve information for detail view" into 4.5
- 13:36 Revision 9dd08070: Merge "[FEATURE] Improve information for detail view"
- 13:28 Revision 0652f1bc: [BUGFIX] Flexform sheet description should be editable via TSConfig
- Flexform sheet description, short description and language meta settings are now editable via TSConfig.
Change-Id: I... - 13:08 Revision 279fee3f: [FEATURE] Enable caching framework by default
- The caching framework matured and is ready for default use. The patch
defines TYPO3_UseCachingFramework to true, remo... - 11:44 Revision 3dc19336: [FEATURE] Add task to delete files in recycler folders
- Adds a scheduler task to cleanup old files in _recycler_
directories in fileadmin. Thanks to Guiamo Programming (Yomo... - 10:36 Revision 75894001: [+BUGFIX] Fix unit tests
- This commit fixes all Fluid unit tests, so they run through again.
With this commit, backporting Fluid is completed u... - 03:16 Revision 4a11fb5c: Merge "[BUGFIX] Fix case of setChildSortByFieldName in DataMapFactory"
- 03:03 Revision 015e7f99: Merge "[+FEATURE] Extbase (MVC): Make response format configurable in TypoScript"
2011-06-23
- 22:45 Revision 86267447: [BUGFIX] Caching framework: Reduce code duplication in db backend
- Change-Id: I791e7171adedf2737f38adecac52e428ed63da90
Resolves: #27671
Reviewed-on: http://review.typo3.org/2901
Revie... - 22:08 Revision eadf9d31: [BUGFIX] FE-Error "NO entry in the $TCA-array..."
- Fix a possible race condition during a FE call if a BE user
'clears all cache' at the same time.
Change-Id: I55190c3... - 22:00 Revision 554828b2: [BUGFIX] Disabled empty number of days field in table garbage
- collection scheduler task
This patch reactivates the number of days field even if it is
empty if a default number is... - 18:37 Revision 29fed401: [BUGFIX] Missing parentheses in code break two stdWraps
- Missing parentheses around isset() checks in string concatenation break
functionality.
Change-Id: I57fb20a425ce39990... - 18:35 Revision 2c5aba5d: [BUGFIX] Missing parentheses in code break two stdWraps
- Missing parentheses around isset() checks in string concatenation break
functionality.
Change-Id: I2349f8608ab7a1ffc... - 07:55 Revision ac089754: [+BUGFIX] (SignalSlot): Fix unit tests
- Resolves: #27550
Change-Id: Idddd477af6ff278473626455a963ebea925a4242
2011-06-22
- 19:12 Revision 52d86037: [BUGFIX] Caching framework db backend: Remove wildcard tag dropping
- Change-Id: I75fdee1cf996aa21d7c6b71502ade54fd9fa957f
Resolves: #27548
Depends: #27506
Depends: #27536
Depends: #25119... - 19:11 Revision 0f689158: [FEATURE] Caching framework db backend: better db layout
- Introduce a better indexable database layout that allows
effective use of indices.
Change-Id: Ie97563e1612d64759bcbd... - 19:10 Revision 34603eb5: [TASK] Caching framework db backend: Use own namespace
- The layout of needed database tables for cache tables is
handled by the caching framework backend internally:
- Exten... - 16:41 Revision f1523f84: [BUGFIX] Versioning with context menu is visible if workspaces are enabled
- Change-Id: I0b1e582e631e223cec3bd5759d72fb6e1368d5d3
Resolves: #25962
Releases: 4.6, 4.5 - 16:39 Revision 4894ccc7: [BUGFIX] Versioning with context menu is visible if workspaces are enabled
- Change-Id: I31592fb3dcbb334192497ea6e60e7498f4665847
Resolves: #25962
Releases: 4.6, 4.5 - 15:23 Revision 56f169eb: [BUGFIX] Space missing in popup window
- Change-Id: Ie0cd46baa07c3d7bdb80c97fc53432eacba276d9
Resolves: #27310
Releases: 4.6, 4.5 - 15:19 Revision 2b71535a: [BUGFIX] Space missing in popup window
- Change-Id: I2b46e13136cea7f142fbed113fb250a7bd952973
Resolves: #27310
Releases: 4.6, 4.5
2011-06-21
- 22:17 Revision 8b8bd648: [BUGFIX] Installer - Wrong value for CGI
- In "Basic Configuration"->"System Information" the wrong value for
"UNIX/CGI" is displayed, when using fcgid.
The rea... - 20:46 Revision a115fb92: [BUGFIX] Installer - Wrong value for CGI
- In "Basic Configuration"->"System Information" the wrong value for
"UNIX/CGI" is displayed, when using fcgid.
The rea... - 20:31 Revision 7f152843: [FEATURE] Upgrade ExtJS to version 3.4.0
- Change-Id: Ia24cbb72388ad35bdf37b2254c067cec4212630d
Resolves: #27407
Reviewed-on: http://review.typo3.org/2710
Teste... - 14:38 Revision 41ce921d: [BUGFIX] Previewing a page in a custom Workspace, unable to execute an action in List view tab.
- Change-Id: Ibb09d6de9e9053eac69c6bb746b8ee2f40fc66e6
Resolves: #13884
Releases: 4.6, 4.5 - 13:26 Revision e86d0dbe: [BUGFIX] Previewing a page in a custom Workspace, unable to execute an action in List view tab.
- Change-Id: Ic3646420e44fd9fddf656ce70df1ece16937db6e
Resolves: #13884
Releases: 4.6, 4.5 - 13:08 Revision 792ea552: Merge "[BUGFIX] Missing preselected recipients in send to next stage window"
- 13:07 Revision 175a8872: Merge "[BUGFIX] Missing preselected recipients in send to next stage window" into 4.5
- 11:41 Revision c4a4a7d5: [TASK] Fluid: Use strpos() instead of strstr() where possible
- Faster and less memory-intensiv if just checking for presence
of one character (according to PHP-documentation).
Cha... - 07:01 Revision f8649b63: [TASK] Make TextboxViewHelper a subclass of TextFieldViewHelper
- As TextFieldViewHelper behaves exactly as TextboxViewHelper, and has further
configuration options, it should be safe... - 06:47 Revision 7c0954e3: Merge changes If9f1d413,Icef02f0e,Ib0affd73
- * changes:
[TASK] (ViewHelper): Code Cleanup to AbstractFormField ViewHelper
[TASK] (Core): Code Cleanup in Abstr... - 00:31 Revision d9625b79: Merge "[BUGFIX] Adapt cache configuration to 4.6"
2011-06-20
- 23:31 Revision 5397e22d: [BUGFIX] Caching Framework: Flush all caches in 'clear all caches'
- The caching framework Manager method flushCashes() flushs only
instantiated caches. The patch puts the new setCacheCo... - 21:55 Revision 8ae12737: Merge "[TASK] Cleanup and small improvements to Interceptors"
- 21:54 Revision 505bfcf2: Merge "[TASK] Comment and non-functional changes"
- 21:54 Revision 30dc66c8: Merge "[+BUGFIX] Empty a tag ends with /> instead of </a>"
- 21:53 Revision b822d2d4: Merge "[BUGFIX] Better error message for "unknown section" exception"
- 21:50 Revision 957e8b5d: Merge "[+BUGFIX] Fluid (Core): Simplify debugging of exceptions thrown during render"
- 18:52 Revision a2e63732: [BUGFIX] FE-Error "NO entry in the $TCA-array..."
- Fix a possible race condition during a FE call if a BE user
'clears all cache' at the same time.
Change-Id: I4fe5e02... - 18:46 Revision 0bd8de7e: [BUGFIX] FE-Error "NO entry in the $TCA-array..."
- Fix a possible race condition during a FE call if a BE user
'clears all cache' at the same time.
Change-Id: Ieaf1953... - 18:03 Revision 52e1c1ee: [BUGFIX] Incompatible call to debug_backtrace() prior to PHP 5.3.5
- The additional parameter to debug_backtrace() was introduced
with PHP 5.3.6. To stay compatible with PHP 5.3.0, it sh... - 18:00 Revision db8f0c16: [BUGFIX] Incompatible call to debug_backtrace() prior to PHP 5.3.5
- The additional parameter to debug_backtrace() was introduced
with PHP 5.3.6. To stay compatible with PHP 5.3.0, it sh... - 17:50 Revision 1709b452: [BUGFIX] FE-Error "NO entry in the $TCA-array..."
- Fix a possible race condition during a FE call if a BE user
'clears all cache' at the same time.
Change-Id: I4fe5e02... - 10:56 Revision 872b5fb7: [+BUGFIX] Make ObjectManager::isRegistered work
- This is a followup change to I7a31f93e9855bb1e36c5953e86c3aef7322f548f,
which introduced several unwanted behaviors, ... - 10:17 Revision 381bb548: [TASK] (ViewHelper): Code Cleanup to AbstractFormField ViewHelper
- Change-Id: If9f1d413d0061238807b6526bb1471714dc57250
- 10:17 Revision a17273ac: [TASK] (Core): Code Cleanup in AbstractTagBasedViewHelper
- Change-Id: Icef02f0e1934a49e682c57ef91926b8666de8112
- 10:17 Revision 3cf11bba: [+BUGFIX] (Core): Condition improvements
- * now all complex comparators are fully specified, and behave according to
the specification
* ConditionViewHelper ... - 10:16 Revision 8c66da55: [TASK] Cleanup and small improvements to Interceptors
- Interceptors now also get passed the current Parsing State,
which they can use to interact with the tree. This can be... - 09:45 Revision 0401b77d: [TASK] Comment and non-functional changes
- ... appeared during bringing Fluid v4 and v5 in sync again
Change-Id: I326663606a917ad84fa82a736a536ff77863a0b3 - 09:40 Revision 91ede1eb: [+BUGFIX] Empty a tag ends with /> instead of </a>
- Change-Id: I209783b91247ae615e9b944665d67c230b861637
Resolves: #27556 - 09:40 Revision 71cd4b8f: [BUGFIX] Better error message for "unknown section" exception
- Related Fluid (FLOW3) change: I6de1f66402cb5c1d4781f1cdb41e04cb23cf016c
Change-Id: I22121ad7df7a307fdc98df23a38fab6f... - 09:40 Revision 69449324: [+BUGFIX] Fluid (Core): Simplify debugging of exceptions thrown during render
- If a sub node of the SyntaxTree throws an exception, PHP would issue a
fatal error because __toString() methods must ...
2011-06-19
- 23:07 Revision d8bdda72: [FEATURE] Add table garbage collection scheduler task
- This feature was implemented during T3BOARD11 bug auction. It is
kindly sponsored with 100 beers by jweiland.net and ... - 22:45 Revision 4ffa90f3: [BUGFIX] Show correct record title
- Show correct record title in backend module using t3lib_BEfunc::getRecordTitle()
in template.php and beuser module.
... - 21:59 Revision 755b68a1: [BUGFIX] Cache toolbar items have incorrect width
- The items in the clear cache toolbar do not span the full width of the
menu. This is because a float:left; that was i... - 16:32 Revision d539d88b: [FEATURE] Make t3lib_BEfunc::calcAge() support singular/plural
- This was already supported in tslib_content::calcAge() and is now in
sync with this patch.
Change-Id: Id07a1a4ca1e59... - 16:25 Revision e496b3b0: [+FEATURE] backport SignalSlotDispatcher
- The SignalSlotDispatcher is a great way to have a centralized
EventHandler in Extbase. The SignalAspect was omitted a... - 16:21 Revision 00c9732d: Merge "[+FEATURE] implement ObjectManager::isRegistered()"
- 16:10 Revision b4c825e6: Merge "[+TASK] Extbase: Move static typoscript utility methods to a service"
- 15:58 Revision f35ec9d1: Merge "[+BUGFIX] Extbase (Validation): E-mail address with space at the end is invalid"
- 13:39 Revision 89a0c831: [+BUGFIX] Fluid: Fix CObjViewHelper
- In I98184e96f76714835f02197d118681fdb85d5509 an error has been
introduced: instead of getGettablePropertyNames, getGe... - 13:14 Revision 270758da: [BUGFIX] Adapt cache configuration to 4.6
- Change-Id: I85e68730e07b994ec4a21bcccded7295d036e566
Resolves: #27543
Depends: #27506 - 11:49 Revision 11671ac8: Merge "[+BUGFIX] Fix localization handling to support XLIFF"
2011-06-18
- 16:46 Revision 54132b82: [TASK] Cleanup unnecessary calls to reset() or current()
- Change-Id: I055760fdd1960dbfa8b574523c8b88ea84f619f8
Resolves: #27530
Reviewed-on: http://review.typo3.org/2792
Revie... - 16:35 Revision dccd89f2: [TASK] Cleanup foreach() by using references
- Using references for foreach-values makes handling
easier in some cases.
Also added (according to php-documentation) ... - 16:33 Revision ba0977a6: [FEATURE] add .gitignore for common file exclusions
- porting what was in svn:ignore before
needs to be aplied to all branches separatly, once we agree
Resolves: #13627
... - 15:57 Revision bfd720c3: [TASk] Add tests for t3lib_div addSlashesOnArray and stripSlashesOnArray
- Change-Id: If20a37d2074009edbae9d77d84af468288f2626d
Resolves: #27532
Reviewed-on: http://review.typo3.org/2796
Revie...
2011-06-17
- 18:23 Revision ec6ce1b7: [BUGFIX] Caching framework: Remove flushByTags() and findIdentifiersByTags()
- Change-Id: I37f35a724be320a89cbf4a7b0d2533e60e2ef839
Resolves: #26499
Reviewed-on: http://review.typo3.org/1794
Revie... - 12:42 Revision b4e9a0d8: Merge "[+BUGFIX] Throw exception if a class to be reflected does not exist"
- 09:06 Revision 93f8afc6: [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... - 08:59 Revision 03142b18: [TASK] Remove global declarations inside methods
- Global declaration such as global $TCA or global $BE_USER should
be changed to $GLOBALS['TCA'], $GLOBALS['BE_USER'], ...
2011-06-16
- 21:08 Revision ac7cf029: [FEATURE] Improve information for detail view
- The row details view in the Workspaces module is based on two arrays
containing only the changed fields, one with the... - 17:42 Revision 414e1bd1: Merge "[BUGFIX] JavaScript error on page load - TYPO3.LLL.Workspace is undefined" into 4.5
- 17:41 Revision a0aa2cd2: Merge "[BUGFIX] JavaScript error on page load - TYPO3.LLL.Workspace is undefined"
- 17:37 Revision 97f19c38: Merge "[TASK] Remove dublicate code - Ext.ux.plugins.TabStripContainer"
- 14:35 Revision a685a275: [BUGFIX] TCEforms Suggest doesn't search static tables as user
- As a backend user, when using a suggest form next to a select
or group field containing entries from a static table I... - 13:27 Revision 710a7e40: [BUGFIX] Missing preselected recipients in send to next stage window
- Change-Id: Ia2f58537dba12ebc6cf4ba6977e10ea46af04c32
Resolves: #27495
Releases: 4.6, 4.5 - 13:24 Revision 5538c0ca: [BUGFIX] Missing preselected recipients in send to next stage window
- Change-Id: Ia2f58537dba12ebc6cf4ba6977e10ea46af04c32
Resolves: #27495
Releases: 4.6, 4.5 - 07:31 Revision 4c59b7c6: [BUGFIX] Throw HttpStatusExceptions in tslib_fe
- Change #25697 added an Exception Hierarchy for HTTP statuses. This
change makes use of them in tslib_fe.
Change-Id: ...
2011-06-15
- 16:59 Revision e807d5fe: [TASK] htmlArea RTE: Remove references to safe mode
- safe_mode is not supported in TYPO3 4.6.
Change-Id: I5fdefc9595ee65bc911711851ae6e20c9f381e25
Resolves: #27408
Relea... - 11:36 Revision c9c0a6e5: [BUGFIX] JavaScript error on page load - TYPO3.LLL.Workspace is undefined
- Change-Id: I3047982b6762df556e3f9e6ab854081836b82c3b
Resolves: #27470
Releases: 4.6, 4.5 - 11:32 Revision 185984d9: [BUGFIX] JavaScript error on page load - TYPO3.LLL.Workspace is undefined
- Change-Id: I3047982b6762df556e3f9e6ab854081836b82c3b
Resolves: #27470
Releases: 4.6, 4.5 - 08:51 Revision 1c653051: [TASK] Set TYPO3 version to 4.6-dev
- Change-Id: I13e3623c00be4b9884a0d4a05b231cb64cbe4eae
Reviewed-on: http://review.typo3.org/2753
Reviewed-by: TYPO3 v4 ... - 08:50 Revision dab4e09a: [RELEASE] Release of TYPO3 4.6.0alpha2
- Change-Id: Iae20fa7a558b3b6cbbdbd3cee92203c751cfae3b
Reviewed-on: http://review.typo3.org/2752
Reviewed-by: TYPO3 v4 ... - 08:50 Revision 1b59a46b: [RELEASE] Release of TYPO3 4.6.0alpha2
- Change-Id: Iae20fa7a558b3b6cbbdbd3cee92203c751cfae3b
- 06:52 Revision 1e50141c: [+BUGFIX] Fix localization handling to support XLIFF
- Localization handling changed in TYPO3 4.6 since XLIFF
translation files are used instead of locallang XML.
Direct ac...
2011-06-14
- 23:11 Revision fff3f21e: Revert "[RELEASE] Release of TYPO3 4.6.0alpha2"
- This reverts commit f855741ea53da81a0713029e69cfd5012f271ae5.
Change-Id: If73a721a601ded3bc0d4764b25849575e5568aca
R... - 22:39 Revision aee807ba: [FEATURE] Improve information for detail view
- The row details view in the Workspaces module is based on two arrays
containing only the changed fields, one with the... - 22:04 Revision f855741e: [RELEASE] Release of TYPO3 4.6.0alpha2
- Change-Id: I4eec17d8e9c90f03890e1df5fbcc67cc62c713d9
Reviewed-on: http://review.typo3.org/2746
Reviewed-by: TYPO3 v4 ... - 22:01 Revision 9ff459f4: [TASK] Raise submodule pointer
- Change-Id: Icd87bb0c28325308c6a0f42f6096bb0fc1d271c5
Reviewed-on: http://review.typo3.org/2745
Reviewed-by: TYPO3 v4 ... - 20:39 Revision 1f65adb2: Merge "[TASK][!!!] Fix localization handling to support XLIFF"
- 20:31 Revision 3a973765: [TASK] Raise submodule pointer
- Change-Id: Ifdd9737accef7f7d0b45a5dbc7a7e1bff4d96dd9
Reviewed-on: http://review.typo3.org/2744
Reviewed-by: TYPO3 v4 ... - 20:30 Revision 66066369: [TASK] Raise submodule pointer
- Change-Id: Ie71720efd4f1f7d33f6c023f132a61a0a8cfb918
Reviewed-on: http://review.typo3.org/2743
Reviewed-by: TYPO3 v4 ... - 20:20 Revision 043bc20a: [TASK] Integrate external projects Fluid and Extbase as Git submodules
- Change-Id: I6bb977d2f20f7a71a86abdb735959dc51e47c4e4
Resolves: #27446
Reviewed-on: http://review.typo3.org/2742
Revie... - 20:19 Revision e7686f4e: [TASK] Integrate external projects Fluid and Extbase as Git submodules
- Change-Id: I6c0d7c23619266d7e3b5954a0628f311c55b14bb
Resolves: #27446
Reviewed-on: http://review.typo3.org/2741
Revie... - 20:19 Revision 7745fce4: [TASK] Integrate external projects Fluid and Extbase as Git submodules
- Change-Id: I43fd669a02faeaf75cc1dabd61516a4527c896d1
Resolves: #27446
Reviewed-on: http://review.typo3.org/2740
Revie... - 20:18 Revision fd7d3d37: [TASK] Integrate external projects Fluid and Extbase as Git submodules
- Change-Id: I6637620820258b3b5c78b650ee6cd94871b9892b
Resolves: #27446
Reviewed-on: http://review.typo3.org/2739
Revie... - 20:14 Revision 30cf35c1: [+BUGFIX] Extbase (Validation): E-mail address with space at the end is invalid
- Add regex-check for additional whitespaces at the end.
Thanks to Marc Bastian Heinrichs
Change-Id: I784c25d50cc3114... - 18:56 Revision 63eaf34f: Merge "[TASK] Extbase (Validation): Clean up tests for FloatValidatorTest and Integer ValidatorTest"
- 18:55 Revision 5211456d: Merge "[BUGFIX] Fix EmailAddressValidatorTest"
- 18:42 Revision 7ec19d9f: Merge "[+BUGFIX] Extbase (Persistence): Use correct language-uid for translations"
- 16:29 Revision 5fe122f0: [BUGFIX] Fix localization handling to support XLIFF
- Change-Id: Iaf9c1a2cde556e4b4007c1f1365013c84d4ed258
Relates: #25397 - 16:02 Revision e39ac9cc: [BUGFIX] Scheduler: Show running icon during execution
- When tasks are executed manually via the Scheduler BE module, their
status icons should be changed to "running".
Res... - 15:49 Revision cb390c79: [FEATURE] Add XLIFF translation support (l10n)
- Add a parser to support XLIFF + LLXML file as localization file format.
This patch includes:
* A parser factory to ... - 15:44 Revision 0cb97a21: [BUGFIX] Scheduler: Show running icon during execution
- When tasks are executed manually via the Scheduler BE module, their
status icons should be changed to "running".
Cha... - 13:42 Revision 4d1c08ba: [+BUGFIX] Throw exception if a class to be reflected does not exist
- avoid fatal PHP-errors by throwing an exception.
Thanks to Felix Oertel.
Change-Id: Id2f864947650920b61cf98c53de751b... - 13:37 Revision 1aa67093: [BUGFIX] Replace deprecated unit test method
- The new Scheduler module unit test class uses the assertType() method
from phpUnit, which is deprecated. Replace it w... - 12:20 Revision ccefec58: [TASK] Cleanup tx_scheduler_ModuleTest
- Change-Id: I15a309c36c41c3152c73058cf3e3251c4ddff870
Reviewed-on: http://review.typo3.org/2734
Reviewed-by: Oliver Ha... - 12:08 Revision 2926586a: [FEATURE] Scheduler: Change visibility of tx_scheduler_Module::checkDate()
- The visibility of tx_scheduler_Module::checkDate($string) is changed from protected to public
to make it possible to ... - 11:06 Revision 21314b82: [TASK] Remove dublicate code - Ext.ux.plugins.TabStripContainer
- Change-Id: Ic5331d299aecf98b2936c8c5751a706db2ef5da3
Resolves: #27421
Releases: 4.6, 4.5 - 11:00 Revision d77e1d39: [TASK] Remove dublicate code - Ext.ux.plugins.TabStripContainer
- Change-Id: Ic5331d299aecf98b2936c8c5751a706db2ef5da3
Resolves: #27421
Releases: 4.6, 4.5 - 10:53 Revision 01ee0ebc: [TASK] Deprecated class sqlengine should be removed
- Class t3lib_sqlengine is deprecated in Core and will be removed, this should be reflected in
DBAL too.
Change-Id: I4... - 09:36 Revision 29b59dd2: [FEATURE][CONF] Options for pages in new record wizard
- Pretty much everything is configurable in the new record wizard
(typo3/db_new.php), except for the three links to cre... - 08:23 Revision a0609e3b: Revert "[BUGFIX] Extbase does not restrict queries to use only properties",
- as it breaks things.
Related: #8494
This reverts commit 0d34415882d31dfc2f1cb75f78d6cd96cb694286.
Change-Id: Ie086... - 07:53 Revision c586e42e: [TASK][!!!] Fix localization handling to support XLIFF
- Due to change in localization handling within Core, Extbase
must be updated to get strings when retrieving labels.
C... - 00:10 Revision f16ed7d7: [TASK] Add XLIFF files
- Remove old LLXML file and add new version as XLIFF
Change-Id: I78ab57112e20db5a5c74ec7ce7fb4748453afc3c
Relates: #25397 - 00:06 Revision 00a7ca3f: [TASK] Add XLIFF files
- Remove old LLXML file and add new version as XLIFF
Change-Id: Ieaa5748ec64bbb2a6e94425bc9a4ada7fffa640e
Relates: #25397
2011-06-13
- 22:28 Revision a3390a6d: [BUGFIX] Swapping throws ExtDirect Exception
- An undefined variable is used on the JavaScript side
which leads to an undefined value to be transported
through ExtD... - 17:39 Revision 5253abbd: [BUGFIX] Missing behaviour of options.workspaces.changeStageMode
- The mentioned User TSconfig setting was ignored for elements
that are not stored using an IRRE scheme. By applying th... - 17:34 Revision 1791f127: [BUGFIX] Missing behaviour of options.workspaces.changeStageMode
- The mentioned User TSconfig setting was ignored for elements
that are not stored using an IRRE scheme. By applying th... - 17:28 Revision 00e5e6da: [BUGFIX] Wrong call to TCEmain object
- Change-Id: I2a3ffd18bc9516fcb2a89e9b4072d44bcc2cc78d
Releases: 4.6, 4.5 - 17:27 Revision 2e504dde: [BUGFIX] Wrong call to TCEmain object
- Change-Id: I9211e3eb85a82c0b0966f4263e484ff7ce60321e
Releases: 4.6, 4.5 - 17:22 Revision 3fae66fd: [TASK] Fix several incompatible PHPdoc comments
- Change-Id: I7440f9d9bd31cc765a499d7e127fb26a80a2cea6
Releases: 4.6, 4.5 - 17:19 Revision 1477ecba: [TASK] Fix several incompatible PHPdoc comments
- Change-Id: If76be500fb465e355831ca40b23b971c8bcfd2d1
Releases: 4.6, 4.5 - 15:20 Revision 7255135b: [BUGFIX] Docu, AbstractController: Clearer difference of forward/redirect
- Change-Id: Ie2edf08b7d66d3d28fa7c0c5144a6e8b452ce901
Resolves: #7900 - 15:20 Revision a014f49e: [+BUGFIX] (Property) Fixed only adding objects to ObjectStorage
- The method transformToObject could return NULL, when value could not
be transformed. NULL should not be attached to A... - 14:51 Revision c08f7981: [BUGFIX] Swapping throws ExtDirect Exception
- An undefined variable is used on the JavaScript side
which leads to an undefined value to be transported
through ExtD...
2011-06-12
- 22:51 Revision 31387657: [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... - 22:39 Revision 892e58aa: [TASK] Extbase (Validation): Clean up tests for FloatValidatorTest and Integer ValidatorTest
- Use data-providers and clean copy-n-paste errors from comments.
Change-Id: I26e5d5dce00a8cb3b683ca87d41638de67c426d5 - 18:28 Revision 0627d1bb: [FEATURE] Add support for FlexForm file reference
- Now t3lib_befunc->getFlexFormDS supports pointers to a file, or to
a table containing the XML for the datastructure. ... - 18:21 Revision ac879a69: [BUGFIX][saltedpasswords] Failed backend logins not not logged
- The logging functions in saltedpasswords are not able to log failed
backend userlogins to TYPO3s syslog, because the ... - 18:19 Revision 82fa070c: [FEATURE] t3lib_FlashMessage: separate message-classes from rendering
- Separate class-fetching from HTML-rendering.
Change-Id: Ic8994aebaf4c1c22919054b7a6720b51bdcbc4c5
Resolves: #27367
R... - 18:13 Revision 2171dcbf: [BUGFIX] Toolbar menus have no hover
- All toolbar menu items currently have no hover. This patch adds a hover
to tr and li classes inside these menus.
Ori... - 17:43 Revision de648444: Merge "[BUGFIX] Extbase does not restrict queries to use only properties"
- 01:31 Revision 5fedda32: [+BUGFIX] Extbase (Persistence): Use correct language-uid for translations
- Extbase uses $GLOBALS['TSFE']->sys_language_uid to fetch the correct
translation. This works for sys_language_mode "s... - 00:35 Revision 8e441001: [TASK] Extbase (Persistence): Remove duplicate registration in identity map
- Remove identity-map registration from
Tx_Extbase_Persistence_Repository->findByUid()
since the object has already bee...
2011-06-11
- 23:49 Revision a3078ca0: [BUGFIX] Fix EmailAddressValidatorTest
- The test for valid email addresses tried to iterate over a nonexistant array
of valid addresses instead of using the ... - 20:13 Revision f1794702: [BUGFIX] Handle IDN domain names correctly
- Backend fails if using an IDN (international domain name) like täst.org
Change-Id: Ieb9b3ec921416a85fe6e56826cf66b57... - 19:21 Revision 1bf6bdeb: [+FEATURE] Extbase (MVC): Make response format configurable in TypoScript
- Allow configuring the response format via TypoScript, so it doesn't
necessarily need to be passed by URL. If a separa... - 19:13 Revision 0f6b299e: [BUGFIX] Handle IDN domain names correctly
- Backend fails if using an IDN (international domain name) like täst.org
Change-Id: Iddd0f821bdf61d98f898fd3cdf07b0af... - 18:07 Revision a1fa6358: [+FEATURE] Fluid (Widgets): Allow overriding templateRootPath
- Allows the widget template root path to be overriden via the framework
configuration, for example:
plugin.tx_extensio... - 17:20 Revision 4a4e9451: [FEATURE] PaddingViewHelper: allow padding-type right/left/both
- Adding 4th parameter of str_pad() to the ViewHelper
Change-Id: I3120e2ae9970c50fc525728168d3828166d09f23
Resolves: #... - 16:43 Revision 9f603b1f: [BUGFIX] Fix documentation for BE-ViewHelpers
- Change-Id: I483d6242b1a35fe3bbfb8a90b193dee0f413108e
Resolves: #9942 - 15:34 Revision 8b999cee: [BUGFIX] Extbase does not restrict queries to use only properties
- Check for restrictions and throw exceptions is needed.
Includes unittests.
Change-Id: I5886c402a08ad1e385092086a7755... - 01:26 Revision 90366a82: [BUGFIX] Docu, AbstractController: Clearer difference of forward/redirect
- Change-Id: Idc0c7b47cd39feab6f53a4275c752295b511d900
Resolves: #7900
2011-06-10
- 21:39 Revision 95fd32f5: [TASK] Raise submodule pointer
- Change-Id: I494fa0bbb4228bbd0c53c100c5a85c64ecb6ba6a
Reviewed-on: http://review.typo3.org/2638
Reviewed-by: TYPO3 v4 ... - 21:38 Revision 02a5642a: [TASK] Raise submodule pointer
- Change-Id: I271123dc6c0aa402b45b65fc482e203c409afcb8
Reviewed-on: http://review.typo3.org/2637
Reviewed-by: TYPO3 v4 ... - 21:23 Revision 9d256c92: [BUGFIX] Fix case of setChildSortByFieldName in DataMapFactory
- Small case-fix in DataMapFactory
Change-Id: Ic438329d4dd2a7a3519bf77d5dd7022e8f4b3adb
Resolves: #27334 - 20:04 Revision 7a20fbd1: [BUGFIX] sysext recycler: Missing space-character in info-popup
- Add one more space-character since some translations don't have it
inside the label.
Change-Id: I319ccaf4b2c2f58360f... - 19:28 Revision 11e49f97: [BUGFIX] noScale is called noRescale in t3editor
- There is a little confusion in the files of t3editor
as the name of the setting noScale is called once
noScale and on... - 16:29 Revision d267f77b: Merge "[BUGFIX] Editor see records without permissions on table" into 4.5
- 16:29 Revision cd682240: Merge "[BUGFIX] Editor see records without permissions on table"
- 10:58 Revision c88575aa: [BUGFIX] Editor see records without permissions on table
- Change-Id: I55b8eed9a7b475040b6f842e9d8c94e60191c896
Resolves: #27325
Release: 4.6, 4.5 - 10:55 Revision 71d24bc4: [BUGFIX] Editor see records without permissions on table
- Change-Id: I55b8eed9a7b475040b6f842e9d8c94e60191c896
Resolves: #27325
Release: 4.6, 4.5
2011-06-09
- 18:06 Revision 4e31219d: [BUGFIX] Frontent preview - Hide slider & visual-mode-options in "List-view"
- Change-Id: I7f49c4633e706f0b062698242a5af5326f8095bf
Resolves: #27143
Releases: 4.6, 4.5 - 17:57 Revision 879df05c: Merge "[BUGFIX] Frontent preview - Hide slider & visual-mode-options in "List-view""
- 16:38 Revision dd131bce: [TASK] Raise submodule pointer
- Change-Id: I2792f416d35069d838740b190345fd5f36c0071f
Reviewed-on: http://review.typo3.org/2608
Reviewed-by: TYPO3 v4 ... - 16:37 Revision b000330b: [TASK] Raise submodule pointer
- Change-Id: Ia8f4733b47448bc046b78b5fba90acc3534f8604
Reviewed-on: http://review.typo3.org/2607
Reviewed-by: TYPO3 v4 ... - 14:18 Revision 84463437: Merge "[+BUGFIX] (Property) Fixed only adding objects to ObjectStorage"
- 14:16 Revision bec2fcdc: [+BUGFIX] (Property) Fixed only adding objects to ObjectStorage
- The method transformToObject could return NULL, when value could not
be transformed. NULL should not be attached to A... - 14:02 Revision 09a88793: [~TASK] Update jQuery versions
- - Update linked jQuery version from 1.4.2 to 1.6
- Update linked jQuery UI version from 1.8.4 to 1.8
- Rename static ... - 06:20 Revision 88678186: [BUGFIX] Make backend layout dropdown in CE editform translateable
- Change-Id: Ic732f5e152115c2405bc23e35a67c10fb5083a6f
Resolves: #M17873
Reviewed-on: http://review.typo3.org/1469
Revi...
2011-06-08
- 21:26 Revision 35534b6f: [FEATURE] Add option to remove default CSS from extensions
- Currently there is no way to disable the output of the
default CSS from extensions (_CSS_DEFAULT_STYLE). You
can only... - 21:21 Revision cd7dbcc9: [FEATURE] Evaluate starttime and stoptime fields as datetime
- As we now can rely on the cache lifetimes of TYPO3's page cache (thanks
to #20473), we can now safely enable editors ... - 18:32 Revision 4bd76ad4: Merge "[BUGFIX] Workspaces view doesn't respect TCA label_userFunc" into 4.5
- 18:30 Revision 72b42ed6: [BUGFIX] Workspaces view doesn't respect TCA label_userFunc
- Change-Id: I6ff0640eac36a74d5a49d0f0bb9f2038fba01f97
Resolves: #27036
Releases: 4.6, 4.5 - 17:39 Revision 549aefad: [BUGFIX] ext_localconf.php Wrong file reference
- Change-Id: I562aa06ab3e94940f042572bfa4657792c3e8e85
Resolves: #27159
Releases: 4.6, 4.5 - 15:36 Revision cc7357d8: Merge "[BUGFIX] Workspaces view doesn't respect TCA label_userFunc"
- 15:14 Revision fc1bb0d7: [BUGFIX] Workspace notification emails are sent to hidden users
- Stage change notification emails are sent to hidden users
because the be_user enable fields are not taken into
accoun... - 15:12 Revision 7a318ec5: [BUGFIX] Workspace notification emails are sent to hidden users
- Stage change notification emails are sent to hidden users
because the be_user enable fields are not taken into
accoun... - 11:58 Revision ac41534b: [FEATURE] Streamline element browser in tree, upload & create folder form
- This patch makes the element browser more conform in the three parts by
adding padding to the upload/create folder fo... - 10:44 Revision 8ef2a0cf: [BUGFIX] Workspaces view doesn't respect TCA label_userFunc
- Change-Id: I6ff0640eac36a74d5a49d0f0bb9f2038fba01f97
Resolves: #27036
Releases: 4.6, 4.5
2011-06-07
- 16:53 Revision aac26a33: [+TASK] Extbase: Move static typoscript utility methods to a service
- Change-Id: Ifa6b40669f85083e3dd2ceddc2077a8ab784a1ef
Related: #13864 - 08:26 Revision 7e55f796: [BUGFIX] t3lib_extjs_ExtDirectDebug::__destruct() missing
- In the Developer Logs there are complaints about the missing destructor.
Fix: add it.
Change-Id: I42595a7ebbc3c941bf...
2011-06-06
- 21:03 Revision b300d170: [BUGFIX] Incorrect TYPO3 environment check
- class.t3lib_tstemplate.php uses if (is_object($GLOBALS['TSFE'])) to check
for the frontend environment, this should b... - 20:11 Revision f7df0d4a: [+TASK] Extbase: Move most of the static extension utility methods to a service
- Change-Id: If7759c825126e1fbf78f034a7b9181348dbfee1a
Related: #13864 - 19:52 Revision a44c2b2a: [BUGFIX] Wrong stdWrap keys used in fe_login
- logoutHeader_stdWrap and logoutMessage_stdWrap do exist, but are not
used.
Change-Id: I8f12b10ec8f4fd0165904a38d7be9... - 17:10 Revision 94feeb25: [BUGFIX] showAccessRestrictedPages doesn't replace links to restricted subpages
- When creating a menu with showAccessRestrictedPages set to any PID, links to pages
that inherit an access restriction... - 17:06 Revision 6238a303: [BUGFIX] content FORM: wrong layout for label
- Layout configuration of FORM fields with type LABEL is taken from type
CHECK when no stdWrap options are defined.
Tha... - 17:04 Revision 9785fa2c: [BUGFIX] pageNotFound_handling error with relative paths
- This patch fixes the handling of relative paths of pageNotFound_handling.
Due to a missing check, the relative path i... - 17:04 Revision 682d40a7: [BUGFIX] pageNotFound_handling error with relative paths
- This patch fixes the handling of relative paths of pageNotFound_handling.
Due to a missing check, the relative path i... - 16:39 Revision 1cadb1cf: [BUGFIX] phpTimeZone not correctly set from localconf.php
- There's a bug in the PHP time zone implementation - set in
t3lib/config_default.php and overridden in localconf.php.
... - 16:36 Revision e221a633: [BUGFIX] phpTimeZone not correctly set from localconf.php
- There's a bug in the PHP time zone implementation - set in
t3lib/config_default.php and overridden in localconf.php.
... - 16:29 Revision 9ac4d955: [BUGFIX] pageNotFound_handling error with relative paths
- This patch fixes the handling of relative paths of pageNotFound_handling.
Due to a missing check, the relative path i... - 15:43 Revision 5fc6772f: [FEATURE] Capitalizing with stdWrap (TypoScript)
- Add another stdWrap case option "capitalize"
Change-Id: I05e4c8850a80b302a9789415e4fe15a3127692b4
Resolves: #17896
R... - 15:41 Revision 915a1bec: [BUGFIX][INSTALL] Selecting existing database should check radio button
- Due to a JavaScript error the corresponding radio button in Step 2 of
the 1-2-3 wizard is not automatically checked, ... - 15:35 Revision 8cf5c20a: [BUGFIX] Flexform sheet description should be editable via TSConfig
- Flexform sheet description, short description and language meta settings are now editable via TSConfig.
Change-Id: I... - 12:45 Revision 4c2a8d5d: [BUGFIX] TCEFORM language selector: wrong relations
- The language selector in the top of BE forms is intended to show (and
switch between) all translations of a certain r... - 09:45 Revision 62ce9412: [TASK] Cleanup of includes
- * Some spaces where missing
* The session handling had been buried inside the
update classes.
Change-Id: I73fe6f24bc... - 08:20 Revision 5b0ec0d0: [BUGFIX] Read of uninitialized variable in t3lib_div::normalizeIPv6
- Backport of fix from 4.5-branch (initialize variable, one-liner).
Change-Id: Ib22e3f5b1093a5c38dde2bd6bd8b31a0049fd7...
2011-06-05
- 20:40 Revision 45a6de10: [BUGFIX] TCEFORM language selector: wrong relations
- The language selector in the top of BE forms is intended to show (and
switch between) all translations of a certain r... - 17:16 Revision 8baa9ad9: [BUGFIX] Detect Android systems properly
- Android system is not properly detected by
t3lib_utility_Client::getBrowserInfo() because it currently detects
Androi... - 17:10 Revision 626e4286: [BUGFIX] Detect Android systems properly
- Android system is not properly detected by
t3lib_utility_Client::getBrowserInfo() because it currently detects
Androi... - 16:41 Revision 170b8c25: [TASK] Overwork NEWS.txt for TYPO3 4.6
- Cleanup the NEWS.txt for TYPO3 4.6 and add accordant information.
Change-Id: I2f4bd78feaf2e29e064562f7a9181a081ae9e3... - 00:30 Revision dd1f6495: [BUGFIX] content FORM: wrong layout for label
- Layout configuration of FORM fields with type LABEL is taken from type
CHECK when no stdWrap options are defined.
Tha...
Also available in: Atom