Project

General

Profile

Activity

From 2014-09-18 to 2014-10-17

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...
Georg Ringer
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...
Stanislas Rolland
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,...
Stanislas Rolland
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,...
Stanislas Rolland
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...
Felix Kopp
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 ...
Stanislas Rolland
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 ...
Stanislas Rolland
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...
Ingo Pfennigstorf

2014-10-16

22:44 Revision 41382dfd: [BUGFIX] Handle utf8 strings in TitleCaseFilter
Use proper charset aware string conversion API to handle
the value given to the TitleCaseFilter.
Resolves: #62279
Re...
Graeme Worthy
22:43 Revision a56a0b64: [BUGFIX] Handle utf8 strings in TitleCaseFilter
Use proper charset aware string conversion API to handle
the value given to the TitleCaseFilter.
Resolves: #62279
Re...
Graeme Worthy
12:40 Revision a07d6043: [TASK] Adjust Travis to new requirements for version 7
Drop the testing for PHP versions below 5.5
Resolves: #61969
Releases: master
Change-Id: I393a463e0ed1648b58c05c1691...
Markus Klein
11:58 Revision e6daad92: [TASK] Refactor t3skin / re-work HTML / move to extension
Specific CSS styles that are only needed is a single place should
be held in that specific place also. Moves CSS styl...
Felix Kopp
10:28 Revision 1b9dc380: [TASK] Move classAliasMaps into compatibility6 extension part 1
Change-Id: I5845baff737e739599cf29847981f56f5cf866e3
Resolves: #62026
Relates: #62013
Releases: master
Reviewed-on: h...
Anja Leichsenring
10:26 Revision 38e34cf3: [BUGFIX] Fix unit tests for TypeConverter classes
The patch Ia4ec3a6c6f5bc6c07717a4956ab12e3e779c3c5a didn't adjust the
unit tests. This fix adds the missing mocks.
R...
Markus Klein
10:25 Revision 03cb9701: [BUGFIX] Fix unit tests for TypeConverter classes
The patch Ia4ec3a6c6f5bc6c07717a4956ab12e3e779c3c5a didn't adjust the
unit tests. This fix adds the missing mocks.
R...
Markus Klein

2014-10-15

23:24 Revision c566d953: [FEATURE] Monochrome action icons (FontAwesome)
Slot for IconUtility to hook into sprite icon generation.
Delivers monochrome action icons.
"Action icons start acti...
Felix Kopp
23:19 Revision 2d0eb56b: [BUGFIX] Property of alternative model implementation not found
The PersistentObjectConverter is mapping submitted data to a
given target domain model. If a class gets overloaded wi...
Oliver Hader
23:19 Revision 094cc0c1: [BUGFIX] Property of alternative model implementation not found
The PersistentObjectConverter is mapping submitted data to a
given target domain model. If a class gets overloaded wi...
Oliver Hader
23:17 Revision fa817a7e: [BUGFIX] Add more entropy to uniqid
uniqid() generates values based on current time,
subsequent calls may return the same value on a fast machine.
On Wi...
Tymoteusz Motylewski
22:40 Revision 4ebc5a4b: [TASK] styleguide: Supported icons / IconUtility
Felix Kopp
22:15 Revision 53ba0801: [BUGFIX] Fix Web>Page language view CE header
Fixed Content Element height for Content Element records
in Language view.
Resolves: #62260
Releases: master
Change-...
Felix Kopp
21:39 Revision 15c77eaf: [TASK] Rework Module-Menu CSS/Less
Overwork Module-Menu CSS without visual changes.
Resolves: #62161
Releases: master
Change-Id: I8670548c7192d33755058...
Felix Kopp
19:36 Revision 87eaea0b: [BUGFIX] Show correct number of inline records defined in flexform
getRelatedRecordsArray() is expecting comma separated list of record ids
Before this patch the full flexform xml was ...
Daniel Alder
19:24 Revision 5ee67bca: [BUGFIX] Show correct number of inline records defined in flexform
getRelatedRecordsArray() is expecting comma separated list of record ids
Before this patch the full flexform xml was ...
Daniel Alder
12:27 Revision fb5445ec: [BUGFIX] Allow lower case for drive letters on Windows in CLI scripts
Resolves: #61749
Releases: master, 6.2, 6.1
Change-Id: I88a3489311e8f94669876ddbe59589f68cd5708e
Reviewed-on: http://...
Alexander Bohndorf
12:26 Revision 38921060: [BUGFIX] Allow lower case for drive letters on Windows in CLI scripts
Resolves: #61749
Releases: master, 6.2, 6.1
Change-Id: I88a3489311e8f94669876ddbe59589f68cd5708e
Reviewed-on: http://...
Alexander Bohndorf
12:25 Revision 2b9bd407: [BUGFIX] Allow lower case for drive letters on Windows in CLI scripts
Resolves: #61749
Releases: master, 6.2, 6.1
Change-Id: I88a3489311e8f94669876ddbe59589f68cd5708e
Reviewed-on: http://...
Alexander Bohndorf
12:24 Revision e350e867: [FEATURE] A new eval option in TCA: email
Add a new eval option called 'email' to validate e-mail addresses.
If validation fails, a flash error message will be...
Olle Haerstedt

2014-10-14

23:15 Revision 5c8081ad: [TASK] Optimize speed for instantiating class with arguments
PHP reflection has quite an overhead in performance.
Use a switch construct like in Flow instead to
instantiate class...
Helmut Hummel
01:07 Revision e2a52253: [TASK] Improve readability of TextElement code
FormEngine type="text" in class TextElements gets some
code beautification to improve readability.
Resolves: #62040
...
Wouter Wolters

2014-10-13

