Activity
From 2011-04-03 to 2011-05-02
2011-04-30
- 00:09 Revision 668e715c: [BUGFIX] Abandon one time CSRF tokens
- Abandon the extra security feature of having one time tokens and create tokens
which are valid during a whole login s... - 00:02 Revision d8b85b63: [BUGFIX] Abandon one time CSRF tokens
- Abandon the extra security feature of having one time tokens and create tokens
which are valid during a whole login s...
2011-04-29
- 18:06 Revision 06711c2c: [CLEANUP] Fix TCA tree the same as in TYPO3_4-5
- The TCA tree feature did not work when setting maxitems=1 in the TCA.
This bug has been fixed in master in 290529a75... - 17:36 Revision 03f943da: [TASK] Remove last relics of IE6 backend support
- Remove the last occurrences of IE6 specific code.
Resolves: #26274
Change-Id: I82e86c5b8ecc14d6592871a2f86d6c50d69ee... - 17:05 Revision df05f2ca: [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 ... - 16:58 Revision 3a45abf0: [TASK] Change "null" into "NULL"
- The special value "null" should written in uppercase "NULL".
Change-Id: I84deb049c823ee6b51792df7afd08b18bbff5cac
Re... - 16:57 Revision 07caa233: [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 ... - 16:51 Revision f4ed27fc: [BUGFIX] Typo "tsdWrap" instead of "stdWrap"
- In class tslib_content_offsettable there is one occurence of "tsdWrap",
which should read "stdWrap".
Change-Id: I8ae... - 16:49 Revision 0f4f591e: [BUGFIX] Typo "tsdWrap" instead of "stdWrap"
- In class tslib_content_offsettable there is one occurence of "tsdWrap",
which should read "stdWrap".
Change-Id: Ia65... - 16:02 Revision fee5c75f: CGL: Change "true" into "TRUE"
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@47122 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:45 Revision f8b8898e: [TASK] Change "true" into "TRUE"
- Booleans should be written in uppercase.
Change-Id: Ib29abc6e1e658e3a1b65cd1873a3a3edac7dba57
Resolves: #26346
Relea... - 13:25 Revision cd000903: [BUGFIX][TESTS] Fix unit test cropIsMultibyteSafe
- The unit test cropIsMultibyteSafe (class tslib_contentTest) fails, if
error reporting includes E_WARNING. In this cas... - 13:20 Revision b14941b3: [BUGFIX][TESTS] Fix unit test fixPermissionsSetsPermissionsWithRelativeFileReference
- The test fixPermissionsSetsPermissionsWithRelativeFileReference
(t3lib_divTest) used a (wrong) relative path to a tes... - 13:14 Revision 1e560e42: [BUGFIX][TESTS] Fix unit test fixPermissionsSetsPermissionsWithRelativeFileReference
- The test fixPermissionsSetsPermissionsWithRelativeFileReference
(t3lib_divTest) used a (wrong) relative path to a tes... - 12:59 Revision 710ae66b: [BUGFIX][TESTS] Fix unit test cropIsMultibyteSafe
- The unit test cropIsMultibyteSafe (class tslib_contentTest) fails, if
error reporting includes E_WARNING. In this cas...
2011-04-28
- 18:55 Revision fe693631: [BUGFIX] Default login (without EXT:felogin) form should be removed
- When EXT:felogin is not installed, a FE login content element is available, that is
out of date and should not be use... - 10:41 Revision bfa7453b: [BUGFIX] Use recursive option of mkdir in t3lib_div::mkdir_deep
- Additionally throw exceptions instead of a return string if directory could
not be created.
Change-Id: I90da96e1b62d...
2011-04-27
- 17:25 Revision 9ec48ada: [BUGFIX] EM: Incorrect label ext_details_always_loaded ['SYS'] / ['EXT']
- The message has TYPO3_CONF_VARS['SYS']['requiredExt'] instead of
TYPO3_CONF_VARS['EXT']['requiredExt'] as in config_d... - 17:21 Revision b5cd9c71: [BUGFIX] EM: Incorrect label ext_details_always_loaded ['SYS'] / ['EXT']
- The message has TYPO3_CONF_VARS['SYS']['requiredExt'] instead of
TYPO3_CONF_VARS['EXT']['requiredExt'] as in config_d... - 13:37 Revision 5900e2e4: [BUGFIX] Fix typo in class.t3lib_div.php
- Change "$includeEmtpyValues" into "$includeEmptyValues"
Change-Id: I8527373b7b5934025f8ef44bde8ef76ee9036a07
Resolve...
2011-04-26
- 20:45 Revision fea8491d: * Fixed bug #13757 Scheduler task does not work at all
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@46996 735d13b6-9817-0410-8766-e36946ffe9aa
- 16:16 Revision 5188b68c: [TASK] TYPO3 code must not use the else if construct
- Change "else if" into "elseif"
This is a follow-up because I forgot one "else if".
Change-Id: I51eeab3ced57a7f9ffc84... - 15:13 Revision 3019ca92: [BUGFIX] TCA tree with maxitems=1 doesn't work
- * Check if value of the parent field is neither empty nor 0,
because t3lib_transferData returns 0 if the database f... - 14:53 Revision 81746f39: [TASK] TYPO3 code must not use the else if construct
- Change "else if" into "elseif"
Change-Id: I7db545131851b2bb99dfe25c80fef6b26f5504dd
Resolves: #26295
Releases: 4.6
R... - 09:47 Revision 9b3a0450: [+BUGFIX] correct warning in ObjectStorage & LazyObjectStorage
- We got this little private warning, telling people to use
getFirst() instead of PHP's current() on objectStorages
but...
2011-04-25
- 23:43 Revision 515d8b31: [BUGFIX] Use setReplyTo and setCc instead of add*
- The methods addReplyTo and addCc accept strings as parameters, but we
need the setReplyTo and setCc which accept arra... - 23:29 Revision b928fca9: [TASK] Add helper function for array handling
- Adds a helper functions for easier handling of arrays.
New class t3lib_utility_Array adds a method to reduce an
array... - 22:28 Revision f2cd90a8: [BUGFIX] Fix inconsistent linebreaks in some files
- A few files are containing inconsistent linebreaks.
Since all of these files are taken from external projects,
someon... - 22:27 Revision d041afbe: [BUGFIX] Fix inconsistent linebreaks in some files
- A few files are containing inconsistent linebreaks.
Since all of these files are taken from external projects,
someon... - 22:10 Revision ac6b768a: [FEATURE] Remove size bound of included TypoScript files
- Change-Id: Ib8dd5576d4400cb4da38c86384ce6dd31f734508
Resolves: #25709
Reviewed-on: http://review.typo3.org/1408
Revie... - 21:48 Revision 9a39d0d6: [BUGFIX] Add unit tests for t3lib_div::mkdir_deep
- Add new unit tests for mkdir_deep() to document current behavior.
Clean up variable names in mkdir_deep (no functiona... - 21:36 Revision b6cdaeab: [BUGFIX] Remove obsolete safe_mode hacks from t3lib_div
- Remove code from t3lib_div::fixPermissions and t3lib_div::mkdir that remove
a trailing slash from a given directory. ... - 16:47 Revision 0e8771d7: [BUGFIX] redirectTo field max-value 255 chars
- It is neccessary to hold more than 120 characters in redirectTo field,
thus changes in ext_table.sql and tbl_cms.php ...
2011-04-24
- 17:13 Revision 6c1a94f1: [BUGFIX] Add "class." prefix to all scheduler unit test files
- According to CGL the files which contain a class must have a prefix "class." in filename.
Change-Id: I1b636b6b64e720...
2011-04-22
- 18:09 Revision 77cef3fe: [TASK] Remove file SVNreadme.txt
- The file SVNreadme.txt in the root of the repository contains
information, which should help people coming from older... - 18:08 Revision e3d28323: [TASK] Remove file SVNreadme.txt
- The file SVNreadme.txt in the root of the repository contains
information, which should help people coming from older... - 18:08 Revision 49676a0a: [TASK] Remove file SVNreadme.txt
- The file SVNreadme.txt in the root of the repository contains
information, which should help people coming from older... - 17:17 Revision 938f31b6: [TASK] Remove file SVNreadme.txt
- The file SVNreadme.txt in the root of the repository contains
information, which should help people coming from older...
2011-04-21
- 17:15 Revision 8d4f247c: [BUGFIX] Log out after running garbage collection tests
- TYPO3_DB must be added to $backupGlobalsBlacklist.
Change-Id: I97e1a11da555e5f247c8f5cfb87142f70d2e8b78
Resolves: #2... - 17:12 Revision f6a42963: [BUGFIX] Log out after running garbage collection tests
- TYPO3_DB must be added to $backupGlobalsBlacklist.
Change-Id: I1a4642d563f67582f5a300859a2ecc2ae2e96390
Resolves: #2... - 16:06 Revision 293bff64: [TASK] Add missing PHP closing tag
- This is a CGL cleanup.
Change-Id: I761fe8983c35e2dbe002728c54d547e590004d26
Resolves: #26173
Releases: 4.6
Reviewed-... - 15:22 Revision e03de7e1: [BUGFIX] Replace deprecated assertType in unit tests
- Change-Id: If068c3483225d4a21a69493a54ab2845c1f48760
Resolves: #25090
Releases: 4.6, 4.5
Reviewed-on: http://review.t... - 15:10 Revision 87da2ace: [BUGFIX] Replace deprecated assertType in unit tests
- Change-Id: I8fd91f031634e43a34ab1d3b75869452a8dd4d6a
Resolves: #25090
Releases: 4.6, 4.5
Reviewed-on: http://review.t... - 15:03 Revision 4f2fa175: * Fixed bug #13953: Third-party classes cannot be checked due to dynamicConfigFile in TCA (thanks to Jan Philipp Timme)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@46851 735d13b6-9817-0410-8766-e36946ffe9aa
- 14:20 Revision 38c50483: [TASK] Remove whitespace between variable name and square bracket.
- This is a CGL cleanup.
Change-Id: I30ef7ff173b91a14f8562c094ed071917a4918cb
Resolves: #26171
Releases: 4.6
Reviewed-... - 12:59 Revision ca0373e4: [TASK] Remove trailing newlines from EOF
- This is a CGL cleanup to get rid of all trailing newlines at EOF.
Change-Id: I905d04317303f000a5e71eaf61973bf7cadea1... - 12:25 Revision cc3e3f4f: [TASK] Fix some typos
- Change-Id: Ic068f31188e09e9d55cc7ada246e5d192a70fbc7
Resolves: #26164
Releases: 4.6
Reviewed-on: http://review.typo3.... - 01:34 Revision b821a722: Removed superfluous newline after PHP closing tag at EOF
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@46832 735d13b6-9817-0410-8766-e36946ffe9aa
- 00:55 Revision 57d6ec84: [FEATURE] Make template file for EXT:felogin configurable by constant
- The HTML template for EXT:felogin should be configurable.
Therefore, add a new constant to css_styled_content named
...
2011-04-20
- 09:52 Revision 54f516e0: [BUGFIX] Wrong type hinting in interface tslib_menu_filterMenuPagesHook
- tslib_menu_filterMenuPagesHook::tslib_menu_filterMenuPagesHook expects a
tslib_tmenu object as fourth parameter $obj.... - 09:51 Revision ffc1a66a: [BUGFIX] Wrong type hinting in interface tslib_menu_filterMenuPagesHook
- tslib_menu_filterMenuPagesHook::tslib_menu_filterMenuPagesHook expects a
tslib_tmenu object as fourth parameter $obj....
2011-04-19
- 23:26 Revision bb174015: [BUGFIX] register['count_menuItems'] wrong, if filtered by userfunc
- the register['count_menuItems'] is set, before a possible userfunc filters the menu items -> wrong register value.
S... - 23:23 Revision 18adf63e: [BUGFIX] register['count_menuItems'] wrong, if filtered by userfunc
- the register['count_menuItems'] is set, before a possible userfunc filters the menu items -> wrong register value.
S... - 23:13 Revision 47670f70: [BUGFIX] Wrong type hinting in interface tslib_menu_filterMenuPagesHook
- tslib_menu_filterMenuPagesHook::tslib_menu_filterMenuPagesHook expects a
tslib_tmenu object as fourth parameter $obj....
2011-04-17
- 20:37 Revision eba63a00: [TASK] Add prefix "class." to all unit test files which contain classes.
- According to the CGL the files which contains a class must have a prefix "class." in filename.
Change-Id: I5ac021423... - 19:53 Revision 33bec963: [BUGFIX] Recursion error when including TypoScript files
- When editing TypoScript in the template module and using the "Include
TypoScript file content" option with more than ... - 19:53 Revision 497aa836: [BUGFIX] Recursion error in typoscript when including typoscript files
- In template module, when editing typoscript and using the "Include
TypoScript file content" option with more then 9 f... - 15:40 Revision 51cc0356: [TASK][!!!] Remove support for safe_mode
- Change-Id: Iae45d949855ceec1e9dc9bf6e27d4885749375d5
Resolves: #25332
Reviewed-on: http://review.typo3.org/1447
Revie... - 14:55 Revision 3f159c3a: [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'], ... - 14:23 Revision a7922dad: [BUGFIX] Correct typo in viewSingleRecord()
- tx_Workspaces_Service_Workspaces::viewSingleRecord()
references a table named "pages_language_oderlay",
which should ... - 14:21 Revision 6205a9b5: [BUGFIX] Correct typo in viewSingleRecord()
- tx_Workspaces_Service_Workspaces::viewSingleRecord()
references a table named "pages_language_oderlay",
which should ...
2011-04-16
- 20:47 Revision 4a5af729: [BUGFIX] List module - Fix pointer issue in pagebrowser
- When you have more than 50 records in the list module, you can use
the page browser to display the next set of record... - 20:47 Revision d25fca23: [BUGFIX] List module - Fix pointer issue in pagebrowser
- When you have more than 50 records in the list module, you can use
the page browser to display the next set of record... - 20:46 Revision e4ce0a92: [BUGFIX] meaningfulTempFilePrefix generates bad file names in some cases
- Change-Id: Icf6a33a75856dc004e1db67fa14696ca264904e8
Resolves: #25316
Related: #24956
Related: #23382
Reviewed-on: ht... - 17:39 Revision 4593018b: [FEATURE] Move class "tx_scheduler_Module" from "mod1/index.php" for unit test
- This change makes it possible to write unit tests for "tx_scheduler_module".
Change-Id: I85b977687c24966aadba11248a5... - 16:39 Revision 849818a3: [BUGFIX] Missing sprite icons in module db check > record statistics
- The module DB check > Record statistics is using old icons for
pages. Additionally the icons for the different doktyp... - 16:39 Revision 02ac2a49: [BUGFIX] Missing sprite icons in module db check > record statistics
- The module DB check > Record statistics is using old icons for
pages. Additionally the icons for the different doktyp... - 15:38 Revision b2014fd3: [BUGFIX] Flexformfield "Forgot Password Message" in felogin does not work
- The value of the FF field "Forgot Password Message" in felogin is not working. Solution is to rename FF field name fr...
- 15:38 Revision f99be9be: [BUGFIX] Flexformfield "Forgot Password Message" in felogin does not work
- The value of the FF field "Forgot Password Message" in felogin is not working. Solution is to rename FF field name fr...
- 15:38 Revision c4c5d664: [BUGFIX] Flexformfield "Forgot Password Message" in felogin does not work
- The value of the FF field "Forgot Password Message" in felogin is not working. Solution is to rename FF field name fr...
- 14:55 Revision 5d3da15c: [BUGFIX] Flexformfield "Forgot Password Message" in felogin does not work
- The value of the FF field "Forgot Password Message" in felogin is not working. Solution is to rename FF field name fr...
- 14:20 Revision f6b2ac0d: [BUGFIX] PHP_SCRIPT_INT unnecessarily requires parameter scriptSuffix
- Using PHP_SCRIPT_INT throws an Exception "Expected parameter
$conf['scriptSuffix'] was not given.", in its render() m... - 14:19 Revision afd71316: [BUGFIX] PHP_SCRIPT_INT unnecessarily requires parameter scriptSuffix
- Using PHP_SCRIPT_INT throws an Exception "Expected parameter
$conf['scriptSuffix'] was not given.", in its render() m... - 13:49 Revision 2e893630: [BUGFIX] Save and view triggers preview of wrong page
- The function viewOnClick uses the version id instead
of the original ID to preview a page.
Change-Id: I7e8136c928ede... - 13:22 Revision e04e56d8: [FEATURE] Include Request URL in Exception log
- Adding the requested URL in the log message for uncaught Exceptions can
ease the task of finding the particular page ...
2011-04-15
2011-04-14
- 00:11 Revision a5352187: Whitespace cleanup
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@46497 735d13b6-9817-0410-8766-e36946ffe9aa
2011-04-13
- 22:35 Revision b4990486: [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'], ... - 17:02 Revision 6b8766bd: Merge "[+BUGFIX] Avoiding cHash for nonCacheable actions prevent action from being called"
- 12:17 Revision c344892a: [BUGFIX] remove console.log in pagetree actions.js
- Simply removes the console.log debugging output. This line causes
JavaScript errors if there is no console object pre... - 12:16 Revision 297244e2: [BUGFIX] remove console.log in pagetree actions.js
- Simply removes the console.log debugging output. This line causes
JavaScript errors if there is no console object pre... - 00:25 Revision 0b470f42: [BUGFIX] Visibility of method tx_sysaction_task::fixUsername()
- The method fixUsername() is defined as private, but should be
protected instead.
Change-Id: I2a7369bf78e77e68595121e... - 00:25 Revision e59cbce3: [BUGFIX] Visibility of method tx_sysaction_task::fixUsername()
- The method fixUsername() is defined as private, but should be
protected instead.
Change-Id: Ib7732bff53885b4783508c1... - 00:23 Revision 69874dab: [BUGFIX] Visibility of method tx_sysaction_task::fixUsername()
- The method fixUsername() is defined as private, but should be
protected instead.
Change-Id: I0513416a0d1cf07793708e8... - 00:00 Revision a6e3aea6: [TASK] Add version 4.5 CSS Styled Content Templates and Compat Version
- For changes to CSS Styled Content in TYPO3 version 4.6 we need new
static templates and a compatibility version.
Cha...
2011-04-12
- 23:45 Revision 96cac1f3: [BUGFIX] Using datetime field with datepicker the time information gets lost
- As the datepicker only return date information, the time information gets lost when select a new date with datepicker...
- 23:45 Revision e1780c75: [BUGFIX] Using datetime field with datepicker the time information gets lost
- As the datepicker only return date information, the time information gets lost when select a new date with datepicker...
- 21:58 Revision 5024e589: [~CLEANUP] some smaller comment cleanups
- Change-Id: I915716879ef32bad2f43ede2c9621553c9a26b1e
- 21:53 Revision 894dfda6: Merge "[~CLEANUP] apply naming convention for flexForms"
- 21:05 Revision dbf16715: [+TASK] Extbase: Moved static cache utility class to a service
- Relates to: #13864
Change-Id: Ie5360a9e898d9173af7e5bcc567d98113f884421 - 14:20 Revision 83c396eb: [BUGFIX] Missing sprite icons in module db check > record statistics
- The module DB check > Record statistics is using old icons for
pages. Additionally the icons for the different doktyp... - 14:05 Revision 281fd9ad: [BUGFIX] Flushing workspace version should also modify t3ver_tstamp
- If workspaces versions get flushed or cleared, the t3ver_tstamp value
should be adjusted as well. This indicates that... - 13:54 Revision d58e5e9f: [BUGFIX] Disable the TCA Tree if $PA['fieldConf']['config']['readOnly'] is true.
- Disable the TCA Tree if $PA['fieldConf']['config']['readOnly'] is true.
This happens for example in translations of r... - 13:54 Revision d3f91733: [BUGFIX] Disable the TCA Tree if $PA['fieldConf']['config']['readOnly'] is true.
- Disable the TCA Tree if $PA['fieldConf']['config']['readOnly'] is true.
This happens for example in translations of r... - 01:41 Revision 8bd87803: [+FEATURE] implement ObjectManager::isRegistered()
- The ObjectManager develops really fast these days. More Features
have to be back-ported. For now, especially for back...
2011-04-11
- 20:53 Revision c02c720e: [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
Change-Id: I755ad6... - 20:53 Revision e91f4058: [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
Change-Id: I0f0140... - 20:52 Revision e841eb85: [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
Change-Id: I5d5bd5... - 16:52 Revision 9667d978: [BUGFIX] Configuration Tool creates invalid extTables.php file
- If extTables.php is empty or not present, this changes takes care of
adding an extra LF after the opening <?php tag.
... - 16:51 Revision 9e49ad5f: [BUGFIX] Configuration Tool creates invalid extTables.php file
- If extTables.php is empty or not present, this changes takes care of
adding an extra LF after the opening <?php tag.
... - 16:36 Revision 30862e9c: [BUGFIX] Configuration Tool creates invalid extTables.php file
- If extTables.php is empty or not present, this changes takes care of
adding an extra LF after the opening <?php tag.
... - 15:52 Revision b66ab884: [BUGFIX] Invalid use of double-quote
- Due to hard-coded double-quote, workspace query fails when using Oracle.
Change-Id: I2dbe82cbb40f5412f2004942782be73... - 15:50 Revision e51c4676: [BUGFIX] Invalid use of double-quote
- Due to hard-coded double-quote, workspace query fails when using Oracle.
Change-Id: I6f7570d5e1ddde8f91959191ad86b6b... - 15:37 Revision 020bf143: [BUGFIX] sql_fetch_assoc may return FALSE as in Core
- Some XCLASSed methods do not behave as their original method,
in Core and this may lead to wrong result where the ret... - 13:59 Revision 38463d43: [BUGFIX] sql_fetch_assoc may return FALSE as in Core
- Some XCLASSed methods do not behave as their original method,
in Core and this may lead to wrong result where the ret... - 13:59 Revision 33a22921: [BUGFIX] Media obj respect moveJsFromHeaderToFooter
- If you set config.moveJsFromHeaderToFooter=1 in your TS template, and
add a Media object, the swfobject library is co... - 13:51 Revision 812eabea: [BUGFIX] Media obj respect moveJsFromHeaderToFooter
- If you set config.moveJsFromHeaderToFooter=1 in your TS template, and
add a Media object, the swfobject library is co... - 12:13 Revision c12ac962: [+TASK] improve exception message in Argument
- When mapping or trying to map objects, the propertyMapper
leaves error messages in the mappingResults for every mappi... - 09:22 Revision 65ce4ef6: [BUGFIX] ORDER BY wrongly quotes argument if a number is used
- If ORDER BY {n} is used with a number instead of a field name (or compound
table + field name), then the number shoul... - 09:19 Revision dc312bf0: [BUGFIX] ORDER BY wrongly quotes argument if a number is used
- If ORDER BY {n} is used with a number instead of a field name (or compound
table + field name), then the number shoul...
2011-04-10
- 17:07 Revision f00abbda: [FEATURE] Create an Exception hierarchy for HTTP Status Exceptions
- This change creates an Exception hierarchy for the most frequently used
cases, when a request should be canceled with... - 14:00 Revision c804b64f: [BUGFIX] List module - Fix pointer issue in pagebrowser
- When you have more than 50 records in the list module, you can use
the page browser to display the next set of record... - 12:42 Revision a72fc74a: [Bugfix] getUrl creates malformed requests if no path is given
- If you fetch an url like example.org without a '/' at the end,
you will get a 400 Bad request of only fetching header... - 11:22 Revision d40f15f5: [BUGFIX] Pagetree - Add missing icons for expand/collapse whole branches
- Add icons for the expand/collapse context menu actions.
Change-Id: I62fbd5c40a1add5f5915d5ab4535245dd9bc1e77
Resolve...
2011-04-08
- 06:59 Revision fe9b9f39: [BUGFIX] tcaTree Interface is not localized
- The TCA tree introduced to 4.5 is not localized by now.
Change it
Change-Id: Ifb713ca7194c1ac0e37f939b4af267fad4acb1...
2011-04-07
- 23:57 Revision 9b3bf788: [CLEANUP] Replace spaces with tabs
- By fixing #25347 spaces were used as indention instead of tabs.
Replace the spaces with tabs as a cleanup.
Change-Id... - 20:21 Revision 7886979c: [BUGFIX] LIMIT is not recognized in exec_query
- The method used to retrieve and process the LIMIT part of a query within
ux_t3lib_DB->exec_query() is obviously wrong... - 20:21 Revision b879c830: [BUGFIX] LIMIT is not recognized in exec_query
- The method used to retrieve and process the LIMIT part of a query within
ux_t3lib_DB->exec_query() is obviously wrong... - 20:17 Revision 49bcfc13: [BUGFIX] LIMIT is not recognized in exec_query
- The method used to retrieve and process the LIMIT part of a query within
ux_t3lib_DB->exec_query() is obviously wrong... - 20:02 Revision c5a87532: [TASK] Remove DEPRECATED static templates
- There are still lot of DEPRECATED static templates for extensions. They are not
supported anymore by the correspondin... - 12:51 Revision 22e55280: [BUGFIX] Add missing parameter in "Page not found" handling
- t3lib_message_ErrorpageMessage::__construct() requires two parameters,
however only one is given after change #24945,... - 11:58 Revision 992b81c0: [BUGFIX] Add missing parameter in "Page not found" handling
- t3lib_message_ErrorpageMessage::__construct() requires two parameters,
however only one is given after change #24945,...
2011-04-06
- 23:31 Revision b3e65a42: [TASK] Add visibility to member fields and methods of t3lib/
- There are still many "var" field declaration coming from PHP4 in Core classes.
Goal is to change them either to publi... - 22:11 Revision 74d4f305: [BUGFIX] Disable of password field in setup should disable password2 too
- When using this userTS for disable the password field:
setup.fields.password.disabled=1
Then the field password2 for ... - 19:37 Revision 7ac39b25: [BUGFIX] tcaTree: make own record unselectable
- Relations to an own record is not useful. You could exclude is via tca "andWhere"
This is not nice, because you would... - 19:36 Revision d8fe4f6b: [BUGFIX] Make backend layout dropdown in CE editform translateable
- Change-Id: I755e70f1e82bc25515e879b9e166245a15d65b7e
Resolves: #M17873
Reviewed-on: http://review.typo3.org/1066
Revi... - 19:08 Revision 01d4c172: [BUGFIX] Wrong check in EM hook to determine whether Oracle is used
- Due to wrong boolean operator, the check for Oracle fails when using
MS SQL and does not return as it should.
Change... - 19:07 Revision b3541c1a: [BUGFIX] Wrong check in EM hook to determine whether Oracle is used
- Due to wrong boolean operator, the check for Oracle fails when using
MS SQL and does not return as it should.
Change... - 14:19 Revision 59fa449d: [BUGFIX] Cannot use single quote in TS constant part
- It is not possible to save a TS template if the constants contain a single quote, when
using recent version of MSSQL ... - 14:15 Revision c1d42855: [BUGFIX] Cannot use single quote in TS constant part
- It is not possible to save a TS template if the constants contain a single quote, when
using recent version of MSSQL ... - 13:36 Revision 4a75f803: [BUGFIX] Correct typing error in ext_emconf.php
- The word "functiinality" should be "functionality".
Change-Id: I1b185d5343fee69ee5884b722bb00c7de6cfefcd
Resolves: #... - 13:34 Revision d1b0f334: [BUGFIX] Correct typing error in ext_emconf.php
- The word "functiinality" should be "functionality".
Change-Id: If7964aba055a089795f6f51b3aadbe31df10ea21
Resolves: #... - 13:30 Revision 7ff1ef4f: [BUGFIX] Flushing workspace version should also modify t3ver_tstamp
- If workspaces versions get flushed or cleared, the t3ver_tstamp value
should be adjusted as well. This indicates that... - 07:43 Revision b2d0957d: [TASK] Add visibility to member fields and methods of t3lib/
- There are still many "var" field declaration coming from PHP4 in Core classes.
Goal is to change them either to publi...
2011-04-05
- 16:27 Revision d45e21e3: [BUGFIX] Removing child records in a workspace does not work
- These parts are not working with IRRE in workspaces:
Removing children in TCEforms
Removing children in the list view... - 16:24 Revision e41da91b: [BUGFIX] Removing child records in a workspace does not work
- These parts are not working with IRRE in workspaces:
Removing children in TCEforms
Removing children in the list view... - 08:32 Revision a6c3c7ca: Merge "[+BUGFIX] MVC: Make forwarding of objects work"
- 08:30 Revision f0f48074: Merge "Performance tuning in container by moving some information into the cached ClassInfo object."
2011-04-03
- 21:39 Revision b1d0baaf: [BUGFIX] Wrong display of csh icon and text in new record wizard
- For each TCA-Table where you can add an element on a side, there is displayed
a csh icon with text (if text is config... - 21:24 Revision 404a945c: [BUGFIX] Wrong display of csh icon and text in new record wizard
- For each TCA-Table where you can add an element on a side, there is displayed
a csh icon with text (if text is config... - 19:53 Revision 8b2d9ddc: [BUGFIX] BE list module fails to load after invalid inclusion removal
- Class recordList is not included anymore due to a wrong require_once call deletion
Author: Xavier Perseguers <typ... - 19:49 Revision d7306595: [BUGFIX] BE list module fails to load after invalid inclusion removal
- Class recordList is not included anymore due to a wrong require_once call deletion
Change-Id: I0d585e078112552507eb0... - 11:48 Revision dffd1c97: [FEATURE][CONF] Option to hide BE search box in list mod
- Change-Id: Ic93ccc8c736ad95952b97da82152f0621cff9195
Resolves: #25705
Reviewed-on: http://review.typo3.org/1405
Revie...
Also available in: Atom