Activity
From 2017-01-04 to 2017-02-02
2017-02-02
- 21:31 Revision 77665609: [TASK] EXT:form - add unit tests for the translation service
- This patch adds unit tests and fixes a small bug.
Resolves: #79562
Releases: master
Change-Id: If71015177c4a36acde0b... - 21:30 Revision 5351ba2e: [FEATURE] EXT:form - Add multiselect inspector editor
- A new inspector editor, i.e. a new field type of the form editor,
has been added.
Additionally, this patch fixes the... - 19:37 Revision e05c6c82: [BUGFIX] PHP requirements: improve PHP setting value
- Streamline PHP environment setting values. The PHP
environment setting `max_execution_time` is an integer
according t... - 16:54 Revision a27347ab: [TASK] EXT:form - remove email validator for Textarea form elements
- Remove the email validator from the validators select list for
Textarea form elements within the form editor.
Resolv... - 16:29 Revision 4a8c1140: [BUGFIX] Move end tag of label in info module
- To make the click on the label work, move the end tag
after the text.
Resolves: #79603
Releases: master
Change-Id: I... - 15:55 Revision 4ae81593: [TASK] Show remaining characters in BE user settings module
- The fields name & email are saved in the database and therefore
the length of its value should be checked client side... - 15:49 Revision f66e421a: [FEATURE] Preview of plugins in the backend
- It is now possible to render the preview of plugins
just like of regular content elements.
Resolves: #79225
Releases... - 15:40 Revision bb37ec08: [BUGFIX] EXT:form load yaml configurations in defined order
- Changes configuration loading of yaml configurations. Orders the yaml configuration
by the numeric keys defined in Ty... - 15:19 Revision 4485151f: [TASK] Deprecate ClientUtility::getDeviceType
- The method ClientUtility::getDeviceType is not used
and completely outdated.
Resolves: #79560
Releases: master
Chang... - 15:11 Revision d47c3327: [BUGFIX] Hide password hash for RsaInputField
- If rsauth is used, the eval configuration does not
contain the setting 'password' and the password can always
be hidd... - 13:48 Revision 605b0c8d: [!!!][TASK] EXT:form - Refactor fluid rendering
- This patch is a followup of issue #79439.
EXT:form uses "fluid" as the default rendering strategy.
Therefore, EXT:fo... - 13:36 Revision 33adb38a: [BUGFIX] Set TYPO3_DLOG constant in testing framework
- The constant is undefined currently and hence leads to useless calls
to the devLog facility.
Set this constant to fal... - 13:31 Revision 094f6efa: [BUGFIX] Fix dom path to select items and buttons
- Resolves: #79600
Releases: master
Change-Id: Ife6221668159ea02e8980ab449d394c1a8fb3df3
Reviewed-on: https://review.ty... - 07:31 Revision 04f73977: [BUGFIX] Allow long cookie names
- With this patch cookie names longer than 32 chars are possible.
Resolves: #79566
Releases: master, 7.6
Change-Id: I5... - 07:31 Revision 0cc134ca: [BUGFIX] Allow long cookie names
- With this patch cookie names longer than 32 chars are possible.
Resolves: #79566
Releases: master, 7.6
Change-Id: I5... - 01:30 Revision 4289f163: [BUGFIX] Fix CSH on Info -> Pagetree overview
- Fixes undefined variable.
Releases: master
Resolves: #79586
Change-Id: I9873775cabfd274c03353b1022f325ee2636269f
Rev...
2017-02-01
- 19:35 Revision 6e18fe9e: [BUGFIX] Remove empty option tag in fluid select viewhelper
- Currently the select viewhelper produces an empty option tag, if no
argument "option" is provided. This is not needed... - 09:09 Revision bb177195: [FEATURE] Implement configuration for CKEditor
- The main problem with the current RTE configuration relies in the fact
that it is *only* configurable via pageTS.
CK... - 07:20 Revision a483d7a2: [TASK] Use strict comparison for strings
- Change string comparison for string checks. Checks which could lead
to false positives like comparing with '0' or '' ...
2017-01-31
- 21:07 Revision 120f7ea3: [BUGFIX] Remove additional lines in textareas of formengine
- Remove additional lines around the actual content of a
textarea.
Resolves: #79573
Releases: master
Change-Id: I636af... - 13:27 Revision 4714a9b1: [TASK] Clear search field in Install Tool with ESC
- As the search in the Install Tool > All configuration can be
triggered by using CTRL + f, it should also listen on th... - 12:40 Revision 9e020329: [BUGFIX] Temporarily skip repeatedly failing tests
- Resolves: #79552
Releases: master
Change-Id: I3da3eafd095a00062e01e4ab24d6c9ebf41c3a2e
Reviewed-on: https://review.ty... - 12:19 Revision 9076ee46: [TASK] Clear search field in Install Tool with ESC
- As the search in the Install Tool > All configuration can be
triggered by using CTRL + f, it should also listen on th...
2017-01-30
- 22:41 Revision 84cffd31: [TASK] Show description of tests in Install Tool at start
- The description of the following tests should be shown right away
instead after the test:
- Combining images
- Conve... - 20:28 Revision dca4d5d7: [TASK] Use normalized jpg_quality in GraphicalFunctions
- If the setting 'processor_effects' is set the already normalized
value of jpg_quality should be used.
Change-Id: Idc... - 16:05 Revision 47453763: [TASK] Add Index.rst to master folder
- Resolves: #79555
Releases: master
Change-Id: I1a7523dbc87907cba754c405cc4bbf9050a51255
Reviewed-on: https://review.ty... - 14:27 Revision f59b3ad7: [BUGFIX] Temporaryly skip tests repeatedly failing
- Change-Id: I7d2492782ff1a7203beafc37a1b4457bf65735a2
Resolves: #79552
Releases: master
Reviewed-on: https://review.ty... - 13:46 Revision 222ef599: [TASK] Link to crawler extension docs
- Change-Id: Ie1e780af0b15c9785225bd8a147b08458b6a3b06
Resolves: #79541
Releases: master
Reviewed-on: https://review.ty... - 13:36 Revision 31f751d3: [TASK] Use “error” icon for validation failures in FormEngine
- Currently, a warning sign is rendered next to field labels whose
validation failed. Failed validations are errors and... - 13:26 Revision 686c70ed: [BUGFIX] Fix wrong condition in method checkValueForText
- This makes "eval" processing working again for text fields.
Resolves: #79545
Related: #79341
Releases: master
Change... - 12:43 Revision 403a5b71: [FOLLOWUP][TASK] Code cleanup for RteHtmlParser
- Resolves: #79280
Releases: master
Change-Id: I1d3815cef36d624c910d40eb6d63a3eba4f3f53d
Reviewed-on: https://review.ty... - 11:52 Revision 8093cb00: [TASK] Improve LogEntries partial performance
- This patch avoids `f:switch` in the partial template,
since this ViewHelper is not compilable in the
version provided... - 07:05 Revision ed293f91: [BUGFIX] Remove ses_hashlock from acceptance test fixtures
- With the merge of #79513 the fields `ses_hashlock` were removed from
be_users and fe_users. The usages within the acc...
2017-01-29
- 13:09 Revision cbb4e482: [BUGFIX] Do not strip sub-paths from emulated controller name
- This patch solves a special case in the integration with
Fluid. Fluid itself allows an emulated controller action
to ... - 12:16 Revision 60229e00: [CLEANUP] Simplify updating of timestamp in writeForeignField
- There is no need to check the record we are updating -
since we update it anyway, update timestamp too and
save both ... - 12:15 Revision a7e2c7e7: [CLEANUP] Simplify updating of timestamp in writeForeignField
- There is no need to check the record we are updating -
since we update it anyway, update timestamp too and
save both ...
2017-01-28
- 19:39 Revision 77cd9436: [BUGFIX] EXT:linkvalidator Keep field content when saving new task
- When saving a new linkvalidator task in the scheduler and the validation
failed, now the previous input is kept in th... - 19:30 Revision c95fea47: [TASK] Remove alerts of locked records
- Use tooltips instead of ancient JavaScript alerts for locked
records.
Resolves: #79422
Releases: master
Change-Id: I... - 12:15 Revision 09f903d0: [BUGFIX] Change EM composer mode message to info level
- As https://review.typo3.org/#/c/44025/ enabled extensionmanager
offline mode for composer installations, the composer... - 12:14 Revision a47765a1: [BUGFIX] Change EM composer mode message to info level
- As https://review.typo3.org/#/c/44025/ enabled extensionmanager
offline mode for composer installations, the composer...
2017-01-27
- 17:13 Revision 06a50423: [BUGFIX] Avoid version overlay if EXT:version is not loaded
- PlainDataResolver will do semi-expensive operations for
workspaces-enabled tables even if EXT:version (and
therefore ... - 14:47 Revision f37a28db: [TASK] Consolidate code duplications in form data groups
- Introduce a new class `OrderedProviderList` which calls providers
with dependencies given by setter.
Resolves: #7951... - 13:11 Revision 728afa52: [BUGFIX] Extbase: Fix counting objects on joined tables
- While it's normally fine to replace DISTINCT with GROUP BY when counting
objects this results in a different resultse... - 12:39 Revision 69daabbf: [!!!][TASK] Move page module function QuickEdit to EXT:compatibility7
- To follow the concept of backend apps and provide a lean core by
removing a rarely used feature, which benefit is pre... - 12:17 Revision c54d442d: [FEATURE] EXT:Scheduler: Run manually executed tasks on next cron-run
- Added a feature to the scheduler to mark tasks to be run by
next cron job.
Resolves: #45537
Releases: master
Change-... - 12:10 Revision 9b1bcbf8: [!!!][TASK] Deprecate the field select_key of tt_content
- The field `select_key` is not used by the core and
is moved to the EXT:compatibility7.
Resolves: #77934
Releases: ma... - 12:02 Revision 4d3ded20: [BUGFIX] Persist traversable domain objects via identifier
- Objects implementing the DomainObjectInterface must always be
persisted using their identifier, even if they implemen... - 12:01 Revision 77fbd851: [!!!][TASK] Remove lockHashKeyWords functionality
- The TYPO3 Core used the "useragent" to create a hashbase
by default to harden the session hijacking functionality.
T... - 11:37 Revision c0d87152: [FEATURE] Add signal to exclude tables from ReferenceIndex
- A new signal is introduced to allow the exclusion of tables from the
ReferenceIndex. The checks whether tables or col... - 11:36 Revision 35cbc15f: [BUGFIX] Only perform reindex if data has indeed changed
- Change-Id: I889264f34599be556e16b3d37825a3761b681e70
Resolves: #79068
Releases: master, 7.6
Reviewed-on: https://revi... - 11:26 Revision cc7b4ad5: [BUGFIX] Only perform reindex if data has indeed changed
- Change-Id: I889264f34599be556e16b3d37825a3761b681e70
Resolves: #79068
Releases: master, 7.6
Reviewed-on: https://revi... - 11:17 Revision 9378ce8b: [BUGFIX] Persist traversable domain objects via identifier
- Objects implementing the DomainObjectInterface must always be
persisted using their identifier, even if they implemen... - 07:49 Revision 85ed5ef6: [TASK] Add .php_cs.cache to .gitignore
- The php-cs fixer creates a cache file which
should not be commited. Add it to the .gitgnore to avoid
any mistakes.
R... - 07:48 Revision ee644663: [TASK] Add .php_cs.cache to .gitignore
- The php-cs fixer creates a cache file which
should not be commited. Add it to the .gitgnore to avoid
any mistakes.
R...
2017-01-26
- 17:52 Revision 84be5e61: [!!!][FEATURE] FormEngine element level refactoring
- The patch introduces a new API on FormEngine element level
that substitutes the old "wizards" / renderWizard() API
wi... - 17:05 Revision 6752a362: [TASK] Functional test for VariableFrontend cache type
- Add a functional test to verify that serialized PHP objects
can be successfully stored in the database without having... - 16:53 Revision 87b78a63: [TASK] EXT:form - Add CE preview for form plugins
- Render the form label or a placeholder text (if no form is selected)
within the page module.
Resolves: #78834
Releas... - 16:48 Revision 973ffb7a: [TASK] EXT:form - Optimize frontend templates
- * add attribute role="alert" to error hints
* streamline bootstrap 3 error classes
* add attribute formnovalidate to ... - 16:25 Revision a62dbd10: [FEATURE] EXT:form - Add form settings button to module header
- Adds a new button into the form editor module header.
Clicking on this buttons shows the form settings within the ins... - 16:21 Revision 5b145511: [BUGFIX] EXT:form - parse finisher values only if string
- Parse finisher option values only if the referenced formelement value
is a string.
Resolves: #79412
Releases: master... - 16:17 Revision 2e872f48: [TASK] Improve constant editor
- - Skip length check of header
- Use type "number" for integer types
- Apply min & max attributes if available
Resolv... - 14:41 Revision e85dfe90: [BUGFIX] Fix SQL error in createEntryData
- The database field definition for ref_string is limited to varchar(200)
and can cause an SQL error when bigger string... - 13:09 Revision fdd4e302: [BUGFIX] Access check for delete pages expects array of integers
- An error occurs in the createNamedParameter function
which expects an array but gets a string instead.
Change-Id: I3... - 08:58 Revision 0b8c8fed: [TASK] Cleanup code of LocalizationController::process
- Change-Id: I6db726bfff61c092309a971eb71e074c30cad046
Releases: master, 7.6
Resolves: #79378
Reviewed-on: https://revi... - 08:57 Revision 4405c888: [TASK] Cleanup code of LocalizationController::process
- Change-Id: I6db726bfff61c092309a971eb71e074c30cad046
Releases: master, 7.6
Resolves: #79378
Reviewed-on: https://revi... - 03:06 Revision d20cd6cd: [TASK] Deprecate visibility for internal variables in Datahandler class
- This patch marks some internal cache variables in the
Datahandler as deprecated since their visibility should be
chan... - 01:30 Revision 40299330: [BUGFIX] Use subselect to update reference index
- Switch updateIndex method to use a subselect based approach
to avoid errors due to huge parameter lists for manually
... - 01:14 Revision 5ce457f0: [TASK] Adjust Cs-Fixer 2.0 hits
- With the update of cs-fixer to version 2.0, some checks
got minor changes in behaviour. The core follows now in
apply... - 01:01 Revision 8699a00e: [TASK] Update php-cs-fixer to version 2.0
- Change-Id: Ia32a61238bdf46c01a3856376c0a94d9d09339ee
Resolves: #79361
Releases: master, 7.6
Reviewed-on: https://revi... - 00:56 Revision f9c7157f: [BUGFIX] Debugger output: split lines before escaping them
- This fixes the issue that lines are wrapped within a HTML entity.
Resolves: #79398
Releases: master, 7.6
Change-Id: ... - 00:50 Revision de678f23: [BUGFIX] Debugger output: split lines before escaping them
- This fixes the issue that lines are wrapped within a HTML entity.
Resolves: #79398
Releases: master, 7.6
Change-Id: ... - 00:41 Revision 8703d364: [TASK] Cleanup ActionService::getVersionedId
- Within the refactoring process the optional parameter $useDeleteClause was missed
to remove from the parameter list o... - 00:39 Revision a70787f1: [BUGFIX] Add parameter types to database writes in functional tests
- When writing to database tables with BLOB type columns declare the field
type for the query parameters in functional ...
2017-01-25
- 22:34 Revision bbbf4c78: [BUGFIX] Fix title for expand button in workspace module
- Change-Id: I6a17811dd5dbc5ed285b6040fcbe97e94b416b8b
Releases: master
Resolves: #79321
Reviewed-on: https://review.ty... - 21:28 Revision d3371f04: [FEATURE] Add new ViewHelper f:variable via Fluid 2.2.0
- A new Fluid ViewHelper, `f:variable`, has become available
in TYPO3 after raising the minimum required version of the... - 20:15 Revision 37b7f532: [TASK] Adjust Cs-Fixer 2.0 hits
- With the update of cs-fixer to version 2.0, some checks
got minor changes in behaviour. The core follows now in
apply... - 19:49 Revision 2c23ecdf: [BUGFIX] Fix broken TypeScript compiler setting
- This patch adds a missing compilerOption to generate subfolder in the
build directory, which fix the copy to final de... - 18:46 Revision e6df53f7: [FEATURE] EXT:form - Add element selector for text editors
- Adds a new button to the text editors.
This splitbutton opens a list with available form elements.
If a form element ... - 18:17 Revision 1a318ec3: [TASK] Update php-cs-fixer to version 2.0
- Change-Id: Ia32a61238bdf46c01a3856376c0a94d9d09339ee
Resolves: #79361
Releases: master
Reviewed-on: https://review.ty... - 17:28 Revision 606d1841: [TASK] Update phpunit to version 5.7.5
- Change-Id: I118f4d6b9fd94fcaa0da3cef4e0f290b60c57fc8
Resolves: #79460
Releases: master
Reviewed-on: https://review.ty... - 17:27 Revision 868fd81f: [TASK] Update codeception to version 2.2.8
- We want to use the latest version.
Change-Id: I9f41f2b6e58020e01615569350b80afb34a3a067
Resolves: #79459
Releases: m... - 13:46 Revision 8bdbf0c1: [TASK] EXT:form - add onSubmit callback for pages
- Add onSubmit callback for toplevel composit elements aka. pages.
The ticket provides an example extension for testing... - 13:45 Revision 193d9b4e: [TASK] Ext:form - Add update option to saveToDatabase finisher
- This patch adds an option to the saveToDatabase finisher which makes it
possible to update an existing database recor... - 12:33 Revision 6861870f: [TASK] styleguide: TCA: Minor bugfix
- 11:10 Revision fadaaccf: [BUGFIX] EXT:form - editor error on mixed option key types
- Let the JavaScript 'Inspector-PropertyGridEditor' deal with mixed
option value types (string / int)
Resolves: #79457... - 10:39 Revision d918102b: [BUGFIX] EXT:form - fluid 2.2.0 compatibility
- With the update of fluid to 2.2.0 (e004145) the backend and frontend
break. This patch fixes these problems.
Change-... - 09:59 Revision 2e495439: [BUGFIX] Correctly show sub item indicator in svg tree
- Changes the way the svg tree nodes are checked for "indeterminate" state
after the data is loaded, so the initial sta... - 09:27 Revision 9e0e42a3: [BUGFIX] Use BLOB type column for uc in be_users table
- The unified handling for frontend and backend users requires
identical SQL column types to properly escape the input ... - 08:42 Revision ee1086c0: [BUGFIX] Don't query database with non-numeric uids in RelationHandler
- Check that a uid is numeric to prevent errors when querying an integer
database field with a string value like NEW123... - 08:18 Revision b51fdede: [BUGFIX][DBAL] Fix ExtensionManager repository insertion
- Resolves: #79143
Releases: master
Change-Id: I3cc6f0cff6980439f8f967f8ea627e074444f28c
Reviewed-on: https://review.ty... - 06:46 Revision 27fcf170: [BUGFIX] Convert fe_group in sys_collection to VARCHAR
- The core methods dealing with frontend group restrictions expect this
field to be of a character based datatype. Comp... - 05:15 Revision a522617e: [BUGFIX] Fix early return in addUnionStatement method
- Set $propertyPath, $tableName and $className to avoid
unnecessary joins and wrong repository results.
This is a regr...
2017-01-24
- 17:55 Revision c4999413: [TASK] styleguide: Remove last mention of tx_styleguide_elements_forms
- 17:54 Revision e607aa0e: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/80 from MonaMuzaffar/master
- removed broken element forms
- 15:26 Revision 5a80a615: removed broken element forms
- 11:49 Revision 1e1a129f: [TASK] styleguide: Rename fieldWizards to fieldWizard and fieldControls to fieldControl
- 09:12 Revision 1e038315: [BUGFIX] Render metatags on uncached pages
- Adding metatags on uncached pages using the pagerenderer didn't work
because the metatag array was rendered prior to ... - 09:12 Revision 41222e82: [BUGFIX] Render metatags on uncached pages
- Adding metatags on uncached pages using the pagerenderer didn't work
because the metatag array was rendered prior to ...
2017-01-23
- 21:47 Revision 0d8aa073: [TASK] Improve "Create multiple pages" wizard
- - Use xs instead of sm to support smaller screens
- Add an id to the select field
Resolves: #79418
Releases: master
... - 20:52 Revision 131586ad: [BUGFIX] Fix broken links to permission module
- This patch fix broken links in ClickMenu and DatabaseRecordList which
exists since the permissions module refactoring... - 20:44 Revision 81799a43: [BUGFIX] Fix broken links to permission module
- This patch fix broken links in ClickMenu and DatabaseRecordList which
exists since the permissions module refactoring... - 20:38 Revision 6e73c8c0: [TASK] Disable escaping pidRecordTitle in clickmenu move element
- Prevent the escaping of pidRecordTitle in click menu move element. The
escaping is already done in the MoveElementCon... - 19:51 Revision f5f1a59f: [TASK] Style select field of BackendUtility::getFuncMenu
- The select field of BackendUtility::getFuncMenu must be styled by
the class "form-control".
One example can be found... - 19:27 Revision db02db11: [BUGFIX] Remove double escaping in template module
- The information of a template (title, site title, description) is
already escaped by using fluid. Therefore the htmls... - 18:40 Revision 183d7a4b: [TASK] styleguide: TCA: New syntax in select
- 10:39 Revision 255651db: [TASK] Render information msg in TS module with a callout
- If a template record does not contain any constants, the information
should be rendered by a nice callout.
Resolves:... - 10:22 Revision 73b06f2b: [TASK] Allow new lines for description field
- As the description is a textarea, the rendering should support
lines as well.
Resolves: #79406
Releases: master, 7.6... - 10:19 Revision 3706b48d: [BUGFIX] Fix invalid button group markup in scheduler
- An element with the class `btn-group` must not also have the class `btn`.
Such occurences are fixed in this patch.
R... - 07:58 Revision d7143c10: [BUGFIX] FormEngine: Do not add <br> to readonly textarea content
- Multiline content is displayed in a textarea "as is" by the browser.
There is no need to add <br> tags.
Resolves: #7... - 07:58 Revision 1fd407d0: [BUGFIX] FormEngine: Do not add <br> to readonly textarea content
- Multiline content is displayed in a textarea "as is" by the browser.
There is no need to add <br> tags.
Resolves: #7... - 06:40 Revision e0041459: [TASK] Update Fluid engine dependency to 2.2.0
- This raises the required and locked version of Fluid
to 2.2.0. The dependency is also bumped in the
composer manifest...
2017-01-21
- 19:52 Revision fdae8494: [TASK] styleguide: TCA: Migrate to new group options
- 15:17 Revision 710350ce: [TASK] Use official TYPO3.Icon repository
- The backend icon set has been moved and is now under maintenance of the
TYPO3 GitHub Department. https://github.com/T... - 14:59 Revision e48e4c08: [TASK] Use official TYPO3.Icon repository
- The backend icon set has been moved and is now under maintenance of the
TYPO3 GitHub Department. https://github.com/T...
2017-01-20
- 13:05 Revision dad72d3f: [BUGFIX] Initialize TSFE->config with correct type in PHP 7.1
- The TypoScriptFrontendController->config variable must be of type
array but is initialized with an empty string. Sinc... - 12:49 Revision f39c2f1c: [BUGFIX] Initialize TSFE->config with correct type in PHP 7.1
- The TypoScriptFrontendController->config variable must be of type
array but is initialized with an empty string. Sinc... - 10:08 Revision d827be67: [BUGFIX] Use proper type in LinkAnalyzer to avoid exceptions
- To avoid exceptions, the proper type must be used.
Resolves: #79166
Releases: master
Change-Id: I00a6d65bee8b8807853...
2017-01-19
- 21:26 Revision 2920ac91: [BUGFIX] Restrict l10n fallback to cms extension
- The check for the l10n fallback for the cms extension was too wide, also
covering arbitrary extension names starting ... - 16:59 Revision a26923c9: [TASK] Adjust namespaces of test classes in dynamicReturnTypesMeta.json
- Resolves: #79393
Releases: master
Change-Id: Ic8c0ec41b7421873c4dcbaaa89e483b09ad5608a
Reviewed-on: https://review.ty... - 16:05 Revision 05670e4a: [FOLLOWUP][BUGFIX] Extbase: Do not mangle SQL query when constraint value is empty
- Remove a typo from phpdoc.
Change-Id: If5b45a1124294c80fe3b36f8f1c829f293c9d621
Resolves: #79388
Releases: master
Re... - 14:58 Revision 7efc0924: [BUGFIX] Use reflection information in getGettablePropertyNames
- In \TYPO3\CMS\Extbase\Reflection\ObjectAccess there is a method to get
all available property names of an object. Cur... - 14:38 Revision 56c20415: [BUGFIX] Extbase: Do not mangle SQL query when constraint value is empty
- The query parser now throws an exception if the given value for an
IN or CONTAINS expression is invalid, instead of s... - 13:30 Revision 7adb722a: [BUGFIX] Use reflection information in getGettablePropertyNames
- In \TYPO3\CMS\Extbase\Reflection\ObjectAccess there is a method to get
all available property names of an object. Cur... - 11:53 Revision 038e754a: [TASK] styleguide: TCA: Prepare elements_group tabel for multi language handling
- 10:59 Revision 026e2d1c: [TASK] styleguide: TCA: Cleanups and further wizard migrations
- 02:35 Revision b6338046: [BUGFIX] Use BLOB type column for ses_data in be_sessions table
- The unified session handling for frontend and backend requires
identical SQL column types to properly escape the inpu...
2017-01-18
- 18:42 Revision a3ced22a: [BUGFIX] Avoid stripping tags for generating diffs
- Tags must not be stripped away for creating diffs as
those are essential for editors. Otherwise it is not
possible to... - 18:28 Revision a95d491e: [TASK] styleguide: TCA: rtehtmlarea full screen wizard new style
- 16:31 Revision aa17d026: [BUGFIX] Fix minor typo in DateTimePicker.js
- Heven't replaced with haven't
Resolves: #79376
Releases: master,7.6
Change-Id: I85b252514378eb4db1eb63f93d9b746ca332... - 16:31 Revision 4450ae4d: [BUGFIX] Fix minor typo in DateTimePicker.js
- Heven't replaced with haven't
Resolves: #79376
Releases: master,7.6
Change-Id: I85b252514378eb4db1eb63f93d9b746ca332... - 15:44 Revision a1330375: [TASK] styleguide: TCA: Migrate table wizard to new syntax
- 14:26 Revision f5103823: [TASK] styleguide: TCA: Migrate type=text select wizard to valuePicker
- 13:17 Revision 11ff4842: [FEATURE] CLI support for T3D import
- A new CLI command allows to imoprt t3d/xml files for EXT:impexp.
Resolves: #72749
Releases: master
Change-Id: I8775b... - 13:00 Revision 6a788c66: [TASK] Reorder & Rename entries in CType list
- To improve usability the naming and sorting of content element
types for the content element wizard and the select bo... - 12:58 Revision b422a874: [TASK] Use runtime cache for BackendUtility::isRecordLocked
- Instead of using $GLOBALS a runtime cache is used.
Resolves: #79345
Releases: master
Change-Id: I2273051c2d52efff5fa...
2017-01-17
- 21:27 Revision c1d0133e: [TASK] styleguide: TCA: Migrate enable-tab and fixed-font to new settings
- 19:18 Revision d43ebcc7: [TASK] styleguide: TCA: Migrate wizard_add, wizard_list, wizard_add to new syntax
- 19:03 Revision b35b012f: [TASK] styleguide: TCA: Migrate to new 'enableRichtext'
- 17:46 Revision d375170b: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/79 from MonaMuzaffar/master
- [TASK] styleguide: TCA: remove old none_5 with field fixedRows
- 16:33 Revision b8a1c9c0: [TASK] Deprecate ArrayUtility::inArray()
- Resolves: #79316
Releases: master
Change-Id: Ieb54d51a6d6f15325fc4c1c88ad29c845200c68b
Reviewed-on: https://review.ty... - 15:20 Revision 672c77b7: [TASK] Add linkDetails to the parameters sent in typoLink_PostProc hook
- This can be useful when using the unified referencing syntax.
Resolves: #79349
Releases: master
Change-Id: If822da7... - 14:58 Revision 68cd4342: [TASK] styleguide: TCA: remove old none_5 with field fixedRows and set old none_6 to new none_5
- 14:19 Revision 6f70fe46: [TASK] styleguide: TCA: Old and new style "list wizard" in group_db_1
- 13:12 Revision f13780a1: [TASK] styleguide: TCA: wizard_add new style in group_db_1
- 12:28 Revision bbfa00ee: [TASK] styleguide: TCA: Group add wizard example
- 11:37 Revision c66ced51: [BUGFIX] Fix typo in CacheManager
- By fixing a typo in the CacheManager empty tag arrays
are detected and intercepted.
Resolves: #79236
Releases: maste... - 10:49 Revision 686ef962: [TASK] Cleanup RTE HTMLArea TSconfig processing options
- Some obsolete options are found in the documentation, additionally
the RTE.default.proc.exitHTMLparser_db is not enab... - 09:48 Revision 00677ce4: [!!!][TASK] Prepare richtext configuration
- Configuring a richtext field in TCA with the "defaultExtras"
setting (which was formerly the 5th showitem parameter) ...
2017-01-16
- 21:03 Revision 7e90dbcb: [!!!][TASK] Remove vC checks and deprecate veriCode() method
- Since now all Backend urls have module token in place,
the veriCode is not needed any more.
Thus AbstractUserAuthenti... - 17:42 Revision 02b97c45: [TASK] Streamline assignment of current workspace in DataHandler
- The processing of data structures in DataHandler and RelationHandler
are bound to each other. DataHandler allows to b... - 09:13 Revision e817efa5: [TASK] Include constants in TypoScript cache
- In order to work with available constants in TypoScript in Frontend
the parsed TypoScript constants are included in t...
2017-01-15
- 22:24 Revision 72f81086: [BUGFIX] Extbase: Don't use ORDER BY with COUNT(*) SQL statements
- Databases that adhere to the SQL92 standard and enforce having all
columns that are using in any part of the query be... - 13:05 Revision feba2122: [BUGFIX] Return all packages with PackageManager::getAvailablePackages
- Currently the PackageManager loads installed package information by
default only. This patch adds a new flag to ensur...
2017-01-14
- 23:25 Revision 11d21225: [BUGFIX] Make persistent connections available for Redis cache backend
- The Redis cache backend allows configuration of all connection
setting, except setting persistent connections. This o... - 23:24 Revision 7d0c8bef: [BUGFIX] Make persistent connections available for Redis cache backend
- The Redis cache backend allows configuration of all connection
setting, except setting persistent connections. This o...
2017-01-13
- 20:32 Revision 3135fdc1: [BUGFIX] Prepend, don't append, configured View paths
- Avoids an issue where default View paths would
be added LAST instead of FIRST as is intended.
Change-Id: I00413b40e2... - 20:28 Revision 1c09924f: [BUGFIX] Remove outdated PHPDoc comment
- The described behavior has been removed with TYPO3 7.6;
the variable is treated as a boolean now.
Resolves: #79314
R... - 15:35 Revision 7f0bd2ae: [TASK] List Module: Hide hidden fields in single table rendering
- If a field is hidden by using TsConfig, it should also not be
shown in the single table rendering in the record list.... - 10:50 Revision 389021fa: [BUGFIX] Ext:form - remove class attribute from flashMessages viewhelper
- https://review.typo3.org/#/c/50285/ breaks the ext:form backend modul.
Remove "class" tag attributes from flashMessag... - 09:47 Revision 6c0ae1c0: [!!!][TASK] Move pages.url_scheme to compatibility7
- Adding SSL support on a per-page basis is something that
does not happen very much in 2017 anymore, rather doing this... - 00:50 Revision b236079f: [BUGFIX] Remove range from sorting field
- The range configuration for a sorting field doesn't make any sense
and can lead to unexpected bugs as sorting can be ...
2017-01-12
- 18:49 Revision 2fc9d58b: [!!!][TASK] Remove RTE proc.transformBoldAndItalicTags option
- The option transformBoldAndItalicTags is there to convert
<i> and <b> tags from the DB to <strong> and <em> for the R... - 18:43 Revision 23870ae1: [TASK] Move DatabaseL10nModeUpdate to a row updater
- The new DatabaseL10nModeUpdate install tool upgrade wizard that
migrates row content for old "mergeIfNotBlank" fields... - 16:54 Revision 0f9205d2: [FEATURE] Introduce l10n_source field for tt_content
- A new field which is a ctrl-based field for any TCA table
called "translationSource" set to a DB field name
(used for... - 15:40 Revision aa62a51f: [BUGFIX] Move legacy indexed_search plugin registration
- When moved to EXT:compatibility7 the pi-based Indexed Search
plugin registration was moved to "Configuration/TCA" but... - 15:22 Revision ef447510: Revert "[BUGFIX] Skip main extension repository check in Composer mode"
- This reverts commit e538ed3f154f447ddbaf78785a31c9ab2ee72a17.
We do need the information about the main repository s... - 15:13 Revision 0f1ba66a: [TASK] Always keep <a> instead of <link> tags in RTE transformations
- The RTE uses <a> tags for handling links, a transformation
that replaces <link> tags to <a> tags is updated to use th... - 13:00 Revision bf704f7f: [TASK] styleguide: TCA: group_db_1 edit popup example
- 12:45 Revision a4ab8a89: Revert "[BUGFIX] Skip main extension repository check in Composer mode"
- This reverts commit e538ed3f154f447ddbaf78785a31c9ab2ee72a17.
We do need the information about the main repository s... - 07:48 Revision 437d8978: [BUGFIX] Skip main extension repository check in Composer mode
- Extensions are not installed and updated from the main extension
repository in Composer mode, thus skip this check co... - 07:47 Revision e538ed3f: [BUGFIX] Skip main extension repository check in Composer mode
- Extensions are not installed and updated from the main extension
repository in Composer mode, thus skip this check co...
2017-01-11
- 23:28 Revision dff93991: [!!!][TASK] Remove TCA l10n_mode=mergeIfNotBlank
- The TCA setting "l10n_mode=mergeIfNotBlank" for a single
column is removed from the list of values.
The functionalit... - 23:14 Revision d881b03b: [!!!][FEATURE] Refactoring of FlashMessage rendering
- This patch reverts some changes of #73698 and adds some new things:
- Introduce context based FlashMessageRenderer
-... - 22:49 Revision 60f182f3: [TASK] Filelist: Info dialog shows image dimensions
- The file info modal now contains the width and height of images
Resolves: #65822
Releases: master, 7.6
Change-Id: Ia... - 22:16 Revision dd96ce85: [TASK] Filelist: Renaming: Add a better flash message
- Just add another/meaningful message to the flash message
queue if the file/folder was not really renamed. It just giv... - 22:07 Revision f99e8d40: [TASK] Filelist: Info dialog shows image dimensions
- The file info modal now contains the width and height of images
Resolves: #65822
Releases: master, 7.6
Change-Id: Ia... - 21:59 Revision 5ea0adfa: [TASK] Add update wizard to remove CLI users
- The new CLI functionality to use one dedicated CLI user
called _cli_ makes all previous users prefixed with _cli_*
ob... - 21:56 Revision 7e4e8671: [BUGFIX] ResourceCompressor does not persist external resources
- The condition in the ResourceCompressor for fetching
external files never worked, as it was a simple typo
to update a... - 21:27 Revision f1c1e9e4: [BUGFIX] ResourceCompressor does not persist external resources
- The condition in the ResourceCompressor for fetching
external files never worked, as it was a simple typo
to update a... - 21:24 Revision 4740ae5c: [TASK] Code cleanup for RteHtmlParser
- Several code parts have been cleaned up and sorted into separate methods
to ensure readability.
Certain options defi... - 21:17 Revision bd4c29e7: [FOLLOWUP][FEATURE] Install tool table row updaters
- Fix a left over hack and improve comment wording at
a couple of places.
Change-Id: Ida005a7d5889e8aa4afd1e39eb66862f... - 20:58 Revision 7db75b02: [FEATURE] Add possibility to create TRIM expression with Doctrine DBAL
- This adds the possibility to create TRIM expressions using the
ExpressionBuilder like shown in the following example:... - 18:53 Revision 74f525e7: [FEATURE] Install tool table row updaters
- Introduce an upgrade wizard in install tool that walks through all
TCA table rows and calls registered row updaters t... - 18:37 Revision 3c284392: [FEATURE] Add hook to add custom TypoScript templates
- This hook allows to extend the added TypoScript by adding
custom TypoScript templates (e.g. not loaded from the datab... - 18:24 Revision a3cc3f9f: [BUGFIX] CacheHashCalculator does not exclude ADMCMD arguments
- ADMCMD arguments are not filtered when calculating the cache-hash
which results in a page not found error. The behavi... - 18:11 Revision 4fbd6334: [BUGFIX] CacheHashCalculator does not exclude ADMCMD arguments
- ADMCMD arguments are not filtered when calculating the cache-hash
which results in a page not found error. The behavi... - 17:35 Revision ab982883: [BUGFIX] CacheHashCalculator does not exclude ADMCMD arguments
- ADMCMD arguments are not filtered when calculating the cache-hash
which results in a page not found error. The behavi... - 15:19 Revision d44fef31: [!!!][TASK] Remove RteHtmlParser proc options
- The RTE processing options "dontProtectUnknownTags_rte"
and "dontConvAmpInNBSP_rte" come from a legacy point of
view ... - 15:18 Revision fdf937fe: [TASK] Extract broken links marker syntax for RTE
- The RTE parser has the following functionality:
- When transforming content from DB to RTE, and <link 13> tag referen... - 13:00 Revision 04b97b4a: [!!!][TASK] Remove ExtDirect State Provider
- The ExtDirect component for fetching the state (for the pagetree)
can be simplified by simply using the Storage.Persi... - 12:59 Revision d9b52a59: [BUGFIX] Doctrine: Consider MySQL index subpart information in upgrade wizards
- If an index is defined on a table that is stored on a MySQL database
and uses the MySQL specific subpart length featu... - 12:49 Revision 0d0878e0: [FEATURE] Add button to delete similar errors from sys_log
- The log module of TYPO3 now shows a button to delete multiple errors at once based on
the `details` field of the `sys... - 12:33 Revision 179f1609: [BUGFIX] Use POST for storing uc-related Storage in BE
- The AJAX call to store uc settings should be handled
as POST request, and not a GET request to ensure that
even long ... - 12:29 Revision 1c7daaa0: [TASK] Remove unnecessary pageTS config of HtmlArea
- HTMLarea defines htmlSpecialChars=0 which is set by default.
If it is overriden by an installation, this can still be... - 12:24 Revision 9d465632: [!!!][TASK] Remove RTE proc option "disableUnifyLineBreaks"
- The RTE option "proc.disableUnifyLineBreaks" was never
set by default.
If NOT set (= default), then all line breaks ... - 11:57 Revision c6c06e54: [BUGFIX] Use POST for storing uc-related Storage in BE
- The AJAX call to store uc settings should be handled
as POST request, and not a GET request to ensure that
even long ... - 11:29 Revision f5a07ab7: [BUGFIX] Fix JS errors in context menu
- Fixes two issues: syntax error (missing semicolon),
and "Uncaught TypeError: Cannot read property 'refresh' of undefi... - 10:18 Revision 4d4fdc6d: [FEATURE] Ext:form - extend the extension location functionality
- With this patch is it possible to:
* save existing forms within extension locations
("allowedExtensionPaths") if "... - 09:43 Revision f323cce6: [BUGFIX] Correct declaration of $rL_uidRegister
- $rL_uidRegister was declared as a string but was
used as an array therefore in PHP 7.1 an exception was
thrown.
This... - 00:58 Revision 5089776e: [TASK] Deprecate CommandLineController and Cleaner Command
- The base classes of the very very old CommandLineController
and the Cleaner Command are deprecated. They are not in
u... - 00:45 Revision 70e2cbe4: [TASK] Remove creation of _cli_scheduler in BE
- The _cli_scheduler backend user was necessary before the
introduction of the unified "_cli_" user for all CLI process... - 00:34 Revision eb942108: [!!!][FEATURE] Migrate Scheduler Cli Controller to Symfony Command
- The scheduler CLI controller that is triggered via
"typo3/cli_dispatch.phpsh scheduler" is migrated to a Symfony Comm... - 00:25 Revision 5bf10c8d: [!!!][TASK] Remove system extension t3skin
- The system extension "t3skin" has been slowly trimmed down due to
the native CSS/LESS building of the TYPO3 core into... - 00:17 Revision e92276ea: [TASK] Deprecate unused LocalizationRepository methods
- After the change https://review.typo3.org/#/c/47645/ was merged
methods getRecordLocalization and getPreviousLocalize...
2017-01-10
- 23:02 Revision 0869cf1b: [TASK] Cleanup CLI commands in EXT:backend
- * Make backend:unlock and backend:lock a separate class.
* Manually require the CLI user for ReferenceIndexUpdateComm... - 22:56 Revision 2abd080a: [TASK] Cleanup CLI handling of CLI commands
- The new _CLI_ user authentication is now explictly
set and required in each command (if a user is needed)
during runt... - 20:04 Revision dc83cdd3: [!!!][TASK] Remove l10n_mode noCopy
- The setting noCopy is removed from the list of possible values
of the TCA column property l10n_mode without any repla... - 13:44 Revision 6a1da0b3: [!!!][FEATURE] Introduce single _cli_ user for all CLI calls
- The command line users prefixing with _CLI_scheduler etc. is flawed,
however a single user is needed for doing e.g. D... - 13:42 Revision e3779b1f: [BUGFIX] InstallTool: handle column renames in database compare
- When the Doctrine SchemaMigrator detects an added column and a removed
column that only differ by name but not by con... - 13:32 Revision 4a704638: [TASK] Use $ instead of TYPO3.jQuery
- In TYPO3 6.0 we introduced TYPO3.jQuery as a possibility to have jQuery
run side-by-side with prototype.js in a no-co... - 12:12 Revision 163a2b77: [!!!][TASK] EXT:form - split typoscript includes
- 1) Move backend module specific TypoScript directly to
`EXT:form/ext_typoscript_setup.txt`. It should be loaded
autom... - 11:53 Revision a962de35: [!!!][TASK] Remove ExtJS Pagetree indicator functionality
- The ExtJS Page Tree has some functionality to add custom indicators
to the page tree, which is loaded by ExtDirect.
... - 10:25 Revision 3376cab4: [BUGFIX] Remove range from sorting field
- The range configuration for a sorting field doesn't make any sense
and can lead to unexpected bugs as sorting can be ... - 10:12 Revision 9db5372d: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/78 from MonaMuzaffar/master
- FormEngine Example
- 10:00 Revision 2003ac5e: [FOLLOWUP][TASK] Replace ExtDirect State for module menu with jQuery
- Type mismatch leads to always closing module menu.
Resolves: #79211
Releases: master
Change-Id: Ib733853fa036c5fdb4e...
2017-01-09
- 21:13 Revision 3e93c060: [TASK] EXT:form - license headers
- Add a reference to the original authors since most of the
Frontend functionality is heavily inspired and copied from
... - 20:30 Revision 2dde5b97: [TASK] Remove AppVeyor configuration
- AppVeyor is kind of broken by design.
Most of the times something is messed up, dependencies don't work or it
simply ... - 19:35 Revision d0387144: [!!!][FEATURE] Allow reloading of backend topbar
- A new API is introduced that allows to reload the backend’s topbar.
The reload may be triggered via JavaScript and PH... - 19:32 Revision 6e0aa6a5: [BUGFIX] Remove range from sorting field
- The range configuration for a sorting field doesn't make any sense
and can lead to unexpected bugs as sorting can be ... - 18:10 Revision 54dd2812: [BUGFIX] IconFactory check arrays for key
- This reduces PHP notices, as we check arrays before acessing them.
Resolves: #78992
Releases: master, 7.6
Change-Id:... - 18:04 Revision b52d97a6: [BUGFIX] IconFactory check arrays for key
- This reduces PHP notices, as we check arrays before acessing them.
Resolves: #78992
Releases: master, 7.6
Change-Id:... - 17:25 Revision 8c4ee10c: [TASK] Introduce abstract class AbstractAjaxController
- Extract duplicate code in method and let FormFlexAjaxController
and FormInlineAjaxController extend from abstract cla... - 17:16 Revision eb44532e: [BUGFIX] Fix sys_log table on strict database
- The column details must have a default value
because of NOT NULL.
Resolves: #79220
Related: #77306
Releases: 7.6
Cha... - 16:09 Revision babbcefa: Merge branch 'master' of https://github.com/7elix/TYPO3.CMS.Styleguide
- [TASK] styleguide:FormEngine Examples
- 16:05 Revision d14f5de7: [TASK] styleguide: New FormEngine Examples: single inline and tree
- 13:29 Revision 5c7268f1: [TASK] Simplify module menu loading functionality
- As there is no relative path functionality but only absolute
URLs (without the domain name but just prepended) the fu... - 13:25 Revision 1550f942: [TASK] ext:beuser delete button title attribute
- Add missing title attribute to delete button in the backend user
listing module.
Resolves: #79203
Releases: master
C... - 13:22 Revision 9cf2adf8: [FOLLOWUP][TASK] Remove iconv support and use mbstring-polyfill
- The method csConv->strtrunc() is missing in the deprecation.
Resolves: #78670
Releases: master
Change-Id: I95284f2de... - 11:50 Revision a2f15fc5: [TASK] Remove hardcoded ContextHelpWindows settings
- The values are hardcoded and not replaceable. We can put the
hardcoded values in JavaScript directly.
Resolves: #792... - 11:33 Revision 9534defd: [TASK] styleguide: TCA: Migrate to new renderType 'inputLink'
- 10:58 Revision 8c900c2a: [TASK] Functional tests for free mode translation
- Functional tests for following scenarios:
- free-mode translation of a record in non-default language
(live and in wo... - 10:37 Revision 7a7b7e10: [BUGFIX] Make copy mode of translation modal use localize
- ... omitting TransOrigPointer
While translating elements with the localization modal we have to
make sure that the ... - 10:05 Revision 9f9e4f28: [TASK] Replace ExtDirect State for module menu with jQuery
- The obsolete State Provider for storing and retrieving the information
if the backend module menu should be collapsed... - 10:04 Revision 1e825b0c: [BUGFIX] Fix typo in ext:backend fluid template
- Resolves: #79202
Releases: master, 7.6
Change-Id: Ie47e6b42a7429ce75a8d750c7e7aa7f1c1cb9bec
Reviewed-on: https://revi... - 10:02 Revision c640740e: [BUGFIX] Fix typo in ext:backend fluid template
- Resolves: #79202
Releases: master, 7.6
Change-Id: Ie47e6b42a7429ce75a8d750c7e7aa7f1c1cb9bec
Reviewed-on: https://revi... - 10:01 Revision d08da33d: [BUGFIX] Remove leftover info about config.uniqueLinkVars
- Remove obsolete info about a removed setting in tsref.xml
and remove one duplicate `to` just two lines later.
Resolv... - 10:01 Revision 259ed343: [BUGFIX] Remove leftover info about config.uniqueLinkVars
- Remove obsolete info about a removed setting in tsref.xml
and remove one duplicate `to` just two lines later.
Resolv...
2017-01-08
- 15:01 Revision 9a44f783: [TAKS] Add missing variables in WorkspaceService doc comments
- Resolves: #79200
Releases: master, 7.6
Change-Id: I745f9762122dba5f2e1ecca8deafd440a78f8329
Reviewed-on: https://revi... - 14:50 Revision d1c144b6: [TAKS] Add missing variables in WorkspaceService doc comments
- Resolves: #79200
Releases: master, 7.6
Change-Id: I745f9762122dba5f2e1ecca8deafd440a78f8329
Reviewed-on: https://revi... - 14:28 Revision 7f77f136: [TASK] styleguide: TCA: Migrate slider wizard to new slider config
- 02:55 Revision c4d678b2: [TASK] styleguide: TCA: Migrate select wizard to valuePicker, add readOnly date examples
2017-01-07
- 23:08 Revision e448bab7: [TASK] styleguide: TCA: Prepare for new renderType inputDateTime
- 21:37 Revision 586d459a: [TASK] styleguide: TCA: Remove obsolete config setting "checkbox" on input elements
- 21:17 Revision accaacf9: [BUGFIX] EXT:tstemplate: Removed double escaping of page name
- Because the escaping takes place when the PageZero template is rendered
by the view, there is no need to escape it in... - 18:16 Revision ad7e8a31: [TASK] Functional tests for free mode translation
- Functional tests for following scenarios:
- free-mode translation of a record in non-default language
(live and in wo... - 18:13 Revision 6b636a49: [BUGFIX] Get folder’s identifier for exception message
- The identifier of the folder object is now retrieved and used in the
exception message.
Resolves: #79194
Releases: m... - 18:06 Revision efcf0cf3: [!!!][TASK] Removed optional fluid typoscript template
- The typoscript template was meant as an example/showcase on how to
use Fluid Widgets in FE. The current used includes... - 18:05 Revision b49b1598: [BUGFIX] Get folder’s identifier for exception message
- The identifier of the folder object is now retrieved and used in the
exception message.
Resolves: #79194
Releases: m... - 18:05 Revision 8bc9de14: [TASK] Update copyright year to 2017
- Resolves: #79165
Releases: master, 7.6, 6.2
Change-Id: Ia3211ad00a3b6bd915b0a099bdb8d98a8b12dc7f
Reviewed-on: https:/... - 18:04 Revision 6ff54a56: [TASK] Update copyright year to 2017
- Resolves: #79165
Releases: master, 7.6, 6.2
Change-Id: Ia3211ad00a3b6bd915b0a099bdb8d98a8b12dc7f
Reviewed-on: https:/... - 17:32 Revision c99b6322: [FOLLOWUP][TASK] Update copyright year to 2017
- Added some files that were not updated with the original change.
Resolves: #79165
Releases: master, 7.6, 6.2
Change-... - 16:44 Revision bbba47e3: [TASK] Update copyright year to 2017
- Resolves: #79165
Releases: master,7.6,6.2
Change-Id: Ia3211ad00a3b6bd915b0a099bdb8d98a8b12dc7f
Reviewed-on: https://r... - 16:41 Revision 7a47e2de: [TASK] styleguide: TCA: Localization setup for tx_styleguide_elements_basic
- 11:50 Revision e0ae7d82: [BUGFIX] Show file title in CE uploads
- Resolves: #78900
Releases: master, 7.6
Change-Id: Ia44c039083d44eda463ee1819f6dc20353ce7f8a
Reviewed-on: https://revi...
2017-01-06
- 15:38 Revision 8a0706c1: [BUGFIX] EXT:form - load custom form editor templates
- Avoid javascript errors if a custom form editor templates is used.
Resolves: #79184
Releases: master
Change-Id: I5a7... - 00:50 Revision 33dbe77e: [BUGFIX] Fix sorting in language list
- * Add sorting field for A/D
* disable senseless sorting of actions
Resolves: #79085
Releases: master, 7.6
Change-Id:... - 00:41 Revision cd11f0aa: [BUGFIX] Fix sorting in language list
- * Add sorting field for A/D
* disable senseless sorting of actions
Resolves: #79085
Releases: master, 7.6
Change-Id:...
2017-01-05
- 20:32 Revision a756ed78: [BUGFIX] Prevent fatal error in TemplatePaths without TS
- This fixes an issue with Fluid being asked to render a
template at an execution point where no TS can be
resolved (Co...
2017-01-04
- 13:46 Revision 10748836: [BUGFIX] Missing language label "Access capabilities"
- Used as tab label in sys_file_storage
Releases: master
Resolves: #79152
Change-Id: I37407b09d7829185e171aa3eb0632b06... - 13:01 Revision 6ef63b53: [TASK] Clean up @see annotation in DataHandler functional tests
- Resolves: #79146
Releases: master, 7.6
Change-Id: I567031de638d5a03c4e38796b4bfd17569c361e7
Reviewed-on: https://revi... - 12:46 Revision e53509d0: [TASK] Clean up @see annotation in DataHandler functional tests
- Resolves: #79146
Releases: master, 7.6
Change-Id: I567031de638d5a03c4e38796b4bfd17569c361e7
Reviewed-on: https://revi... - 12:35 Revision 4f02fc89: [BUGFIX] Check in TcaMigration if the type is set
- The type field is essential for TCA and must be checked if available.
Resolves: #79059
Releases: master
Change-Id: I... - 12:33 Revision bf6c3501: [TASK] Reload pagetree after hide / unhide page in click menu
- Pagetree reload now after hide / unhide page in click menu with the
correct status
Resolves: #79090
Releases: master... - 12:22 Revision 3b29051e: [BUGFIX] FormEngine group element top/bottom buttons
- The sort top/bottom buttons in group element no longer depend
on the number of selected items. This is inconvenient a...
Also available in: Atom