Activity
From 2013-09-13 to 2013-10-12
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... - 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... - 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:... - 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:... - 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 ... - 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... - 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... - 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 ... - 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 ... - 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... - 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 ... - 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 ... - 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 ... - 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... - 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.
... - 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... - 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: ... - 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... - 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... - 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... - 13:13 Revision 828436a3: [BUGFIX] SaltFactory has wrong type hint
- Resolves: #52721
Releases: 6.2
Change-Id: Ife6338dd9f12ae21fce746f3707710ab7fa36464
Reviewed-on: https://review.typo3... - 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... - 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... - 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... - 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... - 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... - 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... - 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...
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... - 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... - 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... - 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"
-... - 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"
-... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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.
... - 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.
... - 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... - 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.
... - 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... - 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"
-... - 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... - 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 ... - 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 ... - 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 ... - 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... - 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... - 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... - 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... - 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... - 14:04 Revision 113655be: [FEATURE] Add TypoScript condition for ApplicationContext
- The following condition is available in TypoScript and TSconfig
for testing the ApplicationContext:
[applicationCont... - 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 ... - 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... - 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...
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 ... - 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... - 19:12 Revision 4fe7b236: Merge branch 'master' into session_API
- Change-Id: I1a16771ea081e0b361bf4d3d794c7cfd03afc325
- 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... - 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... - 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... - 16:34 Revision b5d5ff9e: [BUGFIX] Follow-up: Responsive image rendering, CGL
- Change-Id: I03bd35c36616bae451e7e21e12858f65d13087e5
Resolves: #49723
Releases: 6.2
Reviewed-on: https://review.typo3... - 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... - 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:... - 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... - 14:26 Revision 347a37ee: [Bugfix] Don't save session data serialized
- * Session\Data::setContent() expects session data in unserialized form
- 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...
- 13:31 Revision ea57173f: [REFACTOR] Use booleans as such in FrontendUserAuthentication
- * declare sesData_change and userData_change as booleans
* define visibility of these attributes - 13:25 Revision efb6503a: [Task] Distinguish meta info in Session\Data
- * content and meta info can be set and used independently
Change-Id: I5d171285d2efcf415d32d7fb4c96eaa0b9e6dcaf - 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...
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... - 19:17 Revision 476843f8: [TASK] Refactor ClassicStorage and sublclasses
- cleanup class attributes:
* remove unused (initially imported form AbstractUserAutentication)
* add some for DB defin... - 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
- 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 ...
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... - 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... - 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... - 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... - 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...
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... - 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... - 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... - 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... - 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... - 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... - 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...
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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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 ... - 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... - 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... - 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... - 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... - 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... - 19:06 Revision 30d93b4b: [FEATURE] Backport ClassNamingUtility
- ClassNamingUtility is useful since the introduction of namespaces
in 6.0. Originally this feature was introduced with... - 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...
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... - 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... - 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.... - 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.... - 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.... - 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.
...
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... - 08:40 Revision 1e89fa02: [TASK] styleguide: TYPO3 version 6.1.*
- 08:35 Revision 70fbb120: [RELEASE] styleguide: 0.5.2
2013-10-03
- 15:22 Revision 991a0af3: [TASK] styleguide: Typography output
- Restructure
- 15:22 Revision ae02f8d5: [TASK] styleguide: CSS code cleanup
- 15:22 Revision 96a45550: [TASK] styleguide: Remove override ".lead"
- Lead is delivered with core.
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:... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 15:15 Revision 77f29a3c: [TASK] Remove closing PHP tags
- Change-Id: Iaa92566c53301e49396fc9fb26b0b339c48d567b
Resolves: #52360
Releases: 6.2
Reviewed-on: https://review.typo3...
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.
... - 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... - 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... - 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... - 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... - 19:16 Revision f4a53640: [BUGFIX] Check session data before usage
- * method AbstractUserAuthentication::setAndSaveSessionData(): check
whether session is found before using it
* method...
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... - 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...
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... - 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... - 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 ... - 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... - 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 ... - 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 ... - 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... - 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... - 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... - 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... - 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:...
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... - 15:03 Revision 6007d3a5: [Refactor] Enable injection of session storage
- * new method AbstractUserAuthentication::initializeSessionStorage()
* removed session storage generation from
Fronten... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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...
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 ... - 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... - 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:... - 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:... - 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... - 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... - 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:... - 23:16 Revision 9673d7e3: [BUGFIX] Fix PHP warning trigged in getAuthInfoArray()
- AbstractUserAuthentication::getAuthInfoArray() calls
$GLOBALS['TYPO3_DB']->cleanIntList() with a possible NULL argume... - 23:15 Revision 3f0cc997: [BUGFIX] Fix PHP warning trigged in getAuthInfoArray()
- AbstractUserAuthentication::getAuthInfoArray() calls
$GLOBALS['TYPO3_DB']->cleanIntList() with a possible NULL argume... - 23:15 Revision d3bf6200: [BUGFIX] Fix PHP warning trigged in getAuthInfoArray()
- AbstractUserAuthentication::getAuthInfoArray() calls
$GLOBALS['TYPO3_DB']->cleanIntList() with a possible NULL argume... - 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... - 22:15 Revision 919541b3: [BUGFIX] Fatal in DefaultConfiguration
- Change-Id: I6f6c8a2ddc26a6c7584e6a067c887768cf3ae5b1
Resolves: #52316
Related: #52305
Releases: 6.2, 6.1, 6.0
Reviewe... - 22:14 Revision 993dd5d7: [BUGFIX] Fatal in DefaultConfiguration
- Change-Id: I6f6c8a2ddc26a6c7584e6a067c887768cf3ae5b1
Resolves: #52316
Related: #52305
Releases: 6.2, 6.1, 6.0
Reviewe... - 22:13 Revision 951e705b: [BUGFIX] Fatal in DefaultConfiguration
- Change-Id: I6f6c8a2ddc26a6c7584e6a067c887768cf3ae5b1
Resolves: #52316
Related: #52305
Releases: 6.2, 6.1, 6.0
Reviewe... - 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: ... - 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: ... - 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 ... - 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 ... - 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 ... - 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 ... - 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 ... - 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 ... - 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... - 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...
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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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 ...
2013-09-24
- 12:38 Revision c7bbb369: [BUGFIX] Correct timeout and timestamp handling
- Change-Id: Ifcf6ac441d32cdb0a959005db796f5fc46192035
- 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...
- 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... - 12:38 Revision dfbb944e: [Bugfix] Define configuration in subclasses
- * reason: Authentication objectst are not yet instantiated when service is requested
Change-Id: I28017ef7f005867d980... - 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... - 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... - 12:38 Revision 64d723e6: [FEATURE] Use session storage for frontend users
- change to class FrontendUserAuthentication
* new attribute $storageBackend: holds implementation of storage backend s... - 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... - 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... - 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... - 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... - 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... - 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... - 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="" ... - 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... - 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...
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... - 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... - 23:32 Revision 172606b3: [BUGFIX] Fix PHP warning trigged in getAuthInfoArray()
- AbstractUserAuthentication::getAuthInfoArray() calls
$GLOBALS['TYPO3_DB']->cleanIntList() with a possible NULL argume... - 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... - 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... - 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... - 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... - 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... - 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...
2013-09-21
- 10:40 Revision 6278df2f: [FEATURE] add sorting on sys_category
- sys_category until now misses a specific sort order
and is sorted by title. Adding a sorting property
gives more flex...
2013-09-20
- 16:06 Revision 580a5769: [BUGFIX] Increase length of identifier field in sys_file
- Sometimes the identifier is longer than 200 chars. This patch increases
the maximum length to 512 characters.
Resolv... - 16:01 Revision 7d08d29c: [BUGFIX] Increase length of identifier field in sys_file
- Sometimes the identifier is longer than 200 chars. This patch increases
the maximum length to 512 characters.
Resolv... - 16:00 Revision ec0fa117: [BUGFIX] Increase length of identifier field in sys_file
- Sometimes the identifier is longer than 200 chars. This patch increases
the maximum length to 512 characters.
Resolv... - 12:08 Revision cb6bf253: [BUGFIX] Wrong exception on renaming folder
- When a user tries to rename a folder without the permissions
to do so, the ResourceStorage throws a
"InsufficientFile... - 12:05 Revision e0600ed1: [BUGFIX] Wrong exception on renaming folder
- When a user tries to rename a folder without the permissions
to do so, the ResourceStorage throws a
"InsufficientFile... - 12:02 Revision 7aa646f0: [BUGFIX] Wrong exception on renaming folder
- When a user tries to rename a folder without the permissions
to do so, the ResourceStorage throws a
"InsufficientFile... - 09:37 Revision bcbf6bfc: [TASK] Update felogin doc with showForgotPassword change
- Related: #50138
Releases: 6.2
Change-Id: I98bf8a4eadfae7183d8904956b3adcfdface1e5b
Reviewed-on: https://review.typo3.... - 08:06 Revision bd32759e: [FEATURE] Show forgot password only if conf showForgotPassword = 1
- Do not show forgot password form in felogin, if the forgot
password link for the login form has been disabled.
Resol...
2013-09-19
- 22:04 Revision 9423c2cf: [BUGFIX] Fix PHP warning when writing to Backend user log
- The writelog method for the BackendUserAuthentication object is now
checking if there is actually an uid available in... - 22:03 Revision cdba66b4: [BUGFIX] Fix PHP warning when writing to Backend user log
- The writelog method for the BackendUserAuthentication object is now
checking if there is actually an uid available in... - 22:03 Revision f36574c7: [BUGFIX] Fix PHP warning when writing to Backend user log
- The writelog method for the BackendUserAuthentication object is now
checking if there is actually an uid available in... - 14:45 Revision 807b5919: [BUGFIX] Display relations' titles when TCA label field is type inline
- This change adds a case to treat "inline" TCA types the same way
"select" is treated when building the record's label... - 08:11 Revision d8ec3c18: [BUGIFX] Missing rendering for newer menus
- Rendering is missing in css_styled_content for menu types
8 and 9 (introduced in 6.0 and 6.2 respectively) for older
...
2013-09-18
- 15:11 Revision ef6dc061: [BUGFIX] Fix cropping of transparent gifs with im6.
- The usage of the ! operator to force cropping empty image
canvas is inverted between ImageMagick v4 and v6 while
Grap...
2013-09-17
- 20:32 Revision 23e60070: [BUGFIX] Faulty expand/collapse behavior in Element Browser
- On using the element browser in combination with files, the
expand/collapse behavior is wrong. On opening a collapsed... - 20:31 Revision fd534b6a: [BUGFIX] Faulty expand/collapse behavior in Element Browser
- On using the element browser in combination with files, the
expand/collapse behavior is wrong. On opening a collapsed... - 19:46 Revision 070a6cd4: [BUGFIX] Faulty expand/collapse behavior in Element Browser
- On using the element browser in combination with files, the
expand/collapse behavior is wrong. On opening a collapsed... - 19:21 Revision c79315ac: [BUGFIX] Fix cropping of transparent gifs with im6.
- The usage of the ! operator to force cropping empty image
canvas is inverted between ImageMagick v4 and v6 while
Grap... - 19:20 Revision ce68bcd5: [BUGFIX] Fix cropping of transparent gifs with im6.
- The usage of the ! operator to force cropping empty image
canvas is inverted between ImageMagick v4 and v6 while
Grap... - 19:19 Revision aa4ab274: [BUGFIX] Form Wizard: Adds mouse pointer to docheader icons
- Resolves: #50907
Releases: 6.2, 6.1, 6.0
Change-Id: Iecb0a0b5db6c5caffad2210242a709e7310269ff
Reviewed-on: https://re... - 19:19 Revision fb5bbbf0: [BUGFIX] Form Wizard: Adds mouse pointer to docheader icons
- Resolves: #50907
Releases: 6.2, 6.1, 6.0
Change-Id: I232498fea18b270e9436aeaf710f728a62365a4b
Reviewed-on: https://re... - 19:18 Revision d16f5510: [BUGFIX] Form Wizard: Adds mouse pointer to docheader icons
- Resolves: #50907
Releases: 6.2, 6.1, 6.0
Change-Id: I232498fea18b270e9436aeaf710f728a62365a4b
Reviewed-on: https://re... - 17:58 Revision 2bb53489: [BUGFIX] Fix cropping of transparent gifs with im6.
- The usage of the ! operator to force cropping empty image
canvas is inverted between ImageMagick v4 and v6 while
Grap... - 14:48 Revision 1461ad2f: [FEATURE] Allow multiple category fields per table
- It is only possible to do one makeCategorizable() call per
table, because if you do more the later calls would overwr...
2013-09-16
- 20:51 Revision 87c133d4: [TASK] Remove GFX/im_mask_temp_ext_noloss setting
- im_mask_temp_ext_noloss setting is a bugfix for a no longer supported
Image Magick 5 version. It can be removed.
Cha... - 07:06 Revision 557aaa3c: [TASK] Remove GFX/im_combine_filename setting
- Image Magick support for versions 4 and 5 was dropped. The setting
to differentiate combine from composite is obsolet... - 06:50 Revision a553a4ff: [TASK] Remove BE/TSconfigConditions setting
- Did you know there is an option to disable condition parsing in
TS config? It is removed with the patch.
Change-Id: ...
2013-09-15
- 21:49 Revision 52238b1c: [TASK] Remove GFX/im_no_effects setting
- Support for Image Magick version 4 and 5 was dropped, allowed
settings for im_version_5 are "im6" and "gm". As soon a... - 21:38 Revision d05fcff5: [BUGFIX] Install tool: Use sRGB colorspace in presets
- Image Magick versions 6.7 and above need sRGB as colorspace,
otherwise images are too dark. This also works for older... - 15:16 Revision 1048b0eb: [BUGFIX] SQL error in install tool if no root page available
- Resolves: #52008
Releases: 6.2
Change-Id: I8fd7546ca6a293c6e9d11dd46d37a8cc89cf9620
Reviewed-on: https://review.typo3... - 15:14 Revision dc047c7f: [BUGFIX] Install tool sanitizes image generation output
- If execute path to ImageMagick or GraphicsMagick is not configured
correctly, the "Test setup" image tests in the ins... - 15:13 Revision 3100b70f: [TASK] Don't set extensions checked by default in InstallSysExtsUpdate
- In the InstallSysExtsUpdate update wizard the extensions are checked
by default. This gives the indication that the e... - 15:12 Revision b8222bd5: [FEATURE] Show string value for PHP error codes in install tool
- "All configuration" in install tool shows the integer representation
of the bit mask of the PHP error codes in settin...
2013-09-14
- 17:09 Revision c9059d91: [TASK] Improve description of config preset in install tool
- Resolves: #52007
Releases: 6.2
Change-Id: I4c8bb6930040a9f3a5c5bc92c9638a98a2668daf
Reviewed-on: https://review.typo3... - 11:40 Revision 7d435b50: [FEATURE] Conditions support in backend layouts
- Resolves: #47588
Releases: 6.2
Change-Id: I266f28472ffd78443b107d7ad6577603aecbc584
Reviewed-on: https://review.typo3... - 11:39 Revision d30d5517: [BUGFIX] Configuration controller fatals with local-only extension
- If the settings of a local-only extension get saved the configuration
controller fatals. This is because the result o... - 00:21 Revision 68b2cede: [TASK] Improve status messages of install tool
- Resolves: #51995
Releases: 6.2
Change-Id: Ic1f2459b58f5376a306a6e8c910398ce6e4a9efe
Reviewed-on: https://review.typo3... - 00:07 Revision 6034995c: [BUGFIX] Install Tool System environment warning badges look ugly
- The badges are now aligned and don't jump around when
the menu entry is selected. The left menu gets more room.
Rele...
2013-09-13
- 23:52 Revision a88f8bc7: [TASK] Clean up install tool module
- Resolves: #51996
Releases: 6.2
Change-Id: I5afca17c80931f3f9946fa5f33dc29fd1f572644
Reviewed-on: https://review.typo3... - 22:57 Revision f5f5c979: [FEATURE] Install tool: Left menu at fixed position
- * Streamlines install tool main template.
* Adds a ContextService and use that in the templates.
No more huge if/th... - 21:05 Revision 138f5445: [TASK] Add new icon for ext:reports
- Add a new icon for ext:reports-module and adjust the
IconViewHelper. Removes 2 old icons.
Change-Id: Iff731cc27ad8e6... - 18:46 Revision 22ee6608: [BUGFIX] Also consider JPEG files for IM/GM
- The Core does not check for the JPEG file extension
when converting images with IM/GM.
Resolves: #51981
Releases: 6.... - 18:46 Revision 0fe373b2: [BUGFIX] Also consider JPEG files for IM/GM
- The Core does not check for the JPEG file extension
when converting images with IM/GM.
Resolves: #51981
Releases: 6.... - 18:46 Revision 4e5d1e8e: [BUGFIX] Install tool: Fixed document header
- The document header is not at a fixed position but "scrolls away".
Fix this by adding a missing t3skin structure .css... - 17:52 Revision 122a3c0f: [BUGFIX] Also consider JPEG files for IM/GM
- The Core does not check for the JPEG file extension
when converting images with IM/GM.
Resolves: #51981
Releases: 6....
Also available in: Atom