Activity
From 2014-10-17 to 2014-11-15
2014-11-15
- 23:53 Revision 89650e67: [TASK] Remove leftover jsfunc JS inclusions
- There are some inclusions of the removed
jsfunc.formupdate.js file which was unused
for the last years.
Resolves: #6... - 22:47 Revision 79f12fe3: [FOLLOWUP][BUGFIX] Fix failing unit tests
- A sprite icon utility was changed a bit with patch
for #62963, but the unit tests were not adapted.
Do that now.
Cha... - 22:35 Revision 4a36c822: [TASK] ToolbarItem interface improvements
- Change new interface splitting item and drop down.
Refactor all toolbar items accordingly.
Styling changes will be do... - 22:34 Revision 51e5d1af: [TASK] Move FormEngine SelectboxFilter to jQuery
- One of the last bits and pieces with PrototypeJS
is a relatively new feature introduced with 6.2
for filtering record... - 22:25 Revision 799d738b: [TASK] Migrate ext:perm JavaScript to jQuery
- In the main effort to remove prototype.js in
favor of RequireJS and jQuery, the JS structure
is adapted.
Resolves: #... - 22:18 Revision 8558ba57: [FEATURE] New list module styling
- Provide new styling to list module and base styling for
clipboard based on bootstrap.
Also works for the file list.
... - 22:16 Revision 686679e5: [TASK] Add XLF file checker for TRAVIS CI
- The script checks for the presence of a t3:id in the XLF files.
Moreover the uniqueness is verified.
Resolves: #6296... - 22:14 Revision 7d8bd4da: [TASK] Add missing language unique ids
- Follow-up to #62892: Some files were removed on master already
and not considered in 6.2 backport. Add them now.
Cha... - 22:13 Revision d1cba948: [TASK] Remove leftover modulemenu JS
- Prior to the module menu restructuring
based on jQuery, the module menu
was a ExtJS viewport to be fit in the
backend... - 21:59 Revision e14d5cc4: [TASK] Add XLF file checker for TRAVIS CI
- The script checks for the presence of a t3:id in the XLF files.
Moreover the uniqueness is verified.
Resolves: #6296... - 21:47 Revision c7e952cc: [TASK] Migrate constant editor JavaScript to jQuery
- In our efforts to migrate all old-school JS to jQuery
RequireJS modules, there are a few small JS functions
related t... - 20:14 Revision df88214a: [CLEANUP] Remove supersuperold JS file
- There is a file in typo3/js/jsfunc.updateform.js
which was used before all fe_admin was
removed from core, but missed... - 19:29 Revision 1e281035: [BUGFIX] Page-Tree context menu uses prototype.js functionality
- Replace Array.last() call with native JavaScript.
Resolves: #62994
Releases: master
Change-Id: I15a5c9021bde59511bb9... - 17:04 Revision 8690cd65: [BUGFIX] WorkspaceMenu still depends on prototype
- A small regression was found when switching
from prototype to jQuery.
The String.startWith method which was
added by ... - 16:38 Revision a0991bf1: [TASK] FlexForms: Replace scripactulous with jQuery UI
- Sorting of flexforms (e.g. media element)
is done with scriptaculous. The jQuery UI
sortable functionality is a drop-... - 16:13 Revision 11a19f8d: [!!!][CLEANUP] Remove CSH glossary functionality
- Resolves: #62987
Releases: master
Change-Id: I530f21d9e11e3a996350f812b16529a5f080d4cd
Reviewed-on: http://review.typ... - 13:57 Revision 42de3e0d: [BUGFIX] PHP warning on saving TypoScript with t3editor
- On saving TypoScript data in the accordant backend module
using t3editor, the AJAX call issues a PHP warning
"Creatin... - 13:09 Revision 5421e18e: [BUGFIX] Hide empty tabs in DynTabMenu
- Due to a previous tab patch, empty
tabs in e.g. FormEngine are always
shown but disabled (= unstyled).
The patch set... - 11:33 Revision 1460e9ec: [CLEANUP] Rewrite JS/HTML part of Flexform sections
- * Adds a jQuery version of the JavaScript features
for TCEform FlexForms, and include them in
the TYPO3 renderi... - 11:32 Revision 7c5cec20: [TASK] Remove old prototype.js utilities
- One of the initial JS files with prototype
called common.js (which was moved from
typo3/js/common.js into EXT:backend... - 11:07 Revision 2e13984f: [BUGFIX] Avoid warning caused by missing array key noScale
- This fix avoids the warning which can occur, because the array key
noScale is missing during the rendering of an imag... - 11:07 Revision 4b3c1464: [BUGFIX] Avoid warning caused by missing array key noScale
- This fix avoids the warning which can occur, because the array key
noScale is missing during the rendering of an imag... - 10:54 Revision 2fc2895b: [BUGFIX] Fix JS errors in page module
- Due to the introduction of the fontawesome
icons drag&drop was not possible anymore
with ExtJS throwing errors in the...
2014-11-14
- 22:27 Revision 09d7154a: [!!!][BUGFIX] Intermediate fix for Toolbar problems
- Removes the hasDropDown() method of the ToolbarItemInterface
Resolves: #62929
Releases: master
Change-Id: I758e43b08... - 20:59 Revision 5600b117: Revert "[BUGFIX] Make sys_file_metadata publishable"
- This failed a lot of tests. Needs more investigation.
This reverts commit 8f06c8d6e40a205cb721b48e3adf5168c049044c.
... - 20:59 Revision e6667225: Revert "[BUGFIX] Make sys_file_metadata publishable"
- This failed a lot of tests. Needs more investigation.
This reverts commit c76ac7959f21f64ab80e3fb7273165a2064ec9f1.
... - 20:36 Revision 8f06c8d6: [BUGFIX] Make sys_file_metadata publishable
- Currently sys_file_metadata records that are edited in a workspace
cannot be published because the workspace module d... - 20:32 Revision 2a637539: [BUGFIX] Make sys_file_metadata publishable
- Currently sys_file_metadata records that are edited in a workspace
cannot be published because the workspace module d... - 19:44 Revision f5acba19: [TASK] Toolbar: Rename getDropdown to hasDropDown
- Resolves: #62964
Releases: master
Change-Id: Ifbf35e815e0f98085004ef82170c7f0f5d4247a9
Reviewed-on: http://review.typ... - 18:59 Revision 15d1866a: [TASK] Move Help module in Topbar
- Move Help documentation to a more prominent place in
the backend. Also clears the way to increase the module
menu ite... - 18:30 Revision 1ddcb9a7: [TASK] ToolbarItem registration and position
- Toolbar items are now registered with its class name in array
$GLOBALS['TYPO3_CONF_VARS']['BE']['toolbarItems'].
The... - 18:26 Revision eb94061c: [CLEANUP] Code Cleanup EXT:form
- Plenty of easy cleanups, a few more difficult ones
and removed dead code two times.
Resolves: #62903
Releases: maste... - 17:56 Revision 1b82aa36: [!!!][TASK] Add unique identifier to language files
- Add an identifier based on timestamp to all language files. This
number must not be changed if a file is moved around... - 17:18 Revision 391917c4: [!!!][TASK] Add unique identifier to language files
- Add an identifier based on timestamp to all language files. This
number must not be changed if a file is moved around... - 16:46 Revision e7ff8e1e: [TASK] Move classAliasMaps into compatibility6 extension part 5
- This is the sysext:extbase class alias part
Change-Id: I32923fe8b7f07c45abc1e42791ff9cd83c362897
Resolves: #62896
Re... - 16:16 Revision 2e8e552e: [TASK] Restructured HTML and added basic css to opendocs
- I moved the inline css to opendocs.css introducing a new class name.
Resolves: #62945
Releases: master
Change-Id: I5d... - 16:04 Revision c1ee65e8: [TASK] Migrate Toolbar ShortcutMenu JS to jQuery
- In our effort to remove scriptaculous and prototype.js
from the Backend, this patch replaces the existing
InPlaceEdit... - 15:46 Revision 5b1fa3df: [BUGFIX] ClassLoader: Clear after Exception
- Clearing the class cache and release the lock if an exception was
thrown while generating the class loader cache.
Re... - 15:43 Revision f22a2178: [TASK] Rebrush DocHeader: "I am content, not topbar"
- Recolor DocHeader, funcmenu and pagetree. Adapt to current
monochrome color scheme where topar is content - not topba... - 14:47 Revision f297713c: [BUGFIX] Add namespace argument for inline settings array
- Make it possible to set a namespace for inline settings array
Resolves: #62950
Releases: master, 6.2
Change-Id: I717... - 13:48 Revision 7636a044: [BUGFIX] Add namespace argument for inline settings array
- Make it possible to set a namespace for inline settings array
Resolves: #62950
Releaese: master, 6.2
Change-Id: I717... - 13:12 Revision ab0aa415: [BUGFIX] ClassLoader: Clear after Exception
- Clearing the class cache and release the lock if an exception was
thrown while generating the class loader cache.
Re... - 12:20 Revision f52bb2be: [!!!][TASK] Migrate Workspaces Toolbar JS to jQuery
- In the main effort to replace Prototype.js with
simple RequireJS modules and jQuery, the Toolbar
Menu in the top of t... - 11:35 Revision 8b2d9ba8: [BUGFIX] Fix bug in HMENU special prev
- This patch fixes a regression of patch #61721.
The array before this patch had numeric indexes and thus the first
one... - 11:34 Revision c526154b: [BUGFIX] Fix bug in HMENU special prev
- This patch fixes a regression of patch #61721.
The array before this patch had numeric indexes and thus the first
one... - 11:19 Revision 0fdd63d6: [TASK] Migrate opendocs JS to jQuery
- This patch refactors the Opendocs JavaScript
code to use RequireJS and jQuery
over Prototype.js.
Additionally, some ... - 10:16 Revision eb2f10cd: [TASK] Bring Toolbar styling for Bootstrap HTML5 markup
- Toolbar now is based on Bootstrap compatible HTML5 markup.
Styles all elements. Removes the previous CSS compatibilit... - 01:01 Revision 60403c43: [TASK] Rename "t3kin" CSS file
- Fixes a funny typo. No real impact since all files in t3skin > visual are
automatically included anyways.
Kudos: Fra... - 00:33 Revision fa8a0f78: [TASK] Use Bootstrap 3.3.1 in t3skin
- Use twbs Bootstrap 3.3.1 release for t3skin.
Notes: https://github.com/twbs/bootstrap/releases/tag/v3.3.1
Resolves: ... - 00:31 Revision 3bdff736: [FOLLOWUP] Convert remaining occurences of makeInstance
- Releases: master
Resolves: #61788
Change-Id: I1397bdc6e10e28c7867be433f27349ba3368a875
Reviewed-on: http://review.typ... - 00:21 Revision a32ed0a7: [BUGFIX] Fix broken HTML in FormEngine
- A lot of HTML output in FormEngine is broken, because of
missing spaces. This patch add the missing spaces.
Resolves...
2014-11-13
- 22:06 Revision 7feb33ba: [TASK] Migrate Toolbar JS of ClearCache to jQuery
- This patch refactors the Toolbar code for clearing
caches to use RequireJS and jQuery
over Prototype.js.
Resolves: #... - 19:09 Revision a5a0c570: [TASK] Initial refactoring of toolbar items
- * Introduce new (WIP) interface ToolbarItemInterface
* Adapt current toolbar items
* Toolbar item html scaffolding is... - 18:54 Revision 098522b9: [BUGFIX] Correct order of key / field deletion
- Prevent an SQL error when deleting a key and the field belonging
to the key in the install tool at the same time.
Th... - 18:29 Revision 1e2fbf94: [BUGFIX] Correct order of key / field deletion
- Prevent an SQL error when deleting a key and the field belonging
to the key in the install tool at the same time.
Th... - 16:53 Revision 0724d173: [FEATURE] Integrate jQuery UI 1.11.2
- jQuery UI 1.11 has support for AMD allowing
to not load the whole jQuery UI library.
This version is now included an... - 16:43 Revision 00006b57: [BUGFIX] Page module Quickedit: wizards are broken
- When using Quickedit mode of Page module, the header link and the RTE
wizards are broken.
Backpath is added twice to ... - 16:38 Revision 56e9ea16: Revert "[BUGFIX] RTE: Change to tab menu div id breaks RTE load in IRRE element"
- This reverts commit b008e63adf6226455e241f979e8f18626ed68a78.
Change-Id: I02fef4edaf1189b8e05f73bd3cd0251018a849bf
R... - 16:27 Revision 10d27be6: [BUGFIX] TypoScript userFunc condition does not work with static methods
- TypoScript allows to utilize functions (user-functions) to
integrate custom condition processing. However, this curre... - 16:26 Revision 5ff97213: [BUGFIX] TypoScript userFunc condition does not work with static methods
- TypoScript allows to utilize functions (user-functions) to
integrate custom condition processing. However, this curre... - 16:17 Revision 2ed3fc7b: [BUGFIX] Drag & drop broken for inline records
- Fix a problem with the latest FF version that moving
of IRRE records (reordering, via the drag/sortable icon
on the r... - 15:07 Revision 6e0acecf: [TASK] Cleanup CSH calls
- Due to a BackendUtility cleanup
there were some methods related to help
texts that were broken and unstructured.
Add... - 15:03 Revision cb7f35fc: [TASK] Use fully qualified name resolution in PHP 5.5
- Since PHP 5.5 is a requirement, calls to GeneralUtility::makeInstance()
should use the ::class construct instead of a... - 13:53 Revision 98e27d3a: [!!!][TASK] Early check for PHP 5.5 in Install Tool
- PHP 5.5 or above is a requirement for TYPO3 CMS. As code is using
specific PHP 5.5 features, an early check is requir... - 13:34 Revision 152b14b2: [BUGFIX] Fix PHP warning with date function in FormEngine
- The timestamp handed to the date function must be of type int
otherwise a warning is issued. Cast the value to int be... - 11:13 Revision f8ca835a: [TASK] Change order of topbar-items
- Order of relevance from right to left. Tablet users coming with the
thumb from the right should be able to access rel... - 11:02 Revision ea83a61a: Revert "[TASK] Replace DynTabMenu with jQuery/RequireJS plugin"
- This reverts commit c362ba52cf04d4bf93a5043be7fc39c27671cbcf
because it breaks the RTE
Change-Id: Icf9d3ce1f21b49473... - 10:32 Revision 5f270a16: [TASK] Simplify TypoScript Info Module
- The Info/Modify module currently handles the saving of
some fields on its own. Use the FormEngine for the
fields titl... - 00:03 Revision 1f37ffa7: [CLEANUP] Remove obsolete isLoaded(workspaces) in ext:workspaces
- A check for isLoaded('workspaces') in ext:workspaces is obsolete
since the class can only be used if the extension is...
2014-11-12
- 22:53 Revision a1ffc7da: [TASK] Move classAliasMaps into compatibility6 extension part 4
- This is the sysext:dbal class alias part
Change-Id: I3ab4681527f7f2bbaf1a0b9d314c06057927c2cc
Resolves: #62847
Relat... - 21:17 Revision b008e63a: [BUGFIX] RTE: Change to tab menu div id breaks RTE load in IRRE element
- Problem: -DIV suffix to id's of tab div's was removed. This breaks RTE load in
IRRE and other nested elements.
Soluti... - 21:08 Revision 0f1a9aa3: [BUGFIX] Fix broken form wizard with MSIE
- When "Behavior / Confirmation page" checkbox is checked in a
form content, MSIE fails to show the fields in right pan... - 21:08 Revision f74d3d0e: [BUGFIX] Fix broken form wizard with MSIE
- When "Behavior / Confirmation page" checkbox is checked in a
form content, MSIE fails to show the fields in right pan... - 20:21 Revision 043a0608: [TASK] Change flashmessages.js for new FlashMessage styling
- Extended previous patch to use correct class names for the message
containers.
Resolves: #62605
Releases: master
Cha... - 20:20 Revision bc90a4c3: [!!!][TASK] Remove setting config.uniqueLinkVars
- The setting *config.uniqueLinkVars* is removed as the
behaviour is now always used.
Resolves: #62888
Releases: maste... - 20:19 Revision 1570ca14: [TASK] Move User module to Topbar > User menu
- Move User Tools to Topbar underneath User icon.
Resolves: #62891
Releases: master
Change-Id: I7f470949e7bf20759157b2... - 19:06 Revision f0713ee1: [BUGFIX][FOLLOWUP] Make ClickMenu calls use new API
- Special use cases where inline
onclick handlers were used are now
replaced by the proper handling of the new API.
Th... - 18:31 Revision 3ef599f5: [BUGFIX] Add "Media" in CSS Bootstrap
- Bootstrap is used in About Modules.
Resolves: #62791
Releases: master
Change-Id: Icebe4095367a0e14d7fbef40a74fe5fecc... - 18:06 Revision 84fe98df: [TASK] RTE: Rename "acronym" plugin and button to "abbreviation"
- The acronym tag being deprecated, the RTE "acronym" plugin and button
are renamed to "abbreviation".
Releases: maste... - 18:05 Revision 76f9a4f3: [TASK] Optimize Reports-Module Follow-Up
- * Remove old collapse
Resolves: #62668
Releases: master
Change-Id: I8504d93613467e97234f7ff44722f587f221ac3e
Reviewe... - 15:55 Revision aa1f956a: [BUFIX] Fix fatal error in TypoScriptTemplateInformationModuleFunctionController
- The commit of #62709 removed a } wich is needed.
Resolves: #62887
Releases: master
Change-Id: I2ff2cfff53c2f91f71a0a... - 15:48 Revision d446b164: [FOLLOWUP][BUGFIX] Use bootstrap JS as include instead of AMD
- Bootstrap JS is included as AMD module,
thus breaking things like Extension Manager
which was coded in an uncool way,... - 15:31 Revision 4919b3b4: [TASK] Rewrite clickmenu JS with jQuery
- The JS functionality of the ClickMenu
was previously based on PrototypeJS
which is now replaced by a jQuery
RequireJS... - 15:19 Revision 134cae7e: [TASK] Bring back t3lib_extMgm class alias
- t3lib_extMgm::extPath() is used in ext_autoload.php of lots of third
party extensions. Removing this alias lets the c... - 13:55 Revision 1899bb30: [CLEANUP] Add @internal to all ViewHelpers except EXT:fluid
- To make it more clear that a ViewHelper outside EXT:fluid is only for
internal usage. All other ViewHelpers marked wi... - 13:23 Revision 795fe5e5: [FEATURE] Load twbs JS and jquery on every BE request
- In order to streamline the JavaScript
code and the usage of Twitter Bootstrap
in TYPO3, jQuery and JS of Bootstrap
ar... - 11:13 Revision c362ba52: [TASK] Replace DynTabMenu with jQuery/RequireJS plugin
- The DynTabMenu code can be abstracted and
cleaned - done via RequireJS + jQuery.
A completely new jQuery plugin is w... - 08:31 Revision 9cd694ad: [TASK] Move classAliasMaps into compatibility6 extension part 3
- This is the sysext:css_styled_content class alias part
Change-Id: I891b3717b34858498d2394c385709326c5816558
Resolves... - 08:26 Revision e6211c89: [!!!][TASK] Remove link.action vh from ext:documentation
- Remove the doc:link.action view helper in favor of f:be.buttons.icon.
Resolves: #62859
Releases: master
Change-Id: I...
2014-11-11
- 23:31 Revision aeb0e3f8: [BUGFIX] Make other framesets in BE work again
- Similar to ElementBrowser, the other
parts where <frameset> is used don't
work right now. This needs to be fixed.
Re... - 10:01 Revision 8eaa441f: [CLEANUP] Follow up: Rename dividers2tabs rst file
- dividers2tabs was removed with #62833. The ReST manual file is titled
"Deprecation", but the content says "Breaking".... - 01:02 Revision 7c87bc2a: [TASK] RTE: Update some references to core documentation
- Releases: master
Resolves: #62843
Change-Id: Ieb5b71993f009ca4c7fa2c9626a2d651ebde3bdd
Reviewed-on: http://review.typ...
2014-11-10
- 23:19 Revision 09d6d41b: [CLEANUP Fix some typos
- Resolves: #62841
Releases: master
Change-Id: I5476fc51e7244ac1752b1c927f57fdcf8a6b7a38
Reviewed-on: http://review.typ... - 21:51 Revision 2eb3cca7: [BUGFIX] Add label for the description of scheduler group record
- Add the description also to the xlf file.
Resolves: #62839
Releases: master, 6.2
Change-Id: I238616eb0e8d8720dba1934... - 21:49 Revision acdeaa16: [BUGFIX] Bring datetime picker time fields back in IE10+
- Change-Id: If6245a85a819ece6ab6125e65c6d3ee7d11b693f
Resolves: #61173
Releases: master, 6.2
Reviewed-on: http://revie... - 21:41 Revision fecf0854: [BUGFIX] Add label for the description of scheduler group record
- Add the description also to the xlf file.
Resolves: #62839
Releases: master, 6.2
Change-Id: I238616eb0e8d8720dba1934... - 21:30 Revision bbc65899: [BUGFIX] Fix filename of documentation file FileTypeSoftwareRemoved
- Resolves: #62840
Releases: master
Change-Id: Icc5f76d3ced8351ac64f5f5ef7cc06c655293968
Reviewed-on: http://review.typ... - 21:21 Revision 5643bb4b: [CLEANUP] Reomve calls to ExtensionManagementUtility::isLoaded(cms)
- The sysext cms is always loaded, no need for extra checks
Resolves: #62838
Releases: master
Change-Id: I7812b015516d... - 19:27 Revision 0551d35c: [BUGFIX] Wrong hint in deprecation log for usage of feInterface
- Any extension may set parameter $addTofeInterface to 1 in the
corresponding ext_tables.php file.
Assumption that onl... - 19:25 Revision 3d9e04d6: [BUGFIX] Wrong hint in deprecation log for usage of feInterface
- Any extension may set parameter $addTofeInterface to 1 in the
corresponding ext_tables.php file.
Assumption that onl... - 19:16 Revision 5d6c9811: [CLEANUP] Remove dividers2tabs functionality
- The default for any installation and the whole
core is to use dividers2tabs enabled by default.
Disabling "dividers2... - 18:43 Revision a7a068d8: [CLEANUP] Cleanup EXT:info
- Just a few simple cleanups
Resolves: #62796
Releases: master
Change-Id: I291de0badc614399f29b3599976ff869f868197d
Re... - 18:34 Revision 5d4cfef9: [BUGFIX] Make element browser work again
- Due to the cleanup of the DocumentTemplate
html variants, the Element Browser did not
work as a <body> tag is now ren... - 18:32 Revision 5482f3ba: [TASK] Revoke deprecation of makeRedirectUrl()
- Method GeneralUtility::makeRedirectUrl() was deprecated with #62794.
The patch intended to deprecate some old mail ha... - 18:14 Revision 310e750e: [TASK] Optimize Reports-Module
- * Remove icons from header
Resolves: #62668
Releases: master
Change-Id: I762a7b827720bc596737decfef2e6fa789592a84
Re... - 15:22 Revision 6d6418f5: Revert "[TASK] Add verbose output to report mail for failed tests"
- This introduces a new feature, so it cannot go into a released version
This reverts commit 58621d4f2ae14404b24276354... - 14:46 Revision 842af649: [TASK] Render Core changelog as a standard manual
- Releases: master
Resolves: #62822
Change-Id: I786d0e5eaa04aa986417721dd0265b7633fb0ca1
Reviewed-on: http://review.typ... - 14:46 Revision 47010b08: [TASK] Remove locallang.php handling from Configuration
- The locallang.php handling was deprecated
with the introduction of xlf files in TYPO3 CMS 4.6.
However, it is still ... - 11:30 Revision d2429a8b: [TASK] Correct @deprecation of isLastPartOfString()
- The @deprecation annotation of StringUtility::isLastPartOfString says:
@deprecated since 7.0, use beginsWith() inste... - 05:41 Revision 3dd40e69: [TASK] RTE: Remove unused template file
- File templates/rtehtmlarea_pageheader_frontend.html is not used since
this change: https://review.typo3.org/#/c/15413... - 04:34 Revision 2f323a9c: [BUGFIX] RTE: Multi-line lists in default PageTS configs cause problems
- Problem: For the sake of clarity, some of the RTE default PageTS
configurations specify lists as multi-line values. I... - 04:05 Revision a5087cf6: [BUGFIX] RTE: Multi-line lists in default PageTS configs cause problems
- Problem: For the sake of clarity, some of the RTE default PageTS
configurations specify lists as multi-line values. I... - 00:25 Revision 8f818519: [TASK] RTE: Move JS method getNodeByPosition
- Move JavaScript method getNodeByPosition from HTMLArea.Editor to
HTMLArea.DOM.Node where it belongs.
Releases: maste...
2014-11-09
- 20:08 Revision 6fbbf736: [TASK] Remove StyleGenerationHook in t3skin
- This hook is called inside t3skin and not used anymore because
styling is now done in a better way.
Also classes like... - 16:52 Revision 8b8bd2ec: [TASK] Simplify rendering in EXT:scheduler
- Don't use the DocumentTemplate class to render a simple table.
Changes are:
* Simplify the rendering of the availab... - 16:26 Revision c5af4994: [BUGFIX] Bring back missing expand/collapse icons
- Resolves: #62681
Releases: master
Change-Id: Id077a00a83f11e2693c7a3da8bc284662dabc436
Reviewed-on: http://review.typ... - 15:34 Revision 146142c5: [TASK] Deprecate old mail related methods in GeneralUtility
- Some mail related methods in GeneralUtility are obsolete and
unused in core and can be deprecated now.
Change-Id: Ie... - 15:25 Revision 54558a96: [CLEANUP] Remove unused JS for pinging loginrefreshed
- There are still some leftover calls to save information
when the page was loaded at the latest. The whole
top.busy ob... - 14:47 Revision 515a6880: [TASK] Remove last bits of config.notification_*
- Some TypoScript parameter were used in the old mail
handling and are now obsolete after latest deprecation
removals. ... - 14:31 Revision 5445e25f: [FEATURE] Typolink ViewHelper
- Add a view helper that parses the good old typolink string
syntax created by link wizards and rte.
Change-Id: Ie220b... - 14:22 Revision 0ff01a9c: [TASK] Remove "no RDCT"-workaround in fe_users Forgot-Password mail
- As the used method sendNotifyEmail doesnt substitute URLs
with \TYPO3\CMS\Core\Utility\GeneralUtility::substUrlsInPla... - 09:34 Revision fd2d7673: [FEATURE] Restyle and reorder lowlevel>Configuration
- Restructure search form. Implement Styles.css and remove
inline CSS. Remove cropping of lines. Equalize array tree.
... - 05:46 Revision ba3a2676: [BUGFIX] RTE: JS exception regarding property disableStyleOnOptionLabel
- Problem: BlockStyle plugin checks for property
this.pageTSconfiguration.disableStyleOnOptionLabel without checking
fi... - 05:40 Revision a78edef6: [BUGFIX] RTE: JS exception regarding property disableStyleOnOptionLabel
- Problem: BlockStyle plugin checks for property
this.pageTSconfiguration.disableStyleOnOptionLabel without checking
fi... - 04:52 Revision 725f7a03: [BUGFIX] RTE.default.buttons.blockstyle not configurable
- Problem: Data from the TextStyle combobox,derived from the textstyle
configuration, appears in the BlockStyle combobo... - 01:43 Revision 28148d93: [BUGFIX] RTE.default.buttons.blockstyle not configurable
- Problem: Data from the TextStyle combobox,derived form the textstyle
configuration, appears in the BlockStyle combobo... - 01:28 Revision 2ec47a87: [CLEANUP] Streamline code in UpgradeWizard
- * Correct naming of Updates (old name UpgradeWizards) and variables
* Use makeInstance instead of getUserObj
* Correc... - 01:20 Revision 87f7d420: [BUGFIX] Reports status listing table
- Follow-up for Reports module test listing. Listing is a table.
Related: #62668
Related: #62614
Releases: master
Chan... - 01:15 Revision 6c1e6e60: [BUGFIX] Linkvalidator: Improve tolerance on HEAD-request error
- Force second URL-request if first response had an HTTP-status-code
which indicates a client-error (4xx) or a server-e... - 00:24 Revision e166f6fa: [CLEANUP] Add phpDoc to properties in ext:filelist
- Resolves: #62758
Releases: master
Change-Id: I7ce07e74d8e65f77d535a0505c2175ee249cff81
Reviewed-on: http://review.typ...
2014-11-08
- 23:43 Revision 05513375: [BUGFIX] Follow-up to #62705: Fix fatal and unit test fail
- Regressions from merge 627b30f3be8b9fde5ca72ccfa7bfdb2e285a0dd1
* A missing adaption after use flag change leads to ... - 22:55 Revision 88b5e80a: [CLEANUP] Cleanup EXT:recycler
- This patch solves normal cleanup tasks:
* Correcting phpDoc
* Adding missing phpDocs
* Using short classnames
* Remo... - 22:39 Revision 627b30f3: [CLEANUP] Cleanup ext:core/Configuration
- * Use one use-statement per class
* Format phpDoc correctly
Resolves: #62705
Releases: master
Change-Id: If199c6962e... - 22:38 Revision f958159d: [CLEANUP] Cleanup ext:core/Database
- * Add phpDoc to properties
* Add phpDoc to functions
Resolves: #62706
Releases: master
Change-Id: Id836e7a6e61105027... - 22:36 Revision cd9a6e9d: [CLEANUP] Cleanup ext:core
- * Add phpDoc to properties
* Add phpDoc to functions
* Shorten class names where possible
Resolves: #62707
Releases:... - 19:34 Revision dbde3aa8: [BUG] RTE: backend layout of dialogues is broken
- Releases: master
Resolves: #62789
Change-Id: I80b519ab85b7f18befdc451ce9558fccf68656cc
Reviewed-on: http://review.typ... - 19:22 Revision 55d1a652: [BUGFIX] Page module Quickedit: wizards are broken
- When using Quickedit mode of Page module, the header link and the RTE
wizards are broken.
Backpath is added twice to ... - 19:08 Revision d9fbb178: [BUG] RTE: Default skin is broken
- The default skin is broken in various ways.
Releases: master
Resolves: #62787
Change-Id: Ia13af7babf09de68a27e804334... - 19:03 Revision 4325dcdb: [TASK] Cleanup Lowlevel DatabaseIntegrityView
- The function menu is calculated twice, one occurence is
removed. Furthermore, the two userTS options disableTopMenu
a... - 18:43 Revision fa1b9c2a: [TASK] Move Perm next to BeUsers
- As a first step to merge User and Access modules move
Perm down to "System" next to backend user admin.
Resolves: #6... - 17:26 Revision 57c9ba91: [TASK] RTE: Cleanup configuration of acronym table
- Releases: master
Resolves: #62785
Change-Id: If85ac80d6ef210313555caf5674a1a5fe8439b38
Reviewed-on: http://review.typ... - 17:19 Revision 35686bdf: [BUGFIX] Bring datetime picker time fields back in IE10+
- Change-Id: If6245a85a819ece6ab6125e65c6d3ee7d11b693f
Resolves: #61173
Releases: master, 6.2
Reviewed-on: http://revie... - 17:03 Revision f025dac3: [CLEANUP] Cleanup phpDoc and namespace usage in ext:frontend/ContentObject
- Resolves: #62769
Releases: master
Change-Id: If5b0cde8d9d393b498230d3ee87a0f0bddaf9bb2
Reviewed-on: http://review.typ... - 16:41 Revision ff36a94b: [CLEANUP] Cleanup backend toolbar item registration
- * Remove side effects from class file
* Move registration script to Resources/PHP folder
Resolves: #62775
Related: #... - 16:20 Revision 6b29f6cc: [TASK] Exclude unsupported Bootstrap from t3skin
- Exlude CSS that is not supported yet. Not supported because
not styled and customized.
No support yet for
Breadcrumb... - 16:00 Revision e43d0a17: [CLEANUP] Add phpDoc to properties in several extensions
- * func
* func_wizards
* lang
* lowlevel
* opendocs
* openid
* recordlist
Resolves: #62772
Releases: master
Change-Id... - 15:50 Revision 5527cc7b: [CLEANUP] Cleanup phpDoc in ext:frontend
- Resolves: #62771
Releases: master
Change-Id: I6f79bd66765dc5fef0ac331d79855cb9ea3d8a39
Reviewed-on: http://review.typ... - 15:46 Revision ecf9cf5e: [CLEANUP] Add phpDoc to properties in several extensions
- * recycler
* reports
* rsaauth
* saltedpasswords
* sv
* taskcenter
* tstemplate
Resolves: #62774
Releases: master
Ch... - 15:37 Revision 627fec32: [TASK] Move css and JavaScript files in sys_action
- Resolves: #62776
Releases: master
Change-Id: I4b21314c15953fa3c4f2a819cdb06fe771211f29
Reviewed-on: http://review.typ... - 15:34 Revision 36560611: [TASK] Add hhvm to travis
- Running the test suite with hhvm shows some code smells and
actual issues the core with this interpreter. While unit ...
2014-11-07
- 18:33 Revision 67e9d19f: [TASK] RTE: Move style sheets and images to Resources directory
- Releases: master
Resolves: #62768
Change-Id: I6948bb97d156e47ab16f130a54785f55e7e6daac
Reviewed-on: http://review.typ...
2014-11-06
- 23:49 Revision 9b9bd944: [TASK] RTE: Move hooks and softref config to Configuration directory
- Releases: master
Resolves: #62759
Change-Id: I198a7ad5a131dc96c0dc4d669125061097867f5d
Reviewed-on: http://review.typ... - 21:28 Revision 0126a7cc: [TASK] RTE: Move default MicroData schema to Resources directory
- Releases: master
Resolves: #62753
Change-Id: Iaa9bfc48a571d0fc6a0974981703c75fc3976620
Reviewed-on: http://review.typ... - 20:52 Revision 27c70de3: [TASK] RTE: Move default content css to Resources directory
- Releases: master
Resolves: #62751
Change-Id: Ic363948a411ba8a0bf4a63391b97909b237229e3
Reviewed-on: http://review.typ... - 19:19 Revision 93e600e1: [TASK] RTE: Move page/user TSconfig files to Configuration directory
- Releases: master
Resolves: #62748
Change-Id: I35cc1e76a92a7ae863e017e1d7877385be9ee7e6
Reviewed-on: http://review.typ... - 17:24 Revision 20d861f8: [TASK] RTE: Move JavaScript files to Resources directory
- Releases: master
Resolves: #62733
Change-Id: I2387e316f110312488c32045d0f3e92e0f9cb7a5
Reviewed-on: http://review.typ... - 13:22 Revision 9a8c9bf5: [BUGFIX] Extension installer: Handle multiple blanks
- The parser of the ext_tables.sql file removes double blanks
from the input line - but only once. So if there are mult... - 12:21 Revision a15f39f3: [BUGFIX] Extension installer: Handle multiple blanks
- The parser of the ext_tables.sql file removes double blanks
from the input line - but only once. So if there are mult... - 10:28 Revision c66b70d7: [!!!][CLEANUP] Remove deprecated code in multiple sysexts
- Does not touch extbase and fluid.
Resolves: #62670
Releases: master
Change-Id: I853fd1814b7ea5853cdf75abf16be238a27a... - 09:33 Revision f30b4dde: [!!!][TASK] Remove alternateBgColors option
- Resolves: #53658
Releases: master
Change-Id: If36c17741d8f3a9a07f7cc8ad2f3289164b8b195
Reviewed-on: http://review.typ... - 07:28 Revision b8d2eed9: [TASK] RTE: Move modules to Modules directory
- Move the RTE wizards to Modules directory and cleanup configuration and
class structure.
Releases: master
Resolves: ...
2014-11-05
- 22:50 Revision aa82d458: [TASK] Remove usage of the keyword global
- Resolves: #47207
Releases: master
Change-Id: I953d05d478ae03626c235553ce8fe56ec13eb4f9
Reviewed-on: http://review.typ... - 22:47 Revision 9882c09d: [CLEANUP] CharsetConverter code cleanup
- * Correct phpDoc
* Use strict comparison where possible
Resolves: #62703
Releases: master
Change-Id: Iea29cdb9593a17... - 22:08 Revision 2411be28: [CLEANUP] Code cleanup in ext:core/Collection
- * Use short class name where possible
* Correct curly bracket at end of defining the interface
* Create getDatabaseCo... - 21:10 Revision 36900f71: Remove attribute data-htmlarea-file-table from RTE
- Images in RTE are now Processed Files. As a result
it makes little sense to store the table name of a File
since "sys... - 19:48 Revision d321fefe: [FEATURE] Add dependencies between classes in RTE
- To comply with complex CSS frameworks like Twitter Bootstrap, we need
to add multiple classes on the same element. Th... - 19:47 Revision 3d741a78: [BUGFIX] RTE: Inconsistent delete behaviour
- In Firefox, depending on how we delete something in RTE, we get
different results.
This change makes the results cons... - 19:47 Revision a68d66e7: [BUGFIX] RTE: Inconsistent delete behaviour
- In Firefox, depending on how we delete something in RTE, we get
different results.
This change makes the results cons... - 16:24 Revision ea485fbe: [BUGFIX] Quickedit mode: RTE has no user CSS
- A similar issue arises with configured microdata schema.
This is a follow-up to change https://review.typo3.org/#/c/3... - 15:43 Revision 9cb2ca22: [BUGFIX] Quickedit mode: RTE has no user CSS
- A similar issue arises with configured microdata schema.
This is a follow-up to change https://review.typo3.org/#/c/3... - 13:08 Revision 1c721244: [TASK] Replace clearcache spinner with FA icon
- Currently, the spinning wheel displayed after clearing the cache is a
graphic larger than the used font. This caused ... - 05:09 Revision 173eef23: [BUGFIX] RTE toolbar layout broken
- Toolbar elements do not wrap correctly.
Releases: master
Resolves: #62710
Change-Id: Iefba035219c46baf3b481547d990c8... - 01:30 Revision b0357fc9: [BUGFIX] ADOdb: Set charset properly
- Using ADOdb, the charset might not be set properly, since every
database driver needs to define their own "SetCharSet... - 01:29 Revision f02a7625: [BUGFIX] ADOdb: Set charset properly
- Using ADOdb, the charset might not be set properly, since every
database driver needs to define their own "SetCharSet...
2014-11-04
- 19:05 Revision 6c31734e: [TASK] Use a new icon for sorting inline records
- Adopt the order icon to fit the others.
The changed icon can e.g. be found in content element type "media",
section ... - 18:49 Revision a43630bf: [!!!][CLEANUP] Remove deprecated code in sysext backend
- This patch does not touch the $include_once magic of BE modules.
Resolves: #59659
Releases: master
Change-Id: I8721b... - 18:35 Revision db2edcc7: [CLEANUP] Code Cleanup EXT:aboutmodules
- Refactor the code to go green in PHPStorm.
Main tasks:
* Initialize variables
* Centralize objects in $GLOBALS
Resol... - 15:32 Revision a64eb7cb: [CLEANUP] Remove wrapBorder table in FormEngine
- Remove hard-coded additional wrapper table
around FormEngine elements.
Styling will be handled differently in the fu... - 05:16 Revision df600c69: [BUGFIX] RTE wraps p tags around ol/ul in chrome and opera
- This is a follow-up to change https://review.typo3.org/#/c/33655/
Resolves: #62559
Resolves: #59559
Resolves: #52470... - 04:57 Revision b65517bf: [BUGFIX] RTE wraps p tags around ol/ul in chrome and opera
- This mis a follow-up to change https://review.typo3.org/#/c/33655/
Resolves: #62559
Resolves: #59559
Resolves: #5247... - 00:56 Revision 9489eef6: [CLEANUP] Code Cleanup of AbstractPlugin
- AbstractPlugin serves as a base for non-extbase plugins.
In order to allow for a notice free environment and no code ...
2014-11-03
- 23:56 Revision 8b944786: [TASK] Message usage in reports module and extensionmanager
- Refactoring the reports module a bit to no longer use status
message HTML for rendering since this is a misuse.
Simi... - 23:56 Revision 9f1a302c: [CLEANUP] Add phpDoc to properties in ext:backend
- Fixes some minor things on the go.
Resolves: #62669
Releases: master
Change-Id: Ida96d56d5f81ac3f1050958aa8ed821613a... - 23:48 Revision 83bfcdcb: [TASK] Use a new icon for sorting inline records
- Adopt the order icon to fit the others.
Resolves: #62661
Releases: master
Change-Id: I1f34fb7eb808e9da0d9c5ba8177da9... - 23:16 Revision 3252a22c: [CLEANUP] Use correct casting syntax
- Resolves: #62664
Releases: master
Change-Id: Ib8e0695fc234ab67a2f73a65737e07cf9a2d19c6
Reviewed-on: http://review.typ... - 23:02 Revision fdcabab3: [CLEANUP] Remove scheduler option for extended description
- There is an always activated option
to show a description for tasks on hover.
This option is removed, the feature is... - 22:36 Revision 2f5251ad: [TASK] Use ajax.php for clickmenu
- The clickmenu still used its own alt_clickmenu.php
entry point until now which is not needed anymore
with ajax.php.
... - 19:03 Revision 2772c881: [BUGFIX] RTE: In IE, the pasting pad sometimes shows an error page
- In IE, the pasting pad for plain text pasting sometimes shows an
error page.
Apparently, a timing issue.
Releases: m... - 19:02 Revision c51733a6: [BUGFIX] RTE: In IE, the pasting pad sometimes shows an error page
- In IE, the pasting pad for plain text pasting sometimes shows an
error page.
Apparently, a timing issue.
Releases: m... - 18:59 Revision 622926a2: [BUGFIX] Additional Identity Properties not set on mapping error
- When binding Fluid forms to nested objects, Fluid automatically adds
hidden fields with the identifiers of all affect... - 17:59 Revision f8bc9be9: [TASK] RTE: Cleanup references to AllowClipboardHelper for Mozilla
- Support for allowClipboard policy has been removed from Firefox since
version 29. This is a follow-up to change
https... - 17:48 Revision afbad533: [TASK] RTE: Cleanup references to AllowClipboardHelper for Mozilla
- Support for allowClipboard policy has been removed from Firefox
since version 29.
This is a follow-up to change https... - 16:46 Revision 5bfdbadc: [CLEANUP] Cleanup EXT:rsaauth
- EXT:rsaauth has several minor flaws codewise that make
PHPStorms inspection go wild:
* Clean up direct usage of $GLOB... - 16:03 Revision 921ef485: [TASK] RTE: Use own user agent identification
- Replace ExjJs outdated user agent identification.
Releases: master
Resolves: #62630
Change-Id: Ib057fd1ea2c2fc78b0bf... - 16:00 Revision 58621d4f: [TASK] Add verbose output to report mail for failed tests
- Adds the failed tests messages to the mail.
Change-Id: I104b7ad98b2ce1ab8014a0751f7adc8c72ad6ca2
Resolves: #58786
Re... - 16:00 Revision 6e969de7: [TASK] Add verbose output to report mail for failed tests
- Adds the failed tests messages to the mail.
Change-Id: I104b7ad98b2ce1ab8014a0751f7adc8c72ad6ca2
Resolves: #58786
Re... - 15:59 Revision 2dd84dd2: [!!!][TASK] Do not clear caches after extension config change
- This change removes the cache flush after extension configuration changes.
Furthermore we avoid duplicate cache flush... - 14:25 Revision b3419b68: [TASK] RTE: Remove directories pi1, pi2 and pi3
- Remove directories pi1, pi2 and pi3 and adapt configuration of spell
checker, frontend RTE and click enlarge features... - 14:00 Revision 79ba8820: [BUGFIX] Ensure PHP 5.2 compatibility in php-openid
- The backport #62357 introduced a regression with PHP 5.2,
which still is officially supported by TYPO3 CMS 4.5
Adapt... - 10:38 Revision af1c6b5a: [CLEANUP] Correct phpDoc of FrontendLoginController->getDisplayText Function
- The parameter $stdWrapArray is definied as string in the phpDoc
annotation @param. Corrected this to array
Resolves:... - 10:38 Revision 81e3c007: [CLEANUP] Correct phpDoc of FrontendLoginController->getDisplayText Function
- The parameter $stdWrapArray is definied as string in the phpDoc
annotation @param. Corrected this to array
Resolves:... - 10:23 Revision fac9754c: [TASK] Remove unused variable from FeatureManager->getBestMatchingConfigurationForAllFeatures
- Removed the variable $featureName as it is never used.
Resolves: #62637
Releases: master
Change-Id: I5125d59d4acdf5a... - 03:53 Revision 4b97eddf: [CLEANUP] Add phpDoc to properties in ext:backend/Controller classes
- Resolves: #62634
Releases: master
Change-Id: Iece95781c1c0b1d50364f308d1aabb1ac0f0ec85
Reviewed-on: http://review.typ...
2014-11-02
- 22:38 Revision be5dce41: [CLEANUP] Rename IconUtility slot class
- Additionally clean some things up:
* remove unnecessary static property
* make property private
* avoid notices
Rel... - 22:04 Revision 18d8e1d0: [!!!][TASK] Remove deprecated code from sysext core
- This patch does not touch:
* UpgradeWizard things => #62402
* curl proxy options in DefaultConfiguration
* Backend... - 20:48 Revision b8edc674: [BUGFIX] Fix links of shortcuts to restricted pages in menus
- Fix missing links in menus when shortcuts point to access restricted
pages or shortcuts themselves are restricted.
T... - 20:42 Revision 1fc8ffbf: [BUGFIX] Fix links of shortcuts to restricted pages in menus
- Fix missing links in menus when shortcuts point to access restricted
pages or shortcuts themselves are restricted.
T... - 20:27 Revision a120ba4b: [TASK] Move classAliasMaps into compatibility6 extension part 2
- This is the sysext:core class alias part
Resolves: #62611
Related: #62013
Releases: master
Change-Id: Iaa38059249423... - 19:43 Revision 807615ae: [TASK] Change flashmessages.js for new FlashMessage styling
- Resolves: #62605
Releases: master
Change-Id: I896bb14d39ac5f0fd32c511084b23fc3e2ba71af
Reviewed-on: http://review.typ... - 18:28 Revision 2149bd51: [CLEANUP] Add phpDoc to properties in BackendController
- Removes a unused property as well.
Resolves: #62627
Releases: master
Change-Id: I6ba4e7345b83dbf2aa66361f08dd27ad871... - 17:21 Revision 9a58ba1d: [CLEANUP] Add phpDoc to properties in SetupModuleController
- Resolves: #62626
Releases: master
Change-Id: Ieead09b3f3fd9e3437d84a47f55176d2199e9b69
Reviewed-on: http://review.typ... - 14:19 Revision 1019c8d6: [TASK] RTE: Avoid use of Ext.isEmpty
- Streamline code.
Releases: master
Resolves: #62619
Change-Id: I4218c0ae03289d71cba2c40547d0bc4f7a71868b
Reviewed-on:... - 11:37 Revision d995e87b: [!!!][TASK] Remove SU mode "change to" in EXT:beuser
- This patch removes the ability to switch to a user permanently.
The user now always gets an "exit" button offered to ... - 11:28 Revision 4d96664f: [TASK] Use "int" or "bool" in @var notation
- Use "int" or "bool" in @var notation instead of
"interger" or "boolean".
Resolves: #62571
Releases: master
Change-Id...
2014-11-01
- 22:49 Revision b66ff8c0: [TASK] Remove old updates for upgrade wizard
- This patch removes all upgrade wizard updates before version 7.
The old [wizardDone] LocalConfiguration entries are r... - 22:09 Revision 7c3b83f8: [BUGFIX] Fix script URLs for traditional modules
- The introduction of CSRF protection for backend modules
introduced a regression for traditional modules.
Previously ... - 21:50 Revision b79cccd4: [TASK] RTE: Avoid use of Ext.isString and Ext.isFunction
- Avoid useless overhead.
Releases: master
Resolves:#62617
Change-Id: Ibb722b405d8c95335f655c78faa05fe3be8a4ea6
Review... - 21:48 Revision 737613db: [BUGFIX] Fix script URLs for traditional modules
- The introduction of CSRF protection for backend modules
introduced a regression for traditional modules.
Previously ... - 21:35 Revision 83a23e34: [BUGFIX] Bring back select field button's functionality
- Fix the missing CSS classes for the up/down/remove buttons of select
fields in FormEngine.
Resolves: #62591
Releases... - 19:50 Revision ea531a0b: [BUGFIX] Register the exception handler early in bootstrap
- Currently registering the exception handler is done
after extensions are loaded to allow extensions to
modify configu... - 18:14 Revision b3cb7984: [TASK] Avoid use of Ext.isDefined
- Avoid useless overhead.
Releases: master
Resolves: #62609
Change-Id: I6b2f2805945d0e6a04b3617807f952cd30d8ede8
Revie... - 16:04 Revision 8653ca5a: [BUGFIX] RTE: In Chrome RTE inserts weird span tags
- Remove the span tags inserted by Chrome or Opera on execution of native
execCommand. The attributes of these span tag... - 16:04 Revision f8dab631: [BUGFIX] RTE: In Chrome RTE inserts weird span tags
- Remove the span tags inserted by Chrome or Opera on execution of native
execCommand. The attributes of these span tag... - 16:03 Revision fa86241d: [BUGFIX] RTE wraps p tags around ol/ul in chrome and opera
- Releases: master, 6.2
Resolves: #62559
Change-Id: Ib9c0576e82424065e875a73edfa91795c71e841e
Reviewed-on: http://revie... - 16:03 Revision cc502d6a: [BUGFIX] RTE wraps p tags around ol/ul in chrome and opera
- Releases: master, 6.2
Resolves: #62559
Change-Id: Ib9c0576e82424065e875a73edfa91795c71e841e
Reviewed-on: http://revie... - 16:02 Revision 4fb4e691: [BUGFIX] RTE: Quickedit mode - RTE has no user CSS
- Fix wrong absolute path calculation.
Releases: master, 6.2
Resolves: #56408
Change-Id: Ia96197f0dcf81bb8b52b511c75ae... - 16:02 Revision 1ae80948: [BUGFIX] RTE: Quickedit mode - RTE has no user CSS
- Fix wrong absolute path calculation.
Releases: master, 6.2
Resolves: #56408
Change-Id: Ia96197f0dcf81bb8b52b511c75ae... - 15:35 Revision 109329ec: [TASK] Change docComment of FlashMessageViewHelper
- Change the docComment of FlashMessageViewHelper to match the new output
Resolves: #62603
Releases: master
Change-Id:... - 15:00 Revision 5e681e8c: [BUGFIX] DBAL message for EM uses old flasmessage styling classes
- Resolves: #62600
Releases: master
Change-Id: I494232aa223de15df076699af8af6dfcfe66f5a8
Reviewed-on: http://review.typ... - 14:56 Revision 961c2c7a: [BUGFIX] Unresolved dependencies uses old flashmessage styling
- The message when there are unresolved dependencies uses the old
flashmessage styling classes. Use the new classes.
R... - 14:17 Revision 4ecdc890: [BUGFIX] Security status for saltedpasswords broken
- Due to the new flashmessage styling the checks done for
saltedpasswords don't work anymore. Change the checks to the
... - 11:37 Revision 2f925954: [TASK] Make code PHP 5.3 compatible again for now
- The content exception handler change introduced PHP 5.5 only
code parts. Revert these parts until we have a final
dec... - 11:09 Revision 5a622f3f: [FEATURE] Rebrush FlashMessage / state colors
- Rebrushes the FlashMessage layout and output. Better
contrast of box and text. Prominent links. Lighter boxes.
Resol... - 11:06 Revision e787e43b: [FEATURE] Allow row highlight in table.t3-table
- <table class="t3-table"> is the TYPO3 standard class. Allows
success / danger / warning / info and active on table ro... - 00:38 Revision 12d24f22: [FEATURE] styleguide: Table .t3-table cell markup
- 00:33 Revision af95e6cb: [TASK] styleguide: FlashMessage status row
2014-10-31
- 10:02 Revision 6bbb0d98: [BUGFIX] Fix PHP warning with date function in FormEngine
- The timestamp handed to the date function must be of type int
otherwise a warning is issued. Cast the value to int be... - 10:00 Revision 16e2f1d1: [BUGFIX] Fix PHP warning with date function in FormEngine
- The timestamp handed to the date function must be of type int
otherwise a warning is issued. Cast the value to int be... - 09:10 Revision f56c52f1: [BUGFIX] Too many tags by identifier in CacheBackends
- This patch is a backport of 3d93017022a8ef03842d75f2d7bd3912365c95be.
Applies to Apc/Memcached backends.
After an a... - 00:03 Revision c43f0029: [BUGFIX] Fix column layout for New Content Element wizard
- If adding new content elements in Web>List with the CE wizard,
you get the old column layout & titles even if you hav...
2014-10-30
- 23:44 Revision 9cd9cb04: [BUGFIX] Add proper URL check to TemplateService::getFileName()
- This fixes the broken test introduced with #51781
Resolves: #62575
Releases: 6.2
Change-Id: I92541fbf2744399a1385ccc... - 22:08 Revision f452e91e: [BUGFIX] Fix column layout for New Content Element wizard
- If adding new content elements in Web>List with the CE wizard,
you get the old column layout & titles even if you hav... - 21:30 Revision 140ae243: [BUGFIX] IMAGE content object accepts directories
- Adds checks for file existence to avoid returning directory
paths instead of path to file.
Resolves: #51781
Releases... - 21:25 Revision c6eb7676: [TASK] Add unit test for short data type support in ReflectionService
- Resolves: #62547
Releases: master
Change-Id: Idada794755d8e40f702d0d9ada5a8b8b5719bf4c
Reviewed-on: http://review.typ... - 21:25 Revision f6ebab8b: [TASK] Use Bootstrap 3.3.x in t3skin
- Use twbs Bootstrap 3.3 release for t3skin.
Notes: https://github.com/twbs/bootstrap/releases/tag/v3.3.0
Resolves: #6... - 21:20 Revision 27a224bb: [BUGFIX] IMAGE content object accepts directories
- Adds checks for file existence to avoid returning directory
paths instead of path to file.
Resolves: #51781
Releases... - 00:42 Revision de7dbde7: [BUGFIX] Add check if $fileObject is a correct instance
- In some cases the $fileObject is null and getName() is called on
a null object which results in a fatal error.
This ... - 00:41 Revision a7b0e383: [BUGFIX] Add check if $fileObject is a correct instance
- In some cases the $fileObject is null and getName() is called on
a null object which results in a fatal error.
This ... - 00:29 Revision 1fb57fc0: [BUGFIX] ReflectionService must recognize short data types
- Since the Core uses and embraces the usage of short data type names
like "bool" or "int", internal type checks must e...
2014-10-29
- 19:35 Revision e1ef2c63: [FEATURE] Add possibility to catch exception during rendering
- Currently exceptions throw when rendering single
content objects bubble up to the default exception
handler and break... - 13:53 Revision ea22cdf1: [BUGFIX] Fix active page calculation in indexed_search
- Because of introducing a strict comparion in #60346, the active page is
not highlighted anymore as a float and an int... - 13:35 Revision 62cff46f: [BUGFIX] Fix active page calculation in indexed_search
- Because of introducing a strict comparion in #60346, the active page is
not highlighted anymore as a float and an int... - 01:03 Revision 87078d5b: [BUGFIX] Fix suggest wizard for new CE in flexforms
- When having a suggest wizard inside a flexform on a
new content element edit form, we have the problem that
we can't ... - 00:59 Revision 7f0c6c30: [BUGFIX] Remove wrong escaping of email sender
- Remove a wrong escaping method from sysext form which causes email
problems.
Resolves: #60437
Releases: master, 6.2
... - 00:58 Revision 80adb509: [BUGFIX] Remove wrong escaping of email sender
- Remove a wrong escaping method from sysext form which causes email
problems.
Resolves: #60437
Releases: master, 6.2
... - 00:47 Revision 212e7b4a: [CLEANUP] BackendUtility
- Fix various code issues like missing return values, wrong phpdoc, unused
variables, etc.
Resolves: #62414
Releases: ...
2014-10-28
- 16:43 Revision 2204ebd2: [TASK] Cleanup phpDoc to match CGL
- * Use bool in @return
* Use int in @return
* Use bool in @param
* Use int in @param
* Remove extra tabs and spaces in... - 16:40 Revision e981c9b2: [CLEANUP] Remove unnecessary fully qualified names
- Remove unnecessary fully qualified names from Utility classes.
Resolves: #62505
Releases: master
Change-Id: I3d4af98... - 00:40 Revision bce1b68e: [BUGFIX] Broken icon on lowlevel > DB Check
- Resolves: #61443
Releases: master
Change-Id: I2a524b3b066712a614534acb14eaef28c4fce86e
Reviewed-on: http://review.typ... - 00:11 Revision 3cd222a2: [BUGFIX] Let save and preview button behave as user initiated
- Browsers started to distinguish how opening a new window
from JavaScript happens. They track "user initiated"
opening... - 00:10 Revision ae1bdc3f: [BUGFIX] Let save and preview button behave as user initiated
- Browsers started to distinguish how opening a new window
from JavaScript happens. They track "user initiated"
opening...
2014-10-27
- 22:41 Revision fe5fd613: [TASK] Use HTML5 input type "email" in user settings
- The field "email" should use the input type "email".
Resolves: #62504
Releases: master
Change-Id: I1f443eac86508dd91... - 21:06 Revision 126e2672: [TASK] Add icon for collapsed table in list module
- The icon for collapsed table must be also styled with a
font awesome icon as the expand icon.
Resolves: #62439
Relea... - 20:53 Revision 2ce44f27: [BUGFIX] Fix suggest wizard for new CE in flexforms
- When having a suggest wizard inside a flexform on a
new content element edit form, we have the problem that
we can't ... - 20:32 Revision 02c85f5c: [BUGFIX] Declare statically called method static
- InlineElement::updateInlineView() is only used once throughout the core
and called statically, although the method is... - 20:27 Revision fc9666b2: [BUGFIX] Declare statically called method static
- InlineElement::updateInlineView() is only used once throughout the core
and called statically, although the method is... - 20:00 Revision 3c744026: [BUGFIX] Only reload pagetree if pages are changed
- When using the click menu to hide, unhide or delete
a record, previously the page tree was refreshed,
although those ... - 19:50 Revision 4fac3bf5: [BUGFIX] Only reload pagetree if pages are changed
- When using the click menu to hide, unhide or delete
a record, previously the page tree was refreshed,
although those ... - 16:08 Revision eea2facc: [BUGFIX] RTE: Documentation of enableWordClean is wrong
- The HTMLparser properties must be defined under subproperty HTMLparser
of enableWordClean and not directly under prop... - 16:07 Revision 14cea0f3: [BUGFIX] RTE: Documentation of enableWordClean is wrong
- The HTMLparser properties must be defined under subproperty HTMLparser
of enableWordClean and not directly under prop... - 15:30 Revision cbeb3392: [BUGFIX] FormEngine paddings, margins, colors, borders
- Fixes several layout issues with the FormEngine form:
Adds space between checkbox+label.
Forms element browser link ... - 15:06 Revision 298f0cc0: [FEATURE] Video player in backend (i) window
- Allow video and audio playback in the backend (i) element
information window.
Uses the new introduced RenderingRegis... - 14:46 Revision f058cf74: [FEATURE] Refactor toolbar / topbar HTML5 & layout
- First step for Toolbar/Topbar refactoring. This is a first step
to refactor HTML5 output - the path to gain HTML5 vie... - 14:12 Revision 5dfa45b4: [TASK] Use "int" in @param notation
- This is a follow-up patch for
https://review.typo3.org/33522/
Resolves: #62467
Releases: master
Change-Id: I19333d6e... - 13:36 Revision 6d4fdb16: [CLEANUP] Introduce getters for globals in BackendUtility
- Resolves: #62414
Releases: master
Change-Id: I5f77e85e59a014eeb86fd9ee4db839679c0eac98
Reviewed-on: http://review.typ... - 12:38 Revision 63268748: [TASK] Use "bool" in @param notation
- This patch is a follow-up patch for
https://review.typo3.org/33523/
Resolves: #62468
Releases: master
Change-Id: Ib1...
2014-10-26
- 20:19 Revision cdefaadc: [FEATURE] Put up (badge) in top bar toolbar-items
- Makes the (badge) elemente a tiny bubble in the top right
corner of the toolbar-item links.
Revoles: #62479
Releases... - 20:12 Revision 5ad7485b: [TASK] Remove table usage in "User settings" + base on Twbs
- The module "User settings" currently uses tables to style the form.
This must be changed to use a proper markup.
Add... - 19:59 Revision 86c7a58f: [BUGFIX] Fix suggest wizard for new CE in flexforms
- When having a suggest wizard inside a flexform on a
new content element edit form, we have the problem that
we can't ... - 19:48 Revision be671f76: [TASK] Sys_note: Bring headline & delete action icon
- To finalze the rebrush of sys notes a section headline is added:
The delete action can be accessed right from the not... - 18:14 Revision eafcde18: [FEATURE] Add methods to get class tag values via reflection
- This patch adds ReflectionService::getClassTagsValues($className) and
ReflectionService::getClassTagValues($className... - 17:25 Revision a4574349: [TASK] Replace old fe_users icon with new one
- Change path of fe_users icon in TCA to same as in page tree.
See Edit page > Behaviour > Contains plugin
Resolves: #... - 17:14 Revision c2951669: [TASK] Replace old fe_users icon with new one
- Change path of fe_users icon in TCA to same as in page tree.
See Edit page > Behaviour > Contains plugin
Resolves: #... - 15:43 Revision 9515f6ee: [BUGFIX] Link to ext:perm in clickmenu not working
- The link refers directly to index.php instead of mod.php.
Use BackendUtility::getModuleUrl() for the link to fix the ... - 15:42 Revision b98e6450: [BUGFIX] Link to ext:perm in clickmenu not working
- The link refers directly to index.php instead of mod.php.
Use BackendUtility::getModuleUrl() for the link to fix the ... - 00:13 Revision fba8a5a3: [!!!][TASK] Move flash message output to alerts
- Since bootstrap is available it would make sense to
use the alert classes instead of the custom implementation.
Reso...
2014-10-25
- 21:51 Revision b72815a9: [TASK] Add phpDoc in ClickMenu
- * Make real booleans
* Adds strict comparison where possible
Resolves: #62460
Releases: master
Change-Id: I5dd88eb23... - 21:48 Revision 626c3afd: [TASK] Use "int" in @param notation
- Resolves: #62467
Releases: master
Change-Id: I927a16b0fa89c5b859b56a7549548102ac04037f
Reviewed-on: http://review.typ... - 21:32 Revision e0d328aa: [TASK] Use "bool" in @param notation
- Resolves: #62468
Releases: master
Change-Id: I2790ca5817e16cfe0dc1c43151d2587ca796294a
Reviewed-on: http://review.typ... - 11:56 Revision 90fcd4a2: [BUGFIX] Fix JS error in SuggestWizard
- This is regression fix for #59701.
The ID of new Content Elements now contain a dot character.
Fix the generated JS ... - 11:55 Revision 85bfe391: [BUGFIX] Fix JS error in SuggestWizard
- This is regression fix for #59701.
The ID of new Content Elements now contain a dot character.
Fix the generated JS ...
2014-10-24
- 23:16 Revision 33aaf53c: [FEATURE] Add multiple parameter in f:form.checkbox
- This patch introduce the multiple parameter
for f:form.checkbox ViewHelper of fluid.
Resolves: #61529
Releases: mast... - 23:15 Revision ad2cfb7d: [FEATURE] Add multiple parameter in f:form.checkbox
- This patch introduce the multiple parameter
for f:form.checkbox ViewHelper of fluid.
Resolves: #61529
Releases: mast... - 22:43 Revision 81259449: [BUGFIX] Extra click menu options on second level not rendered
- The merge extra_page_cm_options was not correct. The second level
is never rendered again. Fix this by moving it into... - 22:22 Revision aea236c2: [FEATURE] Configure CSS class as non-selectable in RTE
- To filter some useless classes for authors, we can configure classes as
non-selectable in block or text style selecto... - 16:37 Revision d435d0ca: [BUGFIX] RTE: In Chrome RTE inserts weird span tags
- Remove the span tags inserted by Chrome or Opera on execution of
native execCommand. The attributes of these span tag... - 16:36 Revision d7fd9458: [BUGFIX] RTE: Multilingual classesAnchor titleText not possible
- Content language is not correctly set by RTE controller.
Releases: master, 6.2
Resolves: #62399
Change-Id: I85eb570d... - 16:35 Revision 07fb3d8a: [BUGFIX] RTE: Multilingual classesAnchor titleText not possible
- Content language is not correctly set by RTE controller.
Releases: master, 6.2
Resolves: #62399
Change-Id: I85eb570d... - 09:41 Revision 23a2a7cb: [TASK] Remove table for icons in TCA type "select"
- The TCA type "select" uses a table to render the belonging icons.
Use divs instead for the markup.
Change-Id: I9bd8f... - 00:36 Revision 0a517b0a: [BUGFIX] Fix unit tests for TaskExecutor
- Resolves: #60296
Releases: 6.1
Change-Id: Ic4b237a3589a82ef9f870221ef930e0a182e1c85
Reviewed-on: http://review.typo3.... - 00:11 Revision 75f21f06: [BUGFIX] Misaligned radio buttons
- In the TYPO3 CMS BE, radio buttons are not well aligned
with their labels. Fix it with a top margin definition.
See ... - 00:10 Revision b0eb2878: [BUGFIX] Missing and invalid warnings on referenced files
- The file list module in the backend offers the possibility to
delete files. An interesting use case is the deletion o... - 00:09 Revision a79bb23c: [BUGFIX] Missing and invalid warnings on referenced files
- The file list module in the backend offers the possibility to
delete files. An interesting use case is the deletion o...
2014-10-23
- 23:48 Revision e26961c8: [BUGFIX] Missing and invalid warnings on referenced files
- The file list module in the backend offers the possibility to
delete files. An interesting use case is the deletion o... - 23:30 Revision 618c458b: [CLEANUP] TSFE: Deprecate JSfuncCalls for body tag
- For old systems without proper JS libraries or usages like GMENU_LAYERS
TSFE provides an array to register handlers d... - 23:02 Revision 89006b65: [BUGFIX] Respect different object mapping for scheduler tasks
- Resolves: #60296
Releases: master, 6.2, 6.1
Change-Id: I7bff792b33ffecbe53ac4aee848e6ad16318a538
Reviewed-on: http://... - 23:01 Revision 92f9daf3: [BUGFIX] Respect different object mapping for scheduler tasks
- Resolves: #60296
Releases: master, 6.2, 6.1
Change-Id: I7bff792b33ffecbe53ac4aee848e6ad16318a538
Reviewed-on: http://... - 22:58 Revision e24ffe5c: [BUGFIX] Respect different object mapping for scheduler tasks
- Resolves: #60296
Releases: master, 6.2, 6.1
Change-Id: I7bff792b33ffecbe53ac4aee848e6ad16318a538
Reviewed-on: http://... - 22:47 Revision 528429b9: [BUGFIX] softrefproc typolink lacks support for separation by line feed
- Since #24121 the field content in "image_link" is separated by line
feeds instead of commas. Since then the soft refe... - 22:46 Revision 83a4e3f5: [BUGFIX] softrefproc typolink lacks support for separation by line feed
- Since #24121 the field content in "image_link" is separated by line
feeds instead of commas. Since then the soft refe... - 22:46 Revision 9de3c3a2: [TASK] Rename "Extensions" backend module
- Renames backend module Extension manager to "Extensions".
Also lowers language barriere in "Manage Extensions".
Reso... - 22:42 Revision e44019ad: [BUGFIX] ErrorHandler: Stop execution if E_RECOVERABLE_ERROR occurs
- Ensure the ErrorHandler stops script execution if an error occurs.
Resolves: #61213
Releases: master, 6.2, 6.1
Chang... - 22:39 Revision 432be3b0: [BUGFIX] ErrorHandler: Stop execution if E_RECOVERABLE_ERROR occurs
- Ensure the ErrorHandler stops script execution if an error occurs.
Resolves: #61213
Releases: master, 6.2, 6.1
Chang... - 22:34 Revision 166439a7: [BUGFIX] ErrorHandler: Stop execution if E_RECOVERABLE_ERROR occurs
- Ensure the ErrorHandler stops script execution if an error occurs.
Resolves: #61213
Releases: master, 6.2, 6.1
Chang... - 21:59 Revision d99fb24a: [BUGFIX] ClassLoader also needs to check for interfaces
- An interface might already be defined, check for existence before trying
to require it, which will cause PHP errors i... - 21:57 Revision 707a069b: [BUGFIX] ClassLoader also needs to check for interfaces
- An interface might already be defined, check for existence before trying
to require it, which will cause PHP errors i... - 21:39 Revision ebddb548: [TASK] Remove TCA definitions for pre FAL fields
- There are some overrides in the CMS extension that provide the old
TCA for the image and media fields of tt_content a... - 21:32 Revision 1c1381b6: [FEATURE] Base Buttons on Bootstrap - with compat layer
- Bring default button style and base CSS definitions on Bootstrap
buttons. Brings backward compatibility for all butto... - 18:51 Revision 13cb0de8: [TASK] Follow-up: Action icon mapping - more icons
- Map further icons from t3skin / sprite icons to FontAwesome.
Unify actions.
Resolves: #62393
Releases: master
Change... - 18:46 Revision 94fae896: [TASK] Base Web>List on new .table style
- Base Web>List on common fresh table style in CSS
class "t3-table". Can be styled centrally now.
Resolves: #62384
Rel... - 18:38 Revision 078179dc: [TASK] Remove horizontal scrollers / secondary info
- Solves problems with horizontal scrolling on small (SM)
and extra small (XS) screen within the backend.
Secondary in... - 14:48 Revision 9647bb9e: [FEATURE] Allow adding multiple CSS files in RTE
- Allow to add more than one CSS file in the RTE header.
The new syntax is like this:
RTE.default.contentCSS {
... - 02:42 Revision ded8651c: [BUGFIX] Make ContentSlide work correctly if last element is empty
- When using ContentSlide and the last content element in a column returns
an empty string, the slide continues up in t... - 02:42 Revision cf618ed3: [BUGFIX] Make ContentSlide work correctly if last element is empty
- When using ContentSlide and the last content element in a column returns
an empty string, the slide continues up in t... - 00:50 Revision 9ac03e38: [FEATURE] RTE: Deprecated JavaScript methods removed
- This change adds documentation of breaking change #62291 which
removed some deprecated JavaScript methods of the RTE.... - 00:39 Revision 28577969: [BUGFIX] RTE: In Chrome RTE inserts weird span tags
- Remove the span tags inserted by Chrome or Opera on execution of
native execCommand. The attributes of these span tag...
2014-10-22
- 23:53 Revision ef51d09c: [FEATURE] Make RTE overlay popups maximizable
- This will make the link and image popus maximizable, and the spell
checker popup as well.
Resolves: #57875
Releases:... - 21:52 Revision 6139bc0e: [TASK] RTE: Split main JS script into components
- Split the main script one class per file.
Releases: master
Resolves: #62404
Change-Id: Ide50dcae24339f7af4fbe4128b79... - 19:00 Revision a62c19e5: [BUGFIX] Ensure PHP 5.2 compatibility in makeInstance
- The backport #53682 introduced a regression with PHP 5.2,
which still is officially supported by TYPO3 CMS 4.5
Adapt... - 10:45 Revision a947db52: [TASK] Set TYPO3 version to 6.2.7-dev
- Change-Id: If7d07a856f639be00c5e15f5fbdee3096fc178dc
Reviewed-on: http://review.typo3.org/33468
Reviewed-by: TYPO3 Re... - 10:45 Revision a34edf6b: [RELEASE] Release of TYPO3 6.2.6
- Change-Id: I39f6cbca69717cc894fbd9145fb1456c8ed79ef4
Reviewed-on: http://review.typo3.org/33467
Reviewed-by: TYPO3 Re... - 10:36 Revision 70af67e1: [TASK] Set TYPO3 version to 6.1.13-dev
- Change-Id: If07dc024f313c5c276cb5cc5d3cfabc3fea61c68
Reviewed-on: http://review.typo3.org/33466
Reviewed-by: TYPO3 Re... - 10:36 Revision fc113eeb: [RELEASE] Release of TYPO3 6.1.12
- Change-Id: If1ce879e763b18ef0124317ff63b3afbeb2073a8
Reviewed-on: http://review.typo3.org/33465
Reviewed-by: TYPO3 Re... - 10:28 Revision ba522a87: [TASK] Set TYPO3 version to 4.7.21-dev
- Change-Id: I129536ec1c665f0446f5d910e00fe941d2d63236
Reviewed-on: http://review.typo3.org/33464
Reviewed-by: TYPO3 Re... - 10:28 Revision 3821b49c: [RELEASE] Release of TYPO3 4.7.20
- Change-Id: Ie1c239fcb723c4ecaa1743f6601a4f739f972bd8
Reviewed-on: http://review.typo3.org/33463
Reviewed-by: TYPO3 Re... - 10:18 Revision 4534943a: [TASK] Set TYPO3 version to 4.5.38-dev
- Change-Id: Ie90485ebcb8da9859020a18cabc19a17e504737c
Reviewed-on: http://review.typo3.org/33462
Reviewed-by: TYPO3 Re... - 10:17 Revision f4324212: [RELEASE] Release of TYPO3 4.5.37
- Change-Id: I2156d74111b5594f5bf18d8cd274877b563b73c7
Reviewed-on: http://review.typo3.org/33461
Reviewed-by: TYPO3 Re... - 10:14 Revision 9268147b: [SECURITY] Fix DoS in openid
- Upgrade openid to latest upstream version.
This includes the sec fix already.
Change-Id: I71efa194dc75846e6b2e118781... - 10:14 Revision 19fb2c51: [SECURITY] Fix DoS in openid
- Upgrade openid to latest upstream version.
This includes the sec fix already.
Change-Id: I2e31f9d15863a13ab34e4c4472... - 10:14 Revision ead183c5: [SECURITY] Fix RCE in swiftmailer
- A remote code execution vulnerability was fixed upstream
which is now also fixed in the code we deliver with TYPO3.
... - 10:14 Revision e92c1d69: [SECURITY] Fix DoS in openid
- Upgrade openid to latest upstream version.
This includes the sec fix already.
Change-Id: I861046863479d8b32067dbc3cc... - 10:14 Revision 6af37574: [SECURITY] Fix RCE in swiftmailer
- A remote code execution vulnerability was fixed upstream
which is now also fixed in the code we deliver with TYPO3.
... - 10:14 Revision ef6f5186: [SECURITY] Fix DoS in openid
- Upgrade openid to latest upstream version.
This includes the sec fix already.
Change-Id: Iff7ebf2d8ff8e6a3776af66e3e... - 10:14 Revision fb9f89d2: [SECURITY] Fix RCE in swiftmailer
- A remote code execution vulnerability was fixed upstream
which is now also fixed in the code we deliver with TYPO3.
... - 10:14 Revision 727258f2: [SECURITY] Fix DoS in openid
- Upgrade openid to latest upstream version.
This includes the sec fix already.
Change-Id: I627b56683477651db7b3bc305f... - 10:14 Revision 313c4bba: [SECURITY] Fix RCE in swiftmailer
- A remote code execution vulnerability was fixed upstream
which is now also fixed in the code we deliver with TYPO3.
... - 10:14 Revision d3222e5f: [SECURITY] Fix DoS in openid
- Upgrade openid to latest upstream version.
This includes the sec fix already.
Change-Id: I00c77ed8ab31ed21dd21914d92... - 10:14 Revision 4079e1a4: [SECURITY] Fix RCE in swiftmailer
- A remote code execution vulnerability was fixed upstream
which is now also fixed in the code we deliver with TYPO3.
... - 10:13 Revision da32b500: [SECURITY] Fix DoS in openid
- Upgrade openid to latest upstream version.
This includes the sec fix already.
Change-Id: I5bf8375ee1a71c34363d265db3... - 10:13 Revision dbdd9f22: [SECURITY] Fix RCE in swiftmailer
- A remote code execution vulnerability was fixed upstream
which is now also fixed in the code we deliver with TYPO3.
... - 09:50 Revision 75158863: [TASK] styleguide: Raise version requirement to TYPO3 7
- 09:49 Revision bd526a9e: [TASK] styleguide: Headline small inset
- 09:49 Revision 7781706f: [TASK] styleguide: Show twbs Bootstrap buttons
- 00:35 Revision 3c541b50: [BUGFIX] EM: Upload icon -> inline form
- Fixes inline loading upload form for extensions in EM.
Resolves: #62342
Releases: master
Change-Id: I6fd61b15b3aadce...
2014-10-21
- 22:33 Revision 68fb73a3: [FEATURE] Registry for adding file rendering classes
- To be able to render all kinds of media files a file renderingRegistry
is needed where you can register a "renderer" ... - 21:16 Revision e4c89f9d: [FEATURE] Refactor & recolor Modul-Menu (Bootstrap)
- Base module menu on Bootstrap less variables navbar-inverse.
First step on roadmap to a backend scaffold without ExtJ...
2014-10-20
- 22:50 Revision dec07e3c: [BUGFIX] jsfunc.inline is not fully jQuery compatible
- When working with TYPO3.jQuery you don't get the object itself,
it returns a jQuery object which contains the mention... - 21:51 Revision 42e5a3c5: [BUGFIX] DocumentTemplate TabMenu output fixed
- Output Bootstrap compatible HTML5 output for
DocumentTemplate TabMenuRaw.
Resolves: #62317
Releases: master
Change-I... - 12:07 Revision c0dd8d59: [TASK] Update version number for master to 7
- Update version number of all sysext and dependency definitions.
Resolves: #62341
Releases: master
Change-Id: Ic8b1b8...
2014-10-19
- 16:33 Revision 0c9a2560: [FEATURE] RTE: Avoid overhead of Ext.each and Ext.iterate
- Improve performance by replacing Ext.each and Ext.iterate with
standard JS for statements.
Releases: master
Resolves... - 16:05 Revision 1f540151: [TASK] styleguide: Icon 2.0
2014-10-18
- 23:31 Revision a1f4bfc9: [BUGFIX] Use correct font awesome icon for text file type
- Use the correct class "fa-file-text".
Resolves: #62322
Releases: master
Change-Id: I2ebc743aad88b3fcb91152f27f20d48c... - 01:23 Revision fae0f82f: [BUGFIX] RTE: Insert Tag dialogue may raise security error in Firefox
- Problem: If a style sheet from another domain is imported by the style
sheet configured for the RTE, a security error... - 01:23 Revision f3987391: [BUGFIX] RTE: Insert Tag dialogue may raise security error in Firefox
- Problem: If a style sheet from another domain is imported by the style
sheet configured for the RTE, a security error...
2014-10-17
- 23:01 Revision ee7f2842: [TASK] Use a new icon for sys_action toolbar
- The sysaction icon in the toolbar must also be changed to an icon
of font awesome.
Resolves: #62315
Releases: master... - 22:12 Revision 8f084617: [FEATURE] RTE: remove deprecated JavaScript methods
- Some JavaScript methods are deprecated since TYPO3 4.7.
Releases: master
Resolves: #62291
Change-Id: Ie427dc8e898233... - 22:08 Revision d9b80a62: [BUGFIX] RTE: Edit element dialogue may raise JavaScript error
- When clicking ok, some tabs may have not been rendered. Check for
presence of elements and values.
Releases: master,... - 22:07 Revision bb0cfc60: [BUGFIX] RTE: Edit element dialogue may raise JavaScript error
- When clicking ok, some tabs may have not been rendered. Check for
presence of elements and values.
Releases: master,... - 18:47 Revision 4e2d3c2a: [BUGFIX] Visual regressions and unifications in Backend
- Unifies tables in documentation, web>info page info + language,
scheduler edit and typoscript object browser.
Also d... - 18:02 Revision 87f60fbe: [BUGFIX] RTE: Remove cut, copy and paste buttons in Firefox
- Support for allowClipboard policy has been dropped by Firefox 29.
Therefore, remove cut, copy and paste buttons from ... - 18:02 Revision c0d63536: [BUGFIX] RTE: Remove cut, copy and paste buttons in Firefox
- Support for allowClipboard policy has been dropped by Firefox 29.
Therefore, remove cut, copy and paste buttons from ... - 15:12 Revision f7d84a14: [TASK] Base backend login on Twitter Bootstrap
- * Change HTML & CSS by using twb
* Cleanup the Controller, e.g remove backend_old setting
Gorgeous brand new login s...
Also available in: Atom