23:54 Revision 01712231: [BUGFIX] Add trim to modificators in TS-Parser
It is documented that modificators are trimmed in
TypoScriptParser. But since #54856 they aren't trimmed anymore.
Tha...
Stefan Froemken
23:53 Revision 2773fdaf: [BUGFIX] Add trim to modificators in TS-Parser
It is documented that modificators are trimmed in
TypoScriptParser. But since #54856 they aren't trimmed anymore.
Tha...
Stefan Froemken
23:30 Revision e74260e2: [TASK] Move MysqlFulltextIndexHook to EXT:indexed_search_mysql
The hook MysqlFulltextIndexHook should be moved from indexed_search to
indexed_search_mysql because it is only used i...
Georg Ringer
22:19 Revision df25f582: [TASK] Sort BE usergroup records in module "Backend Users"
Add a default ordering for the backend usergroup records
which makes it easier to find a specific group.
Change-Id: ...
Georg Ringer
22:17 Revision c3029365: [TASK] Sort BE usergroup records in module "Backend Users"
Add a default ordering for the backend usergroup records
which makes it easier to find a specific group.
Resolves: #...
Georg Ringer
19:49 Revision e0919fc9: [TASK] styleguide: Forms: Added TODO for broken JS to inline_3
Christian Kuhn
19:47 Revision 037c7ba6: [TASK] styleguide: Forms: Add inline_3 "useCombination" scenario
Christian Kuhn
16:53 Revision 3ed43b07: [TASK] styleguide: Forms: Change some namings and add some user functions
Christian Kuhn
16:26 Revision 069825e0: [TASK] Remove the "@todo define visibility" in ext:core
The "@todo Define visibility" is not very helpful because:
* Nobody knows what breaks if changing the visibility
*...
Wouter Wolters
16:25 Revision c47215ff: [TASK] Remove the "@todo define visibility" in ext:rtehtmlarea
The "@todo Define visibility" is not very helpful because:
* Nobody knows what breaks if changing the visibility
*...
Wouter Wolters
16:21 Revision e802a980: [TASK] styleguide: Forms: Add inline to tt_content in flex_3
Christian Kuhn
16:19 Revision 0d37d5b6: [TASK] Remove the "@todo define visibility" in various extensions
The "@todo Define visibility" is not very helpful because:
* Nobody knows what breaks if changing the visibility
*...
Wouter Wolters
16:03 Revision a5de5e73: [TASK] styleguide: Forms: Add FAL field to inline_2 child
Christian Kuhn
15:53 Revision 78c9926f: [TASK] styleguide: Forms: Add inline 1:n foreign field
Christian Kuhn
14:51 Revision eb1dfd6f: [TASK] styleguide: Forms: Add typical FAL inline field
Christian Kuhn
12:48 Revision 13da155d: [BUGFIX] Fix missing new record button with enabled useCombination
Also add it if a record selector is shown.
Resolves: #60370
Related: #57488
Releases: master, 6.2
Change-Id: If4f345...
Marc Bastian Heinrichs
12:47 Revision 50cff6c9: [BUGFIX] Fix missing new record button with enabled useCombination
Also add it if a record selector is shown.
Resolves: #60370
Related: #57488
Releases: master, 6.2
Change-Id: If4f345...
Marc Bastian Heinrichs
11:37 Revision 7024ca84: [TASK] styleguide: Forms: Add RTE sheet, add section sheet
Christian Kuhn
09:13 Revision 4ad396da: [TASK] Label "Online Users" label in EXT: beusers label
Change label from "Active Sessions" to "Online Users"
in backend user administration module.
Also fixes bug in HTML ...
Felix Kopp
07:53 Revision acf681f7: [TASK] Remove the "@todo define visibility" in ext:indexed_search
The "@todo Define visibility" is not very helpful because:
* Nobody knows what breaks if changing the visibility
*...
Wouter Wolters
07:52 Revision da4f6807: [FEATURE] Backend skin: Fresh table style
Ease the table layout and embrace striped zebra style.
Remove borders - soften the header.
Resolves: #62159
Releases...
Felix Kopp

2014-10-12

21:24 Revision 9731aa94: [TASK] Improve options for "Simulate backend user"
The option uses the syntax "username (real name)",
however the () are even added if no full name is available.
As a ...
Georg Ringer
20:46 Revision 3c67ea97: [TASK] Remove the "@todo define visibility" in ext:backend
The "@todo Define visibility" is not very helpful because:
* Nobody knows what breaks if changing the visibility
*...
Wouter Wolters
12:36 Revision 543c7109: Update README.md
TOC updated Felix Kopp
01:47 Revision 94f3b556: [TASK] Remove the "@todo define visibility" in ext:frontend
The "@todo Define visibility" is not very helpful because:
* Nobody knows what breaks if changing the visibility
*...
Wouter Wolters

2014-10-11

20:45 Revision 529feb69: [BUGFIX] Show empty icon in checkbox'ed select field
When a select field has config option renderMode=checkbox, icons
are rendered between checkbox and the label. If no i...
Axel Kummer
17:27 Revision edce391a: [BUGFIX] Wrong usage of count on SimpleXMLElement
SimpleXMLElement comes with its own count implementation,
so no need to call count() on that Element.
Further I have ...
Stefan Froemken
17:27 Revision bf338a6d: [BUGFIX] Wrong usage of count on SimpleXMLElement
SimpleXMLElement comes with its own count implementation,
so no need to call count() on that Element.
Further I have ...
Stefan Froemken
17:23 Revision f371f1dc: [TASK] Remove the "@todo define visibility"
The "@todo Define visibility" is not very helpful because:
* Nobody knows what breaks if changing the visibility
*...
Georg Ringer
14:58 Revision d978d51b: [BUGFIX] Ensure argument is an array in ContentObjectRenderer
This patch ensures that at least an empty array is passed to the
array_replace_recursive function to avoid warnings d...
Kay Strobach
14:57 Revision 0d8a8853: [BUGFIX] Ensure argument is an array in ContentObjectRenderer
This patch ensures that at least an empty array is passed to the
array_replace_recursive function to avoid warnings d...
Kay Strobach

2014-10-10

14:50 Revision f0bab193: [BUGFIX] Show empty icon in checkbox'ed select field
When a select field has config option renderMode=checkbox, icons
are rendered between checkbox and the label. If no i...
Axel Kummer
13:50 Revision 9fa81a86: [BUGFIX] Fix typo in ChecboxElement
When calling the deprected method getSingleField_typeCheck
a wrong class name is called.
It has to be CheckboxElement...
Stefan Froemken
12:01 Revision 8f647046: [BUGFIX] Static access to Enumeration constants
To get all available constants for a TYPO3\CMS\Core\Type\Enumeration
an instance of the Enumeration is required. This...
Sascha Egerer
12:01 Revision b15537d2: [BUGFIX] Static access to Enumeration constants
To get all available constants for a TYPO3\CMS\Core\Type\Enumeration
an instance of the Enumeration is required. This...
Sascha Egerer
11:56 Revision a29faf91: [TASK] Improve namings of RadioElement
Resolves: #62034
Releases: master
Change-Id: I894923e9b84109b3b3badff3e94662a41e84d6d0
Reviewed-on: http://review.typ...
Wouter Wolters
04:15 Revision 30ad7f3a: [FEATURE] RTE: Cleanup in SpellCheckingController
Add comments. Clearer Aspell command construction.
Releases: master
Resolves: #62138
Change-Id: Ib553d782bc2602c5354...
Stanislas Rolland
03:57 Revision b3a05e61: [BUGFIX] RTE Spellcheck: PHP warning in SpellCheckingController
PHP warning in raised in
SpellCheckingController::fixPersonalDictionaryCharacterSet.
If the file does not exist, ther...
Stanislas Rolland
03:57 Revision 767aa0f7: [BUGFIX] RTE Spellcheck: PHP warning in SpellCheckingController
PHP warning in raised in
SpellCheckingController::fixPersonalDictionaryCharacterSet.
If the file does not exist, ther...
Stanislas Rolland

