Project

General

Profile

Activity

From 2013-09-23 to 2013-10-22

2013-10-22

20:15 Revision 2ce69d29: [TASK] Added missing core autoloaded files
Adds lots of missing autoloading files in t3lib/core_autoload.php
and cms/ext_autoload.php and fixes some bugs.
Thes...
Ernesto Baschny
20:14 Revision b5d6e9fc: [TASK] Added missing core autoloaded files
Adds lots of missing autoloading files in t3lib/core_autoload.php
and cms/ext_autoload.php and fixes some bugs.
Thes...
Ernesto Baschny
10:46 Revision addd2edb: [TASK] TypoScript: Condition for Windows 8
Reports itself as "Windows NT 6.2"
or "Windows NT 6.3" in user-agent.
Change-Id: Ibdc4b749d6009ca36a6c8c5c621d818388...
Stefan Neufeind
05:23 Revision 5e868001: [FEATURE] Custom inline record creation link label
Introduce a new TCA setting for columns of type "inline" called
[appearance][newRecordLinkTitle] for overwriting the ...
Alexander Stehlik

2013-10-21

22:19 Revision 18e7d5f3: [BUGFIX] Constant styles.content.imgtext.responsive is not used
Removed the entry from constants.txt
Resolves: #52998
Releases: 6.2
Change-Id: I896bc6113ff4dd6015fecaf2f80d573aeab8...
Ingo Schmitt
20:08 Revision a06db074: [BUGFIX] Check for query failures in admin methods
In the DatabaseConnection class the two methods admin_get_fields
and admin_get_keys throw a fatal error when a query...
Thomas Maroschik
18:57 Revision dd49d597: [BUGFIX] Fix typo in PageRenderer comments
Fixes: #53009
Releases: 6.2
Change-Id: I95f95f568f3d9745aaed8e4c7bb8ec10957cf698
Reviewed-on: https://review.typo3.or...
Mattias Nilsson
12:08 Revision 8d77b6c2: [BUGFIX] Replace __DIR__ with absolute path in class cache
Since the directory constant __DIR__ is not always the same in all
environments (web, command line) we only allow abs...
Alexander Stehlik
10:04 Revision 57dbb49f: [BUGFIX] Make OpenID login work with identifier select
The OpenID protocol has an option which is called
identifier_select which let's the OpenID provider
return the unique...
Christian Weiske
06:30 Revision 1d6e32d0: [BUGFIX] BE-Layout provider must filter deleted records
Deleted records must be filtered from the select list.
Resolves: #52983
Releases: 6.2
Change-Id: Ic98fab6d53426c92b3...
Georg Ringer

2013-10-20

20:32 Revision a71add78: [BUGFIX] Sorting of packages by dependency
Implement proper dependency handling in Flow PackageManager.
The code ensures that all framework packages are loaded ...
Markus Klein
16:40 Revision 6bb5d695: [TASK] Log "validator not found" in devlog, not syslog
This change directs logging of "class not found" style errors that
happen while resolving name-convention class names...
Claus Due

2013-10-18

20:03 Revision e4d20251: [TASK] Documentation: Update jQuery-usage
* Use central jQuery
* Get rid of not used JS-parts (tools, validation)
Change-Id: Ie64b66fd0f6cc5a73c8dc70425fb18aa...
Stefan Neufeind
15:12 Revision 1417f021: [BUGFIX] Minor glitches in FileIndex- and MetaDataRepositories
There are two minor issues with the Repositories for file meta
data.
The FileIndexRepository::hasIndexRecord returns ...
Steffen Ritter
14:16 Revision 1cfc65dc: [TASK] Delete sys_file(_metadata) entries when a file is deleted
In order to keep sys_file and sys_file_processedfile
as much in sync with the real file system as possible
we delete ...
Frans Saris
09:41 Revision 29ea0d1a: [BUGFIX] Fix wrong composer type in filemetadata
The composer file of the filemetadata extension contains the
composer type typo3cms-framework instead of typo3-cms-fr...
Thomas Maroschik
07:57 Revision 8c21be4e: [BUGFIX] Enable BE search for multiple mountpoints
Backend search now allows search from all mounts of an editor.
If the root page is selected it will search in all mou...
Georg Ringer
07:56 Revision 840a3a69: [BUGFIX] Enable BE search for multiple mountpoints
Backend search now allows search from all mounts of an editor.
If the root page is selected it will search in all mou...
Georg Ringer
06:06 Revision ff63d94c: [BUGFIX] Enable BE search for multiple mountpoints
Backend search now allows search from all mounts of an editor.
If the root page is selected it will search in all mou...
Georg Ringer

2013-10-17

23:28 Revision fe876a82: [TASK] Exclude central Modernizr from concatenation
Modernizr is added to every "page" in the backend
as a default in DocumentTemplate. By default all JS
gets merged. Th...
Stefan Neufeind
23:28 Revision 775a0777: [TASK] Exclude central Modernizr from concatenation
Modernizr is added to every "page" in the backend
as a default in DocumentTemplate. By default all JS
gets merged. Th...
Stefan Neufeind
23:18 Revision eb5febfe: [TASK] Exclude central Modernizr from concatenation
Modernizr is added to every "page" in the backend
as a default in DocumentTemplate. By default all JS
gets merged. Th...
Stefan Neufeind
23:01 Revision 53b21441: [BUGFIX] Missing ENABLE_INSTALL_TOOLs permissions let us loop
If we can't touch ENABLE_INSTALL_TOOL or recreate it as we have not
enough permissions in typo3conf/ we will have an ...
Alexander Opitz
21:54 Revision 03824193: [TASK] Tests for Persistence\Generic\Backend::getIdentifierByObject
Change-Id: Idb00a92469672e907286024ec461f0b8ee98c6c9
Resolves: #52570
Releases: 6.1, 6.2
Reviewed-on: https://review....
Stefan Neufeind
21:53 Revision ec71772a: [TASK] Tests for Persistence\Generic\Backend::getIdentifierByObject
Change-Id: Idb00a92469672e907286024ec461f0b8ee98c6c9
Resolves: #52570
Releases: 6.1, 6.2
Reviewed-on: https://review....
Stefan Neufeind
21:41 Revision e97776ce: [TASK] Add unit tests for FilesContentObject
This patch adds unit tests and some small bug fixes for
TYPO3\CMS\Frontend\ContentObject\FilesContentObject class.
R...
Nicole Cordes
21:34 Revision 681d2565: [BUGFIX] Improve database connection smooth migration wizard
This patch adds support for local database connections over ips applying
to mask 127.xxx.xxx.xxx as specified in RFC ...
Nicole Cordes
20:17 Revision 2ffa83d6: [BUGFIX] GeneralUtility::getUrl() fails to process redirects sometimes
If PHP's open_basedir is active, CURLOPT_FOLLOWLOCATION will be disabled
by PHP. In such case any redirects will not ...
Dmitry Dulepov
12:01 Revision da867812: [BUGFIX] Follow-up: Fix broken test in CategoryRegistryTest
Since I156528669704004a86243e03f34d3a1af07cdb21 CategoryRegistryTest
is broken, because argument $options of Category...
Marc Bastian Heinrichs
10:42 Revision b78dc4e3: [BUGFIX] Getting the identifier for a lazy object fails
Using PersistenceManager::getIdentifierByObject doesn't work for lazy
object since version 6.1, because the function ...
Marc Bastian Heinrichs
10:38 Revision 1c5a89c6: [FEATURE] Wizard to add OpenID to backend user
Adds an OpenID wizard button to the be_user's tx_openid_openid field.
The wizard allows to enter an OpenID URL, proc...
Christian Weiske
10:25 Revision 4fc14b5e: [BUGFIX] Getting the identifier for a lazy object fails
Using PersistenceManager::getIdentifierByObject doesn't work for lazy
object since version 6.1, because the function ...
Marc Bastian Heinrichs
08:50 Revision 1598cd64: [BUGFIX] CategoryCollection must handle multiple relations
Since #51921 it is possible to have multiple fields for defining
relations to categories. The CategoryCollection and ...
Francois Suter

2013-10-16

21:33 Revision a220c80a: [BUGFIX] TCA: sys_file_reference:title exclude = 1
Make the title field of sys_file_reference excludable so
it can be hidden in the BE.
Resolves: #49501
Releases: 6.2
...
Markus Klein
20:59 Revision 04e4a4b0: [BUGFIX] Suppress empty tag names in output of array2xml
If a tag name is empty GeneralUtility::array2xml must not output that
tag at all.
Resolves: #52529
Releases: 6.2, 6....
Markus Hölzle
20:57 Revision 2f1fb3fd: [BUGFIX] Suppress empty tag names in output of array2xml
If a tag name is empty GeneralUtility::array2xml must not output that
tag at all.
Resolves: #52529
Releases: 6.2, 6....
Markus Hölzle
20:51 Revision ee8ccfe7: [BUGFIX] Suppress empty tag names in output of array2xml
If a tag name is empty GeneralUtility::array2xml must not output that
tag at all.
Resolves: #52529
Releases: 6.2, 6....
Markus Hölzle
19:29 Revision ac2b59e6: [BUGFIX] Preserve vendor name in refering request
Fluid FormViewHelper adds some hidden fields that contain information
about the current controller. When the form is ...
Thomas Maroschik
19:29 Revision b2180368: [BUGFIX] Preserve vendor name in refering request
Fluid FormViewHelper adds some hidden fields that contain information
about the current controller. When the form is ...
Thomas Maroschik
19:25 Revision 7051cadd: [TASK] Follow-up: Preserve vendor name in refering request
Change-Id: I7101206dad7f2137d23dccd4c013bd4a32a2faf6
Resolves: #52900
Releases: 6.2
Reviewed-on: https://review.typo3...
Wouter Wolters
19:16 Revision 88cc508c: [BUGFIX] Follow-Up: Fatal error due to missing use statement
A fatal error occurs in the DataHandler.php due to a missing
use statement that was forgotten in the backport.
Relat...
Sascha Egerer
19:10 Revision 7b1db29e: [TASK] Unit tests for devIP condition
Cover the condition feature of issue #50092 with some test to
verify expected behaviour.
Change-Id: I116fb22f9ac0d6b...
Christian Kuhn
19:05 Revision 207554bd: [BUGFIX] Class "\extDirect_DataProvider_BackenduserSettings" not found
A error message is displayed in the Backend. Replace the old class name
with its new name.
Change-Id: Id88b5ff3d3153...
Dmitry Dulepov
16:15 Revision c7164cc6: [BUGFIX] Presets cause fatal error during last installation step
This patch restructures the PresetInterface and AbstractPreset usage to
prevent any inheritance which causes a fatal ...
Nicole Cordes
14:02 Revision ca4d2d39: [BUGFIX] Loaded Extensions in ExtensionCompatibilityTester
Remove the obsolete call to loadTypo3LoadedExtensionInformation() and
read the loaded Extensions from the TYPO3_LOADE...
Alexander Stehlik

