Activity
From 2012-09-14 to 2012-10-13
2012-10-13
- 19:23 Revision 8f29c24b: [BUGFIX] User settings don't remember that default language is selected
- If the default language is stored as the BE language it should be pre-selected
in the language selector in the User s... - 18:25 Revision 6d134a1b: [BUGFIX] Change class name hash generation to md5
- Releases: 6.0
Fixes: #41951
Change-Id: I571f2731616e6d1701c5fb02809c9f17e9822164
Reviewed-on: http://review.typo3.org... - 18:10 Revision 1ded7e35: [BUGFIX] Make alphanum. filter work with umlauts
- Changes the regular expression used to validate the string into a
unicode-aware character-class and adds two tests fo... - 17:32 Revision 33178590: [BUGFIX] Fix the additional icon check
- When looking for additional icons the class AbstractSpriteHandler
a missing check if array on configuration.
Makes th... - 17:32 Revision e446bd9a: [BUGFIX] Fix the additional icon check
- When looking for additional icons the class AbstractSpriteHandler
a missing check if array on configuration.
Makes th... - 17:31 Revision 52ded3ba: [BUGFIX] Fix the additional icon check
- When looking for additional icons the class AbstractSpriteHandler
a missing check if array on configuration.
Makes th... - 17:21 Revision b0aa178f: [BUGFIX] Fix the additional icon check
- When looking for additional icons the class AbstractSpriteHandler
a missing check if array on configuration.
Makes th... - 16:06 Revision 4939242b: [BUGFIX] Fix broken table name mapping for namespaced extension models
- With the introduction of namespaces came an additional
resolving mechanism for tablenames. The names for tables that ... - 15:37 Revision 1be7d45f: [BUGFIX] Fix generation of class schema for namespaced arguments
- When creating argument objects extbase tries to generate
a class schema if the argument is an object. This did
not wo... - 15:31 Revision a45fe335: [BUGFIX] FLUIDTEMPLATE - Serialization of 'Closure' is not allowed
- When using FLUIDTEMPLATE and COA_INT or USER_INT on the same
level and partials are used in the Fluid template, then ... - 14:09 Revision 8088bb36: [BUGFIX] Query Generation creates invalid query in BE scope
- While in Backend scope, no $GLOBALS['TSFE'] is available and there
is no check in place nor a fallback to prevent ext... - 13:07 Revision a6c10398: [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... - 13:07 Revision 0404ec18: [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... - 13:05 Revision 69203180: [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... - 13:05 Revision 186e0708: [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... - 12:58 Revision 970f5c82: [BUGFIX] Make alphabetic filter work with umlauts
- Changes the regular expression used to validate the string into a
unicode-aware character-class and adds two testcase... - 12:45 Revision dc308dee: [BUGFIX] Pagetree - Prevent a call to moveNode while creating nodes
- Change-Id: I31ccdf629592e5185f85f217f848405817a0a079
Fixes: #39820
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r... - 12:42 Revision 8dd45c2e: [BUGFIX] Make alphanum. filter work with umlauts
- Changes the regular expression used to validate the string into a
unicode-aware character-class and adds two tests fo... - 11:30 Revision 7b36e5ef: [FEATURE] Add several testcases for validators
- This adds several testcases for the provided validators.
Change-Id: Ie7a056cadaf767dbc306a980561c15e70d9698d8
Resolv...
2012-10-12
- 23:19 Revision 3492cf61: [BUGFIX] Sent notification when changes are published
- Currently only stage changes trigger notification emails,
this change also invokes the notifications when changes are... - 22:57 Revision df8abc0e: [BUGFIX] Sent notification when changes are published
- Currently only stage changes trigger notification emails,
this change also invokes the notifications when changes are... - 21:49 Revision a3764aff: [BUGFIX] Fix SQL error in Livesearch with empty TCA sortby setting
- If a searchable TCA field has a sortby setting which contains an empty
string or NULL, then BE Livesearch creates a q... - 21:04 Revision b2e2df1e: [BUGFIX] Take versioned record into account for showHidden flag.
- The flag showHiddenPage is set if the requested uid is a hidden page.
The original code always looked at the original... - 20:31 Revision 3a386a25: [TASK] Disable Memcache tests for now
- Travis Ci changed the infrastructure, leading
to failures in our memcache tests.
Disable the tests until we figured ... - 19:23 Revision 248f7ba7: [BUGFIX] Fix generation of class name hash
- * replaced sha1 with str_replace
Change-Id: I787123ddd4d7cc4cece94071cb0988660ce1207c
Fixes: #41933
Releases: 6.0
Re... - 16:33 Revision b79cbe69: [BUGFIX] Endless loop in flushOutputBuffers()
- Change-Id: I87f998211d12f2d7c40a582f8b2c605f2edcaed0
Resolves: #40126
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http:... - 16:27 Revision 3055538c: [BUGFIX] MEDIA element ignores audio fallback
- In TYPO3 4.7 the field name containing the reference to an audio
file was changed in the MEDIA element, but the rende... - 15:29 Revision 8ede45b8: [BUGFIX] Hardcoded fileadmin directory in Import-Export
- $fileAdminDir is hardcoded in t3lib\class.t3lib_softrefproc.php
and typo3\sysext\impexp\class.tx_impexp.php
$TYPO3_CO... - 15:21 Revision f34a9a75: [BUGFIX] CE with "All languages" isn't shown in Page module
- The page module should also list the content elements
with language set to "All"
Change-Id: I6d8aaf4829a70b394550888... - 15:17 Revision ebd4ff24: [BUGFIX] backColor transparent causes black background or flickering
- When a GIFBUILDER object has set its backColor option to transparent,
the background may be black when adding a IMAGE... - 15:14 Revision c4badeae: [BUGFIX] strftime expects parameter 2 to be long, string given
- Any zero length string value is replaced with the current timestamp.
(Just like the default value for the second para... - 15:13 Revision aa5ba692: [BUGFIX] strftime expects parameter 2 to be long, string given
- Any zero length string value is replaced with the current timestamp.
(Just like the default value for the second para... - 15:12 Revision b4ec4f90: [BUGFIX] strftime expects parameter 2 to be long, string given
- Any zero length string value is replaced with the current timestamp.
(Just like the default value for the second para... - 15:11 Revision 969965cb: [+BUGFIX] (Persistence) Make Typo3QuerySettings exchangeable
- Let objectManager create querySettings object by
Tx_Extbase_Persistence_QuerySettingsInterface in
Tx_Extbase_Persiste... - 14:32 Revision e117d25b: [BUGFIX] Support 'input' type in ext_conf_template.txt
- Some older extensions use the type 'input' instead of 'string' in
ext_conf_template.txt . Although it was never docum... - 13:33 Revision 1a876753: [TASK] Disable Memcache tests for now
- Travis Ci changed the infrastructure, leading
to failures in our memcache tests.
Disable the tests until we figured ... - 13:22 Revision 630cd6e7: [BUGFIX] Add pid column to extension manager tables
- Extbase relies on the pid column to exist for all
persistent domain models.
Add this column and at the same time ign... - 12:58 Revision 07af4145: [TASK] Fix travis.yml to start memcache daemon
- Change-Id: Iba6de218fdc221fc996d69637711afbc68a22b28
Reviewed-on: http://review.typo3.org/15519
Reviewed-by: Steffen ... - 12:40 Revision a9af2880: [BUGFIX] LocalDriver can be instantiated without basePath
- The Local driver of FAL does not check if its configuration contains a
base path, leading to some hard-to-track error... - 12:25 Revision 86ceb98b: [BUGFIX] Rename ExtdirectTreeDataProvide to ExtdirectTreeDataProvider
- During the namespace change a class named ExtdirectTreeDataProvide
had been introduced into the backend system extens... - 11:50 Revision 2274ca17: [BUGFIX] Correct link to first page in BE paginator widget
- The link to the first page in the paginator widget is incorrect if
it's used in a backend module. Unsetting the argum...
2012-10-11
- 18:34 Revision af5d5899: [BUGFIX] Fix SQL error in Livesearch with empty TCA sortby setting
- If a searchable TCA field has a sortby setting which contains an empty
string or NULL, then BE Livesearch creates a q...
2012-10-10
- 21:00 Revision 973b1990: [TASK] Merge ext:integrity with ext:lowlevel
- System extension integrity was created with the namespace switch and
contains the cli classes from ext:lowlevel. It t... - 20:47 Revision a0e9cae4: [BUGFIX] RTE: array_flip warning on array of languages
- Make sure the array is not corrupted.
Change-Id: Iea86ade77ecffb6e4b720749fc7d47548b0b1552
Resolves: #35147
Releases... - 20:44 Revision de4269bd: [BUGFIX] Split jQuery and DataTables into separate files
- This patch removes the combined jQuery file and adds two separate files
for the main jQuery library and the plugin Da... - 20:39 Revision 3a0bc1bf: [BUGFIX] sort versions of ext in descending order
- Versions of the same extension are sorted in descending order in the
PHP code, but the initial jQuery sorting must ma... - 20:38 Revision 5ef47cd7: [BUGFIX] RTE: array_flip warning on array of languages
- Make sure the array is not corrupted.
Change-Id: I858731a55091ee5dffde33f995c3fef9044d041d
Resolves: #35147
Releases... - 17:36 Revision f031d45d: [BUGFIX] Fix compressor flooding typo3temp
- Check for the temporary external file and
compare the content of the file with the freshly fetched content.
Change-I... - 17:30 Revision 33db1900: [BUGFIX] Fix compressor flooding typo3temp
- Check for the temporary external file and
compare the content of the file with the freshly fetched content.
Change-I... - 16:40 Revision bd37ddeb: [BUGFIX] Fatal error when copying file or folder
- When copying a file or folder, a fatal error is thrown if anything went
wrong. This happens because the error message... - 16:32 Revision 46199e35: [BUGFIX] FollowUp Tests to #41768
- The UnitTest has not been completely adapted.
Fix the tests.
Change-Id: I00e14a4c9d94a8549eb889bb1def8050d4d8736e
Re... - 16:16 Revision 4b2f2d46: [TASK] FAL: Hard-coded flexform on storage creation
- The StorageRepository creates FlexForm not through
the API calls, but with a static string. The attached
patch change... - 16:09 Revision 4bba7f3e: [TASK] CGL violation "Tabs must be used to indent lines"
- Change-Id: Icfad2346cf1bcf9346772b513a9cd0585a8a7be9
Resolves: #41473
Releases: 6.0
Reviewed-on: http://review.typo3.... - 16:05 Revision 39b88746: [TASK] File: add getNameWithoutExtension() method
- There is currently no way to get the filename without its extension,
e.g. to create a new name for a file converted t... - 15:36 Revision f0348a8b: [TASK] CleanUp AjaxIDs and registration in ConfigDefault
- The registration of AjaxIds referred to old file names and
some of the AjaxIds have been replaced by a namespaced
cla... - 15:36 Revision 66914841: [BUGFIX] StorageRepository should ignore not found driver class
- If a driver doesn't exist anymore, the storage repository shouldn't load
it.
Most drivers will be implemented by ext... - 15:08 Revision db3c3020: [BUGFIX] Element Browser uses non-namespaced code
- Followup to #36817, where an old patch was moved to
the new namespaced code, but without refactoring the
code itself ... - 13:37 Revision b1051e78: [TASK] Start memcached on travis-ci build
- Travis CI does not start memcached by default any more.
Add the memcached service to the travis.yaml
Change-Id: Ia92... - 13:28 Revision 391e848c: [BUGFIX] FAL: Default storage is created multiple times
- The "auto-creation" of the first file storage should only be
triggered once. Currently this happens whenever there is... - 13:18 Revision 2b188da1: [FEATURE] Add several testcases for validators
- This adds several testcases for the provided validators.
Change-Id: Ie7a056cadaf767dbc306a980561c15e70d9698d8
Resolv... - 13:08 Revision 7472f53a: [BUGFIX] Element Browser uses FAL API in a wrong way
- The Element Browser needs a way to filter for certain file extensions.
FAL requires using a filter class for the stor... - 13:05 Revision 9a086de5: [TASK] Start memcached on travis-ci build
- Travis CI does not start memcached by default any more.
Add the memcached service to the travis.yaml
Change-Id: I27f... - 12:58 Revision 883811d9: [BUGFIX] Hardcoded fileadmin directory in Import-Export
- $fileAdminDir is hardcoded in t3lib\class.t3lib_softrefproc.php
and typo3\sysext\impexp\class.tx_impexp.php
$TYPO3_CO... - 12:22 Revision ac8ea1ed: [BUGFIX] Enable translation of file references
- Currently the file references are missing a localisation
possibility.
This change only adds the respective fields an... - 12:16 Revision 5bdb0253: [BUGFIX] ResourceStorage: Bad comparison for strings
- Resolves: #41719
Releases: 6.0
Change-Id: Idf333f303da4d3f2a26549eaf3ea28a149dbb2ee
Reviewed-on: http://review.typo3.... - 12:01 Revision 5973388a: [BUGFIX] Missing ExtDirect classes in ClassAliasMap
- The ExtDirect classes have been missing in ClassAliasMap.
Change-Id: I13351790a78c41d0b9660be116da78522dcf7580
Relea... - 11:22 Revision 127f8f21: [TASK] Introduce "TYPO3 CMS" in EXT: about
- Changed terminology to "TYPO3 CMS" where applicable in
backend module About.
Change-Id: Id1e9aba5eedaa9da218d3887a71... - 11:21 Revision 07357595: [BUGFIX] Files get indexed twice
- Files used within CSS Styled Content get indexed within
storage null again, since they are accessed via path
instead ... - 09:37 Revision c799ea9a: [BUGFIX] FAL storage repo uses hard-coded enableFields
- The storage repository has hardcoded SQL where clauses
for deleted and hidden.
Solution: Create a new function that r... - 09:34 Revision db26ec52: [FEATURE] Element browser: get default upload folder from $BE_USER
- When no folder is selected, use $BE_USER->getDefaultUploadFolder().
Change-Id: Iee443ae852b64c9398e80c9450a59e17e285... - 05:01 Revision 2dd16607: [BUGFIX] JS error in IE7 while starting RTE
- Fixes for issue #33637 were incorrectly backported to TYPO3 4.6.
The selection was not yet structured as an object in... - 00:40 Revision d39dbde6: [BUGFIX] Words with special characters not added to personal dictionary
- Problem: Words containing special characters (f. e. German umlauts)
can´t be added to the user´s personal dictionary.... - 00:36 Revision 039c879b: [TASK] Rebuild extension translation list in lang module
- This patch replaces the old translation update list in language module
with a lightwight one. It also cleans up the w... - 00:35 Revision 8186fb02: [BUGFIX] Words with special characters not added to personal dictionary
- Problem: Words containing special characters (f. e. German umlauts)
can´t be added to the user´s personal dictionary.... - 00:22 Revision 04067c66: [BUGFIX] Words with special characters not added to personal dictionary
- Problem: Words containing special characters (f. e. German umlauts)
can´t be added to the user´s personal dictionary....
2012-10-09
- 22:57 Revision 8a2c867f: [BUGFIX] RTE is not loading in IE8, when used with feedit
- Solution: Avoid calls to undefined console methods
Change-Id: I6df37fde56bd01c8078fb7ad889aa50e1b29f842
Fixes: #4055... - 22:39 Revision 5d223637: [BUGFIX] RTE is not loading in IE8, when used with feedit
- Solution: Avoid calls to undefined console methods
Change-Id: I98380ff3701da5b2585e0f9ff0199a0cfbd0fe67
Fixes: #4055... - 22:21 Revision f996afb7: [BUGFIX] RTE is not loading in IE8, when used with feedit
- Solution: Avoid calls to undefined console methods
Change-Id: I1c2b72113a6a0045996ca5a219cd0bd49f6a0ae8
Fixes: #4055... - 21:10 Revision e82fac8b: [TASK] Frontend should not expose exception for missing files
- The exceptions within FAL are not catched in frontend. The
webpage renders broken instead of gracefully dealing with ... - 18:58 Revision de2b7782: [FEATURE] set default grid limit to 30
- Raise the displayed rows in the workspace grid from 10 to 30
Change-Id: Id426d80981854b5b3cbba01b594c8f6534e58e22
Re... - 18:05 Revision e540d61b: [BUG] Deleting a file is impossible after it was used
- The sys_refindex db table has a deleted column which is set
however when deleting a file, extfilefunc mentions that t... - 16:56 Revision 2ac2596f: [BUGFIX] RTE: Uncaught error in Firefox in TYPO3 6.0
- This is a regression introduced by fix to issue #41411. In Firefox,
the selection object may not provide any usable r... - 15:59 Revision 38a2ac6b: [BUGFIX] htmlArea RTE: Cursor jumps to first letter with Chrome 22
- Selection gets broken when bookmarks are inserted by undo/redo
mechanism in Google Chrome 22.
Change-Id: I7c4bf5a8cf... - 15:59 Revision 75434479: [BUGFIX] htmlArea RTE: Cursor jumps to first letter with Chrome 22
- Selection gets broken when bookmarks are inserted by undo/redo
mechanism in Google Chrome 22.
Change-Id: Ic5ba765925... - 15:26 Revision e4f6b254: [BUGFIX] Fix compressor flooding typo3temp
- Check for the temporary external file and
compare the content of the file with the freshly fetched content.
Change-I... - 15:20 Revision 6bc0fb9b: [BUGFIX] RTE does not load in Frontend in USER_INT plugins in TYPO3 6.0
- Solution: Rendering of css and js added by USER_INT plugins was fixed
in core. Adapt the RTE accordingly.
Change-Id:... - 13:40 Revision d8ff19e3: [TASK] ResourceStorage: Remove getFileInfoByIdentifier() method
- The method getFileInfoByIdentifier() has been marked as deprecated long
ago. Additionally, the getFileInfo() method c... - 12:07 Revision da458dc4: [BUGFIX] Root-level folders cannot be displayed
- Due to a recent fix in the folder resolving mechanism, the root-level
folders of a storage were not displayed anymore... - 09:40 Revision da72416b: [TASK] Adjust Logos to new style-guide
- TYPO3 is changing and so is the logo.
Secondary color green is dropped and replaced by orange.
Also the signet moves ... - 03:22 Revision cd41722d: [BUGFIX] htmlArea RTE: Cursor jumps to first letter with Chrome 22
- Selection gets broken when bookmarks are inserted by undo/redo
mechanism in Google Chrome 22.
Change-Id: Ibe25ca5c1b...
2012-10-08
- 22:03 Revision a5dc5ce3: [BUGFIX] RTE internal link handling broken since FAL changes
- When enabling the RTE link browser to deal with FAL the
refactoring broke the detection of internal links.
Editing a... - 20:17 Revision a7fb8097: [TASK] Move local driver configuration file to EXT:core
- The configuration file for FAL's local driver was still placed in
t3lib/. This commit moves it to the more appropriat... - 19:04 Revision d6e915d6: [BUGFIX] htmlArea RTE: Cursor jumps to first letter with Chrome 22
- Problem: Selection gets broken when intrusive bookmarks are inserted by
the undo/redo mechanism in Google Chrome 22.
... - 17:57 Revision 19e65ebf: [TASK] Add missing csh description for file storage
- The csh was missing for the field "processingfolder"
for file storage records.
Change-Id: I216a8cbc2ac02bc0db71f24bc... - 17:09 Revision c89e648d: [TASK] Name of file storage should be required
- The name of a file storage is currently not a required
field, this should be changed.
Change-Id: Ic10be69433e7012401... - 17:03 Revision 9aeaab3f: [BUGFIX] Clicking on empty storage does not show anything
- Currently clicking on an empty storage (without any files)
in the filelist module, does not show anything.
Change-Id... - 16:52 Revision f096c8ad: [BUGFIX] Fix wrong variable type part of the namespace migration
- Resolves: #41574
Releases: 6.0
Change-Id: Ic1f0c2b379aa13fdcd9bc505137b592d9024b62a
Reviewed-on: http://review.typo3.... - 14:44 Revision 5218b8e3: [TASK] Add docheader to module "about TYPO3"
- The about module is missing the docheader, IMO the only
BE module where this is missing.
Change-Id: I155879e180fee8e... - 12:37 Revision 204d0049: [TASK] Show reference headline only if content is available
- Currently the headline "References from this item" is
always shown in the info popup, no matter if there are
ones or ...
2012-10-07
- 23:42 Revision e68b2e75: [BUGFIX] "stripOrderBy, stripGroupBy" should remove double occurrence
- Sometimes the string handed over to stripOrderBy includes the ORDER BY
twice.
Tweak the regular expression to detect ... - 22:32 Revision 53196cfe: [BUGFIX] Duplicate ids in form view on record translation
- If a record shall be localized in the page module the accordant
form view gets loaded twice with the same id.
Fixes:... - 22:15 Revision 363a2a53: [!!!][BUGFIX] *_user table password field is to short
- When using the hash-algorithm "blowfish" in saltedpasswords
the hash is 60 chars long - therefore the field length ha...
2012-10-04
- 10:28 Revision 5cc09471: [TASK] Improve show_item for FAL files
- The show_item.php shows some info about the selected file.
the property size is rendered twice, once in the
header se...
2012-10-03
- 14:33 Revision 2fd7c2b2: [TASK] Simulatestatic should not be mentioned as sysext
- Currently the install tool stills suggests
simulatestatic as sysext to be installed.
Change-Id: I7f9bc95aa8c6cbbd520... - 13:38 Revision b09ed2e1: [BUGFIX] Respect namespaced models in the reflection service
- This fixes the reflection service, so that repository classes
are found for namespaced models.
Change-Id: Id7be0f2d0... - 12:37 Revision b1d37a3b: [TASK] CGL violations "LineEndingsInvalidEOLChar"
- Resolves: #41474
Releases: 6.0
Change-Id: I55edcf54004f8ba1663a9d1d1fd8e4921a121d62
Reviewed-on: http://review.typo3.... - 12:36 Revision 5092d9f7: [TASK] CGL violation "CharacterAfterPHPClosingTag"
- Change-Id: I4335c2a6a4db1dae3a8863b781d713605933dee5
Resolves: #41471
Releases: 6.0
Reviewed-on: http://review.typo3.... - 12:34 Revision 50de126d: [TASK] CGL violation "DoubleQuoteUsageNotRequired"
- Resolves: #41470
Releases: 6.0
Change-Id: I0b58a49afb4e34fd03c9f89c25bb1d983fbc6dce
Reviewed-on: http://review.typo3.... - 10:40 Revision 8b43aa7d: [BUGFIX] Make FAL Folder not found handling more user friendly
- If an user moves the folder he currently views in the file
list module, after reload he sees only a red FlashMessage
...
2012-10-02
- 21:08 Revision 3d2caa59: [BUGFIX] Consolidate usage of DocumentTemplate
- The fix in #40519 changed the behavior of the getDocInstance
method in AbstractBackendViewHelper. Before the global S...
2012-10-01
- 22:38 Revision c079e4a9: [BUGFIX] Change submit button label to language file entry
- The submit button in configure extension form was hardcoded in
template file. This patch moves it to the language fil... - 19:44 Revision 939f07bd: [TASK] Clean up class alias mechanism
- * adopt class loader to load the class alias map from a location
Migrations/Code/ClassAliasMap.php in every extensi...
2012-09-30
- 16:47 Revision 54ec79e1: [TASK] Cleanup new files
- Fix CGL issues and namespace typehints including:
* Long running lines
* Not lower camelcase variables
* Copyright ye... - 16:43 Revision 00405773: [TASK] Provide class alias file for dbal
- Change-Id: Id4453a3e19d0a540c882a01839fcfc997b22932f
Resolves: #41384
Related: #40095
Releases: 6.0
Reviewed-on: http... - 16:39 Revision 8522394d: [TASK] Provide class alias file for workspaces
- Change-Id: I2b38e28115a93c3796884180c5678d544ba52d77
Resolves: #41389
Related: #40095
Releases: 6.0
Reviewed-on: http... - 16:26 Revision a0667945: [TASK] Provide class alias file for version
- Change-Id: I76b2bd39a6857353d4890143c8e95f50873fb6a1
Resolves: #41388
Related: #40095
Releases: 6.0
Reviewed-on: http... - 15:41 Revision d967075e: [BUGFIX] Preview images not rendered in Web > Page view on Windows systems
- In Web > Page view the preview images are not rendered on Windows systems.
This is due to failing functions in class
... - 14:48 Revision 6139eaf8: [BUGFIX] Do not save expand state for root node in TCA tree
- To avoid a PHP warning: Missing argument for
BackendUserSettings::addToList() the expanded state must
not be saved fo... - 14:48 Revision 006dc6af: [BUGFIX] Do not save expand state for root node in TCA tree
- To avoid a PHP warning: Missing argument for
BackendUserSettings::addToList() the expanded state must
not be saved fo... - 14:48 Revision c9558789: [BUGFIX] Do not save expand state for root node in TCA tree
- To avoid a PHP warning: Missing argument for
BackendUserSettings::addToList() the expanded state must
not be saved fo... - 14:46 Revision 5861645d: [BUGFIX] Do not save expand state for root node in TCA tree
- To avoid a PHP warning: Missing argument for
BackendUserSettings::addToList() the expanded state must
not be saved fo... - 13:25 Revision 862134c1: [BUGFIX] Consolidate usage of DocumentTemplate
- Do not use the global SOBE to get an instance
of DocumentTemplate. Instead make use of the
getter which is in the Abs... - 13:19 Revision de98d818: [TASK] Add leading backslashes to InvalidArgumentException
- For some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to Invali...
2012-09-29
- 15:38 Revision 5bb026ee: [BUGFIX] Make additional fields visible again in Scheduler
- Namespaced class names contain backslashes and are not suitable for
use in HTML attributes. Converting them to lowerc...
2012-09-27
- 22:58 Revision a4b95503: [BUGFIX] Pagetree - Prevent a call to moveNode while creating nodes
- Change-Id: I702ccb71dcf91063012eb77091f5982661ee3afd
Fixes: #39820
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r... - 18:21 Revision 97c4abc8: [BUGFIX] Release scheduler from classname field
- Currently the scheduler depends at many parts on its classname field in
the tx_scheduler_task table. This is not nece... - 14:06 Revision de7f0341: [TASK] Provide class alias file for linkvalidator
- Change-Id: Ie9e202481b9946ec72a9e8f3227d0f0ae8d6de56
Resolves: #41387
Related: #40095
Releases: 6.0
Reviewed-on: http...
2012-09-26
- 22:51 Revision c8417134: [TASK] Add leading backslashes to InvalidArgumentException
- for some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to Invali... - 22:50 Revision a5d0094a: [BUGFIX] Property Validation with Namespaces
- This fixes the validation of properties in namespaced TYPO3.
Change-Id: I6a69f9e2890c71c91b572a991acbfb1a6760dcf5
Fi... - 17:08 Revision d0e74c5b: [TASK] Provide class alias file for fluid
- Change-Id: I9aba15b22c020d8041b93d0397d257a04fd0f498
Resolves: #41386
Related: #40095
Releases: 6.0
Reviewed-on: http... - 17:08 Revision 98f2b415: [TASK] Provide class alias file for extbase
- Change-Id: I33c1a735bb4500f2e34b297a4e252edab7bfc7a0
Resolves: #41385
Relates: #40095
Releases: 6.0
Reviewed-on: http... - 08:31 Revision 3931015e: [TASK] Add leading backslashes to InvalidArgumentException
- for some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to Invali...
2012-09-25
- 23:45 Revision 91fa3565: [TASK] Raise submodule pointers
- Change-Id: Ic38a7287b97c79a6fabc96fe33bb047043e90cc3
Reviewed-on: http://review.typo3.org/15070
Reviewed-by: Helmut H... - 23:28 Revision b8893c18: [BUGFIX] Fix wrong replacements of the namespace refactoring
- If the refactoring script replaced things like "tx_foo_bar" first
and "tx_foo_bar_baz" in a second step, instances of... - 23:25 Revision 9410969f: [BUGFIX] Fix wrong replacements of the namespace refactoring
- If the refactoring script replaced things like "tx_foo_bar" first
and "tx_foo_bar_baz" in a second step, instances of... - 23:13 Revision 13677fe8: [TASK] Fix deprecated call in beuser's repository
- Typo3QuerySettings->setRespectEnableFields() is deprecated
Change-Id: Ibfaba37b04e657a9957f23ebb7d16d50ff79814d
Reso... - 11:41 Revision 18866186: [BUGFIX] Fix translation fallback
- If the target for the translation does not exist, we have to
fallback to the default language, which is guaranteed to... - 11:41 Revision f78c24a0: [BUGFIX] Fix translation fallback
- If the target for the translation does not exist, we have to
fallback to the default language, which is guaranteed to...
2012-09-24
- 22:40 Revision 1b940359: [BUGFIX] Call to undefined method ..\Reports\Status::getSystemStatus()
- Change-Id: I3b045a341bcc8db8abc0dbc9f3305b1123f85aae
Fixes: #41221
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 22:38 Revision 05355543: [BUGFIX] Scheduler does not run tasks from module
- The scheduler tries to read the wrong get variable.
Solution: Switch to the namespaced one.
Fixes: #41296
Releases:... - 21:43 Revision 5f59a2f9: [BUGFIX] Wrong namespace in SystemStatusUpdateTask.php
- Change-Id: I397fbc713be2c8ec0bc14dfe6a4081a8086b6afb
Fixes: #41226
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 21:38 Revision 7eba1c7a: [BUGFIX] Fix wrong replacements of "language" class name
- The namespace script replaced "language" strings
with TYPO3\\CMS\\Lang\\LanguageService also in
places where it did n... - 09:13 Revision 654792d6: [TASK] Move Views/LogoView to View/LogoView
- It seems there was a mistake in the automatic
script to move files. Views/LogoView.php should be
View/LogoView.php as...
2012-09-23
- 20:57 Revision db2b9113: [BUGFIX] Configure configuration in EM crashes
- This is due to a wrong typehint of a not used parameter.
Solution: Remove the unused parameters.
Fixes: #41275
Relea... - 15:36 Revision 2e6d6936: [BUGFIX] Task classname is not namespaced
- Fixes: #41294
Releases: 6.0
Change-Id: Ia3b2bbfe102dd695817893d2d7e1bee5778ad76c
Reviewed-on: http://review.typo3.or... - 14:59 Revision 8f020245: [TASK] Remove misleading text in ext:opendocs
- Title of the extension is 'This concept is more widely
used with the "Classic Backend".'. This text is also
shown in ... - 14:59 Revision e3966405: [TASK] Improve rendering of buttons in quickedit
- The buttons can be improved:
* ordering
* alignment
Change-Id: Icb75502afdfc610d66b82e0ec9206dd303800c5f
Resolves: #... - 13:31 Revision 12c2fd9f: [BUGFIX] Info module path is not namespaced
- Fixes: #41287
Releases: 6.0
Change-Id: I3fc21829fd8c725b500a7f96aefccd5f44b87c0c
Reviewed-on: http://review.typo3.or... - 00:36 Revision 536cadd3: [TASK] Insert hook for simulatestatic
- Resolves: #36025
Releases: 6.0
Change-Id: I5d88626a6062ccdc69eb389664ced529a72d2f7b
Reviewed-on: http://review.typo3.... - 00:21 Revision 6aeacef9: [TASK] Raise submodule pointer
- Change-Id: If7a8f96858972c6dcc7a7970895a4b6bfff555a6
Reviewed-on: http://review.typo3.org/14953
Reviewed-by: Christia... - 00:18 Revision 930e98c1: [TASK] Introduce base class for PHPUnit tests
- Resolves: #41171
Releases: 6.0
Change-Id: I7274abf41766d16eabc5f4a127a9af6ad450066e
Reviewed-on: http://review.typo3... - 00:15 Revision a7b61b2e: [CLEANUP] Remove all occurrences of edit_showFieldHelp == 'text'
- The text version of edit_showFieldHelp is not supported since 4.5
anymore. This patch removes all references and dead...
2012-09-22
- 23:54 Revision f9595542: [TASK] Switch order of select boxes in quickedit
- The current order of select boxes is wrong in page
module - mode "quickedit" as the one of the content
elements shoul... - 23:54 Revision 84ef883b: [TASK] Introduce base class for PHPUnit tests
- Resolves: #41171
Releases: 6.0
Change-Id: If83629d41d6978fcf8c1f5854c269442392bac27
Reviewed-on: http://review.typo3... - 23:49 Revision 44fe3cba: [TASK] add leading backslashes to Date*
- for some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to Date*.... - 23:45 Revision f0f718cc: [TASK] add leading backslashes to Runtime*
- for some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to Runtim... - 23:33 Revision 538a04a8: [TASK] Introduce base class for PHPUnit tests
- Previously all core unit tests extended from the
Tx_PhpUnit_TestCase. This turned out to be problematic
because the c... - 23:29 Revision 65fe560b: [BUGFIX] Required extensions are not installable
- Required extensions can't be installed or deinstalled,
therefore the link is not needed. Additionally system
extensio... - 23:22 Revision ae0a8814: [TASK] Remove content element "textbox"
- Remove the content element type "textbox" / "splash".
Change-Id: Id4fd8f4f4c10fee39de4940f96f772ba2d173774
Resolves:... - 23:19 Revision 665985db: [TASK] add leading backslashes to SplObject*
- for some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to SplObj... - 21:13 Revision 02f5cdb2: [TASK] Remove jsmin from library list in EXT:about
- The library was removed with 6.0, source mention is not needed anymore.
Change-Id: Icae1c37409e914cd55b9f20eff0f548e... - 21:06 Revision 1fa3a94f: [TASK] Introduce base class for PHPUnit tests
- Resolves: #41171
Releases: 6.0
Change-Id: I7274abf41766d16eabc5f4a127a9af6ad450066e
Reviewed-on: http://review.typo3... - 20:30 Revision afa6f5b7: [TASK] Warn for not available plugins in page module
- If a plugin of an extension is saved on a page and
the extension has been removed, a warning should be
presented to t... - 20:16 Revision 9a1dcbba: [BUGFIX] File upload button is collapsed in Chrome 21
- In Chrome 21, the FlashUploader button is collapsed to a few pixels of
height. So it is nearly impossible to hit the ... - 20:16 Revision 6363cf9f: [BUGFIX] File upload button is collapsed in Chrome 21
- In Chrome 21, the FlashUploader button is collapsed to a few pixels of
height. So it is nearly impossible to hit the ... - 20:15 Revision 473fcc92: [BUGFIX] File upload button is collapsed in Chrome 21
- In Chrome 21, the FlashUploader button is collapsed to a few pixels of
height. So it is nearly impossible to hit the ... - 20:15 Revision 84b1bc43: [TASK] Remove 'Hide: Yes' from hidden CEs
- Hidden content elements in page module are
grayed out and got a different icon, no need for an
additional "Hide: yes"... - 19:54 Revision e577f67c: [BUGFIX] Switch to List module on root page leads to blank page
- Reproducable only with admin account. Switch to Page module, go to root
page (id = 0), switch to List module => blank... - 19:54 Revision 58ea49c3: [BUGFIX] Switch to List module on root page leads to blank page
- Reproducable only with admin account. Switch to Page module, go to root
page (id = 0), switch to List module => blank... - 19:49 Revision e024b2bb: [BUGFIX] Error handler registration accepts way too much PHP error types
- Taken from http://php.net/manual/en/function.set-error-handler.php
set_error_handler has limitations for error types ... - 19:49 Revision 273ac859: [BUGFIX] Error handler registration accepts way too much PHP error types
- Taken from http://php.net/manual/en/function.set-error-handler.php
set_error_handler has limitations for error types ... - 19:49 Revision 5a835f96: [BUGFIX] Error handler registration accepts way too much PHP error types
- Taken from http://php.net/manual/en/function.set-error-handler.php
set_error_handler has limitations for error types ... - 19:48 Revision 40c54ef0: [TASK] Raise submodule pointer
- Change-Id: I0a23d9299e3a8c3a273f9730235fd8ea45ab6c53
Reviewed-on: http://review.typo3.org/14940
Reviewed-by: Christia... - 19:41 Revision c3e54b62: [TASK] Update version number of all sysexts to 6.0.0
- Fixes: #41261
Releases: 6.0
Change-Id: I6d60c27cf34161b5c9f4e0174e99de3811e87c42
Reviewed-on: http://review.typo3.or... - 19:35 Revision 9e0b7897: [TASK] Wrong name for TypoScriptFrontendController test
- Rename TypoScriptFrontentControllerTest to
TypoScriptFrontendControllerTest
Change-Id: Ie2151428ef8e8795154745a56dbd... - 19:32 Revision d1fec2cd: [TASK] Remove content element "script"
- Content element script is non working and not used, remove it
Change-Id: Iaa52523df4cd18a9768cda9433179936394739f6
R... - 19:31 Revision dbd672e9: [TASK] Update version number of all sysexts to 6.0.0
- Fixes: #41261
Releases: 6.0
Change-Id: If85d12a955bfeb6552b29fb59079c0fa7b263869
Reviewed-on: http://review.typo3.or... - 19:30 Revision ff5b60ea: [TASK] Update version number of all sysexts to 6.0.0
- Fixes: #41261
Releases: 6.0
Change-Id: I0d927427fd5acfb12dc4c75a55f582f3ff05e596
Reviewed-on: http://review.typo3.or... - 19:29 Revision e4abeb73: [TASK] Update version number of all sysexts to 6.0.0
- Fixes: #41261
Releases: 6.0
Change-Id: I4952f4da8153d9e073c294baf58d04d82afe8f3e
Reviewed-on: http://review.typo3.or... - 19:28 Revision 1d3f602d: [TASK] Update version number of all sysexts to 6.0.0
- Change-Id: Ie2976eb03d320fdbf8bd1766ac38afc9151d3696
Fixes: #41261
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 19:27 Revision 59a76800: [TASK] Update version number of all sysexts to 6.0.0
- Fixes: #41261
Releases: 6.0
Change-Id: I68f2b13cd7f3ae2ec8732d4e4cce20f5c9ebca36
Reviewed-on: http://review.typo3.or... - 19:26 Revision 8ab4a8a9: [TASK] Update version number of all sysexts to 6.0.0
- Change-Id: I932c5e1879e742562cb3da27a243de05a43dcd77
Fixes: #41261
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 19:20 Revision 5731ec61: [TASK] Show cType label for content elements
- Some content elements are not showing any information
besides the plugin icon about the type. Therefore the
ctype lab... - 19:17 Revision 19519a34: [BUGFIX] Set current report as selected in ext:reports
- there can be usecases when not the correct option is set to
selected="selected".
example:
select "installed service"... - 19:11 Revision f9d3e50f: [BUGFIX] Error handler registration accepts way too much PHP error types
- Taken from http://php.net/manual/en/function.set-error-handler.php
set_error_handler has limitations for error types ... - 19:11 Revision 0ce6db8b: [TASK] Set a flash msg if no subpages available
- Set a flash message in wizard_sortpages if no
subpages are available, instead of rendering an
empty table header
Cha... - 19:09 Revision dcab4ead: [TASK] Remove unused code from logDeprecatedFunction()
- Resolves: #41162
Releases: 6.0
Change-Id: Id3f2dbe94fbc433e13b908ebf0f2645dded9336b
Reviewed-on: http://review.typo3... - 19:00 Revision c60c0ead: [BUGFIX] Tree view in admin panel is broken with PHP 5.4
- The double ['0.'] in $arr['0.']['0.'] is wrong.
Fun fact: This is "broken" since the initial commit.
Fixes: #41213
R... - 19:00 Revision 7b523e39: [BUGFIX] Tree view in admin panel is broken with PHP 5.4
- The double ['0.'] in $arr['0.']['0.'] is wrong.
Fun fact: This is "broken" since the initial commit.
Fixes: #41213
R... - 19:00 Revision 68d3f62d: [BUGFIX] Tree view in admin panel is broken with PHP 5.4
- The double ['0.'] in $arr['0.']['0.'] is wrong.
Fun fact: This is "broken" since the initial commit.
Fixes: #41213
R... - 18:45 Revision 76e9e0ea: [BUGFIX] Error handler callback causes fatal error for parse time errors
- TYPO3's error handler callback t3lib_error_ErrorHandler::handleError()
causes a fatal error for PHP parse time errors... - 18:45 Revision 9bc75832: [BUGFIX] Error handler callback causes fatal error for parse time errors
- TYPO3's error handler callback t3lib_error_ErrorHandler::handleError()
causes a fatal error for PHP parse time errors... - 18:45 Revision bf7fa962: [BUGFIX] Error handler callback causes fatal error for parse time errors
- TYPO3's error handler callback t3lib_error_ErrorHandler::handleError()
causes a fatal error for PHP parse time errors... - 18:35 Revision bca52213: [TASK] Add upgrade wizard to install extensions from TER
- This patch replaces the two upgrade wizards to install new or
outsourced system extensions. It combines both and allo... - 18:28 Revision e7d7c40e: [BUGFIX] Follow-up to GeneralUtility::logDeprecatedFunction()
- Fix #40521 in 4.7 introduced a possible fatal, fixed with this
follow up.
Change-Id: I703d799180aa900005c5713caa779f... - 18:20 Revision 8dcc891d: [BUGFIX] Error handler callback causes fatal error for parse time errors
- TYPO3's error handler callback t3lib_error_ErrorHandler::handleError()
causes a fatal error for PHP parse time errors... - 18:00 Revision d63ab0a2: [TASK] Fix CGL violations against SelfMemberReference
- Change-Id: Ie07b7476f5b06e8447bb1365c4af42dd2e1732b0
Resolves: #41192
Releases: 6.0
Reviewed-on: http://review.typo3.... - 17:59 Revision 3585c3bc: [BUGFIX] Tree view in admin panel is broken with PHP 5.4
- The double ['0.'] in $arr['0.']['0.'] is wrong.
Fun fact: This is "broken" since the initial commit.
Change-Id: If8e... - 17:42 Revision 044f0b28: [BUGFIX] Fatal error in GeneralUtility::logDeprecatedFunction()
- logDeprecatedFunction() uses DebugUtility::debugTrail(), which might not
be available when the deprecated function is... - 17:22 Revision 83c7263e: [BUGFIX] Fatal error in GeneralUtility::logDeprecatedFunction()
- logDeprecatedFunction() uses DebugUtility::debugTrail(), which might not
be available when the deprecated function is... - 16:42 Revision 42e89d28: [BUGFIX] Fix Http_Request after namespace changes
- * Include HTTP\Request2.php
* Include copyright header
* Fix all occurances of HTTP_Request2 to global namespace
* Fi... - 16:34 Revision 2ed8e7f3: [TASK] Fix CGL violations against DoubleQuoteUsage
- Change-Id: I347e767cdcabb61444ffe00f964605ae7f483e2d
Resolves: #41199
Releases: 6.0
Reviewed-on: http://review.typo3.... - 14:30 Revision 2e6f9ed8: [BUGFIX] Set permission module for admins only
- The permission module makes only sense for admins.
At the same time the "Overview" is removed and only the
view "Perm... - 14:16 Revision 082b2989: [TASK] CGL-Fix: Generic.CodeAnalysis.ForLoopWithTestFunctionCall
- Change-Id: Iec697701e0db5418ac9b12692e5946b0ff11e628
Fixes: #41248
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 14:00 Revision 23355eec: [BUGFIX] Ensure write access to LocalConfiguration.php
- Check the proper write access for LocalConfiguration.php file
before try to store data there. At the moment the attem... - 13:48 Revision ef56b932: [BUGFIX] Deprecate t3lib_install
- t3lib_install contained two logical parts in the past: A group of methods
to handle localconf.php and another group t... - 13:10 Revision b98700fc: [BUGFIX] Cleanup DebugUtility
- Replace control characters with constants.
Initialize variable.
Fixes: #41242
Releases: 6.0
Change-Id: I69993276fdf... - 12:47 Revision 2c5e8be7: [BUGFIX] Properly register extbase BE modules
- Change ExtensionUtility::registerModule($_EXTKEY, ...) calls to
ExtensionUtility::registerModule('TYPO3.CMS.' . $_EXT... - 12:39 Revision e5d40b54: [BUGFIX] Remove PHP warnings in request
- Fixes PHP warnings if the controllerObjectName is not a valid class.
Change-Id: I0edc3cfb30593adac97740afe0443efc1a8... - 12:39 Revision b7b7cc00: [BUGFIX] Properly register extbase BE modules
- Change ExtensionUtility::registerModule($_EXTKEY, ...) calls to
ExtensionUtility::registerModule('TYPO3.CMS.' . $_EXT... - 11:58 Revision 7ccb4a64: [TASK] Make all classes non final
- Defining a class as final does not help and only causes troubles,
especially when creating unit tests, because a fina... - 11:38 Revision 62a2edd0: [BUGFIX] Update mentions of localconf.php
- The Core still contains quite a few mentions of
"typo3conf/localconf.php". They should be changed to
"typo3conf/Local... - 11:35 Revision a2810735: [TASK] Make all classes non final
- Defining a class as final does not help and only causes troubles,
especially when creating unit tests, because a fina... - 11:11 Revision 93471809: [TASK] CSS StyledContent wraps classes spaceBefore/After twice
- Since all top level TypoScript cObject are stdWrap enabled,
setting spaceBefore and spaceAfter fails as the outputtet... - 10:45 Revision 2cbf8f56: [TASK] CGL Cleanup: Fix Squiz.Scope.MemberVarScope-Sniff
- Change-Id: I3515120852b0332b360beb06bd58e211823d8e98
Fixes: #41222
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 10:45 Revision d1739468: [TASK] Use namespaced class name in adodb flexform
- Resolves: #40363
Related: #40095
Related: #40240
Releases: 6.0
Change-Id: Ic6294e41096c2db1327ad77d3d4fd00f93364ea0
R... - 10:36 Revision 190a8546: [BUGFIX] Fix saving changes in T3editor
- Patch repairs ajax ids and class reference for t3editor so templates can
be saved again.
Change-Id: I730d28e1a4b2291... - 07:33 Revision 8a52cb8f: [BUGFIX] Error messages are not shown in 123 installation process
- Because of a missing ERRORMESSAGES subpart in the 123 install template,
error messages collected while processing are... - 07:31 Revision ad3e8720: [BUGFIX] Error messages are not shown in 123 installation process
- Because of a missing ERRORMESSAGES subpart in the 123 install template,
error messages collected while processing are... - 07:27 Revision 94e34dc9: [BUGFIX] Error messages are not shown in 123 installation process
- Because of a missing ERRORMESSAGES subpart in the 123 install template,
error messages collected while processing are... - 07:18 Revision 825a6d53: [TASK] Database creating fails due to not allowed characters
- Due to compatibility the CREATE DATABASE statement is used without quotes.
At least for MySQL databases there are lim... - 07:14 Revision bc3809c0: [TASK] Database creating fails due to not allowed characters
- Due to compatibility the CREATE DATABASE statement is used without quotes.
At least for MySQL databases there are lim... - 07:10 Revision f5c8da2f: [TASK] Database creating fails due to not allowed characters
- Due to compatibility the CREATE DATABASE statement is used without quotes.
At least for MySQL databases there are lim... - 02:14 Revision 9548b6e9: [BUGFIX] Last CGL violation against property visibility
- The $messages property should have been protected in the first
place, since there is already a shiny API around it.
... - 00:35 Revision 3f008ba6: [TASK] Update legend img in access module
- Change-Id: I995f4e3d68442d8a5b89e40b1dfc2305a09c5598
Resolves: #23003
Releases: 6.0
Reviewed-on: http://review.typo3.... - 00:02 Revision 76625ecc: Revert "[TASK] Fix TYPO3.ControlStructures.DisallowEachInLoopCondition"
- This reverts commit 8103ab1003276c3bf036b90431b9d48eb7473036
Change-Id: I351240bd1b35722b40f83b6f16fce9b10e7ba992
Re...
2012-09-21
- 23:32 Revision de2d1ff0: [TASK] Fix TYPO3.ControlStructures.DisallowEachInLoopCondition
- Change-Id: I1f902a2abb559c8ba12c593143921f9cbd8c4bc1
Fixes: #41211
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 23:30 Revision 1354f6e3: [BUGFIX] Creating default object from empty value in AbstractBackendViewHelper
- The object `$GLOBALS['SOBE']` is not always set and thus setting a propery fails.
Change-Id: Ic70833516cb34c3ace9b58... - 23:24 Revision 0c363dac: [TASK] CGL Cleanup: Fix Squiz.Scope.MethodScope-Sniff
- Change-Id: I2d6138b2faa4a6b5fcb51a7ed1d05b56f1b7ac63
Fixes: #41219
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 22:19 Revision 30e381e2: [TASK] Remove not need ChangeLog files
- Change-Id: Ie7bb2c78f9c285a6faee7be6087c9adfef7904a2
Resolves: #41209
Releases: 6.0
Reviewed-on: http://review.typo3.... - 22:13 Revision 8b9cf132: [TASK] Fix TYPO3.ControlStructures.DisallowEachInLoopCondition
- Change-Id: I6031f043611c1839bb4a8cda3e8afde3e3c95eef
Fixes: #41211
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 22:12 Revision 4e3929e4: [BUGFIX] Error messages are not shown in 123 installation process
- Because of a missing ERRORMESSAGES subpart in the 123 install template,
error messages collected while processing are... - 22:11 Revision d3a54feb: [TASK] Database creating fails due to not allowed characters
- Due to compatibility the CREATE DATABASE statement is used without quotes.
At least for MySQL databases there are lim... - 22:06 Revision 5357472d: [TASK] Fix CGL violations against NonExecutableCode
- Change-Id: I1dfd2fdbfd39ed851272e450dd2f114c8f62ccbe
Resolves: #41189
Releases: 6.0
Reviewed-on: http://review.typo3.... - 22:01 Revision db1f9138: [BUGFIX] Fix Exception Class Name
- During renaming of classes one exception class name has been forgotten.
Rename Exception\InvalidSource to Exception\I... - 21:57 Revision ed0d40fb: [TASK] Fix class naming and alias map after namespace change
- Resolves: #41131
Releases: 6.0
Change-Id: Ic9ee21cc0125c87981587982cdaec5e887923af9
Reviewed-on: http://review.typo3... - 21:51 Revision cd27f77d: [TASK] Fix class naming and alias map after namespace change
- Change-Id: I3e0f6d9aa0e5d8680213e3afe6db58d773b54c0d
Resolves: #41131
Releases: 6.0
Reviewed-on: http://review.typo3.... - 21:40 Revision f78d31c1: [BUGFIX] Use new class names in fluid tests
- Rename all classes to namespaced class names
Change-Id: I34a88584112bfddb8cbbc8ec0f7f0c3324b8ef38
Resolves: #41194
R... - 21:39 Revision 75bf6612: [TASK] CGL Cleanup: Fix OpeningFunctionBraceKernighanRitchie-Sniff
- Change-Id: Ib4fd2bea05a9222e9aff22ad3f9a4a4a1883fd8a
Fixes: #41205
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 21:24 Revision 16de85dd: [SECURITY][BUGFIX] Fix a sql injection in beuser
- Change-Id: Ib6d308b1fe64459beb08f2a53ee1b2cd11386175
Resolves: #41190
Releases: 6.0
Reviewed-on: http://review.typo3.... - 20:55 Revision 63926247: [TASK] Cleanup character after PHP closing tag
- Change-Id: Ic333439afaa425a01935fc6f3b5467fc926841ea
Resolves: #41119
Releases: 6.0
Reviewed-on: http://review.typo3.... - 20:55 Revision ad818af5: [TASK] Fix CGL violations against ClassDocComment
- Change-Id: Idfa7b5fa3da9478f4425d658f8b9215325a8e938
Resolves: #41188
Releases: 6.0
Reviewed-on: http://review.typo3.... - 20:53 Revision e79a010d: [TASK] Fix CGL violations against ClassDocComment
- Change-Id: I12aed20e3ee95022e80e9ee4abcf493e24f8de2b
Resolves: #41187
Releases: 6.0
Reviewed-on: http://review.typo3.... - 20:52 Revision 8d2ab555: [TASK] Fix CGL violations against OpeningFunctionBraceKernighanRitchie
- Change-Id: I4267353d2e1d0036278fc33d76f7bfd00868ff1d
Resolves: #41191
Releases: 6.0
Reviewed-on: http://review.typo3.... - 20:09 Revision a1d5e5d9: [TASK] Cleanup character after PHP closing tag
- Change-Id: I61f9da66f4afceae84447f747716441e063eeb61
Resolves: #41119
Releases: 6.0
Reviewed-on: http://review.typo3.... - 19:30 Revision 27c59103: [TASK] Fix CGL violations against UpperCaseConstant
- Change-Id: Id21c2a40b435122dd3674bdc514bb171714a2d35
Resolves: #41193
Releases: 6.0
Reviewed-on: http://review.typo3.... - 18:47 Revision 8e102e03: [TASK] Fix UnnecessaryStringConcatSniff
- Change-Id: I367b4d5797f1f52bc55c19af43279b4f30704a5b
Resolves: #41185
Releases: 6.0
Reviewed-on: http://review.typo3.... - 16:44 Revision 3cdd2b7b: [TASK] Cleanup character after PHP closing tag
- Change-Id: Ife256d7497ac72235ba3783bbbe5203b9a66785a
Resolves: #41119
Releases: 6.0
Reviewed-on: http://review.typo3.... - 11:11 Revision bea7c156: [BUGFIX] autoloader should ignore non existing extensions
- When building the core registry a call to t3lib_extMgm::extPath() is done
for every extension of the LocalConfigurati... - 11:11 Revision f5861c54: [BUGFIX] autoloader should ignore non existing extensions
- When building the core registry a call to t3lib_extMgm::extPath() is done
for every extension of the LocalConfigurati...
2012-09-20
- 23:08 Revision 3e5e4717: [BUGFIX] Switch to List module on root page leads to blank page
- Reproducable only with admin account. Switch to Page module, go to root
page (id = 0), switch to List module => blank... - 20:48 Revision 23e72f0b: [TASK] Show felogin title in page module
- Currently, the content element in page module is empty.
At least the title of the plugin should be displayed
Change-... - 19:53 Revision 8c7d84d1: [BUGFIX] Link to install tool in reports leads to old page
- There is a link to install tool on the reports page which leads
to the old page with the missing button "unlock insta... - 19:52 Revision fa165831: [BUGFIX] Link to install tool in reports leads to old page
- There is a link to install tool on the reports page which leads
to the old page with the missing button "unlock insta... - 19:49 Revision be691980: [BUGFIX] Wrong exception msg after namespace change
- The stated interface got a different name and needs to
be changed
Change-Id: Ied9953580dced910b777d49cb465ceb1287b00... - 19:40 Revision 3c45db2c: [BUGFIX] Link to install tool in reports leads to old page
- There is a link to install tool on the reports page which leads
to the old page with the missing button "unlock insta... - 19:21 Revision 0c37c62b: [TASK] Move code from the system extension cli to core/Classes
- Change-Id: Iafb916bc8a5cc74fe284d18a5430350f344e11c2
Resolves: #40949
Releases: 6.0
Reviewed-on: http://review.typo3.... - 18:54 Revision 80237c53: [TASK] Provide a file for IDEs to recognize old class names
- As of now an IDE cannot recognize old class names as the
class alias is set up dynamically.
Provide a file with clas... - 13:51 Revision 5d481fb6: [TASK] Rename Core\DataHandler\DataHandler
- Old t3lib_tcemain was renamed to Core\DataHandler\DataHandling, but
should have been Core\DataHandling\DataHandler in... - 13:45 Revision 071321d4: [TASK] Rename usage of Core\DataHandler\DataHandler
- Old t3lib_tcemain was renamed to Core\DataHandler\DataHandling, but should
have been Core\DataHandling\DataHandler in... - 13:45 Revision 261214cd: [TASK] Rename usage of Core\DataHandler\DataHandler
- Old t3lib_tcemain was renamed to Core\DataHandler\DataHandling, but
should have been Core\DataHandling\DataHandler in...
2012-09-19
- 22:18 Revision a099498c: [TASK] EXT:saltedpasswords tests
- * Minor cleanups and fix for a broken globals backup
* Activate for travis
Change-Id: I0bac617fcff4100dd31bf7ca1ad0a... - 21:37 Revision 6e00cb5e: [TASK] EXT:lang unit tests
- * Minor test cleanups
* Activate in travis testsuite
Change-Id: I6eccff9a35198479e0932779b261f2ec364e0393
Resolves: ... - 21:11 Revision 1a61321a: [TASK] EXT:indexed_search tests
- * Fix tests to use fixture mock
* Clean up backups
* Activate in testsuite for travis
Change-Id: I94988d1eaf7d4b7408... - 20:14 Revision 73af487a: [BUGFIX] EXT:form tests and unicode fix
- This cleans up the existing EXT:form tests and
adds them to the travis testsuite.
The two filter test cases fail on ... - 17:20 Revision 6e848081: [TASK] EXT:felogin unit tests
- * Rename FrontendLoginControllerTest file
* Use phpunit getAccessibleProxy() instead of own eval()
* Rename some test... - 12:07 Revision ddd52383: [BUGFIX] pi_getLL() alternative language translation fails
- The translation fallback introduced with TYPO3 4.6 is not taken
into account by the pi_getLL() method.
Change-Id: I9... - 12:07 Revision aef055c8: [BUGFIX] pi_getLL() alternative language translation fails
- The translation fallback introduced with TYPO3 4.6 is not taken
into account by the pi_getLL() method.
Change-Id: I9... - 12:07 Revision bf0b0aff: [BUGFIX] pi_getLL() alternative language translation fails
- The translation fallback introduced with TYPO3 4.6 is not taken
into account by the pi_getLL() method.
Change-Id: I9... - 11:37 Revision c39d6261: [BUGFIX] Fix translation fallback
- If the target for the translation does not exist, we have to
fallback to the default language, which is guaranteed to...
2012-09-18
- 23:52 Revision e8b589b8: [TASK] Set TYPO3 version to 6.0-dev
- Change-Id: Icb79400c0444c099b27a87b3ad55a1e3dbb8cee8
Reviewed-on: http://review.typo3.org/14722
Reviewed-by: TYPO3 Re... - 23:51 Revision b59f3462: [RELEASE] Release of TYPO3 6.0.0beta2
- Change-Id: I6e9a95589f50deb5df5458761b087f47d441d3c0
Reviewed-on: http://review.typo3.org/14721
Reviewed-by: TYPO3 Re... - 23:51 Revision 69e6bffd: [RELEASE] Release of TYPO3 6.0.0beta2
- Change-Id: I6e9a95589f50deb5df5458761b087f47d441d3c0
- 23:35 Revision 06250e7d: [TASK] Raise submodule pointer
- Change-Id: I0da4ec847376480552d1f51565500030cac4a8fc
Reviewed-on: http://review.typo3.org/14719
Reviewed-by: TYPO3 Re... - 21:49 Revision d7e1d937: [BUGFIX] Configuration of an extension fails with fatal error
- The extensionmanager tries to merge the default configuration
with the already saved one. If no configuration has bee... - 21:46 Revision c0f83504: [BUGFIX] Uncaught Exception when accessing "Filelist" module in Windows
- An Exception is thrown when files are found directly in fileadmin folder.
Because of a backslash a false identifier i... - 19:58 Revision 291c04ac: [TASK] Remove superfluous parenthesis in sysexts
- Superfluous brackets in extbase after namespaces move
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pa... - 19:51 Revision ceb6d707: [BUGFIX] Fatal errors for interfaces with PHP version < 5.3.7
- This bugfix rewrites function type hints to match the new ones as long as
PHP versions of OS Venders are not up to da... - 19:51 Revision aea6a137: [BUGFIX] Usage of raw binary characters in SQL Parser
- Currently, the SQL Parser uses raw binary characters. In some cases,
this breaks the PHP interpreter. This results in... - 19:38 Revision d62c4eaa: [TASK] Adopt Extbase to the Autoloader -> ClassLoader name change
- Change-Id: If464fbdacbd278d77a1e03a7df395d5a771642ea
Resolves: #40830
Related: #40095
Depends: I87da4bb2ef0420a94d1d1... - 19:15 Revision f3bb439e: [BUGFIX] TS Object "FILES" is not able to handle multiple references
- The current implementation is not able to deal with more
than one file-reference (hand over as csv).
According to th... - 17:42 Revision 547ef7f6: [TASK] Remove superfluous parenthesis in sysexts
- Superfluous brackets in fluid after namespaces move
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass ... - 17:00 Revision 582ac42b: [BUGFIX] Switch to List module on root page leads to blank page
- Reproducable only with admin account. Switch to Page module, go to root
page (id = 0), switch to List module => blank... - 12:47 Revision e62341f6: [TASK] Remove superfluous parenthesis in sysexts
- Removes superfluous parenthesis in sysexts "felogin", "filelist",
"form" and "func".
Change ("a" . "b") . "c" into "... - 12:47 Revision 302de452: [TASK] Remove superfluous parenthesis in sysexts
- Removes superfluous parenthesis in sysexts "info_pagetsconfig",
"install", "integrity" and "lang".
Change ("a" . "b"...
2012-09-17
- 22:42 Revision b04fa38b: [TASK] Remove superfluous parenthesis in sysexts
- Removes superfluous parenthesis in sysexts "opendocs", "openid",
"perm" and "recordlist".
Change ("a" . "b") . "c" i... - 22:41 Revision 3882ce1a: [TASK] Remove superfluous parenthesis in sysexts
- Removes superfluous parenthesis in sysexts "saltedpasswords",
"scheduler", "setup" and "statictemplates".
Change ("a... - 21:57 Revision 5422f6aa: [TASK] Remove superfluous parenthesis in sysexts
- Removes superfluous parenthesis in sysexts "sv", "sys_action",
"sys_note" and "t3editor".
Change ("a" . "b") . "c" i... - 21:57 Revision 6a0863cf: [TASK] Remove superfluous parens in sysexts css_styled_content - feedit
- Removes superfluous parenthesis in sysexts "css_styled_content",
"extensionmanager", "extra_page_cm_options" and "fee... - 21:56 Revision 473f9c4e: [TASK] Remove superfluous parenthesis in sysexts
- Removes superfluous parenthesis in sysexts "t3skin", "taskcenter",
"tsconfig_help" and "tstemplate".
Change ("a" . "... - 21:16 Revision 6e8ad38e: [TASK] Remove superfluous parenthesis in sysexts
- Removes superfluous parenthesis in sysexts "tstemplate_analyzer",
"tstemplate_ceditor", "tstemplate_info" and "tstemp... - 21:16 Revision cfbae0f8: [TASK] Remove superfluous parenthesis in sysexts
- Removes superfluous parenthesis in sysexts "viewpage",
"wizard_crpages" and "wizard_sortpages".
Change ("a" . "b") .... - 20:54 Revision b94456a6: [TASK] Remove superfluous parenthesis in folders typo3 and t3lib
- Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I77e999229bf10bc39757f927bb3386eb2... - 19:46 Revision 5d681714: [TASK] Adapt DriverRegistryTest to the changed behaviour
- The DriverRegistry does not throw exception anymore, if the
same Driver is registered twice. The Exception only is
th... - 19:17 Revision ec08ae68: [TASK] Remove superfluous parenthesis in sysexts
- Removes superfluous parenthesis in sysexts "recycler", "reports",
"rsaauth" and "rtehtmlarea".
Change ("a" . "b") . ... - 19:12 Revision 76ea23d8: [BUGFIX] Fatal error is thrown when more drivers are registered
- Due to some extension manager processes when installing a new extension
the DriveRegistry has to support to register ... - 09:39 Revision 6d68b2d6: [TASK] Remove superfluous parenthesis in sysexts
- Removes superfluous parenthesis in sysexts "func_wizards", "impexp",
"indexed_search" and "info".
Change ("a" . "b")...
2012-09-16
- 21:53 Revision 1e4ae82b: [TASK] Remove superfluous parenthesis in sysexts.
- Removes superfluous parenthesis in sysexts "aboutmodules", "adodb",
"belog" and "beuser".
Change ("a" . "b") . "c" i... - 21:53 Revision 6668d376: [TASK] Remove superfluous parenthesis in sysexts.
- Removes superfluous parenthesis in sysexts "cli", "cms",
"context_help" and "cshmanual".
Change ("a" . "b") . "c" in... - 17:20 Revision 9f0367b2: [BUGFIX] Field name 'location' is case insensitive
- According to RFC 2616 field names in HTTP headers are
case-insensitive. Some servers respond with a lower case
'l' wh... - 16:02 Revision cfd10726: [BUGFIX] Files contents cannot be changed
- Setting file contents failed for two reasons:
a) The permissions were incorrectly read from TSconfig and
b) We used... - 15:12 Revision 15085cbb: [TASK] Re-enable previously skipped unit tests
- Take the chance to also clean up the test class a bit.
Change-Id: Ib2835aa4dc4c170d327f56dfcde134cf5871867b
Resolves... - 14:24 Revision 86349411: [TASK] Remove superfluous parenthesis in sysext frontend
- Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I09b90a58a74a219e6957488a7cca7a591... - 14:13 Revision 015f697c: [TASK] Remove superfluous parenthesis in sysext core
- Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I818d55a2f00b549fef8377f1c6766c293... - 13:50 Revision 415c0866: [BUGFIX] Editing page is broken on wrong type
- Change-Id: If6d3dfcb0fb095063750eaeb85bdb32aef0f417e
Resolves: #40282
Related: #40095
Releases: 6.0
Reviewed-on: http... - 12:15 Revision 6c248b44: [BUGFIX] Use double quoted strings for control chars
- Instead of literal characters in single quoted strings it's better
to use doubled quoted strings for control characte... - 12:08 Revision e83bc344: [BUGFIX] Typehint in AbstractTree refers to non-existant class
- Change-Id: I69b9d1c81e1215980d4a40b0383de400b26886d7
Fixes: #40952
Release: 6.0
Reviewed-on: http://review.typo3.org/... - 11:42 Revision 4433a85e: [TASK] Remove superfluous parenthesis in sysext backend
- Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I8a30e8689c1c567770d0c03beaa12a0bf...
2012-09-15
- 11:40 Revision d9d695c5: [BUGFIX] Restore field descriptions in Install Tool
- In the Install Tool All Configuration part all field descriptions
are missing. This patch removes the additional newl...
Also available in: Atom