2014-10-09

22:02 Revision 76e60adf: [BUGFIX] Possible race condition when creating directory
During various actions in the backend which require a cache directory
in typo3temp/ a race condition can occur while ...
Bernhard Kraft
22:01 Revision 2e7e5f30: [BUGFIX] Possible race condition when creating directory
During various actions in the backend which require a cache directory
in typo3temp/ a race condition can occur while ...
Bernhard Kraft
20:11 Revision ed93aff5: [TASK] styleguide: Forms: Add standard element types on flexform sheet 1
Christian Kuhn
16:28 Revision f9789dd1: [BUGFIX] RTE Spellcheck:default ISO code dictionary should be lowercase
When no default dictionary is configured for the ISO code of the
language of current content, the ISO code itself is ...
Stanislas Rolland
16:28 Revision f6d66f21: [BUGFIX] RTE Spellcheck:default ISO code dictionary should be lowercase
When no default dictionary is configured for the ISO code of the
language of current content, the ISO code itself is ...
Stanislas Rolland
07:57 Revision 5eb934a5: [BUGFIX] RTE Spellcheck dialogue not correctly displayed
The RTE Spellcheck dialogue is not correctly displayed: the suggestions
and dictionaries fieldsets are never displaye...
Stanislas Rolland
07:57 Revision 4e8ede79: [BUGFIX] RTE Spellcheck dialogue not correctly displayed
The RTE Spellcheck dialogue is not correctly displayed: the suggestions
and dictionaries fieldsets are never displaye...
Stanislas Rolland
05:04 Revision 354d41c4: [BUGFIX] RTE Spellcheck dialogue opens with excessive height
By default, the RTE Spellcheck dialogue opens with excessive height
in Firefox.
Releases: master, 6.2
Resolves: #621...
Stanislas Rolland
05:03 Revision a920538e: [BUGFIX] RTE Spellcheck dialogue opens with excessive height
By default, the RTE Spellcheck dialogue opens with excessive height
in Firefox.
Releases: master, 6.2
Resolves: #621...
Stanislas Rolland

2014-10-08

23:58 Revision 669fd39c: [BUGFIX] RTE references non-existent xml files
References should be to xlf files.
Releases: master, 6.2
Resolves: #62112
Change-Id: I670e0f7f8af422d710c85c76f87b25...
Stanislas Rolland
23:57 Revision a56a1367: [BUGFIX] RTE references non-existent xml files
References should be to xlf files.
Releases: master, 6.2
Resolves: #62112
Change-Id: I670e0f7f8af422d710c85c76f87b25...
Stanislas Rolland
23:41 Revision bc192b34: [BUGFIX] Do not use invalid TSConfig in linkvalidator
To display the linkvalidator error messages for linkhandler link types,
the name of the linked table is read from the...
Alexander Stehlik
23:40 Revision 53dd6441: [BUGFIX] Do not use invalid TSConfig in linkvalidator
To display the linkvalidator error messages for linkhandler link types,
the name of the linked table is read from the...
Alexander Stehlik
23:40 Revision 4abc93d0: [BUGFIX] Fix PHP warning with CTYPE=media
Check for array type before checking the variable with isset().
If the variable is a string the isset() will cause a ...
Goran Medakovic
23:38 Revision 357c5dcb: [BUGFIX] Fix PHP warning with CTYPE=media
Check for array type before checking the variable with isset().
If the variable is a string the isset() will cause a ...
Goran Medakovic
22:52 Revision dc58e23a: [BUGFIX] RTE Language extension refers to non-existent method
RTE Language extension refers to non-existent method
tx_staticinfotables_div::getCurrentLanguage in Static Info Table...
Stanislas Rolland
22:49 Revision 5059981b: [BUGFIX] RTE Language extension refers to non-existent method
RTE Language extension refers to non-existent method
tx_staticinfotables_div::getCurrentLanguage in Static Info Table...
Stanislas Rolland
22:34 Revision 6171a4b4: [TASK] Deprecate unused/non-unified DocumentTemplate code
There are certain parts in DocumentTemplate - one of the main rendering
classes for the Backend - that are not in use...
Benni Mack
20:21 Revision 1b0e6567: [TASK] styleguide: Forms: Add basic type=flex test
Christian Kuhn
18:27 Revision b3eb84a6: [TASK] styleguide: Forms: Add type=user test
Christian Kuhn
10:33 Revision ec880a17: [BUGFIX] Show correct tooltip for page type "Mount Point"
The tooltip of pages of the type "Mount Point" lacks the information
about the linked page because the needed fields ...
Georg Ringer
10:16 Revision 3812fd80: [BUGFIX] Show correct tooltip for page type "Mount Point"
The tooltip of pages of the type "Mount Point" lacks the information
about the linked page because the needed fields ...
Georg Ringer

2014-10-07