2013-10-15

23:19 Revision 684acdd3: [TASK] Enable mock of ResourceFactory in ContentObjectRenderer
ext:frontend ContentObjectRenderer calls ResourceFactory::getInstance
at various places. This static call can not be ...
Christian Kuhn
22:34 Revision 60670fb6: [BUGFIX] Incomplete mock in ext:frontend FAL getData test
The patch for #52818 triggered a failing test for ext:frontend
getData(). The patch mocks a File Resource properly to...
Christian Kuhn
21:02 Revision a9f768bb: [TASK] SYS/forceReturnPath can be removed
Silent upgrader removes this setting now as well.
Resolves: #52857
Releases: 6.2
Change-Id: I03c5f302cce96f53a5664a1...
Markus Klein
19:48 Revision 7d053510: [BUGFIX] Fix FilePermissionUpdate SQL errors
If you have a new installation or already used the database analyser to
delete unnecessary fields the filePermissionU...
Nicole Cordes
18:42 Revision 7285640a: [TASK] Set TYPO3 version to 6.2-dev
Change-Id: Icf563ed76827a35f51a5e309a416ddc7086f6bf6
Reviewed-on: https://review.typo3.org/24814
Reviewed-by: TYPO3 R...
TYPO3 Release Team
18:41 Revision 9ee3ac97: [RELEASE] Release of TYPO3 6.2.0beta1
Change-Id: I51679493e369c2410095c11abc7bc21eb863c346
Reviewed-on: https://review.typo3.org/24813
Reviewed-by: TYPO3 R...
TYPO3 Release Team
18:39 Revision 0d69f740: [FEATURE] Enable frontend to show translated file metadata
The frontend should show translated file metadata.
Since translation is not the concern of a file abstraction
layer a...
Steffen Ritter
17:58 Revision 30cb4ed2: [FEATURE] Add devIP as keyword for IP condition
When using an IP condition, support using keyword "devIP" to compare
the current Request IP against the devIpMask set...
Ingo Renner
17:43 Revision 0ac4ab56: [FEATURE] Enable all workspaces tab in workspace module
The "all workspaces" tab currently is only available for admin
users. However, there's no need to disallow regular ed...
Oliver Hader
17:24 Revision aca9a4d2: [BUGFIX] Remove references to extListArray
Fixes: #52849
Releases: 6.2
Change-Id: I1308ffec460b7d4a61456564721206c7e99d5a99
Reviewed-on: https://review.typo3.or...
Xavier Perseguers
17:19 Revision 39532cd8: Revert "[FEATURE] Improve usability for BE database thumbnails/file icons"
This reverts commit bedddf2e0fb50b0ebe3751f8563ee8021c945303
Reason for reverting the mentioned commit:
Fatal error:...
Oliver Hader
16:52 Revision 639d5e58: [FEATURE] Support for proxy NTLM authentication
Set curl option for NTLM authentication and a configuration entry
in the install tool.
Resolves: #14730
Releases: 6....
Tomita Militaru
16:48 Revision 17618508: [BUGFIX] Moving folders fails
On moving existing folders inside another existing folder in the
file-module, the following exception is thrown:
131...
Oliver Hader
16:47 Revision 693b575d: [BUGFIX] Moving folders fails
On moving existing folders inside another existing folder in the
file-module, the following exception is thrown:
131...
Oliver Hader
16:40 Revision f8e5874e: [FEATURE] Enable double-resolution icons in SpriteGenerator
In order to display high resolution icons to according displays
the SpriteManager must be enabled to support this.
T...
Steffen Ritter
16:33 Revision 28dbbbf9: [TASK] Add type converter for core types like Enumeration
* Fixed a major bug in Enumeration in the isValid function
to prevent PHP typeloose comparison hell and added Tests...
Sascha Egerer
16:08 Revision 8dd8191b: [TASK] File-List should allow quick access to translations
File-Metadata has been configured to be translatable.
In List-Module we are used to also see the translated
records. ...
Steffen Ritter
15:57 Revision b4fd5212: [BUGFIX] Cannot show information of a directory
Fixes: #52850
Releases: 6.2
Change-Id: I8e04e2fb9cf30a6692b450f076a0016a55f31f29
Reviewed-on: https://review.typo3.or...
Xavier Perseguers
15:55 Revision df73316a: [FEATURE] Advanced metadata for File
The Core provides advanced metadata for File within a Core
extension "filemetadata". The extension is not activated
b...
Fabien Udriot
15:50 Revision 469f6daa: [TASK] Fix system extensions composer.json type entry
The current composer type of system extensions is "typo3cms-framework".
In the composer installer for TYPO3 CMS the c...
Thomas Maroschik
15:07 Revision dc3bcfc0: [BUGFIX] Ignore "composer/installers" requirement
Most extensions that already provide a composer.json file have a
requirement against composer/installers. Our Package...
Thomas Maroschik
15:06 Revision e02418ec: [BUGFIX] Fix bad preconditions for PackageStates migration
The PackageStates.php file migration from LocalConfiguration.php happens
transparently upon the first call of the ins...
Thomas Maroschik
15:06 Revision 498ca1e9: [BUGFIX] Don't create package base paths anymore
The Package Manager created the package base paths by itself.
This could lead to errors if directory creation is forb...
Thomas Maroschik
14:58 Revision 07d21a59: [BUGFIX] Moving folders fails
On moving existing folders inside another existing folder in the
file-module, the following exception is thrown:
131...
Oliver Hader
14:57 Revision ced1f406: [TASK] Show not empty databases in install tool
This patch enables the visibility of all databases the user has access
to but disables the non empty ones from being ...
Nicole Cordes
14:29 Revision 90442723: [TASK] Add README for jQuery-libraries in contrib-directory
Those libraries are used through the core but should not be
referenced/used from outside (for example foreign extensi...
Stefan Neufeind
14:19 Revision 91ae4e7f: [TASK] Make sys_file_metadata translatable
This patch adds SQL and TCA to sys_file_metadata
allowing the table to be localized. In addition
IRRE for sys_file_re...
Steffen Ritter
13:33 Revision cd856c0e: [BUGFIX] Remove realpath call from unit test bootstrap
The calculation of PATH_site in TYPO3 does not
take the real location of the directory into
account but respects the ...
Helmut Hummel
13:32 Revision d35e9645: [BUGFIX] No exception if uninstalled extension has an invalid key
The loop that scans for packages should skip those whose key is not
valid, in order to avoid an exception later down ...
Ernesto Baschny
13:19 Revision 92e756b4: [TASK] Centralize jQuery libraries
A few jQuery libraries and plugins are used by multiple system extensions
and should be centralized to prevent duplic...
Xavier Perseguers
13:13 Revision 49117c99: [TASK] Add Category Based FileCollection
In order to ease migration from DAM we need to
be able to get File Objects based on its selected
categories.
This pa...
Frans Saris
12:38 Revision 25608d6b: [BUGFIX] Preserve vendor name in refering request
Fluid FormViewHelper adds some hidden fields that contain information
about the current controller. When the form is ...
Thomas Maroschik
12:19 Revision e7e64ff5: [FEATURE] Grouping for scheduler-jobs
Allows defining of task-groups and groups tasks in
scheduler-list by those groups.
Tasks inside a hidden group are n...
Stefan Neufeind
11:33 Revision eb60cd1f: [FEATURE] Add begin/maxItems options to FILES ContentObject
The FILES ContentObject always renders all files. If you access
the media field of a page you probably only want to r...
Steffen Ritter
10:56 Revision 3bc111bc: [FEATURE] Show extension keys in documentation list
Show extension keys in the lists as well.
Resolves: #52782
Releases: 6.2
Change-Id: Idf3d4e4eb1595866de4196c3d71b656...
Nicole Cordes
09:48 Revision 0f607c85: [FEATURE] TypoScript: Allow relative file inclusion
Allows to pass relative paths to INCLUDE_TYPOSCRIPT if the inclusion
is called recursively from a file.
Those paths s...
Philipp Gampe
09:37 Revision 85d0653d: [BUGFIX] Only load folder contents if folder is initialised
FolderBasedFileCollection::loadContents() has to check if
the folder is initialised prior to loading the contents to
...
Frans Saris
09:37 Revision be9b7c7a: [BUGFIX] Only load folder contents if folder is initialised
FolderBasedFileCollection::loadContents() has to check if
the folder is initialised prior to loading the contents to
...
Frans Saris
09:36 Revision 3358d32e: [BUGFIX] Only load folder contents if folder is initialised
FolderBasedFileCollection::loadContents() has to check if
the folder is initialised prior to loading the contents to
...
Frans Saris
09:06 Revision 962e83ec: [BUGFIX] FollowUp: Restrict visibility of Category in BE
The original patch missed commas at the ends of TCA definition
due to a missing git add before pushing the rebase.
R...
Steffen Ritter
08:54 Revision fbf37965: [FEATURE] Restrict visibility of Category for a BE User
The change set is a first step for improving the Category
restriction for a BE User.
The patch brings an additional ...
Fabien Udriot
02:08 Revision 38958f00: [BUGFIX] Superfluous usage of ObjectManagerException
The workspace backend module uses
\TYPO3\CMS\Extbase\Object\ObjectManagerException instead of
\TYPO3\CMS\Extbase\Obje...
Oliver Hader
02:07 Revision ce693d8c: [BUGFIX] Superfluous usage of ObjectManagerException
The workspace backend module uses
\TYPO3\CMS\Extbase\Object\ObjectManagerException instead of
\TYPO3\CMS\Extbase\Obje...
Oliver Hader
02:05 Revision 323b13be: [BUGFIX] Superfluous usage of ObjectManagerException
The workspace backend module uses
\TYPO3\CMS\Extbase\Object\ObjectManagerException instead of
\TYPO3\CMS\Extbase\Obje...
Oliver Hader
01:46 Revision 254588c1: [FEATURE] Integrate possibility to extend workspace module
The workspace module only can be extended by overriding PHP and
JavaScript components. This feature aims to integrate...
Oliver Hader
01:43 Revision a5697586: [FEATURE] Introduce backend layout data providers
Backend layouts are currently stored in the database as
regular records. Since extension cannot ship their specific
b...
Oliver Hader
00:57 Revision 4ba140a7: [FEATURE] Add getValidators to AbstractCompositeValidator
removeValidator is unusable as long as there is no method
to get contained validators
Resolves: #51707
Releases: 6.1...
Stefan Froemken
00:54 Revision 8be996a4: [FEATURE] Add getValidators to AbstractCompositeValidator
removeValidator is unusable as long as there is no method
to get contained validators
Resolves: #51707
Releases: 6.2...
Stefan Froemken
00:04 Revision 1156074d: [BUGFIX] Use callback in preg_replace in RemoveXSS
Since PHP 5.5.0 the use of the /e modifier is deprecated in preg_replace.
Use callback function instead.
Also change ...
Jigal van Hemert
00:04 Revision 992e4ef6: [BUGFIX] Use callback in preg_replace in RemoveXSS
Since PHP 5.5.0 the use of the /e modifier is deprecated in preg_replace.
Use callback function instead.
Also change ...
Jigal van Hemert
00:02 Revision f58a27c8: [BUGFIX] Use callback in preg_replace in RemoveXSS
Since PHP 5.5.0 the use of the /e modifier is deprecated in preg_replace.
Use callback function instead.
Also change ...
Jigal van Hemert

2013-10-14

23:14 Revision 6c510d9d: [BUGFIX] Follow-Up: Fix invalid constant usage
A non-existent constant was used which ends
up in an fatal error.
Resolves: #52551
Releases: 6.2
Change-Id: I2af59df...
Sascha Egerer
22:41 Revision 4eb44cd8: [TASK] Remove add/edit wizards for defaultCategorizedTables
Removed the add/edit wizards in default TCA column
configuration for the SYS.defaultCategorizedTables.
Resolves: #52...
Frans Saris
22:11 Revision 8da0e323: [BUGFIX] Better mocking in FormProtection tests
Some FormProtection tests rely on an instantiated BE_USER object.
The patch takes care of proper mocking in this case...
Christian Kuhn
22:11 Revision dc623625: [BUGFIX] Better mocking in BackendUtility::viewOnClick test
BackendUtility::viewOnClick() provides a hook to manipulate the
generated URL. ext:workspaces uses this. The patch ad...
Christian Kuhn
16:33 Revision cca411bc: [BUGFIX] PackageManager fails on empty array entries in conflicts
Use the same solution as depends some lines above, skip those entries.
Resolves: #52753
Releases: 6.2
Change-Id: Icd...
Philipp Gampe
16:31 Revision 89a56f72: [TASK] Install Tool: Remove misleading password hint
There is no default install tool password any more
thus we need to change the login message text.
Releases: 6.2
Reso...
Helmut Hummel
16:24 Revision f1750b9c: [TASK] Remove unused TYPO3_CONF_VARS['FE']['logfile_dir']
Resolves: #52786
Releases: 6.2
Change-Id: Ib30f60bfa1b673a815edfa241089447d951dfd24
Reviewed-on: https://review.typo3...
Markus Klein
16:00 Revision 5aa6c3b8: [BUGFIX] PackageStates is not updated in EM
Introduces a signal in the EM that emits right before extensions
will be installed. The package manager reacts on thi...
Thomas Maroschik
15:31 Revision 9c41457a: [BUGFIX] Adapt IndexerService to new table structures
When introducing sys_file_metadata and rearranging FAL
to do so some parts of the IndexerService have been
forgotten....
Steffen Ritter
12:57 Revision 5e38bf04: [BUGFIX] Hint to the correct unit test runner
Running the test suite with the cli dispatcher
does not work as the bootstrap is executed twice.
Give a hint to the ...
Helmut Hummel
12:39 Revision b546e865: [FEATURE] Make frame sizes in viewpage module configurable
Available sizes in viewpage module can be configured with Page
TSConfig mod.web_view.previewFrameWidths. Defining a h...
Joh. Feustel
12:36 Revision f2b91c8e: [FEATURE] Add option to set an alternative domain for preview
Make it possible to set an alternative domain for preview with
TCEMAIN.previewDomain = example.com
in PageTS. It is u...
Johannes Pieper
12:32 Revision 14a0ae0a: [FEATURE] Improve userFunc parameter parsing in conditions
userFunc TypoScript conditions can be improved to use CSV-like
syntax for parameters.
Resolves: #47301
Related: #471...
Dmitry Dulepov
12:23 Revision 90f2e3c9: Revert "[FEATURE] Add option to set an alternative domain for preview"
Errors in commit-msg. Patch itself okay. Will repush.
This reverts commit 989dc485492927daeeebab67200f43df49bd1d17
...
Stefan Neufeind
12:15 Revision d4430672: [FEATURE] stdWrap for list of results
Adding the TS property
plugin.tx_indexedsearch.resultlist_stdWrap -> stdWrap
which allows passing the list of results...
Ralf Hettinger
12:13 Revision def989a8: [BUGFIX] Cannot fetch documentation on Windows
TYPO3's internal methods expect forward slashes when computing
absolute filenames.
Fixes: #52745
Releases: 6.2
Chang...
Xavier Perseguers
12:09 Revision 989dc485: [FEATURE] Add option to set an alternative domain for preview
Make it possible to set an alternative domain for preview with
TCEMAIN.viewDomain = example.com
in PageTS. It is usef...
Johannes Pieper
12:01 Revision 1f3d603e: [TASK] Follow-up: Add filter for available records, CGL
Resolves: #49739
Releases: 6.2
Change-Id: Iee24b073e0f5fdf7da469c289f21219b35c62928
Reviewed-on: https://review.typo3...
Marc Bastian Heinrichs
11:39 Revision c577f9e9: [BUGFIX] Detect unix-styled absolute paths on Windows systems
Currently PathUtility::isAbsolutePath and GeneralUtility::isAbsPath
only the for ":\" to detect absolute paths on Win...
Nicole Cordes
11:39 Revision 50942c21: [BUGFIX] Detect unix-styled absolute paths on Windows systems
Currently PathUtility::isAbsolutePath and GeneralUtility::isAbsPath
only the for ":\" to detect absolute paths on Win...
Nicole Cordes
11:38 Revision 976971de: [BUGFIX] Detect unix-styled absolute paths on Windows systems
Currently PathUtility::isAbsolutePath and GeneralUtility::isAbsPath
only the for ":\" to detect absolute paths on Win...
Nicole Cordes
11:38 Revision f0ee66cb: [TASK] Improve classLoader compatibility for Windows systems
On Windows systems the (absolute) paths are different to unix ones. The
core already provides functions to catch both...
Nicole Cordes
01:37 Revision 9c44f47a: [BUGFIX] Followup Bootstrap for Unit Tests
There was a typo in the environment variable
check which prevented it from being evaluated.
This change fixes that.
...
Helmut Hummel
00:09 Revision f362ed73: [TASK] Bootstrap for Unit Tests
Until now we still needed the phpunit extension
to be installed and cli access to be configured
to execute unit tests...
Helmut Hummel

2013-10-13

23:12 Revision 60511e27: [FEATURE] Split file permission for be_users and be_groups
Since TYPO3 6.0 you can set specific file and folder permissions by
userTSconfig. This patch adds a new field for eve...
Nicole Cordes
22:37 Revision d6ee9efa: [TASK] Bootstrap for Unit Tests
Until now we still needed the phpunit extension
to be installed and cli access to be configured
to execute unit tests...
Helmut Hummel
22:10 Revision 5b072ff4: [BUGFIX] Object passed to date()
Function date() expects a timestamp as second parameter, not
an object.
Resolves: #52759
Releases: 6.2, 6.1, 6.0, 4....
Philipp Gampe
22:09 Revision d361b299: [BUGFIX] Object passed to date()
Function date() expects a timestamp as second parameter, not
an object.
Resolves: #52759
Releases: 6.2, 6.1, 6.0, 4....
Philipp Gampe
22:04 Revision 6cc1f7a5: [BUGFIX] Object passed to date()
Function date() expects a timestamp as second parameter, not
an object.
Fixes: #52759
Releases: 6.2, 6.1, 6.0, 4.7, ...
Xavier Perseguers
22:03 Revision 2889f13e: [BUGFIX] Object passed to date()
Function date() expects a timestamp as second parameter, not
an object.
Fixes: #52759
Releases: 6.2, 6.1, 6.0, 4.7, ...
Xavier Perseguers
22:02 Revision ead24eb7: [BUGFIX] Object passed to date()
Function date() expects a timestamp as second parameter, not
an object.
Fixes: #52759
Releases: 6.2, 6.1, 6.0, 4.7, ...
Xavier Perseguers
20:13 Revision 115bceb3: [BUGFIX] Unit tests: Superfluous backup
Globals are automatically back-upped, no need to do that manually.
Change-Id: I40a6b046f6bb177100d72707a114de76ef466...
Christian Kuhn
20:12 Revision af726a2e: [BUGFIX] ext:install Correct exception class inheritance
Install\Controller\Exception\Redirect and RedirectLoopException
should extend from Install\Controller\Exception.
Cha...
Christian Kuhn
19:10 Revision 520eede5: [TASK] Remove obsolete files
Some files are found in extensions that were submodules a while ago:
* The .gitignore file of linkvalidator is identi...
Christian Kuhn
16:41 Revision b8821e70: [BUGFIX] PackageManager fails on empty and non-extension dirs
Check if the could-be extension has an ext_emconf.php file.
Resolves: #52754
Releases: 6.2
Change-Id: I39f0da5d108ce...
Philipp Gampe
15:52 Revision b3b5c7d9: [FEATURE] Let select() fetch records without translation parent
When you fetch records through the TypoScript object
"CONTENT" (or, let's say through ".select" in general),
you have...
Benni Mack
15:23 Revision 6be9424f: [BUGFIX] Better mocking in FAL FileTest
Another test is changed to full mocking and testing only the concern.
Change-Id: I90001650246a6856a07539a4b05f7e926d...
Christian Kuhn
14:49 Revision dd023e6b: [FEATURE] Add filter for available records in multi select element
This patch adds the possibility to filter available items in a multi
select element. By TCA settings you could enable...
Marc Bastian Heinrichs
14:48 Revision 84d6207c: [FEATURE] Integrate preliminary PackageManager API
The Package Manager from Flow has been backported and integrated as
CMS Package Manager. This enables us to use full ...
Thomas Maroschik
14:22 Revision 1db78eaf: [BUGFIX] Follow-up: Split sys_file table to extract metadata
Two unit tests failed after the patch. This is fixed by rewriting
the tests to real unit tests and better mocking.
C...
Christian Kuhn
13:07 Revision 76a29d3d: [TASK] Split sys_file table to extract metadata
Parts of the sys_file table are internal cache data
for the FAL Api to work. Other parts are a meta-data
storage for ...
Steffen Ritter
12:47 Revision 58678402: [BUGFIX] DataMapFactory must detect TCA "type" and "internal_type"
When building the column maps inside DataMapFactory
the column configurations "type" and "internal_type"
are not cons...
Alexander Schnitzler
11:58 Revision b864789b: [BUGFIX] Follow-Up: Fix major bug in Enumeration::equals + Tests
* Fixed major bug in Enumeration->equals method by
changing object comparison to loose comparison
* Optimized Enume...
Sascha Egerer
02:50 Revision bedddf2e: [FEATURE] Improve usability for BE database thumbnails/file icons
The backend produces thumbnails/file icons/truetype font previews which
come from a database row. The usability for t...
Patrick Broens
02:37 Revision 04cca5ff: [TASK] Integrate Flow Package Subpackage
In order to enable the Package Management API, the used Flow classes
have been placed in the core. The last synced st...
Thomas Maroschik
02:12 Revision 16ac878e: [TASK] Add composer.json files for each sysext extension
Change-Id: Iaf88fc46903400d97f6f1dc3acedb3c9b438e8dd
Releases: 6.2
Resolves: #52740
Related: #47018
Reviewed-on: http...
Christian Kuhn

2013-10-12

23:45 Revision c7650872: [BUGFIX] Fix incomplete mocking in DataMapFactoryTest
Using "expects" on $mockDataMapFactory may fail with
several methods like "setOneToOneRelation" as these methods
retu...
Alexander Schnitzler
23:12 Revision 4907c200: [FEATURE] Allow to disable "Core Updater": not only optically
Follow-up to "Allow to disable the "Core Updater" through an env-variable".
Now it's not even possible to call the in...
Ernesto Baschny
22:41 Revision f272d549: [TASK] Use 6.1 branch in travis-integration for travis
Change-Id: I748bae0a4c4995d6e47b42d2d84cead36db3665d
Resolves: #52731
Related: #47018
Releases: 6.1, 6.0
Reviewed-on:...
Christian Kuhn
22:22 Revision f4f27565: [TASK] Use 6.1 branch in travis-integration for travis
Change-Id: I748bae0a4c4995d6e47b42d2d84cead36db3665d
Resolves: #52731
Related: #47018
Releases: 6.1, 6.0
Reviewed-on:...
Christian Kuhn
21:39 Revision 7fff86d8: [FEATURE] Allow to disable the "Core Updater" through an env-variable
By setting the environment variable "TYPO3_DISABLE_CORE_UPDATER=1" the
Core Updater functionality is disabled in the ...
Ernesto Baschny
21:34 Revision 6cbf1642: [BUGFIX] Use BackendUtility use statement
Due to a faulty backport BackendUtility was used without proper
namespace, leading to a fatal error while editing pag...
Anja Leichsenring
21:34 Revision d68c1144: [BUGFIX] Use BackendUtility use statement
Due to a faulty backport BackendUtility was used without proper
namespace, leading to a fatal error while editing pag...
Anja Leichsenring
19:48 Revision 6371e46c: [BUGFIX] Wrong calculation of maximum value for checkbox fields
This patch corrects the calculation of the maximum value for a group
of checkboxes which is stored as bit flag value ...
Nicole Cordes
19:40 Revision 36998669: [BUGFIX] Wrong calculation of maximum value for checkbox fields
This patch corrects the calculation of the maximum value for a group
of checkboxes which is stored as bit flag value ...
Nicole Cordes
19:38 Revision 0556dd56: [TASK] Make use of autoloading for fixtures in testclasses
Autoloader can be used in almost all cases.
Change-Id: I853e85758f6b39a6cb0798891ca0bea40ad6915c
Resolves: #52357
Re...
Stefan Neufeind
19:23 Revision 13c6602e: [BUGFIX] Wrong calculation of maximum value for checkbox fields
This patch corrects the calculation of the maximum value for a group
of checkboxes which is stored as bit flag value ...
Nicole Cordes
19:22 Revision 33d44155: [BUGFIX] Wrong calculation of maximum value for checkbox fields
This patch corrects the calculation of the maximum value for a group
of checkboxes which is stored as bit flag value ...
Nicole Cordes
18:53 Revision 018fc1e5: [BUGFIX] Wrong calculation of maximum value for checkbox fields
This patch corrects the calculation of the maximum value for a group
of checkboxes which is stored as bit flag value ...
Nicole Cordes
18:37 Revision a6b66436: [TASK] Introduce Enum constants for t3ver_state
Currently the t3ver_state field can have 6
different integer values.
To clean up the code and make it better
understa...
Sascha Egerer
18:05 Revision 62b9eda0: [BUGFIX] EXT:documentation should accept other index file names
EXT:documentation checks for Index.html, index.html and index.htm as
main files for additional html documentations.
...
Joh. Feustel
17:37 Revision b49b19f6: [FEATURE] Let workspace users decide whom to send notifications
Workspaces are defined by having owners, members and default
notification recipients. These recipients, of course, ne...
Oliver Hader
17:07 Revision 7ee32ff1: [FEATURE] Introduce a PHP Enumeration type
Implement a enumeration type without a
relation to 3rd party php modules.
Resolves: #52707
Releases: 6.2
Change-Id: ...
Sascha Egerer
17:03 Revision c5b84cd8: [FEATURE] uriBuilder should honor POST arguments for addQueryString
Currently the addQueryString option in the uriBuilder only supports
arguments which are in the query string. Therefor...
Stanislas Rolland
16:51 Revision 62338f13: [BUGFIX] Clean-up responsibilities of FAL classes
This is a followup for the patch
I6ceeb8db4dd4e470e7c72dcfbc2121093411da75.
The latest change sets missed to adapt
t...
Steffen Ritter
15:26 Revision 6e04328d: [BUGFIX] Follow-up: Description-field for scheduler-jobs
Add the new field to the list of fields to be save during task
creation.
Resolves: #52696
Releases: 6.2
Change-Id: I...
Philipp Gampe
13:13 Revision 828436a3: [BUGFIX] SaltFactory has wrong type hint
Resolves: #52721
Releases: 6.2
Change-Id: Ife6338dd9f12ae21fce746f3707710ab7fa36464
Reviewed-on: https://review.typo3...
Markus Klein
12:59 Revision 23b8d11e: [BUGFIX] Prevent empty newline below scheduler-task-name
The newline below a scheduler-task-name is only needed
if a progress-bar and/or additional-information follow.
Chang...
Stefan Neufeind
12:58 Revision e3d02efe: [BUGFIX] Prevent empty newline below scheduler-task-name
The newline below a scheduler-task-name is only needed
if a progress-bar and/or additional-information follow.
Chang...
Stefan Neufeind
12:57 Revision 800ae38b: [BUGFIX] Prevent empty newline below scheduler-task-name
The newline below a scheduler-task-name is only needed
if a progress-bar and/or additional-information follow.
Chang...
Stefan Neufeind
12:15 Revision eb8d8c01: [FEATURE] Description-field for scheduler-jobs
Adds a description-textfield for tasks. This will be displayed
in the scheduler-list. The description can either be s...
Stefan Neufeind
12:05 Revision 78871e23: [BUGFIX] Select available page when changing WS
When changing to another workspaces the currently selected page is not
always available.
This change selects the next...
Thorsten Kahler
11:58 Revision f122c4f5: [FEATURE] Fallback paths (backport from Flow)
With this change it will be possible to define multiple values
for the 'template', 'partial' and 'layout' root path c...
Tymoteusz Motylewski
10:59 Revision 823f1d82: [TASK] Clean-up responsibilities of FAL classes
The FileRepository, ResourceStorage and ResourceFactory all somehow
take care of creating files, managing files and t...
Steffen Ritter

2013-10-11

21:16 Revision a9095460: [BUGFIX] DataMapFactory::resolveTableName must remove leading backslashes
Currently the method just splits the given class name
by backslashes to detect the proper vendor name. If using
a lea...
Alexander Schnitzler
21:15 Revision a3f8dfe3: [BUGFIX] DataMapFactory::resolveTableName must remove leading backslashes
Currently the method just splits the given class name
by backslashes to detect the proper vendor name. If using
a lea...
Alexander Schnitzler
21:14 Revision 376d3b52: [BUGFIX] DataMapFactory::resolveTableName must remove leading backslashes
Currently the method just splits the given class name
by backslashes to detect the proper vendor name. If using
a lea...
Alexander Schnitzler
17:53 Revision 5faa4da9: [BUGFIX] BackendUtility::viewOnClick() called with non-integer
The origin is in DatabaseRecordList::makeControl() that
tries to create a preview link with the page id "243#33163"
-...
Oliver Hader
17:53 Revision 9b4462ba: [BUGFIX] BackendUtility::viewOnClick() called with non-integer
The origin is in DatabaseRecordList::makeControl() that
tries to create a preview link with the page id "243#33163"
-...
Oliver Hader
17:29 Revision 13c5bf99: [BUGFIX] Clear_cache() must not consider page ids lower than 0
DataHandler::clear_cache() is called with a table and an uid that
has been modified to trigger the clear cache comman...
Oliver Hader
17:29 Revision d910b2b9: [BUGFIX] Clear_cache() must not consider page ids lower than 0
DataHandler::clear_cache() is called with a table and an uid that
has been modified to trigger the clear cache comman...
Oliver Hader
17:26 Revision 17fe304e: [BUGFIX] Select available page when changing WS
When changing to another workspaces the currently selected page is not
always available.
This change selects the next...
Thorsten Kahler
17:25 Revision 1483967a: [BUGFIX] Select available page when changing WS
When changing to another workspaces the currently selected page is not
always available.
This change selects the next...
Thorsten Kahler
17:24 Revision 5974292e: [BUGFIX] Select available page when changing WS
When changing to another workspaces the currently selected page is not
always available.
This change selects the next...
Thorsten Kahler
17:24 Revision 22b392ac: [BUGFIX] Clear_cache() must not consider page ids lower than 0
DataHandler::clear_cache() is called with a table and an uid that
has been modified to trigger the clear cache comman...
Oliver Hader
17:02 Revision ce02c01f: [BUGFIX] Add workspace overlay for fetched records.
Call workspace overlay to resolve the right uid for
move-placeholder.
Change-Id: I6af65fcda1b1fffe72dfbc314976e42f30...
Anja Leichsenring
17:02 Revision 073dd570: [BUGFIX] Add workspace overlay for fetched records.
Call workspace overlay to resolve the right uid for
move-placeholder.
Change-Id: I6af65fcda1b1fffe72dfbc314976e42f30...
Anja Leichsenring
16:54 Revision f4e1b0e0: [BUGFIX] Copy records to target page before origin page is deleted
When a deletion of a page is published, all moved records
have to be copied to their new location before they get del...
Timo Webler
16:53 Revision e30b70bd: [BUGFIX] Copy records to target page before origin page is deleted
When a deletion of a page is published, all moved records
have to be copied to their new location before they get del...
Timo Webler
16:52 Revision 3d5e8ef3: [BUGFIX] Copy records to target page before origin page is deleted
When a deletion of a page is published, all moved records
have to be copied to their new location before they get del...
Timo Webler
16:50 Revision ed4e368b: [BUGFIX] Create workspace placeholder with processed field content
The field content that is used for the workspace placeholder records
is not processed through the field configuration...
Sascha Egerer
16:49 Revision db7d3e57: [BUGFIX] Create workspace placeholder with processed field content
The field content that is used for the workspace placeholder records
is not processed through the field configuration...
Sascha Egerer
16:48 Revision 93769b9f: [BUGFIX] Create workspace placeholder with processed field content
The field content that is used for the workspace placeholder records
is not processed through the field configuration...
Sascha Egerer
16:30 Revision 6f47aa5a: [BUGFIX] Add workspace overlay for fetched records.
Call workspace overlay to resolve the right uid for
move-placeholder.
Change-Id: I6af65fcda1b1fffe72dfbc314976e42f30...
Timo Webler
16:30 Revision 660e030f: [BUGFIX] Add workspace overlay for fetched records.
Call workspace overlay to resolve the right uid for
move-placeholder.
Change-Id: I6af65fcda1b1fffe72dfbc314976e42f30...
Timo Webler
16:26 Revision aaca3e99: [BUGFIX] Add workspace overlay for fetched records.
Call workspace overlay to resolve the right uid for
move-placeholder.
Change-Id: I6af65fcda1b1fffe72dfbc314976e42f30...
Timo Webler
16:19 Revision 7c837df7: [BUGFIX] WS preview shows pages changes from all WS
In workspace preview the query condition for pages records has to be
enhanced to restrict to live WS and current WS.
...
Thorsten Kahler
16:16 Revision d6b57e8a: [BUGFIX] WS preview shows pages changes from all WS
In workspace preview the query condition for pages records has to be
enhanced to restrict to live WS and current WS.
...
Thorsten Kahler
16:14 Revision 9ececf27: [BUGFIX] Migrate workspaces tries to upgrade non existing tables
The migrate workspaces update wizard task tries to upgrade non
existing tables. Check if table exists before executin...
Wouter Wolters
16:11 Revision f146309b: [BUGFIX] WS preview shows pages changes from all WS
In workspace preview the query condition for pages records has to be
enhanced to restrict to live WS and current WS.
...
Thorsten Kahler
16:09 Revision 2bce6291: [TASK] Performance: Use cache_hash with "mixed" data
The cache-frontend is VariableFrontendCache that already uses
serialize() or (if available) igbinary_serialie() itsel...
Stefan Neufeind
16:07 Revision b7bdd841: [BUGFIX] BackendUtility::viewOnClick() called with non-integer
The origin is in DatabaseRecordList::makeControl() that
tries to create a preview link with the page id "243#33163"
-...
Oliver Hader
16:05 Revision fdf88010: [BUGFIX] Improve message for the RedirectLoopException
If any RedirectLoopException is raised there should be a mention that
for any restart the redirectCount parameter has...
Nicole Cordes
15:59 Revision fcad15eb: [BUGFIX] Delete modified record in WS just deletes WS version
If you edit a record in a workspace and then you try to
delete the record, the record it not deleted but the
version ...
Sascha Egerer
15:58 Revision 5aeddac6: [BUGFIX] Delete modified record in WS just deletes WS version
If you edit a record in a workspace and then you try to
delete the record, the record it not deleted but the
version ...
Sascha Egerer
15:54 Revision 2bab6dee: [BUGFIX] Delete modified record in WS just deletes WS version
If you edit a record in a workspace and then you try to
delete the record, the record it not deleted but the
version ...
Sascha Egerer
15:20 Revision d114ddb3: [BUGFIX] Don't show duplicates in workspace preview
Fixes workspace filter conditions in case of workspace preview in
t3lib_pageSelect::enableFields().
Additionally cle...
Timo Webler
15:14 Revision f561b99c: [BUGFIX] Don't show duplicates in workspace preview
Fixed workspace filters in case of workspace preview
in TYPO3\CMS\Frontend\Page\PageRepository::enableFields().
Addi...
Timo Webler
15:13 Revision e356a590: [TASK] FAL-Drivers: Make getFileInfo more versatile and performant
If a storage needs information about a file, it always has
to retrieve all information about the file from the driver...
Steffen Ritter
15:10 Revision 3ac3429a: [BUGFIX] Don't show duplicates in workspace preview
Fixed workspace filters in case of workspace preview
in TYPO3\CMS\Frontend\Page\PageRepository::enableFields().
Addi...
Timo Webler
14:33 Revision ecbce5ac: [FEATURE] Control visibility of modules in the BE
Currently there is no way for controlling the visibility
of a module in the BE. The patch introduces User TSconfig
wh...
Fabien Udriot
14:04 Revision 113655be: [FEATURE] Add TypoScript condition for ApplicationContext
The following condition is available in TypoScript and TSconfig
for testing the ApplicationContext:
[applicationCont...
Steffen Müller
13:57 Revision 28f2f31d: [TASK] Change list view delete icon if record is deleted in WS
If a record is deleted in a workspace the delete icon is still
displayed but the function is different. If you click ...
Sascha Egerer
12:15 Revision 18a90a9e: [TASK] Categorize sys_file table by default
To be able to migrate from DAM, sys_files need to be
categorizable. The core is able to do so, but would
need to be c...
Steffen Ritter
10:47 Revision 24f32d1d: [TASK] Rename API for ApplicationContext
Use the term "applicationContext" instead of "context",
because it is too general and could lead to confusion.
Resol...
Steffen Müller

2013-10-10

19:54 Revision fe6e2ab3: [FEATURE] Enable Content-length header in FE by default
Enabling Content-length header speeds up rendering if pipelining
is enabled in Apache (browser does not have to wait ...
Dmitry Dulepov
19:44 Revision 2fda51d6: [BUGFIX] EXT:documentation does not support ext_icon.png
Since TYPO3 6.0, extensions may provide an icon as png instead of gif.
Fixes: #52667
Releases: 6.2
Change-Id: I93eb8...
Xavier Perseguers
19:12 Revision 4fe7b236: Merge branch 'master' into session_API
Change-Id: I1a16771ea081e0b361bf4d3d794c7cfd03afc325 Thorsten Kahler
18:02 Revision 394d12e9: [BUGFIX] Cannot upload an extension as zip
The file extension ".zip" should be systematically removed when
extracting the extension key from the uploaded file n...
Xavier Perseguers
18:02 Revision b4b0b0e6: [BUGFIX] Cannot upload an extension as zip
The file extension ".zip" should be systematically removed when
extracting the extension key from the uploaded file n...
Xavier Perseguers
18:02 Revision e1db658c: [BUGFIX] Cannot upload an extension as zip
The file extension ".zip" should be systematically removed when
extracting the extension key from the uploaded file n...
Xavier Perseguers
16:34 Revision b5d5ff9e: [BUGFIX] Follow-up: Responsive image rendering, CGL
Change-Id: I03bd35c36616bae451e7e21e12858f65d13087e5
Resolves: #49723
Releases: 6.2
Reviewed-on: https://review.typo3...
Christian Kuhn
15:32 Revision bb6b77b5: [FEATURE] ext:install Verify checksum of downloaded core
https://get.typo3.org/json provides checksums of the file content
of each TYPO3 CMS release. The expected sha1 is now...
Christian Kuhn
15:30 Revision 1316fe39: [FEATURE] Add responsive Image Rendering
The Image cObject can render a sourceCollection to support
different display-resolutions and screen sizes.
Resolves:...
Martin Ficzel
14:35 Revision 5c22b533: [REFACTOR] Clean up FrontendUserAuthentication::storeSessionData()
* check for existing session first
* delegate session creation to createSession() method
* mark session data as uncha...
Thorsten Kahler
14:26 Revision 347a37ee: [Bugfix] Don't save session data serialized
* Session\Data::setContent() expects session data in unserialized form Thorsten Kahler
14:21 Revision a7183797: [FEATURE] Use one table for FE sessions
It's not required to store FE sessions in two tables because anonymous and user sessions can be distinguished by a se... Thorsten Kahler
13:31 Revision ea57173f: [REFACTOR] Use booleans as such in FrontendUserAuthentication
* declare sesData_change and userData_change as booleans
* define visibility of these attributes
Thorsten Kahler
13:25 Revision efb6503a: [Task] Distinguish meta info in Session\Data
* content and meta info can be set and used independently
Change-Id: I5d171285d2efcf415d32d7fb4c96eaa0b9e6dcaf
Thorsten Kahler
12:58 Revision 4f8f50e9: [BUGFIX] Omit constructor injection for optional parameters
ObjectManager tries to resolve and, in case of objects, inject all
constructor parameters, no matter what the calling...
Anja Leichsenring

2013-10-09

21:39 Revision e80dbe05: [TASK] Refactor ClassicStorage
* set session lifetime from outside instead of trying to deduce it from UserAuthentication object
* method get(): imp...
Thorsten Kahler
19:17 Revision 476843f8: [TASK] Refactor ClassicStorage and sublclasses
cleanup class attributes:
* remove unused (initially imported form AbstractUserAutentication)
* add some for DB defin...
Thorsten Kahler
10:42 Revision fc495cb3: [TASK] Add todo notes to related code
* adds todo notes to code which is also related to session handling or does access session tables Thorsten Kahler
01:33 Revision 86c8f807: [BUGFIX] Add table as parameter to CObjectViewHelper
When passing a tt_content record with an image to the
CObjectViewHelper it doesn't convert the FAL reference with
an ...
Wouter Wolters

2013-10-08

23:37 Revision 78b76d70: [FEATURE] Add autofocus to pass input in install
Restore the focus to the password input just after
opening the install tool.
Resolves: #52523
Releases: 6.2
Change-I...
Eric Chavaillaz
21:57 Revision ab11514a: [FEATURE] Add hook to custom header in page mod
Add an hook to allow modifying the header of a page in the page module.
This hook is called before the content of the...
Eric Chavaillaz
12:44 Revision 9ed4d0f4: [BUGFIX] Failing test in VersionNumberUtility
The core update patch changed a method in VersionNumberUtility
from protected to public but did not adapt a test that...
Christian Kuhn
00:56 Revision 0eac3d91: [BUGFIX] Follow-Up: ext:install Core update
Fix a small mistake in variable usage during creating of the
download directory.
Resolves: #52547
Releases: 6.2
Chan...
Philipp Gampe
00:14 Revision 710b44e5: [FEATURE] ext:install Core update
The patch provides the code infrastructure to test for possible
core updates using information from get.typo3.org and...
Christian Kuhn

2013-10-07

13:17 Revision 31e44bdb: [BUGFIX] Fix namespace in FileMountRepositoryTest
Currently a "Tests\Unit\" is missing in between.
Resolves: #46845
Releases: 6.1, 6.0
Change-Id: I2cb4f7fedf826ff35b6...
Marc Bastian Heinrichs
12:44 Revision a7da2309: [BUGFIX] Fields of type file_reference are not properly indexed
sys_refindex entries for TCA-fields of type group->file_reference
are not correct. The fields ref_table and ref_uid a...
Martin Borer
12:43 Revision 8f1afaf3: [BUGFIX] Fields of type file_reference are not properly indexed
sys_refindex entries for TCA-fields of type group->file_reference
are not correct. The fields ref_table and ref_uid a...
Martin Borer
12:39 Revision 1dcb94c3: [BUGFIX] Fields of type file_reference are not properly indexed
sys_refindex entries for TCA-fields of type group->file_reference
are not correct. The fields ref_table and ref_uid a...
Martin Borer
00:38 Revision a9573257: [TASK] Make use of .t3-table in EXT: beuser
Use <table class="t3-table"> in backend module.
Change-Id: I695587a4ec3ccdb4b6170063fd373c575efb5e70
Resolves: #5256...
Felix Kopp
00:21 Revision 388c02d7: [BUGFIX] Missing closing tag in ElementBrowser
There is missing " />" at the end for $clickIcon, which refers to
the thumbnail in the element browser.
Resolves: #52...
Philipp Gampe
00:20 Revision 98625aed: [BUGFIX] Missing closing tag in ElementBrowser
There is missing " />" at the end for $clickIcon, which refers to
the thumbnail in the element browser.
Resolves: #52...
Philipp Gampe

2013-10-06

23:43 Revision c13b6b7b: [BUGFIX] Remove static template of ext:documentation
The static template configuration is not needed and current
constant definitions are broken.
Resolves: #52411
Releas...
Markus Klein
23:41 Revision f26f2f14: [BUGFIX] EmConfUtility accesses non-arrays
Properly check for array-type before accessing
or counting the variable.
Resolves: #52045
Releases: 6.2, 6.1, 6.0, 4...
Markus Klein
23:41 Revision 3289c39a: [BUGFIX] EmConfUtility accesses non-arrays
Properly check for array-type before accessing
or counting the variable.
Resolves: #52045
Releases: 6.2, 6.1, 6.0, 4...
Markus Klein
23:23 Revision 25ec324d: [TASK] Make use of .t3-table in RecordHistory
Use <table class="t3-table"> in backend module.
Change-Id: Idbf90c8ac4ddc64af64bd3f7c3d6f7a33dbe4daf
Resolves: #5256...
Felix Kopp
23:19 Revision b83a07d3: [TASK] Make use of .t3-table in EXT: scheduler
Use <table class="t3-table"> in backend module.
Change-Id: I3a6e899a4980b48beb47c46e6275ad591be332ad
Resolves: #5256...
Felix Kopp
23:15 Revision a1880644: [TASK] Make use of .t3-table in EXT: belog
Use <table class="t3-table"> in backend module.
Change-Id: I8f4f51020e8bf5140144d296172ab06c92bf8d6b
Resolves: #5256...
Felix Kopp
22:46 Revision a05b4d6b: [FEATURE] Transfer query parameters in preview
The workspace preview does not transfer query parameters to the
iframes used for preview. This prevents extensions pa...
Francois Suter
22:06 Revision 917a8c9f: [FEATURE] Make use of .t3-table in EXT: tstemplate
Use table.t3-table of #52558 in EXT: tstemplate.
Change-Id: I7b01427f8761c951df7ecf62cbeb0e307d325c84
Resolves: #525...
Felix Kopp
22:02 Revision 0174bfb6: [FEATURE] Make use of .t3-table in EXT: lowlevel
Use table.t3-table of #52558 in EXT: lowlevel.
Change-Id: Ibf259d8fe6e61e0b62ef58eb0651445c712cddcf
Resolves: #52560...
Felix Kopp
21:29 Revision 2537ef7d: [!!!][FEATURE] Refactor/reintroduce table.t3-table
Bring a central/common table style "t3-table".
Refactor the pre-existing CSS code.
All backend tables that display t...
Felix Kopp
21:19 Revision ac3a58b8: [TASK] ext:install Break possible redirect loop
The install tool initiates redirects if configuration values were
changed. This is especially done within the "silent...
Christian Kuhn
20:51 Revision f78b5745: [BUGFIX] EXT:documentation does not support translated manuals
Some extensions come with a translated manual and it should be used
if a match with the user's preferred language is ...
Xavier Perseguers
20:21 Revision 523ba339: [TASK] Set base font-size and adjust headline sizes
Set body base font-size system-wide. Adjust base font size and
increase by 1 Pixel. Inherit base font size for headli...
Felix Kopp
20:17 Revision a727959a: [TASK] Redesign "about modules" as start screen
Adds visual containers for icons on about modules for
easier access. About Modules will be the start screen.
Also ex...
Felix Kopp
20:06 Revision 223fa590: [BUGFIX] Enable add markers in LoginController signal
Currently its not possible to have signales handle parameter of slots
as a reference. Because of this its not possibl...
Sebastian Fischer
19:42 Revision f4157453: [FEATURE] Follow-Up: Prepare generic persistence for overlay handling
Adapt slot connection to now available modifying of arguments.
Resolves: #51106
Releases: 6.2
Change-Id: I871f62e65b...
Felix Oertel
19:23 Revision 3b4ffe61: [FEATURE] move configuration of returnRawQueryResult
In motion to streamline the persistence configuration we will
get rid of the Typo3QuerySettings. Especially for
retur...
Felix Oertel
19:06 Revision 30d93b4b: [FEATURE] Backport ClassNamingUtility
ClassNamingUtility is useful since the introduction of namespaces
in 6.0. Originally this feature was introduced with...
Stefan Neufeind
11:59 Revision 797b1646: [FEATURE] ext:install FolderStructure basic link support
The FolderStructure system currently supports files and directories.
This is now extended with a basic link support t...
Christian Kuhn

2013-10-05

22:41 Revision cc76b727: [TASK] Load defaultConfigArray just once in AllConfiguration
Currently the method getDefaultConfigArrayComments is
called for every setting but should only be called once.
The me...
Sascha Egerer
15:20 Revision 2c109caf: [BUGFIX] Missing closing tag in ElementBrowser
There is missing " />" at the end for $clickIcon, which refers to
the thumbnail in the element browser.
Resolves: #5...
Philipp Gampe
15:17 Revision d6a8e685: [TASK] Use instanceof comparison instead of string comparison
This allows the ViewHelper to render elements which are extending
the model.
Resolves: #52469
Releases: 6.2, 6.1, 6....
Benjamin Serfhos
15:16 Revision dc5b2f10: [TASK] Use instanceof comparison instead of string comparison
This allows the ViewHelper to render elements which are extending
the model.
Resolves: #52469
Releases: 6.2, 6.1, 6....
Benjamin Serfhos
15:15 Revision 5582a313: [TASK] Use instanceof comparison instead of string comparison
This allows the ViewHelper to render elements which are extending
the model.
Resolves: #52469
Releases: 6.2, 6.1, 6....
Benjamin Serfhos
13:13 Revision be56c137: [TASK] Version fields in list view only if version is loaded
the extended list view got the entries
t3ver_id
t3ver_state
t3ver_wsid
even though the ext:version is not installed.
...
Georg Ringer

2013-10-04

17:14 Revision 5468c15c: [FEATURE] High-res TYPO3 logo in topbar
Allow hi-res logo in TYPO3 backend topbar.
Automatically scales when @2x in filename is detected.
Change-Id: I17044b...
Felix Kopp
08:40 Revision 1e89fa02: [TASK] styleguide: TYPO3 version 6.1.*
Felix Kopp
08:35 Revision 70fbb120: [RELEASE] styleguide: 0.5.2
Felix Kopp

2013-10-03

15:22 Revision 991a0af3: [TASK] styleguide: Typography output
Restructure Felix Kopp
15:22 Revision ae02f8d5: [TASK] styleguide: CSS code cleanup
Felix Kopp
15:22 Revision 96a45550: [TASK] styleguide: Remove override ".lead"
Lead is delivered with core. Felix Kopp

2013-10-01

23:10 Revision 460cffcd: [TASK] Add missing CSS class to table of sorting module
The sorting module misses a class "db_list_normal"
if a sorting of pages should be done.
Resolves: #52445
Releases:...
Georg Ringer
20:20 Revision a34ef1e9: [TASK] Set TYPO3 version to 6.2-dev
Change-Id: I49a19b2e7a2c534edbd5049e3f5627d2dc6bcf26
Reviewed-on: https://review.typo3.org/24232
Reviewed-by: TYPO3 R...
TYPO3 Release Team
20:19 Revision d4da98fd: [RELEASE] Release of TYPO3 6.2.0alpha3
Change-Id: Id732c8b5d1207f6febe11513535560261146f9d5
Reviewed-on: https://review.typo3.org/24231
Reviewed-by: TYPO3 R...
TYPO3 Release Team
18:27 Revision e605c495: [TASK] Install Tool: Allow multiple permission status per file
Sometimes a file has incorrect content and incorrect permissions.
Now both warnings are shown at the same time.
Reso...
Ernesto Baschny
18:22 Revision 1c434913: [BUGFIX] Don't write LocalConfiguration on every Install Tool entry
Make removeObsoleteLocalConfigurationSettings only rewrite the
file if something has changed.
Resolves: #52437
Relea...
Ernesto Baschny
18:12 Revision c3b73ce4: [FEATURE][UX] Install Tool usability and visual enhancements
* Restyle toggle-groups with a more t3skin-like visual.
* Restyle "All configuration":
* no more "green success box...
Ernesto Baschny
17:42 Revision 48a80526: Revert "[BUGFIX] Enable add markers in LoginController signal"
This reverts commit 5fbbb8b6bf15e0bda3c164330cb3c188a41348f4
If no signal is registered, the original markers are lo...
Anja Leichsenring
16:53 Revision 263060d4: [BUGFIX] Base silent updates on LocalConfiguration values only
During silent updates the only file that can be influenced is
LocalConfiguration.php. If values are available in
Addi...
Anja Leichsenring
16:19 Revision 5fbbb8b6: [BUGFIX] Enable add markers in LoginController signal
Currently its not possible to have signales handle parameter of slots
as a reference. Because of this its not possibl...
Sebastian Fischer
15:15 Revision 77f29a3c: [TASK] Remove closing PHP tags
Change-Id: Iaa92566c53301e49396fc9fb26b0b339c48d567b
Resolves: #52360
Releases: 6.2
Reviewed-on: https://review.typo3...
Christian Kuhn

2013-09-30

23:39 Revision a7b67ed8: [TASK] Make Install Tool look beautiful in modern IE's
IE9 and later understand CSS3 features which we use in the Install
Tool. Make sure IE don't fall back into IE7 mode.
...
Ernesto Baschny
23:01 Revision 6f1bbb33: [TASK] Folder not writeable should be an "Error" not a "Warning"
The Install Tool checks for permissions in it's folder structure. A
folder (typo3temp, uploads, fileadmin) not being...
Ernesto Baschny
19:59 Revision 8e1ea888: [BUGFIX] TS is fetched from cache incorrectly sometimes
If $TYPO3_CONF_VARS['FE']['defaultTypoScript_constants'] or
$TYPO3_CONF_VARS['FE']['defaultTypoScript_setup'] are set...
Dmitry Dulepov
19:54 Revision 6b2512a9: [BUGFIX] TS is fetched from cache incorrectly sometimes
If $TYPO3_CONF_VARS['FE']['defaultTypoScript_constants'] or
$TYPO3_CONF_VARS['FE']['defaultTypoScript_setup'] are set...
Dmitry Dulepov
19:44 Revision 09f3b6af: [BUGFIX] TS is fetched from cache incorrectly sometimes
If $TYPO3_CONF_VARS['FE']['defaultTypoScript_constants'] or
$TYPO3_CONF_VARS['FE']['defaultTypoScript_setup'] are set...
Dmitry Dulepov
19:16 Revision f4a53640: [BUGFIX] Check session data before usage
* method AbstractUserAuthentication::setAndSaveSessionData(): check
whether session is found before using it
* method...
Thorsten Kahler

2013-09-29

22:03 Revision 82e9fbea: [FEATURE] ext:install Show number of folder structure errors in menu
Similar to the environment status the number of folder structure
errors are now shown in the left menu.
Change-Id: I...
Christian Kuhn
22:01 Revision 2d9fb1a4: [BUGFIX] ext:install Better error handling in first folder step
During installation it may happen that the folder structure reports
errors during creation, but still creates the mai...
Christian Kuhn

2013-09-28

22:46 Revision b869f754: [FEATURE] ext:install Relaxed permission check
The document root folder may not have correct permissions and
they can not be fixed if the owner is not the executing...
Christian Kuhn
20:33 Revision 9eea0a65: [BUGFIX] Follow-up to: Use an extension as repository
Add missing files that got lost during conflict resolving
Change-Id: If9fc0e23aba97659222bee0c5b2205c5030411fc
Resol...
Susanne Moog
19:34 Revision 3a3edf13: [BUGFIX] Fix wrong handling of php and TYPO3 dependencies
Due to a superfluos try-catch block dependencies for TYPO3 and
PHP version were not checked correctly.
Additionally ...
Susanne Moog
18:55 Revision 5c63c1be: [FEATURE] Add possibility to use an extension as repository
Sometimes extensions depend on customized versions of other
extensions or on extensions that aren't released to the T...
Susanne Moog
16:32 Revision 710e854f: [BUGFIX] Fix wrong handling of php and TYPO3 dependencies
Due to a superfluos try-catch block dependencies for TYPO3 and
PHP version were not checked correctly.
Additionally ...
Susanne Moog
16:27 Revision 38ace218: [TASK] ext:install Protect some methods in FolderStructure
Some methods within FolderStructure class hierachy are public
but should be used internally only. The patch protects ...
Christian Kuhn
15:41 Revision a2532bbb: [BUGFIX] Initialize extension name in command requests
This patch initializes the extension name in the configuration manager
as soon as it is available during an Extbase c...
Alexander Stehlik
15:40 Revision 9535891a: [BUGFIX] Initialize extension name in command requests
This patch initializes the extension name in the configuration manager
as soon as it is available during an Extbase c...
Alexander Stehlik
15:39 Revision 7d11883f: [FEATURE] ext:install Implement template files in FolderStructure
The folder structure definition can be simplified a bit if target
content of files is not stored in the structure def...
Christian Kuhn
15:20 Revision 982a3651: [BUGFIX] Initialize extension name in command requests
This patch initializes the extension name in the configuration manager
as soon as it is available during an Extbase c...
Alexander Stehlik
09:06 Revision 7144eb51: [BUGFIX] Incomplete backup in AbstractUserAuthenticationTest
The test for issue #50913 exchanged TYPO3_DB with a mock. In 6.0,
this global must be backed up manually.
Change-Id:...
Christian Kuhn

2013-09-27

23:34 Revision 71b42f5a: [FEATURE] Add tstamp column to recycler record table
This adds an extra column to the record table in
the recycler module so users can sort by that
value and come quicker...
Philipp Kitzberger
15:03 Revision 6007d3a5: [Refactor] Enable injection of session storage
* new method AbstractUserAuthentication::initializeSessionStorage()
* removed session storage generation from
Fronten...
Thorsten Kahler
00:50 Revision 9c200eaa: [BUGFIX] Check for string before using strlen
If pi_flexform is converted to an array already, checking via strlen
produces a warning. An additional check via is_s...
Kilian Hann
00:39 Revision 128d1473: [BUGFIX] EmConfUtility accesses non-arrays
Properly check for array-type before accessing
or counting the variable.
Resolves: #52045
Releases: 6.2, 6.1, 6.0, 4...
Markus Klein
00:39 Revision 06723a0d: [BUGFIX] EmConfUtility accesses non-arrays
Properly check for array-type before accessing
or counting the variable.
Resolves: #52045
Releases: 6.2, 6.1, 6.0, 4...
Markus Klein
00:27 Revision 51b4cf64: [BUGFIX] EmConfUtility accesses non-arrays
Properly check for array-type before accessing
or counting the variable.
Resolves: #52045
Releases: 6.2, 6.1, 6.0, 4...
Markus Klein
00:27 Revision cd1e12bf: [BUGFIX] Check for string before using strlen
If pi_flexform is converted to an array already, checking via strlen
produces a warning. An additional check via is_s...
Markus Klein
00:26 Revision fda97832: [BUGFIX] Check for string before using strlen
If pi_flexform is converted to an array already, checking via strlen
produces a warning. An additional check via is_s...
Markus Klein
00:24 Revision 219c381c: [BUGFIX] Clear cached menu by tag
This change adds a table cf_cache_hash for clear cache by tag
for example for cached menu.
Resolves: #51588
Releases...
Zbigniew Jacko
00:24 Revision 9fa9f15a: [BUGFIX] Clear cached menu by tag
This change adds a table cf_cache_hash for clear cache by tag
for example for cached menu.
Resolves: #51588
Releases...
Zbigniew Jacko
00:23 Revision f6a8c13d: [BUGFIX] Clear cached menu by tag
This change adds a table cf_cache_hash for clear cache by tag
for example for cached menu.
Resolves: #51588
Releases...
Zbigniew Jacko
00:13 Revision 30af6a51: [BUGFIX] Fix jumpToUrl()-Usage in Element Browser
The Javascript functions jumpToUrl(URL,anchor) and jumpToUrl(URL,formEl)
cannot be used interchangeably. This leads t...
Benjamin Pick
00:12 Revision b41847a4: [BUGFIX] Fix jumpToUrl()-Usage in Element Browser
The Javascript functions jumpToUrl(URL,anchor) and jumpToUrl(URL,formEl)
cannot be used interchangeably. This leads t...
Benjamin Pick
00:05 Revision 928ee6cc: [BUGFIX] Fix jumpToUrl()-Usage in Element Browser
The Javascript functions jumpToUrl(URL,anchor) and jumpToUrl(URL,formEl)
cannot be used interchangeably. This leads t...
Benjamin Pick

2013-09-26

23:45 Revision 5e11f50c: [TASK] Remove "Clear language cache" menu item
* To show the item, SYS/lang/cache/clear_menu has to be manually
enabled, and a (not documented) userTSconfig option ...
Christian Kuhn
23:42 Revision 6bdc8ad1: [BUGFIX] Check for string before using strlen
If pi_flexform is converted to an array already, checking via strlen
produces a warning. An additional check via is_s...
Kilian Hann
23:41 Revision 77c69e77: [BUGFIX] groupFor-VH does not work with @lazy
If you group an property with annotated @lazy option
f:groupedFor-ViewHelper can't group by this property.
Resolves:...
Stefan Froemken
23:41 Revision 9be67399: [BUGFIX] groupFor-VH does not work with @lazy
If you group an property with annotated @lazy option
f:groupedFor-ViewHelper can't group by this property.
Resolves:...
Stefan Froemken
23:38 Revision 9b381d47: [TASK] Move configuration code from bootstrap to ext:install
Some methods in boostrap silently change TYPO3_CONF_VARS to adapt
some settings. Those methods are moved to the insta...
Christian Kuhn
23:34 Revision 37917505: [BUGFIX] Check for string before using strlen
If pi_flexform is converted to an array already, checking via strlen
produces a warning. An additional check via is_s...
Kilian Hann
23:26 Revision b443ac79: [BUGFIX] groupFor-VH does not work with @lazy
If you group an property with annotated @lazy option
f:groupedFor-ViewHelper can't group by this property.
Resolves:...
Stefan Froemken
23:16 Revision 9673d7e3: [BUGFIX] Fix PHP warning trigged in getAuthInfoArray()
AbstractUserAuthentication::getAuthInfoArray() calls
$GLOBALS['TYPO3_DB']->cleanIntList() with a possible NULL argume...
Christian Finkemeier
23:15 Revision 3f0cc997: [BUGFIX] Fix PHP warning trigged in getAuthInfoArray()
AbstractUserAuthentication::getAuthInfoArray() calls
$GLOBALS['TYPO3_DB']->cleanIntList() with a possible NULL argume...
Christian Finkemeier
23:15 Revision d3bf6200: [BUGFIX] Fix PHP warning trigged in getAuthInfoArray()
AbstractUserAuthentication::getAuthInfoArray() calls
$GLOBALS['TYPO3_DB']->cleanIntList() with a possible NULL argume...
Christian Finkemeier
23:00 Revision 0d2a39b6: [BUGFIX] Install tool uses empty database settings
Some systems allow to connect with empty username / password
configuration to the database. Although this is not wron...
Nicole Cordes
22:15 Revision 919541b3: [BUGFIX] Fatal in DefaultConfiguration
Change-Id: I6f6c8a2ddc26a6c7584e6a067c887768cf3ae5b1
Resolves: #52316
Related: #52305
Releases: 6.2, 6.1, 6.0
Reviewe...
Christian Kuhn
22:14 Revision 993dd5d7: [BUGFIX] Fatal in DefaultConfiguration
Change-Id: I6f6c8a2ddc26a6c7584e6a067c887768cf3ae5b1
Resolves: #52316
Related: #52305
Releases: 6.2, 6.1, 6.0
Reviewe...
Christian Kuhn
22:13 Revision 951e705b: [BUGFIX] Fatal in DefaultConfiguration
Change-Id: I6f6c8a2ddc26a6c7584e6a067c887768cf3ae5b1
Resolves: #52316
Related: #52305
Releases: 6.2, 6.1, 6.0
Reviewe...
Christian Kuhn
21:50 Revision c8d2033e: [BUGFIX] CF FileBackend unlimited lifetime support
Backport of a bugfix that was part of #39430 in 6.0.
Change-Id: I2266ae12284a139a384854e3ff0bacf23f277859
Resolves: ...
Dominique Feyer
21:49 Revision e06f05a6: [BUGFIX] CF FileBackend unlimited lifetime support
Backport of a bugfix that was part of #39430 in 6.0.
Change-Id: I2266ae12284a139a384854e3ff0bacf23f277859
Resolves: ...
Dominique Feyer
21:45 Revision 0deefa07: [BUGFIX] Configure main extbase caches for unlimited entry lifetime
The extbase reflection and object caches are "stable" cache entries
and only need to be deleted if extensions change ...
Christian Kuhn
21:43 Revision bb94fe09: [BUGFIX] Configure main extbase caches for unlimited entry lifetime
The extbase reflection and object caches are "stable" cache entries
and only need to be deleted if extensions change ...
Christian Kuhn
21:42 Revision 690a3713: [BUGFIX] Configure main extbase caches for unlimited entry lifetime
The extbase reflection and object caches are "stable" cache entries
and only need to be deleted if extensions change ...
Christian Kuhn
21:35 Revision d00db271: [TASK] Use SimpleFileBackend for t3lib_l10n cache
The language cache by default uses the FileBackend to store its data.
Language cache entries need to be deleted only ...
Christian Kuhn
21:25 Revision 52ff4008: [TASK] Use SimpleFileBackend for t3lib_l10n cache
The language cache by default uses the FileBackend to store its data.
Language cache entries need to be deleted only ...
Christian Kuhn
21:23 Revision 3d0008fe: [TASK] Use SimpleFileBackend for t3lib_l10n cache
The language cache by default uses the FileBackend to store its data.
Language cache entries need to be deleted only ...
Christian Kuhn
21:13 Revision 3daaffb4: [TASK] ext:install Improve wording in empty database select
On first installation only existing empty databases can be selected.
The hint for "Existing tables will be removed" i...
Christian Kuhn
14:42 Revision aba9b8ed: [BUGFIX] Re-add dbal extension manager message class
The MessageDisplay class that is used to display a hint in the extension
settings of the dbal extension was removed w...
Alexander Stehlik

2013-09-25

17:10 Revision 085ca118: [TASK] Use @inject in ext:about
Change-Id: I856db58b5843615ddae80e5f978de79981027711
Resolves: #52270
Releases: 6.2
Reviewed-on: https://review.typo3...
Christian Kuhn
16:55 Revision d01851c4: [BUGFIX] EM does not link to docs.typo3.org
docs.typo3.org is new official documentation platform supporting both
OpenOffice and Sphinx manuals.
Fixes: #52226
R...
Xavier Perseguers
16:55 Revision f0fe1c48: [BUGFIX] EM does not link to docs.typo3.org
docs.typo3.org is new official documentation platform supporting both
OpenOffice and Sphinx manuals.
Fixes: #52226
R...
Xavier Perseguers
16:53 Revision 68bfac45: [BUGFIX] EM does not link to docs.typo3.org
docs.typo3.org is new official documentation platform supporting both
OpenOffice and Sphinx manuals.
Fixes: #52226
R...
Xavier Perseguers
16:33 Revision 68bb2922: [BUGFIX] Increase performance of exports for caches
Exporting arrays for caches is now done with var_export().
Resolves: #51116
Releases: 6.2, 6.1, 6.0
Change-Id: I7519...
Markus Klein
16:29 Revision db5fb247: [BUGFIX] Increase performance of exports for caches
Exporting arrays for caches is now done with var_export().
Resolves: #51116
Releases: 6.2, 6.1, 6.0
Change-Id: I7519...
Markus Klein
16:28 Revision 8167fb19: [BUGFIX] Increase performance of exports for caches
Exporting arrays for caches is now done with var_export().
Resolves: #51116
Releases: 6.2, 6.1, 6.0
Change-Id: I7519...
Markus Klein
13:05 Revision 3f8cd140: [BUGFIX] Remove duplicate exception code
Exception code "1314354065" is used twice: once in the abstract
Resource repository and the other one in the File Col...
Fabien Udriot
13:05 Revision 28ee210c: [BUGFIX] Remove duplicate exception code
Exception code "1314354065" is used twice: once in the abstract
Resource repository and the other one in the File Col...
Fabien Udriot
13:03 Revision a9213d4e: [BUGFIX] Remove duplicate exception code
Exception code "1314354065" is used twice: once in the abstract
Resource repository and the other one in the File Col...
Fabien Udriot
12:50 Revision d01c3ced: [TASK] Remove GFX im_imvMaskState and im_negate_mask settings
There are two very weird settings is GFX array that previously
decided on how "masks" are applied to images if combin...
Christian Kuhn
08:11 Revision b6528558: [BUGFIX] Fix misleading hint in Mvc/Dispatcher
The new property mapper is enabled by default now.
Due to this the hint inside the exception is misleading.
It hints ...
Wouter Wolters

2013-09-24

12:38 Revision c7bbb369: [BUGFIX] Correct timeout and timestamp handling
Change-Id: Ifcf6ac441d32cdb0a959005db796f5fc46192035 Thorsten Kahler
12:38 Revision 97d077da: [WIP][FEATURE] Classic session storage service
* !!! known bug: T3_SERVICES prohibits multiple instances of services so sessions in frontend are broken because FE a... Thorsten Kahler
12:38 Revision 0ce5c24d: [TASK] Differentiate BE and FE session storage by class name
* use sub classes of ClassicStorage to differentiate between BE and FE
session storage
* circumvents design shortcomi...
Thorsten Kahler
12:38 Revision dfbb944e: [Bugfix] Define configuration in subclasses
* reason: Authentication objectst are not yet instantiated when service is requested
Change-Id: I28017ef7f005867d980...
Thorsten Kahler
12:38 Revision 4ceca6e4: [FEATURE] Kickstart session API
add new classes to TYPO3\CMS\Core:
* Session\Data is an OO wrapper for session info
* Session\StorageInterface define...
Thorsten Kahler
12:38 Revision 9168d858: [TASK] Refactor class Session\Data
refactoring of class \TYPO3\CMS\Core\Session\Data
* store timeout of session instead of timestamp of last change
** t...
Thorsten Kahler
12:38 Revision 64d723e6: [FEATURE] Use session storage for frontend users
change to class FrontendUserAuthentication
* new attribute $storageBackend: holds implementation of storage backend s...
Thorsten Kahler
12:38 Revision 0c02b1ce: [FEATURE] Use session storage API in abstract parent class
class AbstractUserAuthentication:
* check for and use $sessionStorage during creation, saving and deletion of, search...
Thorsten Kahler
10:54 Revision 3f53e6b4: [BUGFIX] Correct storage selection (common prefixes)
If there is a local storage "uploads/test/" and a requested file
is in "uploads/other/file.txt", the storage matching...
Ernesto Baschny
10:54 Revision 7151ce06: [BUGFIX] Correct storage selection (common prefixes)
If there is a local storage "uploads/test/" and a requested file
is in "uploads/other/file.txt", the storage matching...
Ernesto Baschny
10:35 Revision 0a80fb6b: [BUGFIX] Fix broken Unit-test for #44825
Change-Id: Id1ecce2b4fe789b655f63cd8b5f78ab20eadfbd5
Resolves: #52201
Related: #44825
Releases: 6.2, 6.1, 6.0
Reviewe...
Wouter Wolters
10:35 Revision 1d17a21e: [BUGFIX] Fix broken Unit-test for #44825
Change-Id: Id1ecce2b4fe789b655f63cd8b5f78ab20eadfbd5
Resolves: #52201
Related: #44825
Releases: 6.2, 6.1, 6.0
Reviewe...
Wouter Wolters
10:34 Revision a74461d4: [BUGFIX] Fix broken Unit-test for #44825
Change-Id: Id1ecce2b4fe789b655f63cd8b5f78ab20eadfbd5
Resolves: #52201
Related: #44825
Releases: 6.2, 6.1, 6.0
Reviewe...
Wouter Wolters
05:17 Revision c6a58be9: [BUGFIX] Using ext:sys_action gives a warning about not valid HTML
When ext:sys_action is installed it will give a warning about
not valid HTML. This is because the id="" and class="" ...
Wouter Wolters
05:16 Revision 04dcfbc7: [BUGFIX] Label user function for sys_file_reference uses HTML
The change I7770044c11a6c1a1bcb51a3bfc11b85923653196 added meta
information for the FAL IRRE headers.
It uses a defin...
Philipp Gampe
01:37 Revision a81a5816: [BUGFIX] Don't show duplicates in workspace preview
Fixed workspace filters in case of workspace preview
in TYPO3\CMS\Frontend\Page\PageRepository::enableFields().
Addi...
Timo Webler

2013-09-23

23:54 Revision 68e91cca: [BUGFIX] Move beuser property mappings to global scope
Currently the persistence settings for all tx_beuser models are defined
in module.tx_beuser.persistence.classes.
If a...
Philipp Gampe
23:49 Revision d46858df: [BUGFIX] Prevent leading space for empty ATagParams
Currently a leading space will be returned by the ATagParams handler when
the $addGlobal parameter is TRUE.
This pat...
Alexander Stehlik
23:32 Revision 172606b3: [BUGFIX] Fix PHP warning trigged in getAuthInfoArray()
AbstractUserAuthentication::getAuthInfoArray() calls
$GLOBALS['TYPO3_DB']->cleanIntList() with a possible NULL argume...
Christian Finkemeier
22:11 Revision 71ac43b6: [BUGFIX] Reset singletons in Extbase command
This patch fixes the handleRequest() method signature of
the Cli request handler by returning the response object
lik...
Alexander Stehlik
21:55 Revision 14b4edb7: [BUGFIX] Correct storage selection (common prefixes)
If there is a local storage "uploads/test/" and a requested file
is in "uploads/other/file.txt", the storage matching...
Ernesto Baschny
20:08 Revision be4627f5: [BUGFIX] Fix page.headerData + USER_INT
INT scripts placed in page.headerData.XX were
not replaced any more after introducing USER_INT
capabilities of the pa...
Helmut Hummel
20:08 Revision ae9b6064: [BUGFIX] Fix page.headerData + USER_INT
INT scripts placed in page.headerData.XX were
not replaced any more after introducing USER_INT
capabilities of the pa...
Helmut Hummel
20:07 Revision f28a9861: [BUGFIX] Fix page.headerData + USER_INT
INT scripts placed in page.headerData.XX were
not replaced any more after introducing USER_INT
capabilities of the pa...
Helmut Hummel
12:50 Revision 9869927e: [FEATURE] Viewpage module usablity optimization
Improve usability of viewpage module with:
* Added a default option with width and height set to auto
* Selection is...
Joh. Feustel
 

Also available in: Atom