Activity
From 2012-11-05 to 2012-12-04
2012-12-04
- 17:13 Revision 6f7599c1: [BUGFIX] MM_match_fields is ignored when persisting MM relations
- With this patch MM_match_fields will be stored into MM table when
persisting MM relations between Extbase objects.
C... - 17:09 Revision 86ac5224: [BUGFIX] MM_match_fields is ignored when persisting MM relations
- With this patch MM_match_fields will be stored into MM table when
persisting MM relations between Extbase objects.
C... - 14:42 Revision b4a4cdd0: [BUGFIX] FE session records are never removed
- The FE session records are never removed,
even if no session data are left.
Change-Id: Ibc281b2831567476dc0ba607de07... - 12:38 Revision 5aff2a57: [BUGFIX] Compatibility fix for get_html_translation_table()
- t3lib_cs::entities_to_utf8() triggers a PHP warning on versions
lower than 5.3.4 because too many parameters were giv... - 12:11 Revision ccb1d711: [FEATURE] stdWrap for string-padding (like PHP-function str_pad)
- Name is .strPad to follow usual TypoScript-syntax.
Parameters:
* left (number)
* padWith (string; default: space)
* t...
2012-12-02
- 14:49 Revision 661d3bcc: [BUGFIX] Fix PHPUnit tests for extbase 1.3
- Some tests were broken due to outdated functionalities.
Change-Id: Ia558ea60f282df5fa4e6c725a5f397a98b5039b8
Fixes: ... - 14:40 Revision 3759059d: [FEATURE] Expand db function searchQuery to handle AND and OR constraints
- The database function searchQuery can build queries for multiple search
words. But those words are expected to be all... - 12:04 Revision 3aa73234: [BUGFIX] Errorpage background color (t3skin)
- The login screen gradient and background color was changed.
This background image is shared with the error pages.
Now... - 12:02 Revision 59dc8fbf: [BUGFIX] Errorpage background color (t3skin)
- The login screen gradient and background color was changed.
This background image is shared with the error pages.
Now... - 11:32 Revision fe2efc6d: [BUGFIX] Wrong category assignment in sys_note
- Wrong category assignment in sys_note. For example select the
"to-do" category and save the note. After saving the ca... - 11:22 Revision 94810369: [BUGFIX] Misspelled functionname in GeneralUtility
- static protected function geImplementationForClass()
Change-Id: Ia6334e533794bbb26c85bce8fb810f03f0d722b4
Fixes: #43... - 11:18 Revision a80455cc: [BUGFIX] Misspelled functionname in GeneralUtility
- static protected function geImplementationForClass()
Change-Id: Ia6334e533794bbb26c85bce8fb810f03f0d722b4
Fixes: #43... - 10:49 Revision 97abd0fa: [BUGFIX] Wrong category assignment in sys_note
- Wrong category assignment in sys_note. For example select the
"to-do" category and save the note. After saving the ca... - 10:48 Revision d0867f6f: [BUGFIX] Image viewhelper clears $GLOBALS['TSFE'] in backend context
- The image viewhelper replaces the $GLOBALS['TSFE'] array to
simulateFrontendEnvironment if it is called in backend co...
2012-12-01
- 22:08 Revision dbeaa4d6: [TASK] Rename bg-image (login/error) to avoid browser caching issues
- Once you upgrade to TYPO3 6.0 your browser might still use the old cached
gray gradient background "images/login/back... - 22:05 Revision d06f0c9d: [TASK] Rename bg-image (login/error) to avoid browser caching issues
- Once you upgrade to TYPO3 6.0 your browser might still use the old cached
gray gradient background "images/login/back... - 21:54 Revision 5aaea94b: [BUGFIX] Prevent type hinting for user functions in EM configuration
- As user functions have their own output the type adding should be
prevented.
Change-Id: Iee9bec99f746dddeb56c3de8be0... - 21:51 Revision 0d74a6a5: [BUGFIX] Prevent type hinting for user functions in EM configuration
- As user functions have their own output the type adding should be
prevented.
Change-Id: Iee9bec99f746dddeb56c3de8be0... - 16:12 Revision 4c8eb915: [BUGFIX] Fix wrong column title in web>list for field colpos
- When activating the field colPos for tt_content elements and using
a backend_layout the wrong column titles are shown... - 16:12 Revision 1f5fe25e: [BUGFIX] Fix wrong column title in web>list for field colpos
- When activating the field colPos for tt_content elements and using
a backend_layout the wrong column titles are shown... - 16:12 Revision 236e831f: [BUGFIX] Fix wrong column title in web>list for field colpos
- When activating the field colPos for tt_content elements and using
a backend_layout the wrong column titles are shown... - 15:58 Revision 87183585: [BUGFIX] Content of Tab is not scrollable.
- Replacing the css selector #ext-gen19 with a more specific one
allows the overflow-rule to work.
Fixes: #13368
Relea... - 15:55 Revision 603cda30: [BUGFIX] Content of Tab is not scrollable.
- Replacing the css selector #ext-gen19 with a more specific one
allows the overflow-rule to work.
Fixes: #13368
Relea... - 15:45 Revision a0032a74: [BUGFIX] Fix wrong column title in web>list for field colpos
- When activating the field colPos for tt_content elements and using
a backend_layout the wrong column titles are shown... - 15:39 Revision 8e50e50b: [BUGFIX] Fix wrong column title in web>list for field colpos
- When activating the field colPos for tt_content elements and using
a backend_layout the wrong column titles are shown... - 15:29 Revision 65103c4b: [BUGFIX] Content of Tab is not scrollable.
- Replacing the css selector #ext-gen19 with a more specific one
allows the overflow-rule to work.
Fixes: #13368
Relea... - 13:01 Revision 339f7396: [BUGFIX] SqlParser: trim all kinds of whitespaces
- SqlParser only trimmed semicolon and newlines
from end of string. Make it strip all characters
usually stripped by tr... - 13:01 Revision f808df4f: [BUGFIX] SqlParser: trim all kinds of whitespaces
- SqlParser only trimmed semicolon and newlines
from end of string. Make it strip all characters
usually stripped by tr... - 13:00 Revision 5b031724: [BUGFIX] SqlParser: trim all kinds of whitespaces
- SqlParser only trimmed semicolon and newlines
from end of string. Make it strip all characters
usually stripped by tr... - 13:00 Revision 4e7124f3: [BUGFIX] SqlParser: trim all kinds of whitespaces
- SqlParser only trimmed semicolon and newlines
from end of string. Make it strip all characters
usually stripped by tr... - 12:48 Revision c7e16c67: [BUGFIX] SqlParser: trim all kinds of whitespaces
- SqlParser only trimmed semicolon and newlines
from end of string. Make it strip all characters
usually stripped by tr...
2012-11-30
- 21:43 Revision 1666d38f: [TASK] Remove typo3.pageModule.js
- Remove typo3.pageModule.js as it is not used in the core
Change-Id: Ie3cd07024d4144bee112caf63c8e39cad4047067
Resolv... - 21:43 Revision 26d0e1a8: [TASK] Remove typo3.pageModule.js
- Remove typo3.pageModule.js as it is not used in the core
Change-Id: I875b8eedebfb0f37cbc30523d5da69de37bf3fb6
Resolv... - 21:41 Revision 7605a68b: [TASK] Remove typo3.pageModule.js
- Remove typo3.pageModule.js as it is not used in the core
Resolves: #43459
Releases: 6.1, 6.0, 4.7, 4.6, 4.5
Change-I... - 21:41 Revision 7642b7d4: [TASK] Remove typo3.pageModule.js
- Remove typo3.pageModule.js as it is not used in the core
Resolves: #43459
Releases: 6.1, 6.0, 4.7, 4.6, 4.5
Change-I... - 21:34 Revision f9e3d218: [TASK] Remove typo3.pageModule.js
- Remove typo3.pageModule.js as it is not used in the core
Resolves: #43459
Releases: 6.1, 6.0, 4.7, 4.6, 4.5
Change-I... - 21:09 Revision 9531c09c: [BUGFIX] Fix Task examples in scheduler
- Fix the Task examples in scheduler. The values cannot be saved
due the namespace change
Change-Id: I091c7982fb08add4... - 21:06 Revision 993223a1: [BUGFIX] Fix Task examples in scheduler
- Fix the Task examples in scheduler. The values cannot be saved
due the namespace change
Change-Id: I091c7982fb08add4... - 20:51 Revision fcd137b5: [BUGFIX] Installer: Reference images wrong
- The reference images for reading PDF and AI images
in the Install Tool > Image Processing are still
using the old TYP... - 20:51 Revision 646c5464: [BUGFIX] Installer: Reference images wrong
- The reference images for reading PDF and AI images
in the Install Tool > Image Processing are still
using the old TYP... - 20:51 Revision 8892bbe5: [BUGFIX] Installer: Reference images wrong
- The reference images for reading PDF and AI images
in the Install Tool > Image Processing are still
using the old TYP... - 20:26 Revision 01fd9dcf: [BUGFIX] Installer: Reference images wrong
- The reference images for reading PDF and AI images
in the Install Tool > Image Processing are still
using the old TYP... - 20:21 Revision aedad253: [BUGFIX] Installer: Reference images wrong
- The reference images for reading PDF and AI images
in the Install Tool > Image Processing are still
using the old TYP... - 20:08 Revision 6c905a65: [TASK] ext:form Unit test all filters
- Add several tests for each filter of the form extension.
Resolves: #43473
Releases: 6.1, 6.0
Change-Id: I1c5ebf074c... - 20:05 Revision 3dae3727: [TASK] ext:form Unit test all filters
- Add several tests for each filter of the form extension.
Resolves: #43473
Releases: 6.1, 6.0
Change-Id: I1c5ebf074c... - 18:02 Revision cab3ed1e: [BUGFIX] Error in configuration of scheduler task
- the saltedpassword conversion task has been adopted to the namespace
changes. However the HTTP GET variable must not ... - 18:01 Revision 21a57875: [BUGFIX] Error in configuration of scheduler task
- the saltedpassword conversion task has been adopted to the namespace
changes. However the HTTP GET variable must not ... - 17:39 Revision ef426db6: [BUGFIX] ClassLoader error after installing extension
- When e.g. installing tt_news version 3.4.0 (compatible to
TYPO3 CMS 6.0.0) a fatal error will be shown since tt_news
... - 17:35 Revision ea8e74d8: [BUGFIX] ClassLoader error after installing extension
- When e.g. installing tt_news version 3.4.0 (compatible to
TYPO3 CMS 6.0.0) a fatal error will be shown since tt_news
... - 12:14 Revision f3fd603c: [BUGFIX] Page module Drag&Drop broken
- Patch '[BUGFIX] Remove BE login scrollbars' for issue #43330 broke
the page module drag&drop for unknown reasons. The... - 12:06 Revision 78d98f09: [BUGFIX] Page module Drag&Drop broken
- Patch '[BUGFIX] Remove BE login scrollbars' for issue #43330 broke
the page module drag&drop for unknown reasons. The... - 09:37 Revision 9716cf8e: [BUGFIX] Page Information shows incorrect number of total hits
- You need to install the extension "sys_stat" to show the mentioned hit
statistics.
Due to an error in the code a time... - 09:32 Revision 8684a619: [BUGFIX] Page Information shows incorrect number of total hits
- You need to install the extension "sys_stat" to show the mentioned hit
statistics.
Due to an error in the code a time...
2012-11-29
- 23:08 Revision b69a5259: [BUGFIX] Page Information shows incorrect number of total hits
- You need to install the extension "sys_stat" to show the mentioned hit
statistics.
Due to an error in the code a time... - 22:57 Revision c0221e9b: [BUGFIX] Old logo on "Install Tool is locked" page
- The page that warned users that the install tool is locked still
showed the old TYPO3 logo. I corrected this by chang... - 22:54 Revision 7c816718: [BUGFIX] Old logo on "Install Tool is locked" page
- The page that warned users that the install tool is locked still
showed the old TYPO3 logo. I corrected this by chang... - 22:53 Revision 209d6079: [BUGFIX] Old logo on "Install Tool is locked" page
- The page that warned users that the install tool is locked still
showed the old TYPO3 logo. I corrected this by chang... - 22:31 Revision 04b2e6c3: [BUGFIX] Form values with newlines escaped in email
- nl2br() is executed before htmlspecialchars(). Needs to be
the other way round so the <br/> is not encoded as well.
... - 22:28 Revision f0d8ed0a: [BUGFIX] Form values with newlines escaped in email
- nl2br() is executed before htmlspecialchars(). Needs to be
the other way round so the <br/> is not encoded as well.
... - 22:22 Revision 98eacf9c: [BUGFIX] Form values with newlines escaped in email
- nl2br() is executed before htmlspecialchars(). Needs to be
the other way round so the <br/> is not encoded as well.
... - 22:18 Revision 7a309097: [BUGFIX] Form values with newlines escaped in email
- nl2br() is executed before htmlspecialchars(). Needs to be
the other way round so the <br/> is not encoded as well.
... - 22:12 Revision 23804c63: [BUGFIX] Remove BE login scrollbars
- The BE login should not have scrollbars as long as it fits
on the screen.
Fixes: #43330
Releases: 6.0
Change-Id: I5... - 22:05 Revision 21daa1ee: [BUGFIX] Move unit tests around
- The dbal unit tests still do not stick to the usual
structure that was established with 6.0. The patch
moves existing... - 22:01 Revision fcbc82a7: [BUGFIX] Move unit tests around
- The dbal unit tests still do not stick to the usual
structure that was established with 6.0. The patch
moves existing... - 20:24 Revision 5868e1f5: [BUGFIX] ContentObjectRenderer instantiates old class names
- The content object renderer still instantiates content objects with
tslib_content_ prefix. The patch changes this to ... - 20:17 Revision 36e4088b: [BUGFIX] ContentObjectRenderer instantiates old class names
- The content object renderer still instantiates content objects with
tslib_content_ prefix. The patch changes this to ... - 20:14 Revision be90763d: [BUGFIX] Remove BE login scrollbars
- The BE login should not have scrollbars as long as it fits
on the screen.
Fixes: #43330
Releases: 6.0
Change-Id: I9... - 19:52 Revision f6b1e096: [BUGFIX] EM does not update extension list
- Currently the Extension Manager looks up the field
in the extension repository repository on how many
extensions are ... - 19:48 Revision 4c0aa1f5: [BUGFIX] EM does not update extension list
- Currently the Extension Manager looks up the field
in the extension repository repository on how many
extensions are ... - 19:26 Revision 48437098: [TASK] Activate travis also for 6.0 branch
- Change-Id: I316add5b375527ffd3e91dfec701c781c376d857
Reviewed-on: http://review.typo3.org/16860
Reviewed-by: Helmut H... - 19:26 Revision 203d5c89: [TASK] Activate travis also for 6.0 branch
- Change-Id: I316add5b375527ffd3e91dfec701c781c376d857
Reviewed-on: http://review.typo3.org/16859
Reviewed-by: Helmut H... - 00:06 Revision 5b2048e3: [TASK] Update ChangeLog.txt for 6.0
- The Changelog is updated with a list of all commits since 4.7.
Fixes: #43334
Releases: 6.0
Change-Id: I64f485c0c9ed... - 00:02 Revision 6c0bf1a2: [TASK] Update ChangeLog.txt for 6.0
- The Changelog is updated with a list of all commits since 4.7.
Fixes: #43334
Releases: 6.0
Change-Id: I64f485c0c9ed...
2012-11-28
- 23:52 Revision 1cbe0cb2: [BUGFIX] AbstractFormFieldViewHelper always converts entities
- AbstractFormFieldViewHelper::getValue() currently always tries
to convert objects to identities by calling
Persistenc... - 23:52 Revision dcd0ba49: [BUGFIX] AbstractFormFieldViewHelper always converts entities
- AbstractFormFieldViewHelper::getValue() currently always tries
to convert objects to identities by calling
Persistenc... - 23:52 Revision 7cdf586c: [BUGFIX] AbstractFormFieldViewHelper always converts entities
- AbstractFormFieldViewHelper::getValue() currently always tries
to convert objects to identities by calling
Persistenc... - 23:43 Revision 1e3b9dcc: [BUGFIX] CObjectViewHelper uses deprecated function
- CObjectViewHelper uses deprecated function getAccessibleProperties.
Use getGettableProperties instead
Change-Id: Ic3... - 20:13 Revision 9a18c042: [TASK] Prepare AbstractRepository of FAL for FLOW sync
- The extbase team wants to be in sync with TYPO3 Flow
again which leads to the change of the Repository
Interface that... - 17:28 Revision c110dff4: [TASK] Update version to 6.1.0-dev
- Releases: 6.1
Resolves: #43389
Change-Id: I0112ca34d5ff2ed48d63b0dac2c426db4ad53e83
Reviewed-on: http://review.typo3.... - 17:27 Revision 739d67a1: [TASK] Update version to 6.1.0-dev
- Releases: 6.1
Resolves: #43388
Change-Id: I15df3b3084094b10abd3fc6c251529829e393e7e
Reviewed-on: http://review.typo3.... - 16:07 Revision fe812c3f: [BUGFIX] Workspace state change notification email is always in English
- Bugfix I433a744bb377590de444ac8cf960ccfd0b1430db in EXT:workspaces
slightly changed the way the list of recipient ema... - 12:01 Revision 04028065: [BUGFIX] HTML syntax error in login.html
- This fixes a HTML syntax error in the login.html file.
One double-quote is superfluous.
Fixes: #43373
Releases: 6.1,... - 11:59 Revision 42eb598c: [BUGFIX] HTML syntax error in login.html
- This fixes a HTML syntax error in the login.html file.
One double-quote is superfluous.
Fixes: #43373
Releases: 6.1,...
2012-11-27
- 14:24 Revision badb69da: [TASK] Set version to 6.1-dev
- Change-Id: Ia4274d154621c1e7d48dd89483b932a1279fc5e7
Releases: 6.1
Reviewed-on: http://review.typo3.org/16802
Reviewe... - 13:52 Revision ac3c16ae: [TASK] Set TYPO3 version to 6.0.1-dev
- Change-Id: Ia15f4c22ea5f3948486a952bb25218c2c3855640
Reviewed-on: http://review.typo3.org/16800
Reviewed-by: TYPO3 Re... - 13:52 Revision 59b7d46a: [RELEASE] Release of TYPO3 6.0.0
- Change-Id: I22dc30f6d000482eb13e79fb9e985889a1868b82
Reviewed-on: http://review.typo3.org/16799
Reviewed-by: TYPO3 Re... - 13:52 Revision f818a58b: [RELEASE] Release of TYPO3 6.0.0
- Change-Id: I22dc30f6d000482eb13e79fb9e985889a1868b82
- 13:43 Revision 18de12e9: Revert "[BUGFIX] Form values with newlines escaped in email"
- This reverts commit 72116577a84da92979511e296324e9ffc3e0020d
Change-Id: I392ce4a044a491ac61d9ba194361edc0a8d8c7d6
Re... - 12:58 Revision 62f7320d: [TASK] Update NEWS.txt and INSTALL.txt
- Change-Id: Id6be33c7b6073ce801aa0a9e3b7b75f6964ef2c3
Releases: 6.0
Reviewed-on: http://review.typo3.org/16782
Reviewe... - 12:43 Revision 13558906: [BUGFIX] Form values with newlines escaped in email
- nl2br() is executed before htmlspecialchars(). Needs to be
the other way round so the <br/> is not encoded as well.
... - 12:34 Revision c308d1d8: [TASK] openid: Update php-openid to 2.2.2
- Update to current version.
Github-version contains several small
fixes / cleanups, so a current
checkout was used her... - 12:33 Revision e87270e1: [TASK] openid: Update php-openid to 2.2.2
- Update to current version.
Github-version contains several small
fixes / cleanups, so a current
checkout was used her... - 12:33 Revision c667e982: [TASK] openid: Update php-openid to 2.2.2
- Update to current version.
Github-version contains several small
fixes / cleanups, so a current
checkout was used her... - 12:14 Revision 036f5a0b: [BUGFIX] Page Module title is cut
- Increase height of title to prevent content from
below to cut off part of the text.
Change-Id: Ia3f93e061ece32b37ef8... - 11:12 Revision 7dafaa8d: [TASK] Raise Submodule Pointers
- Change-Id: Ia03c62e6755f385021aec981235c498de382b5aa
Reviewed-on: http://review.typo3.org/16788
Reviewed-by: Helmut H... - 11:09 Revision e704e0e7: Revert "[BUGFIX] MM_match_fields is ignored when persisting MM relations"
- This reverts commit 423ff57f029150e1cceb99d35eb5a4b77381f6e3
Change-Id: I597afa00b42a2e0ba55d23df85d6c25d2774387e
Re... - 11:08 Revision 0b66ef56: [BUGFIX] Fix Page module columns position in CSS
- The grid columns in Page module were pushed to far
to the left because of two patches fixing the position.
Reset the... - 11:06 Revision 5961bc5c: [BUGFIX] PHP strict warning in class loader
- The compatibility class loader overwrites method requireClassFileOnce
and adds a parameter. This triggers a PHP stric... - 04:56 Revision 51b482de: [BUGFIX] Add simulatestatic to upgrade wizard
- The upgrade wizard should install the extension
simulatestatic, which is now available in the TER
and not part of the... - 04:15 Revision 22f03d55: [BUGFIX] Fix Extension Manager Tests
- Adapt the tests to the latest changes.
We now expect the the extension list
is updated only if the list is empty
or a... - 03:51 Revision e8d7d71f: [TASK] Raise Submodule Pointers
- Change-Id: I0258f76488098e9fd9bf1e095ecd55daaa97ee75
Reviewed-on: http://review.typo3.org/16776
Reviewed-by: Helmut H... - 03:46 Revision 7977febe: [BUGFIX] SQL error in getLinkCounts
- A comma too much at the list of page ids results in an SQL error.
Solution: Remove any trailing comma.
Fixes: #4332... - 03:26 Revision 16bd9fe4: [BUGFIX] Remove empty brackets when configuration type is unknown
- When reenable the default configuration field rendering it might be happen
that type description es empty and only th... - 03:18 Revision caac39d4: [BUGFIX] Update description on changed error reporting defaults
- In #35154 the PHP error_reporting defaults have changed and
this now changes the description in the install tool.
Ch... - 03:16 Revision a7b8af7d: [TASK] Raise Submodule Pointers
- Change-Id: Iafabbf1ed41d35e8f4a07be9c5e1fd3f357f8cbe
Reviewed-on: http://review.typo3.org/16772
Reviewed-by: Helmut H... - 03:15 Revision 417514d0: [BUGFIX] Remove double closing tag
- Releases: 6.0
Change-Id: If7ad5e0299d92a46f575c25d48ff50f4efbf1c30
Reviewed-on: http://review.typo3.org/16771
Review... - 02:09 Revision a2f0e94b: [BUGFIX] Disable some not finished functions in EM
- The Extension Manager uses jQuery DataTables, but the
current implementation is not streamlined and causes
more troub... - 02:09 Revision 7af8193e: [BUGFIX] Information of last run is not stored/retrieved
- The information is still stored as tx_scheduler.
Use the correct namespace to save the information.
Fixes: #42852
R... - 01:20 Revision bbf40f22: [TASK] Cleanup update wizard configuration
- There are still some old tx_ classes in the update wizard configuration
which should be replaced with their namespace... - 01:18 Revision 3393c2ef: [TASK] Rebrush Page > Language
- Consolidate Page>Language mode with Page>Columns.
Change-Id: I3cb92a44451a8e4ed94ad9aa7d2c3e3f55dd99a6
Resolves: #43... - 01:13 Revision ce8d8e30: [TASK] Secure EXT: beuser database interactions
- Wraps database query input in corresponding functions to clean input.
Also fixes a bug in ViewHelpers to limit output... - 00:46 Revision 3903ee02: [BUGFIX] IMG_RESOURCE not capable of sys_file_reference
- The file.import function can't handle file relations. Sometimes
you have to deal with uids of sys_file_references ins... - 00:43 Revision bccab08e: [TASK] page module styling
- * Styling page module for classic and grid layout
Resolves: #43208
Releases: 6.0
Change-Id: Ie0831ecf37937d0a974bbb... - 00:21 Revision a50a9866: [BUGFIX] Refine new styling of page module
- Fix styling of hidden elements.
Resolves: #43208
Releases: 6.0
Change-Id: Ia51af8adde3352b5a9cd0203e14e7b838902a952... - 00:10 Revision a3e14423: [TASK] Timestamp support for DateTimeConverter
- This change adds DateTimeConverter support for integer values
by using the "U" dateFormat which reads a UnixTimestamp... - 00:09 Revision ef37d75a: [BUGFIX] Some unit tests fail in Core::FolderTest
- Due to use of type hint callable which is available at PHP 5.4 unit tests
fail for lower PHP versions.
Change-Id: I5... - 00:06 Revision c9b6e6eb: [BUGFIX] Old logo on "Install Tool is locked" page
- The page that warned users that the install tool is locked still
showed the old TYPO3 logo. I corrected this by chang...
2012-11-26
- 23:47 Revision 328165f1: [BUGFIX] Extension Manager doesn't care about configuration sorting
- When showing the configuration of an extension actually the Extension
Manager doesn't care about the given sorting. T... - 23:39 Revision dad9ed19: [BUGFIX] impext: export is broken
- Some uses of the LocalPageTree class do not use the namespaced version.
Use the correct class name.
Fixes: #43317
Re... - 23:38 Revision 588fc918: [BUGFIX] Install new system extensions during upgrade process fails
- If you try to update your system from 4.7 to current master the second
step "Install System Extensions" fails because... - 23:14 Revision 846df4a8: Revert "[TASK] Page module styling"
- This reverts commit ac000cec28c6a484e413daf02ee334b4f68d3bb6
Change-Id: Ibe0972321b91a2ccf0e9270fcf17105c0c181caa
Re... - 22:54 Revision 7295be9b: [BUGFIX] Fix font size in login screen
- A minor adjustment to the font size
of the copyright notice.
Releases: 6.0
Change-Id: I38a29c0922084ec9bf2228b635dd... - 22:32 Revision 30979bf5: [TASK] Page module styling
- * styling for the BE layout (grid element)
Resolves: #43208
Releases: 6.0
Change-Id: I80637c5fc49b3f612399f4c42d863... - 22:22 Revision 4b1ac323: [TASK] Rebrush login screen
- Change header style to exclude gradient.
Also Increases input field size and add orange submit.
Change-Id: I67891a5d... - 21:24 Revision fc6179cc: [TASK] CleanUp CSS Styles of IRRE-Elements
- If there are VirtualRecords (e.g. translations) and hidden
elements as IRRE childs the UI is not supporting the user
... - 20:59 Revision 7aff1207: [BUGFIX] Use tablename for fullQuoteStr call
- In Typo3DbBackend->replacePlaceholders method always 'foo' is
used as tablename. As long as mysql is used this makes ... - 20:46 Revision 95c3d920: [BUGFIX] Refine new styling of page module
- * Show all edit icons of a column if hovering over
the column.
Resolves: #43208
Releases: 6.0
Change-Id: I9107e83... - 18:19 Revision bacbbc21: [BUGFIX] Remove empty brackets when configuration type is unknown
- When reenable the default configuration field rendering it might be happen
that type description es empty and only th... - 16:38 Revision 15b9476e: [BUGFIX] Quick Edit triggers warnings of missing key uid
- A see issue for details. Other parts of the core relay on the result of
the "broken" API call.
Fixes: #42845
Release... - 16:35 Revision 111e1664: [BUGFIX] MM_match_fields is ignored when persisting MM relations
- With this patch MM_match_fields will be stored into MM table when
persisting MM relations between Extbase objects.
R... - 16:19 Revision e6718e0f: [BUGFIX] Adapt EXT: beuser filter style to page module
- Adapt the layout of the backend user administration module
to the latest visual approach of the page module (by UI/UX...
2012-11-25
- 21:25 Revision 9ae7500d: [TASK] Protect bootstrap methods
- With 6.0 the bootstrap related core code was split into small methods
and transferred to a group of encapsulating cla... - 19:09 Revision 7a8f28c5: [BUGFIX] FormWizard does not save
- This adds a mapping for the JsonToTyposcript class to resolve
the wrong instantiation due to different versions of fi... - 18:34 Revision 002027d1: [BUGFIX] Rootline relation overlay does not work for translated pages
- Overlays for the relation fields of a page in the rootline,
introduced with the rootline class refactoring, do not wo... - 18:28 Revision 83afb274: [BUGFIX] Fix early calls to makeInstance
- In case of an early call to makeInstance
the object configuration might not be set.
We can fix this by not calling m... - 17:21 Revision 7d80f185: [BUGFIX] Missing table definitions crash Dbal
- The function
\TYPO3\CMS\Extbase\Persistence\Generic\Storage\Typo3DbBackend::parseQuery
returns table names not as num... - 17:15 Revision b9520fb8: [BUGFIX] Obey option SYS: loginCopyrightShowVersion
- Due to a bug introduced in #41992 the current version number
is always displayed within copyright notice underneath l... - 16:44 Revision 0dd88d37: [TASK] Allow Folder and Storage to recursively retrieve Files from Driver
- The drivers in FAL are capable of retrieving files recursively.
This might be sinful in some cases and custom usages.... - 14:44 Revision 1b03bc70: [TASK] Cleanup trailing newline after ?>
- Change-Id: Ib027351a353ca1fc5ee33bb13b18317d64267d8e
Releases: 6.0
Resolves: #43287
Reviewed-on: http://review.typo3.... - 14:05 Revision 81e2386a: [TASK] Raise submodule pointer
- Change-Id: I7b1cefba3bdeb975caadcc403b520a91fdb312c9
Reviewed-on: http://review.typo3.org/16726
Reviewed-by: TYPO3 Re... - 13:21 Revision d13e1ed2: Revert "[BUGFIX] Use correct parameter type in insertPositionIcon"
- This reverts commit 8e0b7cba6649ee92cd741b119277f05a7481df8a
Change-Id: I03c5aa86d3ef07dab5a9de9f4c59f1c3b3fb9a48
Re... - 12:56 Revision acef0e01: [BUGFIX] Use correct parameter type in insertPositionIcon
- PagePositionMap::printContentElementsColumns must call insertPositionIcon
with fake row array instead of empty string... - 12:20 Revision 799c3204: [TASK] Adapt dbal to the new class implementation registry
- The Xclass registration scheme was changed in 6.0 once more.
The patch adapts dbal to follow it. Additionally, some
f... - 12:20 Revision 39789b9c: [TASK] Introduce object implementation registry
- With 6.0 all Xclass inclusion in the classes have been
removed and registration of Xclasses have previously been
move... - 12:17 Revision d6d98473: [BUGFIX] Repair table header row styles
- Restores css styles for table header rows.
Keeps newly introduced style for content element header.
Change-Id: Ic368... - 09:17 Revision 7d595b6d: [BUGFIX] Impexp is broken
- The autoloader assumes that classes are located inside Classes, but the
directory is still lower case classes.
Renam...
2012-11-24
- 23:52 Revision 3f2814f7: [TASK] Styling of Page module
- Overwork the styling of the Page module:
* New style for columns
* Hide new icons by default, show on hover
* Style ... - 20:43 Revision d7510bb1: [BUGFIX] No error messages for own queries
- At the moment there isn't any error message return because the
initialisation of lastHandlerKey is missing.
Change-I... - 13:49 Revision ba065d97: [BUGFIX] Wizard in HTML element moved to t3editor
- If HTML element is used and t3editor is not
installed, an error is thrown.
Solution is to move the wizard code to t3... - 13:48 Revision 7199e5da: [TASK] Group excludefields by table
- Do not display table name redundantly for each item but group items like
it is done for other fields like page types.... - 13:46 Revision c1a22997: [BUGFIX] Livesearch toolbar should close others
- When focussing the livesearch in the backend, other menus
should be closed.
Change-Id: Ic1c9e8ec84748476185d2357c094... - 13:41 Revision 2656dd8f: [BUGFIX] Hide version selector if workspaces are used
- All versioning information and actions should be
hidden if workspaces are used.
One remaining selector is in the pag... - 13:41 Revision c17a292c: [BUGFIX] Hide version selector if workspaces are used
- All versioning information and actions should be
hidden if workspaces are used.
One remaining selector is in the pag... - 13:41 Revision 971145f5: [BUGFIX] Hide version selector if workspaces are used
- All versioning information and actions should be
hidden if workspaces are used.
One remaining selector is in the pag... - 12:31 Revision 0d0e8931: [BUGFIX] Hide version selector if workspaces are used
- All versioning information and actions should be
hidden if workspaces are used.
One remaining selector is in the pag...
2012-11-23
- 14:20 Revision a81bdec7: [BUGFIX] Subject field in FormWizard
- Allow setting the subject of an Email
by adding a 3rd input field to the
post processor section of the form tab.
Cha... - 14:20 Revision 912603d4: [BUGFIX] Subject field in FormWizard
- Allow setting the subject of an Email
by adding a 3rd input field to the
post processor section of the form tab.
Cha... - 09:15 Revision 9d46e693: [CLEANUP] Adjust code to CGL and fix small namespace bugs
- * whitespaces, tabs and blank line issues
* bool -> boolean
* int -> integer
* fix wrong namespace annotations
Fixes...
2012-11-22
- 20:24 Revision 836cb8b1: [TASK] Split FLUIDTEMPLATE class to smaller methods
- The patch splits the FLUIDTEMPLATE content object to smaller
and more readable code pieces. Additionally, 27 new unit... - 20:15 Revision 60de4ebb: [TASK] Update SwiftMailer license exception
- Change-Id: Ia4c9ec4cb174493810e90d018082a92d37485194
Resolves: #42422
Releases: 6.0
Reviewed-on: http://review.typo3.... - 20:13 Revision a3286fbc: [TASK] Rename Swiftmailer license exception file
- Change-Id: Ia1de8910ee216767dfc286590cb81a5cee9f640f
Resolves: #42422
Releases: 6.0
Reviewed-on: http://review.typo3.... - 18:04 Revision 772cef9a: [TASK] Make Fluid translation calls compatible to TYPO3 Flow
- in TYPO3 Flow you can call <f:translate id="..." />
In our Fluid you have to call <f:translate key="..." />
That mak... - 09:57 Revision 205f21f2: [BUGFIX] PHP Module pgsql not supported
- The return value of the function setRequiredPhpModules does not contain
the php modules but some pseudo name. Therefo...
2012-11-21
- 23:47 Revision e561820f: [BUGFIX] Fix header thumbnail for new inserted records
- The header thumbnail is not correctly rendered when
inserting new images because the code tries to fetch
the record w... - 22:56 Revision b07dd194: [BUGFIX] Remove property item of category model
- Because the mere presence of the property leads
to an SqlException in the Typo3DbBackend it has
to be removed for 6.0... - 19:47 Revision ccda3e46: [TASK] Adjust namespaces of persistence unit tests
- Test files that have been moved from Persistence
to Persistence\Generic also have to have an proper
namespace.
Also ... - 19:34 Revision 9ae1a918: [TASK] Move persistence unit tests
- From Persistence to Persistence\Generic
Releases: 6.0
Fixes: #43204
Change-Id: I5eb269217e8369b0f05dc52b2595fed3f1a... - 09:54 Revision 47cde0c2: [BUGFIX] Typos in language labels and variables in EM
- Fix a few typos.
Change-Id: Id1087e7972e65f0d4463d6d4c7c0613039bbb98e
Fixes: #43188
Releases: 6.0
Reviewed-on: http:... - 01:02 Revision f9769ef7: [TASK] Set TYPO3 version to 6.0-dev
- Change-Id: I4a43697dd6fa44910243b3a6b4ea57fe499df64b
Reviewed-on: http://review.typo3.org/16649
Reviewed-by: TYPO3 Re... - 01:02 Revision 8f759bd3: [RELEASE] Release of TYPO3 6.0.0rc2
- Change-Id: If2ba9153384609a7f87d8ab3e74c293ae0c77b3a
Reviewed-on: http://review.typo3.org/16648
Reviewed-by: TYPO3 Re... - 01:02 Revision 2bf42680: [RELEASE] Release of TYPO3 6.0.0rc2
- Change-Id: If2ba9153384609a7f87d8ab3e74c293ae0c77b3a
- 00:45 Revision cbd9e5fc: [TASK] Raise submodule pointer
- Change-Id: Ibc293fdca09d424718f858e4b7585082ebf1e461
Reviewed-on: http://review.typo3.org/16647
Reviewed-by: TYPO3 Re... - 00:42 Revision c790dbd7: [TASK] Raise submodule pointer
- Change-Id: I4ac5ae4a9db0304a0debf4afe7c46220afe6314c
Reviewed-on: http://review.typo3.org/16646
Reviewed-by: TYPO3 Re... - 00:39 Revision 037f36dd: [BUGFIX] Placeholder JavaScript handling is active for Non-IE browsers
- The jsfunc.placeholder.js file was introduced to have a fallback
for Internet Explorer on the HTML5 placeholder featu... - 00:39 Revision 683a356a: [TASK] Raise submodule pointer
- Change-Id: I81ae9b9d3a052b8c96c7592e26d325c6fc9f068c
Reviewed-on: http://review.typo3.org/16645
Reviewed-by: TYPO3 Re... - 00:39 Revision 636ad6c8: [FEATURE] Integrate possibility to determine NULL values in TypoScript
- Currently there's no possibility to handle NULL values in
TypoScript. This is related to the feature "Add possibility... - 00:38 Revision c832ced1: [BUGFIX] Deactivated textarea elements are not visualized
- Deactivated textarea elements, fields that have a NULL value
stored in the database, are not visualized correctly whe... - 00:37 Revision 8402d9bc: [TASK] Raise submodule pointer
- Change-Id: I5b275d9ce45c3682976e95982b704bcb24cc9625
Reviewed-on: http://review.typo3.org/16643
Reviewed-by: TYPO3 Re... - 00:28 Revision 64194b1d: [TASK] Fix styling of NULL value fields
- Change-Id: Ib1b9f2f4bc274bcb1f180507a8ca0257323fd4bc
Releases: 6.0
Reviewed-on: http://review.typo3.org/16642
Reviewe... - 00:22 Revision 630650cb: [BUGFIX] Make headerThumbnail in IRRE records configurable
- This patch allows the configuration of the thumbnail image in IRRE
record headers. It is possible to configure e.g. h... - 00:04 Revision 17226c69: [BUGFIX] Fix fatal error in indexed_search
- Fixes: #42932
Related: #42806
Releases: 6.0
Change-Id: I05c179c917ed43cb70c2966984080670192713d4
Reviewed-on: http:/...
2012-11-20
- 23:56 Revision 95fbd727: [TASK] Use new class names in indexed_search
- Fixes: #42930
Releases: 6.0
Change-Id: I71780306d8edcd0da769ba7c56d4d4e3e386b77c
Reviewed-on: http://review.typo3.or... - 23:09 Revision 8252d2e0: [BUGFIX] Fallback of FAL properties does not work
- The fields title, description and alternative are available
in file references and files. If those in file references... - 23:08 Revision 66c204f0: [TASK] Refactor FAL file processing
- File processing is a central part of TYPO3's file usage, as e.g. all
images in content elements have to be resized wh... - 22:09 Revision 86cd5c63: [BUGFIX] Fix failing AbstractWidgetControllerTest
- Change-Id: If248919863fd734290742e3e8b55b434d8e820d3
Fixes: #43171
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 20:55 Revision 39993e74: [CLEANUP] Adjust code to coding guidelines
- * whitespaces, tabs and blank line issues
* bool -> boolean
* int -> integer
* remove @scope and @entity
Fixes: #431... - 20:06 Revision d8dfa6af: [BUGFIX] Remove isLoaded('fluid') call from FLUIDTEMPLATE
- EXT:fluid is a required extension since TYPO3 6.0. The
isLoaded('fluid') call in FLUIDTEMPLATE content object
can be ... - 19:34 Revision 18c428bc: [BUGFIX] Some unit tests fail in Core::LocalDriverTest
- Some tests fail on Windows systems. Mostly this is because of a missing
file and folder permission handling. Those te... - 19:28 Revision 5a91057a: [BUGFIX] Migrate contentObjectRenderer data only when array
- Passed $data in start method could be a non-array, e.g. in fluid
CObjectViewHelper or in extensions. Migrate $data on... - 19:07 Revision 0b5f2500: [BUGFIX] Default behaviour for field rendering of configuration is dropped
- In TYPO3 4.7 (and below) the default field of a configuration was a text
field. With a wrong configuration type in ex... - 19:02 Revision 52551a76: [Task] Make Exception for Controllerdetermination more expressive
- This makes exception 1316104317 more expressive and includes the
extension- and pluginname in the exception message.
... - 18:57 Revision 35122aed: [BUGIFX] File Reference cannot be used to disable specific meta data
- The meta data (like description, title, ...) in File References
cannot be used to disable the inherited data from the... - 18:52 Revision c1f9805e: [BUGFIX] Driver cannot be saved
- Because of a false parameter is not possible to save the chosen DBAL
driver in the LocalConfiguration file.
Change-I... - 18:51 Revision 67bbef35: [BUGFIX] RootlineUtility uses backticks which leads to crashing dbal
- In some queries backticks are used to generate the WHERE clause. Those
backticks lead to an error when using dbal. Th... - 18:49 Revision 5c45a483: [BUGFIX] Missing separator in tables.sql
- For the table sys_category_record_mm after the first KEY command there is
a missing comma which leads to dbal crash.
... - 14:28 Revision 125bdf9e: [BUGFIX] Activating NULL value field does not work with blank string
- Activating a field that supports NULL values and just using a
blank string ("") does not work. The problem is a strcm... - 14:18 Revision b92539c5: [TASK] Integrate possibility to call inaccessible methods in BaseTestCase
- The BaseTestCase already has a possibility to create full blown
accessible object proxies. However if one does not wa... - 11:20 Revision 7c02b0c2: [BUGFIX] Invalid behavior of search for integer in Backend search
- In fact current implementation does not replace the LIKE
operator with an SQL equal statement for numeric fields
but ... - 11:19 Revision 8e85043f: [BUGFIX] Invalid behavior of search for integer in Backend search
- In fact current implementation does not replace the LIKE
operator with an SQL equal statement for numeric fields
but ...
2012-11-19
- 23:02 Revision 9fb6496b: [BUGFIX] Fix setting templateRootPath
- In the conversion to namespaces the overwriting variable is
changed to template. This is fixed with this commit.
Cha... - 22:58 Revision 82887631: [BUGFIX] Tests failing in Core::CategoryCollectionTest
- Some tests are failing in
TYPO3\CMS\Core\Tests\Functional\Category\Collection\CategoryCollectionTest
due to false CRE... - 22:56 Revision 1bbf966e: [TASK] Raise submodule pointer
- Change-Id: I3f333615f87c7682d251987df1e58403720d331b
Reviewed-on: http://review.typo3.org/16592
Reviewed-by: Christia... - 22:48 Revision c72c5077: [TASK] Comment legacy files to be removed with 6.2
- The 'old' class files before namespace switch are commented
to be removed with TYPO3 7.0, but they should be schedule... - 22:15 Revision f85be799: [TASK] Comment legacy files to be removed with 6.2
- The 'old' class files before namespace switch are commented
to be removed with TYPO3 7.0, but they should be schedule... - 22:13 Revision cbf29d38: [TASK] Comment legacy files to be removed with 6.2
- The 'old' class files before namespace switch are commented
to be removed with TYPO3 7.0, but they should be schedule... - 22:12 Revision d178b98d: [TASK] Comment legacy files to be removed with 6.2
- The 'old' class files before namespace switch are commented
to be removed with TYPO3 7.0, but they should be schedule... - 22:10 Revision 6133535e: [TASK] Comment legacy files to be removed with 6.2
- The 'old' class files before namespace switch are commented
to be removed with TYPO3 7.0, but they should be schedule... - 22:04 Revision 3e28ffb1: [TASK] Comment legacy files to be removed with 6.2
- The 'old' class files before namespace switch are commented
to be removed with TYPO3 7.0, but they should be schedule... - 21:38 Revision 7bcf2498: [BUGFIX] cache_imagesizes schema defined twice
- EXT:cms/ext_tables.sql and t3lib/stddb/tables.sql define
an identical table schema of table cache_imagesizes.
Since c... - 21:35 Revision a2b5218c: [TASK] Remove deprecated Fluid classes from IDE file
- The deprecated classes have been removed in Fluid.
Remove them from the IDE file.
Related: #43069
Releases: 6.0
Cha... - 21:25 Revision 24d2f6aa: [TASK] adjust LegacyClassesForIde
- The class extbase/Reflection/Service is renamed to
extbase/Reflection/ReflectionService, so the LegacyClassesForIde
m... - 21:21 Revision 00ce9ac4: [TASK] Raise submodule pointer
- Change-Id: If47b70fb9183b9a36f88a8908ec455de7d1e7fa4
Reviewed-on: http://review.typo3.org/16582
Reviewed-by: Christia... - 21:17 Revision 3c753bcd: [TASK] Remove deprecated methods and classes
- Remove code that has been scheduled for removal
for Fluid 6.0/1.6 except the old property mapper
which needs to stay ... - 20:32 Revision f4315f42: [TASK] Remove not needed require for language service
- The Bootstrap still contains a require statement
for the language service, which can now perfectly be
loaded by the a... - 20:08 Revision b92c1a35: [TASK] Optimize compatibilty class loader
- Do not save rewritten code in compatibility class loader
if no replacements have been found but require the
original ... - 20:07 Revision f2b6f8db: [BUGFIX] Replace calls of tslib_gifbuilder with namespaced class
- In some functions the old class tslib_gifbuilder is still called and
should be replaces with the namespaced class.
C... - 18:45 Revision f5fb763d: [BUGFIX] Use tablename for fullQuoteStr call
- In Typo3DbBackend->replacePlaceholders method always 'foo' is
used as tablename. As long as mysql is used this makes ... - 18:29 Revision 2feacb6b: [BUGFIX] Use tablename for fullQuoteStr call
- In Typo3DbBackend->replacePlaceholders method always 'foo' is
used as tablename. As long as mysql is used this makes ... - 17:02 Revision ddcb6e27: [BUGFIX] Remove newlines after closing php tag
- Also made Jenkins happy...
* ext_localconf.php
* Tests/Unit/Persistence/Mapper/DataMapFactoryTest.php
Releases: 6.0
... - 16:44 Revision f509c210: [BUGFIX] Remove newlines after closing php tag
- Releases: 6.0
Fixes: #43105
Change-Id: Icd787d943e236d835ab51f84e5226bbdbefacc6c
Reviewed-on: http://review.typo3.org... - 15:47 Revision 9d13dedf: [CLEANUP] Replace FLOW3 with TYPO3 Flow
- Releases: 6.0
Fixes: #43036
Change-Id: I62df23587301b4cde3ddeae3686b34f54fe1182e
Reviewed-on: http://review.typo3.org... - 15:15 Revision 83e92d50: [BUGFIX] Force command controller task arguments saved as array
- Executing command controller scheduler tasks without
action arguments fails because the arguments aren't saved as
arr... - 15:12 Revision d6ccd3d9: [TASK] Remove extList from LocalConfiguration
- extList was kept next to the new extListArray in LocalConfiguration.
Both hold the current list of loaded extensions.... - 14:42 Revision e1bd13b2: [BUGFIX] Prevent sql errors with unsupported relation
- Using passthrough as relation causes sql errors
in the addUnionStatement of Typo3DbBackend. To
prevent this an Except... - 12:52 Revision 6f7a494f: [TASK][DB] Increase length of tt_content CType
- The length of the CType file is often too small to contain the name of
the extension that creates a new content eleme... - 08:08 Revision c6d601f2: [BUGFIX] Lost page id after editing record out of Workspace Module
- Given are those steps to reproduce:
* select a sub page in page tree
* open workspace module
* edit one of the worksp... - 08:07 Revision 54d529ad: [BUGFIX] Forward uid to t3lib_BEfunc::getProcessedValue on creating differences
- The behaviour to show differences of records basically was
copied from the history service. Since the history only wo... - 08:05 Revision 4ea5cd99: [BUGFIX] Lost page id after editing record out of Workspace Module
- Given are those steps to reproduce:
* select a sub page in page tree
* open workspace module
* edit one of the worksp... - 08:04 Revision 4c467d08: [BUGFIX] Lost page id after editing record out of Workspace Module
- Given are those steps to reproduce:
* select a sub page in page tree
* open workspace module
* edit one of the worksp... - 08:03 Revision 301c0a79: [BUGFIX] Lost page id after editing record out of Workspace Module
- Given are those steps to reproduce:
* select a sub page in page tree
* open workspace module
* edit one of the worksp... - 08:01 Revision 276c38f2: [BUGFIX] Forward uid to t3lib_BEfunc::getProcessedValue on creating differences
- The behaviour to show differences of records basically was
copied from the history service. Since the history only wo... - 08:01 Revision aae85efd: [BUGFIX] Forward uid to t3lib_BEfunc::getProcessedValue on creating differences
- The behaviour to show differences of records basically was
copied from the history service. Since the history only wo... - 08:01 Revision 98195290: [BUGFIX] Forward uid to t3lib_BEfunc::getProcessedValue on creating differences
- The behaviour to show differences of records basically was
copied from the history service. Since the history only wo... - 04:49 Revision 4286b2e8: [BUGFIX] Make saving scheduler commandController tasks working again
- After converting to namespaces the name of the configuration fields
in backend also contains namespaces. Rename them ... - 04:48 Revision dacba438: [BUGFIX] Add missing TypoScript Mapping for Category Model
- The missing TypoScript configuration for the category model is
provided with this patch.
Fixes: #43084
Releases: 6.0...
2012-11-18
- 22:34 Revision 34278ccc: [BUGFIX] Fix charset inconsistency in Fluid tests
- The encoding viewHelper calls resolveDefaultCharset
which in turn tries to get the charset from the system.
This is i... - 20:05 Revision b97e2be0: [BUGFIX] make cols and rows in TextareaViewHelper optional
- When using the Tx_Fluid_ViewHelpers_Form_TextareaViewHelper to render
a <textarea> Element you must provide "cols" an... - 13:48 Revision 392f572b: [TASK] Remove trailing whitespace
- There must be no empty lines after the closing
PHP tag. Empty lines after closing tags break
output compression in PH... - 12:29 Revision 2be7745a: [BUGIFX] Fix Exception name in beuser module
- Add the missing TYPO3 prefix to the full qualified
class name.
Releases: 6.0
Change-Id: I6a6417dc63a7ef87947b8186ae... - 11:10 Revision 3e23c3ad: [BUGFIX] AbstractFormFieldViewHelper always converts entities
- AbstractFormFieldViewHelper::getValue() currently always tries
to convert objects to identities by calling
Persistenc...
2012-11-17
- 21:00 Revision 3073ff79: [BUGFIX] Narrow down preview header to fit smaller screens
- Current implementation breaks the header of the preview-screen
on smaller resolutions. The attached patch makes sure ... - 15:30 Revision ab846f8f: [BUGFIX] Tx_Extbase_DomainObject_AbstractDomainObject#getUid is final
- The final #getUid() method prevents Doctrine from generating proxies.
Having the method final is not necessary here.
... - 14:41 Revision 286aab2c: [CLEANUP] Remove not existing AOP stuff from fluid
- Releases: 6.0
Fixes: #43037
Change-Id: Ia7f28cfdc47de01a37f926f96904cc3788c1ccaa
Reviewed-on: http://review.typo3.org... - 14:32 Revision fdac3c87: [TASK] Remove forceCharset references from LocalizationUtility
- Since TYPO3 4.7 the forceCharset parameter in TYPO3_CONF_VARS['BE'] is
not needed anymore. This removes references to... - 14:24 Revision 683652e0: [BUGFIX] Fix legacy creation of objects in repository
- Since DI is used for instantiation of session and backend
objects, creating repository objects with makeInstance will... - 14:24 Revision 7cdce737: [BUGFIX] Fix legacy creation of objects in repository
- Since DI is used for instantiation of session and backend
objects, creating repository objects with makeInstance will... - 14:20 Revision 1006ea0a: [BUGFIX] Fix small DebuggerUtility issues
- * adjust css for better/safer margins
* respect ArrayAccess
* fix level depth in array rendering
* fix wrong display ... - 14:14 Revision 1c950462: [BUGFIX] Fix and deprecate legacy creation of objects in repository
- Since DI is used for instantiation of session and backend
objects, creating repository objects with makeInstance will... - 14:02 Revision 83f65d9f: [!!!][BUGFIX] Remove property isOnline from frontenduser model
- Because there is no TCA definition for column is_online the
property would not get filled with data from database in ... - 13:50 Revision d2f4601a: [BUGFIX] EXT:frontend still uses old table name sys_language_overlay
- The extension "frontend" is still using the old table name
sys_language_overlay
This patch fixes this issue by renam... - 13:42 Revision d6b0fcab: [BUGFIX] Make ValidatorResolver respect namespaces
- ValidatorResolver should parse namespaced validator
definitions like:
@validate Vendor.Extension:Foo
or
@validate Ven... - 13:41 Revision cbceae27: [BUGFIX] Old table name sys_language_overlay in use
- The deprecated table name sys_language_overlay is used
This patch fixes this issue by renaming it to
pages_language_... - 11:51 Revision ef7bd7a5: [BUGFIX] Reset 'vendorName' in RequestBuilder to NULL for new requests
- It is currently impossible to use extensions with AND without
namespaces on the same page, since the vendorName is no... - 11:11 Revision d6615cb3: Revert "[BUGFIX] Property mapper: Exception not thrown but skipped"
- This reverts commit 77c267ec4d5d9eb4525cdcde23ed569307fc553f
Change-Id: I32e9ec56ef8856ef487ce8cb0d72f35052f671ec
Re... - 11:03 Revision 91d7d7f2: [BUGFIX] Property mapper: Exception not thrown but skipped
- The transformToObject function in the property mapper
checks for an existing record if an identity is given.
If no re... - 10:39 Revision 37b57355: [BUGFIX] public function configureModule should be static
- In the class Tx_Extbase_Utility_Extension is the public method configureModule
and it seems that the author of the me...
2012-11-16
- 19:13 Revision 5986a066: [BUGFIX] DataMapperFactory respects foreign_table_field
- - add foreign_table_field if present in $TCA
- add a corresponding unit test
Change-Id: I02eac46a7e4b17c001fe30fb946... - 19:04 Revision 5d4063f7: [BUGFIX] Respect all subclasses (single table inheritance)
- If you ask a repository that have subclasses, that have subsubclasses,
than just the subclasses of the first level ge... - 18:40 Revision bcf64a04: [BUGFIX] email validator
- The actuall email validator uses a regex to validate email addresses.
The TYPO3 core offers a method in t3lib_div to ... - 17:22 Revision e8714bdc: [TASK] Remove trailing whitespace
- There must be no empty lines after the closing
PHP tag. Empty lines after closing tags break
output compression in PH... - 16:31 Revision 3754c374: [BUGFIX] Escaping E-Mail addresses conflicts with spam protection
- In case spamProtectEmailAddresses = ascii is enabled via TypoScript
E-Mail Addresses will now be displayed correctly ... - 16:03 Revision 5253bbc3: [BUGFIX] Escaping E-Mail addresses conflicts with spam protection
- In case spamProtectEmailAddresses = ascii is enabled via TypoScript
E-Mail Addresses will now be displayed correctly ... - 16:00 Revision 4ec3bf90: [BUGFIX] RenderingContext instanciated by interface
- The RenderingContext should be instanciated by the interface name
instead of the concrete Classname in Classes/View/T... - 16:00 Revision ad250bcd: [BUGFIX] Cache in BackendConfigurationManager is not taking pageId into account
- Cache in BackendConfigurationManager is not taking pageId into account
Thanks to Timo Schmidt for providing the patch... - 15:59 Revision 55e256bf: [BUGFIX] Cache in BackendConfigurationManager is not taking pageId into account
- Cache in BackendConfigurationManager is not taking pageId into account
Thanks to Timo Schmidt for providing the patch... - 15:59 Revision 1b99ce8c: [BUGFIX] Cache in BackendConfigurationManager is not taking pageId into account
- Cache in BackendConfigurationManager is not taking pageId into account
Thanks to Timo Schmidt for providing the patch... - 15:56 Revision 9934ef05: [FEATURE] CurrencyViewhelper can prepend the currency sign
- With the flag $prependCurrency = TRUE the currency sign can be prepended
instead of appended (e.g. CHF 123.00)
The ad... - 15:55 Revision ec28e311: [FEATURE] CurrencyViewhelper can prepend the currency sign
- With the flag $prependCurrency = TRUE the currency sign can be prepended
instead of appended (e.g. CHF 123.00)
The ad... - 15:28 Revision d9aef108: [BUGFIX] RenderingContext instanciated by interface
- The RenderingContext should be instanciated by the interface name
instead of the concrete Classname in Classes/View/T... - 15:27 Revision 70ff649b: [BUGFIX] Escaping E-Mail addresses conflicts with spam protection
- In case spamProtectEmailAddresses = ascii is enabled via TypoScript
E-Mail Addresses will now be displayed correctly ... - 15:18 Revision 8f01f860: [BUGFIX] Translate labels in paginate widget
- Remove hardcoded labels in paginate widget.
Thanks to Alexander Stehlik for providing a patch.
Change-Id: Iedccd3c5... - 15:05 Revision cefb3b34: [BUGFIX] Correctly apply _LOCAL_LANG from typoscript
- Language labels from typoscript are currently loaded by overwriting the
source/target array that is required by the m... - 14:51 Revision 1a5efc0f: [BUGFIX] Correctly apply _LOCAL_LANG from typoscript
- Language labels from typoscript are currently loaded by overwriting the
source/target array that is required by the m... - 14:27 Revision c7092fe8: [BUGFIX] Translate labels in paginate widget
- Remove hardcoded labels in paginate widget.
Thanks to Alexander Stehlik for providing a patch.
Change-Id: I7330e06c... - 13:25 Revision 7e443bd4: [BUGFIX] Invalid behavior of search for integer in Backend search
- In fact current implementation does not replace the LIKE
operator with an SQL equal statement for numeric fields
but ... - 13:01 Revision c7cafbee: [TASK] Remove @package and @subpackage annotations
- With namespaces the @package and @subpackage annotations
do not have a real benefit anymore and can be removed.
Chan... - 12:59 Revision d09a542a: [BUGFIX] Correctly apply _LOCAL_LANG from typoscript
- Language labels from typoscript are currently loaded by overwriting the
source/target array that is required by the m... - 12:30 Revision 803bcd7a: [BUGFIX] Always add the "alt" attribute for images
- The ImageViewHelper does not add the alt-attribute to the
image tag if it is not set. This patch renders always the
a... - 12:22 Revision 6409b98d: [TASK][workspaces] Remove @package and @subpackage annotations
- With namespaces the @package and @subpackage annotations
do not have a real benefit anymore and can be removed.
Chan... - 12:20 Revision c6e3fba5: [TASK][version] Remove @package and @subpackage annotations
- With namespaces the @package and @subpackage annotations
do not have a real benefit anymore and can be removed.
Chan... - 12:15 Revision f59de462: [TASK][linkvalidator] Remove @package and @subpackage annotations
- With namespaces the @package and @subpackage annotations
do not have a real benefit anymore and can be removed.
Chan... - 12:10 Revision 6e3f6a58: [TASK][dbal] Remove @package and @subpackage annotations
- With namespaces the @package and @subpackage annotations
do not have a real benefit anymore and can be removed.
Chan... - 11:36 Revision c91eee21: [BUGFIX] Rename Reflection\Service to Reflection\ReflectionService
- Since it's renamed in Extbase it
has to be adjusted in Fluid also.
Releases: 6.0
Fixes: #43017
Change-Id: Ib26b999ba...
2012-11-15
- 23:05 Revision a75bac8c: [TASK] Fix deprecated $doc->isCMlayers()
- Function TYPO3\CMS\Backend\Template\DocumentTemplate->isCMlayers()
is not needed and can be removed.
Change-Id: I7ce... - 22:50 Revision 68759f08: [BUGFIX] GeneralUtility::validEmail() can throw warnings
- If GeneralUtility::validEmail() is called with array or object
as parameter, warnings or errors are thrown of type "s... - 13:51 Revision 6716a6fa: [BUGFIX] Follow-up clean-up to #19938
- Refactoring #19938 a loose end was forgotten to be removed in one test.
Change-Id: I36d1f9368eb829afebd5c3be2282811b... - 11:44 Revision a0f4d13c: [BUGFIX] EXT:felogin: Multiple bugs with preserveGETvars
- Refactor and fix handling of preserveGETvars in felogin.
* Add support for multi dimensional arrays
* urlencode() v... - 10:32 Revision 201b7814: [BUGFIX] Form shows Fatal Error in Frontend
- This resolves the wrong instantiation of all classes
that contain uppercase characters within a certain
class name pa... - 00:51 Revision 198cf860: [BUGFIX] Remove dependency to iconv lib in form
- The form extension uses iconv_strlen to determine
the string length, which fails when this method
is not present in P... - 00:33 Revision 517742c0: [TASK] Rename Reflection/Service to Reflection/ReflectionService
- This is part of the code cleanup.
Change-Id: I1d9ff99b565e279110ee8c6e1cff8ab6a47566f5
Resolves: #42808
Releases: 6.... - 00:23 Revision 9dfb8e20: [BUGFIX] Cache in BackendConfigurationManager is not taking pageId into account
- Cache in BackendConfigurationManager is not taking pageId into account
Thanks to Timo Schmidt for providing the patch... - 00:19 Revision 507fe965: [BUGFIX] DataMapperFactory respects foreign_table_field
- - add foreign_table_field if present in $TCA
- add a corresponding unit test
Change-Id: I02eac46a7e4b17c001fe30fb946...
2012-11-14
- 20:56 Revision 637eb35e: [TASK] Raise submodule pointer
- Change-Id: I19bf442d362fc1ba7dd2df2d5d7e55c592222e27
Reviewed-on: http://review.typo3.org/16447
Reviewed-by: Christia... - 20:48 Revision dc063acb: [TASK] Re-implement extension status for reports module
- The reports module to show the main typo3.org TER repository
extension list status and the security state of loaded a... - 20:48 Revision 549a3b5d: [TASK] Fix CGL issues
- Wrap a long line and rename an internal variable to lower camel case.
Resolves: #42844
Releases: 6.0
Change-Id: Ia7... - 20:09 Revision b7a29e98: [BUGFIX] Fix Annotation for Category model
- This fixes the annotation for the item property in the Category model.
Resolves: #42970
Releases: 6.0
Change-Id: Ic...
2012-11-13
- 20:16 Revision 287a5aea: [BUGFIX] Labels in EM are not translated
- The configuration of an extension can make use of
labels and those are not translated in a select box.
Therefore use... - 14:33 Revision 720ba137: [TASK] Improve wincache has() function
- Change-Id: Ia90500734c71095c82f774ac6c0acd16ce28f096
Resolves: #42253
Releases: 6.0
Reviewed-on: http://review.typo3.... - 12:58 Revision 66ea0a3a: [BUGFIX] Fix missing option labels in EXT:saltedpasswords ext config
- The labels for the options of the settings "Hashing method for the
backend|frontend" are missing because the class na... - 12:29 Revision 5aebcab2: [BUGFIX] Fix userfunc paths in EXT:saltedpasswords ext_conf_template.txt
- Paths to the class files and class names for the user functions used
in the extension configuration of EXT:saltedpass...
2012-11-12
- 23:18 Revision 6ed8e48e: [TASK] Set TYPO3 version to 4.7.8-dev
- Change-Id: I9700f8c1a064f9e8703d4ea9b6d11c545a05a6b0
Reviewed-on: http://review.typo3.org/16435
Reviewed-by: TYPO3 Re... - 23:18 Revision f62fcc2c: [RELEASE] Release of TYPO3 4.7.7
- Change-Id: If1907298be3ca5d442e17706d8f9ab66d1af2741
Reviewed-on: http://review.typo3.org/16434
Reviewed-by: TYPO3 Re... - 23:18 Revision 4f5ec20b: [RELEASE] Release of TYPO3 4.7.7
- Change-Id: If1907298be3ca5d442e17706d8f9ab66d1af2741
- 23:08 Revision 6ce7096b: [TASK] Set TYPO3 version to 4.6.16-dev
- Change-Id: I0ff0a5e65b7c7ec5c5c2e6537c68fed6d0f856f9
Reviewed-on: http://review.typo3.org/16433
Reviewed-by: TYPO3 Re... - 23:08 Revision 0b021439: [RELEASE] Release of TYPO3 4.6.15
- Change-Id: I5770c742c148020d910d4e9121a4390a472f31e2
Reviewed-on: http://review.typo3.org/16432
Reviewed-by: TYPO3 Re... - 23:08 Revision adb1acac: [RELEASE] Release of TYPO3 4.6.15
- Change-Id: I5770c742c148020d910d4e9121a4390a472f31e2
- 22:56 Revision 617522fe: [TASK] Set TYPO3 version to 4.5.23-dev
- Change-Id: I2f1603b370eb228873258a043224695793b47d77
Reviewed-on: http://review.typo3.org/16430
Reviewed-by: TYPO3 Re... - 22:56 Revision 483fc682: [RELEASE] Release of TYPO3 4.5.22
- Change-Id: Icfc1fbc466f1aea983c86b4c9048147bfa858aba
Reviewed-on: http://review.typo3.org/16429
Reviewed-by: TYPO3 Re... - 22:56 Revision 5f51b5cb: [RELEASE] Release of TYPO3 4.5.22
- Change-Id: Icfc1fbc466f1aea983c86b4c9048147bfa858aba
- 22:49 Revision acba620d: [TASK] Raise submodule pointer
- Change-Id: Iab17d9e457e8a704227ea5df5dcf9805cdf5014c
Reviewed-on: http://review.typo3.org/16428
Reviewed-by: TYPO3 Re... - 22:46 Revision f9f79d83: [TASK] Raise submodule pointer
- Change-Id: I648ce4a04832faba5806eb2cf75415f9a7b527a0
Reviewed-on: http://review.typo3.org/16427
Reviewed-by: TYPO3 Re... - 22:44 Revision 599c0986: [TASK] Raise submodule pointer
- Change-Id: Ib9a9ea100f974bbba6e228ccc97a2e2be035e056
Reviewed-on: http://review.typo3.org/16426
Reviewed-by: TYPO3 Re... - 22:38 Revision 00f7f89f: [TASK] Raise version numbers of system extensions
- Change-Id: I600c93d9e5f5bb0dccd18caab40a5bf03df6c726
Reviewed-on: http://review.typo3.org/16422
Reviewed-by: Steffen ... - 22:33 Revision 221ed340: [TASK] Raise version numbers of system extensions
- Change-Id: I932ec4d55653397f9abdeaeaeaa4e005bd363de0
Reviewed-on: http://review.typo3.org/16421
Reviewed-by: Steffen ... - 22:32 Revision 5f3d11ad: [TASK] Raise version numbers of system extensions
- Change-Id: I0b6a0b9d6fe75d10f8ebec9e920ac4c7480e45cf
Reviewed-on: http://review.typo3.org/16416
Reviewed-by: Steffen ... - 22:31 Revision e5b21251: [TASK] Raise version number of system extensions
- Change-Id: Iad8372eecc471aaa53ea9aaded85f3850025ba95
Reviewed-on: http://review.typo3.org/16423
Reviewed-by: Steffen ... - 22:30 Revision c0283adc: [TASK] Raise version number of system extensions
- Change-Id: Ie1caff0976b8250ce31170a3cb7c59d4c9e6722e
Reviewed-on: http://review.typo3.org/16424
Reviewed-by: Steffen ... - 22:30 Revision e09c30b4: [TASK] Raise version number of system extensions
- Change-Id: I32d3cfdea48a03561e678dc5c5f6308698a7d39a
Reviewed-on: http://review.typo3.org/16425
Reviewed-by: Steffen ... - 21:23 Revision c615a1e3: [TASK] Raise version numbers of system extensions
- Change-Id: Ibf6853d59c58fbad38ff806ac1ba603728c8abb5
Reviewed-on: http://review.typo3.org/16414
Reviewed-by: Steffen ... - 21:22 Revision f52c5356: [TASK] Raise version numbers of system extensions
- Change-Id: Ib1b2de9db3f3a63447ff5a4f9e4e48da8e95e547
Reviewed-on: http://review.typo3.org/16413
Reviewed-by: Steffen ... - 21:22 Revision 781a9d88: [TASK] Raise version numbers of system extensions
- Change-Id: I067979476abdc1ec06084ef8dfc11e25f78ba0d8
Reviewed-on: http://review.typo3.org/16412
Reviewed-by: Steffen ... - 21:21 Revision 3fcfed80: [TASK] Raise version numbers of system extensions
- Change-Id: I13cafa436d3ebafb53f46ccdfb7872e1c86677bb
Reviewed-on: http://review.typo3.org/16411
Reviewed-by: Steffen ... - 21:20 Revision e7cc3cf9: [TASK] Raise version numbers of system extensions
- Change-Id: I8596d364b7c578f118ce940f6a8b3612b2a75b94
Reviewed-on: http://review.typo3.org/16410
Reviewed-by: Steffen ... - 21:18 Revision cf559c1d: [TASK] Raise version numbers of system extensions
- Change-Id: I0bfe793d472d5c883cd369045502d22d0393ec7f
Reviewed-on: http://review.typo3.org/16409
Reviewed-by: Steffen ... - 21:17 Revision 9a043f4d: [TASK] Raise version numbers of system extensions
- Change-Id: Ieac9c8eacf939bebc9a517bbef4c710dfa88dcca
Reviewed-on: http://review.typo3.org/16408
Reviewed-by: Steffen ... - 21:05 Revision 0b90ac65: [TASK] Raise version number of system extensions
- Change-Id: I6128470c3beac6ad65c5bb285ecc6bafaa2d20f5
Reviewed-on: http://review.typo3.org/16417
Reviewed-by: Steffen ... - 21:05 Revision d1ca470f: [TASK] Raise version number of system extensions
- Change-Id: I0b26ecfad1fccf4bf50ebf26e443f0c906a94aae
Reviewed-on: http://review.typo3.org/16418
Reviewed-by: Steffen ... - 21:04 Revision b2cf2be6: [TASK] Raise version number of system extensions
- Change-Id: I7bf2c353babc39d6fee35fced695d1c434906873
Reviewed-on: http://review.typo3.org/16419
Reviewed-by: Steffen ... - 21:03 Revision d3ec9665: [TASK] Raise version number of system extensions
- Change-Id: I831f1246b60b402cf626d4d3f3d26b8787062001
Reviewed-on: http://review.typo3.org/16420
Reviewed-by: Steffen ... - 21:01 Revision 950a1527: [TASK] Raise version numbers of system extensions
- Change-Id: I97c6d472d24347a2c537836c414f2375e319c20b
Reviewed-on: http://review.typo3.org/16415
Reviewed-by: Steffen ... - 20:22 Revision 56690f15: [BUGFIX] Fix tests for NotEmptyValidator for 1.3 and php 5.2
- Change-Id: Ia72f9c5f891865c8307b1b699a965c2a5c2bcad8
Fixes: #42811
Releases: 1.3
Reviewed-on: http://review.typo3.org... - 19:22 Revision 019e29ff: [BUGFIX] Convert deprecated function assertType to assertInstanceOf
- Some tests are broken because of the use of the old function.
Change-Id: I2f28e9d6f0dcc553acfec54c01755979a3228e7b
F... - 19:20 Revision 57f43f6d: [BUGFIX] Some unit tests failing for extbase 1.3
- Still some unit tests fail in extbase 1.3. It seems that changes weren't
backported to lower version.
Change-Id: Icc...
2012-11-11
- 20:39 Revision 56e66659: [BUGFIX] imagecopyresized: correct invalid parameters
- The classes t3lib_stdgraphic and t3lib_iconworks provide
the method imagecopyresized. Those functions got parameters
... - 20:33 Revision 681aea54: [BUGFIX] Regression in t3lib_iconWorks::imagecopyresized
- t3lib_iconWorks::imagecopyresized was refactored
in #26660. Unfortunatelly that change introduced
a regression. Param... - 20:20 Revision 02ccc686: [BUGFIX] Regression in t3lib_iconWorks::imagecopyresized
- t3lib_iconWorks::imagecopyresized was refactored
in #26660. Unfortunatelly that change introduced
a regression. Param... - 13:38 Revision 4ea6cf6a: [TASK] Fix TYPO3 logos
- The logos have been changed to match the new CI,
but were cut out sloppily.
Exchange the most prominent logos with p... - 13:37 Revision 99fefa46: [TASK] Fix TYPO3 logos
- The logos have been changed to match the new CI,
but were cut out sloppily.
Exchange the most prominent logos with p... - 13:37 Revision dc4ccbd8: [TASK] Fix TYPO3 logos
- The logos have been changed to match the new CI,
but were cut out sloppily.
Exchange the most prominent logos with p... - 01:28 Revision 3ddfa364: [TASK] Fix TYPO3 logos
- The logos have been changed to match the new CI,
but were cut out sloppily.
Exchange the most prominent logos with p...
2012-11-10
- 22:06 Revision bdc3e1f1: [TASK] Set TYPO3 version to 6.0-dev
- Change-Id: I68301629737a66a76332e59b3ccd674bb7d05722
Reviewed-on: http://review.typo3.org/16387
Reviewed-by: TYPO3 Re... - 22:06 Revision 8bc8e45b: [RELEASE] Release of TYPO3 6.0.0rc1
- Change-Id: Id506e3479c6b48526b7a9cdfdd211bc33c1a61d6
Reviewed-on: http://review.typo3.org/16386
Reviewed-by: TYPO3 Re... - 22:06 Revision e249a770: [RELEASE] Release of TYPO3 6.0.0rc1
- Change-Id: Id506e3479c6b48526b7a9cdfdd211bc33c1a61d6
- 21:54 Revision cd8366d4: [TASK] Raise submodule pointer
- Change-Id: Ia29003835d4004f844fc286eae8c14f9c4a45dcc
Reviewed-on: http://review.typo3.org/16385
Reviewed-by: TYPO3 Re... - 19:27 Revision 1ac0809a: [BUGFIX] Add "suggests" as valid dependency type
- Currently extensions with "suggests" contraint in ext_emconf.php
fail to install in Extension Manager with exception
... - 19:24 Revision 198c4234: [BUGFIX] Fix update translation handling
- The current translation handling does not respect
subfolders in the zip file during extraction.
This leads to partly ... - 17:59 Revision 9f1efb64: [FEATURE] Add possibility to store NULL values
- The current implementation in the TYPO3 backend does not allow
to store NULL values, only empty strings or zero as nu... - 15:22 Revision cc218757: [BUGFIX] Fix namespaced \Countable
- Usage of namespaced Countable call breaks the compatibility for
PHP 5.2.
Besides that unit-test have been modified t... - 14:54 Revision ec8e8305: [BUGFIX] Unit tests use SplObjectStorage in PHP 5.2 context
- Since Extbase 1.3 was released in TYPO3 4.5 and the PHP
requirements are PHP 5.2, using SplObjectStorage is not allow... - 14:52 Revision 0b15d647: [BUGFIX] getFuncCheck must quotes wrong
- The security fix preventing XSS included a regression
since the quoting has been backported wrong.
This results in a... - 14:51 Revision 0e6c1def: [BUGFIX] getFuncCheck must quotes wrong
- The security fix preventing XSS included a regression
since the quoting has been backported wrong.
This results in a... - 14:42 Revision 6757b85e: [BUGFIX] #42812 Most checkboxes (like Extended View) are not working
- Due to a js error checkboxes in list view are not working
Change-Id: I80210a30ad9e7bb1d7b9da3b9d09490c428a24ff
Relea... - 13:08 Revision 6ab0f6aa: [FEATURE] Enable IRRE fields in FlexForms
- This patch enables IRRE fields in flexform. They can be used
identically to the TCA.
FlexForm segments are separated...
2012-11-09
- 21:08 Revision 3e81acfb: [BUGFIX] Rename SUViewHelper to SwitchUserViewHelper
- On case sensitive file systems the SUViewHelper
cannot be found, as the file is named SUViewHelper.php
and the class ... - 17:43 Revision a7d5b0a2: [BUGFIX] Content Elements "uploads" ignores translations
- The TypoScript Object "FILES" has been changed to be aware
of translations in the meantime. Anyhow the Content Elemen... - 09:00 Revision 8c3146b9: [BUGFIX] Always add the "alt" attribute for images
- The ImageViewHelper does not add the alt-attribute to the
image tag if it is not set. This patch renders always the
a... - 05:38 Revision 1c9795f6: [TASK] Improve rendering of non existent content types
- If a custom content element is created by using
an extension and the ext is removed, an empty content
element is rend... - 05:38 Revision 3effdb10: [TASK] Add configuration for default categorized tables
- A list of default categorized tables is put within the Install Tool
for now, since we don't have a dedicated BE modul... - 00:28 Revision 3a0857ce: [TASK] Raise submodule pointer
- Change-Id: Ia33701578c100bb67beb66d010f76208d9c16457
Reviewed-on: http://review.typo3.org/16338
Reviewed-by: Helmut H...
2012-11-08
- 23:57 Revision 06f9be00: [BUGFIX] Fix SEARCHRESULT content object
- During namespacing the SEARCHRESULT content object,
which had two classes, has been messed up.
Combine both classes ... - 23:42 Revision f91c302e: [BUGFIX] Fix OTABLE content object
- During namespacing the OTABLE content object
which had of two classes has been messed up.
Combine both classes into ... - 23:04 Revision 3393d5f0: [TASK] Remove deleted class from alias map
- Releases: 6.0
Change-Id: Ia711da58f765a91602d0729a4c7dc0d35d012151
Reviewed-on: http://review.typo3.org/16335
Review... - 23:02 Revision ac0aa721: [TASK] Add "Abstract" prefix to abstract task class
- All abstract classes should be start with an Abstract
prefix in the class name.
Adjust the abstract task class to thi... - 23:01 Revision 93fdc73a: [TASK] Add "Abstract" prefix to abstract task class
- All abstract classes should be start with an Abstract
prefix in the class name.
Adjust the abstract task class to thi... - 23:00 Revision 27b8d416: [TASK] Add "Abstract" prefix to abstract task class
- All abstract classes should be start with an Abstract
prefix in the class name.
Adjust the abstract task class to thi... - 22:58 Revision 1df97ec9: [TASK] Add "Abstract" prefix to abstract task class
- All abstract classes should be start with an Abstract
prefix in the class name.
Adjust the abstract task class to thi... - 22:55 Revision fbe15cfb: [TASK] Cleanup alias map and recreate IDE file
- Releases: 6.0
Change-Id: I0f8863ae6e711f1da710b39f7644f24212ad41ef
Reviewed-on: http://review.typo3.org/16330
Review... - 22:49 Revision 9675002a: [TASK] Add "Abstract" prefix to abstract task class
- All abstract classes should be start with an Abstract
prefix in the class name.
Adjust the abstract task class to th... - 18:06 Revision 4b33e0a0: [TASK] Update version number in system extensions
- Update the version number in system extensions which
have been forgotten.
Resolves: #42728
Releases: 6.0
Change-Id: ... - 13:11 Revision 8c983481: [TASK] Set TYPO3 version to 4.7.7-dev
- Change-Id: I6e1edfaf29e2d490975348a4b15ea4073a1c3751
Reviewed-on: http://review.typo3.org/16313
Reviewed-by: TYPO3 Re... - 13:11 Revision c5bdb0d8: [RELEASE] Release of TYPO3 4.7.6
- Change-Id: I80bff9651adb898f456841e79ba8c9cd59467b35
Reviewed-on: http://review.typo3.org/16312
Reviewed-by: TYPO3 Re... - 13:11 Revision 0cc7c15a: [RELEASE] Release of TYPO3 4.7.6
- Change-Id: I80bff9651adb898f456841e79ba8c9cd59467b35
- 13:02 Revision 6cf8ddee: [TASK] Set TYPO3 version to 4.6.15-dev
- Change-Id: I027f9930e59f872e888abe9bcd26d251fe4bc174
Reviewed-on: http://review.typo3.org/16311
Reviewed-by: TYPO3 Re... - 13:02 Revision 0a81b616: [RELEASE] Release of TYPO3 4.6.14
- Change-Id: I3a359e98c9ef77e0660df702d454858c7454aaf7
Reviewed-on: http://review.typo3.org/16310
Reviewed-by: TYPO3 Re... - 13:02 Revision 2225fc47: [RELEASE] Release of TYPO3 4.6.14
- Change-Id: I3a359e98c9ef77e0660df702d454858c7454aaf7
- 12:50 Revision 9587d6f9: [TASK] Set TYPO3 version to 4.5.22-dev
- Change-Id: Ifded04829df1d855b9449133ebbcb0004d65de76
Reviewed-on: http://review.typo3.org/16309
Reviewed-by: TYPO3 Re... - 12:50 Revision 70498f2e: [RELEASE] Release of TYPO3 4.5.21
- Change-Id: I7cc418bb558d4fde094d5d7c3097ac0f967751e2
Reviewed-on: http://review.typo3.org/16308
Reviewed-by: TYPO3 Re... - 12:49 Revision d9720ad9: [RELEASE] Release of TYPO3 4.5.21
- Change-Id: I7cc418bb558d4fde094d5d7c3097ac0f967751e2
- 12:45 Revision a0ede7db: [SECURITY] Fix SQL injection and XSS in record history
- This patch fixes the SQL injection possibilities in the record
history view as well as fixing XSS possibilities. The ... - 12:44 Revision 74c2aabf: [SECURITY] XSS in TCA Tree
- Properly html encode the label of tree nodes.
Fixes: #42774
Releases: 6.0, 4.7, 4.6, 4.5
Change-Id: I56b823bdd7ac8f... - 12:44 Revision 2bbc7a32: [SECURITY] Fix potential XSS in BackendUtlility::getFuncCheck
- The method getFuncCheck creates an URL from input variables and puts
it in JavaScript context without properly encodi... - 12:44 Revision f5d3162b: [SECURITY] Fix SQL injection and XSS in record history
- This patch fixes the SQL injection possibilities in the record
history view as well as fixing XSS possibilities. The ... - 12:44 Revision 07c3d639: [SECURITY] XSS in TCA Tree
- Properly html encode the label of tree nodes.
Fixes: #42774
Releases: 6.0, 4.7, 4.6, 4.5
Change-Id: I6b0b305c42e30c... - 12:44 Revision 7b916d0c: [SECURITY] Fix potential XSS in t3lib_BEfunc::getFuncCheck
- The method getFuncCheck creates an URL from input variables and puts
it in JavaScript context without properly encodi... - 12:44 Revision c150b278: [SECURITY] Fix SQL injection and XSS in record history
- This patch fixes the SQL injection possibilities in the record
history view as well as fixing XSS possibilities. The ... - 12:44 Revision b02026dd: [SECURITY] XSS in TCA Tree
- Properly html encode the label of tree nodes.
Fixes: #42774
Releases: 6.0, 4.7, 4.6, 4.5
Change-Id: I59773eb475d073... - 12:44 Revision f22dc79c: [SECURITY] Fix potential XSS in t3lib_BEfunc::getFuncCheck
- The method getFuncCheck creates an URL from input variables and puts
it in JavaScript context without properly encodi... - 12:44 Revision 5245e097: [SECURITY] Fix SQL injection and XSS in record history
- This patch fixes the SQL injection possibilities in the record
history view as well as fixing XSS possibilities. The ... - 12:43 Revision ab335bc0: [SECURITY] XSS in TCA Tree
- Properly html encode the label of tree nodes.
Fixes: #42774
Releases: 6.0, 4.7, 4.6, 4.5
Change-Id: I07bdff99b6f465... - 12:43 Revision a768d97c: [SECURITY] Fix potential XSS in t3lib_BEfunc::getFuncCheck
- The method getFuncCheck creates an URL from input variables and puts
it in JavaScript context without properly encodi... - 11:05 Revision 306c8c0e: [TASK] Raise submodule pointer for fluid
- Releases: 6.0
Change-Id: I490683562533dfbfaa34310a04f7682cde91f0d2
Reviewed-on: http://review.typo3.org/16294
Review... - 11:02 Revision 4eacf04b: Revert "[BUGFIX] FormViewHelper creates inline styling"
- This change broke the tests and needs to be further discussed.
This reverts commit cc4f28ba23f7d4ae9feb2bd9fef658d8b... - 10:32 Revision 5d8dea78: [TASK] Raise submodule pointer
- Change-Id: I2e83cbd81b729242404f0fc8ef553f663ae87073
Reviewed-on: http://review.typo3.org/16290
Reviewed-by: TYPO3 Re... - 10:29 Revision 389452ee: [TASK] Raise submodule pointer
- Change-Id: I7411c36df30b8f4c9256be0d23838da0eae5bed3
Reviewed-on: http://review.typo3.org/16289
Reviewed-by: TYPO3 Re... - 10:27 Revision 72153ccc: [TASK] Raise submodule pointer
- Change-Id: Ia83d1ee864677a0f4aa21365447c0796935933b7
Reviewed-on: http://review.typo3.org/16288
Reviewed-by: TYPO3 Re... - 10:24 Revision ba187e55: [TASK] Raise submodule pointer
- Change-Id: I33aa628e022300be3af47206fbbbfe991e486881
Reviewed-on: http://review.typo3.org/16287
Reviewed-by: TYPO3 Re... - 06:46 Revision 92aa2657: [BUGFIX] Make hardcoded backend favicon configurable
- Since #37868 the backend comes with hardcoded favicon.
This should be configurable like logo_login to brand
the backe...
2012-11-07
- 23:40 Revision c752c190: [TASK] Fix PHPdoc of methods and type hint comments
- Change-Id: I3c3078b6e69f937d4383eb8677dbd60f249d2c8d
Releases: 6.0
Reviewed-on: http://review.typo3.org/16276
Reviewe... - 22:22 Revision c149c540: [BUGFIX] Replace deprecated calls in Repositiory
- Repositiory class uses deprecated calls of persistenceManager for
getting the backend and session singletons. Replace... - 22:21 Revision 1cdbedad: [BUGFIX] Replace deprecated calls in Repositiory
- Repositiory class uses deprecated calls of persistenceManager for
getting the backend and session singletons. Replace... - 21:36 Revision ab1dfa5b: [TASK] Adjust phpdoc for classes (files) of backports
- Since it's neither "FLOW3" nor "v5" anymore those
headers need to be adjusted.
Before:
This class is a backport of t... - 18:26 Revision d4efc3c8: [BUBFIX] Fix fatal error in Test
- Fixture class names have been used twice.
Use uniqid to avoid clashes.
Releases: 6.0
Relates: #42028
Change-Id: Icc... - 18:23 Revision 4f107ff7: [BUGFIX] Fix several namespace related bugs
- Due to the switch to namespaces several things are buggy or missing.
* DataMapper and property mapper should recogniz... - 16:03 Revision e6fee58f: [BUGFIX] Mapping of DomainObject with namespaces
- This makes sure that when checking if the property meta data
type is a class name, it also checks if it's a namespace... - 15:54 Revision 1bfaa42f: [BUGFIX] Dont respect pid for static & rootlevel tables
- If TCA defines a table to be static or on root level
setRespectStoragePage should be set to false as pid
is either 0 ... - 15:36 Revision c734fee3: [BUGFIX] Namespaced domain models are not updated
- The check to see if the session's reconstituted objects are
aggregate roots doesn't support namespaced domain models.... - 12:52 Revision 3f2929d2: [BUGFIX] No sorting in TypoScript Object Browser when browsing
- If you enable "Sort alphabetically" the correct value (1) is submitted to
extension settings. But when you use any ot... - 12:52 Revision 3ea5e0b1: [BUGFIX] No sorting in TypoScript Object Browser when browsing
- If you enable "Sort alphabetically" the correct value (1) is submitted to
extension settings. But when you use any ot... - 12:51 Revision b4f76580: [BUGFIX] No sorting in TypoScript Object Browser when browsing
- If you enable "Sort alphabetically" the correct value (1) is submitted to
extension settings. But when you use any ot...
2012-11-06
- 23:38 Revision 282cb87c: [BUGFIX] Escaping E-Mail addresses conflicts with spam protection
- In case spamProtectEmailAddresses = ascii is enabled via TypoScript
E-Mail Addresses will now be displayed correctly ... - 22:46 Revision c79bddac: [TASK] Editors do not have rights to edit file metadata
- File records are stored in PID 0. In TYPO3 non-admins do not
have access to anything stored in PID 0. As FAL won't wo... - 22:45 Revision 1d6c7898: [BUGFIX] FormViewHelper creates inline styling
- Due to accessibility reasons the inline styling of a container is
removed.
Change-Id: I5b40fafa1abca5c1b43a40cee3a39... - 22:04 Revision 4d16f4e4: [BUGFIX] Fix include path in file "t3lib/class.t3lib_cli.php"
- Resolves: #42731
Releases: 6.0
Change-Id: Icd08c7e9d1bb9f014ce77aae697e804aa4e17625
Reviewed-on: http://review.typo3... - 18:57 Revision c4128582: [BUGFIX] Migrate images and links to files to FAL on way to RTE
- Links to files or folders in pre-FAL RTE-content should be transformed
to FAL-compliant on way to RTE, whenever possi... - 13:45 Revision 3d8389ba: [TASK] Remove renderFlashMessages ViewHelper
- This patch removes the deprecated RenderFlashMessages ViewHelper.
Change-Id: I188de4ba629b43275ba432479afb3e0cdccc20... - 11:26 Revision 05436fc8: [TASK] Adjust phpdoc to namespaces
- phpdoc still contained references to
Tx_Extbase_...
Change-Id: I45271dfbd4fa6a6d03d719b670c8aa939bd2a07d
Releases: 6... - 00:02 Revision e7e0a29a: [FEATURE] Change the default doctype to html5
- Change-Id: If99bd9fb5357a39660f44a79f88cdd22528be3d8
Resolves: #39957
Releases: 6.0
Reviewed-on: http://review.typo3....
2012-11-05
- 23:57 Revision d62fb10e: [TASK] Drag&Drop of Content-Elements in Page-Module
- Change-Id: I1fca2b537f134b57f3161d6ae636c6d9e67012e0
Resolves: #17198
Releases: 6.0
Reviewed-on: http://review.typo3.... - 22:57 Revision 276fca1c: [TASK] Resync TYPO3Flow- and Extbase-Persistence
- Releases: 6.0
Fixes: #42505
Change-Id: I1d3160013b248afcf0451fbc49bdb68b6bf9c92e
Reviewed-on: http://review.typo3.org... - 21:40 Revision 34cc2230: [BUGFIX] Misspelling in Typo3DbBackend.php
- There is a misspelling in
Classes/Persistence/Generic/Storage/Typo3DbBackend.php and its test.
Property pageRepositio... - 21:01 Revision 314c7220: [TASK] EM: Improve appearance of "get extensions"
- * Change order of table-heads to reflect scribble better
* Include link to all version of extensions as arrow
* Move ... - 16:55 Revision fae2dbcd: [TASK] Add basic unit test for IRRE form rendering
- The basic information in IRRE are the repeatable triples of
table-uid-field. This test ensures to have a working sepa... - 11:36 Revision a6e32820: [BUGFIX] Always add the "alt" attribute for images
- The ImageViewHelper does not add the alt-attribute to the
image tag if it is not set. This patch renders always the
a... - 08:20 Revision 83c3027e: [TASK] Cleanup Typo3DbBackend
- The Typo3DbBackend does assumptions on language
and version overlays based on request variables
or global variables.
... - 07:34 Revision 307318e2: [TASK] Add possibility for a custom TCA TreeProvider
- Currently the tca tree uses its own DataProvider
which makes sense but this is not extendable.
Adding 3 additional li...
Also available in: Atom