23:53 Revision 3b6de8a3: [FEATURE] Template Path fallback for Fluid Standalone View
TemplateView received the feature of template path fallback
configuration with issue #39868.
The same is missing for ...
Anja Leichsenring
23:47 Revision 8b17e1c4: [!!!][TASK] Execute remap handling of nested children earlier
If dealing with nested parent-child-structures, it happens that
the proper UID of a record (either parent or child) h...
Oliver Hader
23:43 Revision 8ef0e3d5: [BUGFIX] Fluid tries to render folders as templates partials and layouts
The file_exists checks in TemplateView and StandaloneView are true for
folders. This leads to unrendered partials wit...
Krzysztof Adamczyk
23:37 Revision 32ac1bb0: [BUGFIX] Fluid tries to render folders as templates partials and layouts
The file_exists checks in TemplateView and StandaloneView are true for
folders. This leads to unrendered partials wit...
Krzysztof Adamczyk
23:37 Revision f8abcef3: [BUGFIX] Fluid tries to render folders as templates partials and layouts
The file_exists checks in TemplateView and StandaloneView are true for
folders. This leads to unrendered partials wit...
Krzysztof Adamczyk
22:00 Revision 48f40c58: [BUGFIX] Wrong spelled file name for breaking change 61863
Resolves: #62090
Related: #61863
Releases: master
Change-Id: I9ab912a4fff64a4a5d3a4fa8aee59dc67a0d667b
Reviewed-on: h...
Wouter Wolters
20:15 Revision 8d3c6a50: [TASK] Cleanup of Template module
* Remove rendering with tables in "Template Analyzer"
* Remove button "Set Conditions" in "TypoScript Object Browser"...
Georg Ringer
20:14 Revision 7adbf2fc: [BUGFIX] Remove empty values in pageOverlayFields
$GLOBALS['TYPO3_CONF_VARS']['FE']['pageOverlayFields'] might contain
empty values. Remove those.
Resolves: #62068
Re...
Nils Blattner
20:14 Revision b2d699fb: [BUGFIX] Remove empty values in pageOverlayFields
$GLOBALS['TYPO3_CONF_VARS']['FE']['pageOverlayFields'] might contain
empty values. Remove those.
Resolves: #62068
Re...
Nils Blattner
19:32 Revision a7a35e26: [BUGFIX] Provide correct FormEngine instance to userFunc
Use the FormEngine while calling the UserFunction inside the UserElement
as this was expected before splitting the el...
Alexander Opitz
16:26 Revision 475dc0ba: [BUGFIX] Readd frame setting to image configuration
The setting "frame" is missing in the processing information in
image handling.
Change-Id: I24410d28daa8017995cc9b35...
Manfred Rutschmann
16:25 Revision 96a349c6: [BUGFIX] Readd frame setting to image configuration
The setting "frame" is missing in the processing information in
image handling.
Change-Id: I24410d28daa8017995cc9b35...
Manfred Rutschmann
14:05 Revision 0a578709: [BUGFIX] Make FAL work in the flexform field having dot in the name
Fixes regression introduced in I6599c3ce7eea493e2bfaa29312775bf1659ded69
During the change from prototype to jQuery f...
Tymoteusz Motylewski
09:04 Revision 4aaf75b3: [BUGFIX] Rendering classes for InputElement results in broken HTML
In this patch a missing logDeprecatedFunction is also added.
Resolves: #62066
Releases: master
Change-Id: I0432b7e10...
Wouter Wolters
05:11 Revision 95d992b0: [BUGFIX] Correct path to font awesome fonts
The path needs to be corrected.
Resolves: #62065
Releases: master
Change-Id: I22b9b3384faba114438375ad3826bb96eb613d...
Georg Ringer

2014-10-06

22:07 Revision 6d2b1700: [BUGFIX] Buttongroup for icons in toolbar not floated to the left
Fix a left over for removing styles which were missed in #61890
Resolves: #62064
Releases: master
Change-Id: I8121e9...
Wouter Wolters
20:21 Revision 90b5a503: [CLEANUP] Always use HSC in TS labels in BE
The ExtendedTemplateService class contains
a switch "ext_noSpecialCharsOnLabels" which
is never used in the core. It ...
Benni Mack
14:42 Revision 4e1d3d2e: [TASK] Remove styling code in FormEngine/TCA
FormEngine uses a combination
of classes and styles, which is very
complicated and not usable. A new way
of handling ...
Benni Mack
09:12 Revision c1d756a3: [FEATURE] Refactor EXT: t3skin CSS to Less & variables
Make use of Less hierarchy and constraints. Dissolves "visual" and
"structure" folders in order to use Less variables...
Felix Kopp

2014-10-05

22:03 Revision d3cd7ff9: [TASK] Remove TBE_STYLES mainColors from PHP
TYPO3 uses $TBE_STYLES to define certain
variables like background colors in PHP that
can be overridden with extensio...
Benni Mack
17:44 Revision 2663a65b: [TASK] Base DynTab on Bootstrap and re-color
Base the DynTab tabs on <ul> and Bootstrap nav-tab. Also
base the tab colors on Bootstrap variables and remove colors...
Felix Kopp

2014-10-04

15:34 Revision 88a2c5bf: [CLEANUP] Remove unused code from old backend
Prior to TYPO3 CMS 4.5 there were still some
variables which are not used anymore since then.
The menuReset() functi...
Benni Mack

2014-10-03

21:50 Revision 0c5363bc: [TASK] Improve namings of CheckboxElement
Use better namings for variables in CheckboxElement.
Count of selectedItems is done multiple times.
Better is to do ...
Wouter Wolters
14:27 Revision c6547dda: [TASK] styleguide: Forms: Add type=passthrough test
Christian Kuhn
14:17 Revision 58060aad: [TASK] styleguide: Forms: Add type=none tests
Christian Kuhn
14:00 Revision de24c8c9: [TASK] styleguide: Forms: Add type=group tests
Christian Kuhn
13:27 Revision 2ff400ab: [TASK] Add empty extension compatibility6
This is a placeholder extension taking deprecated functionality
into child care to prolong the adaption phase for upd...
Anja Leichsenring
13:21 Revision 7c2b667c: [TASK] CSS: Remove horizontal gray lines "uppercase"
Class "uppercase" had been used to create visual hierarchy in backend
modules. Now we have H1-H6.
Resolves: #37925
R...
Felix Kopp
11:46 Revision 25633627: [TASK] Performance improvement on indexing process
Use exec_INSERTmultipleRows instead of exec_INSERTquery for
submitting indexer results to table index_rel. This may s...
Ralf Hettinger
10:28 Revision 5ff0e2f6: [BUGFIX] BE login template: fix invalid HTML structure
In the backend login template a div tag is nested within a dl tag.
This is prohibited by the HTML specification.
This...
Eric Chavaillaz
00:22 Revision 80674b87: [TASK] Introduce AbstractFormElement for FormEngine elements
This is a follow up to #61958 which improves the code structure.
Resolves: #62011
Related: #61958
Releases: master
C...
Markus Klein

2014-10-02

