Activity
From 2013-06-05 to 2013-07-04
2013-07-04
- 23:39 Revision 75520cd8: [TASK] Remove Comment for deprecation of f:translate key
- In future versions the usage of f:translate key and f:translate id
will both be possible, so the comment about a depr... - 23:37 Revision 5ba62992: [TASK] Remove Comment for deprecation of f:translate key
- In future versions the usage of f:translate key and f:translate id
will both be possible, so the comment about a depr... - 23:36 Revision 62017812: [TASK] Remove Comment for deprecation of f:translate key
- In future versions the usage of f:translate key and f:translate id
will both be possible, so the comment about a depr... - 23:35 Revision b4aa6a2e: [TASK] NEWS.txt Entry for recursive validation in extbase
- This patch adds an entry to NEWS.txt for the following TYPO3 extbase
patch:
- Backport recursive and allowing empty ... - 23:25 Revision 0f6e446d: [TASK] Mention PSR-3 Logger compatibility in News.txt
- Resolves: #49661
Releases: 6.2
Change-Id: I2013fb9d05cb7f9699825ecaf154075792461ed1
Reviewed-on: https://review.typo3... - 21:38 Revision 23b09770: [BUGFIX] Upload in backend does not index file
- If a file is uploaded within the backend (f.e. file-module)
the file is not automatically indexed. If done within the... - 21:18 Revision 515eeaef: [BUGFIX] LocalDriver: Recursive file listing is broken
- The recursive file listing, introduced as part of the public API in
the fix for #43249, is currently broken.
One pro... - 20:27 Revision eab7aa7f: [BUGFIX] Web->Page - Language view not usable
- Since the "all language" elements are displayed in each
language (introduced in 4.7), the language view of the
page m... - 20:09 Revision 10f44b0d: [BUGFIX] Rootline utility must respect pageOverlayFields
- The rootline calculation always overlays all fields
from the pages table. This causes trouble in e.g. the
case that y... - 19:50 Revision efe42c26: [BUGFIX] Rootline utility must respect pageOverlayFields
- The rootline calculation always overlays all fields
from the pages table. This causes trouble in e.g. the
case that y... - 18:20 Revision 66fb0ad5: [!!!][FEATURE] Backport recursive and allowing empty validation from Flow
- This change enables recursive validation by backporting the TYPO3.Flow
validation API. Also the validators allow empt... - 18:07 Revision 5c039df7: [BUGFIX] Failing test due to Log exception renaming
- Resolves: #49663
Releases: 6.2
Change-Id: Ia4bcec1e1446fa639f9fed5ef67f96146786cfaf
Reviewed-on: https://review.typo3... - 16:40 Revision 9aabc565: [TASK] Throw InvalidArgumentException for undefined log level
- PSR-3 expects Logger->log() to throw Psr\Log\InvalidArgumentException
when an invalid log level was given.
Resolves:... - 16:03 Revision c0591ee4: [TASK] Convert log levels from string to integer
- In PSR-3, severity levels for log() can be given as a string.
If a string is given, it gets converted to the correspo... - 15:41 Revision c45b2bf8: [FEATURE] Allow flexible configuration for BE submodules
- Previously Backend modules could be configured
via a conf.php file that had $MCONF and $MLANG
variables. Additionally... - 10:52 Revision ed18dbc8: [TASK] Remove not needed icons & css
- Resolves: #49638
Releases: 6.2
Change-Id: I6ddba64d386f8c0d7d209124c255875585c16d2b
Reviewed-on: https://review.typo3... - 09:37 Revision 43973480: [TASK] Use flash message in CreatePageWizard
- Instead of using some old code, a flash message is better.
furthermore a not used function is removed
Resolves: #49... - 09:19 Revision b2431d40: [BUGFIX] Followup for removed table wrap in FormEngine
- The previous issue #49596, ChangeID
Ifa46ce40ff4437b2bb3e7d32e5e4e56caba0caec
brings a side-effect that TCEform recor... - 09:17 Revision 24a458dc: [TASK] Implement LoggerInterface from PSR-3
- PSR-3 expects the Logger class to implement a given LoggerInterface.
Resolves: #48880
Releases: 6.2
Change-Id: I5c5b... - 01:52 Revision e48f408c: [BUGFIX] RTE: Importing google webfonts breaks style sheet parsing
- Problem: Firefox raises a security error because the file is not in the
same domain as the executing script. Probably... - 01:35 Revision 8ec8e2ac: [BUGFIX] RTE: Importing google webfonts breaks style sheet parsing
- Problem: Firefox raises a security error because the file is not in the
same domain as the executing script. Probably... - 01:29 Revision 249765e1: [BUGFIX] RTE: Importing google webfonts breaks style sheet parsing
- Problem: Firefox raises a security error because the file is not in the
same domain as the executing script. Probably... - 00:53 Revision cf502a2f: [BUGFIX] RTE: Importing google webfonts breaks style sheet parsing
- Problem: Firefox raises a security error because the file is not in the
same domain as the executing script. Probably... - 00:47 Revision ad307d2b: [BUGFIX] RTE: Importing google webfonts breaks style sheet parsing
- Problem: Firefox raises a security error because the file is not in the
same domain as the executing script. Probably...
2013-07-03
- 14:55 Revision 347b9536: [TASK] Remove table in TSOB condition
- The available conditions are wrapped in a not needed table.
Furtheremore the checkbox gets now the class "checkbox"
... - 10:16 Revision f4913535: [TASK] Replace table structure in new element wizard
- Resolves: #49603
Releases: 6.2
Change-Id: I3ddef9670d16a39d6f96033873f70a06791abc64
Reviewed-on: https://review.typo3...
2013-07-02
- 22:59 Revision 4fdfb4ca: [FEATURE] Module menu: System group
- On many installation the module menu is very crowded.
In order to distribute backend modules on module menu
groups eq... - 19:02 Revision c250ad8b: [TASK] Cleanup entry classes in typo3/ part1
- Cleanup the entry classes inside typo3/ with the following
changes:
* Move language include to constructor
* Remove ... - 17:52 Revision c50c1b0d: [TASK] Clean up TCEforms main table and according CSS definitions
- TCEforms has a major table around each editing form element.
In the current version, it creates an ugly background, ... - 17:30 Revision 48f6d236: [TASK] Remove not needed table in permission legend
- Resolves: #49599
Releases: 6.2
Change-Id: Ied101a590c9fa99c7f2ec1c75a9a646e0f4cfc81
Reviewed-on: https://review.typo3... - 17:26 Revision 1220721d: [TASK] Docheader drop-shadow
- Crisps up sections by removing Docheader drop shadow.
Improves hierarchy: Strips docheader from module menu.
Change-... - 17:16 Revision 52c54a8d: [TASK] Cast log message to string
- PSR-3 expects loggers to accept objects as log message and to
cast them to string.
Resolves: #48877
Releases: 6.2
Ch... - 17:00 Revision f0ad5c82: [TASK] Remove empty table at end of list output
- Page module, filelist module and element browser are calling
writeBottom() which just adds an empty table which is no... - 16:36 Revision 1af75060: [BUGFIX] Install tool performs all db updates
- The update wizard should only perform database
updates for the caching framework tables. At
the moment it silently an... - 16:01 Revision 0fb8ed9b: [BUGFIX] Invalid cache backend option "compression" for NullBackend
- If a Typo3DatabaseBackend is changed to NullBackend, the compression flag
may be set and should be part of the NullBa... - 16:01 Revision f11254d3: [BUGFIX] Invalid cache backend option "compression" for NullBackend
- If a Typo3DatabaseBackend is changed to NullBackend, the compression flag
may be set and should be part of the NullBa... - 16:00 Revision d1ba4e3e: [BUGFIX] Invalid cache backend option "compression" for NullBackend
- If a Typo3DatabaseBackend is changed to NullBackend, the compression flag
may be set and should be part of the NullBa... - 15:29 Revision 72f0cb7a: [TASK] DB-Browser: Pagetree shown even though tables only allow rootLevel
- If only tables with rootLevel=1 in TCA are allowed
to select records from, the pagetree is irritating.
Resolves: #47... - 14:05 Revision 8423f73a: [CLEANUP] Use proper Clickmenu API
- The proper way to call up the CSM is with Clickmenu.show().
Many places in the Core still use the deprecated
showClic... - 13:47 Revision 8180a9e6: [FEATURE] Refactor ElementInfo / show_item
- Splits up functionality to represent sections.
Cleanup for html base: h1/paddings/p.
First step for MVC structuring... - 13:37 Revision 9a9622b1: [TASK] Cleanup ext:recordlist
- * Remove ext_autoload.php
* Refactor ext_tables.php
* Move code from mod1/index.php to Classes/RecordList.php
Change... - 13:33 Revision 3c6e6928: [TASK] Cleanup ext:lowlevel
- * Fix path to commands in ext_localconf.php
* Remove require_once calls
* Move code from dbint/index.php to construct... - 13:33 Revision 82d83d69: [BUGFIX] EM: Scheduler task does not persist to database
- The scheduler task for updating extension list of the extension
manager does not persist his data to database. As Sch... - 13:33 Revision 64c8b5ba: [BUGFIX] EM: Scheduler task does not persist to database
- The scheduler task for updating extension list of the extension
manager does not persist his data to database. As Sch... - 13:28 Revision a399edb4: [BUGFIX] EM: Scheduler task does not persist to database
- The scheduler task for updating extension list of the extension
manager does not persist his data to database. As Sch... - 13:28 Revision 67f04f85: [TASK] Cleanup ext:setup and ext:tstemplate
- * Remove require_once calls
* Move language inclusion to init() for ext:setup
Change-Id: Icdb07a7170e40d57a93fcdc69e... - 11:49 Revision db8fed09: [BUGFIX] Wrong top/bottom margin rendering in CSC
- When a top or bottom margin has been chosen together with section_frame
"no frame" -> 66, no entry is made in the tem... - 11:47 Revision 2cc141d4: [BUGFIX] Wrong top/bottom margin rendering in CSC
- When a top or bottom margin has been chosen together with section_frame
"no frame" -> 66, no entry is made in the tem... - 11:45 Revision 974f80b8: [BUGFIX] Wrong top/bottom margin rendering in CSC
- When a top or bottom margin has been chosen together with section_frame
"no frame" -> 66, no entry is made in the tem... - 11:00 Revision 4602db17: [BUGFIX] Check for imageftbbox() existence before usage
- Install tool system environment check calls imageftbbox() without
checking if the function exists and may fatal. The ... - 09:51 Revision 09bc4929: [FEATURE] Support @Flow\Inject annotations in Extbase
- This patch provides support for the TYPO3.Flow syntax
of property injections:
/**
* @var Vendor\Ext\FooClass
* @Fl...
2013-07-01
- 20:14 Revision 96ef0325: [TASK] Cleanup ext:opendocs
- * Remove old file from before namespacing
* Fix imagepath in CSS
* Strict comparison for TYPO3_MODE check
Change-Id:... - 18:07 Revision 60385f1b: [TASK] Move JavaScript files to EXT: backend
- This patch moves few JavaScript files to EXT: backend.
Still few JavaScript files remain in /typo3 and /js folder.
T... - 17:06 Revision 7d46676f: [TASK] Crisp up navigation frames borders
- Since UXW 2009 module navigation and tree frame have
soft border / gradient shadow on their right.
On or path to fla... - 15:00 Revision afc518c6: [BUGFIX] LocalConfiguration cleanup breaks install process
- The method to kick out obsolete settings from LocalConfiguration
in the install tool step installer is called too ear... - 14:49 Revision 39effe42: [BUGFIX] Increase the width of the content element of type Plain HTML
- The current editor field for content elements of type HTML is for too
small. Without t3editor it is only 5 lines in h... - 14:46 Revision 09f519f1: [BUGFIX] Increase the width of the content element of type Plain HTML
- The current editor field for content elements of type HTML is for too
small. Without t3editor it is only 5 lines in h... - 14:32 Revision a96efa63: [BUGFIX] Increase the width of the content element of type Plain HTML
- The current editor field for content elements of type HTML is for too
small. Without t3editor it is only 5 lines in h...
2013-06-30
- 17:41 Revision f57b189f: [BUGFIX] Do not show System Extensions Wizard when done
- The check if the wizard has been executed before and
includes all available system extensions have been installed
is ... - 17:40 Revision ae3220e7: [BUGFIX] Do not show System Extensions Wizard when done
- The check if the wizard has been executed before and
includes all available system extensions have been installed
is ... - 17:38 Revision 45bd6239: [BUGFIX] Do not show System Extensions Wizard when done
- The check if the wizard has been executed before and
includes all available system extensions have been installed
is ... - 17:27 Revision a626339b: [TASK] createEncryptionKey always returns key with 96 characters
- Update the createEncryptionKey method to use the same underlying
call as its copy in the eID script.
Change-Id: I666... - 17:24 Revision 274a2018: [TASK] createEncryptionKey always returns key with 96 characters
- Update the createEncryptionKey method to use the same underlying
call as its copy in the eID script.
Change-Id: I666... - 14:30 Revision a72d0ec2: [BUGFIX] EM: TimeSinceLastUpdateViewHelper fatals if never updated
- If the repository was never updated (or the update failed) last_update
has the value of zero in the database.
Then NU... - 14:29 Revision 294a7798: [BUGFIX] EM: TimeSinceLastUpdateViewHelper fatals if never updated
- If the repository was never updated (or the update failed) last_update
has the value of zero in the database.
Then NU... - 14:23 Revision 95e72671: [BUGFIX] EM: TimeSinceLastUpdateViewHelper fatals if never updated
- If the repository was never updated (or the update failed) last_update
has the value of zero in the database.
Then NU...
2013-06-29
- 19:33 Revision 7de6e9aa: [TASK] Improve error message in NotFoundView to identify source
- The error message before this change would only report the
action name, after this change it will reflect the control... - 19:33 Revision c709c02a: [TASK] Improve error message in NotFoundView to identify source
- The error message before this change would only report the
action name, after this change it will reflect the control... - 19:32 Revision 79080959: [TASK] Improve error message in NotFoundView to identify source
- The error message before this change would only report the
action name, after this change it will reflect the control... - 19:32 Revision d0e26de9: [TASK] Improve error message in NotFoundView to identify source
- The error message before this change would only report the
action name, after this change it will reflect the control... - 17:57 Revision 67327613: [TASK] Improve error message in NotFoundView to identify source
- The error message before this change would only report the
action name, after this change it will reflect the control... - 14:43 Revision c8f54030: [BUGFIX] Wrong placement of image caption in text with image
- If you omit the first caption, then the following captions are shifted
into this position, meaning the the captions a... - 14:43 Revision af81c6c9: [BUGFIX] Wrong placement of image caption in text with image
- If you omit the first caption, then the following captions are shifted
into this position, meaning the the captions a... - 14:40 Revision 1bfea3b8: [BUGFIX] Wrong placement of image caption in text with image
- If you omit the first caption, then the following captions are shifted
into this position, meaning the the captions a... - 14:24 Revision 010c54a3: [FEATURE] Debug register and page with TypoScript
- Adds the possibility to show the content of
$GLOBALS['TSFE']->register and $GLOBALS['TSFE']->page
with the debug opti... - 14:16 Revision 499adc01: [BUGFIX] Fix localization of the BE user module
- Fix some hardcoded labels by replacing them with
f:translate tags.
Change-Id: Ic75f7bd021ff8353b7709906859d2c02eb452... - 14:16 Revision 2b1d3f19: [BUGFIX] Fix localization of the BE user module
- Fix some hardcoded labels by replacing them with
f:translate tags.
Change-Id: Ic75f7bd021ff8353b7709906859d2c02eb452... - 14:12 Revision 7145f45b: [BUGFIX] Fix localization of the BE user module
- Fix some hardcoded labels by replacing them with
f:translate tags.
Change-Id: Ic75f7bd021ff8353b7709906859d2c02eb452... - 14:07 Revision 3d63cfc0: [BUGFIX] Rootline utility must respect pageOverlayFields
- The rootline calculation always overlays all fields
from the pages table. This causes trouble in e.g. the
case that y... - 12:58 Revision bef07f33: [BUGFIX] compressJs returns wrong filenames
- If you enable
config.concatenateJs = 1
config.compressJs = 1
then the uncompressed version of the file is lin... - 12:57 Revision 802f4c69: [BUGFIX] compressJs returns wrong filenames
- If you enable
config.concatenateJs = 1
config.compressJs = 1
then the uncompressed version of the file is lin... - 12:56 Revision 77d5c639: [BUGFIX] compressJs returns wrong filenames
- If you enable
config.concatenateJs = 1
config.compressJs = 1
then the uncompressed version of the file is lin... - 12:55 Revision c3808a69: [BUGFIX] stdWrap for special.value applied twice
- In HMENU the stdWrap for special.value is applied twice.
This patches removes the superfluous call
in HierarchicalMen... - 12:54 Revision aae657ce: [BUGFIX] stdWrap for special.value applied twice
- In HMENU the stdWrap for special.value is applied twice.
This patches removes the superfluous call
in HierarchicalMen... - 12:51 Revision 36e457b5: [TASK] Add support for "outdated" extensions
- Extension Manager displays installed extensions which are marked as
"outdated" with different styling. Reports module... - 12:47 Revision a3ce5d02: [TASK] Add support for "outdated" extensions
- Extension Manager displays installed extensions which are marked as
"outdated" with different styling. Reports module...
2013-06-28
- 20:42 Revision 496bfd1b: [BUGFIX] ActionController must use namespaced object view pattern
- The ActionController still uses the old pattern like
Tx_@extension_View_@controller_@action@format for resolving
cust... - 20:42 Revision 6733ebf9: [BUGFIX] ActionController must use namespaced object view pattern
- The ActionController still uses the old pattern like
Tx_@extension_View_@controller_@action@format for resolving
cust... - 20:39 Revision e6956fa0: [BUGFIX] ActionController must use namespaced object view pattern
- The ActionController still uses the old pattern like
Tx_@extension_View_@controller_@action@format for resolving
cust... - 10:05 Revision 99e109f9: [BUGFIX] Fix property mapping of checkbox arrays
- If multiple checkboxes are rendered but none of it is
selected, an exception is thrown as the value of the hidden fie... - 10:00 Revision 2407c2ab: [BUGFIX] Fix property mapping of checkbox arrays
- If multiple checkboxes are rendered but none of it is
selected, an exception is thrown as the value of the hidden fie... - 09:47 Revision 555ae7f2: [BUGFIX] Fix property mapping of checkbox arrays
- If multiple checkboxes are rendered but none of it is
selected, an exception is thrown as the value of the hidden fie...
2013-06-27
- 14:04 Revision 536857e3: [BUGFIX] stdWrap for special.value applied twice
- In HMENU the stdWrap for special.value is applied twice.
This patches removes the superfluous call
in HierarchicalMen... - 11:14 Revision 03d840a3: [BUGFIX] ShortcutVH must not ignore options.enableBookmarks
- Shortcuts/Bookmarks can be disabled for users by using
TsConfig options.enableBookmarks = 0.
This setting must be ch... - 00:27 Revision 5bcba0df: [BUGFIX] Fix localization of the language module
- The table headers are not translatable yet.
Replace them with f:translate tags.
Change-Id: Ibe9fc989eba193f3401f40b1... - 00:25 Revision b0f312ab: [BUGFIX] Fix localization of the language module
- The table headers are not translatable yet.
Replace them with f:translate tags.
Change-Id: Ibe9fc989eba193f3401f40b1... - 00:20 Revision 74035dcf: [BUGFIX] Fix localization of the language module
- The table headers are not translatable yet.
Replace them with f:translate tags.
Change-Id: Ibe9fc989eba193f3401f40b1...
2013-06-26
- 23:51 Revision 825d950a: [BUGFIX] Fix one language label in the extension manager
- Make hardcoded "Search:" label translatable.
Change-Id: I006f6b98f45f0d2e82c02c1b40ed549a15ac93fd
Resolves: #49404
R... - 23:51 Revision caaddbd9: [BUGFIX] Fix one language label in the extension manager
- Make hardcoded "Search:" label translatable.
Change-Id: I006f6b98f45f0d2e82c02c1b40ed549a15ac93fd
Resolves: #49404
R... - 23:47 Revision 5f71b1c3: [BUGFIX] Fix one language label in the extension manager
- Make hardcoded "Search:" label translatable.
Change-Id: I006f6b98f45f0d2e82c02c1b40ed549a15ac93fd
Resolves: #49404
R... - 20:40 Revision 0a8c9ddb: [BUGFIX] Incorrect grouping of exclude fields in translated backend
- If you use the backend in a language other than English, then the
grouping of the exclude fields in the be_group reco... - 16:24 Revision 9b08788a: [BUGFIX] Wrong result on unequal globalVar condition
- A TypoScript condition like "[globalVar = LIT:10 != 10]"
returns a true value instead of the expected false value.
Th... - 16:23 Revision fea7b50e: [BUGFIX] Wrong result on unequal globalVar condition
- A TypoScript condition like "[globalVar = LIT:10 != 10]"
returns a true value instead of the expected false value.
Th... - 16:20 Revision 177eac93: [BUGFIX] Wrong result on unequal globalVar condition
- A TypoScript condition like "[globalVar = LIT:10 != 10]"
returns a true value instead of the expected false value.
Th...
2013-06-25
- 21:09 Revision 41b483d4: [TASK] Backend user management: add delete button
- Add remove button in the backend users list with
a confirmation dialog.
Resolves: #43053
Releases: 6.2
Change-Id: I5... - 00:01 Revision 26c1b406: [BUGFIX] Fix spelling issue in Install Tool
- compatibilyt -> compatibility
Change-Id: I3bed3fa4b0477870f393498a44c5cb766d1b7c33
Resolves: #49393
Releases: 6.2, 6...
2013-06-24
- 23:58 Revision 113959b6: [BUGFIX] Fix spelling issue in Install Tool
- compatibilyt -> compatibility
Change-Id: I3bed3fa4b0477870f393498a44c5cb766d1b7c33
Resolves: #49393
Releases: 6.2, 6... - 23:04 Revision ad8b06e0: Activate tests for PHP 5.5 on travis
- Change-Id: Iff803f329275f17921b26d88eb46d7b323b7c7ee
Reviewed-on: https://review.typo3.org/21635
Reviewed-by: Helmut ... - 21:26 Revision 0d69c2d9: [FEATURE] Add task to auto update languages
- Add a command controller to update the translation
of extensions for selected languages.
It is possible to override ... - 21:03 Revision ec9a4e63: [TASK] Add unit tests for "outdated" extensions
- Follow up with unit tests for the extended reports.
Change-Id: I097d1241722fdaf57a4a57b6d90f32359e8168f5
Resolves: #... - 14:24 Revision 379d9990: [TASK] Add support for "outdated" extensions
- Extension Manager displays installed extensions which are marked as
"outdated" with different styling. Reports module... - 00:47 Revision f0d8a255: [BUGFIX] Reports Module links to the standalone install tool
- Link to the backend module instead of the standalone version.
Change-Id: Icf32b91c1fe6edb2b3fa313c865441a1edc3a731
R...
2013-06-23
- 23:06 Revision 14dc91f3: [TASK] Adapt install tool mail functions to use Swiftmailer
- The mail sending functions in install tool use PHPs mail() function.
They should use instead the Swiftmailer.
Releas... - 22:29 Revision 118ae1ea: [BUGFIX] t3lib_utility_mailTest fails
- The tested method always adds a From address to the mail header. This
is not reflected in the test.
Additionally clea... - 16:33 Revision 681add8e: [TASK] Remove Environment Check checkMailCapabilities
- The check is removed due to providing sometimes inaccurate error status
based on php.ini settings.
For now the real m... - 16:24 Revision c323a71f: [BUGFIX] Call to undefined method ElementConditionMatcher::setRecord()
- Wrong usage of the new ElementConditionMatcher which results in a
fatal error.
Releases: 6.1, 6,2
Resolves: #49354
C... - 16:19 Revision 3349dc97: [BUGFIX] Call to undefined method ElementConditionMatcher::setRecord()
- Wrong usage of the new ElementConditionMatcher which results in a
fatal error.
Releases: 6.1, 6,2
Resolves: #49354
C... - 16:01 Revision 788964e5: [BUGFIX] Reports module link to Install Tool section is incorrect
- Change the module name in the link and add a new label to
mention the new section name Important Actions.
Change-Id:... - 15:23 Revision e26708c5: [BUGFIX] Record history shows two back buttons in docheader
- The back-button is loaded twice in the record history module.
Also we add back the CSH which was missing too.
Change... - 15:17 Revision c340c485: [BUGFIX] Record history shows two back buttons in docheader
- The back-button is loaded twice in the record history module.
Also we add back the CSH which was missing too.
Change... - 15:02 Revision ebb99420: [BUGFIX] Record history shows two back buttons in docheader
- The back-button is loaded twice in the record history module.
Also we add back the CSH which was missing too.
Change... - 14:29 Revision 59222d8e: [BUGFIX] Invisible icon blocks mousefocus of non-required inputfields
- Set z-index for clear.gif, so a backend user can select the text
inside input fields. Now it's also possible to set f... - 14:29 Revision 0983c85b: [BUGFIX] Invisible icon blocks mousefocus of non-required inputfields
- Set z-index for clear.gif, so a backend user can select the text
inside input fields. Now it's also possible to set f... - 14:24 Revision a9c45b4e: [BUGFIX] Invisible icon blocks mousefocus of non-required inputfields
- Set z-index for clear.gif, so a backend user can select the text
inside input fields. Now it's also possible to set f... - 14:15 Revision d235b8b5: [FEATURE] Exclude doktypes from pagetree
- Exclude specific doktypes from the pagetree by setting
a configuration in a user/group TSconfig
Example: Exclude "Fo... - 13:52 Revision 6b1d0068: [BUGFIX] Incomplete backup in befuncTest
- Backport of tests of issue #47839 did not take care of a backup
of globals in 4.7 and introduced a side effect to oth... - 12:57 Revision bd1ad1db: [TASK] Install: Update TTFdpi test description text
- Resolves: #49267
Releases: 6.2
Change-Id: Iffe09f072bda483ffa5f5be766ff0e84c3e025de
Reviewed-on: https://review.typo3... - 12:42 Revision f8740268: [FEATURE] Hook for tsfe::checkEnableFields
- This hook for tsfe::checkEnableFields allows extensions to provide
additional rules for page visibility when parent p... - 11:43 Revision c2a474e5: [TASK] Remove constant PATH_t3lib
- The directory is gone, so the constant is not needed anymore.
Resolves: #49348
Relates: #49342
Releases: 6.2
Change-... - 11:42 Revision 2332335a: [TASK] Remove last bits of forceCharset handling
- Core version 4.5 introduced UTF8 only for charset conversion, and
accepted a fallback under special circumstances. Th... - 11:16 Revision 558eaf42: [BUGFIX] Skip link validation of RTE filelink
- When a text is linked to a file using RTE link wizard,
linkvalidator will detect it as internal link.
The validation ... - 01:19 Revision 8f889ad7: [BUGFIX] Insert rows only once in exec_INSERTmultipleRows
- For native handler types multiple rows can be inserted using the mysql
INSERTmultipleRows API call. When another hand... - 01:19 Revision f9706b47: [BUGFIX] Insert rows only once in exec_INSERTmultipleRows
- For native handler types multiple rows can be inserted using the mysql
INSERTmultipleRows API call. When another hand... - 01:19 Revision 8ace4ccb: [BUGFIX] Insert rows only once in exec_INSERTmultipleRows
- For native handler types multiple rows can be inserted using the mysql
INSERTmultipleRows API call. When another hand... - 01:18 Revision 12dd2c1f: [BUGFIX] Insert rows only once in exec_INSERTmultipleRows
- For native handler types multiple rows can be inserted using the mysql
INSERTmultipleRows API call. When another hand... - 01:13 Revision bb68f56d: [FEATURE] MathUtility: Add canBeInterpretedAsFloat
- Like canBeInterpretedAsInteger but for float.
Change-Id: I9a44f2505f3702ef754a45f876a8197d2b6e2afb
Resolves: #49144
... - 00:54 Revision e2d0dd80: [TASK] Adapt INSTALL.txt to removed t3lib
- There is no need to add symlink for t3lib.
We can strip the line from INSTALL help file.
Change-Id: Id5bb17412dc041a... - 00:38 Revision c56d712a: [FEATURE] Increase size of be_groups table subgroup field
- Change field subgroup from varchar(255) to text to allow
storing more subgroups.
Resolves: #36505
Releases: 6.2
Chan... - 00:36 Revision 5282b206: [FEATURE] Scheduler: Add delete button to edit view
- The task edit view misses a delete button similar to the tceforms edit
view.
Add this button for the edit action.
Gr... - 00:18 Revision 7985a653: [FEATURE] ViewHelper to display file sizes
- Simple ViewHelper that converts the size of a file to a human
readable string.
Usage:
{fileSize -> f:format.bytes()}... - 00:10 Revision 7557849d: [FEATURE] Enable chaining of set* funtions
- Applies chaining possibility for set*
handling methods within querysettings api.
Make sure method chaining like
$que...
2013-06-22
- 23:37 Revision 99b44206: [TASK] Move ExtJS- & JavaScript from t3lib
- Moves JavaScript files and their corresponding includes.
As a result the t3lib directory is removed completely.
Chan... - 22:44 Revision 51f6252f: [BUGFIX] Fix two typos in one install tool language label
- Releases: 6.2, 6.1
Resolves: #49345
Change-Id: I05b62e01e0115e854eb6202a4198ac7ec888f843
Reviewed-on: https://review.... - 22:42 Revision 08c22632: [BUGFIX] Fix two typos in one install tool language label
- Releases: 6.2, 6.1
Resolves: #49345
Change-Id: I05b62e01e0115e854eb6202a4198ac7ec888f843
Reviewed-on: https://review.... - 15:05 Revision ee255bd0: [TASK] Update URL to the exception collection
- Updated TYPO3_URL_EXCEPTION constant
from http://typo3.org/go/exception/v4/
to http://typo3.org/go/exception/CMS/
Re... - 15:05 Revision a1ec3d6d: [TASK] Update URL to the exception collection
- Updated TYPO3_URL_EXCEPTION constant
from http://typo3.org/go/exception/v4/
to http://typo3.org/go/exception/CMS/
Re... - 15:01 Revision 24402b5c: [TASK] Update URL to the exception collection
- Updated TYPO3_URL_EXCEPTION constant
from http://typo3.org/go/exception/v4/
to http://typo3.org/go/exception/CMS/
Re... - 14:27 Revision 43b657d2: [TASK] Remove dummy files from ext:wizard_crpages and wizard_sortpages
- * Remove dummy files
* Rename old class names to the new ones
Change-Id: I77ea8d6a48d10bc56031231a00999655cbecb487
R... - 14:20 Revision cc974fd1: [TASK] Page module edit icon for language overlay
- Page modules brings multiple views to work with multi-language
content: columns / language / quick. In columns mode a... - 14:18 Revision 2c04aa75: [TASK] Remove class.* from /typo3/
- Removes last few class file wrappers from /typo3/ folder.
Those files were renamed and moved during namespacing.
Few...
2013-06-21
- 23:34 Revision 36465b9e: [BUGFIX] Show unit "Bytes" for file size of Installer test images
- Resolves: #49269
Releases: 6.2
Change-Id: I7f14e04c6bfe538336e1a3dc27c448eeea7a19d0
Reviewed-on: https://review.typo3... - 23:16 Revision 7e04899e: [TASK] Remove last bits of gdlib_2 setting
- Support for gdlib version 1 was removed with core version 4.4.
The patch removes the last code fragments where the ol... - 23:13 Revision 003ff66c: [TASK] Remove last bit of multiplyDBfieldSize handling
- multiplyDBfieldSize was used in the past to extend the size of
database fields to cope with UTF8 content if the datab... - 22:18 Revision de32905b: [TASK] Cleanup openid extension
- Cleanup remaining CGL issues after namespace change.
Implement some best practices like strict string comparison
or d... - 21:54 Revision b8c3c04b: [FEATURE] Install tool: Remove obsolete keys from LocalConfiguration
- Some configuration settings are obsolete, but they have never been
actively removed from LocalConfiguration. The patc... - 21:35 Revision 0e906fa8: [BUGFIX] Flexform field is available but not passed to sub-function calls
- This change fixes three occurrences of calls to FlexForm DS
processing methods which accept a $fieldName argument but... - 21:35 Revision 392bace5: [BUGFIX] Flexform field is available but not passed to sub-function calls
- This change fixes three occurrences of calls to FlexForm DS
processing methods which accept a $fieldName argument but... - 21:34 Revision 092dd93f: [BUGFIX] Flexform field is available but not passed to sub-function calls
- This change fixes three occurrences of calls to FlexForm DS
processing methods which accept a $fieldName argument but... - 21:34 Revision c09fc1c7: [BUGFIX] Flexform field is available but not passed to sub-function calls
- This change fixes three occurrences of calls to FlexForm DS
processing methods which accept a $fieldName argument but... - 21:23 Revision afd8318a: [BUGFIX] Flexform field is available but not passed to sub-function calls
- This change fixes three occurrences of calls to FlexForm DS
processing methods which accept a $fieldName argument but... - 20:56 Revision b303a18e: [BUGFIX] Illegal string offset warning in AjaxLoginHandler
- After logout $GLOBALS['BE_USER']->user['uid'] is checked.
This is done without isset() which triggers a warning, as -... - 20:56 Revision 87808275: [BUGFIX] Illegal string offset warning in AjaxLoginHandler
- After logout $GLOBALS['BE_USER']->user['uid'] is checked.
This is done without isset() which triggers a warning, as -... - 20:26 Revision 426e3192: [BUGFIX] Illegal string offset warning in AjaxLoginHandler
- After logout $GLOBALS['BE_USER']->user['uid'] is checked.
This is done without isset() which triggers a warning, as -... - 20:26 Revision f6230b42: [BUGFIX] Illegal string offset warning in AjaxLoginHandler
- After logout $GLOBALS['BE_USER']->user['uid'] is checked.
This is done without isset() which triggers a warning, as -... - 20:25 Revision 6f8407e3: [BUGFIX] Follow-up: Add stdWrap for _DEFAULT_PI_VARS
- Fix a broken unit test: Creating default object from empty value
Resolves: #49314
Related: #22045
Releases: 6.2
Chan... - 20:14 Revision 93ef3f01: [BUGFIX] Illegal string offset warning in AjaxLoginHandler
- After logout $GLOBALS['BE_USER']->user['uid'] is checked.
This is done without isset() which triggers a warning, as -... - 19:52 Revision 458099e9: [BUGFIX] Frontend shows HTML tags in messages
- Hardcoded linebreak tags in StatusMessages were not resolved to
linebreaks, but included into the output.
Replacing t... - 19:32 Revision 6986e5e1: [BUGFIX] Misleading label in beuser module
- Change the wording of "loginBefore" label from
"Login before"
to
"Logged in before".
This should clarify the meaning... - 19:32 Revision 32a4568a: [BUGFIX] Misleading label in beuser module
- Change the wording of "loginBefore" label from
"Login before"
to
"Logged in before".
This should clarify the meaning... - 19:30 Revision 75f756b8: [BUGFIX] Misleading label in beuser module
- Change the wording of "loginBefore" label from
"Login before"
to
"Logged in before".
This should clarify the meaning... - 13:41 Revision 7b5b6046: [FEATURE] Add stdWrap for _DEFAULT_PI_VARS
- This feature allows multilevel variables as well.
Example:
plugin.tt_news._DEFAULT_PI_VARS {
year.stdWrap.data = d... - 12:36 Revision 2b3e4b19: [BUGFIX] Generation of class information fails with DateTime
- If using the class info factory to create a class information
for DateTime an Exception occurs as the reflection api ... - 01:13 Revision 30a3e48a: [FEATURE] Follow up: Add autofocus attribute to BE login
- Adding the HTML5 autofocus attribute to the
backend login box's username field.
Additionally adds the attribute to t...
2013-06-20
- 22:30 Revision 298f50f2: Revert "[BUGFIX] Nested FLUIDTEMPLATE doesn't work anymore"
- This reverts commit 1ba19b02542087ee2f26407be28d938d663c17a4
The Unit-test breaks because it is based on a FEATURE t... - 21:07 Revision 1ba19b02: [BUGFIX] Nested FLUIDTEMPLATE doesn't work anymore
- It's impossible since version 6.0 to render a
FLUIDTEMPLATE content object inside a
FLUIDTEMPLATE, because the intern... - 21:06 Revision 95c24563: [BUGFIX] Nested FLUIDTEMPLATE doesn't work anymore
- It's impossible since version 6.0 to render a
FLUIDTEMPLATE content object inside a
FLUIDTEMPLATE, because the intern... - 21:02 Revision b784b045: [FEATURE] Install tool: Check xdebug.max_nesting_level
- If PHP xdebug extension is loaded, TYPO3 CMS can fail with the
xdebug.max_nesting_level default value of 100. This is... - 20:33 Revision 7b5b4c79: [BUGFIX] Fix JS error with Context Sensitive Help
- Using the edit form for records in a new pop window leads
to a JS error, as "top" is not defined in the new window.
... - 20:33 Revision c531d43d: [BUGFIX] Fix JS error with Context Sensitive Help
- Using the edit form for records in a new pop window leads
to a JS error, as "top" is not defined in the new window.
... - 20:33 Revision e75b758d: [BUGFIX] Fix JS error with Context Sensitive Help
- Using the edit form for records in a new pop window leads
to a JS error, as "top" is not defined in the new window.
... - 20:32 Revision bbaeb18a: [BUGFIX] Fix JS error with Context Sensitive Help
- Using the edit form for records in a new pop window leads
to a JS error, as "top" is not defined in the new window.
... - 20:23 Revision 897a6d09: [TASK] Cleanup wizard initializing
- The patch cleans up the initialization of the various
wizards we have in TYPO3 CMS. Things that are improved:
* Add ... - 19:59 Revision 19166b87: [BUGFIX] Failing FAL unit test
- Using 0042 as create mask for files in unit test from issue #49029
triggers a warning and lets the test fail when the... - 19:59 Revision ceea6ef5: [BUGFIX] Failing FAL unit test
- Using 0042 as create mask for files in unit test from issue #49029
triggers a warning and lets the test fail when the... - 18:51 Revision 3e8d40a0: [BUGFIX] Failing FAL unit test
- Using 0042 as create mask for files in unit test from issue #49029
triggers a warning and lets the test fail when the... - 18:43 Revision 70feb691: [BUGFIX] Fix JS error with Context Sensitive Help
- Using the edit form for records in a new pop window leads
to a JS error, as "top" is not defined in the new window.
... - 12:42 Revision a1b8599f: [BUGFIX] Correct permissions of new files
- Set the correct file permissions of files created with
FAL according to the fileCreateMask.
Change-Id: I4d6562f926cd... - 12:42 Revision 70d3d865: [BUGFIX] Correct permissions of new files
- Set the correct file permissions of files created with
FAL according to the fileCreateMask.
Change-Id: I4d6562f926cd... - 12:32 Revision c7d1c1c4: [BUGFIX] Correct permissions of new files
- Set the correct file permissions of files created with
FAL according to the fileCreateMask.
Change-Id: I4d6562f926cd...
2013-06-19
- 23:58 Revision 73719944: [TASK] Bring back int_from_ver
- Due to many failing extensions relying on this function,
Release Management decided to bring it back as a redirect
to... - 22:54 Revision 76e5255e: [BUGFIX] Install tool: Warning in upgrade wizard
- The 'silent' cache framework table upgrade throws a warning that
explode() expects a string but an array is given in
... - 22:34 Revision df90964e: [BUGFIX] Use userInput instead of own broken method
- The user data from form post submit is broken after install tool
rewrite. Instead of using own method to gather data ... - 22:30 Revision 6042a6f8: [BUGFIX] Update Wizard user input not taken into account
- After reworking the install tool, the form element identifier was broken.
Resolves: #49258
Releases: 6.2
Change-Id: ... - 22:13 Revision 640e6170: [TASK] Install tool: Code optimization in update wizard action
- An if with only a 'throw Exception' call in it breaks code execution
and acts as a guard clause. The code below does ... - 21:54 Revision 0760e9f7: [BUGFIX] Filelist: Only show paste buttons if clipObj is set
- During introduction of the paste buttons for empty folders, I assumed
that the clipboard object is always set.
This m... - 21:53 Revision f59efeee: [BUGFIX] Filelist: Only show paste buttons if clipObj is set
- During introduction of the paste buttons for empty folders, I assumed
that the clipboard object is always set.
This m... - 21:51 Revision f07f872e: [BUGFIX] Filelist: Only show paste buttons if clipObj is set
- During introduction of the paste buttons for empty folders, I assumed
that the clipboard object is always set.
This m... - 21:08 Revision 1b261525: [TASK] Remove duplicate vera.ttf from ext:core
- vera.ttf is a font only used in the install tool, it was duplicated
to ext:install with the rewrite patch, but forgot... - 17:13 Revision 2e3c9d5e: [!!!][TASK] Rewrite install tool
- Main features:
* The god class "Installer" is gone and split into two major parts.
A step controller handling major u... - 13:37 Revision b34e43b1: [FEATURE] Add autofocus attribute to BE login
- Adding the HTML5 autofocus attribute to the
backend login box's username field.
Resolves: #49228
Releases: 6.2
Chang... - 13:20 Revision 55b1ac46: [BUGFIX] Raw search can't search inside the pages table
- It's impossible to search the pages table, because a field
definition is wrongly named in the pages TCA.
Fixes: #492... - 13:20 Revision 0a90d560: [BUGFIX] Raw search can't search inside the pages table
- It's impossible to search the pages table, because a field
definition is wrongly named in the pages TCA.
Fixes: #492... - 13:14 Revision 6d278b19: [BUGFIX] Raw search can't search inside the pages table
- It's impossible to search the pages table, because a field
definition is wrongly named in the pages TCA.
Fixes: #492...
2013-06-17
- 22:41 Revision 62373a00: [BUGFIX] Use correct path in belog modules
- Belog module links to history view but path is wrong in
the info module.
Change-Id: I3e45218b2bd8b7d69d75459f41c3751... - 22:41 Revision d37cf59c: [BUGFIX] Use correct path in belog modules
- Belog module links to history view but path is wrong in
the info module.
Change-Id: I3e45218b2bd8b7d69d75459f41c3751... - 22:26 Revision c6667ec2: [BUGFIX] Use correct path in belog modules
- Belog module links to history view but path is wrong in
the info module.
Change-Id: I3e45218b2bd8b7d69d75459f41c3751... - 22:16 Revision e09a41d4: [BUGFIX] Nested FLUIDTEMPLATE doesn't work anymore
- It's impossible since version 6.0 to render a
FLUIDTEMPLATE content object inside a
FLUIDTEMPLATE, because the intern... - 18:41 Revision b6c903ac: [TASK] Cleanup ChangeLog
- Remove duplicate lines from ChangeLog
Change-Id: I62b32f9b0b37c3977bc61b2874e37cde289846df
Resolves: #49110
Releases... - 18:40 Revision 45ce0a84: [TASK] Cleanup ChangeLog
- Remove duplicate lines from ChangeLog
Change-Id: I62b32f9b0b37c3977bc61b2874e37cde289846df
Resolves: #49110
Releases... - 18:40 Revision daca12ab: [TASK] Cleanup ChangeLog
- Remove duplicate lines from ChangeLog
Follow-up to commit:db9efd32b4dfad2952f2725b53fb5e4522740b74
Change-Id: I62b32... - 14:47 Revision 914b6df4: [TASK] Remove unused icons from /gfx
- Folder /gfx holds image that are used over the backend.
EXT: t3skin brings an override declaration and own icons.
Ov... - 14:44 Revision 183b8d1c: [TASK] Add labels to form fields of admin panel
- Labels make it much easier to click check boxes and to
reach fields.
Change-Id: Ib9c42f4859a4fc4e30fc7f03dd525795d08... - 10:19 Revision c9c1057e: [BUGFIX] Fix reverse order handling of MediaProvider
- Fixing the variable used to test for valid providers in reverse order.
Resolves: #49136
Releases: 6.2, 6.1, 6.0
Chan... - 09:50 Revision 0affd5f4: [BUGFIX] Fix reverse order handling of MediaProvider
- Fixing the variable used to test for valid providers in reverse order.
Resolves: #49136
Releases: 6.2, 6.1, 6.0
Chan... - 07:53 Revision 2f7aad03: [FEATURE] Allow custom record list in element browser
- Introduces a class variable and a setter for a custom record list
instance in the element browser that can be used to...
2013-06-16
- 23:31 Revision 064c9b9c: [TASK] Move video-js to contrib
- To resolve /t3lib few more files should be moved:
Moves video-js styles controls to contrib.
Change-Id: I648d3bdd17e... - 12:47 Revision 6d80c93b: [BUGFIX] Incorrect grouping of exclude fields in translated backend
- If you use the backend in a language other than English, then the
grouping of the exclude fields in the be_group reco... - 12:23 Revision 5bdc467b: [BUGFIX] Incorrect grouping of exclude fields in translated backend
- If you use the backend in a language other than English, then the
grouping of the exclude fields in the be_group reco...
2013-06-15
- 17:02 Revision d6d117ee: [BUGFIX] Illegal string offset 'translations' in DatabaseRecordList
- The return value of TranslationConfigurationProvider->translationInfo
normally is an array, but it is a string in cas... - 16:59 Revision 0d98cc6c: [BUGFIX] Illegal string offset 'translations' in DatabaseRecordList
- The return value of TranslationConfigurationProvider->translationInfo
normally is an array, but it is a string in cas... - 16:12 Revision b46029b0: [BUGFIX] Illegal string offset 'translations' in DatabaseRecordList
- The return value of TranslationConfigurationProvider->translationInfo
normally is an array, but it is a string in cas... - 15:55 Revision 55eb3f88: [BUGFIX] Allow non-Admins to delete Records finally
- This patch adds the posibility for non Admins to delete
records finally in the recycler.
Change-Id: I1fda11d62140375... - 15:55 Revision 05c3b7b5: [BUGFIX] Allow non-Admins to delete Records finally
- This patch adds the posibility for non Admins to delete
records finally in the recycler.
Change-Id: I1fda11d62140375... - 15:46 Revision 71f0bd89: [BUGFIX] Illegal string offset 'translations' in DatabaseRecordList
- The return value of TranslationConfigurationProvider->translationInfo
normally is an array, but it is a string in cas... - 15:42 Revision c7bdad7b: [BUGFIX] Allow non-Admins to delete Records finally
- This patch adds the posibility for non Admins to delete
records finally in the recycler.
Change-Id: I1fda11d62140375... - 15:33 Revision 1ad7632c: [BUGFIX] Illegal string offset 'translations' in DatabaseRecordList
- The return value of TranslationConfigurationProvider->translationInfo
normally is an array, but it is a string in cas... - 15:09 Revision b7cc497b: [TASK] Move express-install to contrib (flowplayer)
- To resolve /t3lib few more files should be moved:
Moves flowplayer styles for express-install to contrib.
Change-Id:... - 14:41 Revision d5b2763d: [BUGFIX] Fix template rootline for translated pages
- The TypoScript template rootline in the Frontend will not be
changed any more if a different sys_language_uid is used... - 14:38 Revision 925ce3fa: [BUGFIX] Fix template rootline for translated pages
- The TypoScript template rootline in the Frontend will not be
changed any more if a different sys_language_uid is used...
2013-06-14
- 22:12 Revision 8c4ca661: [BUGFIX] styleguide: Table colspan
- 22:12 Revision 2a4dbb70: [RELEASE] styleguide: 0.4.0
- 02:41 Revision 1c8856fa: [BUGFIX] compressJs returns wrong filenames
- If you enable
config.concatenateJs = 1
config.compressJs = 1
then the uncompressed version of the file is lin... - 02:13 Revision aeba1e64: [BUGFIX] Insert rows only once in exec_INSERTmultipleRows
- For native handler types multiple rows can be inserted using the mysql
INSERTmultipleRows API call. When another hand...
2013-06-13
- 23:12 Revision db9efd32: [TASK] Cleanup ChangeLog
- Remove mistakenly introduced submodule history in 6.2.0alpha1
release.
Resolves: #49110
Releases: 6.2
Change-Id: I00... - 22:03 Revision e6369b09: [BUGFIX] Repair broken unit tests
- In patch 21171 some tests broke due to forgotten adjustments after
code change.
This patch brings the missing adjustm... - 21:52 Revision 90734e17: [BUGFIX] Repair broken unit tests
- In patch 21171 some tests broke due to forgotten adjustments after
code change.
This patch brings the missing adjustm... - 18:59 Revision 042370fc: [BUGFIX] Do not add category to empty table names
- If the $GLOBALS['TYPO3_CONF_VARS']['SYS']['defaultCategorizedTables']
is empty or you have empty strings between comm... - 17:37 Revision 1390b9a4: [BUGFIX] FileLogWriter ignores log file configuration
- If there are several instances of TYPO3\CMS\Core\Log\Writer\FileLogWriter
with different log files configured in $log... - 17:36 Revision 3e990723: [BUGFIX] FileLogWriter ignores log file configuration
- If there are several instances of TYPO3\CMS\Core\Log\Writer\FileLogWriter
with different log files configured in $log... - 11:55 Revision 84c4ff2f: [BUGFIX] findByUid should respect query settings of repository
- Prior to 6.1 findByUid built its own query which respected
the settings of its repository. Now findByUid just fetches... - 11:52 Revision c4c4b5ee: [BUGFIX] findByUid should respect query settings of repository
- Prior to 6.1 findByUid built its own query which respected
the settings of its repository. Now findByUid just fetches...
2013-06-12
- 20:07 Revision f5074a57: [BUGFIX] Do not add category to empty table names
- If the $GLOBALS['TYPO3_CONF_VARS']['SYS']['defaultCategorizedTables']
is empty or you have empty strings between comm... - 19:41 Revision 1af5a134: [BUGFIX] Fix missing single quotes in SchemaMigratorTest
- Change-Id: I452252096e39d8986dfa414016011d16f33523b8
Resolves: #49072
Related: #41344
Releases: 6.2
Reviewed-on: http... - 15:07 Revision 8fc4c1f1: [BUGFIX] Avoid double wrap in css_styled_content
- Since TYPO3 6.0, USER objects have stdWrap property. The
various render methods of css_styled_content still call
stdW... - 14:57 Revision 35e56079: [BUGFIX] Avoid double wrap in css_styled_content
- Since TYPO3 6.0, USER objects have stdWrap property. The
various render methods of css_styled_content still call
stdW... - 13:36 Revision f720c969: [BUGFIX] Avoid double wrap in css_styled_content
- Since TYPO3 6.0, USER objects have stdWrap property. The
various render methods of css_styled_content still call
stdW... - 06:51 Revision fc9988a2: [TASK] Move t3lib/csconvtbl && t3lib/unidata
- Move the 2 folders t3lib/csconvtbl && t3lib/unidata to
sysext/core/Resources/Private/Charsets/
Change-Id: If721bfe5a...
2013-06-11
- 22:21 Revision 4e6cc614: [BUGFIX] False-Positives in SQL comparison
- When one has e.g. a field "foo INT(11) DEFAULT '0' NOT NULL" in
it's ext_tables.sql definition, the comparison will a... - 19:18 Revision 7e8159a2: [BUGFIX] Missing file extension class with "file links" type
- The content element type "file links" can't render
the the css class for the file extension, because
it uses a non-ex... - 19:06 Revision 4efcdb4c: [BUGFIX] Missing file extension class with "file links" type
- The content element type "file links" can't render
the the css class for the file extension, because
it uses a non-ex... - 19:04 Revision 06299cce: [BUGFIX] Missing file extension class with "file links" type
- The content element type "file links" can't render
the the css class for the file extension, because
it uses a non-ex... - 17:53 Revision 408c4b0d: [BUGFIX] List Module - Reference count limited to 20
- The reference count in the list view is limited
to 20. Use the extended view to render the counter.
Fixes: #49004
Re... - 17:51 Revision 0316b1e5: [BUGFIX] List Module - Reference count limited to 20
- The reference count in the list view is limited
to 20. Use the extended view to render the counter.
Fixes: #49004
Re... - 17:48 Revision 083e9b01: [BUGFIX] List Module - Reference count limited to 20
- The reference count in the list view is limited
to 20. Use the extended view to render the counter.
Fixes: #49004
Re... - 16:20 Revision e6af651b: [TASK] Allow sys_category in rootpage
- Allow sys_category records to be stored in the rootpage. (pid=0)
Resolves: #47530
Releases: 6.2, 6.1, 6.0
Change-Id:... - 15:41 Revision f552dac4: [BUGFIX] Recycler ignores depth setting
- The recycler currently ignores the depth
setting, because of a wrong type check
since the migration to mysqli.
Fixes... - 15:23 Revision ba7e83ee: [BUGFIX] Recycler ignores depth setting
- The recycler currently ignores the depth
setting, because of a wrong type check
since the migration to mysqli.
Fixes... - 11:46 Revision 3c801955: [TASK] Remove "require_once" in /typo3/
- During the namespace switch many classes were renamed
and moved to different locations based on the new names.
This ... - 11:34 Revision 425983cb: [BUGFIX] Bad English in system extensions: "screen shot"
- According to wiktionary [1] the word "screenshot" is a compound
word and not two separate words.
[1] http://en.wikti... - 11:32 Revision 6baac6c1: [BUGFIX] Bad English in system extensions: "screen shot"
- According to wiktionary [1] the word "screenshot" is a compound
word and not two separate words.
[1] http://en.wikti... - 11:30 Revision 291f7c2f: [TASK] Move JavaScript files out of t3lib
- t3lib folder should diminish and finally dissolve itself.
Moves JS files out of t3lib to corresponding extension fold...
2013-06-10
- 17:59 Revision 34dc73da: [BUGFIX] FileLogWriter ignores log file configuration
- If there are several instances of TYPO3\CMS\Core\Log\Writer\FileLogWriter
with different log files configured in $log...
2013-06-09
2013-06-08
- 21:04 Revision 0225981b: [BUGFIX] Bad English in TCEforms: "Edit Pagecontent" and "fontface"
- Core language files contain the words "Pagecontent" and "fontface",
which both must be two separate words.
Change-Id... - 21:02 Revision 3ad4be6d: [BUGFIX] Bad English in TCEforms: "Edit Pagecontent" and "fontface"
- Core language files contain the words "Pagecontent" and "fontface",
which both must be two separate words.
Change-Id... - 15:59 Revision 0a8eae67: [TASK] Increase spacing between icon (module menu)
- Adds small additional space between icons and label in mod menu.
Resolves: #48957
Releses: 6.2
Change-Id: Ibbc027872...
2013-06-05
- 00:53 Revision cfc7e437: [TASK] EXT: t3skin - extract table styling
- In order to be able to introduce common table css definition,
CSS must be concentrated in a common file "main_table.c... - 00:29 Revision 0856df46: [TASK] EXT: t3skin: Extract form styling into own file
- File main_content.css currently includes styles definitions
for <form> and corresponding fields.
Extract CSS styling...
Also available in: Atom