Activity
From 2015-07-14 to 2015-08-12
2015-08-12
- 22:59 Revision 637ebea6: [FEATURE] Retrieve sendmail command from PHP configuration
- The install tool setting [MAIL][transport_sendmail_command] is now retrieved
from PHP configuration sendmail_path dur... - 22:17 Revision 4193a84e: [BUGFIX] Prevent ResourceDoesNotExistException in ElementInformationControler
- If the show info popup is opened by sys_file uid for a file does not
exist anymore in filestorage an exception is thr... - 22:10 Revision 1f324681: [BUGFIX] Catch exception when linked file is deleted
- If a file is linked in the RTE and the file is deleted afterwards
an exception is thrown thus making it impossible to... - 21:55 Revision c69cc2da: [BUGFIX] Consider placeholders in fixVersioningPid
- Method fixVersioningPid does not analyze the new location for an element.
Check for a move placeholder to get the new... - 21:39 Revision 9668df7e: [BUGFIX] Consider placeholders in fixVersioningPid
- Method fixVersioningPid does not analyze the new location for an element.
Check for a move placeholder to get the new... - 21:37 Revision 0878494e: [BUGFIX] Capability check fails for some storage types
- The check should only complain if a user wants to mark a storage as
public and the driver does not support that. This... - 21:35 Revision bf097f8d: [BUGFIX] Better calculcation for "copy default CE"
- The button "copy default content element" doesn't handle
versioning correctly.
Change-Id: If132dabefa812d9b61371f2e3... - 21:33 Revision 6fbdc0fd: [BUGFIX] Capability check fails for some storage types
- The check should only complain if a user wants to mark a storage as
public and the driver does not support that. This... - 21:13 Revision 8b4b86a0: [BUGFIX] UriBuilder has to handle Iterator objects
- UriBuilder also has to handle Iterator objects, especially ObjectStorage
Change-Id: I85a68b1119e9b9564b805a420bf819d... - 20:38 Revision 2980faff: [BUGFIX] Style NewRecordController output for record only view
- Fix the markup if only records except pages and tt_content are
allowed in the NewRecordController.
Change-Id: I6023d... - 20:07 Revision c2fd9de7: [TASK] Replace sprite icon "actions-edit-rename" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-rename with the new IconFactory.
Change-Id: ... - 20:03 Revision 3ddab39d: [TASK] Replace sprite icon "actions-edit-upload" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-upload with the new IconFactory.
Change-Id: ... - 19:59 Revision db1b837a: [TASK] Replace sprite icon "actions-edit-undo" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-undo with the new IconFactory.
Change-Id: I4... - 19:48 Revision 32902828: [TASK] Replace sprite icon "actions-edit-pick-date" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-pick-date with the new IconFactory.
Change-I... - 09:27 Revision a503f5c0: [TASK] Replace sprite icon "actions-edit-delete" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-delete with the new IconFactory.
Change-Id: ... - 00:11 Revision bd72f9a5: [TASK] Install Tool: Check always_populate_raw_post_data setting
- PHP 5.6 deprecated automatically populating the HTTP_RAW_POST_DATA
variable and introduced a deprecation notice. If t...
2015-08-11
- 23:55 Revision 6d721fd3: [TASK] Replace sprite icon "actions-edit-replace" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-replace with the new IconFactory.
Change-Id:... - 23:55 Revision a370c3cc: [TASK] Drop unused property in DataMapper
- Resolves: #68948
Releases: master
Change-Id: Iecb95258972d520c39d369b6a1b5afb36f86f57f
Reviewed-on: http://review.typ... - 23:47 Revision 884b6ad8: [BUGFIX] Correct JS quoting in indexed_search page browser
- This is a regression fix for #66759.
Releases: master
Resolves: #68956
Change-Id: Id3bda7cbe919952bc42c0f4d3d68c40eb... - 22:45 Revision 6480acb8: [TASK] Update requirejs to 2.1.20
- Update requirejs to its newest version.
Resolves: #68923
Releases: master
Change-Id: I1a39251066a9951143b9227ccf731c... - 22:14 Revision 57cfea88: [FOLLOWUP][TASK] Replace sprite icon "actions-document-paste-into" with IconFactory
- The Icon class is not being referenced by fully qualified name and
needs to be imported.
Resolves: #68964
Related: #... - 17:02 Revision 554653e5: [TASK] Move vendor/ directory out of typo3/
- The typo3/ directory must currently be exposed in the web root for TYPO3 to work properly.
Having the vendor dir with... - 16:54 Revision 8bfe01c5: [TASK] styleguide: Version 7.4.0
- 13:34 Revision 9f27692d: [TASK] styleguide: TCA: itemsProcFunc on select side by side element
- 08:55 Revision a1b8a913: [FOLLOWUP][TASK] Move sys_note icons from EXT:t3skin to EXT:sys_note
- Change the path in the TCA of the sys_note record itself aswell
Change-Id: I1f529b30228685042d5264c2d5009f8c246f5154... - 07:16 Revision 7821c0a2: [TASK] Move sys_note icons from ext:t3skin to ext:sys_note
- Resolves: #68883
Releases: master
Change-Id: Ib8b8ef68944690b58fd02fa4ca514d427758e1f8
Reviewed-on: http://review.typ... - 00:50 Revision 15b24776: [TASK] Update to latest class alias loader version
- Benefit from several class alias loader package improvements:
* Use alias map API of this package to resolve and add...
2015-08-10
- 23:28 Revision d72514a9: [BUGFIX] Fix CSS in Constant Editor
- The class on the body has changed.
Resolves: #68915
Releases: master
Change-Id: Ibda39222b60392fc31bd6ef589bf46e4ca3... - 23:22 Revision 8d361aa9: [BUGFIX] Retrieve correct fieldname for condition lookup
- DisplayCond for sheets in flexforms should allow extbase
parameters, eg: "settings.data".
Resolves: #68493
Releases:... - 22:21 Revision b70e5358: [TASK] Remove unused CSS in ext:setup
- The table class "typo3-usersettings" is not there anymore.
Resolves: #68914
Releases: master
Change-Id: I948159ce2c3... - 22:20 Revision 700b1a0a: [BUGFIX] Checkbox "Display thumbnails" does not work in filebrowser
- Generates the link if a route is given and adds additional parameters.
Resolves: #68911
Releases: master
Change-Id: ... - 22:18 Revision 6f5b9ab1: [BUGFIX] Use first item of HTMLCollection for form reload
- Change-Id: Ib2a12b1915421b01084cac44fc4cea2ca978a42c
Resolves: #68880
Releases: master
Reviewed-on: http://review.typ... - 21:59 Revision c762ed26: [FOLLOWUP][TASK] Prevent remaining DocumentTemplate->getPageRenderer() calls
- Fix broken unit test.
Resolves: #68912
Releases: master
Change-Id: Ie31a31d41b9e3f4da7117afd057b2e8594c2aba0
Reviewe... - 20:51 Revision 487054ac: [TASK] Replace sprite icon "actions-edit-download" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-download with the new IconFactory.
Change-Id... - 20:49 Revision a1c84631: [TASK] Replace sprite icon "actions-document-paste-into" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-paste-into with the new IconFactory.
Cha... - 20:15 Revision ae5cdcf9: [TASK] Prevent remaining DocumentTemplate->getPageRenderer() calls
- This is a follow up to https://review.typo3.org/41131/ to prevent
remaining calls to a deprecated function inside the... - 18:51 Revision ec44b0f9: [TASK] Replace sprite icon "actions-document-select" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-select with the new IconFactory.
Change-... - 16:57 Revision c0383c03: [TASK] Replace sprite icons with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-copy, actions-edit-cut, actions-edit-cut-rele... - 16:37 Revision 86033322: [FOLLOWUP][TASK] Cleanup double-paranthesis in calls to trim()
- Resolves: #68897
Releases: master
Change-Id: I0f5177a0bc92652966b5da97357acdf2fca10edc
Reviewed-on: http://review.typ... - 15:37 Revision 05c9edc1: [BUGFIX] Admin panel CSS overrules website styling
- If a website uses FontAwesome, the admin panel overrules the CSS.
One prefix was missing in the CSS of the admin pane... - 15:32 Revision e0d3ab94: [TASK] Cleanup double-paranthesis in calls to trim()
- Change-Id: Ie8daf30c5bc621feb5707b2aecb1abb96b03bf60
Resolves: #68897
Releases: master
Reviewed-on: http://review.typ... - 09:26 Revision efa304b0: [BUGFIX] Use FAL object name directly in Filelist clipboard message
- There is no need to obtain file informations if only the name is
required, which is already available, so access it d... - 09:12 Revision f6504e4a: [FOLLOWUP][BUGFIX] Re-add rst file and throw wizard script exception
- Minor typo fixed.
Resolves: #68520
Releases: master
Change-Id: I93ceca1b732540cadfa2c206b5b941a43de91761
Reviewed-on... - 09:11 Revision 960a016a: [BUGFIX] Element Browser: checkDisplayThumbs: remove line break
- Removes wrap between checkbox and label by adding proper markup.
Change-Id: I50cf292b51138a33ec7e7e1f9b4bd940903005e... - 07:57 Revision 5ddf0b09: [BUGFIX] Set background for disabled input fields
- Set a proper background color for disabled input fields.
Resolves: #67145
Releases: 6.2
Change-Id: I4c2e57357ffc8826...
2015-08-09
- 23:30 Revision 8e971d2b: [BUGFIX] Remove SelectImage.initEventListener
- This removes the calls of SelectImage.initEventListener
and deprecate the method.
Resolves: #68860
Releases: master
... - 23:07 Revision 42d40735: [TASK] Add backend routes for wizards (part 2)
- Move all wizards to the Backend Routing for extension backend
Resolves: #68881
Releases: master
Change-Id: I76122ab0... - 22:24 Revision f681fbf4: [TASK] Replace sprite icon "actions-document-paste-after" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-paste-after with the new IconFactory.
Ch... - 21:57 Revision a6e5030d: [BUGFIX] Fix HTML markup in RTE wizard
- Double closing form tag is removed now.
Resolves: #68884
Releases: master
Change-Id: I5ab5bd6b077715e7a36bee5d993a8a... - 20:37 Revision e0f72af8: [FOLLOWUP][BUGFIX] Provide title label for paste into column
- Backport introduced a new locallang file that did not belong.
Change-Id: I62bb7610c2366fd593d872c93824853f8b2f192e
R... - 20:27 Revision 53aa2d61: [TASK] Change webhook notification URL in travis.yml
- Releases: master
Change-Id: Idd4d34a4194e4c1636e130e62a324b920bdf787b
Reviewed-on: http://review.typo3.org/42462
Revi... - 14:57 Revision 0a261107: [FOLLOWUP][FEATURE] Improve usability of field selector in record listview
- Move .less file in the Build directory.
Resolves: #62323
Releases: master
Change-Id: I355607ca7de16153484c1e77eb462d... - 14:18 Revision 9a436a6d: Revert "[BUGFIX] Fix broken functional tests"
- the original patch was never backported to 6.2, sorry for the hassle.
This reverts commit e65f253abfa056827766da2473... - 12:13 Revision e65f253a: [BUGFIX] Fix broken functional tests
- Change-Id: I742c16a2689fd7ec89abf3620a618a99f24779a7
Resolves: #68882
Relates: #68871
Releases: master, 6.2
Reviewed-... - 12:09 Revision aa5ec433: [BUGFIX] Fix broken functional tests
- Change-Id: I742c16a2689fd7ec89abf3620a618a99f24779a7
Resolves: #68882
Relates: #68871
Reviewed-on: http://review.typo... - 11:45 Revision d777699d: [FEATURE] Improve usability of field selector in record listview
- The field selector for the record listview and the element
browser is currently a select field (with multiple options... - 11:42 Revision 911fc3d3: [BUGFIX] Provide title label for paste into column
- Change-Id: Ia01c9083cc0eda52725efdec93106e911884f097
Resolves: #68873
Releases: master, 6.2
Reviewed-on: http://revie... - 11:39 Revision 769a58c9: [BUGFIX] Provide title label for paste into column
- Change-Id: Ia01c9083cc0eda52725efdec93106e911884f097
Resolves: #68873
Releases: master, 6.2
Reviewed-on: http://revie... - 11:38 Revision 41dc366d: [FEATURE] Use HTTPS urls on all jquery cdns
- This change also adds cloudflares cdnjs as possible choice.
Allowing the request over HTTP opens the door for side a... - 10:25 Revision dc391448: [TASK] Replace sprite icon "actions-document-view" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-view with the new IconFactory.
Change-Id...
2015-08-08
- 19:09 Revision 02f03813: [TASK] Add backend routes for wizards
- Move all wizards to the Backend Routing
Resolves: #68858
Releases: master
Change-Id: I33efb406232d108d320eb120707ce8... - 18:31 Revision 0af56d73: [TASK] Travis: PHP 7 & botty
- * Enable a notification for botty
* Enable functionals & linting for php 7
* Do not load memcache & redis on php 7
C... - 18:25 Revision 0f5ef0cd: [BUGFIX] Declaration compliance of TypeConverter fixture
- The SubDateTime class fixture is now compatible with its
parent declaration which fixes a test error on PHP7.
Change... - 18:13 Revision 0f30972b: [BUGFIX] Workspace preview links for multiple languages
- The workspace preview link will only be generated for one language at
a time, so it might require some effort to gene... - 17:58 Revision c99042a9: [BUGFIX] Workspace preview links for multiple languages
- The workspace preview link will only be generated for one language at
a time, so it might require some effort to gene... - 17:54 Revision 9621047d: [FOLLOWUP][BUGFIX] Moved transferDeprecatedCurlSettings
- * Incomplete mocking fixed
Change-Id: I22dc556b6a3407c6f4c8946c4715bb3014477b4b
Resolves: #54556
Releases: master
Re... - 17:14 Revision 05512979: [BUGFIX] Moved transferDeprecatedCurlSettings from Bootstrap to Setup
- Resolves: #54556
Releases: master
Change-Id: Id649033fc8e50833b9cdc15b8a37e25800463160
Reviewed-on: http://review.typ... - 16:24 Revision 48ccb810: [TASK] Streamline CLI Request Handling
- As the CLI Request Handlers and Http Request Handlers
are called only from their respective Application entrypoints,
... - 15:22 Revision bb3ffd99: [TASK] Unify levels-dropdowns and their language-labels
- Have all levels-dropdowns use the same number of levels
and use the same language-labels everywhere
Change-Id: I061a... - 14:49 Revision d40ba21e: [TASK] Replace sprite icon "actions-document-close" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-close with the new IconFactory.
Change-I... - 12:41 Revision b5c48bd0: [TASK] Change docs.typo3.org links to https
- Since docs.typo3.org has been change to https only, adopt all links
in the core as well.
Change-Id: Iaaa1a8277e2b4e1... - 10:27 Revision 97c9222b: [BUGFIX] Mod InfoPageTSConfig: Remove colon in label "Sort alphabetically"
- The colon in the label of the "Sort aphabetically" checkbox was misleading, as
the checkbox is positioned in front of...
2015-08-07
- 18:56 Revision 433f9a5b: [TASK] Update Symfony components to current LTS version
- Allow the current Symfony LTS version for components. 2.5 is out of
date and 2.6 will be soon.
Update composer.lock ... - 17:12 Revision 748c8294: [!!!][BUGFIX] Database API: Cast bool values to integer for MySQL
- Convert boolean values to integers before processing them with
mysqli_real_escape_string() to ensure that FALSE value... - 15:34 Revision 56488f85: [!!!][TASK] Migrate cshmanual to Extbase & Fluid
- Use a proper code base for the system extension "cshmanual".
Resolves: #63000
Releases: master
Change-Id: I0981c94dc... - 15:24 Revision 3c47aae2: [TASK] Document required MySQL privileges
- Add the minimum set of privileges required to run TYPO3 CMS to the
INSTALL.md document.
Add a recommendation for the... - 15:23 Revision 1064276d: [TASK] Document required MySQL privileges
- Add the minimum set of privileges required to run TYPO3 CMS to the
INSTALL.md document.
Add a recommendation for the... - 15:22 Revision c3a14352: [TASK] Remove unused images from ext:t3skin
- Resolves: #68841
Releases: master
Change-Id: I85f461d23c7b6b83bae906c2b131edef7962092d
Reviewed-on: http://review.typ... - 15:06 Revision a8ca5f0e: [TASK] Use DOM API for field access in RSA encryption
- DOM Level 2 provides collections for forms and form elements,
thus make use of them.
Resolves: #68765
Releases: mast... - 15:06 Revision 131bd4de: [FEATURE] Add native rsa protection to password fields
- This patch adds rsa encryption to password fields. It introduces an own
rsaInput render type which turns fields into ... - 15:02 Revision 250c5267: [BUGFIX] Missing active state for shortcut button
- After adding a page to bookmark list, the shortcut button gets an
active state now. The shortcut button is disabled t... - 14:46 Revision b6aa7abc: [BUGFIX] Skip write access check if core files exist
- If updating a TYPO3 instance when the core files are
already present, the CoreUpdateService can skip the
write access... - 14:40 Revision b19ab219: [FEATURE] Allow closures in CLI scripts
- In order to minimize entry points for CLI scripts, the CLI key
now accepts a closure as well as a script.
Resolves: ... - 14:39 Revision f29a79f1: [BUGFIX] Skip write access check if core files exist
- If updating a TYPO3 instance when the core files are
already present, the CoreUpdateService can skip the
write access... - 14:35 Revision b34b66be: [!!!][BUGFIX] Assign first class for tables in HTMLparser
- When the given class of a table is not valid by configuration,
the HTMLparser should assign the first class in config... - 14:22 Revision 754b2455: [BUGFIX] IfViewHelpers use method signature from parent
- In order to become PHP7 compliant, the IfViewHelpers should
register their arguments via the registerArgument() metho... - 14:14 Revision a4b58f2e: [TASK] Install Tool: Check minimum MySQL version
- Adds a check for the minimum MySQL version to the database environment.
This test is only executed after the first in... - 14:10 Revision b50e2c23: [TASK] Replace sprite icon "actions-document-edit-access" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-edit-access with the new IconFactory.
Ch... - 14:09 Revision 73304d5b: [BUGFIX] Remove php warning for RTE classes without name
- Check if name within the configuration is set
so that no PHP warning: illigal offset will be thrown
Resolves: #68068... - 14:04 Revision 73116978: [TASK] Replace sprite icon "actions-document-history-open" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-history-open with the new IconFactory.
C... - 14:04 Revision d3441386: [!!!][TASK] Move SqlParser into EXT:dbal
- EXT:dbal has been the sole user of SqlParser for some time. Tests for
functionality of the core SqlParser have been s... - 13:49 Revision 462212ac: [TASK] Replace sprite icon "actions-document-export-t3d" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-export-t3d with the new IconFactory.
Cha... - 13:45 Revision e43eddb8: [TASK] Deprecate class ModuleSettings
- ModuleSettings is no longer in use, this kind of settings are nowadays
stored in backend uc.
Change-Id: I34d85113969... - 13:43 Revision 567c271d: [TASK] BACK_PATH BE controller
- Resolves: #68829
Releases: master
Change-Id: Ibf9b0a1c7884b68eb27f880e1d42369580d3ec04
Reviewed-on: http://review.typ... - 13:41 Revision b62a10ab: [FEATURE] Exclude Page CSS from Concatenation
- CSS added via _CSS_PAGE_STYLE is no longer included in
the concatenated css files. It can be written in an external
f... - 13:09 Revision b2167d12: [TASK] DBAL: Create rudimentary mappings
- If a table or a field is not mapped already, a rudimentary name is
created, respecting the pre-defined limits in the ... - 13:01 Revision 449fdaf0: [FEATURE] Add page.addInlineLanguageLabelFiles
- This patch adds the possibility to configure PageRenderer
->inlineLanguageLabelFiles with Typoscript.
Resolves: #576... - 12:59 Revision 05e045de: [FEATURE] Provide untouched newPassword in felogin password_changed hook
- To make it possible to use the ext:felogin password_changed hook even
if ext:saltedpasswords is enabled, it needs a p... - 12:58 Revision 00fa0a6f: [BUGFIX] Remove php warning for RTE classes without name
- Check if name within the configuration is set
so that no PHP warning: illigal offset will be thrown
Resolves: #68068... - 12:51 Revision 55570f68: [BUGFIX] TS-Editor: Save button in single edit mode doesn't save
- Due to a change from type = image to a button the saving of
content was blocked by internal checks. Make check behave... - 12:44 Revision e8a9cddc: [TASK] Replace sprite icon "actions-document-info" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-info with the new IconFactory.
Change-Id... - 12:36 Revision f817b8ae: [TASK] Replace sprite icon "actions-document-import-t3d" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-import-t3d with the new IconFactory.
Cha... - 12:17 Revision 954325e7: [TASK] Replace sprite icon "actions-document-new" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-new with the new IconFactory.
Resolves: ... - 12:13 Revision b1059c90: [BUGFIX] Change value from NULL to empty string for link field in test data
- When increasing max length of link fields the definition for db field link in
table sys_file_reference changed to not... - 12:06 Revision 79ac7a64: [BUGFIX] Avoid double encoding of routes
- The routing introduced in #65493 double encodes the routes for no reasons
Remove the double encoding and decoding.
Al... - 12:01 Revision 1ea0a7dd: [TASK] Replace sprite icon "actions-document-move" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-move with the new IconFactory.
Change-Id... - 11:55 Revision 4eb0fcd1: [BUGFIX] Async broken dialog message for adding new shortcut entry
- With adding a new entry to the shortcut list the new fancy dialog
window stuff will open. but your choice cannot be "... - 11:53 Revision f6f1b205: [TASK] Removes eval() in extbase SignalSlot Unit Tests
- Resolves: #68799
Releases: master
Change-Id: I509f379841e5f4d9e01ee477699b198d17e1c9d7
Reviewed-on: http://review.typ... - 11:46 Revision c3c4add3: [BUGFIX] Fix broken hover style for taskcenter item
- Resolves: #68826
Releases: master
Change-Id: Ic612b2c085c96c60dc3df0c76f36d42122441977
Reviewed-on: http://review.typ... - 11:35 Revision 610f84b8: [TASK] Update to class-alias-loader 2.x
- Update to latest refactored version of the class-alias-loader.
This might be the last iteration before this package i... - 11:26 Revision 23115d3a: [!!!][FEATURE] Introduce Backend Routing
- A new Routing API is introduced in order to streamline
the entrypoints to the TYPO3 Backend.
Instead of using the te... - 10:46 Revision b1fd17b7: [!!!][TASK] Remove magic quote handling from $_GET / $_POST
- The magic quote functionality was removed with PHP 5.4.0.
In previous PHP versions this was a switch to turn on/off a... - 10:13 Revision 93bc7b4e: [!!!][TASK] Remove of base constant TYPO3_URL_ORG
- Base constant TYPO3_URL_ORG defined in
SystemEnvironmentBuilder::defineBaseConstants() was removed.
Was for internal ... - 09:50 Revision a9e069f6: [BUGFIX] IconViewHelper use wrong class for constant
- Resolves: #68809
Releases: master
Change-Id: Idb681b363ecfff686083db77c505696f363b17fa
Reviewed-on: http://review.typ... - 09:13 Revision ce0dfc8e: [BUGFIX] Fix crop in uri.image ViewHelper
- Fix cropping in the uri.image ViewHelper by moving the lines
below the initialization of the image itself.
Change-Id... - 00:11 Revision 9379d3a0: [BUGFIX] Change value from NULL to empty string for link field in test data
- When increasing max length of link fields the definition for db field link in
table sys_file_reference changed to not...
2015-08-06
- 20:20 Revision 505904d5: [TASK] BACK_PATH RecordList and friends
- Resolves: #68807
Releases: master
Change-Id: I018b1114a82146e2331a178f41c8bf48ee89cba4
Reviewed-on: http://review.typ... - 20:17 Revision 618a0d3d: [DOCS] Proofreading and moving of feature rst files for 7.4 Part 3
- Move last Important file to 7.4
Change-Id: If4dbb6f40a6b92ab114106ad0cc92820575a1af5
Resolves: #68752
Releases: mast... - 19:59 Revision ac760fbd: [DOCS] Proofreading and moving of feature rst files for 7.4 Part 2
- Official documentations have been updated according to rst-files
mentioned here
Resolves: #68752
Releases: master
Ch... - 19:58 Revision cf57f079: [!!!][BUGFIX] Streamline label processing for inline language files
- Change-Id: If75c125743dfe3e7c77d11978b767b432e21a4b6
Releases: master
Resolves: #30863
Reviewed-on: http://review.typ... - 19:53 Revision 2c238fea: [BUGFIX] Fade out record translations if main records gets deleted
- If a record with translations gets deleted, translations must vanish from
the record list.
Resolves: #68808
Releases... - 19:48 Revision a416095b: [BUGFIX] EM: Adjust import-handling for deactivated auto-install
- If automaticInstallation is turned off in extension manager settings,
dependency-checks are not done anymore (as no i... - 19:28 Revision dcf774c0: [BUGFIX] Clear affected caches on page publishing
- When publishing a page, the treelist cache should be cleared.
This is fixed by adding a condition that checks for a s... - 19:28 Revision 61ac10dc: [BUGFIX] felogin: Fix explanation of absRefPrefix in error message
- Wrong example given with absRelPrefix instead of absRefPrefix.
Resolves: #68796
Releases: master
Change-Id: I9796c1e... - 19:26 Revision 68d97c69: [FEATURE] Use Symfony Console in CliRequestHandler
- The logic for outputting the default checks when calling cli_dispatch.phpsh is now using Symfony Console showing
colo... - 19:17 Revision df4e85c0: [TASK] Removes eval() in extbase unit tests for TypeConverter
- Add fixtures for the DateTimeConverterTest, PersistentObjectConverterTest and the
PropertyMapperTest.
Change-Id: I6d... - 19:10 Revision 223e203f: [BUGFIX] Submitted form data has precedence over value argument
- This adjusts the behavior of all Form ViewHelpers so that any
submitted value is redisplayed even if a "value" argume... - 18:00 Revision 2d7e5f85: [TASK] Removes eval() in core tree dataprovider unit test
- Adds fixture for TreeDataProviderWithConfigurationFixture and removes the
ugly usage of eval() from TreeDataProviderF... - 17:42 Revision f45359e6: [FEATURE] Introduce new Icon API
- The logic for working with icons, icon sizes and icon overlays is now bundled into the new IconFactory class.
The new... - 17:40 Revision 1cc05276: [FOLLOWUP][BUGFIX] Clear affected caches on page publishing
- Prevent accessing an array key of a non-array.
Resolves: #37952
Releases: master, 6.2
Change-Id: I42de4ae3fb2f697a1b... - 14:59 Revision cc6f805b: [FOLLOWUP][FEATURE] IRRE useCombination option to modify warning text
- Fix headline of ReST document.
Resolves: #64535
Releases: master
Change-Id: I624841144b68e8311e6b5034ff4c8660dcbe466... - 14:53 Revision d84c378f: [TASK] BACK_PATH DocumentTemplate
- BACK_PATH in Backend context is always empty string. The patch
removes a couple of simple usages, mostly related to D... - 14:52 Revision c346e9bd: [FOLLOWUP][FEATURE] IRRE useCombination option to modify warning text
- Fix a fatal and a typo.
Resolves: #64535
Releases: master
Change-Id: I4a04c6482675dbd07771a8e3e2f5659f9360cebe
Revie... - 14:43 Revision 26a94bea: [FEATURE] Add signal for pre proccesing records
- To determine the content that needs to be analysed in the linkvalidator,
allow external hooks/signals to adjust the v... - 14:30 Revision e706019b: [TASK] Get rid of "clear.gif" usages
- Replace them with a <span>
Resolves: #68025
Releases: master
Change-Id: I8c138b0402a98eb10ceebb80681fa0e4ddbaa401
Re... - 14:28 Revision c1025c56: [FEATURE] IRRE useCombination option to modify warning text
- Add support for inline elements in combination with
['appearance']['useCombination'] to suppress the warning
messages... - 14:28 Revision e211a7b0: [TASK] Replace @inject with inject methods in other extensions
- Because of performance reasons we replace
the @inject annotations back to inject methods.
Resolves: #68786
Related: ... - 14:20 Revision a7707bcb: [BUGFIX] use array_key_exists() to deal correctly with NULL values
- Resolves: #68606
Releases: master
Change-Id: I22fbd200514324eca4a62b87d2a3018e87c8a85e
Reviewed-on: http://review.typ... - 14:03 Revision 865f2b48: [BUGFIX] License Links in about module are incorrect
- The about module links to "http://typo3.org/license" (404) instead of
"http://typo3.org/typo3-cms/overview/licenses/"... - 13:51 Revision eaaa02f7: [CLEANUP] Remove duplication in FormEngine group element
- Change-Id: I3cf50c1ea27a36c86ca019d895da4472e78cdcf4
Releases: master
Resolves: #68774
Reviewed-on: http://review.typ... - 13:07 Revision 375b7cb6: [BUGFIX] Make TypoScriptParser sortList more strict
- When calling the := sortList() with a "numeric" modifier
of the TypoScript parser with a string, the sort() method
di... - 12:19 Revision 8f499374: [!!!][TASK] Streamline directory structure of ext:indexed_search
- Resolves: #68354
Releases: master
Change-Id: Ic40ea469c08b79678e98b339c2774609a14c01b0
Reviewed-on: http://review.typ... - 12:06 Revision 84982f42: [BUGFIX] Clear affected caches on page publishing
- When publishing a page, the treelist cache should be cleared.
This is fixed by adding a condition that checks for a s... - 11:22 Revision 13991fb8: [BUGFIX] Css: change typo3-listOptions from id to class
- The id must change to class since they are used
multiple times on one page.
Change-Id: Ic4eb03f894595ebdb170185a06c7... - 11:12 Revision eb093a13: [BUGFIX] Fix wrong comment in install tool for [HTTP][proxy_host]
- Resolves: #62340
Releases: master, 6.2
Change-Id: I20554a255141ba2f49f0632404957eaf320cee7b
Reviewed-on: http://revie... - 11:06 Revision 8a91a861: [BUGFIX] Remove last usage of show_item.php
- Use getModuleUrl instead.
Resolves: #68783
Releases: master
Change-Id: I8ce3e3b9801c87e96669ba5870450c974efde26c
Rev... - 10:54 Revision efee7605: [FOLLOWUP][TASK] Allow command controller classes to reside in subfolders
- Add documentation file for this change.
Resolves: #68758
Releases: master
Change-Id: I7a0ced71e71dd2f1b0eb85e86f8f25... - 10:19 Revision f1797cb3: [TASK] Allow command controller classes to reside in subfolders
- CommandController classes were required to reside in the main
folder inside Classes and have to be named like <name>C... - 10:12 Revision 9d192760: [TASK] Remove typo3/gfx
- As all occurences are removed for now, the clear.gif icon and the whole
gfx/ directory can be removed as well.
Relea... - 08:50 Revision 304af411: [BUGFIX] Changed listNum to split in documentation
- There is a mistake in our Feature documentation.
Change listNum to split.
Resolves: #68779
Related: #67880
Releases:...
2015-08-05
- 23:59 Revision a18ebb82: [TASK] Introduce early returns in DataHandler::canDeletePage()
- Change-Id: Ib73136e767ee1fa8b97684a3cf03f763db8d907e
Resolves: #68775
Releases: master
Reviewed-on: http://review.typ... - 23:58 Revision edc1150f: [BUGFIX] Edits disappear when published twice
- When accidentally publishing an edit twice, eg. by using multiple
browser tabs, all modifications are reverted and th... - 23:34 Revision 4ad8a3b8: [BUGFIX] DocumentEditController save broken
- With changing the input type=image to input type=submit, the x/y
values are no longer transferred the EditDocumentCon... - 23:31 Revision e4ee3f0b: [BUGFIX] DataHandler: cast value to string in checkValueForInput()
- Explicitly cast the value as a string before using substr() on it.
Otherwise NULL values would be passed to substr(),... - 23:25 Revision dda6bcea: [FEATURE] Severity-filtering for FlashMessageQueue
- This allows to fetch/clear only messages of a given
severity. FlashMessageContainer in TYPO3.Flow
offers similar func... - 23:21 Revision 2493308e: [TASK] Remove usage of PageRenderer in SelectTreeElement
- Resolves: #68675
Releases: master
Change-Id: I4d18b04e1cdb633760b21c2ae1a95c2cb8ec88c9
Reviewed-on: http://review.typ... - 22:59 Revision 39b58868: [TASK] Move T3Editor logic into T3editorElement
- Resolves: #68754
Releases: master
Change-Id: I6de64c8fd5bb07d9c6c697deb94622399b594930
Reviewed-on: http://review.typ... - 22:57 Revision a227c4a5: [FEATURE] Show a special image for official distributions in EM
- For official distributions a special image is displayed in the "Get
preconfigured distribution" list. So it is easier... - 22:33 Revision 85a36357: [FEATURE] Show only distributions for current version
- As the list of distributions gets longer, it is filtered now to
those distributions that suite the current TYPO3 vers... - 22:28 Revision c3fc5639: [TASK] Move clear.gif usage for ExtJS to ext:t3skin
- Resolves: #68770
Releases: master
Change-Id: I04c4221a9a99efbb0c2ded5566cb954fe2f453bd
Reviewed-on: http://review.typ... - 22:18 Revision 2bd727f1: [FEATURE] Add option to hide group field move buttons
- This adds an TCA option to explicitely hide the move buttons of
TCA "group" fields. As of now these icons can only be... - 22:13 Revision 7c5642c6: [CLEANUP] Remove obsolete require_once from test files
- Resolves: #68772
Releases: master
Change-Id: I0663843c97bde2b063cf2031a217f0285f2674ee
Reviewed-on: http://review.typ... - 22:08 Revision ac81c16e: [BUGFIX] Shortcut list (top right) is filled by duplicated entries
- The AjaxShortcut function has no validation of an already existing entry in the
shortcut list before it create a new ... - 22:06 Revision fc999ebc: [FEATURE] Make "base" of stdWrap_bytes configurable
- It is possible now to set the base parameter via TypoScript to define
a base (1000 or 1024) to calculate with if you ... - 22:05 Revision c1283880: [FOLLOWUP][TASK] Get rid of clear.gif in buttons
- Type image without src attribute is not allowed.
Use type submit instead.
Resolves: #68304
Releases: master
Change-I... - 21:02 Revision b2289f6c: [TASK] Get rid of clear.gif in buttons
- Resolves: #68304
Related: #68025
Releases: master
Change-Id: I90f372ac7570dcc57517b2f9b1e9efcd01b3b9ca
Reviewed-on: h... - 21:00 Revision 348039c9: [BUGFIX] Typo in neg_foreign_table in DataPreprocessor
- Change-Id: I5f281c99c65a6a3a0d0d527bdd5db02853eb078b
Releases: master, 6.2
Resolves: #68769
Related: #36573
Reviewed-... - 20:57 Revision 7f5aa938: [BUGFIX] Typo in neg_foreign_table in DataPreprocessor
- Change-Id: I5f281c99c65a6a3a0d0d527bdd5db02853eb078b
Releases: master, 6.2
Resolves: #68769
Related: #36573
Reviewed-... - 20:41 Revision 47524039: [TASK] Remove gfx from TaskCenter
- Resolves: #68768
Releases: master
Change-Id: Ifc6a6aa01624eafde93b75515483d83070692f02
Reviewed-on: http://review.typ... - 20:38 Revision be5cde3f: [TASK] Raise version number in bower and packages JSON file
- Move links to https only.
By next release these numbers will be raised automatically.
Resolves: #68767
Releases: mas... - 20:00 Revision cdf24776: [TASK] styleguide: TCA: Change some maxitem group settings
- 19:30 Revision d7027e74: [TASK] Replace confirm with a dialog when creating a new bookmark
- Resolves: #68751
Releases: master
Change-Id: I4fa9c9be82581832356d1217885f0a2ba41a9aeb
Reviewed-on: http://review.typ... - 19:29 Revision 70638576: [BUGFIX] Allow subclasses of \DateTime as entity properties
- When a class "\MyCustomDateTime extends \DateTime", the data mapper
creates "\DateTime" objects instead when mapping ... - 18:27 Revision 7a63ad91: [BUGFIX] ViewHelper variable container must deal with NULL
- The internal variable storage container for viewhelpers must
be capable of handling variables with NULL values.
Reso... - 17:55 Revision 4bfc703d: [TASK] Replace confirm ActionTask::action_linkUserName
- Resolves: #68252
Releases: master
Change-Id: I04b8fe9e2135bbb28201d33acd114f8e87bfe1b9
Reviewed-on: http://review.typ... - 17:32 Revision 9aeae180: [TASK] Replace confirm in import / export module
- Resolves: #68249
Releases: master
Change-Id: I9fb6fba5479059877ee650c567f20d77f711ef17
Reviewed-on: http://review.typ... - 16:23 Revision 11bb45f7: [FOLLOWUP][TASK] Replace @inject with inject methods in ext:extbase
- Wrong inject method name for objectManager.
Resolves: #54605
Releases: master
Change-Id: I2e8ef1656b514ba547ccc248a1... - 14:28 Revision 3d3d7aee: [TASK] Replace @inject with inject methods in ext:extbase
- Because of performance reasons we replace
the @inject annotations back to inject methods.
Resolves: #54605
Releases:... - 13:33 Revision e8f004ea: [TASK] Reactivate RequestBuilderTest for PHP7
- As the crash is fixed, we can reactivate the test.
Resolves: #65321
Releases: master
Change-Id: I7f43ed6824beb779cad... - 12:34 Revision 5e015b36: [TASK] Make Uri/ImageViewHelper compilable
- The Uri/ImageViewHelper is now compilable.
Resolves: #66728
Releases: master
Change-Id: I271136f5dfe8b3187d6ed524148... - 11:53 Revision e232eea1: [BUGFIX] Add clickmenu trigger for uploaded files
- Add the <a> tag around the file icon of uploaded files to enable
the clickmenu.
Resolves: #62352
Releases: master
Ch... - 11:11 Revision 0a9249f5: [FEATURE] Check for incompatible MySQL modes in install tool
- Detect MySQL modes that are incompatible with TYPO3 CMS and report them
in the Install Tool. The warning will appear ... - 10:49 Revision 8e667e45: [TASK] Remove unused CSS for FormEngine wizards
- The ID on the body tag is now completely different.
Removing a few lines of CSS for form wizard (in ext:compatibility...
2015-08-04
- 17:37 Revision 077b6d48: [!!!][TASK] Remove ElementBrowser::getMsgBox
- Messages should be rendered by FlashMessages and not by html tables.
Drop the whole method and change the usages to p... - 17:32 Revision 3cc3d6cf: [TASK] Make use of bool/int in @param and @return DocComments
- Resolves: #68732
Releases: master
Change-Id: Ic3c2059ee90185551f77e5b658b686d473291d72
Reviewed-on: http://review.typ... - 17:17 Revision 180ae09d: [TASK] Update TYPO3 version to TYPO3 7.5-dev
- Releases: master
Change-Id: I4e245c825571869d93052e8f759e40e85ff6c140
Reviewed-on: http://review.typo3.org/42251
Revi... - 15:10 Revision 16ef2253: [TASK] Set TYPO3 version to 7.4.1-dev
- Change-Id: Ie9c2565afb98a1011423c6a578d445aa90792f86
Reviewed-on: http://review.typo3.org/42249
Reviewed-by: TYPO3 Re... - 15:09 Revision c3ae8d67: [RELEASE] Release of TYPO3 7.4.0
- Change-Id: Ie0b2b38fa3d2d1aa5200aa547dca7d2ee1e74caa
Reviewed-on: http://review.typo3.org/42248
Reviewed-by: TYPO3 Re... - 14:30 Revision 87ced33e: [BUGFIX] Keep cursor position in textfields on navigating by arrow keys
- Do not reset the cursor position if one navigates in the textfields by
arrow keys.
Resolves: #68721
Releases: master... - 14:27 Revision d6511a2b: [BUGFIX] EXT:setup User Settings > realName and email not saved
- Saving an avatar resetted the input data to only contain
the avatar data. Fix this by adding the avatar information t... - 13:23 Revision 738861bd: [BUGFIX] Do not turn TYPO3 Logo upside down on error pages
- Resolves: #68718
Releases: master, 6.2
Change-Id: Ie41426bac4a21e53f423e52fd537e037db18ac4f
Reviewed-on: http://revie... - 13:16 Revision 7189d31c: [BUGFIX] Do not turn TYPO3 Logo upside down on error pages
- Resolves: #68718
Releases: master, 6.2
Change-Id: Ie41426bac4a21e53f423e52fd537e037db18ac4f
Reviewed-on: http://revie... - 12:48 Revision 12a2e0d3: [FOLLOWUP][TASK] Pagetrees: adopt open/close icons and align items of same level
- Module Filelist -> Folder Tree: prevents the line break between icon and text.
Element Browser: Missing space between... - 12:00 Revision 9110e218: [BUGFIX] Tree icons are not displayed in Safari
- Open/Close icons are displayed again in Safari.
Change-Id: I2f08e787882f5dea659663de38572f874eae1f2e
Releases: maste... - 06:19 Revision 71bb83d9: [FOLLOWUP][TASK] Pagetrees: adopt open/close icons and align items of same level
- Let the open/close icons for the tree root elements reappear.
Releases: master
Resolves: #68649
Change-Id: I0a7c9065... - 00:37 Revision 68ef77ef: [TASK] Remove direct call to ajax.php in ExtDirect API
- A leftover from the integration of AJAX requests in index.php
Resolves: #68631
Releases: master
Change-Id: I19d48624... - 00:27 Revision e3de9753: [BUGFIX] Fix inclusion of non existing favion in Install Tool
- Remove the usage of a non existing favicon in the Install Tool.
As this should be rather standalone, removal is prefe...
2015-08-03
- 14:26 Revision d826044b: [FOLLOWUP][FEATURE] TCA/ctrl/descriptionColumn
- Move rowDescription to correct position and add missing comma.
Change-Id: Ia30a8ab54ccf0d2fe3ca3eaf312fd9d02e58c121
... - 13:05 Revision 82d452fe: [DOCS] proofreading and moving of feature rst files Part 1
- These include files that do not require updates on the references
Releases: master
Change-Id: I1b4bc57b2f9f97c96cce3...
2015-08-02
- 21:23 Revision 6668961a: [BUGFIX] Suppress error while creation of database tables without keys
- Resolves: #68693
Releases: master
Change-Id: Id565735069e266f896d326e9943dd9d7d67f7537
Reviewed-on: http://review.typ...
2015-07-31
- 18:22 Revision c2d9a675: [FOLLOWUP][TASK] Add -h --help as CLI option for scheduler
- Add missing command line arguments to the options array.
Resolves: #63699
Releases: master
Change-Id: Idca42989811e4... - 16:16 Revision 9ed7c08a: [BUGFIX] PSR-7: Do not let legacy code take precedence over HTTP headers
- The code to not overwrite regular headers set by PSR-7 response
is obsolete and should be removed. Legacy code does n... - 14:28 Revision f7d60d9c: [TASK] Remove usage of PageRenderer from ImageManipulationElement
- Resolves: #68674
Releases: master
Change-Id: I9821c54e785c67bbe140ff30c18a7369665f8bad
Reviewed-on: http://review.typ... - 13:51 Revision 8ab154d3: [DOCS] Update for RST Indexes and Table of contents
- Releases: master
Change-Id: I04decf96fa6d320eee62207de163de9101d919f9
Reviewed-on: http://review.typo3.org/42170
Revi... - 13:38 Revision 84218a9a: [TASK] Rename ResourceStorage::processUploadedFilename to sanitizeFileName
- Feature #67545 introduced ResourceStorage::processUploadedFilename and
changed the existing PreFileAddSignal. The nam... - 13:20 Revision 0fc6f1cf: [DOCS] proofreading and moving of breaking rst files
- Releases: master
Change-Id: I2df2010e2bc43d3f879b9d60fc2ab39c5b3e39a1
Reviewed-on: http://review.typo3.org/42140
Revi... - 13:19 Revision 6f2aa504: [DOCS] proofreading and moving of important rst files
- Releases: master
Change-Id: Iab417188b9586e4646ed99a48a9a1de930e44e57
Reviewed-on: http://review.typo3.org/42144
Revi... - 13:19 Revision 1afc4c35: [DOCS] proofreading and moving of deprecation rst files
- Releases: master
Change-Id: I94a51969af3229c854e9993a2f8400d379ecba1c
Reviewed-on: http://review.typo3.org/42143
Revi... - 11:44 Revision 442b7b83: [BUGFIX] Use dedicated class loading info for testing context
- Also always clear the directory to avoid issues during testing.
Releases: master
Resolves: #68639
Change-Id: If64c3b... - 10:10 Revision 6b2e1318: [BUGFIX] PSR-7: Only send headers if no other headers are prepared
- The PSR-7 functionality to send the headers is now only in use
if the headers haven't been sent already or no other f... - 10:03 Revision fdbe3442: [BUGFIX] Enlarge new content element wizard links click area
- This encapsulates the whole items within the new content element
wizard with a link to ensure the whole area is click... - 00:57 Revision 41e01ab8: [BUGFIX] Handle broken refindex in Element Information popup
- Releases: master
Resolves: #68601
Change-Id: I7a9092bdec5ad43564c1e3abd576d26f2b8d7685
Reviewed-on: http://review.typ... - 00:24 Revision 4dd19516: [FOLLOWUP][FEATURE] Avatar for backend users
- The avatar is now really shown in the element information popup.
An additional call to htmlspecialchars() is added as... - 00:17 Revision 1086cab6: [TASK] Remove not used CSS for suggest wizard
- Resolves: #68657
Releases: master
Change-Id: I17cd5fbd9ad0c5cec42738c848b2d1587041cdd4
Reviewed-on: http://review.typ... - 00:14 Revision 500da35d: [TASK] Remove unused image styling for tab menu
- The API method from the core doesn't use these classes anymore.
Resolves: #68656
Releases: master
Change-Id: I604293... - 00:13 Revision 1b00a4fb: [TASK] Pagetrees: adopt open/close icons and align items of same level
- Adopt open/close icons for pagetrees (except for the main TYPO3 pagetree).
Fix width of last-child li's before-pseudo...
2015-07-30
- 23:33 Revision 374940ef: [TASK] Disallow access to vcs directories
- Access to vcs directories should be denied by default to avoid leaking
information to the outsite that might have bee... - 23:32 Revision 231fecfe: [TASK] Disallow access to vcs directories
- Access to vcs directories should be denied by default to avoid leaking
information to the outsite that might have bee... - 23:06 Revision 818553a4: [BUGFIX] TS Object Browser: Fix edit value form
- Fix inline form elements in edit-value-form.
Add missing space in clear-object form-group.
Releases: master
Resolves... - 15:58 Revision 51539dd5: [BUGFIX] Call fixPermissions after replaceFile
- Resolves: #68642
Releases: master, 6.2
Change-Id: Iec6bf8989cae1fafd2cc909635d980c971af656c
Reviewed-on: http://revie... - 15:57 Revision befe4f01: [BUGFIX] Call fixPermissions after replaceFile
- Resolves: #68642
Releases: master, 6.2
Change-Id: Iec6bf8989cae1fafd2cc909635d980c971af656c
Reviewed-on: http://revie... - 14:09 Revision f3d5194a: Revert "[BUGFIX] Fix HttpRequest instantiation"
- Without something like '"minimum-stability": "dev"' distribution
packages depending on "typo3/cms" cannot have its de... - 13:18 Revision 931f8ad2: [BUGFIX] Invalid handling of "mergeIfNotBlank" in backend
- This is a partial backport of #68592 to fix the title part
in the backend for 6.2 as well.
Change-Id: I56fce644416ba... - 12:58 Revision dc061b0c: [BUGFIX] Don't use FAL based ImageViewHelper in extension manager
- Resolves: #68636
Releases: master, 6.2
Change-Id: I15c48447d0226518f0bdf8459295a82e49864306
Reviewed-on: http://revie... - 12:52 Revision c5ec2421: [FOLLOWUP][BUGFIX] Fix CSRF protection token in localization overview
- This patch streamlines the concatenation of the onEdit link and
additional Javascript. See https://review.typo3.org/4... - 12:49 Revision 7074c79a: [BUGFIX] Don't use FAL based ImageViewHelper in extension manager
- Resolves: #68636
Releases: master, 6.2
Change-Id: I15c48447d0226518f0bdf8459295a82e49864306
Reviewed-on: http://revie...
2015-07-29
- 23:42 Revision 52a5d882: [BUGFIX] Error on trying to edit selected records in list module
- Add additional Javascript to the edit link after
BackendUtility::editOnClick was called. This is needed because the
a... - 23:35 Revision a7a7c74c: [TASK] Prevent database error for upgrade wizard
- The Upgrade Wizard LanguageIsoCodeUpdate relies on the usage
and therefor existence of ext:static_info_tables. If it ... - 22:42 Revision a7f2e62b: [BUGFIX] Ignore configurable symlinks in structure check
- In composer mode the symlinks to index.php and typo3 are configurable
as well as the typo3_src folder is.
Ignore the... - 22:41 Revision 3e402ed9: [TASK] Remove special JavaScript handling for ajax.php
- Resolves: #68630
Releases: master
Change-Id: I758adef7e87e27db838b7e796de7f6718fcabc5c
Reviewed-on: http://review.typ... - 20:16 Revision 88e782f9: [BUGFIX] t3editor: Fix code completion when running multiple editor instances
- Resolves: #68622
Releases: master
Change-Id: I961de20ab92d6cff1626f03dd1d479a70a686cd1
Reviewed-on: http://review.typ... - 20:07 Revision ce72378b: [BUGFIX] Rename setLocale() in DateTimeViewHelperTest
- The method setLocale($locale) in the DateTimeViewHelperTest
was implemented to test against several locales. However,... - 19:48 Revision c0f322ad: [BUGFIX] Rename setLocale() in DateTimeViewHelperTest
- The method setLocale($locale) in the DateTimeViewHelperTest
was implemented to test against several locales. However,... - 19:38 Revision 4fb8c559: [TASK] Consistently name methods and command "dumpClassLoadingInformation"
- Releases: master
Resolves: #68633
Related: #68589
Change-Id: I98c41fc8536fe69e2a77f82d6189e671840920d0
Reviewed-on: h... - 18:44 Revision f318050e: [BUGFIX] Fixed permissions of media field in page properties
- It was not possible to add media to the page properties if the user has
only the permissions for "page edit" and not ... - 17:30 Revision ce527b56: [BUGFIX] Remove wrong references in Install Tool ViewHelper
- The ContainerViewHelper from the install tool has the option
to enable the click menu, which references to a file whi... - 17:09 Revision 961b6b0f: [!!!][TASK] Move language and images in rtehtmlarea
- Resolves: #68321
Releases: master
Change-Id: I4e05d8ccb4718279fef4338ec616e309e63d64e5
Reviewed-on: http://review.typ... - 16:56 Revision 11cf2f82: [BUGFIX] Ensure jQuery is loaded as well when loading the Lang module
- If we forcefully load the JS Lang-module, which depends on jQuery, we
have to ensure that jQuery is requested as well... - 16:18 Revision 35bb10f1: [BUGFIX] Inline records get pid=0
- The FormEngine refactoring introduced a typo that leads
to inline records ending up with pid=0 in case of pages
trans... - 16:17 Revision fedbce14: [BUGFIX] Do not load ExtJS again via AJAX
- Resolves: #68396
Releases: master
Change-Id: I8ccdcd6466b3367503ae7c8385015f7e34994b4f
Reviewed-on: http://review.typ... - 15:53 Revision db84ebca: [FEATURE] Add command to dump class loading information
- Releases: master
Resolves: #68589
Change-Id: I57debc378de1f831e2d06d16ac61b6ed6df45e2c
Reviewed-on: http://review.typ... - 13:19 Revision da908377: [BUGFIX] displayCond in Flexform sheets
- This actually fixes two independent bugs:
1) The condition matcher could not access information from another
sheet, ... - 11:30 Revision be125fa1: [BUGFIX] Fix HttpRequest instantiation
- This was fixed upstream but a new release was not
published yet, thus we temporarily require the commit
with the fix....
2015-07-28
- 23:39 Revision 5487fbd2: [BUGFIX] Validation in formengine without leaving field
- Fix validation problem for input fields.
Resolves: #68599
Releases: master
Change-Id: I8e4f77d7c2b68d2f1e36ef52ad3be... - 23:34 Revision a37b93ec: [BUGFIX] t3editor: Add properties from supertypes to autocomplete
- Fix the condition that checks if a TypoScript property of the supertype
needs to be added to the current node in the ... - 23:06 Revision 4debd557: Revert "[BUGFIX] Database API: Cast bool values to integer for MySQL"
- Not save to assume that the column will always be an int.
Failing functional tests as well.
This reverts commit cc72... - 22:38 Revision f1355b35: [BUGFIX] Scheduler: make lastexecution_failure field non-mandatory
- MySQL in strict mode requires TEXT fields defined with the NOT NULL
attribute to be explicitly set on INSERT statemen... - 22:33 Revision cc72fd7e: [BUGFIX] Database API: Cast bool values to integer for MySQL
- Convert boolean values to integers before processing them with
mysqli_real_escape_string() to ensure that FALSE value... - 21:45 Revision ba924399: [BUGFIX] Root node in folder tree in ElementBrowser works again
- The root node can be collapsed again without reloading the whole
ElementBrowser and killing its functionality.
Expan... - 21:30 Revision a7bf599c: [BUGFIX] Prefix font awesome icon path for admin_panel.css
- Font Awesome icons are prefixed with #TSFE_ADMIN_PANEL_FORM to
prevent issues with CSS from the website that uses Fon... - 21:27 Revision 5092e3c7: [TASK] Drop unused inline CSS for admin panel
- Releases: master
Resolves: #68596
Change-Id: Iabf1d9ca090069effa731ac63def2622e8a59d9a
Reviewed-on: http://review.typ... - 21:11 Revision 486f68f2: [TASK] TS Object Browser: Add space to checkboxes
- Add space between checkboxes and labels. Change
"typo3-listOptions" menu to gain the appearance of
the menu located i... - 21:08 Revision e2e2345f: [FOLLOWUP][BUGFIX] Add padding to items in tree
- The padding must not be added to .list-tree-group.
Otherwise there is too much padding between the key
and equal sign... - 21:08 Revision e660968f: [BUGFIX] Respect rootline order for getPagesTSconfig()
- The method TypoScriptFrontendController::getPagesTSconfig() now
respects overrides via TSconfig and now returns the a... - 21:00 Revision 79c76cbd: [BUGFIX] Datepicker must care about special types
- Change-Id: Ia68c13f30444e76689efee7b8630a8b3fc7687f5
Resolves: #68579
Releases: master
Reviewed-on: http://review.typ... - 20:44 Revision 1d9913cc: [TASK] Drop THIS_CID
- PageTsConfig can be configured to manipulate some queries in
the backend using marker based logic. One marker is THIS... - 20:14 Revision b70fa060: [FOLLOWUP][BUGFIX] mergeIfNotBlank for recordTitle and tcaType
- Two unit tests are adapted to test the correct merge behavior
with both situations "value in overlay is blank" and
"v... - 19:57 Revision 892b26c3: [BUGFIX] Solve z-index problems in the backend
- These problems are solved with the patch:
* nprogress loader is above topbar dropdown
* debug bar is above topbar dro... - 19:47 Revision 48d24ffa: [BUGFIX] mergeIfNotBlank does not work for recordTitle and tcaType
- If a field is TCA config is set to l10n_mode=mergeIfNotBlank, the
value from the default language record is used as f... - 19:21 Revision b18ca5d1: [BUGFIX] Wrong path generated for icon in NewContentElementController
- When using EXT:myext/icon.png in the new content element wizard,
a wrong path is generated. The current solution only... - 19:15 Revision a8c421bf: [BUGFIX] Fix isEditable()-call for localize-to-functionality
- Calls to isEditable() were added with #68282.
Unfortunately in the localize-to-part the function-call didn't
include ... - 19:00 Revision 04ca8615: Revert "[BUGFIX] PSR-7: Only send headers if no other headers are prepared"
- The AJAX functionality in the backend does not work anymore, thus reverting to the original state, finding a proper s...
- 18:34 Revision fe684889: [BUGFIX] Remove duplicated fields in element table
- Some fields are shown twice for the content element "Table".
Remove the duplicates
Change-Id: I6f49bdfab0f8aad8f2ab0... - 18:08 Revision 8e9a766d: [BUGFIX] PSR-7: Only send headers if no other headers are prepared
- The PSR-7 functionality to send the headers is now only
in use if the headers haven't been sent already or no other f... - 18:03 Revision 85e1d53b: [TASK] Deactivate install tool core updater in composer mode
- Core updater must be disabled in composer mode,
to not interfere with composer commands.
Releases: master
Resolves: ... - 17:36 Revision c893e581: [FOLLOWUP][BUGFIX] Catch exceptions for inaccessible storages
- Change naming of exception to ResourcePermissionsUnavailableException
and use exception hierarchy as for other except... - 12:13 Revision c9198a93: [BUGFIX] Add hover state to click menu
- The click menu needs a hover state to show the current selection
Change-Id: I3a7a5145fe46a6ce9569fc0cd8e1da4492946cf... - 11:56 Revision d805797d: [FOLLOWUP] Fix test mocks for IconUtility
- Change-Id: Ic426b12f680bca46aa8fbf546e02b004c39589c4
Resolves: #64714
Releases: master
Reviewed-on: http://review.typ... - 10:31 Revision 4ada4f81: [BUGFIX] Catch exceptions for inaccessible storages
- A storage might be (temporary or permanently) not available in the
current file system. Then it should be displayed a... - 09:56 Revision af7b2f96: [FOLLOWUP][FEATURE] PageTS dataprovider for backend layouts
- Fix the code snippet in the rst file.
Change-Id: Id6142a78bfc7cdfe4ffded78230079b49a4c0a63
Resolves: #61903
Releases... - 08:43 Revision 29db317a: [BUGFIX] Invalid reference to further instructions
- EXT:lowlevel contains a label suggesting the user to read file
HOWTO_clean_up_TYPO3_installations.txt for more detail... - 03:32 Revision 73ed7fd7: [BUGFIX] Logging: Make sys_log NEWid column larger
- Update the table definition for the sys_log table to store the whole
NEWid value from TCEMAIN. NEWid typically is 'NE...
2015-07-27
- 22:04 Revision 221518f4: [BUGFIX] Don't show clickmenu icon in ElementBrowser
- Releases: master
Resolves: #68560
Change-Id: I424e8851b33b63df71a040b9c208529ce1e80278
Reviewed-on: http://review.typ... - 21:41 Revision a8715094: [TASK] Replace spinner in extension upload form with iconfont
- Resolves: #68568
Releases: master
Change-Id: I45452f503fa1caabbc9f0deaa2b073730b0e339b
Reviewed-on: http://review.typ... - 21:40 Revision 3e43f82d: [BUGFIX] Replace prototype defer function
- Resolves: #68567
Releases: master
Change-Id: I48d91b7f39e2367f8f101c4e32c4bcd782dbf58f
Reviewed-on: http://review.typ... - 21:18 Revision 0e7d802e: [BUGFIX] Suggest for group-field in FlexForm does not work anymore
- Wrong typehint in overrideFieldNameAndConfigurationForFlexform
generates an exception with flexform. Remove the typeh... - 20:37 Revision 972a5361: [TASK] Remove CSS hotfixes for prototype / scriptaculous
- Resolves: #68565
Releases: master
Change-Id: I50063966a371951f9f3dcc485eb036988154ec88
Reviewed-on: http://review.typ... - 20:28 Revision fcd37e59: [BUGFIX] Prevent double dots in data-table string for csh
- Resolves: #68556
Releases: master
Change-Id: Ib32b4a9abb4fa46bee959027a52bfb6dbb372fa5
Reviewed-on: http://review.typ... - 20:24 Revision beff9ad0: [TASK] Remove unused new content element wizard CSS
- Resolves: #68563
Releases: master
Change-Id: I8cb0920451b5c7337c53c253c46fd0c48532e9fe
Reviewed-on: http://review.typ... - 20:08 Revision 0ce57219: [BUGFIX] Fix CSRF protection token in localization overview
- This patch fixes the links for creating new translations inside the
localization overview module. These are broken si... - 16:54 Revision 3aa9e2f2: [BUGFIX] Show pages with "show at any login" in view module
- Resolves: #67752
Releases: master, 6.2
Change-Id: I9e8e54012bcfb994e508eae0269493d250cc005a
Reviewed-on: http://revie... - 16:42 Revision 6c76a90c: [BUGFIX] Show pages with "show at any login" in view module
- Resolves: #67752
Releases: master, 6.2
Change-Id: I9e8e54012bcfb994e508eae0269493d250cc005a
Reviewed-on: http://revie... - 16:29 Revision 4dede340: [BUGFIX] Return full AJAX response for BE login session check
- Additionally cleanup the class a bit
Releases: master
Resolves: #68554
Change-Id: I98e69ae92ac74ebc20f51fc993a44043c... - 13:37 Revision 9db8ad80: [BUGFIX] Adjusted width, height and line height of module menu icons
- Menu icons of the first level of the module menu must be adjusted
to fit the 28px square of the actual app icons in t... - 12:59 Revision 155e9a23: [TASK] styleguide: Change iconfile to use EXT: resolving
- 12:41 Revision 1d5c1f26: [BUGFIX] Use POST instead of GET for suggest wizard
- The request for the suggest wizard must use POST instead of GET
to prevent too large request URI.
Resolves: #68518
R... - 12:00 Revision be4bfcc5: [BUGFIX] Improve styling of TS-Objectbrowsers edit view
- Bootsrap classes are applied to the form and the input fields
of the edit view in the objectbrowser to fit the rest o... - 10:17 Revision e3c2eca9: [BUGFIX] Prevent backend cookie set in frontend
- If you have an enabled rsaauth, the frontend login gets hashed before
sending the data. Due to a request to an ajax h... - 09:34 Revision 4d5bd838: [TASK] Show headlines only if sub modules are available
- EXT:aboutmodules should only show the headlines if submodules
are actually available.
Change-Id: I7d1c0c9f9a2d5ae6ae...
2015-07-26
- 17:58 Revision c54c37df: [BUGFIX] Invalid links to documentation
- Resolves: #68540
Releases: master, 6.2
Change-Id: I7e66ab53bb4ec67af5a2b4355d0704e329ea3ea7
Reviewed-on: http://revie... - 17:55 Revision ee1338cf: [BUGFIX] Invalid links to documentation
- Resolves: #68540
Releases: master, 6.2
Change-Id: I7e66ab53bb4ec67af5a2b4355d0704e329ea3ea7
Reviewed-on: http://revie... - 17:50 Revision 9b5b0d30: [BUGFIX] Streamline XLIFF identifiers for saltedpasswords
- Change-Id: I53c39a7636c4662e63827d6184c616e3ebd75bce
Resolves: #68539
Releases: master
Reviewed-on: http://review.typ... - 16:02 Revision aae88a56: [FEATURE] Add Data Processor for fetching DB records
- Releases: master
Resolves: #68094
Change-Id: I275f2b875ce78d3611975a1ffeec05395dd8b4db
Reviewed-on: http://review.typ...
2015-07-25
- 21:24 Revision 6da57da8: [FEATURE] styleguide: Add documentation for backend `Avatars` 📷
- 19:49 Revision 2a90fcbe: [BUGFIX] styleguide: Table > btn-group
- Resolves https://github.com/TYPO3-CMS/styleguide/issues/30
- 12:10 Revision f676de11: [BUGFIX] Fix table style of extension manager
- This patch introduces table-fit class and removes the hidden-xs classes
from all columns.
Resolves: #68522
Releases:... - 11:01 Revision d0fc6c2f: [TASK] Implement EXT: resolving for iconfile option
- Resolves: #68469
Releases: master
Change-Id: Idde90e50f3effcca81b65d13b0dc098a7dea2d03
Reviewed-on: http://review.typ... - 10:59 Revision 8cdd1acf: [TASK] Add notification about composer mode
- If the system was installed with composer, the user should better not
use the extension manager. This patch adds a no...
2015-07-24
- 19:05 Revision dea8707e: [BUGFIX] Re-add rst file and throw wizard script exception
- This patch re-add 7.0/Breaking-59659-DeprecatedCodeRemovalInBackendSysext.rst
file and throws an exception in "script... - 19:03 Revision 4839da3a: [TASK] Use GU::hmac() instead of encryption key in FileWriter
- There is a potential attack to get hold of a secret encryption key
if such key is hashed with a single hash function ... - 18:01 Revision 97949799: [!!!][TASK] Append hash to default log file name
- A hash is appended to the default log file name the FileWriter uses
when no other log file is provided in the configu... - 17:57 Revision 31592d2b: [TASK] Cleanup RTE remove pageRenderer and use requireJS
- Resolves: #68426
Resolves: #64713
Releases: master
Change-Id: I873d67e287e181f767e3a907797382a7f0f94f89
Reviewed-on: ... - 16:26 Revision 0d7a5e03: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/29 from NeoBlack/flexDisplayCond
- [FEATURE] styleguide: Add flexform displayCond example
- 16:24 Revision 824b4677: [FEATURE] styleguide: Add flexform displayCond example
- 16:10 Revision bb372c0f: [BUGFIX] wizard_table not working with FlexForm
- This patch fix the table wizard and adjust the DocHeader icons.
It is now possible to use table wizard in FlexForms w... - 16:01 Revision 45308da6: [TASK] Add avatar to more places
- Show the avatar at:
- Record history
- Permission module
Change-Id: I73998dd1b4e393dbd7c86053ec12f73d3959b4ba
Resolv... - 12:13 Revision 09a3b938: [FOLLOWUP][TASK] Remove unnecessary usage of the encryption key
- md5() on the TYPO3 version can be used to guess the exact TYPO3 version.
Therefore change to hmac.
Change-Id: I9636e... - 12:04 Revision 695c2f35: [BUGFIX] Fix icon path for sys_note
- Change-Id: I62ee8e2299602aff6eb83f3ee2087c55e1b241ef
Resolves: #68509
Releases: master
Reviewed-on: http://review.typ... - 12:00 Revision c05fee6a: [BUGFIX] Generate different password hash for 1st BE User & Install Tool
- The install process must generate different password hashes for the same
password which is used for the backend user ... - 11:09 Revision 486f103d: [BUGFIX] Add padding to items in tree
- The items in the tree of the element browser need some padding.
Change-Id: I8342196fb48b83af504a857fb856631a92dc783c... - 09:09 Revision fb8c97a6: [TASK] Move processData functionality into a trait
- The functionality of FluidTemplateContentObject::processData
can be resued in different places and should therefore b... - 07:43 Revision 152858f9: [TASK] Style Admin Panel
- style cache table like the other tables in admin panel
set a maximum width for admin panel
add spacing between the el... - 07:42 Revision a9b1c1a0: [BUGFIX] Fix prototype leftover in FlexFormSectionContainer
- Use insertAfter instead of Insertion.Bottom
Resolves: #68477
Releases: master
Change-Id: I27a09d844f3a9da48246d66e09...
2015-07-23
- 19:52 Revision e6cb5d48: [BUGFIX] Save and close not working in file edit
- File edit for example a CSS file can't save and close.
The onclick event handler was removed completely.
This is wron... - 19:50 Revision 959ac216: [BUGFIX] Parser file not always an array in json_encode
- The parser file is not always an array. Instead it is a string.
In the end it is returned as json_encode.
This breaks... - 19:47 Revision 86975e77: [BUGFIX] Correctly register indexed_search extbase plugin
- Releases: master
Resolves: #68491
Change-Id: Iadd1bf6e0559e18a79e28c72efb91cb708e0dabe
Reviewed-on: http://review.typ... - 12:34 Revision 6b15dcc4: [TASK] Further cleanup indexed_search
- * Cleanup phpDoc
* introduce use statements where needed
Resolves: #68478
Releases: master
Change-Id: I4044ab6e5fd74... - 12:24 Revision 75037d6e: [BUGFIX] Correctly add CSS for t3editor
- Add the true file path to the page renderer.
Releases: master
Resolves: #68476
Change-Id: I92200011ee6ce3e03f60f5964... - 12:00 Revision 9d69bdb8: [BUGFIX] Correct path for resources in compressed CSS files
- This fixes wrong paths in CSS files not being concatenated
but compressed like ExtJS theme.
Test with BE|debug = 0.
...
2015-07-22
- 23:21 Revision 5d54869b: [FEATURE] Allow copying from another language
- This patch extends the "Copy from default elements" buttons by a dropdown
list of available languages. Clicking one o... - 22:44 Revision 641f73ec: [BUGFIX] t3editor: Close autocompletion after changing the cursor position
- Close the autocompletion window when the user changes the cursor
position by clicking somewhere in the editor.
Resol... - 22:08 Revision 0745e778: [TASK] Improve README.md, add CONTRIBUTING.md
- Streamline README.md a bit and add a CONTRIBUTING.md
to hint for basic contribution guidelines.
The CONTRIBUTING.md i... - 21:27 Revision 1df277a7: [BUGFIX] t3editor: Fix broken childNodes for deleted nodes
- Reset the tree node of a deleted element properly for being
rewritten when the deleted elements gets redefined.
Reso... - 20:46 Revision c341ac28: Revert "[FEATURE] Fluid Tag Builder: Allow empty attributes"
- The change introduced is unfortunately broken conceptually and functionally.
For proper support of empty attributes,... - 20:23 Revision a780e46a: [BUGFIX] dbal: Cast field to CHAR for FIND_IN_SET()
- Implement explicit casting of fields to a character representation.
Most DBMS are stricter in regard to data type che... - 20:03 Revision 59dbf921: [BUGFIX] Use correct extension name for labels in indexed search
- The extbase implementation of the search form must use extensionName
and not extension_key for retrieving translation... - 19:53 Revision 26ec7f66: [BUGFIX] Use correct extension name for labels in indexed search
- The extbase implementation of the search form must use extensionName
and not extension_key for retrieving translation... - 19:00 Revision 019f6c08: [BUGFIX] Reinitialize validation after adding fields to the document
- The FormEngineValidation must be reinitialized every time new form fields
have been added to the document or their va... - 18:50 Revision 14f04a6a: [BUGFIX] dbal: Cast field to CHAR for FIND_IN_SET()
- Implement explicit casting of fields to a character representation.
Most DBMS are stricter in regard to data type che... - 18:37 Revision 08a1173c: [BUGFIX] Wrong each function in FormEngineValidation.js
- Resolves: #68471
Releases: master
Change-Id: Ib2e3881bea17f63bc6603cbbc64505d385ca57e0
Reviewed-on: http://review.typ... - 18:37 Revision 79bf6ef8: [BUGFIX] t3editor: Fix scrolling by cursor
- Fix some non-jQuery DOM manipulations and change height
calculation to make scrolling by cursor working again.
Resol... - 16:22 Revision d28dca11: [TASK] Streamline addModulePath and addModule registrations
- Use EXT: to register the path to the module.
Resolves: #68466
Releases: master
Change-Id: Ib2ecec7ed3b1cfea66b11cc03... - 15:49 Revision ccdf8d26: [BUGFIX] Fix rendering SVG icons in FormEngine
- Resolves: #68452
Releases: master
Change-Id: I7a6b908ff650ad39f09e6610c405b5a520696a62
Reviewed-on: http://review.typ... - 14:55 Revision 2ec24139: [TASK] EXT:dbal Uniform extension directory structure
- Move mod1 directory to Modules/Dbal/
Move language files to Resources/PRivate/Language/
Resolves: #68451
Releases: m... - 14:50 Revision c46ea06f: [BUGFIX] Fix image descriptions for renderMethod = table
- Image descriptions are not rendered correctly using
renderMethod = table, since only the description of the
last imag... - 14:40 Revision fe96f33a: [TASK] EXT:recordlist Remove additional params field for ext urls
- The "Additional link parameters" field is not interpreted
for external urls. It therefore needs to be hidden in the
e... - 14:31 Revision 48fc9b27: [BUGFIX] Fix image descriptions for renderMethod = table
- Image descriptions are not rendered correctly using
renderMethod = table, since only the description of the
last imag... - 14:18 Revision 2046733d: [CLEANUP] ElementBrowser controller classes
- Resolves: #68394
Releases: master
Change-Id: Idb1c610465a351cd592242e902d7ebbd03439fcc
Reviewed-on: http://review.typ... - 10:42 Revision 9d8d3f5c: [FEATURE] Include a pageTSconfig file like TS static templates
- Adds a field in the page properties and includes all these files before
the TSConfig from the normal field in the pag...
2015-07-21
- 20:49 Revision df26d68a: [TASK] Use font-awesome icons in ext:version
- removes the colored icons and uses font awesome as well
Resolves: #68437
Releases: master
Change-Id: I0cbd2ae6e76902... - 18:58 Revision 4b6dc6bf: [BUGFIX] Use parse_url to determine absolute urls in ImageService
- Since it is possible to have protocol relative URIs and parse_url
only identifies a hostname once a scheme or scheme ... - 18:53 Revision 80b9af6a: [TASK] Move cli script to Resources/PHP in ext:scheduler
- Resolves: #68436
Releases: master
Change-Id: I466fad8f5579bde5d4619252d65757ebf947ad14
Reviewed-on: http://review.typ... - 18:52 Revision 7350036c: [TASK] EXT:lowlevel Uniform extension directory structure
- Move dbint and config to Modules/ directory
Move language files to Resources/Private/Language/
Move CLI scripts to Re... - 18:47 Revision a62f7690: [TASK] EXT:taskcenter Uniform extension directory structure
- Resolves: #68432
Releases: master
Change-Id: I677375f761a170e6c88fae91584f5bf83c502cbf
Reviewed-on: http://review.typ... - 18:45 Revision edec89a4: [TASK] EXT:tstemplate Uniform extension directory structure
- Moved the code from the ts directory to the Modules/TsTemplate/ directory.
Move language files to Resources/Private/L... - 18:38 Revision 1815cae6: [TASK] EXT:version Uniform extension directory structure
- Moved the code from the cm1 directory to the Modules/Version/ directory.
Move language file locallang.xlf to Resource... - 18:25 Revision 58e03134: [BUGFIX] Reduce height of dragged container
- this patch reduces the height of a dragged container
and also reduces the height of a possible
drop container. So a l... - 18:22 Revision 1f67c64f: [TASK] Move language file in ext:t3editor
- Resolves: #68427
Releases: master
Change-Id: I5f58d427be6b7f202705bdbe5c906d041791f62d
Reviewed-on: http://review.typ... - 18:17 Revision 0d8163f8: [TASK] Move language file from ext:reports
- Move reports/locallang.xlf to
Resources/Private/Language/locallang_reports.xlf
Resolves: #68434
Releases: master
Cha... - 16:30 Revision 4e169b76: [BUGFIX] Use parse_url to determine absolute urls in ImageService
- Since it is possible to have protocol relative URIs and parse_url
only identifies a hostname once a scheme or scheme ... - 16:23 Revision 9d917c85: [BUGFIX] Remove prototype JS from tbe_editor
- Two references to prototype JS are removed from tbe_editor.
Code changed with the prototype removal is further stream... - 13:36 Revision 5dda253e: [BUGFIX] Added missing use statement in Uri/ImageViewHelper
- Resolves: #68421
Releases: master
Change-Id: Ie8e31c5258a1526ddd5d8d750af8aefad053d6c9
Reviewed-on: http://review.typ... - 09:19 Revision 7374c3a6: [BUGFIX] Allow editing of shortcuts for non-admin users
- Resolves: #60254
Releases: master, 6.2
Change-Id: Ie5e65ab761e8ce018a4d71daa39495fae3ad3572
Reviewed-on: http://revie... - 09:07 Revision ec7c18e3: [BUGFIX] Allow editing of shortcuts for non-admin users
- Resolves: #60254
Releases: master, 6.2
Change-Id: Ie5e65ab761e8ce018a4d71daa39495fae3ad3572
Reviewed-on: http://revie... - 08:53 Revision a8d0135f: [BUGFIX] HTMLParser doesn't remove endtag when applying rmTagIfNoAttrib
- Solution: Force nesting = 1 when rmTagIfNoAttrib is set on a tag.
Releases: master, 6.2
Resolves: #22871
Resolves: #... - 02:43 Revision 4248fb83: [BUGFIX] Initialize new session with empty data field
- Initialize the ses_data key with an empty string when
creating a new session record to avoid problems with
active MyS... - 02:41 Revision 87af9d6d: [BUGFIX] Provide default value for field tt_content.filelink_sorting
- Changing the field type for filelink_sorting to a text type that supports
a default value allows inserts into tt_cont...
2015-07-20
- 22:28 Revision 8f12eb76: [BUGFIX] Add encodeURIComponent to search parameter
- Encode search parameter to encode special characters
Resolves: #68400
Releases: master, 6.2
Change-Id: I991fd7c3855d... - 22:09 Revision fb53445e: [BUGFIX] EXT:sys_action: prepend prefix only once on BE-User edit
- Change-Id: I4e00d5a2198f6f3f98f8a08161188d5982962290
Resolves: #27440
Resolves: #31110
Related: #68370
Releases: mast... - 19:51 Revision dae171d8: [BUGFIX] includeCSS is not compressed and concatenated
- The CSS files defined in page.includeCSSLibs don't get concatenated and
compressed if you enable config.compressCss a... - 19:49 Revision ea9d9ef6: [BUGFIX] Use correct class names for task manager registrations and links
- Change-Id: Ic695053e1dc7fd2bc8621ff160c3b9dd939a7025
Resolves: #68370
Releases: master
Reviewed-on: http://review.typ... - 19:47 Revision ddece5ed: [BUGFIX] includeCSS is not compressed and concatenated
- The CSS files defined in page.includeCSSLibs don't get concatenated and
compressed if you enable config.compressCss a... - 19:28 Revision 2642a04e: [BUGFIX] Remove leftover usage of prototype in EXT:form
- Prototype is used in EXT:form, which is based on ExtJS. Prototype
was removed earlier, resulting in JavaScript errors... - 19:27 Revision acdca0a6: [BUGFIX] Make ProcessedFileChecksumUpdate compatible with DBAL
- Use explicit CAST statements in the SQL queries performed by the
updater to allow other DBMS to compare a VARCHAR wit... - 19:07 Revision e8c9b9a9: [BUGFIX] Re-add labels for table content element options
- Change-Id: I5689363e1e5576375805ab7876bc1b62de936a20
Resolves: #68398
Releases: master
Reviewed-on: http://review.typ... - 18:55 Revision f9205842: [TASK] dbal: skip update suggestions for equivalent fields in Install Tool
- Make the Install Tool / Database Upgrade Wizard ignore database
alterations for functionally equivalent field types /... - 18:51 Revision 793d9bb0: [TASK] Drop LICENSE file in ext::t3editor
- License file of codemirror is in the package itself.
Author information is available in git history.
Resolves: #6839... - 18:24 Revision 3584ed0f: [TASK] Move language and cshimages in wizard extensions
- Resolves: #68246
Releases: master
Change-Id: I0a32e096ef6b6f182cd84d0084019d693c70e3a1
Reviewed-on: http://review.typ... - 18:09 Revision 9677ae5c: [TASK] Decouple record fetching from ContentContentObject
- The content object CONTENT has a construct to fetch records from the
database overlaying version and language. This f... - 18:08 Revision 54f33fd3: [BUGFIX] IRRE expand does not initialize category tree
- Resolves: #68013
Releases: master
Change-Id: Ib4733e0b4532a83a501cc6789488cd22f7f998e4
Reviewed-on: http://review.typ... - 17:34 Revision aa1f2d1e: [BUGFIX] Implement EXT: usage in addModulePath
- Make it possible to use EXT: for resolving paths in addModulePath
Resolves: #68361
Releases: master, 6.2
Change-Id: ... - 17:33 Revision 1edba953: [BUGFIX] Implement EXT: usage in addModule
- Make it possible to use EXT: for resolving paths in addModule
Resolves: #68341
Releases: master, 6.2
Change-Id: Ic26... - 17:33 Revision 9de863d9: [FOLLOWUP][BUGFIX] List module must not do editlock for admins
- Commit 3e2d72d3 introduced a generic editlock mechanism for all record
types. If a page is locked for editing, all th... - 17:28 Revision 00bb5a85: [BUGFIX] Make bookmarks to single records working
- Fix the broken bookmarks to single records. Currently
existing bookmarks have to be recreated.
Releases: master
Reso... - 17:20 Revision 13872f88: [FEATURE] Configure section for pagination widget
- Adds a configuration option "section" to the pagination widget so the
links generated by the pagination widget have a... - 17:05 Revision b4d80f8b: [FEATURE] Add editlock for tt_content
- It makes sense to be able to restrict content elements to be
editable by admins only.
Change-Id: Ic5cbb791ef3fcd5448... - 16:28 Revision 8d100288: [TASK] EXT:impexp Uniform extension directory structure
- Moved the code from the app directory to the Modules/ImportExport directory.
Resolves: #68355
Releases: master
Chang... - 16:05 Revision 1aa8de78: [TASK] EXT:filelist Uniform extension directory structure
- Moved the code from the mod1 directory to the Modules/Filelist directory.
Resolves: #68336
Releases: master
Change-I... - 16:03 Revision 5126db23: [TASK] EXT:info Uniform extension directory structure
- Moved the code from the mod1 directory to the Modules/Info directory.
Resolves: #68353
Releases: master
Change-Id: I... - 16:01 Revision 634bb23d: [TASK] EXT:scheduler Uniform extension directory structure
- Moved the code from the mod1 directory to the Modules/Scheduler directory.
Resolves: #68351
Releases: master
Change-... - 15:41 Revision 2ec2acb4: [BUGFIX] Install Tool: Make ISO language SQL queries DBAL compatible
- Use database independent quoting for field values and compare the
numeric static_lang_isocode field with an integer i... - 15:19 Revision 65377dff: [TASK] EXT:setup Uniform extension directory structure
- Moved the code from the mod directory to the Modules/Setup directory.
Resolves: #68350
Releases: master
Change-Id: I... - 15:16 Revision 53753e2b: [BUGFIX] Add missing label
- Add missing label in permissions module.
Resolves: #68377
Releases: master
Change-Id: If5a645809eb24502a072d74e816ab... - 14:26 Revision 9029e979: [TASK] EXT:cshmanual Uniform extension directory structure
- Moved the code from the mod directory to the Modules/CshManual directory.
Resolves: #68348
Releases: master
Change-I... - 14:14 Revision b8c63cb9: [TASK] EXT:recordlist Uniform extension directory structure
- Moved the code from the mod1 directory to the Modules/Recordlist directory.
Resolves: #68352
Releases: master
Change... - 13:10 Revision 42d9e7f2: [BUGFIX] Reuse local mirror.xml.gz when updating translations
- When updating translation packages, the local mirrors.xml.gz should be
reused instead of being fetched again and agai... - 13:07 Revision 6bb017d5: [BUGFIX] felogin: Invalid action url in changePassword form
- Resolves: #50141
Releases: master, 6.2
Change-Id: I26a6215523ed409cbac8fe0f4659102d0b7ca365
Reviewed-on: http://revie... - 12:45 Revision 10c666aa: [BUGFIX] felogin: Invalid action url in changePassword form
- Resolves: #50141
Releases: master, 6.2
Change-Id: I26a6215523ed409cbac8fe0f4659102d0b7ca365
Reviewed-on: http://revie... - 12:36 Revision 7ee09cff: [BUGFIX] Fix comment about hidden doktypes
- Resolves: #68380
Releases: master
Change-Id: I9520e9d9e57899b1079ce7aa8a2203d3d20485c2
Reviewed-on: http://review.typ... - 12:35 Revision a2f6b0c6: [BUGFIX] Fix HTML tags in tstemplate
- This resolves a broken HTML tag in tstemplate and also adds a unit
to a CSS margin declaration.
Resolves: #68372
Rel... - 12:33 Revision 94fd9635: [TASK] Cleanup AjaxDataHandler
- Decouple ajax call and reactions
Resolves: #68214
Releases: master
Change-Id: I0d1be2a72fcd604bd9cc478d58920b59a6c93... - 12:24 Revision 2f925db1: [TASK] About modules: add two-column layout
- Remove max width of the content. Add a fluid two-column
layout and add more vertical space between the submodules.
Ge... - 12:21 Revision 85793f82: [BUGFIX] Add module name in shortcut name
- When creating a shortcut to a backend module add the module name
instead of using "Shortcut" as name.
Resolves: #682... - 08:36 Revision cdd613cc: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/28 from NeoBlack/patch-1
- [TASK] styleguide: Remove loadPrototype argument
- 08:20 Revision e46fec9c: [TASK] styleguide: Remove loadPrototype argument
- since prototype is not part of the TYPO3 core, the argument was removed.
2015-07-19
- 16:01 Revision e19beef7: [TASK] EXT:func Uniform extension directory structure
- Moved the code from the mod1 directory to the Modules/AdvancedFunctions
directory.
Resolves: #68334
Releases: master... - 15:56 Revision 15222230: [BUGFIX] CSS concatenation needs to care about media types
- Previously only files with media="all" have been concatenated but there
is no reason why not the others should be con... - 12:18 Revision 54f74df8: [BUGFIX] Implement EXT: usage in addModulePath
- Make it possible to use EXT: for resolving paths in addModulePath
Resolves: #68361
Releases: master
Change-Id: I6e79... - 11:51 Revision b8dbdd89: [TASK] Remove unnecessary usage of the encryption key
- The encryption key should not be used within a single hash function,
but only by using hmac if needed.
For cache bust... - 11:38 Revision 7475bc0f: [BUGFIX] Reuse local mirror.xml.gz when updating translations
- When updating translation packages, the local mirrors.xml.gz should be
reused instead of being fetched again and agai... - 11:31 Revision ddd45bc9: [TASK] Set suggestWizard.searchWholePhrase default to TRUE
- Resolves: #68290
Releases: master
Change-Id: Ib67ed25c8e4a787302582fffe8006879fcd51f08
Reviewed-on: http://review.typ... - 11:18 Revision 03861bbe: [TASK] Follow-up only display active Avatar files
- Resolves: #68356
Release: master
Change-Id: I1373bcb4978c1c632a09b1cc26cb775a85170412
Reviewed-on: http://review.typo... - 11:10 Revision 182960be: [TASK] Hide tables with hideTable in record overview
- The record overview (info module > page tree overview)
should hide tables which are defined as hidden.
Furthermore a... - 10:58 Revision b00e15c6: [BUGFIX] Make Live Search JS only work inside its scope
- When clearing for example the caches inside the top bar,
the live search events are fired as well and reloading all t... - 10:51 Revision f6ad976a: [FEATURE] Hide "save and view" button where not useful
- Per default the save&view button is not rendered anymore for the doktypes
254, 255 and 199. This behaviour can be cha... - 10:47 Revision 5b631c67: [BUGFIX] Invalid sys file storages must be ignored
- If a storage is not available anymore, it must be ignored
Change-Id: Ie00af1bc086871c046ac4556c0119fc82d30a17e
Resol... - 10:46 Revision f4dc2c66: [BUGFIX] Invalid sys file storages must be ignored
- If a storage is not available anymore, it must be ignored
Change-Id: Ie00af1bc086871c046ac4556c0119fc82d30a17e
Resol... - 10:04 Revision 2dc43d97: [!!!][TASK] Kill proto-types and script-kiddies with fire
- In our efforts to streamline the JavaScript base with RequireJS
and jQuery, the prototype.js and scriptaculous librar... - 09:42 Revision ad18219c: [BUGFIX] Implement EXT: usage in addModule
- Make it possible to use EXT: for resolving paths in addModule
Resolves: #68341
Releases: master, 6.2
Change-Id: Ic26... - 00:31 Revision 91ce3056: [TASK] Remove last usages of gfx/ol/ images
- Resolves: #68344
Resolves: #68024
Releases: master
Change-Id: Ie14d89759a5ecad8e092079cd023ced247cd72e1
Reviewed-on: ...
2015-07-18
- 19:38 Revision e193d6a1: [TASK] Migrate Suggest Wizard to jQuery plugin
- Resolves: #68347
Releases: master
Change-Id: Ie51935ba3f6acbd33cab51e090fdc2aaeb573752
Reviewed-on: http://review.typ... - 19:32 Revision 09a91a31: [TASK] Restyle Admin Panel
- Adapt Admin Panel to latest technology.
Resolves: #68349
Releases: master
Change-Id: Ifb532bfbed5db57614c6135f68e71c... - 19:31 Revision 6c29b706: [FEATURE] Add backend layout PageTs provider
- It is now possible to define backend layouts via PageTSConfig on every page.
Resolves: #61903
Releases: master
Chang... - 19:30 Revision d5d67ead: [BUGFIX] Check for LocalConfiguration to identify a firstInstall scenario
- Introduced by #68261
After the logout from the install tool backend module
the FIRST_INSTALL page was shown instead o... - 18:23 Revision 1e642136: [FEATURE] Avatar for backend users
- Extends be_users with avatar image.
* Avatars can be uploaded by backend users via EXT:setup.
* TCA of backend users... - 18:19 Revision 621cb905: [TASK] Replace Typeahead with jquery autocomplete plugin
- Resolves: #68345
Resolves: #39723
Releases: master
Change-Id: I8e54a8a207746d8b7477076ea41d30d7f6a82f0c
Reviewed-on: ... - 18:10 Revision b1ab85eb: [TASK] Move texts from code to language file
- Resolves: #58505
Releases: master
Change-Id: Ib5d412bb0956efed58e6bbe5db7f8683dfddacea
Reviewed-on: http://review.typ... - 16:41 Revision 11a06d60: [TASK] Followup improve "Overwrite files" message
- Make it possible to use exiting file when uploading files directly in
content element. Finetuned the handling of exis... - 16:36 Revision ce634fdd: [TASK] Early return in GeneralUtility::fixPermissions()
- Do early return in GeneralUtility::fixPermissions() on windows
Resolves: #68338
Releases: master
Change-Id: Ibc08426... - 16:21 Revision f16a00ed: [BUGFIX] Add stdWrap support for Partial- and layoutRootPaths
- The single occurrences layoutRootPath and partialRootPath have
stdWrap support, but not the collection entries of
lay... - 16:11 Revision 3f7b0e61: [BUGFIX] Prevent statements with COUNT() and ORDER BY parts for PostgreSQL
- In PostgreSQL it's not allowed to use a COUNT statement with an ORDER BY
statement as long as the field for sorting n... - 15:26 Revision a1b10c5b: [BUGFIX] Fixed permissions of media field in page properties
- It was not possible to add media to the page properties if the user has
only the permissions for "page edit" and not ... - 15:12 Revision 3e2d72d3: [BUGFIX] Respect editlock in the UI of list & page module
- If editlock is set in the page record, the icons to modify the records
need to be hidden.
Not touched with this patc... - 15:03 Revision 2ef94d0e: [TASK] Replace confirm SortPagesWizardModuleFunction::wiz_linkOrder
- Resolves: #68254
Releases: master
Change-Id: I8f4fe3d1216e32ba7e60464b27fe16348c24b188
Reviewed-on: http://review.typ... - 14:19 Revision f08a3a56: [BUGFIX] Improve detection of installed setup
- When installing TYPO3 via composer and installing
an extension at the same time, the install tool cannot
be called af... - 13:56 Revision 143fdcfb: [TASK] Introduce early returns in DataHandler::checkValue_flex_procInData_travDS()
- Change-Id: If3fda1147813b2336b5fbeb7aee8cfa9f0fa5126
Resolves: #68209
Releases: master
Reviewed-on: http://review.typ... - 13:36 Revision 3ed21066: [BUGFIX] Checkbox values not shown in emails
- Emails sent by FORM sysext do not show the values of checkboxes, in case
of they were checked.
Change-Id: Ie8df93593... - 13:35 Revision 282ac3b8: [BUGFIX] Checkbox values not shown in emails
- Emails sent by FORM sysext do not show the values of checkboxes, in case
of they were checked.
Change-Id: Ie8df93593... - 12:11 Revision 13c43cb6: [TASK] Duplicate mime type declaration FlowPlayerContentObject
- * Fix duplicate array key in $mimeTypes for 'swa'
* Order the keys alphabetically, which can help to avoid duplicate ... - 12:05 Revision af74e6ec: [BUGFIX] Show tooltips in PageTree again
- This is a bugfix for a regression introduced by removing ExtJS Quicktips.
Resolves: #68320
Related: #68276
Releases:... - 12:04 Revision 077f1cb9: [TASK] Remove eval() in fluid Unit Tests
- eval() is bad and the dynamic class names are
not needed anyway
Resolves: #67666
Releases: master
Change-Id: I8e7de8... - 11:57 Revision 75059f41: [BUGFIX] Only throw EM Offline Exception when EM is offline
- Since #66597 the EM can be set offline. The value is checked in
TerUtility and Helper, but in TerUtility it's done wr... - 11:06 Revision ee6f545a: [FEATURE] Fluid Tag Builder: Allow empty attributes
- When using the Fluid Tag Builder to create tags an attribute can only be
set as a key/value pair. It should be possib... - 11:03 Revision c3ba5056: [FEATURE] Make DatabaseRecordList configurable to be editable
- A new property makes it possible to render the record list as readonly.
Furthermore the localization view is enabled ... - 10:46 Revision 33fdd9c3: [TASK] Use ::class where possible in fluid unit tests
- Resolves: #68329
Releases: master
Change-Id: Ia2bb36a279c7eb160d873162637d983021b9d2d8
Reviewed-on: http://review.typ... - 10:46 Revision 09355d13: [TASK] Clarify install tool no-password-set message
- Change-Id: I4a66d5975921fdff64af33e4c745d5ab05ff0f70
Releases: master, 6.2
Resolves: #68324
Reviewed-on: http://revie... - 09:30 Revision ded7a1b5: [!!!][TASK] Make backend.php dispatched
- Remove backed.php as well. It is unlikely one referenced backend.php
directly.
Resolves: #68325
Releases: master
Cha... - 09:14 Revision 303941d2: [TASK] Cleanup old and unused classes in compatibility6
- In the Files ClassAliasMap.php and LegacyClassesForIde.php
we have many classes that are removed by issues.
Resolves... - 02:38 Revision a9902b5c: [TASK] Use "an" instead of "a" where appropriate
- In english you have to use "an" before any spoken vowel.
Resolves: #68326
Releases: master
Change-Id: I2f8996d14eb53... - 02:04 Revision 793191c7: [TASK] Clarify install tool no-password-set message
- Change-Id: I4a66d5975921fdff64af33e4c745d5ab05ff0f70
Releases: master, 6.2
Resolves: #68324
Reviewed-on: http://revie... - 02:04 Revision 1e50f8a4: [TASK] Replace arrow icons and use radio button icons
- Currently the active clipboard only has the arrow icon turned
in the other direction. Now radio buttons ensure that t... - 01:51 Revision 45884a36: [BUGFIX] Do not render shortcut fields for non-shortcut pages
- In the info view under "Basic settings" the shortcut and the
shortcut_type fields are only rendered for pages with th... - 01:42 Revision 6943cc4a: [FEATURE] Add -h --help as CLI option for scheduler
- Resolves: #63699
Releases: master
Change-Id: I0059dd55e14b1f2671d7207ac795b9d06d1c2a87
Reviewed-on: http://review.typ... - 01:29 Revision 85c8425b: [TASK] Replace clear.gif img-tags with spans
- Resolves: #68309
Related: #68025
Releases: master
Change-Id: I871ba198ab80ec00a32e476eed2d09ac0ebbd403
Reviewed-on: h... - 01:23 Revision 63eb3d50: [BUGFIX] decrease z-index of pagetree-contextmenu
- Resolves: #29077
Releases: master
Change-Id: Id09ec48ffa2220b41cbc2c3833219059be93977a
Reviewed-on: http://review.typ... - 01:13 Revision 29a5a05c: [BUGFIX] Fix user_labelFunc when uid is used as label
- Resolves: #67756
Releases: master
Change-Id: I883740340c8f257c914d8677062590b41a20d2a7
Reviewed-on: http://review.typ... - 01:00 Revision f317b7c6: [BUGFIX] Check access right in the backend LiveSearch
- Check the access right against BE user (tables_select and
tables_modify) to avoid wrong records in the LiveSearch
of ... - 00:58 Revision d22f2486: [TASK] Change first install message and color
- Changes the background color of the FIRST_INSTALL page to green,
changes the icon from warning to success and replace... - 00:50 Revision e426e634: [FOLLOWUP][TASK] Move language and images in impexp
- Remove unused images.
Resolves: #68277
Releases: master
Change-Id: Id212373261647541a94251264ae2dcacec6f0dfb
Reviewe... - 00:46 Revision a463e0a0: [FEATURE] Add possibility to disable TER download in EM
- Currently it isn't possible to use the extension manager without any
internet connection.
This patch adds an option ... - 00:38 Revision a6a595e4: [TASK] Rename AccessNotAllowedAction to FirstInstallAction
- AccessNotAllowed does IMHO not reflect the
intended message of the FIRST_INSTALL screen.
Resolves: #68314
Releases: ... - 00:34 Revision e3f99b5d: [BUGFIX] Fix missing translation under User Settings
- Fix the path to the language file for the label and select options of
the option rteCleanPasteBehaviour.
Resolves: #... - 00:16 Revision bf29b4e5: [TASK] Move language in css_styled_content
- Resolves: #68285
Releases: master
Change-Id: I174a4e8fb646efdd052dc02a1149dc60c5f95df4
Reviewed-on: http://review.typ... - 00:14 Revision dbb29f3d: [BUGFIX] Draft usergroup access rights are now respected
- Adding usergroup access rights to a page in a draft workspace had no
effect on the preview, the page was still shown ... - 00:07 Revision 5629f1c0: [BUGFIX] Do not execute updatewizard twice for FilesReplacePermission
- Resolves: #68260
Releases: master
Change-Id: I91e5f64fdd83a60b9a65b3431a33e25e617e72b9
Reviewed-on: http://review.typ... - 00:02 Revision f2c8adac: [BUGFIX] Fix double encoded link text
- Resolves: #39290
Releases: master,6.2
Change-Id: If06c4e79e126fc347960a14da42cf3e6091d5c3e
Reviewed-on: http://review...
2015-07-17
- 23:50 Revision 73608b22: [BUGFIX] Fix double encoded link text
- Resolves: #39290
Releases: master,6.2
Change-Id: If06c4e79e126fc347960a14da42cf3e6091d5c3e
Reviewed-on: http://review... - 23:37 Revision b2d07a37: [TASK] streamlining the working of "Filelist"
- Resolves: #68310
Releases: master
Change-Id: Ia080443824a748d52f3fdd39ab1836be09dcfa4e
Reviewed-on: http://review.typ... - 23:26 Revision 3f0d6ae0: [TASK] Move language in indexed_search
- Resolves: #68292
Releases: master
Change-Id: Ic2cc96d6aea1bc37bd7d62f6b812102f24e94d76
Reviewed-on: http://review.typ... - 23:17 Revision f5853061: [TASK] Get rid of clear.gif in belog
- Resolves: #68294
Related: #68025
Releases: master
Change-Id: Ib31b44b739d2bd4ae0f4225ff4f583e04ceac4ac
Reviewed-on: h... - 22:57 Revision 4b20adf1: [BUGFIX] Check if array key exists
- Resolves: #37609
Releases: master
Change-Id: I87fab3dd3dae0e266607a9f8837f43b1ccd34cb2
Reviewed-on: http://review.typ... - 20:12 Revision ed752424: [TASK] Remove unused language file from recycler
- Removed the unused locallang_db.xlf file
Resolves: #68291
Releases: master
Change-Id: I667eaa752ca86e06a36fc953efbca... - 20:10 Revision be07b8df: [TASK] Move language and cshimages in context_help
- Resolves: #68287
Releases: master
Change-Id: I589f564687e83f96d0efcafa788a7bd36c1190be
Reviewed-on: http://review.typ... - 19:46 Revision 4e9f5ea4: [TASK] Remove second argument from calls to GeneralUtility::getUserObj()
- In the past GeneralUtility::getUserObj() had a second argument.
There are still calls using this. PHP doesn't mind (b... - 19:43 Revision b4f6eba2: [BUGFIX] Remove PHP notice in getModuleData()
- Resolves: #60979
Releases: master, 6.2
Change-Id: Idb45d769ece09d8bfeae1f1ba74ced85a5fa9768
Reviewed-on: http://revie... - 19:41 Revision df81253f: [BUGFIX] Remove PHP notice in getModuleData()
- Resolves: #60979
Releases: master, 6.2
Change-Id: Idb45d769ece09d8bfeae1f1ba74ced85a5fa9768
Reviewed-on: http://revie... - 18:28 Revision d20857a0: [TASK] Replace skinImg occurrences
- The favicon is now used via TBE_STYLES instead
of skinImg. The UserElementsController behaves the same way as
the Ele... - 17:12 Revision 272daa35: [BUGFIX] OpenID service uses incorrect priorities to check returned data
- OpenID servers return several identifiers that can be used for user
authentication. According to the speciciation ope... - 17:09 Revision 64c67d69: [BUGFIX] OpenID service uses incorrect priorities to check returned data
- OpenID servers return several identifiers that can be used for user
authentication. According to the speciciation ope... - 16:51 Revision 3c75434c: [BUGFIX] Prevent information disclosure in file list
- Currently the doc header title of a folder shows the full path even
if the current folder is inside a mount point. Th... - 16:48 Revision 8b9fbf24: [TASK] Move language files in rsaauth
- Resolves: #68284
Releases: master
Change-Id: Ie825267fea2ce160d8f31a945019f760f8368bb0
Reviewed-on: http://review.typ... - 15:52 Revision 9139ec1c: [TASK] Move language and cshimages in info_pagetsconfig
- Resolves: #68275
Releases: master
Change-Id: I6b514567529ea8adf6cac8a8c24cb64519bf4a70
Reviewed-on: http://review.typ... - 15:52 Revision c00f52d8: [TASK] Move language and cshimages in impexp
- Resolves: #68277
Releases: master
Change-Id: I802c5c482483e9fc7145a902ade86b8464184b0a
Reviewed-on: http://review.typ... - 15:49 Revision 000adfe3: [TASK] Move language in saltedpasswords
- Moved language files in saltedpasswords to Resources/Private/Language
Resolves: #68273
Releases: master
Change-Id: I... - 15:32 Revision dfe47d39: [!!!][TASK] Remove ExtJS Quicktips where possible
- This patch removes the usage of Quicktips where possible and remove the
enableExtJSQuickTips function of PageRenderer... - 15:31 Revision 13b6775f: [BUGFIX] Fix check of radio buttons with itemsProcFunc
- Fix the value check of radio buttons if the item comes from an
itemsProcFunc by accepting the value, if it did not ma... - 15:25 Revision 69b96742: [BUGFIX] IRRE: delete, showPossibleRecordsSelector
- Delete does not work in combination with foreign_unique,
foreign_selector and showPossibleRecordsSelector = FALSE
bec... - 14:30 Revision a17d3bc9: [TASK] styleguide: TCA: Table wizards
- 14:15 Revision d57dacd1: [FEATURE] TCA/ctrl/descriptionColumn
- The description for content is shown in page view, for backend user
(groups) it is shown in the title of the icons in... - 14:13 Revision b47d65e9: [TASK] Update CSS compressor
- The old CSS compressor had some issues with certain CSS definitions.
Update the optimizer from upstream and deprecate... - 14:02 Revision c45de676: [FOLLOWUP][TASK] Reduce SQL queries of page tree in workspaces
- The patch adds a check if workspaces is activated before using its
class and function.
Releases: 6.2
Resolves: #5034... - 13:29 Revision 484d604f: [TASK] styleguide: TCA: fal in inline expand
- 13:20 Revision 59301b71: [TASK] styleguide: TCA: Move tca tree examples to inline expand
- 13:12 Revision 5a4a53e5: [BUGFIX] FormEngine warning
- The patch fixes a todo that was marked as code smell already.
The FormEngine class construct relies on a defined retu... - 12:03 Revision 796b74dc: [TASK] Move language in sys_action
- Move language files in sys_action to Resources/Private/Language
Resolves: #68269
Releases: master
Change-Id: I4ecdf9... - 11:59 Revision d9d11dc6: [TASK] Move language in taskcenter
- Moved all language files in ext:taskcenter to Resources/Private/Language
Resolves: #68267
Releases: master
Change-Id... - 11:50 Revision 4708903d: [TASK] Introduce early returns in DataHandler::inlineLocalizeSynchronize()
- Change-Id: Idda3d310e52af91e4f989edf01d21d2bd17eff74
Resolves: #68208
Releases: master
Reviewed-on: http://review.typ... - 11:50 Revision d71bb438: [TASK] styleguide: TCA: Add missing comma in tx_styleguide_forms_inline_2_child1
- 11:47 Revision 90c923bb: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/27 from Kollode/inlineRenderTree
- [TASK] styleguide: Adds inline tree selector example
- 11:46 Revision 5e3bd676: [BUGFIX] HTMLParser doesn't remove endtag when applying rmTagIfNoAttrib
- Solution: Force nesting = 1 when rmTagIfNoAttrib is set on a tag.
Releases: master, 6.2
Resolves: #22871
Resolves: #... - 11:45 Revision a80d8015: [TASK] Move language and chsimages in setup
- Resolves: #68270
Releases: master
Change-Id: If3d3537079387d182f79e6072ddd7a53d210c8fe
Reviewed-on: http://review.typ... - 11:13 Revision 3ac4310e: [TASK] Fix trees inside tables
- Fix tree indentation in Info and Access modules.
Resolves: #68233
Releases: master
Change-Id: I37e43e83b803ea521b956... - 11:11 Revision 8a83c0bd: [BUGFIX] Split check for adding adminPanelHeaderData
- The check is split into "is the panel enabled" and "should it be
visible", as additional adminPanelHeaderData should ... - 11:10 Revision aba7d1d7: [TASK] Introduce early returns in DataHandler::versionizeRecord()
- Change-Id: I18fce6f0a56c676860e93f61d4051f5018c640b7
Resolves: #68207
Releases: master
Reviewed-on: http://review.typ... - 11:05 Revision 4b56b7d4: [TASK] styleguide: Adds inline tree selector example
- 10:27 Revision 2d4ef056: [TASK] Replace confirm sys_notes delete link
- Resolves: #68253
Releases: master
Change-Id: I576de810e37f0d26d10a62c583d3b94fb9c52fc7
Reviewed-on: http://review.typ... - 10:26 Revision 37082658: [TASK] Replace confirm in scheduler
- Resolves: #68250
Resolves: #68251
Releases: master
Change-Id: Iad38300f003fea1a6d395b203ef3d4446cd9e068
Reviewed-on: ... - 10:07 Revision 555d386b: [TASK] Optimize markup trigger for modals and streamline buttons
- Resolves: #68258
Releases: master
Change-Id: Ic79ba6ca35c3acd294a6e5f41b7e56fab9074b07
Reviewed-on: http://review.typ... - 10:02 Revision 6f106a92: [TASK] Make popup size bigger for wizards
- Streamline the popups set in the core to be 800x600 when
opening up wizards by TCA configuration in the core.
Releas...
2015-07-16
- 23:55 Revision 44af81b5: [TASK] Remove CliBootstrap
- The CliBootstrap utility was used in global scope
and can now be put in the Console Application.
All test-suits only... - 23:49 Revision 81bc28a0: [TASK] Replace revert_* Icons in RecordHistory.php with Buttons
- As the icons are not longer used, they could also be removed.
Resolves: #68259
Releated: #68026
Releases: master
Cha... - 21:39 Revision dbe6309c: [TASK] Replace confirm in BE User > Trash-Icon
- Resolves: #68248
Releases: master
Change-Id: I74f890eca6c69351d7136d898db7cf2cb1fc6152
Reviewed-on: http://review.typ... - 21:25 Revision 8491a340: [TASK] Replace confirm from beuser > online user > "End Session"
- Resolves: #68240
Releases: master
Change-Id: I2520fbb833fe2d6a80d2e8db189f32e56ed94bca
Reviewed-on: http://review.typ... - 21:21 Revision c5e2aa0c: [TASK] Set correct default classes for buttons in modal
- Resolves: #68241
Releases: master
Change-Id: Id951c9ff0ea8d7c46dd65843221b59bc63f47db6
Reviewed-on: http://review.typ... - 21:17 Revision 51b27a06: [!!!][TASK] Move not used FrontendDocumentTemplate
- Move not used FrontendDocumentTemplate to ext:compatibility6
Resolves: #68243
Releases: master
Change-Id: Iee2a6a1a6... - 21:13 Revision 16c6821b: [TASK] Remove IconUtility::skinImg from RecordHistory.php
- Resolves: #68245
Related: #68026
Releases: master
Change-Id: Ic1baa2c9341ae8757b45c125f65b06c6509549f0
Reviewed-on: h... - 21:12 Revision c048cede: [TASK] Migrate eID scripts to use PSR-7
- Move all eID scripts to use the request/response model from PSR-7.
A fallback is in place to handle old-style eID sc... - 20:46 Revision 884cc7c0: [TASK] Replace confirm for delete record in PageModule
- Resolves: #68213
Releases: master
Change-Id: Ia01c4b1e78ec05c5b234d2c16ca9cd7004811d6b
Reviewed-on: http://review.typ... - 20:45 Revision dee7bc7e: [FOLLOWUP][FEATURE] TypoScript select is now translated by default
- Fixes functional tests.
Resolves: #68191
Releases: master
Change-Id: I49a1299c97d38024a56e2d5eff4b54f138181302
Revie... - 20:29 Revision 622a223d: [TASK] Remove "no elements" of clipboard
- Remove superflous information in the clipboard by removing
the message "No elements". There is no need to show this
i... - 20:27 Revision ba4ca31b: [BUGFIX] Do not log out a logged out user
- It can happen that the logout action of the logout
controller is called without a user being logged in.
To avoid a f... - 18:34 Revision 25fede60: [TASK] styleguide: TCA: Add maxitems=999 to a couple of group db fields
- 18:27 Revision 8b434c0a: [FOLLOWUP][SECURITY] Disallow unauthorized module access
- Fixes unit tests.
Resolves: #68232
Related: #68183
Releases: master
Change-Id: I5144b87a24a8e0452f3976510f219381c76e... - 18:18 Revision b96f7574: [FOLLOWUP][TASK] Refactor formengine required handling
- Remove leftover styles.
Resolves: #67354
Releases: master
Change-Id: Iac6607b0efbb3b59f120d163418e78b84eff9123
Revie... - 18:10 Revision 318bcc79: [TASK] Replace confirm for delete shortcut
- Resolves: #68238
Releases: master
Change-Id: Iddcc5a7cb29c929377c414441585be5b46e6dacb
Reviewed-on: http://review.typ... - 17:58 Revision 5553023a: [!!!][FEATURE] TypoScript select is now translated by default
- The TypoScript .select option which is used for Content Objects
like "CONTENT", has the property "languageField". Thi... - 17:54 Revision 62af8f42: [BUGFIX] Catch exception when linked file is deleted
- If a file is linked in the RTE, and the file is deleted afterwards
an exception is thrown, thus making it impossible ... - 17:47 Revision a2074903: [SECURITY] Disallow unauthorized module access
- Changing the module dispatcher url from mod.php to index.php introduced a potential security leak,
as some modules co... - 17:41 Revision 0e589aa0: [TASK] Clean up HTML legacy page tree with CSS3 code
- Resolves: #68230
Releases: master
Change-Id: I2958503a655b511956c6d81562e7b0e0d24aa569
Reviewed-on: http://review.typ... - 17:24 Revision 77dc3781: [BUGFIX] Flag-Sprite is not loaded
- When the flags have been moved from EXT:t3skin to EXT:core
the inclusion of the actual CSS file has been forgotten.
... - 17:11 Revision 5131c838: [TASK] Retrieve v7-compatible localisation packages
- Since TYPO3 v7, the translation server is packaging version-dependent localisation
packages containing only XLIFF (an... - 16:21 Revision 0e58cbea: [TASK] Rework position map with CSS3
- Remove 2 unused methods from PagePositionMap too.
Resolves: #56951
Releases: master
Change-Id: I37921c3757f86d74d5e3... - 15:58 Revision 9516bb35: [FEATURE] Filelist: Show list of conflicting files
- Show a list of files that cannot be uploaded because
files with the same names already exist.
Resolves: #68197
Resol... - 15:50 Revision fc247676: [TASK] Optimize button in LoginRefresh
- Switch order of buttons and logic in LoginRefresh Dialog.
Resolves: #68168
Releases: master
Change-Id: Ie097f647d42a... - 15:25 Revision 6defeb4a: [BUGFIX] Do not log out a logged out user
- It can happen that the logout action of the logout
controller is called without a user being logged in.
To avoid a f... - 14:32 Revision ff4a6a69: [TASK] Add Illustrator files into Build folder
- After some discussions we decided to add also the "source" files for
assets into the CMS git repository.
Resolves: #... - 13:15 Revision 377e5440: [TASK] Replace confirm for delete record in DocHeader
- Resolves: #68212
Releases: master
Change-Id: I9bd840c014bec704d8e16faab0cca7abce4cc330
Reviewed-on: http://review.typ... - 13:06 Revision 8830ba39: [!!!][TASK] Remove Cache helper class
- The Cache class that acted as a central point when the caching
framework was optionally enabled for 4.3 is now moved
... - 12:52 Revision 0fa28d5f: [FOLLOWUP][BUGFIX] Check access to folder in FileListController
- Duplicate use flag triggers PHP fatal error.
Change-Id: I4f4c66fa0d8b8ad1a4131a412d8843e930e0a6d2
Releases: 6.2
Reso... - 12:50 Revision b3c025d1: [TASK] Provide backend user id in JavaScript backend config
- Resolves: #68215
Releases: master
Change-Id: Idbb1ca69be8afad1857eacfdf39c315d75b33860
Reviewed-on: http://review.typ... - 12:21 Revision d2c4bbbb: [TASK] Reduce SQL queries of page tree in workspaces
- Nodes of the page tree are highlighted, if that particular node
has versioned elements in the current workspace. Howe... - 12:02 Revision 37cd2d50: [TASK] Reduce SQL queries of page tree in workspaces
- Nodes of the page tree are highlighted, if that particular node
has versioned elements in the current workspace. Howe... - 11:44 Revision 59cd61ea: [!!!][TASK] Remove RTE transformation for typolist and typohead
- The transformation of the tags typolist and typohead are removed.
Resolves: #68206
Releases: master
Change-Id: I7842... - 11:36 Revision 57ba6d36: [BUGFIX] Check access to folder in FileListController
- Currently if a folder isn't accessible for the user, the root folder
is taken as fallback solution. But this folder m... - 11:22 Revision 1752a391: [TASK] Ignore test class names and class paths
- For class map generation in non composer mode,
ignore some folders and class names.
Releases: 7.3, master
Resolves: ... - 11:18 Revision a18b5185: [FOLLOWUP][FEATURE] Ajax call to check if file already exists
- Adjusted unitTest to new result
Resolves: #67545
Releases: master
Change-Id: I59ba5613cd8be324b28c2ddc463e0ccb0e9fe8... - 11:17 Revision 741c74e4: Revert "[BUGFIX] Allow symlinked directories in Install Tool"
- A link is not a directory.
This reverts commit d28bb4270667999d2b82727cbecb8ba7a7fedb8a.
Change-Id: I0d8d33bae922a9... - 10:49 Revision b35fe070: [TASK] Add composer.lock
- The composer.lock should be shipped in order to ensure correct
versions of dependencies on source checkouts.
Addition... - 10:48 Revision 7eb19446: [BUGFIX] Remove whitespaces in the indexed search body description
- The indexed search body description has a character length limit,
so it's important to remove unnecessary white space... - 10:46 Revision a058e277: [TASK] Remove initialization of $doc->tableLayout in info module
- The usage of $doc->tableLayout can be removed as it is not used and
$doc->table() is deprecated as well.
Change-Id: ... - 10:43 Revision c55f0520: [FEATURE] Make file conflict mode available for BE file upload
- Make is possible to set conflict mode to changeName instead of only
being able to override of chancel when uploading ... - 10:38 Revision 35f8da6e: [FOLLOWUP][FEATURE] Ajax call to check if file already exists
- The fileExist call now returns all info about a file just like
done after fileupload.
Resolves: #67545
Releases: mas... - 10:35 Revision 9a406661: [FEATURE] Integrate typeahead.js for LiveSearch
- The change removes ExtJS LiveSearch and introduces typeahead.js
as an AMD module alternative. The ExtDirect connector... - 10:27 Revision 8b1a352c: [FOLLOWUP][TASK] Cleanup LESS
- - Adopt path of images used in the drag 'n' drop of the page tree
* Adopt path of the fonts in the admin panel
Relea... - 09:55 Revision 9ab04864: [!!!][FEATURE] Ajax call to check if file already exists
- To check if a file already exist we want prior to realuploding uploading
be able to verify the posible file existince... - 09:46 Revision d28bb427: [BUGFIX] Allow symlinked directories in Install Tool
- If a directory is expected but it is actual a link,
check the linked resource. If this is a directory, allow that
as ... - 09:44 Revision f5f3dc91: [FOLLOWUP][TASK] Cleanup LESS
- The LESS files were reorganized in #68182, but the path to
the file docheader-split-background.png wasn't adjusted.
... - 09:26 Revision 6030707a: [TASK] Drop skinImg in ext:reports
- Resolves: #68195
Releases: master
Change-Id: I425737e83bada6c5634b75fc7042c9be1a28f3fd
Reviewed-on: http://review.typ... - 09:13 Revision a16478e2: [TASK] Check for typo3/ext only if global installation is allowed
- Since the change of #67824 the directory typo3/ext is not created
automatically. The check for this directory in the ... - 00:59 Revision bf01303f: [FOLLOWUP][TASK] PHP7 compliance - part 1
- The fluid patch triggers funny effects at several
places, this part of the patch is reverted for now.
Change-Id: I86... - 00:31 Revision 56dfb42d: [!!!][TASK] Drop removeLoginpagesWithContentHash from Indexer.php
- Unused since at least TYPO3 CMS 6.0
Resolves: #68193
Releases: master
Change-Id: I75bf495959d33eff48aeb587aa816dc794... - 00:02 Revision b551d5f8: [TASK] PHP7 compliance - part 1
- Fixes or skips unit tests and declaration errors on PHP7.
Change-Id: I45fb09253c7efbc8116c3b2a27586b3f504b71e2
Resol...
2015-07-15
- 23:30 Revision bbc101c2: [TASK] Fix CGL issues in Indexer
- Resolves: #68192
Releases: master
Change-Id: I4fe36807045ac2e3740032454222d6318bc3fc5e
Reviewed-on: http://review.typ... - 22:42 Revision cbc59a5a: [BUGFIX] Fix CGL issues in Lexer
- Fix doc comments, undefined variables.
Resolves: #68189
Releases: master
Change-Id: Iee82675aa6bd80c3cbf066a1c445566... - 22:41 Revision 69928c63: [BUGFIX] Restore Content Objects in all TYPO3_mode cases
- When #64386 introduced a new API for registering ContentOjects
the registration of the existing core-shipped ContentO... - 22:39 Revision 7281ab4a: [TASK] Move Backend Module calls to index.php
- The typo3/mod.php entrypoint is removed in favor of
checking for M in all backend requests inside the Backend
Applica... - 22:24 Revision 5f147d21: [FOLLOWUP][TASK] Cleanup bootstrap
- Redirect does not work as the application proceeds
and throws an exception even after sending the header.
Die after ... - 22:23 Revision e86ff0c1: [FEATURE] Allow placeholder attribute with stdWrap support
- Resolves: #61308
Releases: master
Change-Id: Id3a2625d91a821c09865d73c426559ae02bf975e
Reviewed-on: http://review.typ... - 21:57 Revision 98d939cd: [FEATURE] Paths to document root can be specified in composer.json
- With the new composer installer it is possible to specify the path of the document root
and also the path of the typo... - 21:57 Revision 361b0335: [TASK] Correct directory names for Resources
- Documentation at
http://docs.typo3.org/typo3cms/CoreApiReference/ExtensionArchitecture/FilesAndLocations/Index.html
m... - 21:25 Revision 505da82c: [FEATURE] Add recursive option to FolderBasedFileCollection
- Adds a new option for FolderBasedFileCollection to fetch files
recursive from selected folder.
Resolves: #45725
Rele... - 20:38 Revision 56dd3ce9: [FEATURE] Adjust trustedHostsPattern during installation
- During the installation the trusted hosts pattern check is disabled
by default. This leads to an exception after the ... - 20:38 Revision 8df40f8f: [TASK] Move vendor/ directory out of contrib/
- typo3/contrib contains only vendor directory handled by
composer. Move vendor one directory up to finally get
rid of ... - 20:35 Revision 585b18a7: [FEATURE] Add returnCount to split
- returnCount works like returnKey. It interupts
further processing and directly returns the requested
result. In our c... - 20:35 Revision ec534b67: [TASK] Clean up tree code
- Remove some last styling topics and leftover snippets.
Resolves: #68147
Releases: master
Change-Id: I2170b5407be897d... - 20:31 Revision ace07f17: [FOLLOWUP][!!!][TASK] Drop TYPO3_CONF_VARS['SYS]['form_enctype']
- Fix a typo
Change-Id: Ic36f85e7d6c29a8734cb83d1594e7a909c9646e1
Resolves: #68178
Releases: master
Reviewed-on: http:... - 20:21 Revision 8cdad3e3: [TASK] Cleanup LESS
- Unify the LESS setup to generate more specific
CSS files with reduced weight.
Releases: master
Resolves: #68182
Chan... - 20:15 Revision 09253c62: [!!!][TASK] Drop TYPO3_CONF_VARS['SYS]['form_enctype']
- The ancient form_enctype setting was a fallback from the old days
when some hosters decided uploading files in PHP is... - 20:06 Revision 9e182550: [TASK] Check for proper extension key parts
- Introduce a check for proper vendor names. If the vendor name of an
extension does not begin with a capital letter, a... - 19:18 Revision 429e9110: [FEATURE] Move CE table options from flexform to tt_content
- When EXT:css_styled_content isn't installed a Migration wizard is
shown in the install tool to move the flexform valu... - 17:51 Revision 3ac1161b: [BUGFIX] Show remaining chars for InputElement only if defined
- If no max is defined in the TCA the remaining characters can not be
determined without checking the DB. It is not a g... - 17:24 Revision 68333235: [TASK] Move codemirror files and template/css to correct location
- To remove files from typo3/contrib codemirror is moved now to
ext:t3editor
Resolves: #68169
Releases: master
Change-... - 17:04 Revision 69438f57: [BUGFIX] Ensure filemount path has trailing slash after upgrade
- Currently the upgrade wizard for filemounts doesn't ensure trailing
slashes for the paths. This results in "invalid ... - 16:53 Revision d7181868: [BUGFIX] Remove usage of storage_pid in query
- The field storage_pid has been deprecated with #65790 and a last
usage has been forgotten which is now removed.
Chan... - 16:28 Revision 54313a73: [FOLLOWUP][FEATURE] Introduce Data Processor for Files
- Make sure the array key of the $files array is numeric
as different parts of the core rely on this.
Resolves: #67662... - 16:09 Revision 98977368: [TASK] Drop typo3/contrib/.htaccess
- Resolves: #68170
Releases: master
Change-Id: I16084ad221651217fa5ad9a7bc6f41112a0ef2ba
Reviewed-on: http://review.typ... - 15:58 Revision 902666fe: [TASK] Acceptance Test to check if backend login is displayed
- A first acceptance test is added to check if the backend login form
is displayed.
To be able to run tests, you need ... - 15:25 Revision 6fb6441b: [TASK] t3editor: Remove Prototype and Scriptaculous
- Resolves: #68165
Releases: master
Change-Id: I0fcf3a90913ded4e827cb31fc76152b89b534a5f
Reviewed-on: http://review.typ... - 14:19 Revision 8c5a3b7b: [BUGFIX] Respect cached page config
- On a cached page, initialise the page config only if it does not exist
yet. Merge the cached config with the template... - 14:12 Revision f7665a68: [TASK] Link scheduler class in list
- To unify the usability of the scheduler and formengine,
the scheduler class should be linked too.
Change-Id: I6533f3... - 14:04 Revision 152b7c5e: [BUGFIX] Fix some small issuses of the evalfield patch
- This patch fix event binding ordering and handling of password fields.
Resolves: #68162
Related: #67852
Releases: ma... - 13:45 Revision 3f267a2d: [TASK] Move global functions file out of Classes folder
- Releases: master
Resolves: #68159
Change-Id: Ic69f454cdb17c16d82aea5d2495b9ae795d600f6
Reviewed-on: http://review.typ... - 13:41 Revision 56c524c2: [!!!][TASK] Holding out for a t3editor
- EXT:t3editor is ported from Prototype to jQuery, thus being an AMD
module. The checkbox for toggling the editor is re... - 12:46 Revision cf9c433b: [FOLLOWUP][TASK] Replace treeline GFX icons with CSS icons
- Bring back main module icons.
Releases: master
Resolves: #68143
Change-Id: I320ef2ebac22af60362ccdb1e0156cb8d5af00b4... - 12:15 Revision c5555a97: [TASK] Remove @author lines
- @author information can be found in version control.
Cluttering our code with these tags does not make much
sense and... - 11:54 Revision 5a7f309f: [FEATURE] Add possibility to provide additional localization files
- The AdditionalResourceService of the workspace module in the
backend currently allows to define custom JavaScript and... - 11:34 Revision de6aa426: [TASK] Move Backend AJAX Calls to index.php
- The typo3/ajax.php entrypoint is removed in favor of
checking for ajaxID in all backend requests inside the Backend
A... - 10:20 Revision bb809bcb: [!!!][TASK] Remove $GLOBALS['CLIENT']
- The global client information is not useful any more nowadays
and can be removed. It is only used a few times in the ... - 10:00 Revision 55ad7a93: [TASK] Replace treeline GFX icons with CSS icons
- Releases: master
Resolves: #68143
Change-Id: Ia65629c68098c781bee6ece263db8a09e6da613f
Reviewed-on: http://review.typ... - 09:07 Revision 30796a9f: [FEATURE] XML parser options for xml2tree()
- Allow parser-options for xml_parser_set_option() to
be supplied.
Resolves: #59384
Releases: master
Change-Id: I656b3... - 09:00 Revision 40df0e66: [BUGFIX] Workspace grid remains empty due to AJAX timeout
- With a large amount of unpublished changes, the workspace grid requires
a longer Ajax timeout than the default 30s (s... - 08:59 Revision 6ab911be: [BUGFIX] Workspace grid remains empty due to AJAX timeout
- With a large amount of unpublished changes, the workspace grid requires
a longer Ajax timeout than the default 30s (s... - 00:33 Revision ce498d33: [TASK] Remove tree code in element browser selection
- Resolves: #68144
Releases: master
Change-Id: I37b34fcd132718c18d8c7483d3e9df3b481ec764
Reviewed-on: http://review.typ... - 00:05 Revision 01663c47: [!!!][FEATURE] Replace file feature for FAL file list
- Provides a new button "replace" at the extended view in FAL equal to
DAM. Its possible to replace a file
* with a new...
2015-07-14
- 23:58 Revision 1904c3c0: Revert "[!!!][TASK] Use fallbacks for AbstractWidgetController view-configuration"
- This reverts commit 1c7d7b753e2ed1df7d06461a9304631b1e169b38.
Change-Id: Ie86e38fbb42a029bd28e46f3b10ff3638ea21879
R... - 23:58 Revision 1e545742: [BUGFIX] Notify about wrong backend user group setting
- An editor can't edit a plugin as long as the page content type "Insert
Plugin" isn't allowed for the backend user gro... - 23:57 Revision c16bd65b: [FEATURE] Add signal afterMappingSingleRow
- Change-Id: Ic7144b172c876af8f4ee70573955ac963b152b26
Resolves: #68047
Releases: master
Reviewed-on: http://review.typ... - 23:56 Revision e4e0f1b0: [BUGFIX] Random PHP warning unlinking valid cache file
- Sometimes, although a valid cache path and filename is given to unlink(),
it generates a PHP warning as if the file d... - 23:54 Revision 67448ed9: [TASK] Hide clipboard menu selector if clipboard is empty
- With this patch the clipboard menu selector becomes visible
if the clipboard is not empty.
Resolves: #68142
Releases... - 23:53 Revision 6f88d6cf: [BUGFIX] Fallback to version of ext_emconf.php
- To resolve dependencies the ExtensionManager needs a version of an
extension. If the current composer.json fails to p... - 23:42 Revision 81b51bd0: [!!!][TASK] Streamline error and exception handling
- Remove the possibility for extensions to provide
error and exception handling configuration in
ext_localconf.php of a... - 23:33 Revision 43ab6508: [FOLLOWUP][TASK] Streamline usage of PageRenderer
- Use local variable in FormEngine for PageRenderer,
remove redeclared function in TriggerViewHelper and
solve problem ... - 23:28 Revision 8661808c: [BUGFIX] Scheduler tasks of deactivated exts should be considered invalid
- If a scheduler task is created and the extension which provides the task is
deactivated the task must be shown as inv... - 23:13 Revision 0bf69a3a: [BUGFIX] Remove duplicated field "layout" for content element "table"
- The field "layout" is shown twice for the content element "table".
Remove the one in the tab "Table".
Change-Id: I09... - 22:59 Revision 3c8385fc: [TASK] Move delete button for invalid scheduler tasks
- If a class of a task is not available anymore, the
delete button should be on the same position as in other tasks.
C... - 22:36 Revision eb19b7d4: [FOLLOWUP][TASK] Deprecate GeneralUtility:readLLfile
- ExtensionManager fatals since the parserFactory object is
not always instantiated as expected.
Resolves: #68122
Rele... - 22:17 Revision 974344ac: [BUGFIX] CsvUtility method csvToArray does not handle enclosures right
- When we have a csv string with enclosures, the string is sometimes not
correctly transformed into a multidimensional ... - 22:11 Revision 5fd24499: [TASK] Streamline usage of PageRenderer
- The PageRenderer is a Singleton and only one instance exists during
runtime. This patch cleans up the usage and preve... - 22:05 Revision b1b99012: [TASK] Deprecate GeneralUtility:readLLfile
- readLLfile() was just a wrapper around LocalizationFactory.
This is resolved now by adapting all calls and moving a l... - 21:59 Revision d88c49fd: [TASK] Move DB functionality pages.storage_pid to compatibility6
- The TCA definitions are moved to the compatibility6
extension, the DB definition as well. Any reference
to the field ... - 21:55 Revision 435f778c: [FEATURE] Add api for rsaauth encryption
- This patch introduces new API which eases the use of RSA encryption
across the core and for third party extensions.
... - 21:53 Revision 56fd448d: [CLEANUP] FormEngine suggest: Split up AJAX method
- This moves parts of the very complex AJAX receiver method to their own
methods, making the original method a lot shor... - 21:53 Revision e0c23d46: [TASK] Drop usage of SkinImageViewHelper in ext:about
- Resolves: #68139
Releases: master
Change-Id: I468fc51a9221261b7fc2dfa02701efa4dbaf0892
Reviewed-on: http://review.typ... - 21:53 Revision b6aeeb9e: [BUGFIX] Catch InvalidPackageManifestException in PackageManager
- Prevents TYPO3 from going fatal when ext_emconf.php for some
package is missing.
Releases: master
Resolves: #68082
C... - 21:06 Revision cfc2d15e: [BUGFIX] Streamline calls to sysLog
- Make all calls to GeneralUtility::sysLog use extkey "core"
instead of "Core".
Use constants for severity levels.
Fix ... - 20:59 Revision e79fd5ec: [TASK] Streamline page tree in Export module
- Resolves: #68137
Releases: master
Change-Id: Id254bfc0ab5608212af7e92863edefa2b09e270a
Reviewed-on: http://review.typ... - 20:30 Revision 33f00435: [TASK] Update sysext:mediace version
- The version in ext_emconf.php was forgotten during update task.
Change-Id: I7df5d5893c2a9ef81067316efdb50559318ed552... - 19:48 Revision 1ff0f9c4: [BUGFIX] Hide preview link on delete page in workspaces mode
- If a page is marked to be deleted (delete placeholder) in the
workspace mode, offering a frontend preview does not ma... - 19:32 Revision 05bda892: [BUGFIX] Hide preview link on delete page in workspaces mode
- If a page is marked to be deleted (delete placeholder) in the
workspace mode, offering a frontend preview does not ma... - 19:28 Revision 45cd6bda: [TASK] Cleanup files of EXT:dbal
- Remove an old todo file and mentioning of 3rd party extensions
Change-Id: I769f8d55bc0de5747ea9f37e7a60262008806cdd
... - 19:27 Revision b538f19b: [TASK] Drop arrowbullet.gif from typo3/gfx/ol/
- Resolves: #68135
Releases: master
Change-Id: I48bb8fe1b5c94ed7c22710053ad7252a1fd648c1
Reviewed-on: http://review.typ... - 19:19 Revision 19f10f40: [BUGFIX] Fix parseUserFuncArguments to respect 0 as argument
- "0" must be an valid "last argument" value in the parseUserFuncArguments
method.
The implementation of the argument ... - 19:18 Revision 3ce6b692: [BUGFIX] Fix parseUserFuncArguments to respect 0 as argument
- "0" must be an valid "last argument" value in the parseUserFuncArguments
method.
The implementation of the argument ... - 18:56 Revision c257cfe1: [TASK] Add GET parameter to JS files fetched via RequireJS
- As most files are loaded via RequireJS now, the configuration
needs to add a GET parameter in order to avoid browser ... - 18:38 Revision 9a198c81: [BUGFIX] Allow empty upload fields with PSR-7
- When editing a record with a regular file upload field (e.g.
a fe_users record with property image), and one does not... - 16:54 Revision 3ec1db06: [FEATURE] Introduce DataProcessor for media galleries
- The logic for working with galleries and calculating the maximum media
size is done in a separate galleryProcessor.
... - 16:41 Revision 21a105eb: [FOLLOWUP][BUGFIX] Workspaces: Properly use slots to modify data
- Using slots in GridDataService does not work since passing
arguments by reference does not work. Since TYPO3 CMS 6.2
... - 16:19 Revision 04c91659: [TASK] Add codeception as dev dependency
- Acceptance tests will be done by using codeception
Change-Id: Idad21948afc83d07b06a8fdd4ed095700c932985
Resolves: #6... - 16:18 Revision b9c29989: [TASK] Resident Eval - The Removal from FormEngine
- A long long time ago jsfunc.evalfield.js found its way into the core.
Now - after 12 years - it is time to leave.
Th... - 15:56 Revision df837c1e: [TASK] Drop blinkarrow icons
- Resolves: #68121
Releases: master
Change-Id: I7822981c26d8ceae1ea51cf11aa75e2a8b94731d
Reviewed-on: http://review.typ... - 14:39 Revision 93dd893f: [BUGFIX] Add Request Handling for Console
- The bootstrap functionality for resolving the RequestHandler
based on the request object added by the PSR-7 change.
... - 14:32 Revision a1e8db1a: [BUGFIX] Workspaces: Properly use slots to modify data
- Using slots in GridDataService does not work since passing
arguments by reference does not work. Since TYPO3 CMS 6.2
... - 14:09 Revision 1e2d303c: [BUGFIX] Documentation rendering
- Two small .rst issues trigger warnings compiling .rst files.
Resolves: #68117
Releases: master
Change-Id: I775d9be46... - 14:06 Revision 372ef492: [!!!][TASK] Drop RTE.userLinks functionality
- The option RTE.userLinks has been broken for some
time now and with the upcoming Tabbing API this can
be added again ... - 13:58 Revision aeb36b6b: [TASK] Move t3skin LESS files to Build folder
- Releases: master
Resolves: #68115
Change-Id: I60c4637050dd4024d5246cb9380ebd910f2fa619
Reviewed-on: http://review.typ... - 13:27 Revision 31b89595: [TASK] Move close.html to ext:backend
- To clean the typo3/ directory we move close.html
to ext:backend.
Resolves: #68108
Releases: master
Change-Id: Ieee52... - 13:13 Revision 2cb83f32: [BUGFIX] Fix invalid HTML in ElementBrowser
- An old implementations expected icons to be img-tags, which
is not the case anymore. The regex for replacing parts of... - 11:22 Revision 6fe44221: [TASK] styleguide: TCA: Set a sane default for input_27
- 11:18 Revision dfb525cb: [TASK] styleguide: TCA: Remove required flag on a inline child field
- 10:54 Revision 9c28ad7f: [BUGFIX] Workspaces: Properly use slots to modify data
- Using slots in GridDataService does not work since passing
arguments by reference does not work. Since TYPO3 CMS 6.2
... - 10:39 Revision 44fd59e4: [BUGFIX] Message when trying to create existing folder
- Show a flash message when trying to create a folder with a name that
already exists.
Releases: master
Resolves: #145... - 10:30 Revision 91128d27: [!!!][TASK] TCA: Remove wizard _HIDDENFIELD and hideParent
- The functionality provided by _HIDDENFIELD and hideParent on TCA
wizard level can be better realized with the new ren... - 10:27 Revision f3ba90d6: [TASK] Deprecate unused GeneralUtility methods
- Resolves: #68098
Releases: master
Change-Id: Ice78388b6e39886bb3f2be13701d4b85f01f3967
Reviewed-on: http://review.typ... - 10:09 Revision 818fc3ec: [FOLLOWUP][TASK] Replace PNG module icons with SVG icons
- Remove usage of removed PNG.
Resolves: #68090
Releases: master
Change-Id: Ie44f5d436d0e20620fb15cb6df85a7a27985412c
... - 10:01 Revision 15b003b0: [BUGFIX] Fix multiple "Quit without saving?" messages
- In some cases, the event handler was bind multiple times.
This patch moves the binding into a new place.
Resolves: #...
Also available in: Atom