23:55 Revision 5a7d1810: [TASK] styleguide: Set extension compatible with core version 7
Christian Kuhn
23:43 Revision 1772f12b: [TASK] styleguide: Forms: Add todo regarding a documentation mismatch
Christian Kuhn
23:41 Revision 20ccbb28: [TASK] styleguide: Forms: Add filter and wizards
Christian Kuhn
22:59 Revision 682e9762: [TASK] styleguide: Forms: Add tree examples for type=select
Christian Kuhn
22:42 Revision 1710b53e: [CLEANUP] styleguide: Minor TCA cleanup
Christian Kuhn
21:39 Revision 7eed8628: [BUGFIX] styleguide: Forms: Add missing db fields
Christian Kuhn
21:23 Revision c6bb90be: Merge branch 'wouter90-coding'
Christian Kuhn
21:22 Revision be353c42: Merge branch 'coding' of github.com:wouter90/TYPO3.CMS.Styleguide into wouter90-coding
Christian Kuhn
21:08 Revision cf18d8a6: [CLEANUP] styleguide: Minor TCA cleanup
Christian Kuhn
21:06 Revision 29e4b7be: [TASK] styleguide: Add some more examples for type=input
Wouter Wolters
21:00 Revision 48fa4f1c: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/6 from wouter90/master
[TASK] styleguide: Remove deprecated script configuration for wizards Christian Kuhn
20:59 Revision ea1ea42f: [TASk] Forms: Add type=select tests
Christian Kuhn
20:42 Revision 2a29c823: [TASK] styleguide: Remove deprecated script configuration for wizards
Wouter Wolters
17:06 Revision 41d3bda5: [FEATURE] Allow svg files as image format for extension icons
This adds the possibility to add extension icons in svg format.
Resolves: #61185
Releases: 6.3
Change-Id: I52463b8a2...
Ingo Pfennigstorf
16:37 Revision fa73cb0b: [TASK] Move TCA renderings to designated classes
The FormEngine class is a big chunk of many methods.
As a first step, the rendering of the different TCA types
are mo...
Georg Ringer
13:06 Revision 8ce47d4a: [TASK] Split up typolink() functionality in multiple methods - Part 1
The cObj->typolink() method is one of the biggest code chunks in
the CMS core, and one of the most central ones for t...
Benni Mack
12:09 Revision effd7ea6: [TASK] Improve comment of GeneralUtility::makeInstance()
A note about the fact, that ObjectManager::get() is injecting
dependencies may be helpful.
Resolves: #61916
Releases...
most wanted
11:25 Revision 58cb0738: [TASK] styleguide: Use KauderwelschUtil for FlashMessages
Felix Kopp
11:24 Revision 97949f71: [FEATURE] styleguide: Tab style
Felix Kopp
11:24 Revision 851e1212: [FEATURE] styleguide: KauderwelschUtility
Felix Kopp
11:24 Revision d8b38c1a: [TASK] styleguide: Remove Footer navigation
Felix Kopp

2014-10-01

15:07 Revision f9f11734: [BUGFIX] Search word markup for UTF8 characters in summary
Fix usage of preg_split to use the modifier /u so that search words
are correctly split in a summary.
Resolves: #261...
Ralf Hettinger
15:07 Revision 6ad3e2b2: [BUGFIX] Search word markup for UTF8 characters in summary
Fix usage of preg_split to use the modifier /u so that search words
are correctly split in a summary.
Resolves: #261...
Ralf Hettinger
14:43 Revision 0a6142b7: [BUGFIX] Search word markup for UTF8 characters in summary
Fix usage of preg_split to use the modifier /u so that search words
are correctly split in a summary.
Resolves: #261...
Ralf Hettinger

2014-09-30

20:54 Revision 2edff0bd: [TASK] Removes useless icon used in BE login template
In the backend login template there is an old logo which
is not used anymore. We can remove it.
Resolves: #61963
Rel...
Eric Chavaillaz
17:19 Revision 5cb8ac88: [BUGFIX] Fix search mode switcher of indexed_search
A wrong backport of #51189 broke the search mode switcher link of
indexed_search.
This patch corrects the wrong backp...
Markus Klein
15:25 Revision 306677ee: [BUGFIX] BE login template: fix invalid HTML structure
In the backend login template a div tag is nested within a dl tag.
This is prohibited by the HTML specification.
This...
Eric Chavaillaz
12:09 Revision d1d016cc: [TASK] Fix functional tests for EXT:impexp
After issue #61944 has been merged, sys_file_reference.link does
not support NULL values anymore (which is fine). How...
Oliver Hader
11:59 Revision 42f1c602: [TASK] Fix functional tests for EXT:impexp
After issue #61944 has been merged, sys_file_reference.link does
not support NULL values anymore (which is fine). How...
Oliver Hader
11:57 Revision 5844814d: [BUGFIX] Fix JavaScript error that prevents links to anchor tags in RTE
This patch fixes invalid JavaScript code (adds a missing closing
bracket), that prevents BE users from creating links...
Michael Schams
11:57 Revision e9ac1705: [BUGFIX] Fix JavaScript error that prevents links to anchor tags in RTE
This patch fixes invalid JavaScript code (adds a missing closing
bracket), that prevents BE users from creating links...
Michael Schams
11:28 Revision 66d824c7: Revert "[BUGFIX] Fix JavaScript error that prevents links to anchor tags in RTE"
This reverts commit eda10cc0f2f2ddb7fa645c2f7ef6b71ea9f22b94.
The commit message of the original patch references a ...
Markus Klein
11:27 Revision 153b58b7: Revert "[BUGFIX] Fix JavaScript error that prevents links to anchor tags in RTE"
This reverts commit 9bcebec002224bbc2a0dcd38cff032a14f2e075e.
The commit message of the original patch references a ...
Markus Klein
11:07 Revision eda10cc0: [BUGFIX] Fix JavaScript error that prevents links to anchor tags in RTE
This patch fixes invalid JavaScript code (adds a missing closing
bracket), that prevents BE users from creating links...
Michael Schams
11:06 Revision 9bcebec0: [BUGFIX] Fix JavaScript error that prevents links to anchor tags in RTE
This patch fixes invalid JavaScript code (adds a missing closing
bracket), that prevents BE users from creating links...
Michael Schams
09:35 Revision bb6ce386: [DB] Increase max length of link fields
The current core supports links with the maximum length of 256 chars in
header links of tt_content elements and links...
Lars Malach
09:35 Revision 0b292771: [DB] Increase max length of link fields
The current core supports links with the maximum length of 256 chars in
header links of tt_content elements and links...
Lars Malach

2014-09-29

