Activity
From 2015-01-15 to 2015-02-13
2015-02-13
- 14:12 Revision 90cd2f49: [TASK] Disable ms-clear pseudo element
- The ms-clear pseudo element was introduced in IE10
to provide an easy way to clear inputfields that are not empty
and... - 03:11 Revision 9b6561de: [BUGFIX] Element browser: correct the display of current link to file
- When editing a file link with the element browser wizard,
it is possible to navigate to other tabs. In tabs other tha...
2015-02-12
- 17:55 Revision f1476a3d: [BUGFIX] Scheduler: Show exception when invalid CommandController present
- When a CommandController in an extbase extension has been registered,
but the class does not contain the string "Comm... - 16:06 Revision 031e69ae: [TASK] Proofread and move 7.1 documentation
- Resolves: #65013
Releases: master
Change-Id: Ic274247154c3594b89c270c0fdb52110f0d567ef
Reviewed-on: http://review.typ... - 15:18 Revision 95a4683a: [TASK] styleguide: Improve checkbox 7 showIfRTE label
- 15:16 Revision 551a2671: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/18 from wmdbMattes/master
- Added exclude = 1 and Iconsearch
- 15:10 Revision 6fd07694: [FEATURE] styleguide: Added search to Iconlist
- 13:37 Revision eef95152: Fixed stuff I broke :)
- 13:17 Revision 2449fa47: added exclude fields and set labels better
- 11:30 Revision e558b9ae: [FOLLOWUP][BUGFIX] Only write out one shortcut tag
- Fix failing functional test.
Resolves: #24479
Releases: master
Change-Id: I05e0c292a66f90b377c3bd97491ec82eeafe6ed2
... - 10:09 Revision 7ac25620: [BUGFIX] Fix margin of #typo3-curURL
- Correct margin of the table used in the link wizards.
Resolves: #65019
Releases: master
Change-Id: Id9d3da2f2c2a572a... - 03:56 Revision 0927ace4: [BUGFIX] Only write out one shortcut tag
- Only write out one shortcut tag with <link rel="shortcut icon" ..>. This is fine
for all standards-compliant browsers...
2015-02-11
- 23:30 Revision 7418f613: [BUGFIX] RTE: Selected table style name not displayed correctly
- The name of the selected table style is not displayed correctly
in table properties dialogue.
Releases: 6.2
Resolves... - 18:02 Revision 67e8ba93: [BUGFIX] RTE: Image modify dialogue: keep the current image tab
- When there is a current image, it should be possible to come back
to the current image tab after visiting the other t... - 17:28 Revision f7def67f: [BUGFIX] RTE: Image modify dialogue: keep the current image tab
- When there is a current image, it should be possible to come back
to the current image tab after visiting the other t... - 15:31 Revision 5a758362: [BUGFIX] RTE: Mixed up configuration options of the Acronym button
- The Acronym button will be enabled even when no acronym record exists.
The Abbreviation tab will be shown even if no ... - 15:18 Revision cc7029a3: [BUGFIX] RTE Link dialogue should not forward attributes between tabs
- When switching tabs in the RTE link dialogue, attributes should not be
forwarded as different defaults may be set for... - 11:35 Revision 32626be4: [BUGFIX] Use saltedpasswords for scheduler user creation
- Remove the hardcoded md5-hashing and let saltedpasswords do that for us.
Resolves: #64936
Releases: master, 6.2
Chan... - 11:34 Revision 3ed07ba8: [BUGFIX] Use saltedpasswords for scheduler user creation
- Remove the hardcoded md5-hashing and let saltedpasswords do that for us.
Resolves: #64936
Releases: master, 6.2
Chan... - 10:36 Revision 0bf4a395: [BUGFIX] Correctly store values of select fields
- Due to a wrong position of the hidden helper field, the values of select
boxes aren't submitted. This patch removes t... - 09:12 Revision 86b7686b: [BUGFIX] Correct typoscript log message in USER cObj
- Correct typoscript log message in UserContentObject
Change-Id: I5a36e4d67278f96fa6cfd269fc7efbbb0df0b7bf
Resolves: #... - 09:12 Revision 6f2d2f7d: [BUGFIX] Correct typoscript log message in USER cObj
- Correct typoscript log message in UserContentObject
Change-Id: I5a36e4d67278f96fa6cfd269fc7efbbb0df0b7bf
Resolves: #... - 01:02 Revision 6a1cede1: [FEATURE] RTE: Add property buttons.link.type.properties.target.default
- New RTE configuration property
buttons.link.[*type*].properties.target.default
may be used in Page TSconfig to config...
2015-02-10
- 23:00 Revision ffcbeb50: [TASK] Edit metadata on file link click
- This patch changes the behaviour in the filelist module: Clicking the
filename now opens the metadata editor. A new b... - 14:49 Revision 4bbdf772: [BUGFIX] Exclude some vars from serialization
- This voids the serialization of TSFE and currentFile with the
ContentObjectRenderer in UserInternalContentObject.
Re... - 11:41 Revision 23a782eb: [BUGFIX] Catch possible NULL values to avoid exception
- If references are not maintained properly, all reference information
may be NULL or empty string (depending on it's t... - 09:42 Revision bad5c5b7: [BUGFIX] Catch possible NULL values to avoid exception
- If references are not maintained properly, all reference information
may be NULL or empty string (depending on it's t... - 09:35 Revision 72b3897a: [TASK] Apply quoteJSvalue or htmlspecialchars to getModuleUrl
- Furthermore add BACK_PATH as 3rd argument where appropriate.
Resolves: #64896
Releases: master
Change-Id: Icd5234324...
2015-02-09
- 23:20 Revision a0fe37a3: [TASK] Add migration wizard for backend shortcuts
- Resolves: #61477
Releases: master
Change-Id: Icafa17b2e2927273faf23ca115f632d9718e8ebe
Reviewed-on: http://review.typ... - 22:24 Revision f13b5f82: [BUGFIX] Ensure using jQuery objects in IRRE handling
- Certain Javascript functions for IRRE handling expect jQuery objects
as parameter.
This patch ensures to convert obje... - 22:13 Revision ad8691a2: [BUGFIX] Set version to 6.2.10-dev
- After the released of 6.2.10rc1, the TYPO3 version was reset
to 6.2-dev. It should be 6.2.10-dev instead.
Using 6.2-... - 22:03 Revision 0dec92bf: [TASK] Check PCRE version in SystemEnvironment/Check
- Certain regular expressions passed to PCRE library < 8.30
can trigger a PHP segfault. This patch introduces an additi... - 22:01 Revision ec1b5d7c: Revert "[BUGFIX] CSS3 function calc must retain whitespace"
- This reverts commit 5cfb009da9b36fc022aec19a57dc6965ff80a9ff.
The change introduced a huge regex that leads to PHP s... - 20:24 Revision e31b7a97: [BUGFIX] Adapt sorting arrows in EXT:filelist to Font Awesome
- The sorting arrows in the table header sorting are adapted to the
monochrome versions in Font Awesome.
Resolves: #63... - 19:37 Revision 62ac76d8: [TASK] Func Module: Unify IconSelect
- Create multiple pages wizard now adapts the FormEngine styling.
The new styling needs more space, the amount of defau... - 18:43 Revision b0e7ec53: [TASK] Page module: Button (a.btn) for the plus sign
- Resolves: #63203
Releases: master
Change-Id: Ide4b857b26b6232d7ab86e859310110d1b96576b
Reviewed-on: http://review.typ... - 18:38 Revision 05401248: [TASK] Document removal of several entry points
- Resolves: #64922
Releases: master
Change-Id: I83a007a848874607b0258118cdb9e5db9e093b20
Reviewed-on: http://review.typ... - 18:37 Revision d2079284: [TASK] Document needed changes if you remove conf.php
- Resolves: #64921
Releases: master
Change-Id: Id1f1d8ccfcd3d8fafb8faa338ca7e4b09527fe36
Reviewed-on: http://review.typ... - 18:10 Revision 48f12fed: [BUGFIX] Replace deprecated Fluid methods in Install Tool
- Replace the deprecated methods setLayoutRootPath() and setPartialRootPath().
Resolves: #64949
Releases: master
Chang...
2015-02-08
- 20:38 Revision 9f155e21: [BUGFIX] RTE: WebKit may insert line-height style attribute on paste
- Problem: When pasting content that contains (un)ordered lists, WebKit
browsers may insert line-height style attribute... - 19:17 Revision bbc908b1: [BUGFIX] RTE: WebKit may insert line-height style attribute on paste
- Problem: When pasting content that contains (un)ordered lists, WebKit
browsers may insert line-height style attribute... - 18:04 Revision 7b0992a0: [BUGFIX] RTE: Incorrect dialog window height when browser zoom is used
- Problem: When browser zoom is used, ExtJS does not calculate correctly the
height of tabpanels that contain fieldsets... - 18:04 Revision d46fced0: [BUGFIX] RTE: Incorrect dialog window height when browser zoom is used
- Problem: When browser zoom is used, ExtJS does not calculate correctly the
height of tabpanels that contain fieldsets... - 16:49 Revision e2266874: [BUGFIX] Make IRRE Filetype check less greedy
- IREE relations should check for allowed filetypes (which is good) but
due to a minor tunnel vision it always checked ... - 15:43 Revision e30b6fb1: [BUGFIX] Don't show storages multiple times in filelist
- When expanding tree nodes in Filelist module the storages
are now correctly shown once at the top-most level and not
... - 14:56 Revision 8121aa64: [TASK] Adapt backend meta tag
- + Remove chrome-frame in ua-compatibility
+ Adds meta charset to utf-8
+ Brings viewport for smartphones with initial... - 14:53 Revision f1ceb275: [BUGFIX] Fix unittest broken due to CRLF
- Instead of providing a hardcoded filesize for Dummy.html of 48 bytes in
the DataProvider read the actual filesize fro... - 12:28 Revision 72aa23d2: [BUGFIX] Hide hidden TCA palettes
- Followup of Form engine refactory
Resolves: #64928
Releases: master
Change-Id: I3a563aba48179dacc2dcc871f47b9e234b09... - 11:49 Revision e71c6139: [BUGFIX] Make sure upload progress table uses full width again
- Due to refactoring of the filelist HTML the DragUploader js used
the wrong selector to count the availeble columns.
...
2015-02-07
- 22:38 Revision 57df4c71: [FEATURE] styleguide: Button definition based on bootstrap
- Remove t3-button
- 22:37 Revision 413fcfc6: [FEATURE] styleguide: Table bootstrap and table-fit
- 22:37 Revision 4051436b: [TASK] styleguide: Remove Bootstrap page
- 22:06 Revision 552af5a8: [FEATURE] styleguide: README screenshot
- 22:03 Revision c8a4cfa8: Update README.md
- 20:05 Revision 984b3c2d: [TASK] styleguide: TCA: Add a input slider wizard with hideParent configuration
- 19:53 Revision 397310fd: [TASK] Split action buttons into two groups
- The buttons in Web>List are split into two different groups: "primary"
and "secondary". Primary buttons are always vi... - 15:39 Revision b5641b48: [TASK] styleguide: Add example image to colorbox wizard
2015-02-06
- 20:54 Revision 8d844421: [BUGFIX] Cleaner scripts crashes due to incomplete flexform content
- Failure to check arguments used on recursive function call
causes PHP runtime error.
Resolves: #64914
Releases: mast... - 20:41 Revision 5985cf81: [BUGFIX] Cleaner scripts crashes due to incomplete flexform content
- Failure to check arguments used on recursive function call
causes PHP runtime error.
Resolves: #64914
Releases: mast... - 20:14 Revision c3abb647: [BUGFIX] Memcached backend identifierPrefix only based on PATH_site
- Change the 'identifierPrefix' in the MemcachedBackend so it is
caculated based on:
* PATH_site
* Context (production/... - 20:14 Revision 79eced36: [BUGFIX] Memcached backend identifierPrefix only based on PATH_site
- Change the 'identifierPrefix' in the MemcachedBackend so it is
caculated based on:
* PATH_site
* Context (production/... - 19:31 Revision 55b2f0ab: [TASK] Revert default value of $argument in TranslateViewHelper
- The default value of $arguments changed from NULL to array() which
can lead to warnings. As a solution change it back... - 19:26 Revision c0eef29e: [BUGFIX] Make advanced search work with indexed_search extbase plugin
- Resolves: #64904
Releases: master
Change-Id: Idd3ea31071fa37bca3e9e2aa807ab3afea561b76
Reviewed-on: http://review.typ... - 18:43 Revision 2262edbe: [BUGFIX] Fix broken form markup in EM
- Update the form markup to repair the broken layout after
FormEngine changes.
Resolves: #64910
Releases: master
Chang... - 18:39 Revision 3a2c9544: [BUGFIX] Recycler counts deleted records correctly
- This patch improves the usability and fixes a small bug:
- Add the clearable to the search form
- Count deleted recor... - 16:50 Revision dc95eafe: [BUGFIX] Scheduler: Show exception when invalid CommandController present
- When a CommandController in an extbase extension has been registered,
but the class does not contain the string "Comm... - 14:09 Revision 6909145f: [BUGFIX] Properly check type of POST vars on clipboard action
- Avoid a PHP warning by checking the type of data retrieved via POST.
"CBC" is an array of checkboxes, which can be n... - 13:41 Revision 2d2773a5: [BUGFIX] Properly check type of POST vars on clipboard action
- Avoid a PHP warning by checking the type of data retrieved via POST.
"CBC" is an array of checkboxes, which can be n... - 09:09 Revision 0dc52349: [!!!][BUGFIX] Add only required classes and class aliases
- Additionally we enable the composer class loading by default
if the according autoload.php file is found in Packages/... - 08:44 Revision 4c0aea5b: [TASK] Set TYPO3 version to 6.2-dev
- Change-Id: I9e37ea1649d58788d6dd653a0c4c87f124fe4529
Reviewed-on: http://review.typo3.org/36709
Reviewed-by: TYPO3 Re... - 08:43 Revision 63445164: [RELEASE] Release of TYPO3 6.2.10rc1
- Change-Id: I91e5f610b5ef6b8d6a4556822ce3c0fe6497239f
Reviewed-on: http://review.typo3.org/36708
Reviewed-by: TYPO3 Re... - 03:48 Revision 23ed0506: [CLEANUP] Cleanup of classes extending AbstractPlugin
- * fixes a few phpdocs
* use properties from AbstractPlugin instead of $GLOBALS
* define some undefined global vars in...
2015-02-05
- 23:46 Revision 0db2cbb7: [BUGFIX] Ensure variable imageSizes is an array before accessing its values
- It could be the PHP function "getimagesize" will fail to get the width and
the height of an image if the format is no... - 23:46 Revision 44b3ad63: [BUGFIX] Ensure variable imageSizes is an array before accessing its values
- It could be the PHP function "getimagesize" will fail to get the width and
the height of an image if the format is no... - 23:42 Revision 9fafee23: [TASK] Remove unused code in TYPO3\CMS\Install\SystemEnvironment\Check
- Remove code which is never executed since the system environment check
of the Install Tool is omitted in cli mode.
R... - 23:42 Revision 9a516b55: [BUGFIX] Fix open_basedir warning when entering install tool
- Due to the bug in php https://bugs.php.net/bug.php?id=67378
Warning is triggered when you have open_basedir set up.
... - 23:32 Revision 32f18173: [TASK] Make Content Element Wizard to use Bootstrap
- This patch removes the custom styling from the
content element wizard.
Releases: master
Resolves: #64892
Change-Id: ... - 23:16 Revision ba8b5994: [TASK] Adapt belog filter bar to twbs
- Following beusers backend App the filter bar of belog is styled
and html markup following twbs.
Resolves: #64891
Rel... - 23:10 Revision 050aa848: [TASK] Reduce .lead font-size
- Add font-size definition of .lead text. Twbs does not deliver
a variable therefore the class is added. Lead font-size... - 23:09 Revision e8449752: [TASK] Reduce App-Icon size in Module menu and Topbar
- Decrease size of App-Icons to reduce the visual relevance
from 32x32px to 28x28px. Following paddings and snap mode.
... - 23:08 Revision 204800dc: [BUGFIX] Indexed Search pibased plugin can load again translations
- This patch fixes a regression introduced in bf63a1c,
which changed the variable $scriptRelPath with a wrong
file loca... - 23:07 Revision a7942968: [BUGFIX] PHP fatal error calling beuser module
- A missing namespace import triggers a PHP fatal error
in ext:beuser.
Resolves: #64893
Related: #64695
Releases: mast... - 22:35 Revision db6973ba: [BUGFIX] Make indexed search extbase plugin work after class alias change
- Indexed search extbase experimental plugin (pi2) requires class alias
to work. This patch moves it back from compatib... - 22:35 Revision d0ab63c8: [TASK] Improve maximum length for TCA text type .rst documentation
- Improve the documentation file, mention IE9 is not compatible
and line breaks count as two characters.
Resolves: #64... - 20:29 Revision 3f358968: [BUGFIX] Remove obsolete useCachingFramework from LocalConfiguration
- TYPO3_CONF_VARS/SYS/useCachingFramework is obsolete since 4.6 but
was forgotten to be removed from LocalConfiguration... - 18:57 Revision bf16ad35: [BUGFIX] Make composer class loading case insensitive
- To fix an edge case where wrong casing of a class name
in third party code did not produce a fatal error in TYPO3 6.2... - 14:43 Revision 3d663def: [BUGFIX] Proper handling of allowedTables='*' in FormEngine
- The output of FormEngine needs to be changed if all tables are
allowed for a relation.
Change-Id: Ib83c39120a3c20d99... - 10:57 Revision 4aacfa36: [BUGFIX] Follow up: Fix ext_icon.gif leftovers
- The extension icons were replaced by png pendants in commit
b8d9e2859f98caf0de27be41c73373eba3c0438e, but some classe... - 10:56 Revision 8de70470: [BUGFIX] Restore expand state of module groups
- This patch recovers the expand state of module groups when they
were collapsed before.
Resolves: #64859
Releases: ma... - 10:30 Revision 6f298d83: [BUGFIX] Invalid class name in EXT:sys_note
- Core class BackendUtility is wrongly referenced with a short namespace
and crashes Web > Page when a sys_note is pres...
2015-02-04
- 22:48 Revision 5a09adb1: [TASK] Make tce_file.php dispatched
- Use dispatching for tce_file.php
Resolves: #64692
Releases: master
Change-Id: Ia71d781a4fd4bfe829691598db039db8a7afe... - 21:55 Revision d6e3b7d3: [TASK] Make tce_db.php dispatched
- Use dispatching for tce_db.php
Resolves: #64695
Releases: master
Change-Id: I6da8dfd72c4814bd280cae9647f13b6a70f4934... - 20:03 Revision 0bc8cff3: [TASK] Make login_frameset.php dispatched
- Use dispatching for login_frameset.php
Resolves: #64774
Releases: master
Change-Id: I1ce9794f3b7a7d66e20bca84464fb9d... - 19:10 Revision 095955be: [FEATURE] Speedup trimExplode with limit
- Using array_splice instead of array_slice two times.
Resolves: #64848
Releases: master
Change-Id: Iaa998c810aa94e1b3... - 19:00 Revision 2dabfe39: [TASK] RTE: Namespace all css selectors in FE skin
- Avoid intruding the styles of the frontend page.
Releases: master
Resolves: #64858
Change-Id: I636f06dd38af334db26c9... - 17:02 Revision 9a9a0f1f: [BUGFIX] Fix core update if core location exists
- If multiple installations are symlinked to the same core location,
the core updater fails on the second update becaus... - 17:00 Revision 06c2eb35: [BUGFIX] RTE: Parsing of some style sheets may fail in IE on first load
- The length of the style sheet's rules array is reported as 0 while,
in fact, the style sheet is not yet completely lo... - 15:08 Revision 6385b278: [FOLLOWUP] Revamp EXT:recycler
- Fix a few coding issues in new EXT:recycler
* Remove IDE warnings
* Correct phpDoc
* Remove an unused variable
* Int... - 12:07 Revision a6a3f453: [ClEANUP] Drop some @throws from the tests bootstrap
- The exceptions mentioned in the removed @throws annotations do not
get thrown.
In addition, change an exception code... - 01:24 Revision 41b37abb: [BUGFIX] RTE: IE 11 always drops images at the end of text
- IE needs a delay before the dialogue window gets closed.
Releases: master
Resolves: #64839
Change-Id: I02d49cb124370... - 00:36 Revision 0ff9abb3: [BUGFIX] RTE: Image drag&drop with WebKit still using ExtJS event
- Migrate it to jQuery.
Releases: master
Resolves: #64838
Change-Id: I182c694b5e531b19aef11500319367a3481885f6
Reviewe...
2015-02-03
- 22:32 Revision 91405894: [BUGFIX] RTE: Image drag & drop raises PHP error
- Old class name was left over.
Releases: master
Resolves: #64649
Change-Id: Ie78c781d466e6fabfc11170d828a9e43544bad65... - 21:42 Revision e46d2044: [FOLLOWUP] This is FormEngine
- Correct clearing for --linebreaks-- within palettes.
Releases: master
Resolves: #64762
Change-Id: I9a7473e073cb9d563... - 20:24 Revision 61fd8e12: [BUGFIX] Indexed search broken after moving "SearchResultContentObject"
- Indexed search still uses the old cobject in both
plugins.
The problem arieses in just to call one method from
Searc... - 01:07 Revision 2d96a5fe: [TASK] Create typo3temp directory in functional tests if missing
- All functional tests are run in an encapsulated environment
within typo3temp. The functional bootstrap needs to take ...
2015-02-02
- 23:16 Revision b107238c: [CLEANUP] Remove @see comment from ArrayBrowser
- The reference mentioned in @see does not exists.
Resolves: #64773
Releases: master
Change-Id: I3e63ffd330a783e2448c5... - 23:06 Revision e82fd96e: [CLEANUP] \TYPO3\CMS\Lowlevel\Utility\ArrayBrowser
- Cleanup \TYPO3\CMS\Lowlevel\Utility\ArrayBrowser
* phpDoc
* delete unused var
* remove unneeded fully qualified clas... - 22:41 Revision a2462605: [TASK] Change $fixture to $subject in unit-tests
- Subject is the "system under test, the
subject you're operating on"
Resolves: #64771
Releases: master
Change-Id: I7a... - 22:31 Revision 0a00373b: [BUGFIX] Keep linktype on core update
- Keep the linktype of the symlink pointing to the TYPO3 core. Currently
the CoreUpdateService always creates an absolu... - 22:22 Revision 894c455e: [TASK] Removed unused code from tests
- Remove unused code in:
FileMountRepositoryTest
CategoryRepositoryTest
Resolves: #64772
Releases: master
Change-Id: ... - 22:17 Revision a145bf9f: [TASK] Add functional tests for dynamic values in Extbase query cache
- For performance reasons Extbase caches database queries. To ensure the
security relevant aspect, the frontend usergro... - 21:56 Revision 943771a4: [BUGFIX] Keep linktype on core update
- Keep the linktype of the symlink pointing to the TYPO3 core. Currently
the CoreUpdateService always creates an absolu... - 21:38 Revision e372399b: [FEATURE] Add SplFileInfo implementation to get file mimeType
- \TYPO3\CMS\Core\Type\File\FileInfo provides a new method
getMimeType() to get the MIME type of a file, e.g. text/html... - 21:20 Revision b60e06a7: [BUGFIX] Prevent double slash in canonicalizeAndCheckFolderIdentifier
- If the value given to AbstractHierarchicalFilesystemDriver->
canonicalizeAndCheckFolderIdentifier()
is '.' the return... - 20:45 Revision 65a3c381: [!!!][TASK] This is FormEngine
- The patch brings responsive layout for FormEngine and its
elements. It fixes a couple of issues along the way,
escpec... - 20:29 Revision 9ec706f8: [BUGFIX] Remove superfluous getInstance calls in Bootstrap
- Releases: 6.2, master
Resolves: #64770
Change-Id: I9ae4cd9476b45a17c0246edf65fb01a54b7dd24f
Reviewed-on: http://revie... - 20:29 Revision a3ead2f4: [BUGFIX] Remove superfluous getInstance calls in Bootstrap
- Releases: 6.2, master
Resolves: #64770
Change-Id: I9ae4cd9476b45a17c0246edf65fb01a54b7dd24f
Reviewed-on: http://revie... - 20:19 Revision d62c1b7b: [CLEANUP] Add missing signature to DatabaseConnection phpDoc updateQuery
- Fix the bug of the missing code documentation at the PHPDoc of
execUpdateQuery and updateQuery to expect also an arra... - 19:51 Revision e17b34c7: [CLEANUP] Comments, usages and phpdoc of InlineElement
- Clean up formatting, comments, typos, unused variables, uses and
phpdoc of TYPO3\CMS\Backend\Form\Element\InlineEleme... - 19:50 Revision ff736366: [BUGFIX] Prevent folder deletion with referenced files
- Currently a folder can be deleted without any check if included files
are still in use anywhere within the website. T... - 13:29 Revision 3e6ace95: [BUGFIX] Remove duplicated use statement
- Change-Id: If8762600edaf2bd4b8d2b2fd811b900be91910b5
Releases: master
Resolves: #64761
Reviewed-on: http://review.typ... - 13:17 Revision b6b3b1df: [BUGFIX] Fixes TCA icon file for scheduler task group
- Resolves: #64729
Releases: master
Change-Id: I7e8630f87152df25cf66ba4c58c3ddb04303177d
Reviewed-on: http://review.typ... - 12:58 Revision 384277a4: Revert "[CLEANUP] Rework/simplify copyright header and remove @package"
- This reverts commit 32060091876342826de9e99550ab04951891552c.
Releases: master, 6.2
Change-Id: I5522232323c7cfbe4207... - 12:57 Revision a4118f95: Revert "[CLEANUP] Rework/simplify copyright header and remove @package"
- The licence change is no good idea.
This reverts commit 5504a1411a59623813fba1810d766e26f8029084.
Change-Id: I6d542... - 11:49 Revision d9a13ff7: [BUFGIX] Remove all existing processed files on file replace
- When a file gets replaced by calling replaceFile() or by overriding
on uploading all processed files of the original ... - 11:04 Revision d75e3c78: [BUFGIX] Remove all existing processed files on file replace
- When a file gets replaced by calling replaceFile() or by overriding
on uploading all processed files of the original ...
2015-02-01
- 23:17 Revision 7df258ee: [FOLLOWUP][!!!][TASK] Move old mailform to compatibility6
- Resolves: #64668
Releases: master
Change-Id: Ibe2fdf4eb654da312f1dd58188dd7a55b83444be
Reviewed-on: http://review.typ... - 22:45 Revision 62d8abe5: [TASK] Do not create uploads/tf directory
- No longer create the directory uploads/tf in the default folder
structure in install tool. This directory was used un... - 22:45 Revision b783a951: [BUGFIX] Avoid to call recordInfo for new records
- Avoid to call recordInfo for new records in DataHandler->checkValue by
checking the id. This improves performance for... - 22:37 Revision 27842f72: [BUGFIX] Avoid to call recordInfo for new records
- Avoid to call recordInfo for new records in DataHandler->checkValue by
checking the id. This improves performance for... - 19:52 Revision c2e8ce91: [TASK] Cleanup TYPO3\CMS\Install\FolderStructure
- Shortens qualified names and fixes typos.
Resolves: #64724
Releases: master
Change-Id: Ia4a57744a939532c5078f94fef68... - 18:13 Revision 4bdad5fa: [CLEANUP] Drop unused variable $JS in GraphicsFunctions
- Resolves: #64703
Releases: master
Change-Id: I8312ff4e6465d9baf613149d252dfabd11ba257d
Reviewed-on: http://review.typ... - 17:28 Revision da178b37: Revert "[CLEANUP] MENU Content Object classes"
- This reverts commit 2bb692ae9fc1747372d4d0079f414e3782a65587.
Change-Id: I44fd2457bb39c7302ca9de141c15d3b34a67a936
R... - 17:15 Revision 6f3a06c0: [TASK] Do not create uploads/tf directory
- No longer create the directory uploads/tf in the default folder
structure in install tool. This directory was used un... - 16:08 Revision b8d9e285: [TASK] Adapt extension icons to App icon
- Bring new extension icons based on the alredy existing App icons.
Resovles: #63099
Releases: master
Change-Id: Ie423... - 15:51 Revision 5fade67f: [FOLLOWUP][CLEANUP] Comments, usages and phpdoc of InlineElement
- Resolves: #64705
Releases: master
Change-Id: I4c777fa2cffacbeaad4bc1a8119d84ad0e2aa278
Reviewed-on: http://review.typ... - 15:49 Revision 05c91a98: [CLEANUP] Comments, usages and phpdoc of InlineElement
- Clean up formatting, comments, typos, unused variables, uses and
phpdoc of TYPO3\CMS\Backend\Form\Element\InlineEleme... - 15:45 Revision 59a44496: [BUGFIX] Create typo3temp/_processed_/ by default
- By this the needed folder for files from default storage
is created.
Resolves: #55833
Releases: master, 6.2
Change-I... - 15:43 Revision 4130ccf5: [TASK] styleguide: Add wizards position / vertical
- 15:19 Revision 8ce42b46: [FOLLOWUP][BUGFIX] FAL: Do not paste a folder into itself
- Add missing @throws annotation for the added function.
Also the correct exception is thrown in ResourceStorage
if it... - 15:15 Revision d74e3cee: [FOLLOWUP][BUGFIX] FAL: Do not paste a folder into itself
- Add missing @throws annotation for the added function.
Also the correct exception is thrown in ResourceStorage
if it... - 15:12 Revision 4c7035a6: [TASK] Remove leading slash from use statements
- Resolves: #64718
Releases: master
Change-Id: I2ab9a4194f236ece9035d15dd4aa33ef9aa5371a
Reviewed-on: http://review.typ... - 15:07 Revision b5c3a549: [CLEANUP] TranslationConfigurationProvider
- * Import class names with use statements
* Encapsulate $GLOBALS['TYPO3_DB'] and $GLOBALS['LANG'] in type-hinted
get... - 14:52 Revision b023f6e9: [BUGFIX] Enhancing StripNewLinesFilter for Windows line breaks
- Currently the filter does not handle Windows line breaks.
This results in unfiltered Windows line breaks.
This patch ... - 14:45 Revision 393864e0: [TASK] Deprecate unused CSS Styled Content Controller methods
- Certain methods within CSS Styled Content Controller for
rendering TypoScript-based calculations can be deprecated
as... - 14:17 Revision 0ecfb5c3: [BUGFIX] Followup: Move functions to GraphicalFunctions
- Change back to the old behavior to return the orginal file in case no
png_to_gif convertion should happen.
Resolves:... - 14:13 Revision 6729cd26: [FOLLOWUP][TASK] Remove legacy CSS Styled Content TS prior to 6.2
- In the process of removing legacy code, the states
for CSS Styled Content Templates for 6.1, 6.0, 4.7, 4.6, 4.5
are r... - 14:04 Revision ec052814: [BUGFIX] Check for not allowed file extensions in element browser
- When adding files from element browser, an additional check
will ensure that files with extensions that are not allow... - 13:51 Revision db8c98c6: [BUGFIX] Enhancing StripNewLinesFilter for Windows line breaks
- Currently the filter does not handle Windows line breaks.
This results in unfiltered Windows line breaks.
This patch ... - 13:46 Revision 7e50e179: [BUGFIX] Prevent folder deletion with referenced files
- Currently a folder can be deleted without any check if included files
are still in use anywhere within the website. T... - 13:43 Revision 2bb692ae: [CLEANUP] MENU Content Object classes
- Resolves: #64099
Releases: master
Change-Id: I99ee03ad11ed65b9fe9df5f20fe1ad7f54df03f4
Reviewed-on: http://review.typ... - 13:29 Revision cf385ed6: [CLEANUP] Fix TYPO3.ControlStructures.DisallowEachInLoopCondition-Sniff
- Resolves: #60876
Releases: master
Change-Id: Ifc630f26bd5670ce2f3c6f62522face4514fdbd6
Reviewed-on: http://review.typ... - 13:26 Revision 45e677f1: [FOLLOWUP][CLEANUP] Wrap the tests bootstrap code into classes
- Remove space too much from @param notation.
Resolves: #64662
Releases: master
Change-Id: I3886e356f985b89b890fbcdeb0... - 13:17 Revision a2124558: [CLEANUP] Add missing signature to DatabaseConnection phpDoc updateQuery
- Fix the bug of the missing code documentation at the PHPDoc of
execUpdateQuery and updateQuery to expect also an arra... - 12:36 Revision 96db9472: [TASK] styleguide: Cleanup selects and inputs
- 12:36 Revision f3086ec4: [TASK] styleguide: Add palettes
- 12:13 Revision 32ba04aa: [TASK] styleguide: Add Flexform with multiple items
- 11:50 Revision 78e25bf4: [FOLLOW-UP] Remove inline styles from parsed blockquote tag
- Add document about breaking changes to changelog
Resolves: #44879
Releases: master
Change-Id: I27ace3040a71d073f474d... - 11:49 Revision 981b94af: [BUGFIX] Install tool navigation icon mess
- After merging the patch https://review.typo3.org/#/c/36535/ the icons
in the Install Tool navigation are messed. This... - 11:36 Revision ed2e42bc: [CLEANUP] Wrap the tests bootstrap code into classes
- Resolves: #64662
Releases: master
Change-Id: I4763bf413190b0aa8ba0af62016b9971878435f7
Reviewed-on: http://review.typ... - 11:08 Revision af5baf55: [BUGFIX] Create typo3temp/_processed_/ by default
- By this the needed folder for files from default storage
is created.
Resolves: #55833
Releases: master, 6.2
Change-I... - 01:03 Revision b6d5f136: [BUGFIX] FAL: Do not paste a folder into itself
- If a folder is selected in fileadmin, which is already in
the clipboard, the paste icon is not shown to prevent
a end... - 00:46 Revision aba4e96b: [BUGFIX] ExtractorRegistry can not handle Extractors with same priority
- The ExtractorRegistry::getExtractors() overrides existing
instances with the same execution priority. There is no che... - 00:35 Revision fc32cfb4: [BUGFIX] Felogin: Ignore scheme in isInCurrentDomain
- While determining if the referrer is in the current domain the
scheme part should be ignored. This makes it possible ... - 00:26 Revision 824b442b: [BUGFIX] Felogin: Ignore scheme in isInCurrentDomain
- While determining if the referrer is in the current domain the
scheme part should be ignored. This makes it possible ... - 00:24 Revision 308d4f0a: [BUGFIX] ExtractorRegistry can not handle Extractors with same priority
- The ExtractorRegistry::getExtractors() overrides existing
instances with the same execution priority. There is no che... - 00:00 Revision 6acc2cb2: [BUGFIX] Missing stream_cast() in FileStreamWrapper
- Resolves: #64693
Releases: master
Change-Id: Ib3eeee53d9937e4ae8a1cdfd0da2acf51644241f
Reviewed-on: http://review.typ...
2015-01-31
- 22:54 Revision 7ade3e64: [BUGFIX] FAL: Do not paste a folder into itself
- If a folder is selected in fileadmin, which is already in
the clipboard, the paste icon is not shown to prevent
a end... - 22:37 Revision 4fd8558c: [TASK] Make move_el.php dispatched
- Use dispatching for move_el.php
Resolves: #64691
Releases: master
Change-Id: Ice9733d6b323ea998d28879db5908696ed7f1f... - 22:01 Revision 772da55d: [BUGFIX] Fix folder casing of Icons/Flags
- Rename folder Icons/flags to Icons/Flags to fix the missing language
flags in case-sensitive file systems.
Resolves:... - 19:33 Revision e91edf07: [CLEANUP] Move functions to GraphicalFunctions
- Clean up the code by moving IM related function
from GeneralUtility to GraphicalFunctions class.
Change-Id: I714435a... - 19:25 Revision 6f623854: [FOLLOWUP] Move legacy "search" CType to compatibility6
- Fix use statement and call to log deprecation.
Releases: master
Resolves: #64696
Change-Id: I8c41afaced3dd650c31b208... - 19:19 Revision c55e4be1: [CLEANUP] Use statement for GeneralUtility in UriBuilder
- Resolves: #64699
Releases: master
Change-Id: Ice37ae02c4aba6edef531a523ec16e6b786ededf
Reviewed-on: http://review.typ... - 19:15 Revision 01da1d62: [TASK] Add test for NULL fields when comparing SQL field definitions
- Resolves: #64697
Releases: master, 6.2
Change-Id: I6d08445633af54d64f9176fc7b691e318d08d897
Reviewed-on: http://revie... - 19:15 Revision b0507e87: [TASK] Add test for NULL fields when comparing SQL field definitions
- Resolves: #64697
Releases: master, 6.2
Change-Id: I6d08445633af54d64f9176fc7b691e318d08d897
Reviewed-on: http://revie... - 19:12 Revision 2136c54a: [!!!][TASK] Move legacy "search" CType to compatibility6
- The primitive search, which is loaded via
"Search" CType contains a cObject called
"SEARCHRESULTS". The search is bas... - 19:10 Revision 32060091: [CLEANUP] Rework/simplify copyright header and remove @package
- Align some files with old copyright headers, mostly in extbase and
fluid sysext which were missed in Task #59535. Als... - 19:04 Revision 8df9c009: [BUGFIX] Change TS property includeJSlibs to proper camelcase
- LowerCamelCase told us to use includeJSLibs
instead of includeJSlibs. We also use
includeJSFooter.
Resolves: #61605
... - 19:03 Revision c858f2cd: [FEATURE] Improve link area in Install Tool navigation
- Currently only the text from the Install Tool navigation is clickable.
To improve the user experience this patch exte... - 19:02 Revision 6102e07f: [FOLLOWUP][TASK] Move xhtml_cleaning check to compatibility6
- Resolves: #62855
Releases: master
Change-Id: I5148e6fe06a73308283bb5f42427cef3d814dbfa
Reviewed-on: http://review.typ... - 18:58 Revision 5504a141: [CLEANUP] Rework/simplify copyright header and remove @package
- Align some files with old copyright headers, mostly in extbase and
fluid sysext which were missed in Task #59535. Als... - 18:34 Revision c0c14d15: [BUGFIX] Deactivate output buffer for FileDumpEID.php
- If you try to download large file via FileDumpEID.php you may
get an out of memory error.
Resolves: #64273
Releases:... - 18:33 Revision b26f7485: [BUGFIX] Deactivate output buffer for FileDumpEID.php
- If you try to download large file via FileDumpEID.php you may
get an out of memory error.
Resolves: #64273
Releases:... - 18:16 Revision 2770c5a7: [!!!][TASK] Move xhtml_cleaning check to compatibility6
- XHTML cleaning is not neccessary anymore, after modern technology
bases completely on HTML5. Therefore the according ... - 17:27 Revision f2373226: [CLEANUP] Make use of possible imports and remove unused ones
- Resolves: #64690
Releases: master
Change-Id: Ia785278f0210416a0075e8e6eed712d97fd7272a
Reviewed-on: http://review.typ... - 17:17 Revision 4d411c40: [BUGFIX] Improve functional test execution on Windows system
- On Windows systems you can execute several commands using '&' like
set typo3DatabaseUsername=root & set typo3Database... - 17:01 Revision 2edb4ddd: [BUGFIX] Respect (NOT) NULL when comparing SQL field definitions
- When comparing the database or updating extensions the definitions for
NULL / NOT NULL in fields are now respected an... - 17:00 Revision 47bdb4f8: [BUGFIX] Respect (NOT) NULL when comparing SQL field definitions
- When comparing the database or updating extensions the definitions for
NULL / NOT NULL in fields are now respected an... - 16:45 Revision 6d577858: [TASK] styleguide: TCA: Add a simple standard palette
- Thanks to Doreen Groeger
- 16:22 Revision b2a9aeec: [BUGFIX] Add only required classes and class aliases
- The static class and alias map now only contains a class map
and an alias map for required extensions.
This means th... - 16:11 Revision 79ec0e8b: [BUGFIX] Improve functional test execution on Windows system
- On Windows systems you can execute several commands using '&' like
set typo3DatabaseUsername=root & set typo3Database... - 15:42 Revision 03a42dd0: [CLEANUP] Move array specific functions to ArrayUtility
- 1. Move functions + tests to ArrayUtility class
2. Change function calls throughout Core
3. Deprecate functions in Ge... - 15:17 Revision 77ed0522: [BUGFIX] Remove inline styles from parsed blockquote tag
- When passing blockquote tags trough lib.parseFunc_RTE (this
is commonly done when rendering TS objects in Fluid templ... - 15:12 Revision 3e62b91b: [BUGFIX] Ensure unix like paths for temp files
- Using tempnam() on Windows systems returns paths containing backslashes.
As other paths inside the core are already t... - 15:11 Revision e91cc1f7: [BUGFIX] Ensure unix like paths for temp files
- Using tempnam() on Windows systems returns paths containing backslashes.
As other paths inside the core are already t... - 14:55 Revision 225c2310: [BUGFIX] Sections not properly handled by record collector
- When using the Unit-Test framework frontend record collector the
resulting response is not correct.
Instead of addin... - 14:52 Revision 9d9298b1: [FOLLOWUP] Harmonize allowed characters of backend usernames
- Drop an now-unnecessary trim on the user name.
Relates: #50875
Releases: master
Change-Id: I771a5340212da81da08e8cb6... - 14:34 Revision b83587f1: [TASK] Harmonize allowed characters of backend usernames
- When creating new backend users from the intall tool, any
character is now accepted for the username. Whitespaces get... - 14:20 Revision 65b12009: [!!!][TASK] Move old mailform to compatibility6
- Due to the replacement of the better
EXT:form logic, the fallback and default
mailform when EXT:form is not installed... - 13:27 Revision 75430a45: [TASK] Move old SVN ChangeLog entries to wiki.typo3.org/ChangeLog
- In order to keep our base distribution a bit
smaller, the SVN part (pre 2011) of the ChangeLog
file is moved to http:... - 12:33 Revision 8bbd6116: [BUGFIX] Take table permissions in account for file edit icon
- Hides the file edit icon in filelist if the user has no modify
permissions for sys_file_metadata.
Resolves: #64634
R... - 12:32 Revision f4ac0264: [TASK] FAL: Remove old publishing leftovers
- The initial concept of having publishers
in the File Abstraction Layer was never
implemented.
The leftover code is r... - 12:28 Revision 5d352c02: [TASK] FAL: Remove old publishing leftovers
- The initial concept of having publishers
in the File Abstraction Layer was never
implemented.
The leftover code is r... - 12:01 Revision a9302738: [BUGFIX] Gracefully show missing files in IRRE relations
- When the database is inconsistent and a sys_file entry linked
from sys_file_reference does not exist anymore, an exce... - 11:57 Revision 2b5e54a6: [TASK] Inform user about possibly missing Ghostscript tools
- Extend the error message for failing image tests to include a note
about possibly missing Ghostscript tools on the se... - 11:56 Revision d8b30370: [TASK] Inform user about possibly missing Ghostscript tools
- Extend the error message for failing image tests to include a note
about possibly missing Ghostscript tools on the se... - 11:52 Revision ff8fbbb3: [FEATURE] Show allowed file extensions in FAL field
- Above the list of file relations are buttons to add or upload new images.
Now, behind these buttons a label appears, ... - 11:51 Revision 0ba86476: [TASK] Use resource API to deleted files from uploads in DataHandler
- The DataHandler deletes files from the uploads folder. Since also a
sys_file record could exist for such file, the re... - 11:43 Revision 834514ba: [!!!][TASK] Move Content Object IMGTEXT to compatibility6
- The predecessor of css styled content-based
text w/ image, called IMGTEXT, is moved to
compatibility6.
The only plac... - 11:34 Revision 2d244742: [TASK] Use resource API to deleted files from uploads in DataHandler
- The DataHandler deletes files from the uploads folder. Since also a
sys_file record could exist for such file, the re... - 11:16 Revision 1cd5dd42: [BUGFIX] Files to FileStorage relations are now recorded in sys_refindex
- When a file (sys_file) is added/modified/deleted,
the relation to the file storage (sys_file_storage)
is recorded and... - 11:09 Revision cb081032: [BUGFIX] Files to FileStorage relations are now recorded in sys_refindex
- When a file (sys_file) is added/modified/deleted,
the relation to the file storage (sys_file_storage)
is recorded and... - 11:05 Revision 19aa0943: [BUGFIX] Gracefully show missing files in IRRE relations
- When the database is inconsistent and a sys_file entry linked
from sys_file_reference does not exist anymore, an exce... - 10:47 Revision 08981e72: [TASK] Remove old PHP version leftovers
- Releases: master
Resolves: #64670
Change-Id: Ia54cb96e20cd0392bd43cec366b3d8b9ab0a02df
Reviewed-on: http://review.typ... - 00:24 Revision acf83c8e: [BUGFIX] Path of a storage must be required
- Remove the default 'fileadmin/' and introduce a placeholder
instead.
The field is required now.
Resolves: #64650
Rel... - 00:22 Revision d222561a: [BUGFIX] Path of a storage must be required
- Remove the default 'fileadmin/' and introduce a placeholder
instead.
The field is required now.
Resolves: #64650
Rel... - 00:08 Revision b7124e91: [BUGFIX] Display Info of File in popup instead of File Metadata
- To stay inline with the File List, the popup from the list
should display info of a File and not of the File Metadata...
2015-01-30
- 23:42 Revision abee33c5: [BUGFIX] Set correct workspace ID when updating referenceIndex for files
- When publishing a workspace the referenceIndex entries of the affected
sys_file_reference rows were not updated with ... - 23:03 Revision 4fd48231: [BUGFIX] Return InaccessibleFolder for non existing processed folder
- When the processed folder of a folder isn't present the ResourceStorage
tries to create it. When storage is offline o... - 22:38 Revision a1db9a24: [FEATURE] Display the bad class name in makeInstance
- The class name provided to GeneralUtility::makeInstance must not
start with a backslash. To help track down the offen... - 22:27 Revision 2922b8c8: [BUGFIX] Scheduler: Fix task group issues
- Do not list deleted task groups as option when creating new tasks.
Display tasks assigned to a deleted group in the u... - 21:49 Revision 933f1213: [TASK] Add test for categories with multiple tables
- Add test for #45332. Remove one relation and check count of collection.
Change-Id: I59871058df97614f7f339c0df241de30... - 21:31 Revision b637a4e6: [FOLLOWUP] Disable functionality to hide file storage
- Also remove an obsolete sql key and remaing TCA from the hidden column
Releases: master
Resolves: #59017
Change-Id: ... - 20:55 Revision a15bb254: [BUGFIX] Take table permissions in account for file translate icon
- Hides the translate icon in file list if the user has no
modify permissions for sys_file_metadata
Resolves: #55576
R... - 20:22 Revision 9afe7460: [BUGFIX] DateValidator fails to validate incorrect dates
- If the function "strptime" is not present in the environment (mostly on
Windows systems) the fallback to check a give... - 20:09 Revision daf6c72f: [BUGFIX] FAL Indexer follow symlinks now
- Currently the indexing scheduler task from FAL ignores symlinks and all files behind symlinks are not indexed.
Resol... - 20:07 Revision 4929c6f1: [BUGFIX] FAL Indexer follow symlinks now
- Currently the indexing scheduler task from FAL ignores symlinks and all files behind symlinks are not indexed.
Resol... - 20:05 Revision cb67cd42: [BUGFIX] Disable functionality to hide file storage
- Disables the functionality to hide a file storage.
Resolves: #59017
Releases: master
Change-Id: Ibe542f384b4ecff033a... - 20:02 Revision 091658d3: [BUGFIX] DateValidator fails to validate incorrect dates
- If the function "strptime" is not present in the environment (mostly on
Windows systems) the fallback to check a give... - 20:01 Revision 0aeb2937: [TASK] Drop support and tests for FreeType 1
- We've been using FreeType 2 for quite some time.
FreeType 1 is history meanwhile.
Change-Id: I45add19b77c9168bc00def... - 19:37 Revision 91164e43: [BUGFIX] Adjust visibility of setUp() and tearDown()
- Protected is the correct visibility for those functions, as
given by the base class.
Change-Id: If8ed81c49c6c5cdd693... - 19:34 Revision 7c2d4273: [BUGFIX] Distributions: Import files before database
- The distribution import does sometimes not import the Assets
(Resources/Files/) of the distribution. This is because ... - 19:33 Revision 97dedbd4: [BUGFIX] Distributions: Import files before database
- The distribution import does sometimes not import the Assets
(Resources/Files/) of the distribution. This is because ... - 19:26 Revision a4917638: [TASK] Always display errors when running the tests
- With some default php.ini files (e.g., the file shipped with MAMP PRO),
display_errors is set to "off", and the memor... - 19:25 Revision 98953eb7: [TASK] Always display errors when running the tests
- With some default php.ini files (e.g., the file shipped with MAMP PRO),
display_errors is set to "off", and the memor... - 19:21 Revision d4bab595: [BUGFIX] RTE not resizable in IE
- Incorrect test of support for CSS3 resize property.
Releases: master
Resolves: #64660
Change-Id: Id137f476920dcbf05f... - 19:15 Revision 5d11420d: [FEATURE] Add gracetime for session-timestamp-updates
- Don't update the session-timestamp more often than
needed. Skipping updates for some seconds/minutes
makes no differe... - 19:10 Revision c6b7b272: [BUGFIX] Failing unit test in SqlSchemaMigrationServiceTest
- Currently the test for handling multiple white spaces within the sql
field definitions fails on Windows systems becau... - 19:09 Revision 6fa5cef8: [BUGFIX] Failing unit test in SqlSchemaMigrationServiceTest
- Currently the test for handling multiple white spaces within the sql
field definitions fails on Windows systems becau... - 19:06 Revision 49ca5387: [CLEANUP] sysext:recordlist
- Resolves: #64337
Releases: master
Change-Id: Ie813bf610bbaaf75e87fe22e40478bb09ab109db
Reviewed-on: http://review.typ... - 18:43 Revision 16277091: [BUGFIX] Failing unit tests due to wrong path handling
- In some tests of the StandaloneViewTest case the configured expections
aren't met which results in failing tests on W... - 18:43 Revision 4e46236e: [BUGFIX] Failing unit tests due to wrong path handling
- In some tests of the StandaloneViewTest case the configured expections
aren't met which results in failing tests on W... - 18:36 Revision 846cec83: [BUGFIX] Followup to remove PHP5.5 only syntax
- Patch #36454 introduced by accident a ::class call, which will
break in PHP versions < 5.5
Change-Id: I0ce3b813fc8a1... - 18:08 Revision d56c1071: [BUGFIX] Proper error handling of ResourceDoesNotExistException
- Handles and displaying a proper error message when
ResourceDoesNotExistException is thrown.
Resolves: #56997
Release... - 18:06 Revision c29a7254: [BUGFIX] Wrong generation of metadata in FAL
- This patch fixes the generation of metadata if the metadata
of a file is missing in sys_file_metadata. Without this p... - 18:06 Revision 6c21ec7b: [BUGFIX] Wrong generation of metadata in FAL
- This patch fixes the generation of metadata if the metadata
of a file is missing in sys_file_metadata. Without this p... - 18:04 Revision 15b0c67a: [TASK] Change visibility of suhosin specific checks in SystemEnvironment
- As the PHP extension suhosin is currently not distributed in a larger
manner (e. g. Debian dropped support), the chec... - 18:03 Revision e1912642: [TASK] Change visibility of suhosin specific checks in SystemEnvironment
- As the PHP extension suhosin is currently not distributed in a larger
manner (e. g. Debian dropped support), the chec... - 18:03 Revision 5f0df868: [BUGFIX] t3lib_div::getAllFilesAndFoldersInPath no md5 for folders
- Added md5 hash for folders keys in returned array
in method GeneralUtility::getAllFilesAndFoldersInPath
Change-Id: I... - 18:03 Revision 4438fc8c: [BUGFIX] Failing unit test in Dbal\DatabaseConnectionTest
- There is one test to be sure 64bit integer values are stored correctly
in the database. This test obviously has to fa... - 18:02 Revision 0594d390: [BUGFIX] Failing unit test in Dbal\DatabaseConnectionTest
- There is one test to be sure 64bit integer values are stored correctly
in the database. This test obviously has to fa... - 18:02 Revision 4e025bce: [CLEANUP] Code Cleanup EXT:feedit
- Refactor the code to go green in PHPStorm.
Main tasks:
* Initialize variables
* Centralize objects in $GLOBALS
Resol... - 17:54 Revision fa108e0e: [BUGFIX] Pagination in recycler is broken
- Due to the use of a wrong _GP variable, the recycler can only load the
first two pages. Also, reset the paginator upo... - 17:32 Revision 06429aa6: [CLEANUP] Code cleanup EXT:filelist
- Refactor the code to go green in PHPStorm.
Main tasks:
* Initialize variables
* Centralize objects in $GLOBALS
Resol... - 17:31 Revision d8fa5f18: [!!!] [TASK] Remove legacy CSS Styled Content TS prior to 6.2
- In the process of removing legacy code, the states
for CSS Styled Content Templates for 6.1, 6.0, 4.7, 4.6, 4.5
are r... - 17:30 Revision 4a88d679: [TASK] Remove unused global variable for temporary files
- GraphicalFunctions uses
$GLOBALS[TEMP_IMAGES_ON_PAGE]
to store temporary images used on a page,
but the core does not... - 17:26 Revision e384a7ad: [BUGFIX] Display correct list of file ids in BE module list
- TYPO3\CMS\Backend\Utility\BackendUtility::getProcessedValue is now
considering foreign_match_fields when processing I... - 17:23 Revision 3b5fb46f: [!!!][TASK] Remove feature enable_typo3temp_db_tracking
- The functionality for enabling the tracking
of the files within typo3temp/ created by
GraphicalFunctions and its acco... - 17:20 Revision 0e8ac853: [TASK] Cleanup FAL exception messages
- Some exception messages fail to include available data that can help the
integrator or developer to track down the er... - 17:16 Revision 51176924: [BUGFIX] Remove compatibility6 content objects from Unit Tests
- Resolves: #64653
Releases: master
Change-Id: I0bef80f5779cb4a535bfbdfc6636305a99044c19
Reviewed-on: http://review.typ... - 16:54 Revision c47c3574: [BUGFIX] Display correct list of file ids in BE module list
- TYPO3\CMS\Backend\Utility\BackendUtility::getProcessedValue is now
considering foreign_match_fields when processing I... - 16:46 Revision 2201e805: [BUGFIX] New Scheduler Task are executed now
- If you create a new scheduler task, it will not be executed.
Resolves: #64636
Releases: master
Change-Id: I0940ad7a0... - 16:39 Revision 268ed175: [BUGFIX] Failling unit test in GeneralUtilityTest for Windows system
- In GeneralUtilityTest a test for the TYPO3_SITE_PATH parses the result
for a starting slash. This test fails on Windo... - 16:39 Revision a7962039: [BUGFIX] Failling unit test in GeneralUtilityTest for Windows system
- In GeneralUtilityTest a test for the TYPO3_SITE_PATH parses the result
for a starting slash. This test fails on Windo... - 16:28 Revision 2c5f4e69: [!!!][TASK] Move old legacy content objects to compatibility6
- The following content objects are moved to
EXT:compatibility6, as they are considered
not state-of-the-art anymore.
... - 16:21 Revision e025a165: [BUGFIX] Fix handling of TCA allowed flag in ElementBrowser
- If the 'allowed' flag in the element browser contains a '*', which
means any type of file, no file is displayed. This... - 16:21 Revision 16cce434: [BUGFIX] Fix handling of TCA allowed flag in ElementBrowser
- If the 'allowed' flag in the element browser contains a '*', which
means any type of file, no file is displayed. This... - 16:14 Revision 87e542c2: [TASK] Deprecate BackendUtility::implodeTSParams
- The method is unused in the TYPO3 CMS Core.
Resolves: #46523
Releases: master
Change-Id: Ib54af30533c4f11e8e400d8c8d... - 15:30 Revision fd19c522: [BUGFIX] Reduced sys_file_processedfile.checksum to correct size
- Since only a shortMD5 (of 10 characters length) is used in this field
the size is changed to 10 characters and the fi... - 14:26 Revision 772102dd: [BUGFIX] Pid property not set after insert
- After adding and persisting a new object, its uid property is set,
the same should happen for its pid property. This ... - 14:25 Revision e75747bb: [BUGFIX] Pid property not set after insert
- After adding and persisting a new object, its uid property is set,
the same should happen for its pid property. This ... - 14:19 Revision a29cd91b: [BUGFIX] Remove only 'CType' keys from wizard
- Check for key name of 'CType' before removing the content
element from new content wizard.
This is a regression from... - 14:16 Revision 4d43e1ab: [BUGFIX] Remove only 'CType' keys from wizard
- Check for key name of 'CType' before removing the content
element from new content wizard.
This is a regression from... - 14:15 Revision 62152507: [TASK] Add title for 'edit localized metadata' button
- This patch adds the title to the edit localized metadata button
in the filelist module. Because we don't have any tra... - 14:02 Revision 4347ca04: [BUGFIX] Add missing htmlspecialchars in DocumentTemplate
- XSS is possible when using a special filename. The file has to be
created directly in the storage as uploading files ... - 13:37 Revision d2b8fe86: [BUGFIX] Proper error handling of ResourceDoesNotExistException
- Handles and displaying a proper error message when
ResourceDoesNotExistException is thrown.
Resolves: #56997
Release... - 13:30 Revision fbb70dd7: [BUGFIX] Return InaccessibleFolder for non existing processed folder
- When the processed folder of a folder isn't present the ResourceStorage
tries to create it. When storage is offline o... - 12:32 Revision 6e18e33d: [BUGFIX] Ensure salted passwords are written to DB
- Ensure that salted passwords are written to DB also when importing
data from t3d files.
Resolves: #61506
Releases: m... - 12:24 Revision 3c78bf8f: [BUGFIX] Ensure salted passwords are written to DB
- Ensure that salted passwords are written to DB also when importing
data from t3d files.
Resolves: #61506
Releases: m... - 12:14 Revision 04d47b0f: [FEATURE] Allow cObject registration during runtime
- Instead of having a hard-coded list of available
content Objects with complex hook registration,
any extension can no... - 12:10 Revision 70cec6e8: [BUGFIX] Subgroups field in usergroup edit form should be renamed
- Change misleading translation in backend group edit.
Resolves: #24303
Releases: master
Change-Id: I7b7a8b597f94c7594... - 11:58 Revision 97e46453: [CLEANUP] Move ConditionMatcherTests into one place
- Moved core ConditionMatcherTest to Backend extension.
Change-Id: I7bd63d728c172046fa808329807d28feb458de87
Resolves:...
2015-01-29
- 23:26 Revision 8d1b2ade: [BUGFIX] Use dirname/basename from PathUtility
- PathUtility methods dirname() & basename() instead of php functions
Resolves: #64309
Releases: master
Change-Id: I62... - 23:18 Revision dfaf1daa: [BUGFIX] Remove duplicated form tag in login
- Remove a wrong second form tag in the backend login
Change-Id: I50ad624adcfbf6987f555dfe4951c90d661727ff
Resolves: #... - 23:07 Revision 8c0f16fe: [TASK] Move @param and @var long names to short names
- Resolves: #64622
Releases: master
Change-Id: Ia48d3ed317bbc264beda5da5d34994142736665b
Reviewed-on: http://review.typ... - 22:52 Revision f8bf9107: [TASK] FAL: Add edit button for files in content element fal list
- Added a button for editing the metadata of a file out of the
file list in a content element open for editing.
Resolv... - 22:32 Revision ca4159c7: [BUGFIX] Fix HTML output in ElementBrowser
- Resolves: #64614
Releases: master
Change-Id: Id76bb057e98593c1fe1c659a179bfe1daa0b0d6f
Reviewed-on: http://review.typ... - 21:24 Revision b484f9e1: [TASK] Deprecate GeneralUtility::array_merge()
- 1. Mark and log as deprecated
2. Change function call throughout Core to native php '+' operator
Resolves: #64596
Re... - 21:13 Revision 0b8fb903: [BUGFIX] FAL: Removed html tags from hover in fileadmin
- The hover text of folders in the fileadmin with a bold name
contained the html tags <strong></strong>.
The html tags... - 21:10 Revision 576c4d33: [BUGFIX] Fix import for fields of type input with link wizard
- Fields of type import and link wizard could also contain a path to
a local file in addition to a direct file referenc... - 20:51 Revision edd57745: [TASK] Reload module menu upon extension install from TER
- Reloads the module menu after installing an extension from TER. The
list gets already reloaded if (un)installing an e... - 20:48 Revision 73950208: [FEATURE] Increase Install Tool font-size to 75%
- Since the font-size of the backend is bigger, the Install Tools font-
size is now bigger too.
Resolves: #64366
Relea... - 20:48 Revision fd8d149c: [FEATURE] Increase Install Tool font-size to 75%
- Since the font-size of the backend is bigger, the Install Tools font-
size is now bigger too.
Resolves: #64366
Relea... - 20:40 Revision 60c29201: [TASK] Improve styling of "raw search in all fields"
- The raw search needs some love for CMS 7.
Resolves: #63276
Releases: master
Change-Id: I98b1d4afd9e4af3b17527c8615be... - 20:37 Revision 09b82e3d: [BUGFIX] Fix import for fields of type input with link wizard
- Fields of type import and link wizard could also contain a path to
a local file in addition to a direct file referenc... - 18:59 Revision b981d41d: [TASK] Less strict first install file recognition
- Now install tool will recognize all files which starts
with FIRST_INSTALL (case insensitive) as a correct
first insta... - 18:47 Revision aafd50fb: [CLEANUP] Cleanup CoreUpdateService.php
- Refactor the name of the variable $currentCoreLocation. This name is
misleading because this variable stores the path... - 18:36 Revision ea760b81: [BUGFIX] Change highlight color on folder change
- Clicking on folder in filelist results in JS error.
When using the filelist main frame
for navigation through the fo... - 18:33 Revision 68e1fdc7: [BUGFIX] Change highlight color on folder change
- Clicking on folder in filelist results in JS error.
When using the filelist main frame
for navigation through the fo... - 18:21 Revision a6019ea8: [TASK] Add title to "Translate metadata" button
- With this patch the button that toggles the metadata translation button
gets a title.
Resolves: #60434
Releases: mas... - 18:19 Revision c9e8f1d4: [BUGFIX] Improve file handling on Windows systems
- Calling unlink() on a symlink that points to a directory
fails on Windows. Solution is to use rmdir() instead to
remo... - 18:16 Revision 386cd87d: [BUGFIX] Improve file handling on Windows systems
- Calling unlink() on a symlink that points to a directory
fails on Windows. Solution is to use rmdir() instead to
remo... - 18:09 Revision 4e418049: [TASK] Revamp EXT:recycler
- Refactors the recycler extension to a modern architecture. The backend
is based on Extbase and Fluid, the UI is based... - 17:30 Revision 6cf78f61: [TASK] Update TYPO3 copyright in all branches
- The copyright notice (e.g. shown in the footer
of Backend Login) should be updated to 2015.
Resolves: #64597
Release... - 17:27 Revision 46015c85: [TASK] Update TYPO3 copyright in all branches
- The copyright notice (e.g. shown in the footer
of Backend Login) should be updated to 2015.
Resolves: #64597
Release... - 17:24 Revision 75323122: [TASK] Update TYPO3 copyright in all branches
- The copyright notice (e.g. shown in the footer
of Backend Login) should be updated to 2015.
Resolves: #64597
Release... - 17:24 Revision 5c764b9f: [TASK] Move GD functions to GraphicalFunctions
- Clean up the code by moving GD related function
to GraphicalFunctions class.
Resolves: #46770
Releases: master
Chang... - 15:44 Revision cbbf6b67: [!!!][TASK] Move non-namespaced classes into correct places
- There are a few leftover classes inside typo3/ which
haven't been moved or migrated yet into the according
places.
1... - 15:34 Revision ab574d02: [TASK] Flash message warning for max number of IRRE items
- Implements flash message warning when max number of items
is reached in IRRE field.
Resolves: #61031
Releases: maste... - 15:16 Revision fbd7d755: [BUGFIX] RTE: itemscope, itemtype, itemprop not working in span tag
- Default PageTsConfig is incorrect when features using the style
attribute are enabled. Hardcoded list of attributes a... - 15:15 Revision ae3845d9: [BUGFIX] RTE: itemscope, itemtype, itemprop not working in span tag
- Default PageTsConfig is incorrect when features using the style
attribute are enabled. Hardcoded list of attributes a... - 14:40 Revision feddcb70: [FEATURE] Introduce a stream wrapper to overlay file paths
- Implement a stream wrapper for the file:// protocol that can intercept
any call to the filesystem.
Transparently rewr... - 14:34 Revision 73429bd1: [BUGFIX] TYPO3 and RTE Link wizard with white space above tabs
- Problem: In Internet Explorer and Google Chrome, white space appears
above tabs in the TYPO3 Link wizard and in the R... - 14:31 Revision 4beeebe2: [BUGFIX] TYPO3 and RTE Link wizard with white space above tabs
- Problem: In Internet Explorer and Google Chrome, white space appears
above tabs in the TYPO3 Link wizard and in the R... - 14:29 Revision 24619f37: [TASK] Installation name in mail test
- Add the name of the site (if is set) in subject of test email.
Change-Id: Ib6441e4fd35270cb45b5a9538a4a6e8133c67b05
... - 14:29 Revision 0e830743: [FEATURE] Add file or folder name as title in ElementBrowser
- If a file or folder name is longer then the backend user setting
titleLen, it can be hard to distinguish the names.
... - 14:23 Revision 0c72b8b8: [TASK] Update Bootstrap to 3.3.2
- This patch updates Bootstrap to version 3.3.2.
Resolves: #64422
Releases: master
Change-Id: I6a6175587e17ebc0a347721... - 13:39 Revision 12ec9d23: [BUGFIX] Correct trim of trailing slash
- The trailing slash was accidentally trimmed of $expectedTarget, which
never has a trailing slash. Remove the slash fr... - 11:38 Revision 38e1cb1d: [BUGFIX] Travis tests for PHP 5.5
- Run the Travis tests for PHP 5.5 too, since it is a officially
supported PHP version.
Resolves: #64573
Releases: 4.5... - 10:24 Revision 7197d90f: [BUGFIX] RTE: Folder expansion broken in link and image dialogues
- Data provided to jQuery Ajax request should not be encoded when
specified as an object. jQuery encodes such data whic... - 10:00 Revision e90d3d7d: [TASK] Use jQuery UI for Drag&Drop in Page Module
- In the process to move away from ExtJS
and fixing some open problems, the JS
code for the drag+drop functionality in ... - 08:25 Revision cbdbacc7: [BUGFIX] Use getForLocalProcessing() for FAL images in GIFBUILDER
- GIFBUILDER must use getForLocalProcessing() for FAL images, so
image processing is possible for files containing spec... - 08:24 Revision fd232ede: [BUGFIX] Use getForLocalProcessing() for FAL images in GIFBUILDER
- GIFBUILDER must use getForLocalProcessing() for FAL images, so
image processing is possible for files containing spec...
2015-01-28
- 23:34 Revision 93802de7: [BUGFIX] Scheduler shows "add" button again after toggling disable
- A minor fix is needed to keep the "Add" icon on top
Resolves: #25631
Releases: master
Change-Id: I71514d0a4c09201494... - 19:52 Revision b0ab5752: [BUGFIX] RTE: Ajust toolbar wrap and framework overflow in frontend
- Releases: master
Resolves: #64567
Change-Id: Ia5080d1136ac71510de42b0d68d7633500f4d247
Reviewed-on: http://review.typ... - 19:10 Revision 83d4caef: [BUGFIX] Template module should show saved data
- When editing setup or constants inside
the textarea (without t3editor) then the
textarea still shows the old value
up... - 17:33 Revision 1c2f2d2e: [TASK] Add CompilableInterface to a couple of view helpers
- This patch changes a couple of view helpers that can easily
implement CompilableInterface to supress object creating ... - 03:14 Revision 01b589d3: [TASK] RTE: Ajust style sheets for frontend use
- Releases: master
Resolves: #64549
Change-Id: Ie0033372a8b2f827686cf23294aa16d32421fb74
Reviewed-on: http://review.typ...
2015-01-27
- 23:13 Revision 4eddbcbd: [BUGFIX] Fix class cache corruption in chroot environment
- This commit fixes an issue that occurs in the rare edge case when the
TYPO3 cli dispatcher is called in a chroot envi... - 21:58 Revision cd4472eb: [CLEANUP] DataHandler
- * import all fully qualified class names with use statements
* remove unused local variables
* provide property defin... - 21:42 Revision c2f4aca6: [BUGFIX] Call LOCALISATION_OBJECT_NAME 'static'ally
- Use static:: instead of self:: to call the constant
LOCALISATION_OBJECT_NAME.
Resolves: #64506
Releases: master, 6.2... - 21:37 Revision 6a5400bc: [BUGFIX] Call LOCALISATION_OBJECT_NAME 'static'ally
- Use static:: instead of self:: to call the constant
LOCALISATION_OBJECT_NAME.
Resolves: #64506
Releases: master, 6.2... - 21:31 Revision b86f1a5d: [FOLLOWUP][BUGFIX] ElementInformation now shows a meaningful title-tag
- Resolves: #56463
Releases: master
Change-Id: I6b5711ac107f09bca3f8e2e160d2fbe9d1e27426
Reviewed-on: http://review.typ... - 21:27 Revision a1bb0d4d: [TASK] Obsolete configurationManager injection
- Remove an obsolete injection of configurationManager from extbase
ControllerContext. This protected property is not u... - 21:25 Revision 7f24d5c4: [BUGFIX] ElementInformation now shows a meaningful title-tag
- Resolves: #56463
Releases: master
Change-Id: I45cdd102b15aa467461eb6d84b2723675a41898c
Reviewed-on: http://review.typ... - 21:22 Revision 68fedbc3: [TASK] cms/layout entry scripts cleanup
- Make db_layout.php and db_new_content_el.php dispatched.
Resolves: #55668
Releases: master
Change-Id: Idf26297171ca2... - 21:15 Revision e4233a10: [TASK] Merge performance improvement from TYPO3.Fluid
- Implementing CompilableInterface by adding renderStatic()
can lead to drastic performance improvements since fluid
th... - 09:04 Revision 520a989a: [BUGFIX] Property description placed at wrong position in BasicFileUtility
- Resolves: #64522
Related: #62707
Releases: master
Change-Id: Ib21820ea210811c05ac0dec13394958686b5b968
Reviewed-on: h... - 00:32 Revision 2bcaef66: [BUGFIX] RTE: Default link plugin raises error in IE
- htmlRenderer has not yet been instantiated.
Releases: master
Resolves: #64523
Change-Id: I4de89982364aa1dcbc34f38256...
2015-01-26
- 22:55 Revision 9bd26948: Revert "[CLEANUP] Move "finalClassNameCache" from GeneralUtility to ClassLoader"
- This change did not make much sense.
finalClassNameCache is totally unrelated to the class loader and
besides that, n... - 18:02 Revision d79a232c: [BUGFIX] Avoid PHP parse errors by PHP version check
- Display a proper error message if the PHP version 5.5 requirement is
not fulfilled instead of a fatal error "unexpect... - 15:22 Revision b29ffa92: [BUGFIX] Restore SelectElement.php
- While backporting https://review.typo3.org/#/c/33328/ SelectElement.php
got deleted by error.
Resolves: #64507
Relea... - 14:56 Revision abf4b130: [BUGFIX] Extbase validator should not ask class loader for simple types
- Extbase calls class_exists multiple times to
check for valid classes during set up of Validator
classes. It does thes... - 11:56 Revision 6d81ecbb: [BUGFIX] Fix explicit translation buttons
- Since t3skin has been introduced in 4.0 the buttons for explicit
translations have not been adopted to the new style ... - 11:55 Revision 24b4537f: [BUGFIX] Fix explicit translation buttons
- Since t3skin has been introduced in 4.0 the buttons for explicit
translations have not been adopted to the new style ... - 02:18 Revision dd83b709: [BUGFIX] Scheduler now throws exception on SQL query error
- If the query for fetchTask fails for whatever reason, scheduler will
now gracefully throw an exception instead of ass... - 02:12 Revision 837faaad: [BUGFIX] Scheduler now throws exception on SQL query error
- If the query for fetchTask fails for whatever reason, scheduler will
now gracefully throw an exception instead of ass... - 01:44 Revision c9075085: [TASK] Add .htaccess to .gitignore
- Resolves: #64498
Releases: master
Change-Id: Iff4f751abb0488bbeb685fd32b7deef735eee5ce
Reviewed-on: http://review.typ... - 01:39 Revision ccf41aee: [BUGFIX] Wrapper for uniqid() fixes failing tests on Windows
- Create TYPO3\CMS\Core\Tests\BaseTestCase->getUniqueId() as a wrapper to
all uniqid()-calls from tests. This fixes fat... - 01:09 Revision ed23e49b: [BUGFIX] EXT:form: Fix rendering of text-input-fields
- Attribute-check needs to take NULL into account as well.
Regression caused by change-id
I624c7da38c23429f68000e085db... - 01:07 Revision 8e072a61: [TASK] Info>Localization overview: Solve double edit icon
- Remove the edit icon for "edit page".
Put the "edit page" link on the page title.
Resolves: #63221
Releases: master
... - 00:59 Revision 049ce6f8: [BUGFIX] EXT:form: Fix rendering of text-input-fields
- Attribute-check needs to take NULL into account as well.
Regression caused by change-id
I624c7da38c23429f68000e085db...
2015-01-25
- 23:43 Revision af37abe1: [BUGFIX] Formmail: generates incorrect file upload error in syslog
- Change-Id: Ia0b16429e41e2aae96b3020cb690f9fedea762b0
Fixes: #39019
Releases: master, 6.2
Reviewed-on: http://review.t... - 23:36 Revision ad91f054: [BUGFIX] Formmail: generates incorrect file upload error in syslog
- Change-Id: Ia0b16429e41e2aae96b3020cb690f9fedea762b0
Fixes: #39019
Releases: master, 6.2
Reviewed-on: http://review.t... - 22:26 Revision d4ba2f18: [TASK] Only refresh pagetree on certain changes to pages
- Pagetree only needs to refresh on changes to the
pages-table, and even there only when certain fields change.
checkSi... - 21:49 Revision ccf93de5: [TASK] Refactor ext:beuser access module
- * Move most rendering from PermissionController and
PermissionAjaxController to fluid
* PermissionController no lon... - 21:10 Revision 3b55a572: [BUGFIX] Move nav_title from AbstractTreeView to PageTreeView
- AbstractTreeView contains references to nav_title but
doesn't really know about "nav_title".
That's something for the... - 20:18 Revision e96e6683: [BUGFIX] Fix context parameter in Database Analyzer URL
- The variable {context} cannot get resolved because the output is not
rendered by Fluid. The variable gets replaced by... - 20:13 Revision 59232de2: [BUGFIX] Fix context parameter in Database Analyzer URL
- The variable {context} cannot get resolved because the output is not
rendered by Fluid. The variable gets replaced by... - 18:15 Revision 36dea749: [CLEANUP] Move "finalClassNameCache" from GeneralUtility to ClassLoader
- Resolves: #56325
Releases: master
Change-Id: If17d756884e3749757e3e209f776b6665117fa5f
Reviewed-on: http://review.typ... - 13:21 Revision e810a2df: [TASK] Deprecate direct method calls to cObjects
- Some (but not all) cObjects used the shorthand calls
inside ContentObjectRenderer which come from the time
before TYP... - 01:18 Revision f90e3a9c: Revert "[BUGFIX] Temporarily downgrade to sebastian/exporter 1.0.2"
- Since Sebastian fixed PHPUnit we can now revert this temporary fix
Reverts: #64473
Resolves: #64486
Releases: master... - 01:18 Revision 21e9a05d: Revert "[BUGFIX] Temporarily downgrade to sebastian/exporter 1.0.2"
- Since Sebastian fixed PHPUnit we can now revert this temporary fix
Reverts: #64473
Resolves: #64486
Releases: master... - 00:55 Revision ca3cb038: [FEATURE] Add fields to doctype Shortcut suggest wizard
- In order to make the suggest wizard on shortcuts more practical we
added the fields nav_title, alias and url to the l... - 00:53 Revision 907e7188: [BUGFIX] Scheduler now offers an enable/disable toggle in list view
- In order to quickly enable or disable tasks we introduced a new toggle
control in the list view.
Resolves: #25631
Re...
2015-01-24
- 23:22 Revision 4963ef2c: [BUGFIX] Extbase validator should not ask class loader for simple types
- Extbase calls class_exists multiple times to
check for valid classes during set up of Validator
classes. It does thes... - 15:20 Revision 0917236d: [BUGFIX] Temporarily downgrade to sebastian/exporter 1.0.2
- sebastian/exporter is a dependency of phpunit and regression
in 1.1.0 triggering a fatal. Downgrade to 1.0.2 until th... - 15:12 Revision 13f417f9: [BUGFIX] Temporarily downgrade to sebastian/exporter 1.0.2
- sebastian/exporter is a dependency of phpunit and regression
in 1.1.0 triggering a fatal. Downgrade to 1.0.2 until th... - 14:56 Revision edf25315: [FEATURE] Indicate status of permissions by color in EXT:beuser
- Although the monochrome look of the BE is intended the permission
module should reflect the status of the permission.... - 12:05 Revision ed3f3470: [BUGFIX] Web->Page now respects labels set by TSConfig for plugins
- Overriding labels for list_type via TSConfig we not taken into account
when displaying CType list.
Using getLabelsFr... - 12:03 Revision 2c1f1237: [BUGFIX] Web->Page now respects labels set by TSConfig for plugins
- Overriding labels for list_type via TSConfig we not taken into account
when displaying CType list.
Using getLabelsFr... - 05:07 Revision 11584ae0: [TASK] RTE: Use CSS3 resize when possible
- This works fine in Firefox. In all other browsers, we need to fallback
to jQuery UI Resizable, because IE 11 does not...
2015-01-23
- 22:43 Revision 62b1ef2e: [TASK] RTE: Use mutation observer instead of DOMAttrModified listener
- DOMAttrModified is deprecated.
Use mutation observer when available.
Releases: master
Resolves: #64460
Change-Id: I5... - 20:04 Revision 22ba8cf1: [BUGFIX] RTE resizing is erratic
- A window resize event is triggered when the framework, including the
iframe, is resized using jQuery UI Resizable.
Th... - 19:43 Revision a938ba5f: [TASK] Style output of ReferenceIndex results
- Put the results of "Check/update reference index" into a flashmessage.
Resolves: #22663
Releases: master
Change-Id: ... - 17:47 Revision 94e915fe: [!!!][TASK] Gifbuilder: Always use full filename of original file as prefix
- As of now, images created with GIFBUILDER were created by a
hash in typo3temp/GB/. With the TypoScript option
config.... - 16:54 Revision 0473a521: [TASK] Follow-up for RTE: Remove support for IE 8 and older
- Releases: master
Resolves: #64445
Change-Id: I11cf58908a38bb3b3cf1aae3b6547abbff021f0e
Reviewed-on: http://review.typ... - 07:07 Revision c373c031: [TASK] RTE: Remove support for IE 8 and older
- Releases: master
Resolves: #64445
Change-Id: I527285ff64fb3f2202458d63d008781cf53bf129
Reviewed-on: http://review.typ... - 02:24 Revision ab032c2f: [TASK] RTE: Use Bootstrap markup for the toolbar
- Releases: master
Resolves: #64443
Change-Id: I165841b60563c87d2934fc6126f834b5f2f262c2
Reviewed-on: http://review.typ...
2015-01-22
- 22:58 Revision 8c84027d: [FOLLOWUP][BUGFIX] DBAL: Repair AUTO_INCREMENT
- Fix broken unit tests.
The number of statements changed now as AUTO_INCREMENT
is supported.
Resolves: #63705
Release... - 22:29 Revision bb90c702: [FOLLOWUP][BUGFIX] DBAL: Repair AUTO_INCREMENT
- Fix broken unit tests.
The number of statements changed now as AUTO_INCREMENT
is supported.
Resolves: #63705
Release... - 22:04 Revision 9dc5c4ed: [CLEANUP] Correct phpdoc in extbase's validator classes
- Set the correct @return in phpdoc of extbase validators.
Further correct some typos and remove disabled code includin... - 22:02 Revision c9bc5ef4: [BUGFIX] Avoid getUserObj-call for eval 'null' and non-existing hooks
- If the 'eval' definition of a TCA input or text does contain 'null' or
a value without a matching hook, we skip the u... - 22:02 Revision 61878ada: [BUGFIX] Avoid getUserObj-call for eval 'null' and non-existing hooks
- If the 'eval' definition of a TCA input or text does contain 'null' or
a value without a matching hook, we skip the u... - 21:57 Revision af3809c2: [CLEANUP] Correct phpdoc in extbase's validator classes
- Set the correct @return in phpdoc of extbase validators.
Further correct some typos and remove disabled code includin... - 21:54 Revision 67d442c5: [BUGFIX] DBAL: Repair AUTO_INCREMENT
- This patch fixes the creation of fields with an AUTO_INCREMENT flag,
especially for DBMS that don't have built-in sup... - 21:54 Revision 8515cb14: [BUGFIX] DBAL: Repair AUTO_INCREMENT
- This patch fixes the creation of fields with an AUTO_INCREMENT flag,
especially for DBMS that don't have built-in sup... - 20:18 Revision 14fb35b2: [BUGFIX] [FOLLOWUP] ext:beuser permission module throws query error
- A removed class property was still in use and results
in a wrong SQL query.
Related: #64416
Resolves: #64416
Release... - 20:15 Revision ec41868a: [FEATURE] Allow appending of element browser mounts
- A new User TSconfig option is introduced that allows the alternative
element browser page tree mounts to be appended ... - 14:10 Revision 0aca1679: [BUGFIX] Clean up "core" documentation
- Clean all reStructuredText markup errors that generate
warnings during the rendering of the "core" sysext
documentati... - 09:39 Revision aa1aac8c: [TASK] Clean up ext:beuser permission module access checks
- The access module is restricted to admin users since core 6.0.
The patch removes left over code checks for non admin ...
2015-01-21
- 16:48 Revision 7b68a78f: [TASK] RTE: Cleanup toolbar items API
- This is a follow-up to the migration of toolbar ExtJS items to
plain JavaScript.
Releases: master
Resolves: #64407
C... - 04:56 Revision a3a6f33d: [BUGFIX] RTE: Highlight Image/link button when cursor is in image/link
- Toolbar image/link button should be highlighted when cursor is positioned
on image or in link.
Releases: master
Reso...
2015-01-20
- 23:56 Revision 728dbc3f: [BUGFIX] Core should not use old class name
- In 6.2 the naming of some old class names
still exists. So does one occurence which
still triggers the class alias ma... - 23:52 Revision f5ebbe78: [TASK] Move getFieldDefaultValue to FORM cObject
- The method getFieldDefaultValue() inside
ContentObjectRenderer is part of the FORM
content object and is called there... - 23:51 Revision 72afe604: [TASK] Raise PHP requirement of EXT:core/composer.json
- Resolves: #64393
Releases: master
Change-Id: I3a184047c4af6c9b8656fc78c2d83a0ef3a9f4ec
Reviewed-on: http://review.typ... - 22:41 Revision 1ad38d4c: [BUGFIX] RTE: Icons not centered on buttons in toolbar
- Releases: master
Resolves: #64392
Change-Id: I00027870aba8c29b0c25df4bad3c297063bb7c35
Reviewed-on: http://review.typ... - 21:34 Revision ac557476: [BUGFIX] RTE: Style config option allowedClasses not correctly handled
- RTE configuration properties
buttons.blockstyle.tags.[ tag-name ].allowedClasses and
buttons.textstyle.tags.[ tag-nam... - 19:03 Revision b91f4653: [TASK] RTE: Migrate toolbar ExtJS combos to plain JavaScript
- Releases: master
Resolves: #64368
Change-Id: I28bc9b10f28a46eed21a0d86248dedef50e01922
Reviewed-on: http://review.typ...
2015-01-19
- 23:45 Revision 4d42ff9a: [BUGFIX] Followup: Install Tool: Make upgrade wizards DBAL-compatible
- Additional upgrade wizards must be fixed in this backport, since they
were removed in the master.
Releases: 6.2
Reso... - 23:34 Revision 8f7e48a9: [TASK] Central function for escaping of shell-args
- Instead of doing a (locale-aware) escaping in various
places use a central utility-function.
Change-Id: If0486b34054... - 23:24 Revision 15bde67f: [FEATURE] Use composer class loader for better performance
- Require composer class loader early in the bootstrap gives us many benefits:
1. Very early classes can be found and ... - 23:23 Revision 4a8488ee: [BUGFIX] Followup to DateTimePicker exchange
- The DateTimePicker exchange from ExtJS
to moment.js and twbs led to the problem
that when using FormEngine in a popup... - 23:10 Revision dda1844d: [BUGFIX] Followup: Fix folder selection in ElementBrowser
- With the introduction of FAL folders are now addressed with their
combinedIdentifier. Parts of the ElementBrowser wer... - 22:59 Revision 5692cdd2: [BUGFIX] Followup: Fix folder selection in ElementBrowser
- With the introduction of FAL folders are now addressed with their
combinedIdentifier. Parts of the ElementBrowser wer... - 22:58 Revision 2a4f702e: [FEATURE] Use composer class loader for better performance
- Require composer class loader early in the bootstrap gives us many benefits:
1. Very early classes can be found and ... - 22:58 Revision 7c6de7b2: [CLEANUP] sysext:core/TypoScript
- Resolves: #64136
Resolves: #64320
Releases: master
Change-Id: Id578a02b98b4f4c5795e256c0c8d9120edf3609c
Reviewed-on: ... - 22:48 Revision b11bee52: [BUGFIX] Remove space from CLI command in ext:lowlevel
- Resolves: #64367
Releases: master
Change-Id: Ie86755a4b246cb8bc47753214d2b41cbd33d8373
Reviewed-on: http://review.typ... - 22:44 Revision 9ca863c5: [BUGFIX] Fix fatal error for date validation in EXT:form on Windows
- Use a mapping to date_create_from_format() in date validation of
EXT:form if strptime() is not available. This preven... - 22:43 Revision 20081540: [BUGFIX] Fix fatal error for date validation in EXT:form on Windows
- Use a mapping to date_create_from_format() in date validation of
EXT:form if strptime() is not available. This preven... - 22:10 Revision 9f6ccce3: [FEATURE] Use composer class loader for better performance
- Require composer class loader early in the bootstrap gives us many benefits:
1. Very early classes can be found and ... - 21:32 Revision f7434c49: [FEATURE] Use composer class loader for better performance
- Require composer class loader early in the bootstrap gives us many benefits:
1. Very early classes can be found and ... - 21:29 Revision ef5068c6: [FEATURE] Use composer class loader for better performance
- Require composer class loader early in the bootstrap gives us many benefits:
1. Very early classes can be found and ... - 20:44 Revision 77966170: [FEATURE] Use composer class loader for better performance
- Require composer class loader early in the bootstrap gives us many benefits:
1. Very early classes can be found and ... - 20:22 Revision 9b556438: [FEATURE] Use composer class loader for better performance
- Require composer class loader early in the bootstrap gives us many benefits:
1. Very early classes can be found and ... - 19:26 Revision fc339806: [TASK] Post travis notification to #typo3-cms-coredev channel
- Change-Id: I4cd242dd7ae34b4d179acd494d4e84b10e37c6e6
Reviewed-on: http://review.typo3.org/36116
Reviewed-by: Christia... - 19:26 Revision eae44521: [TASK] Post travis notification to #typo3-cms-coredev channel
- Change-Id: I4cd242dd7ae34b4d179acd494d4e84b10e37c6e6
Reviewed-on: http://review.typo3.org/36119
Reviewed-by: Christia... - 19:26 Revision dd8f14c9: [TASK] Post travis notification to #typo3-cms-coredev channel
- Change-Id: I4cd242dd7ae34b4d179acd494d4e84b10e37c6e6
Reviewed-on: http://review.typo3.org/36118
Reviewed-by: Christia... - 19:26 Revision 12face8c: [TASK] Post travis notification to #typo3-cms-coredev channel
- Change-Id: I4cd242dd7ae34b4d179acd494d4e84b10e37c6e6
Reviewed-on: http://review.typo3.org/36117
Reviewed-by: Christia... - 19:26 Revision ee21b084: [TASK] Post travis notification to #typo3-cms-coredev channel
- Change-Id: I4cd242dd7ae34b4d179acd494d4e84b10e37c6e6
Reviewed-on: http://review.typo3.org/36115
Reviewed-by: Christia... - 19:04 Revision 8808099f: [TASK] Test travis notification with a broken build
- Change-Id: I78b4db414084aefaa2ce2f632e373810dcf798bd
- 18:51 Revision 59c6ab13: [BUGFIX] Add missing "Folders" label in ElementBrowser
- Resolves: #64241
Releases: master, 6.2
Change-Id: If55b4e05ccd697a973e938b50f5cfd2f32a5d5b7
Reviewed-on: http://revie... - 18:46 Revision 41f02df2: [BUGFIX] Add missing "Folders" label in ElementBrowser
- Resolves: #64241
Releases: master, 6.2
Change-Id: If55b4e05ccd697a973e938b50f5cfd2f32a5d5b7
Reviewed-on: http://revie... - 18:11 Revision 26ce0035: [TASK] Deprecate SearchFormController->checkExistance
- Deprecate the function checkExistance (typo) in SearchFormController
and add a replacement checkExistence().
Release... - 18:07 Revision 8409909d: [TASK] Post travis notification to #typo3-cms-coredev channel
- Change-Id: I4cd242dd7ae34b4d179acd494d4e84b10e37c6e6
Reviewed-on: http://review.typo3.org/36113
Reviewed-by: Helmut H... - 18:06 Revision cceb4449: [TASK] Output broken file links with pid in csv format
- When upgrading a site, manual correction of broken links
found by the RTE-FAL upgrade wizard is simplified:
from the ... - 18:04 Revision 28c3aedc: [TASK] Add shutdown function while class cache build
- With shutdown function we can check if PHP is shutdown while
cache generation, so we can remove leftovers from this p... - 18:03 Revision a74f8862: [TASK] Add shutdown function while class cache build
- With shutdown function we can check if PHP is shutdown while
cache generation, so we can remove leftovers from this p... - 17:41 Revision 995c7733: [FOLLOWUP] Add PSR-4 autoload sections to composer.json
- A bogus test, which tests Flow behavior which is not present
in TYPO3 CMS package management caused a test to fail.
... - 17:27 Revision 2cea2077: [FOLLOWUP] Strict order in redis test for uniqid()
- Follows https://review.typo3.org/#/c/35665/
Stabilize redis tests a bit with a clear order,
otherwise tests may fail... - 17:18 Revision 37fa2e7b: [FOLLOWUP] Add PSR-4 autoload sections to composer.json
- A bogus test, which tests Flow behavior which is not present
in TYPO3 CMS package management caused a test to fail.
... - 17:16 Revision 3a2f2343: [BUGFIX] TCEForms.suggest JS code is broken
- This is a follow-up for Change-Id Ic27125d0a901aee10461f88ea49c0f354cb43a54.
Resolves: #64360
Releases: 6.1
Change-I... - 16:33 Revision 54722088: [BUGFIX] Faster garbage collection of caching framework
- Do the garbage collection of the caching framework with a single DELETE
statement using JOIN instead of fetching all ... - 16:33 Revision 084c5fba: [TASK] Add PSR composer definition to all sysexts
- In order to deliver more information
in custom installations for use with composer,
the namespaces for using the comp... - 16:32 Revision 825c072c: [TASK] Add PSR composer definition to all sysexts
- In order to deliver more information
in custom installations for use with composer,
the namespaces for using the comp... - 16:26 Revision 61da9595: [BUGFIX] Wrapper for uniqid() fixes failing tests on Windows
- Create TYPO3\CMS\Core\Tests\BaseTestCase->getUniqueId() as a wrapper to
all uniqid()-calls from tests. This fixes fat... - 16:18 Revision 2732b605: [BUGFIX] Faster garbage collection of caching framework
- Do the garbage collection of the caching framework with a single DELETE
statement using JOIN instead of fetching all ... - 16:15 Revision bcbcd4c6: [FEATURE] Reflect mysql comments in SchemaMigrator
- This enables that the database migration and
comparison process includes mysql column comments.
Resolves: #49060
Rel... - 14:25 Revision eb7bb4c3: [BUGFIX] Older changelog not showing in "core" documentation
- Change the table of contents of the documentation of extension
"core", so that changes for "archived" version (i.e. 7... - 14:03 Revision df4da711: [BUGFIX] Disabled SystemEnvironment check in CLI context
- SystemEnvironment check should not be run in CLI context as
this can give false results.
The php.ini used for CLI ca... - 13:54 Revision 3099f0bd: [BUGFIX] Disabled SystemEnvironment check in CLI context
- SystemEnvironment check should not be run in CLI context as
this can give false results.
The php.ini used for CLI ca... - 13:49 Revision 9f6f12f0: [FEATURE] Add PageRepository::getPagesOverlay()
- PageRepository::getMenu() calls getPageOverlay() for each single page
in a menu, causing a lot of queries to the SQL ... - 08:23 Revision 030e067b: [FEATURE] Add hook to post-process countVersionsOfRecordsOnPage
- Hook to post-process BackendUtility::countVersionsOfRecordsOnPage
result. BackendUtility::countVersionsOfRecordsOnPag... - 07:43 Revision e4d5284b: [FEATURE] Support 'has*' for properties in ObjectAccess
- Support calling object methods starting with 'has'.
Change-Id: Iec4913203b07fee70e6f5bb3ea9d980d2febc5c9
Resolves: #... - 02:20 Revision dd601c5d: [FEATURE] Support multiple UID in PageRepository::getMenu()
- Instead of accepting only a single page ID, PageRepository::getMenu()
now also supports an array of page IDs.
This ca...
2015-01-18
- 23:39 Revision b5eb99ab: [CLEANUP] Improve the @param/@return/@var PHPDoc
- * use "resource" or MySQL result instead of "pointer"
* use the specific class instead of "object"
* drop the @param ... - 23:28 Revision 378fa5ae: [BUGFIX] Consider subfolder in absolute links
- Ensure typolink considers the subfolder an instance might be running in
when creating absolute URLs and absRefPrefix ... - 23:21 Revision 9920dd43: [BUGFIX] getRecordLocalization() must respect transForeignTable
- Function BackendUtility::getRecordLocalization() needs to respect
TCA['ctrl']['transForeignTable'] in order to work w... - 22:31 Revision 2e91c7db: [BUGFIX] Collapsing state for ModuleMenu should be user-specific
- Using SwitchUser Mode keeps the module menu
configuration (e.g. also closing help menu) the
same even if the user has... - 22:29 Revision ec9899d6: [FEATURE] Paginate should handle non-query-result objects
- Sometimes it is necessary to use an object storage or
an array instead of a query result.
Resolves: #34944
Releases:... - 22:06 Revision 7c01d0b4: [TASK] Improve error message 'These fields are not properly updated'
- If something went wrong while updating a record via DataHandler show
the table name and record uid too instead of onl... - 22:02 Revision 9ecb4969: [CLEANUP] InstallStatusReport
- - reduce code duplication
- add some @var
- add a missing default case in a switch
- small code formatting fixes
- sh... - 21:14 Revision 41a0d488: [BUGFIX] Hide foreign_selector if maxitems is reached
- If the number of elements is reached (maxitems) then
foreign_selector is still there. If maxitems is reached
it does ... - 20:13 Revision 2405bff5: [BUGFIX] Show FAL captions in Page module
- The page module only showed the contents of the old field
tt_content.imagecaption.
With FAL in place we now show the... - 20:12 Revision 4800cfa2: [BUGFIX] Show FAL captions in Page module
- The page module only showed the contents of the old field
tt_content.imagecaption.
With FAL in place we now show the... - 19:47 Revision ce072bd7: [FEATURE] Extend access control for pages
- Add a hook to the end of TYPO3\CMS\Frontend\Page\PageRepository->init()
to make it possible to adjust the where_hid_d... - 18:01 Revision 72297f3b: [TASK] RTE: Cleanup iframe initialization
- Releases: master
Resolves: #64343
Change-Id: I3be65963074d2c95f7617ac8a61ddc8b71adec8a
Reviewed-on: http://review.typ... - 17:44 Revision 5705e55d: [BUGFIX] RTE fails to load in IE 11 with "Access denied"
- Fix identification of IE 11 as Internet Explorer by RTE.
Note: ExtJS 3.4 will still not recognize IE 11 as Internet ... - 16:15 Revision 31ab4a34: [BUGFIX] Make treelist cache work with bigger trees
- If the result of a treelist call returns more characters than a normal
TEXT field in MySQL can handle TYPO3 acts unpr... - 14:37 Revision 4722b6cf: [CLEANUP] Replace strlen() with === for zero length check
- It is faster to compare a string with === '' to find out if it's empty
than to run strlen() on it.
The replacement r... - 14:37 Revision d38972b9: [FEATURE] Add attribute "multiple" to f:form.upload viewhelper.
- This makes it possible to upload multiple files with one upload field.
Resolves: #47666
Releases: master
Change-Id: ... - 14:27 Revision 5cfb009d: [BUGFIX] CSS3 function calc must retain whitespace
- Whitespaces within CSS3 function 'calc' must not be stripped
because otherwise browsers won't recognize it anymore.
... - 14:22 Revision 6c0191f4: [BUGFIX] Respect HTTP headers from JsonView
- When rendering the json view, headers are set to the response
which are then sent by Extbase after the plugin is rend... - 11:45 Revision 860faf99: [TASK] Trim submitted login-form-data before usage
- Trimming form-data prevents common errors with copied
spaces, tabs or linebreaks in the formfields.
Change-Id: Id1ea... - 11:36 Revision 3d278660: [TASK] Improve error reporting on fixture loading
- Show the actual SQL error that happened when loading a fixture
file in the functional tests fails.
Change-Id: I1a762... - 09:58 Revision f0f577de: [BUGFIX] Standalone- and TemplateView must not require ucfirst file names
- There's no reason to require ucfirst file names for Layouts and Partials.
This patch allows free naming of Layouts, P...
2015-01-17
- 23:51 Revision 94ee059c: [FEATURE] Add a check if TYPO3 version is maintained
- Modifies the status report of the install tool. Currently only
bugfix releases are taken into account. With this patc... - 23:21 Revision 70bb2c13: [BUGFIX] Passwords must be encrypted when saving records
- Due to old class names in the formevals configuration passwords were
not encrypted by saltedpasswords. Using the name... - 21:31 Revision 3e367ca1: [BUGFIX] CSS3 function calc must retain whitespace
- Whitespaces within CSS3 function 'calc' must not be stripped
because otherwise browsers won't recognize it anymore.
... - 21:17 Revision 469163eb: [FEATURE] Allow nested array access in getData type field
- In order to make Typoscript more consistent we now allow to use nested
access to arrays for the datatype "field".
Re... - 20:34 Revision 573cb029: [BUGFIX] RTE: WebKit may insert a span tag when backspacing a heading
- It may happen, for example, when deleting an empty heading which is
followed by a paragraph, or when backspacing a pa... - 20:23 Revision ef171735: [CLEANUP] Rename variable in addPItoST43
- Rename the variable $prefix to $suffix, since the variable holds a
suffix here.
Resolves: #64335
Releases: master
Ch... - 19:56 Revision f43210ea: [TASK] Improve Layout of CType Menu in page module
- CType menu will now display the selected menu_type and a headline.
Fixes: #39646
Releases: master
Change-Id: I69bf39... - 19:00 Revision 8128b881: [BUGFIX] Follow up: Fix broken SQL in DeprecatedRteProperties
- Add a closing parenthesis that got lost in commit
I355893b51cf9e02c0cdfbdaf16fd7760c5687068. Also use $db instead of
... - 18:39 Revision c9f64888: [BUGFIX] Follow up: Fix broken SQL in DeprecatedRteProperties
- Add a closing parenthesis that got lost in commit
I355893b51cf9e02c0cdfbdaf16fd7760c5687068. Also use $db instead of
... - 18:05 Revision c057a814: [BUGFIX] Set range for limit field
- The PHP part forces the value of "showLimit" in the record search being
between 0 and 10000. The range is applied to ... - 17:42 Revision 1b890a53: [TASK] Make AbstractConditionMatcherTest run on HHVM
- AbstractConditionMatcherTest contains unnecessary method mocking
which is breaking the test in HHVM
Resolves: #64326... - 16:37 Revision 9f733b99: [FEATURE] Add Page TSConfig overview in Web->Info
- Analog to the pagetree overview of Web->Template the module
Web->Info->TSConfig will now show a list of pages holding... - 13:30 Revision 4ee7cdf9: [TASK] Make array utility test do not depend on undefined behaviour
- ArrayUtilityTests expect that order of elements with the same value
will not change. PHP doesn't guarantee that, so i... - 05:41 Revision 87c780ae: [BUGFIX] RTE: WebKit may insert a span tag when backspacing a heading
- It may happen, for example, when deleting an empty heading which is
followed by a paragraph, or when backspacing a pa... - 04:09 Revision de587e58: [BUGFIX] RTE: Incorrect identification of some key events in Chrome
- Processing of the browser event key property is incorrect and leads
to errors in Google Chrome which does not support...
2015-01-16
- 21:14 Revision 5c53d640: [BUGFIX] Skip updates if InitialUpdateDatabaseSchema is needed
- In case the InitialUpdateDatabaseSchema needs to add fields
to the database, we must not run any checks (like checkFo... - 20:47 Revision 47b4c180: [CLEANUP] Correct the type of variable $lineNumberOffset
- The variable $lineNumberOffset is used as an integer in the whole file,
but was declared as string.
Resolves: #64316... - 13:33 Revision 1fb866eb: [BUGFIX] EXT:adodb: Table names in ALTER TABLE are broken
- Updating a table using the Oracle DBMS does not work due to improper
quoting in the oci8 datadict.
Resolves: #63659
...
2015-01-15
- 23:00 Revision 5dcf229f: [BUGFIX] RTE: No expand icon after collapsing folder in image dialogue
- Applies also to file tab of link dialogue.
Backpath setting is wrong.
Releases: 6.2
Resolves: #64305
Change-Id: I680... - 21:17 Revision 74e1b4b3: [BUGFIX] RTE: Incorrect event trigger in CopyPaste plugin
- The trigger statement still uses the ExtJS syntax.
Releases: master
Resolves: #64304
Change-Id: Iacfd3e4f155efff9569... - 20:15 Revision 2c323919: [BUGFIX] RTE: Abbreviation record does not show up on standard pages
- Add the Abbreviation record in ext_tables.php.
Releases: master
Resolves: #64303
Change-Id: I2c8a449020097ebef753d48... - 19:40 Revision f6ca5948: [BUGFIX] Make output of additionalCSS valid
- INTincScript_loadJSCode no longer wraps CSS in CDATA tags.
Doing so resulted in invalid CSS markup.
Fixes: #20339
Re... - 19:40 Revision 60709184: [BUGFIX] Make output of additionalCSS valid
- INTincScript_loadJSCode no longer wraps CSS in CDATA tags.
Doing so resulted in invalid CSS markup.
Fixes: #20339
Re... - 18:26 Revision c7615b69: [BUGFIX] Fix regression in prefixLocalAchors feature
- The security fix for #62723 missed an edge case were the
TypoScriptFrontendController main cObj property is not yet i... - 18:21 Revision 4ca17f67: [BUGFIX] Fix regression in prefixLocalAchors feature
- The security fix for #62723 missed an edge case were the
TypoScriptFrontendController main cObj property is not yet i... - 17:42 Revision e3bf4c51: [BUGFIX] RTE: Incorrect tooltip of paste behaviour toggle in toolbar
- The tooltip for the paste behaviour toggle button in the toolbar
is broken.
Releases: master
Resolves: #64302
Change... - 15:11 Revision 977d7920: [BUGFIX] Show RTE tool tips in Internet Explorer
- This patch adds a font size to the tool tip header class to show tool
tips in Internet Explorer 8 and 9 again.
Resol... - 14:57 Revision 9ee40ad8: [CLEANUP] SqlParser
- Introduce a few optimizations in
the SqlParser classes of "core" and "dbal".
* Change some regular expressions (see ... - 01:38 Revision 895b6c3e: [BUGFIX] RTE: avoid exception on folder inaccessibility
- Catch exceptions that might occur when resolving the parent directory
of a file and the user does not have access to ... - 01:37 Revision 73d7e226: [BUGFIX] RTE avoid exception on folder inaccessibility
- Catch exceptions that might occur when resolving the parent directory of
a file and the user does not have access to ... - 01:35 Revision 94c88f77: [BUGFIX] Support void elements without whitespace in parseFunc
- xhtml specs require void HTML elements like "<br>" to be
terminated with a "/", for example "<br />".
Whitespaces bef... - 01:35 Revision 6299c7a9: [BUGFIX] Support void elements without whitespace in parseFunc
- xhtml specs require void HTML elements like "<br>" to be
terminated with a "/", for example "<br />".
Whitespaces bef... - 01:33 Revision 958d1545: [TASK] Remove width restriction for logo in backend
- Remove the restriction of 50px because it makes it very hard
to style the backend a bit different for a client, e.g. ... - 01:32 Revision 52b06b19: [BUGFIX] Hidden content is displayed in view module
- Since TYPO3 4.2.3 hidden content elements and hidden
pages are displayed in view page module. There are many people
i... - 01:32 Revision 550a4c0f: [BUGFIX] Hidden content is displayed in view module
- Since TYPO3 4.2.3 hidden content elements and hidden
pages are displayed in view page module. There are many people
i...
Also available in: Atom