22:29 Revision f14763fb: [TASK] styleguide: XLIF & Layout: TCA, Trees
Felix Kopp
22:21 Revision 38533f15: [FEATURE] styleguide: Index page for TCA/Records
Felix Kopp
22:02 Revision 88ec95ca: Update README.md
Felix Kopp
17:38 Revision 1abb685b: [TASk] Forms: Add type=radio tests
Christian Kuhn
14:55 Revision e3fb7db7: [TASK] styleguide: Forms: Add type=check tests
Christian Kuhn
14:10 Revision 37914f05: [FEATURE] Usability improvements by top searchbox in list module
For a better user experience in the list module, it makes sense to display
the search box at the top and not at the b...
Frank Nägler
14:06 Revision 13cfa93d: [TASK] styleguide: Forms: Add type=text tests
Christian Kuhn
13:13 Revision 9640fdf3: [BUGFIX] Change explanatory text of SYS error reporting config variables
Unify explanatory text of the variables [SYS][errorHandlerErrors],
[SYS][exceptionalErrors], [SYS][syslogErrorReporti...
Daniel Minder
13:12 Revision 9d664097: [BUGFIX] Change explanatory text of SYS error reporting config variables
Unify explanatory text of the variables [SYS][errorHandlerErrors],
[SYS][exceptionalErrors], [SYS][syslogErrorReporti...
Daniel Minder
13:00 Revision 4ec5a5ca: [TASK] styleguide: Forms: Add wizard examples for type input
Christian Kuhn
10:19 Revision 51f9f9f9: [BUGFIX] Felogin improperly merges flexforms and TS conf
There are two options to show the forgot password link in FE:
* TypoScript: showForgotPasswordLink
* Flexforms: sho...
Markus Klein
09:33 Revision 4f5b212c: [TASK] Use input type "email" in Install-Tool
Using the type "email" for the test section is state of the art and
avoid user errors because the browser checks the ...
Georg Ringer

2014-09-28

22:46 Revision 14bb5da7: [BUGFIX] DBAL admin_query() check array before accessing it
Move the $parsedQuery array access after the is_array() check in
DatabaseConnection::admin_query() to avoid PHP warni...
Markus Klein
22:45 Revision 7a1c0a38: [BUGFIX] DBAL admin_query() check array before accessing it
Move the $parsedQuery array access after the is_array() check in
DatabaseConnection::admin_query() to avoid PHP warni...
Markus Klein
13:49 Revision 1cc0a309: [FEATURE] Followup: Introduce read-only column for file mounts
Added missing feature document for http://review.typo3.org/31096
Resolves: #59830
Releases: master
Change-Id: Id71c5...
Frans Saris

2014-09-27

14:27 Revision 9874cacc: [CLEANUP] Cleanup code of TS module overview
The file handling has been removed some versions ago but some code
has not been removed.
Resolves: #61444
Releases: ...
Georg Ringer
12:25 Revision 23d32400: [BUGFIX] indexed_search/Indexer: correct frequency mapping for 1
There was a slight glitch in indexed_search's indexer, which resulted in
a wrong frequency mapping if the ratio betwe...
Ralf Hettinger
12:24 Revision 86e40159: [BUGFIX] indexed_search/Indexer: correct frequency mapping for 1
There was a slight glitch in indexed_search's indexer, which resulted in
a wrong frequency mapping if the ratio betwe...
Ralf Hettinger
12:19 Revision 905404fd: [BUGFIX] Fix indexed_search page browsing calculation
Fix the calculation of pages shown by the indexed_search page browsers
to avoid negative page numbers or numbers exce...
Markus Klein
12:18 Revision 05c384ae: [BUGFIX] Fix indexed_search page browsing calculation
Fix the calculation of pages shown by the indexed_search page browsers
to avoid negative page numbers or numbers exce...
Markus Klein

2014-09-26

23:38 Revision 35d3022d: [BUGFIX] Remove last call to wrapLabels
Make editing of the entire TypoScript template record possible by
removing the last remaining call to FormEngine::wra...
Jigal van Hemert
23:21 Revision 1f4792fe: [!!!][TASK] Remove deprecated file type FILETYPE_SOFTWARE
Resolves: #61859
Releases: master
Change-Id: I30360e021faa8f252a11a7aad6247aedbbc175ca
Reviewed-on: http://review.typ...
Wouter Wolters

2014-09-25

21:33 Revision 598bf40a: [TASK] Remove unimplemented function in FormEngine
There is a function wrapLabels which does not do
anything for ages.
As it is empty, I suggest to remove it completely...
Benni Mack
10:29 Revision 1eb01898: [!!!][TASK] Remove deprecated connectDB from EidUtility
Resolves: #61863
Releases: master
Change-Id: Ie46706b237a350ad36a10550232c3a2b6c09e5e5
Reviewed-on: http://review.typ...
Wouter Wolters
10:27 Revision 00206f71: [!!!][TASK] Remove deprecated function int_from_ver
Resolves: #61860
Releases: master
Change-Id: I14491a32d3b85dbe3635721d6ad03c691897771a
Reviewed-on: http://review.typ...
Wouter Wolters
01:11 Revision 8ced8ba5: [TASK] Remove TypoScript option from fixture extension
The TypoScript option rewrittenPropertyMapper is not of any
use anymore and can safely be removed.
Resolves: #61864
...
Wouter Wolters

2014-09-24

22:22 Revision 98bcd9c7: [TASK] styleguide: Forms: Add a bunch of simple input fields
Christian Kuhn
22:21 Revision b6618b7d: [!!!][TASK] Remove deprecated isDisplayCondition function from FormEngine
Resolves: #61828
Releases: master
Change-Id: Id5c2d81fdff9cb6960749f93b10db1107aa8ed49
Reviewed-on: http://review.typ...
Wouter Wolters
21:25 Revision d82be58c: [TASK] Remove deprecated check in llXmlAutoFileName for typo3_src/tests
Resolves: #61862
Releases: master
Change-Id: I899916a6ee9bb0684fd91d76fca99b32a1c8f6b9
Reviewed-on: http://review.typ...
Wouter Wolters
21:14 Revision 0eca79f8: [TASK] styleguide: Add basic TCA definition of form engine test record
Christian Kuhn
20:58 Revision 63e8502e: [TASK] Change input type of search-fields from text to search
This changes the html input type for the search-fields from
"text" to the semantically correct "search".
Releases: m...
Ingo Pfennigstorf
20:27 Revision 071c4a16: [FEATURE] Add AbstractCondition for TS conditions
In order to streamline conditions and make
TypoScript conditions more flexible, an abstract class
AbstractCondition i...
Benni Mack
19:20 Revision fb861ae7: [!!!][TASK] Remove classFile option in makeInstanceService
Resolves: #61821
Releases: master
Change-Id: I5b9426f003c762f1f152545eac43c8a095e73b92
Reviewed-on: http://review.typ...
Wouter Wolters
15:40 Revision 2596e833: [!!!][TASK] Remove magic setter for $fromTC
Resolves: #61823
Releases: master
Change-Id: I5997954508ecdddb10fc286f5be40fe27cc75d6f
Reviewed-on: http://review.typ...
Wouter Wolters
14:26 Revision 37f7e7ef: [TASK] Change input type for backend search result limit to "number"
This changes the html input type for the backend search result limit
from "text" to the html5 attribute "number".
Re...
Ingo Pfennigstorf
13:05 Revision fdf05f5d: [!!!][TASK] Remove deprecated getUniqueFields function from DataHandler
Resolves: #61822
Releases: master
Change-Id: I1d150653fed952560f08a9faab719128f38f66c4
Reviewed-on: http://review.typ...
Wouter Wolters

2014-09-23

20:03 Revision 5914c2b4: [!!!][TASK] Remove deprecated PhpOptionsUtility functions
Resolves: #61820
Releases: master
Change-Id: Ib5057059f0d0da56c419b931341baae2fec891f2
Reviewed-on: http://review.typ...
Wouter Wolters
18:34 Revision a135b986: [!!!][TASK] Remove deprecated mail functionality
Resolves: #61783
Releases: master
Change-Id: Iebe604aca73cee6efc834b1e8c678cd49ce265fc
Reviewed-on: http://review.typ...
Wouter Wolters
18:33 Revision 38223649: [!!!][TASK] Remove deprecated TCA functions
Resolves: #61785
Releases: master
Change-Id: I6c03f24ec217a5d3ae7826bd5f8bbc696084b1c0
Reviewed-on: http://review.typ...
Wouter Wolters
18:12 Revision d652601f: [BUGFIX] Suhosin triggers warnings in Install Tool
When Suhosin runs in simulation mode, violations are logged
as usual, but nothing is blocked or removed from the requ...
Wouter Wolters
18:11 Revision 38fa90a1: [BUGFIX] Suhosin triggers warnings in Install Tool
When Suhosin runs in simulation mode, violations are logged
as usual, but nothing is blocked or removed from the requ...
Wouter Wolters
17:26 Revision 43568bfd: [!!!][TASK] Remove deprecated DocumentTemplate classes
* MediumDocumentTemplate
* SmallDocumentTemplate
* StandardDocumentTemplate
Resolves: #61782
Releases: master
Change...
Wouter Wolters
17:22 Revision e3f1a335: [!!!][TASK] Remove deprecated isLocalconfWritable function
Resolves: #61802
Releases: master
Change-Id: Iaa0b8a546b33b2c919987e12f684c356a9dfdf67
Reviewed-on: http://review.typ...
Wouter Wolters
16:31 Revision 103e0172: [BUGFIX] Do not check file extension on local file
If a file is uploaded and file extension deny pattern is set,
we should not test this temporary file for extension pe...
Alexander Opitz
15:11 Revision 6f30381a: [TASK] Set TYPO3 version to 6.2.6-dev
Change-Id: Ib005698d0b38bdac0d4a3d174a304058e4a55dbe
Reviewed-on: http://review.typo3.org/32940
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
15:10 Revision 3eefe725: [RELEASE] Release of TYPO3 6.2.5
Change-Id: I36118db416a33e85a4f2cc41c6a8e5e6acd9571f
Reviewed-on: http://review.typo3.org/32939
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
15:00 Revision 5bd5ce17: [TASK] Set TYPO3 version to 6.1.12-dev
Change-Id: I4730011c59c4a6ece14f8156a329ddfd9fce8a2d
Reviewed-on: http://review.typo3.org/32938
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
14:59 Revision 662c6185: [RELEASE] Release of TYPO3 6.1.11
Change-Id: Ife15dec7828169dd185d355f3abd407b6aa208f5
Reviewed-on: http://review.typo3.org/32937
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
14:40 Revision 9bae63e5: [TASK] Set TYPO3 version to 4.5.37-dev
Change-Id: Ib1d17b43dce8d0abd1c56494495f62863cb3d18d
Reviewed-on: http://review.typo3.org/32936
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
14:40 Revision 6dbdbcae: [RELEASE] Release of TYPO3 4.5.36
Change-Id: Iea9655ddd56df9fbba3d4f769eab1c2fbd8c4f68
Reviewed-on: http://review.typo3.org/32935
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
13:58 Revision b137fd3e: Revert "[BUGFIX] Invalid rendering of high resolution icons in lists"
This reverts commit 0db092ee5befc4b0eaf8e5193e7f49c326905d67.
Change-Id: Ib27e83ff31b20c9ba03e34a184dae18a779672d9
R...
Oliver Hader
13:58 Revision 163718bb: Revert "[BUGFIX] Invalid rendering of high resolution icons in lists"
This reverts commit 97b928e9d5a596b029f43895f887cdeea85b7fa3.
Change-Id: Ib27e83ff31b20c9ba03e34a184dae18a779672d9
R...
Oliver Hader
12:28 Revision 1ce580e8: [!!!][TASK] Remove deprecated TypeHandlingService
Resolves: #61786
Releases: master
Change-Id: Ib30130a238fd07a5937328e242e41f4643267ffa
Reviewed-on: http://review.typ...
Wouter Wolters

2014-09-22

08:51 Revision b21a0f49: [TASK] Add documentation for ClickMenuController code removal
Follow up to https://review.typo3.org/32905
Resolves: #61781
Releases: master
Change-Id: I5fe7107795124c297d837dfe01...
Markus Klein

2014-09-21

22:57 Revision 0db092ee: [BUGFIX] Invalid rendering of high resolution icons in lists
When using high resolution icons (png) in backend modules (32x32) and
this module can be enabled/disabled in the be_g...
Eric Chavaillaz
22:57 Revision 97b928e9: [BUGFIX] Invalid rendering of high resolution icons in lists
When using high resolution icons (png) in backend modules (32x32) and
this module can be enabled/disabled in the be_g...
Eric Chavaillaz
22:28 Revision eb60f3cf: [TASK] Remove deprecated inlcude_once array in ClickMenuController
Resolves: #61781
Releases: master
Change-Id: I0ad4479fb733288d170ee3a06e778ff4890ecd6e
Reviewed-on: http://review.typ...
Wouter Wolters
18:47 Revision a5905649: [BUGFIX] Do not check file extension on local file
If a file is uploaded and file extension deny pattern is set,
we should not test this temporary file for extension pe...
Alexander Opitz
17:40 Revision 93e48b9a: [BUGFIX] Prevent fatal when importing a t3d file without fal information
Currently the importer expects that an imported t3d file contains
data for fal. This is not the case if the t3d file ...
Sascha Egerer
17:38 Revision 1be26f4e: [BUGFIX] Add permission checks to edit icons in filelist and context menu
In filelist as well as in context menus the edit/info/cut/copy/paste
icons are always shown and not disabled/removed ...
Franz Koch
10:04 Revision cf94b0b3: [BUGFIX] Add permission checks to edit icons in filelist and context menu
In filelist as well as in context menus the edit/info/cut/copy/paste
icons are always shown and not disabled/removed ...
Franz Koch
00:40 Revision fbfa107d: [FEATURE] Introduce read-only column for file mounts
File mount records get a new flag "read only".
This flag replaces the virtual flag introduced earlier,
so it can be d...
Lorenz Ulrich
00:22 Revision 80aabffe: [BUGFIX] LocalDriver->calculateBasePath doesn't properly sanitize
The method "calculateBasePath" of Resource/Driver/LocalDriver.php
does not properly sanitize the passed value.
It mi...
Bernhard Kraft

2014-09-20

23:27 Revision 6b1524f2: [TASK] Use FLUIDTEMPLATE for rendering module Configuration
As cleanup and improvement for the backend it is important to remove the
HTML code from the PHP logic. This patch rem...
Frank Nägler
23:03 Revision 8ca2c033: [CLEANUP] Unqoute integer in BackendUserSessionRepository
In the method "findByBackendUser" in BackendUserSessionRepository,
the beuser uid used in the WHERE condition is cast...
Andreas Kienast
23:03 Revision b94c53ea: [CLEANUP] Unqoute integer in BackendUserSessionRepository
In the method "findByBackendUser" in BackendUserSessionRepository,
the beuser uid used in the WHERE condition is cast...
Andreas Kienast
19:55 Revision c72e9019: [BUGFIX] Invalid shortcut target on translated pages
A feature to resolve shortcut links directly in menu rendering
does not consider the overlay behaviour of the "shortc...
Oliver Hader
17:57 Revision ad8c5c4c: [BUGFIX] Check if TER dump exists before modify time check
The modify time of the extensions.xml.gz file is used to display the last
update of the extension list. Checking if t...
Jigal van Hemert
17:38 Revision b2597fd4: [BUGFIX] RTE on first new IRRE record keeps loading in IE
Problem: IE raises a syntax error when it encounters html comments in
the JavaScript code. The html comments are adde...
Stanislas Rolland
17:13 Revision aee2c5a1: [BUGFIX] add _loadRealInstance in f:form ViewHelper
If you edit a form containing subproperties of your domain model,
f:form VH will add some hidden fields to identify y...
Stefan Froemken
17:13 Revision 66d5ac3a: [BUGFIX] add _loadRealInstance in f:form ViewHelper
If you edit a form containing subproperties of your domain model,
f:form VH will add some hidden fields to identify y...
Stefan Froemken

2014-09-19

16:26 Revision 0d5a3c03: [BUGFIX] LocalDriver->calculateBasePath doesn't properly sanitize
The method "calculateBasePath" of Resource/Driver/LocalDriver.php
does not properly sanitize the passed value.
It mi...
Bernhard Kraft
14:31 Revision 0836e96f: [TASK] Update RequireJS to 2.1.15
Resolves: #61608
Releases: master
Change-Id: Ic3ba3542bea23d852327d77821610f19844ee1e3
Reviewed-on: http://review.typ...
Jan Kiesewetter
11:51 Revision 6bc5dd2c: [BUGFIX] Invalid closure in AbstractMenuContentObject
Issue #58792 introduced a closure in AbstractMenuContentObject.php
which is not PHP 5.3 compatible. Since TYPO3 6.2 m...
Francois Suter
11:51 Revision 4638547f: [BUGFIX] Invalid closure in AbstractMenuContentObject
Issue #58792 introduced a closure in AbstractMenuContentObject.php
which is not PHP 5.3 compatible. Since TYPO3 6.2 m...
Francois Suter

2014-09-18

23:47 Revision ca5de2e9: [BUGFIX] Transfer curlProxyServer to new HTTP settings
Splits up the old curlProxyServer correctly, stripping "http://" and
potentially trailing slashes.
Resolves: #45834
...
Ernesto Baschny
23:46 Revision f41086b7: [BUGFIX] Transfer curlProxyServer to new HTTP settings
Splits up the old curlProxyServer correctly, stripping "http://" and
potentially trailing slashes.
Resolves: #45834
...
Ernesto Baschny
23:46 Revision d1a3a107: [TASK] Always show action icons in tables (em, docs)
The goal to hide actions icons has not been reached. Since the
hiding the icons is worse than showing all icons we re...
Felix Kopp
16:23 Revision 4aa9fe98: [BUGFIX] Extbase behaviour concerning workspaces
Issue #26732 introduced some behaviour into Extbase that cannot
work on the long-run. The usual behaviour of TYPO3 is...
Oliver Hader
16:08 Revision 39796fbd: [BUGFIX] Extbase behaviour concerning workspaces
Issue #26732 introduced some behaviour into Extbase that cannot
work on the long-run. The usual behaviour of TYPO3 is...
Oliver Hader
12:17 Revision 5ddc1769: [FEATURE] Migrate open-docs counter to .badge
During streamline of the backend we make use of the Bootstrap .badge
component. The Badge can be attached to every to...
Felix Kopp
11:36 Revision 9c0ba3a9: [BUGFIX] Workspace Preview not working with lockSSL=3
The workspace preview does not work with lockSSL=3 being defined
in the Install Tool. First it looks like a CSS issue...
Oliver Hader
11:36 Revision ede69ff6: [BUGFIX] Workspace Preview not working with lockSSL=3
The workspace preview does not work with lockSSL=3 being defined
in the Install Tool. First it looks like a CSS issue...
Oliver Hader
 

Also available in: Atom