Activity
From 2012-07-20 to 2012-08-18
2012-08-18
- 23:59 Revision 33d136ae: [BUGFIX] sys_template: Can't save "basedOn" configuration
- Since the merge of the resources-removal
TypoScript templates can't save "basedOn"
changes because of a SQL error, as... - 23:38 Revision 1ea6e11f: [FEATURE] Scheduler: Allow execution using "at"-daemon
- Add possibility to execute scheduler via "at"-daemon instead of via cron.
This allows the scheduler more flexibility ... - 22:34 Revision f60f1209: [FEATURE] Allow .ts file extension for static typoscript templates
- At the moment the following static typoscript filenames are allowed:
setup.txt
constants.txt
include_static.txt
incl... - 20:44 Revision 9d1f722f: [+FEATURE] Fluid (Core): Add optional default-value for tag-based viewhelpers
- In AbstractTagBasedViewHelper there is no option for a default-value.
However registerArgument() is already capable t... - 20:41 Revision e321a05c: [TASK] Update extension configuration of saltedpasswords
- Saltedpasswords is using user functions in the ext_conf_template which
use type hinting for the config object. As the... - 20:21 Revision 99b0eea5: [FEATURE] Trigger execution of a specific task from CLI
- Make it possible run a specific task by providing an additional
parameter -i and the uid of the task on the command l... - 18:06 Revision 37a8b5e8: [TASK] Toolbar: Move icon into link
- In toolbaritem flyout a checked/unchecked icon is displayed.
Moves that icon into the link tag - this way also the ic... - 18:06 Revision 833f1a2a: [TASK] Toolbar: Move icon into link
- In toolbaritem flyout a checked/unchecked icon is displayed.
Moves that icon into the link tag - this way also the ic... - 18:06 Revision 6c54ef40: [TASK] Toolbar: Move icon into link
- In toolbaritem flyout a checked/unchecked icon is displayed.
Moves that icon into the link tag - this way also the ic... - 17:44 Revision a1d5aab1: [FEATURE] Allow ext_icon.png as extension icon besides ext_icon.gif
- Follow-Up to #37595
Fixes two things found during the review. Due to an unfortunate
timely intersection the original... - 17:31 Revision 93f92990: [TASK] Rename table cache_extensions
- Table cache_extensions is handled by ext:extensionmanager and should be
moved to its namespace. It is now in line wit... - 17:11 Revision 3358716a: [FEATURE] Allow ext_icon.png as extension icon besides ext_icon.gif
- Search for ext_icon.png and ext_icon.gif and store to
$GLOBALS['TYPO3_LOADED_EXT'][$_EXTKEY]['ext_icon']
Change-Id: ... - 16:58 Revision 41f215f0: [BUGFIX] Make PageRenderer work with USER_INT plugins
- Currently the PageRenderer renders all the page content before
USER_INT plugins are substituted in the cached output.... - 15:26 Revision 10e59607: [BUGFIX] Fix wrong path in EXT:cms/ext_autoload.php
- One path is wrong in ext_autoload and should be fixed
Change-Id: I8a84ed8bec8f877dee491127c43ffa5ca0bc3757
Fixes: #3... - 15:00 Revision 495aaf19: [TASK] Toolbar: Move icon into link
- In toolbaritem flyout a checked/unchecked icon is displayed.
Moves that icon into the link tag - this way also the ic... - 14:10 Revision c15120c6: [FEATURE] Support custom width in TCA tree
- Introduce setting ['config']['treeConfig']['appearance']['width']
to apply custom width for TCA select fields that us... - 12:41 Revision d0dc3f19: [TASK] Require PHP setting register_globals set to Off
- Die early in the bootstrap if register_globals is On.
Change-Id: Icd2541447c190db7f1a6d01cd9da624568018b41
Resolves:... - 12:16 Revision 1af37237: [TASK] Add sys_notes to info module again
- Once sys_note records have been shown in the info module but
after changing the code, this didn't work anymore.
This... - 11:49 Revision 24e9d42c: [FEATURE] Report status check for file and folder create mask
- In sane server setups, it is usually not a good idea to configure TYPO3
to create files and folders with writable bit... - 11:42 Revision 1e1f17c7: [BUGFIX] Warning in list module
- The function addElement needs to have an array as third argument.
Change-Id: I70087af9e7438149a3b490c137a01de4a73557... - 10:42 Revision 7694ab31: [BUGFIX] Fix skipped test for t3lib_log_Logger
- One test for t3lib_log_Logger is marked as skipped
because it was unclear how to do the test.
Implement the test corr... - 10:19 Revision 5e0f02db: [TASK] Adopt standard list layout for page records list
- Make record list on pages flexible and conform with list layout.
Before this patch the table width was forced to 480p...
2012-08-17
- 23:19 Revision af5688ac: [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... - 23:17 Revision b75e8911: [FEATURE] Add styling to extension manager
- The styling of the extension manager is not completed.
The CSS will follow step by step.
First part is the styling o... - 23:10 Revision 306628f6: [BUGFIX] Loading elements is not shown on module initialization
- If the workspace module is just initialized, it's not visualized
that the workspace elements are fetched by a separat... - 23:04 Revision d423dbb9: [TASK] Unit test for FrontendUserGroup model
- To improve the test coverage we should have unit tests for the
frontend user group model in extbase.
Change-Id: I8e1... - 22:59 Revision 221cccc9: [TASK] Unit test for FrontendUser model
- To improve the test coverage we should have unit tests for the
frontend user model in extbase.
Change-Id: I975db656f... - 22:13 Revision 1f93ec6a: [BUGFIX] Extensions without description displayed wrong
- Extensions without descriptions are displayed
wrong because of the empty title tag which is
falsely interpreted by th... - 20:07 Revision 04617bba: [TASK] Rename getTypo3Version to getCurrentTypo3Version
- Rename getTypo3Version to getCurrentTypo3Version
Change-Id: I3cfd951e78ac45575022e5ce3c67ca81b438de37
Resolves: #399... - 20:05 Revision 4d2581fe: [FEATURE] GroupedForViewHelper accepts property path as groupBy argument
- This change allows the GroupedForViewHelper to accept not only a property/array key as
argument but also a property p... - 19:07 Revision e7efe03e: [TASK] Remove old em
- Change-Id: Ieb3823ad72fe41875484dfc25c8f1eea1feef917
Resolves: #39906
Related: #39726
Reviewed-on: http://review.typo... - 19:06 Revision 0eee6027: [FEATURE] Make CSS for sysext form configurable
- Move the default styles of ext:form to TS in
plugin.tx_form._CSS_DEFAULT_STYLE. This way it can be disabled with
Typo... - 18:38 Revision e5502bb4: [FEATURE] Add new extension manager to the core
- For 6.0 a new extension manager based on
extbase was developed. Goal of this extension
manager is not to be the most ... - 18:33 Revision ccd6b9d9: [FEATURE] Add support for native date/time fields
- TYPO3 stores date and date/time values as a Unix timestamp.
This feature allows native database types to be used inst... - 16:13 Revision f91083c7: [BUGFIX] ObjectManager dependencies in SignalSlot registration
- The SignalSlotDispatcher has a connect() and dispatch() method.
The connect() method usually might be used in ext_loc... - 15:51 Revision 2c08ed96: [BUGFIX] ObjectManager dependencies in SignalSlot registration
- The SignalSlotDispatcher has a connect() and dispatch() method.
The connect() method usually might be used in ext_loc... - 15:50 Revision a6b78712: [BUGFIX] Possible failure in dependency injection
- Extbase reflection cache calls not existing methods. This can
happen for example if a class is refactored and an inje... - 15:48 Revision d0d2970b: [BUGFIX] Possible failure in dependency injection
- Extbase reflection cache calls not existing methods. This can
happen for example if a class is refactored and an inje... - 15:45 Revision 88a05980: [BUGFIX] Fix failing t3lib_log tests
- Some tests for t3lib_log are failing in some cases, because
the fixture classes are not available. They are available... - 15:15 Revision 5b99d3cf: [BUGFIX] Loading elements is not shown on module initialization
- If the workspace module is just initialized, it's not visualized
that the workspace elements are fetched by a separat... - 15:15 Revision 54f867a4: [BUGFIX] Loading elements is not shown on module initialization
- If the workspace module is just initialized, it's not visualized
that the workspace elements are fetched by a separat... - 15:14 Revision 2c80b44d: [BUGFIX] Loading elements is not shown on module initialization
- If the workspace module is just initialized, it's not visualized
that the workspace elements are fetched by a separat... - 14:23 Revision 08fcac15: [FEATURE] TypoScript: Allow easy comparison against multiple values
- Allow easy comparison like:
[globalVar = TSFE:id = 10|12|15] (in list)
[globalVar = TSFE:id != 10|12|15] (not in l... - 11:22 Revision 8a799083: [FEATURE] optional "extensionName" argument for f:translate
- By default the Translate ViewHelper uses the current extension
name to resolve paths to locallang files.
This adds a ...
2012-08-16
- 18:32 Revision a01c7eb2: [FEATURE][DB][CONF]: Add a central logging API
- Change-Id: I58ec40a9ede4458374a33317e861a3064e518e2b
Resolves: #39712
Depends: #39738 (Documentation)
Releases: 6.0
R...
2012-08-15
- 23:41 Revision 94a1ed3d: [!!!][TASK] Adapt UploadViewHelper to changes made in extbase
- This patch make UploadViewHelper compatible with handling $_FILES
in Extbase.
Upload viewHelper should be mapped to ... - 23:41 Revision 170a279c: [BUGFIX] Web Request should map $_FILES into arguments
- Adds content of $_FILES to the request parameters.
Use FLOW3 untangleFilesArray method to set the array, as suggested... - 13:33 Revision af4153d9: [FEATURE] HMENU - sectionIndex: where clause should be configurable
- This changeset implements the sectionIndex setting
"useColPos" that can be used to change the colPos
query filter. A ... - 12:48 Revision 131a7521: [TASK] Set TYPO3 version to 4.7.5-dev
- Change-Id: I421381dd5971e8af8f812a8bfde2ce839ad227ba
Reviewed-on: http://review.typo3.org/13780
Reviewed-by: TYPO3 Re... - 12:48 Revision 8ccdf42d: [RELEASE] Release of TYPO3 4.7.4
- Change-Id: I4a29b7fbccec1307ac838c7efd27d3f3d38a46e9
Reviewed-on: http://review.typo3.org/13779
Reviewed-by: TYPO3 Re... - 12:48 Revision e0993c27: [RELEASE] Release of TYPO3 4.7.4
- Change-Id: I4a29b7fbccec1307ac838c7efd27d3f3d38a46e9
- 12:38 Revision e8a24893: [TASK] Set TYPO3 version to 4.6.13-dev
- Change-Id: I2be44605f32372aa41b8b7ef3b771feb1011eb71
Reviewed-on: http://review.typo3.org/13778
Reviewed-by: TYPO3 Re... - 12:37 Revision 619f1222: [RELEASE] Release of TYPO3 4.6.12
- Change-Id: I7961760c56be03b9dac82964eefe44c00d6306ee
Reviewed-on: http://review.typo3.org/13777
Reviewed-by: TYPO3 Re... - 12:37 Revision 2af5e4bb: [RELEASE] Release of TYPO3 4.6.12
- Change-Id: I7961760c56be03b9dac82964eefe44c00d6306ee
- 12:26 Revision 5ab73ff3: [TASK] Set TYPO3 version to 4.5.20-dev
- Change-Id: I712fe72e2638caf8a3dbee37ac493d3410dce8da
Reviewed-on: http://review.typo3.org/13776
Reviewed-by: TYPO3 Re... - 12:26 Revision 558cf81c: [RELEASE] Release of TYPO3 4.5.19
- Change-Id: I6497d5ff720b47abd594e1e5b9ea11f17a3c254c
Reviewed-on: http://review.typo3.org/13775
Reviewed-by: TYPO3 Re... - 12:26 Revision 42e57f72: [RELEASE] Release of TYPO3 4.5.19
- Change-Id: I6497d5ff720b47abd594e1e5b9ea11f17a3c254c
- 12:22 Revision 5f0d3e4e: [SECURITY] XSS in install tool
- In the "Basic Configuration" section, some configuration values are
rendered without proper escaping both as input fi... - 12:22 Revision 14f9a48e: [SECURITY] Page Link Target vulnerable to XSS
- This patch adds htmlspecialchars to page link target to prevent
XSS.
Change-Id: I5e9f07ec7465cd8658c4761328b394559cf... - 12:22 Revision 25186002: [SECURITY] XSS in validateForm
- Properly quote the form name and field list
for the JavaScript validation
Fixes: #25052
Releases: 6.0, 4.7, 4.6, 4.5... - 12:21 Revision eb7eb17c: [SECURITY] XSS in TCE forms
- Properly encode field labels that are set via TSConfig.
Fixes: #25356
Releases: 6.0, 4.7, 4.6, 4.5
Change-Id: Ie613... - 12:21 Revision e922b56e: [SECURITY] XSS in Scheduler Example Task
- The scheduler test-task that sends an email does not properly
sanitize the input of the email field when rendering th... - 12:21 Revision b28a945f: [SECURITY] HTML5 support in RemoveXSS
- Add support for HTML5 tags and attributes in RemoveXSS.
Change-Id: I4c51967b213b9bfe532887767a9b1cdcb182e9d7
Fixes: ... - 12:21 Revision 788d9c19: [SECURITY] Information Disclosure in the Configuration Module
- The configuration module showed the encryption key as plaintext.
For this view, the encryption key is masked and it's... - 12:21 Revision 05d760ac: [SECURITY] Untrusted GP data is unserialized in old CSH handling
- Using the old and already deprecated CSH handling in TYPO3 backend,
untrusted GP data is unserialized. There's no lon... - 12:21 Revision 06c16f87: [SECURITY] XSS in Indexed Search statistics
- Indexed Search statistics module is vulnerable to
persistent XSS attack injected by arbitrary frontend users.
Change... - 12:20 Revision 51fe9e0f: [SECURITY] t3lib_div::quoteJSvalue allows XSS
- When t3lib_div::quoteJSvalue() was used with second
parameter set to TRUE closing HTML script tags were
not escaped c... - 12:20 Revision 14d5d72c: [SECURITY] XSS in install tool
- In the "Basic Configuration" section, some configuration values are
rendered without proper escaping both as input fi... - 12:20 Revision a1c3165e: [SECURITY] Page Link Target vulnerable to XSS
- This patch adds htmlspecialchars to page link target to prevent
XSS.
Change-Id: Iadf524cebd03428fad1880f25c1698fba41... - 12:20 Revision 8cf7db71: [SECURITY] XSS in validateForm
- Properly quote the form name and field list
for the JavaScript validation
Fixes: #25052
Releases: 6.0, 4.7, 4.6, 4.5... - 12:20 Revision 59e028a3: [SECURITY] XSS in TCE forms
- Properly encode field labels that are set via TSConfig.
Fixes: #25356
Releases: 6.0, 4.7, 4.6, 4.5
Change-Id: I86ef... - 12:20 Revision 758c2172: [SECURITY] XSS in Scheduler Example Task
- The scheduler test-task that sends an email does not properly
sanitize the input of the email field when rendering th... - 12:19 Revision 44e8ae68: [SECURITY] HTML5 support in RemoveXSS
- Add support for HTML5 tags and attributes in RemoveXSS.
Change-Id: Ibcb00dd8ddd40be0acf88a5b29c5e3a73d5a0d57
Fixes: ... - 12:19 Revision 7c778d3c: [SECURITY] Information Disclosure in the Configuration Module
- The configuration module showed the encryption key as plaintext.
For this view, the encryption key is masked and it's... - 12:19 Revision 044ae9a4: [SECURITY] Untrusted GP data is unserialized in old CSH handling
- Using the old and already deprecated CSH handling in TYPO3 backend,
untrusted GP data is unserialized. There's no lon... - 12:19 Revision 0bcecd86: [SECURITY] XSS in Indexed Search statistics
- Indexed Search statistics module is vulnerable to
persistent XSS attack injected by arbitrary frontend users.
Change... - 12:19 Revision 774537c2: [SECURITY] t3lib_div::quoteJSvalue allows XSS
- When t3lib_div::quoteJSvalue() was used with second
parameter set to TRUE closing HTML script tags were
not escaped c... - 12:19 Revision 7a839a30: [SECURITY] XSS in install tool
- In the "Basic Configuration" section, some configuration values are
rendered without proper escaping both as input fi... - 12:19 Revision 2ae69c8a: [SECURITY] Page Link Target vulnerable to XSS
- This patch adds htmlspecialchars to page link target to prevent
XSS.
Change-Id: I9e1ab1ac22c7bc1225f1d3d3234865e1e60... - 12:19 Revision 1eaebd38: [SECURITY] XSS in validateForm
- Properly quote the form name and field list
for the JavaScript validation
Fixes: #25052
Releases: 6.0, 4.7, 4.6, 4.5... - 12:19 Revision 9b2b8fb9: [SECURITY] XSS in TCE forms
- Properly encode field labels that are set via TSConfig.
Fixes: #25356
Releases: 6.0, 4.7, 4.6, 4.5
Change-Id: I23fc... - 12:18 Revision 63766433: [SECURITY] XSS in Scheduler Example Task
- The scheduler test-task that sends an email does not properly
sanitize the input of the email field when rendering th... - 12:18 Revision a4a20e9e: [SECURITY] HTML5 support in RemoveXSS
- Add support for HTML5 tags and attributes in RemoveXSS.
Change-Id: I2a5545a703ad149eb5eb5f308ba1857b1af5cd30
Fixes: ... - 12:18 Revision 829e391d: [SECURITY] Information Disclosure in the Configuration Module
- The configuration module showed the encryption key as plaintext.
For this view, the encryption key is masked and it's... - 12:18 Revision dc6529c3: [SECURITY] Untrusted GP data is unserialized in old CSH handling
- Using the old and already deprecated CSH handling in TYPO3 backend,
untrusted GP data is unserialized. Validate the s... - 12:18 Revision 8c0b4dc6: [SECURITY] XSS in Indexed Search statistics
- Indexed Search statistics module is vulnerable to
persistent XSS attack injected by arbitrary frontend users.
Change... - 12:18 Revision 4c8c0fdd: [SECURITY] t3lib_div::quoteJSvalue allows XSS
- When t3lib_div::quoteJSvalue() was used with second
parameter set to TRUE closing HTML script tags were
not escaped c... - 12:18 Revision 76748b7a: [SECURITY] XSS in install tool
- In the "Basic Configuration" section, some configuration values are
rendered without proper escaping both as input fi... - 12:18 Revision 85df0e45: [SECURITY] Page Link Target vulnerable to XSS
- This patch adds htmlspecialchars to page link target to prevent
XSS.
Change-Id: Ib8f812f89f892f580fc70300a4e4fa22875... - 12:17 Revision 605d05f0: [SECURITY] XSS in validateForm
- Properly quote the form name and field list
for the JavaScript validation
Fixes: #25052
Releases: 6.0, 4.7, 4.6, 4.5... - 12:17 Revision 6840097b: [SECURITY] XSS in TCE forms
- Properly encode field labels that are set via TSConfig.
Fixes: #25356
Releases: 6.0, 4.7, 4.6, 4.5
Change-Id: Ic41c... - 12:17 Revision fb1e2048: [SECURITY] XSS in Scheduler Example Task
- The scheduler test-task that sends an email does not properly
sanitize the input of the email field when rendering th... - 12:17 Revision 6fd67687: [SECURITY] HTML5 support in RemoveXSS
- Add support for HTML5 tags and attributes in RemoveXSS.
Change-Id: I4487386f8c62d6ec32d9f66215ebd45e3ebf9cb0
Fixes: ... - 12:17 Revision 11abbaa4: [SECURITY] Information Disclosure in the Configuration Module
- The configuration module showed the encryption key as plaintext.
For this view, the encryption key is masked and it's... - 12:17 Revision a3293a70: [SECURITY] Untrusted GP data is unserialized in old CSH handling
- Using the old and already deprecated CSH handling in TYPO3 backend,
untrusted GP data is unserialized. Validate the s... - 12:17 Revision ccbbfc31: [SECURITY] XSS in Indexed Search statistics
- Indexed Search statistics module is vulnerable to
persistent XSS attack injected by arbitrary frontend users.
Change... - 12:17 Revision f0464572: [SECURITY] t3lib_div::quoteJSvalue allows XSS
- When t3lib_div::quoteJSvalue() was used with second
parameter set to TRUE closing HTML script tags were
not escaped c... - 12:14 Revision bf01ec8d: [TASK] Raise submodule pointer
- Change-Id: I5484ffc0b383ccf14fdf9252514a324c26bc74e0
Reviewed-on: http://review.typo3.org/13734
Reviewed-by: TYPO3 Re... - 12:12 Revision a9383b15: [TASK] Raise submodule pointer
- Change-Id: I74f601fcbda873d72765fa0aa0b5371d5d1bfb6d
Reviewed-on: http://review.typo3.org/13733
Reviewed-by: TYPO3 Re... - 12:06 Revision 7edbd63c: [TASK] Update version numbers to 4.7.4
- Change-Id: Ifca7d011f387872ec21391a59fae3c53927cf621
Reviewed-on: http://review.typo3.org/13708
Reviewed-by: Oliver H... - 12:05 Revision ad89cdea: [TASK] Update version number to 4.7.4
- Change-Id: Ia34eacdbd831d244b12f8a24b760ae85da699060
Reviewed-on: http://review.typo3.org/13714
Reviewed-by: Oliver H... - 12:04 Revision 3936a582: [TASK] Update version number to 4.7.4
- Change-Id: Ie759689c7baf244d6112eaf2d1aa287a3cc2bf6d
Reviewed-on: http://review.typo3.org/13722
Reviewed-by: Oliver H... - 12:04 Revision 692c1d46: [TASK] Update version number to 4.7.4
- Change-Id: I0987d8ed6fdc432b8c76070de18007db60e9389e
Reviewed-on: http://review.typo3.org/13720
Reviewed-by: Oliver H... - 12:03 Revision bb517b2c: [TASK] Update version number to 4.7.4
- Change-Id: I0e873ac6f8e4f3592cd828a8edfe8cdc72f36c21
Reviewed-on: http://review.typo3.org/13717
Reviewed-by: Oliver H... - 12:03 Revision 9f719354: [TASK] Update version number to 4.7.4
- Change-Id: I34a558b8d0c473fde9b62273fcf07a9b4ac51518
Reviewed-on: http://review.typo3.org/13716
Reviewed-by: Oliver H... - 08:50 Revision ada72aaa: [TASK] Update version number to 4.7.4
- Change-Id: Ie4ce0a56265488545dee6835cdffdb52303e5fb0
Reviewed-on: http://review.typo3.org/13718
Reviewed-by: Philipp ... - 00:22 Revision 30405759: [TASK] Abstract t3lib_file_exception_abstractFileOperationException
- Class t3lib_file_exception_abstractFileOperationException is never
thrown itself and only extended. It should be abst... - 00:11 Revision 004beee9: [TASK] Declare t3lib_treeView abstract
- t3lib_treeView is the base class for trees and is always
extended by other classes for specific trees.
The patch adds... - 00:00 Revision 1e364cb0: [TASK] Declare t3lib_recordList abstract
- Class t3lib_recordList is a base class for record lists
that is only extended by other classes. It can not be used
st...
2012-08-14
- 23:43 Revision ee4d297b: [TASK] Declare t3lib_extobjbase abstract
- The base class of sub-sub-modules is always exentended
by specific classes and should be declared abstract.
Addition... - 23:19 Revision e8365855: [TASK] Merge t3lib_userAuthGroup to t3lib_beUserAuth
- t3lib_userAuthGroup is an abstract class that is only extended by
t3lib_beUserAuth. The comment states for ages that ... - 22:52 Revision 5de461bd: [BUGFIX] autoloader should ignore non existing extensions
- When building the core registry a call to t3lib_extMgm::extPath() is done
for every extension of the LocalConfigurati... - 22:31 Revision 899c5d7c: [FEATURE] Backend usergroup model and repository
- This patch delivers an backend usergroup model and repository.
Change-Id: Ie0da23ee0160a928f74726ceec5b243348a331ef
... - 22:20 Revision 6dccb74a: [FEATURE] File mount model and repository
- Actually we have a backend user model in extbase and a backend usergroup
is in progress. For these models we need a s... - 22:03 Revision c4b37ce9: [FEATURE] Handle enable fields and deleted records settings granulary
- At the moment it's only possible to select either only visible
(non-hidden, matching start-/stop-time) or all (even d... - 21:48 Revision 432d72b1: [FEATURE] Improved translation handling for statement generation
- When selecting items in a language other than default one, the
relations (e.g. for IRRE) can not be resolved correctl... - 17:35 Revision 5bc3613a: [TASK] Refactor t3lib_pageSelect::getRootline
- t3lib_pageSelect::getRootline is a function called many
times during frontend rendering and link generation.
The comp... - 13:16 Revision ae5a216a: [BUGFIX] replace non-free jsmin.php with hook
- jsmin.php has a non free license. See referenced bug report for
details. This patch replaces jsmin.php with a hook to... - 08:39 Revision fbd97d75: [BUGFIX] config.pageTitleSeparator not known by t3editor
- Change-Id: Ia055fb8aceb50271bf25e5d15b56d9dcde13a5aa
Fixes: #39600
Releases: 6.0, 4.7
Reviewed-on: http://review.typo... - 08:38 Revision 5642b7c1: [TASK] Cleanup multiple classes of "localPageTree": EXT:impexp
- The TYPO3 core has more than one class with the name "localPageTree"
This is not very good, because this classes can`... - 08:28 Revision 58dc11f3: [TASK] Update graphics in install tool to match recent guidelines
- Created new AI and PDF files for the install tool image processing
section with the current TYPO3 Logo and the Share ... - 00:57 Revision ca8ae10a: [TASK] Update jQuery to 1.8.0 (final)
- TYPO3 shipped with 1.8b1 already.
Final is out meanwhile.
Change-Id: Ia418fb63d22f518a9224ad1cc4c183817acdd12a
Resol...
2012-08-13
- 23:27 Revision 66e098b7: [TASK] Add current backend user as cache tag
- Adds the current backend user as cache tag.
Change-Id: Ibd0e3d1fcd1985dd8fd236d84d327f2108b80ba6
Resolves: #39732
Re... - 22:57 Revision df931cf6: [TASK] Reports module based on extbase
- The reports module can be done with extbase
Change-Id: I6f40dca7d3d5dc84af0788a573f1caa669d773ec
Resolves: #39427
Re... - 22:47 Revision 2a41bf5a: [FEATURE][DB] Change tinyint to int in standard tables
- At the moment it's not possible to use higher IDs as 255 for e.g.
section_frame or layout. Higher integer ranges for ... - 15:42 Revision 50160b41: [BUGFIX] email validator
- The actuall email validator uses a regex to validate email addresses.
The TYPO3 core offers a method in t3lib_div to ... - 08:55 Revision 4174d446: [TASK] Correct PHPdoc comments in t3lib_utility_Math
- Change-Id: Icddd3a865af52e5ca4e6ef60839fbd53b37a833d
Releases: 6.0
Reviewed-on: http://review.typo3.org/13619
Reviewe... - 07:24 Revision 993c7069: [BUGFIX] CE with "All languages" doesn't show with every lang
- The page module should also list the content elements
with language set to "All". Now elements set to "All" are displ...
2012-08-12
- 22:18 Revision c6c32355: [FEATURE] Add t3lib_utility_Math::isIntegerInRange
- Change-Id: Icf8567dc009d86b9795823009572555422f5c7ad
Resolves: #39739
Releases: 6.0
Reviewed-on: http://review.typo3.... - 14:03 Revision 4fd2af55: [TASK] Clean up phpDoc comments in typo3/sysext/saltedpasswords
- Clean up provides:
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDo... - 14:03 Revision 8b6d8785: [TASK] Clean up phpDoc comments in typo3/sysext/saltedpasswords
- Clean up provides:
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDo... - 14:03 Revision 901831bc: [TASK] Clean up phpDoc comments in typo3/sysext/saltedpasswords
- Clean up provides:
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDo... - 14:03 Revision 41544f6b: [BUGFIX] Increase log_data field size to prevent corrupted data
- Stage change data is corrupted when comments longer than ~250 characters
are entered. The comment itself is lost aswe... - 14:03 Revision f22991bd: [TASK] NEWS.txt entry for EXT:beuser refactoring
- Change-Id: I4e4747ceb4470bec97e640b1c36d8da7df922722
Resolves: #39670
Releases: 6.0
Reviewed-on: http://review.typo3.... - 14:03 Revision a39e9701: [BUGFIX] Warning in list module
- The function addElement needs to have an array as third argument.
Change-Id: Ief786c358476da4d691cb89212b19c397b4a35... - 14:03 Revision 5f540362: [BUGFIX] Avoid logout when changing the encryption key
- Due to the change to hmac to generate the hash for
the session save path in #39653 one is now logged out
of the insta... - 14:03 Revision 7a894db5: [BUGFIX] Sprite manager cache race condition
- If the sprite manager is initialized in the frontend with empty caches,
the cache content will not be rendered correc... - 14:03 Revision 19303b27: [BUGFIX] Test failures in cli context
- Patch 1ad2cb85d9ebd441 for issue #39706 broke some iconWorks tests in
cli context. Solution is to make the initialize... - 14:03 Revision 74722712: [TASK] Fix more typos in the core
- Change-Id: I69e63dd7bd03ad03bca3b825fbd4b5b2376386a0
Resolves: #39565
Releases: 6.0
Reviewed-on: http://review.typo3.... - 14:03 Revision 0e85336c: [BUGFIX] sectionIndex menu is not i18n ready
- Change-Id: I34281d801f292530a1618d8b38eafac22b02b511
Fixes: #36616
Releases: 6.0, 4.7
Reviewed-on: http://review.typo... - 14:03 Revision 8e1912a7: [TASK] Use simple file backend for core php cache
- This patch adds a new php cache to the core that is exclusivly used
by the core for php code. It uses the quicker sim... - 14:03 Revision 320cd385: [BUGFIX] Page module FlashMessage position
- Moves the FlashMessages in Page backend module underneath the page title.
Also moves the message text from the messag... - 14:03 Revision 16073701: [BUGFIX] Fix PHP warning in EXT:beuser
- Initialize moduleData compareUserList as array to
not trigger a warning if method getCompareUserList array_keys()
is ... - 14:03 Revision 33ae7fc4: [BUGFIX] EXT:beuser must have frontend root TS template
- Due to the current bootstrap structure of extbase, an extbase
based backend module must have a TypoScript frontend ro... - 14:03 Revision 5726bd41: [TASK] Fix typos in core
- Fix more typos in the core
Resolves: #39606
Releases: 6.0
Change-Id: I0e6c3e59ead3e55623c7a5e13692889fe7dc9ac3
Revi... - 14:03 Revision 0de13c13: [TASK] Raise submodule pointer
- Change-Id: I9ce1f0e03d9e37271d969e1281ed0bd7552ba6e6
Reviewed-on: http://review.typo3.org/13520
Reviewed-by: TYPO3 Re... - 14:03 Revision a57180e9: [TASK] Cleanup Install Tool session class
- The InstallTool session class may add several session folders
in typo3temp. Make these folders to be subdirectory of
... - 14:03 Revision e80a9460: [BUGFIX] Possible fatal if sys_notes table is broken
- Change-Id: I581f48bd031344aa43aa227f7c5e0a34e1cd3ea8
Fixes: #39528
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 14:03 Revision 79b9c1ce: [BUGFIX] Incorrect search-results when searching for part of word
- Added missing 'self::' before constants. Now search will also find
matches for parts of words.
Credit goes to Mats S... - 14:03 Revision 8c632f40: [TASK] Remove "Page Information"
- Removes the Page Information function from page backend module.
Also removes the Page Information table from within t... - 14:03 Revision b7a08b68: [-FEATURE] Remove xml export in fullsearch, deprecate t3lib_xml
- Class t3lib_xml was thought as a base class to export arbitrary records
as XML. Its current state is semi useful and ... - 14:03 Revision 08795d6b: [TASK] Remove unused interface t3lib_File_Service_Publishing_Publisher
- This interface hangs around in the core but is never used.
It is removed until it gives a real benefit and the FAL "p... - 14:03 Revision 4015f0b6: [BUGFIX] backColor transparent causes black background or flickering
- When a GIFBUILDER object has set its backColor option to transparent,
the background may be black when adding a IMAGE... - 14:03 Revision cac14a85: [FEATURE] Migrate EXT: beuser to Extbase
- This patchset includes a new backend user administration.
Based on extbase a model for BackendUsers is included.
All... - 14:03 Revision d81b477c: [TASK] Deprecate t3lib_ajax
- Class t3lib_ajax is of little use and was never finished.
The only use in the core is adapted and the class deprecate... - 14:03 Revision 1957be54: [BUGFIX] Exception "Could not create directory"
- The thrown exception is not that helpful while information
about the path is missing.
Change-Id: I3d3411a4ebcce8b1bf... - 14:03 Revision 679bd820: [FEATURE] Add closure support for t3lib_div::callUserFunction
- Adds the very handy option to use closures for the user functions.
Change-Id: Iae2278c4d5d988eb0e882f575d0f2d441c238... - 14:03 Revision 56046d88: [TASK] Move field "module" to "Behaviour"
- Move field "module" to the tab "Behaviour" for
page types pages and sys folder.
Change-Id: Ia23f4beca6104ea9bdac18bd... - 14:03 Revision 577b40e3: [FEATURE] Swap doc header rows in all backend modules
- Swaps all docHeader rows for the backend modules.
Function menu and CSH are moved to the top row while
buttons (save... - 14:03 Revision 80c0e33a: [BUGFIX] Fix typo 'usefull' => 'useful'
- Several times usefull is used instead of useful.
Change-Id: Id8377d99fd94a20f4dd6261069f3b3dbb417d21d
Fixes: #39499
... - 14:03 Revision 5a5592e8: [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given
- The method t3lib_db::debug_check_recordset should use
"is_resource" to be sure we have a proper database resource obj... - 14:03 Revision 067490fa: [BUGFIX] Description of pidSelect in class.db_list.inc is misleading
- Tell the user that this is not just a list of IDs but a query part with
the fieldname and the operator.
Change-Id: I... - 14:03 Revision 29edb405: [!!!][-FEATURE] Remove page hit statistics
- The feature of logging each page request either to a database
table or to an "apache-style"-logfile is rarely used th... - 14:03 Revision d75b1e0b: [TASK] Follow-up: Remove record_list icon
- Removes the record_list icon from the docHeader in modules:
* info
* functions
* permissions/access
* tstemplate
* i... - 14:03 Revision d6b0c3d0: [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData
- This change simply adds $fieldName to the "real" call to process
the FlexForm's DS. The argument is already supported... - 14:03 Revision a83f0040: [TASK] Raise extbase submodule pointer
- Change-Id: I6d67b3a0670d9ad99b8a718894274c59202e0a60
Reviewed-on: http://review.typo3.org/13403
Reviewed-by: Christia... - 14:03 Revision 3ea0cc3b: [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation
- The function returns a NULL value if a sql error occurs.
Change-Id: Ic508aa5ba2034c0a230f5fad56690979ed576bf4
Fixes:... - 14:03 Revision ab17131a: [FEATURE] Update Manual of Form Wizard to include Postprocessors
- Adds information about postprocessors and how to configure them to
the manual of the form wizard.
Uses doc_template ... - 14:03 Revision 1d1afa88: [BUGFIX] IRRE childs don't expand in Internet Explorer
- document.getElementsByName doesn't always extend the returned DOM
Elements with prototype.js specific methods in Inte... - 14:03 Revision 2b5138ed: [TASK] Use extbase backend user model in ext:belog
- Feature #39145 introduced a backend user model to extbase.
The patch uses this in the belog extension now and removes... - 14:03 Revision c0c30293: [FEATURE] Add Hook to manipulate BE login form
- To fully customize the backend login form a hook (signal/slot) is
added which allows manipulation of the markers arra... - 14:03 Revision 86db4fd7: [!!!][FEATURE] Update cache framework to latest FLOW3 version
- Update the caching framework to FLOW3 version 868e073b98
Main changes:
[!!!][FEATURE] Make cache backends more flex... - 14:03 Revision 6e18d719: [TASK] Simplify sprite manager
- - Default sprite handler is registered in DefaultConfiguration.php
- Manager class is made static, $GLOBALS['spriteMa... - 14:03 Revision 6ff8f14c: [!!!][BUGFIX] *_user table password field is to short
- When using the hash-algorithm "blowfish" in saltedpasswords
the hash is 60 chars long - therefore the field length ha... - 14:03 Revision c13d7145: [TASK] Move buttons in user setting into advanced functions
- The buttons "clear configuration" and "reset
temporary data" are advanced functions and should
therefore be moved to ... - 14:03 Revision fd727bb3: [TASK] Improve sys_note code
- Code of sys_note can be highly improved:
* Use fluid
* Move xlf files to Resources
* Add kind-of repository
Change-I... - 14:03 Revision 5fb4706b: [BUGFIX] Admin fields not shown in setup module
- The admin functions are currently not shown in User->setup module.
Affected is for example the 'Display debug message... - 14:03 Revision 1cd27ddd: [BUGFIX] BE User Settings cannot be saved by clicking enter
- After moving the save button to the top row of the form, hitting
enter within a text input field of the user's settin... - 14:03 Revision f21452d0: [FEATURE] arrayExport() should recognize int keys
- t3lib_utility_Array::arrayExport() currently exports array keys always
as strings. With the patch integer array keys ... - 14:03 Revision bc9e8edb: [FEATURE] New hook for managing page cache
- When pages are cached using some extra system (e.g. nc_staticfilecache)
it is useless to store these as well in whate... - 14:03 Revision ebe5ea8f: [TASK] Remove non-core modules in sysfolders
- Sysfolders can contain modules and some are shipped with the core:
* shop
* approvals
* board
* news
only fe_users n... - 14:03 Revision 587e641a: [TASK] CleanUp the Reference-List in title-tooltip
- file list and record list module show the references to the
record in a reference column using the title-tag of a lin... - 14:03 Revision 1ca9e357: [BUGFIX] Broken quoting in arrayExport
- Tick (') must be quoted to \'
Change-Id: I006173f0d5e1e17de1ff8801c71c6167fd96087d
Resolves: #39346
Releases: 6.0
Re... - 14:03 Revision b4fbbd28: [TASK] Make some final classes non-final to allow mocking
- We need to be able to subclass some classes for the unit tests:
a) classes that need to be used with getMock
b) clas... - 14:03 Revision 48dbd018: [TASK] Add more unit tests for t3lib_tree_pagetree_DataProvider
- Clean up the class a bit and add unit tests for getRoot().
Change-Id: I9a60c9531bca8683708ddfb7e898926fb2c7d5c5
Rele... - 14:00 Revision ae15748f: Revert "[TASK] Clean up phpDoc comments in typo3/sysext/saltedpasswords"
- This reverts commit 2b725c981c74df09d643c47f021e28e90de2e68d.
- 14:00 Revision f4eb2388: Revert "[BUGFIX] Broken quoting in arrayExport"
- This reverts commit cb9cfc892dfa5a8fe38a075d85eafbe3adab3842.
- 13:48 Revision 011b0948: cleanup
- 13:47 Revision da893d2c: cleanup part 2
- 12:02 Revision 904c1f60: [TASK] Move t3lib_tcemain::getUniqueFields to EXT:version
- The method is only used within EXT:version, therefore
it should be moved.
Change-Id: Ibe78e8490a726a144d50ee71bd23e0... - 11:52 Revision ec6acee4: [BUGFIX] Test failures in cli context
- Patch 1ad2cb85d9ebd441 for issue #39706 broke some iconWorks tests in
cli context. Solution is to make the initialize...
2012-08-11
- 18:50 Revision 877a4636: cleanup doc comments ...
- 17:11 Revision c7cde6ab: make upload of .zip files possible
- 15:50 Revision 1ad2cb85: [BUGFIX] Sprite manager cache race condition
- If the sprite manager is initialized in the frontend with empty caches,
the cache content will not be rendered correc... - 14:26 Revision 1673db1d: ter table ajax handling after update
2012-08-10
- 21:35 Revision f9e025c1: [BUGFIX] Avoid logout when changing the encryption key
- Due to the change to hmac to generate the hash for
the session save path in #39653 one is now logged out
of the insta... - 12:34 Revision 08ded120: [BUGFIX] Warning in list module
- The function addElement needs to have an array as third argument.
Change-Id: Ief786c358476da4d691cb89212b19c397b4a35...
2012-08-09
- 23:11 Revision 7107057b: [TASK] NEWS.txt entry for EXT:beuser refactoring
- Change-Id: I4e4747ceb4470bec97e640b1c36d8da7df922722
Resolves: #39670
Releases: 6.0
Reviewed-on: http://review.typo3.... - 22:59 Revision b02859be: [BUGFIX] Increase log_data field size to prevent corrupted data
- Stage change data is corrupted when comments longer than ~250 characters
are entered. The comment itself is lost aswe... - 22:25 Revision d619af3c: [TASK] Cleanup Install Tool session class
- The InstallTool session class may add several session folders
in typo3temp. Make these folders to be subdirectory of
... - 18:49 Revision 4f2eac09: [BUGFIX] DataMapper returns array on RELATION_HAS_ONE
- When your dealing with entities, that not necessarily have
their hasOne nested entities set then the DataMapper retur...
2012-08-08
- 16:07 Revision e2aabbff: [BUGFIX] Fix PHP warning in EXT:beuser
- Initialize moduleData compareUserList as array to
not trigger a warning if method getCompareUserList array_keys()
is ... - 16:07 Revision 38a1270f: [BUGFIX] EXT:beuser must have frontend root TS template
- Due to the current bootstrap structure of extbase, an extbase
based backend module must have a TypoScript frontend ro... - 16:07 Revision a30a4ddb: [TASK] Fix typos in core
- Fix more typos in the core
Resolves: #39606
Releases: 6.0
Change-Id: I0e6c3e59ead3e55623c7a5e13692889fe7dc9ac3
Revi... - 16:07 Revision 8ede5f10: [TASK] Raise submodule pointer
- Change-Id: I9ce1f0e03d9e37271d969e1281ed0bd7552ba6e6
Reviewed-on: http://review.typo3.org/13520
Reviewed-by: TYPO3 Re... - 16:07 Revision a9449a04: [BUGFIX] sectionIndex menu is not i18n ready
- Change-Id: I34281d801f292530a1618d8b38eafac22b02b511
Fixes: #36616
Releases: 6.0, 4.7
Reviewed-on: http://review.typo... - 16:07 Revision c653618f: [TASK] Use simple file backend for core php cache
- This patch adds a new php cache to the core that is exclusivly used
by the core for php code. It uses the quicker sim... - 16:07 Revision 667f6cbd: [BUGFIX] Page module FlashMessage position
- Moves the FlashMessages in Page backend module underneath the page title.
Also moves the message text from the messag... - 16:07 Revision 596672d7: [TASK] Deprecate t3lib_ajax
- Class t3lib_ajax is of little use and was never finished.
The only use in the core is adapted and the class deprecate... - 16:07 Revision 918de8d7: [BUGFIX] Exception "Could not create directory"
- The thrown exception is not that helpful while information
about the path is missing.
Change-Id: I3d3411a4ebcce8b1bf... - 16:07 Revision 8ac863f0: [TASK] Fix more typos in the core
- Change-Id: I69e63dd7bd03ad03bca3b825fbd4b5b2376386a0
Resolves: #39565
Releases: 6.0
Reviewed-on: http://review.typo3.... - 16:07 Revision 262bf78c: [TASK] Remove "Page Information"
- Removes the Page Information function from page backend module.
Also removes the Page Information table from within t... - 16:07 Revision 4a8b5e76: [-FEATURE] Remove xml export in fullsearch, deprecate t3lib_xml
- Class t3lib_xml was thought as a base class to export arbitrary records
as XML. Its current state is semi useful and ... - 16:07 Revision be885864: [TASK] Remove unused interface t3lib_File_Service_Publishing_Publisher
- This interface hangs around in the core but is never used.
It is removed until it gives a real benefit and the FAL "p... - 16:07 Revision 52d619a4: [BUGFIX] backColor transparent causes black background or flickering
- When a GIFBUILDER object has set its backColor option to transparent,
the background may be black when adding a IMAGE... - 16:07 Revision 6d53b1f9: [FEATURE] Migrate EXT: beuser to Extbase
- This patchset includes a new backend user administration.
Based on extbase a model for BackendUsers is included.
All... - 16:07 Revision 09145449: [TASK] Follow-up: Remove record_list icon
- Removes the record_list icon from the docHeader in modules:
* info
* functions
* permissions/access
* tstemplate
* i... - 16:07 Revision 58e6a832: [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData
- This change simply adds $fieldName to the "real" call to process
the FlexForm's DS. The argument is already supported... - 16:07 Revision 04e3600a: [BUGFIX] Possible fatal if sys_notes table is broken
- Change-Id: I581f48bd031344aa43aa227f7c5e0a34e1cd3ea8
Fixes: #39528
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 16:07 Revision cc7a76db: [BUGFIX] Incorrect search-results when searching for part of word
- Added missing 'self::' before constants. Now search will also find
matches for parts of words.
Credit goes to Mats S... - 16:07 Revision e14b8141: [BUGFIX] Fix typo 'usefull' => 'useful'
- Several times usefull is used instead of useful.
Change-Id: Id8377d99fd94a20f4dd6261069f3b3dbb417d21d
Fixes: #39499
... - 16:07 Revision 0f21dfe2: [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given
- The method t3lib_db::debug_check_recordset should use
"is_resource" to be sure we have a proper database resource obj... - 16:07 Revision e95f8b09: [BUGFIX] Description of pidSelect in class.db_list.inc is misleading
- Tell the user that this is not just a list of IDs but a query part with
the fieldname and the operator.
Change-Id: I... - 16:07 Revision 748b41b0: [!!!][-FEATURE] Remove page hit statistics
- The feature of logging each page request either to a database
table or to an "apache-style"-logfile is rarely used th... - 16:07 Revision 7242c6e3: [TASK] Simplify sprite manager
- - Default sprite handler is registered in DefaultConfiguration.php
- Manager class is made static, $GLOBALS['spriteMa... - 16:07 Revision d33ecc9d: [FEATURE] Add closure support for t3lib_div::callUserFunction
- Adds the very handy option to use closures for the user functions.
Change-Id: Iae2278c4d5d988eb0e882f575d0f2d441c238... - 16:07 Revision 66afebf2: [TASK] Move field "module" to "Behaviour"
- Move field "module" to the tab "Behaviour" for
page types pages and sys folder.
Change-Id: Ia23f4beca6104ea9bdac18bd... - 16:07 Revision dc5e9e30: [FEATURE] Swap doc header rows in all backend modules
- Swaps all docHeader rows for the backend modules.
Function menu and CSH are moved to the top row while
buttons (save... - 16:07 Revision a0cacd5a: [TASK] Use extbase backend user model in ext:belog
- Feature #39145 introduced a backend user model to extbase.
The patch uses this in the belog extension now and removes... - 16:07 Revision 863d59dd: [FEATURE] Add Hook to manipulate BE login form
- To fully customize the backend login form a hook (signal/slot) is
added which allows manipulation of the markers arra... - 16:07 Revision 551ba297: [!!!][FEATURE] Update cache framework to latest FLOW3 version
- Update the caching framework to FLOW3 version 868e073b98
Main changes:
[!!!][FEATURE] Make cache backends more flex... - 16:07 Revision 5fc72659: [TASK] Raise extbase submodule pointer
- Change-Id: I6d67b3a0670d9ad99b8a718894274c59202e0a60
Reviewed-on: http://review.typo3.org/13403
Reviewed-by: Christia... - 16:07 Revision e2fd214f: [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation
- The function returns a NULL value if a sql error occurs.
Change-Id: Ic508aa5ba2034c0a230f5fad56690979ed576bf4
Fixes:... - 16:07 Revision dad09e7b: [FEATURE] Update Manual of Form Wizard to include Postprocessors
- Adds information about postprocessors and how to configure them to
the manual of the form wizard.
Uses doc_template ... - 16:07 Revision fd9b04db: [BUGFIX] IRRE childs don't expand in Internet Explorer
- document.getElementsByName doesn't always extend the returned DOM
Elements with prototype.js specific methods in Inte... - 16:07 Revision 5e3639c2: [FEATURE] arrayExport() should recognize int keys
- t3lib_utility_Array::arrayExport() currently exports array keys always
as strings. With the patch integer array keys ... - 16:07 Revision aa9e829a: [FEATURE] New hook for managing page cache
- When pages are cached using some extra system (e.g. nc_staticfilecache)
it is useless to store these as well in whate... - 16:07 Revision 9e8eb028: [TASK] Remove non-core modules in sysfolders
- Sysfolders can contain modules and some are shipped with the core:
* shop
* approvals
* board
* news
only fe_users n... - 16:07 Revision 909b5162: [TASK] CleanUp the Reference-List in title-tooltip
- file list and record list module show the references to the
record in a reference column using the title-tag of a lin... - 16:07 Revision 32769fef: [!!!][BUGFIX] *_user table password field is to short
- When using the hash-algorithm "blowfish" in saltedpasswords
the hash is 60 chars long - therefore the field length ha... - 16:07 Revision 14f4c7a5: [TASK] Move buttons in user setting into advanced functions
- The buttons "clear configuration" and "reset
temporary data" are advanced functions and should
therefore be moved to ... - 16:07 Revision 7993f011: [TASK] Improve sys_note code
- Code of sys_note can be highly improved:
* Use fluid
* Move xlf files to Resources
* Add kind-of repository
Change-I... - 16:07 Revision bac937b9: [BUGFIX] Admin fields not shown in setup module
- The admin functions are currently not shown in User->setup module.
Affected is for example the 'Display debug message... - 16:07 Revision 9d5d6f93: [BUGFIX] BE User Settings cannot be saved by clicking enter
- After moving the save button to the top row of the form, hitting
enter within a text input field of the user's settin... - 16:07 Revision 695551f9: [BUGFIX] Generate random key is not updating in install tool
- The button to generate a new random key is not updating
anymore due to the refactoring of the localconf.php file
Cha... - 16:07 Revision 85b56a65: [BUGFIX] RTE: Installation of AllowClipboardHelper is not triggered
- Problem: When using Firefox, if a copy/cut/paste button is hit and
access to the clipboard is not allowed, installati... - 16:07 Revision 96cd54ab: [BUGFIX] Broken quoting in arrayExport
- Tick (') must be quoted to \'
Change-Id: I006173f0d5e1e17de1ff8801c71c6167fd96087d
Resolves: #39346
Releases: 6.0
Re... - 16:07 Revision ec7bc16c: [TASK] Make some final classes non-final to allow mocking
- We need to be able to subclass some classes for the unit tests:
a) classes that need to be used with getMock
b) clas... - 16:07 Revision 5451f8ca: [TASK] Add more unit tests for t3lib_tree_pagetree_DataProvider
- Clean up the class a bit and add unit tests for getRoot().
Change-Id: I9a60c9531bca8683708ddfb7e898926fb2c7d5c5
Rele... - 16:07 Revision 528385b0: [FEATURE] Add wincache as a cache backend
- Add wincache as a cache backend for TYPO3 installations
running on a windows machine
Change-Id: I3089939f87d25970011... - 16:07 Revision 4bd7b5be: [FEATURE] EXT: viewpage open in blank window
- Adds link to backend module docheader within EXT: viewpage
to open the current page in a new window.
Change-Id: I89c... - 16:07 Revision 9df14aca: [BUGFIX] Warning on fetching undefined category definitions
- Calling t3lib_category_Registry::getDatabaseTableDefinition()
for an extension that does not register any categories,... - 14:44 Revision 7f17bf67: [TASK] Set TYPO3 version to 4.5.19-dev
- Change-Id: I413424ca74693a7bd4bacb44bf3724f457a0963e
Reviewed-on: http://review.typo3.org/13524
Reviewed-by: TYPO3 Re... - 14:44 Revision 2d73b5d1: [RELEASE] Release of TYPO3 4.5.18
- Change-Id: Ibf85379e48a59fdfabdad4edaf25c978dcd596b4
Reviewed-on: http://review.typo3.org/13523
Reviewed-by: TYPO3 Re... - 14:44 Revision f99cd1d3: [RELEASE] Release of TYPO3 4.5.18
- Change-Id: Ibf85379e48a59fdfabdad4edaf25c978dcd596b4
- 14:35 Revision d53a5909: [TASK] Set TYPO3 version to 4.6.12-dev
- Change-Id: Id1292157b43692274d65a9368cf5bc2309451988
Reviewed-on: http://review.typo3.org/13522
Reviewed-by: TYPO3 Re... - 14:35 Revision 56973db2: [RELEASE] Release of TYPO3 4.6.11
- Change-Id: Id1ab668a1706f3ce60a607be0dfa3b8b437d2841
Reviewed-on: http://review.typo3.org/13521
Reviewed-by: TYPO3 Re... - 14:35 Revision 9809ebf7: [RELEASE] Release of TYPO3 4.6.11
- Change-Id: Id1ab668a1706f3ce60a607be0dfa3b8b437d2841
- 14:32 Revision a82a416b: [TASK] Raise submodule pointer
- Change-Id: I9ce1f0e03d9e37271d969e1281ed0bd7552ba6e6
Reviewed-on: http://review.typo3.org/13520
Reviewed-by: TYPO3 Re... - 14:29 Revision e809cd3b: [TASK] Raise submodule pointer
- Change-Id: Id23a7e439025f7b7b1824923fd6bd5adebbc8217
Reviewed-on: http://review.typo3.org/13519
Reviewed-by: TYPO3 Re... - 14:10 Revision c5e24ad4: [TASK] Set TYPO3 version to 4.7.4-dev
- Change-Id: I27966778a05a9c99bdbd1c05c1f5908b7cb87d66
Reviewed-on: http://review.typo3.org/13518
Reviewed-by: TYPO3 Re... - 14:09 Revision 136f73b4: [RELEASE] Release of TYPO3 4.7.3
- Change-Id: Iae34c75effe887d0220adffb06450a43811e3943
Reviewed-on: http://review.typo3.org/13517
Reviewed-by: TYPO3 Re... - 14:09 Revision 87b96784: [RELEASE] Release of TYPO3 4.7.3
- Change-Id: Iae34c75effe887d0220adffb06450a43811e3943
- 08:39 Revision 628acff6: [TASK] Fix typos in core
- Fix more typos in the core
Resolves: #39606
Releases: 6.0
Change-Id: I0e6c3e59ead3e55623c7a5e13692889fe7dc9ac3
Revi... - 00:02 Revision 60b64521: [BUGFIX] EXT:beuser must have frontend root TS template
- Due to the current bootstrap structure of extbase, an extbase
based backend module must have a TypoScript frontend ro...
2012-08-07
- 23:08 Revision 4416aa76: [BUGFIX] Fix PHP warning in EXT:beuser
- Initialize moduleData compareUserList as array to
not trigger a warning if method getCompareUserList array_keys()
is ... - 22:18 Revision f8587aca: [BUGFIX] Page module FlashMessage position
- Moves the FlashMessages in Page backend module underneath the page title.
Also moves the message text from the messag... - 21:52 Revision 3ee50860: [TASK] Use simple file backend for core php cache
- This patch adds a new php cache to the core that is exclusivly used
by the core for php code. It uses the quicker sim... - 21:28 Revision ae9d18c9: [BUGFIX] sectionIndex menu is not i18n ready
- Change-Id: I34281d801f292530a1618d8b38eafac22b02b511
Fixes: #36616
Releases: 6.0, 4.7
Reviewed-on: http://review.typo... - 21:10 Revision 34545f88: [BUGFIX] sectionIndex menu is not i18n ready
- Change-Id: I34281d801f292530a1618d8b38eafac22b02b511
Fixes: #36616
Releases: 6.0, 4.7
Reviewed-on: http://review.typo... - 15:44 Revision fc02ae03: [TASK] Fix more typos in the core
- Change-Id: I69e63dd7bd03ad03bca3b825fbd4b5b2376386a0
Resolves: #39565
Releases: 6.0
Reviewed-on: http://review.typo3.... - 14:31 Revision a5cd4dfa: [BUGFIX] Exception "Could not create directory"
- The thrown exception is not that helpful while information
about the path is missing.
Change-Id: I3d3411a4ebcce8b1bf... - 14:31 Revision 69856166: [BUGFIX] Exception "Could not create directory"
- The thrown exception is not that helpful while information
about the path is missing.
Change-Id: I3d3411a4ebcce8b1bf... - 14:27 Revision ac1223d5: [BUGFIX] Exception "Could not create directory"
- The thrown exception is not that helpful while information
about the path is missing.
Change-Id: I3d3411a4ebcce8b1bf... - 10:41 Revision 218316e6: [TASK] Deprecate t3lib_ajax
- Class t3lib_ajax is of little use and was never finished.
The only use in the core is adapted and the class deprecate... - 10:30 Revision 57a3cb39: [FEATURE] Migrate EXT: beuser to Extbase
- This patchset includes a new backend user administration.
Based on extbase a model for BackendUsers is included.
All... - 07:21 Revision 6dac2bc4: [BUGFIX] backColor transparent causes black background or flickering
- When a GIFBUILDER object has set its backColor option to transparent,
the background may be black when adding a IMAGE...
2012-08-06
- 22:47 Revision 8398ffea: [TASK] Remove unused interface t3lib_File_Service_Publishing_Publisher
- This interface hangs around in the core but is never used.
It is removed until it gives a real benefit and the FAL "p... - 22:22 Revision 723bdd87: Initialize caches
- Change-Id: I890c0d8b27f75aceff40c3e9fb1ab1729824b66e
- 22:13 Revision fe3b466e: Define cache_rootline
- Change-Id: If9cf2380415daf3780b192b4673cbf597b0d393f
- 22:00 Revision aa378e15: [TASK] Refactor t3lib_pageSelect::getRootline
- t3lib_pageSelect::getRootline is a function called many
times during frontend rendering and link generation.
The comp... - 21:47 Revision 6387cdcb: [-FEATURE] Remove xml export in fullsearch, deprecate t3lib_xml
- Class t3lib_xml was thought as a base class to export arbitrary records
as XML. Its current state is semi useful and ... - 21:10 Revision b02ca5c4: [TASK] Remove "Page Information"
- Removes the Page Information function from page backend module.
Also removes the Page Information table from within t... - 19:08 Revision 88241937: [BUGFIX] Incorrect search-results when searching for part of word
- Added missing 'self::' before constants. Now search will also find
matches for parts of words.
Credit goes to Mats S... - 19:05 Revision dd50ddde: [BUGFIX] Incorrect search-results when searching for part of word
- Added missing 'self::' before constants. Now search will also find
matches for parts of words.
Credit goes to Mats S... - 10:18 Revision 2ede2c34: [FEATURE] Reorder configuration and loading mechanisms for requireJS
- Change-Id: I4d9dc03ca1384d64284ae947a27572ea855784f0
2012-08-05
- 22:57 Revision 6edaca24: [BUGFIX] Possible fatal if sys_notes table is broken
- Change-Id: I581f48bd031344aa43aa227f7c5e0a34e1cd3ea8
Fixes: #39528
Releases: 6.0
Reviewed-on: http://review.typo3.org... - 21:30 Revision ed5512fb: [Task] Make Exception for Controllerdetermination more expressive
- This makes exception 1316104317 more expressive and includes the
extension- and pluginname in the exception message.
... - 20:51 Revision 2bb16e8e: [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData
- This change simply adds $fieldName to the "real" call to process
the FlexForm's DS. The argument is already supported... - 20:45 Revision e96eedce: [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData
- This change simply adds $fieldName to the "real" call to process
the FlexForm's DS. The argument is already supported... - 20:40 Revision 943c50e0: [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData
- This change simply adds $fieldName to the "real" call to process
the FlexForm's DS. The argument is already supported... - 20:24 Revision a20f119f: [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData
- This change simply adds $fieldName to the "real" call to process
the FlexForm's DS. The argument is already supported... - 19:30 Revision 7b0574d6: [TASK] Follow-up: Remove record_list icon
- Removes the record_list icon from the docHeader in modules:
* info
* functions
* permissions/access
* tstemplate
* i...
2012-08-04
- 10:08 Revision 3b028f43: flash messages
- 08:25 Revision 3136ffa9: [!!!][-FEATURE] Remove page hit statistics
- The feature of logging each page request either to a database
table or to an "apache-style"-logfile is rarely used th...
2012-08-03
- 14:13 Revision ea9c821a: [BUGFIX] Description of pidSelect in class.db_list.inc is misleading
- Tell the user that this is not just a list of IDs but a query part with
the fieldname and the operator.
Change-Id: I... - 13:35 Revision b6a6c6d7: [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given
- The method t3lib_db::debug_check_recordset should use
"is_resource" to be sure we have a proper database resource obj... - 13:34 Revision 83af91ca: [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given
- The method t3lib_db::debug_check_recordset should use
"is_resource" to be sure we have a proper database resource obj... - 13:31 Revision cb8d2a6f: [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given
- The method t3lib_db::debug_check_recordset should use
"is_resource" to be sure we have a proper database resource obj... - 13:25 Revision 6d486221: [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given
- The method t3lib_db::debug_check_recordset should use
"is_resource" to be sure we have a proper database resource obj... - 12:19 Revision cd302f58: [FEATURE] Swap doc header rows
- Swaps docheader rows within workspace backend module.
Change-Id: Iba019cd3421b245f908f7ef1017e618562a3e44e
Fixes: #3... - 08:52 Revision 0627e130: [BUGFIX] Fix typo 'usefull' => 'useful'
- Several times usefull is used instead of useful.
Change-Id: Id8377d99fd94a20f4dd6261069f3b3dbb417d21d
Fixes: #39499
...
2012-08-02
- 19:17 Revision 703bca18: [FEATURE] Swap doc header rows in all backend modules
- Swaps all docHeader rows for the backend modules.
Function menu and CSH are moved to the top row while
buttons (save... - 10:42 Revision 09684d7a: [TASK] Move field "module" to "Behaviour"
- Move field "module" to the tab "Behaviour" for
page types pages and sys folder.
Change-Id: Ia23f4beca6104ea9bdac18bd... - 09:37 Revision 6c527e10: [TASK] Add Domain Model and Repository to Category
- For extension developer's sake, it is convenient to provide a domain
model along with a repository. Both are relying ... - 09:19 Revision b085fa68: [BUG] Fix lastlogin property to correct lowerCamelCase
- In the new backend user model the property lastlogin was not consistently
in the spelling. Sometimes is it used as la... - 00:01 Revision e20b4af0: [FEATURE] Add closure support for t3lib_div::callUserFunction
- Adds the very handy option to use closures for the user functions.
Change-Id: Iae2278c4d5d988eb0e882f575d0f2d441c238...
2012-08-01
- 23:40 Revision 0e6da2c2: [TASK] Simplify sprite manager
- - Default sprite handler is registered in DefaultConfiguration.php
- Manager class is made static, $GLOBALS['spriteMa... - 23:34 Revision 3778f5b4: [!!!][FEATURE] Update cache framework to latest FLOW3 version
- Update the caching framework to FLOW3 version 868e073b98
Main changes:
[!!!][FEATURE] Make cache backends more flex... - 19:26 Revision 08b29b85: [BUGFIX] Suggest Wizard crashes in Frontend Editing
- As the backpath cannot be resolved, the JS dies.
Change-Id: I614fba37f9010ed92a43f04b3e9d564f49fe50a6
Fixes: #25079
... - 19:15 Revision f2673678: [FEATURE] Add Hook to manipulate BE login form
- To fully customize the backend login form a hook (signal/slot) is
added which allows manipulation of the markers arra... - 18:55 Revision 1e11fd1d: [BUGFIX] unlink issues warnings for lock files
- t3lib_lock issues warnings for non-existent lock files.
Change-Id: I55df9938cf56825cd808195f74f10582d2ecedad
Fixes: ... - 18:54 Revision 731d5472: [BUGFIX] unlink issues warnings for lock files
- t3lib_lock issues warnings for non-existent lock files.
Change-Id: I88fe35d5d21fb4137b32ca34d6ed16c091d40431
Fixes: ... - 18:12 Revision ffc563f6: [TASK] Use extbase backend user model in ext:belog
- Feature #39145 introduced a backend user model to extbase.
The patch uses this in the belog extension now and removes... - 16:03 Revision 5b8d6c47: [BUGFIX] IRRE childs don't expand in Internet Explorer
- document.getElementsByName doesn't always extend the returned DOM
Elements with prototype.js specific methods in Inte... - 16:03 Revision 38ca29a6: [BUGFIX] IRRE childs don't expand in Internet Explorer
- document.getElementsByName doesn't always extend the returned DOM
Elements with prototype.js specific methods in Inte... - 16:02 Revision 9dab257a: [BUGFIX] IRRE childs don't expand in Internet Explorer
- document.getElementsByName doesn't always extend the returned DOM
Elements with prototype.js specific methods in Inte... - 15:59 Revision 6de9228e: [BUGFIX] IRRE childs don't expand in Internet Explorer
- document.getElementsByName doesn't always extend the returned DOM
Elements with prototype.js specific methods in Inte... - 15:35 Revision 72894960: [FEATURE] Update Manual of Form Wizard to include Postprocessors
- Adds information about postprocessors and how to configure them to
the manual of the form wizard.
Uses doc_template ... - 15:26 Revision 239d66d1: [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation
- The function returns a NULL value if a sql error occurs.
Change-Id: Ic508aa5ba2034c0a230f5fad56690979ed576bf4
Fixes:... - 15:26 Revision fef97433: [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation
- The function returns a NULL value if a sql error occurs.
Change-Id: Ic508aa5ba2034c0a230f5fad56690979ed576bf4
Fixes:... - 15:26 Revision 569164c1: [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation
- The function returns a NULL value if a sql error occurs.
Change-Id: Ic508aa5ba2034c0a230f5fad56690979ed576bf4
Fixes:... - 15:05 Revision 9f0833d2: [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation
- The function returns a NULL value if a sql error occurs.
Change-Id: Ic508aa5ba2034c0a230f5fad56690979ed576bf4
Fixes:... - 15:03 Revision 896668d5: [BUGFIX] Prevent time-outs when calculating change percentage
- Fixes the complex and unnecessary calculation of the change percentage
of a record. This may have led to various time... - 13:13 Revision b2022626: [TASK] Raise extbase submodule pointer
- Change-Id: I6d67b3a0670d9ad99b8a718894274c59202e0a60
Reviewed-on: http://review.typo3.org/13403
Reviewed-by: Christia... - 12:13 Revision 8f03f5c6: [FEATURE] Add a BackendUser model
- Some extensions in the TYPO3 backend use backend users. The belog and
the beuser module are based on extbase and it w... - 11:16 Revision 603735dd: [BUGFIX] CLI argument handling chokes on = use
- This is a backport of the fix done in FLOW3.
The corresponding FLOW3 ticket is #30493
With this fix the last argumen...
2012-07-31
- 07:52 Revision 102d0c86: [BUGFIX] Properly check disabled versioning within tcemain
- Setting $GLOBALS['TCA'][$table]['ctrl']['versioningWS'] = FALSE; isn't
fully working within tcemain because some isse... - 07:51 Revision 1d5e85e9: [BUGFIX] Properly check disabled versioning within tcemain
- Setting $GLOBALS['TCA'][$table]['ctrl']['versioningWS'] = FALSE; isn't
fully working within tcemain because some isse...
2012-07-30
- 23:16 Revision e29e2473: global / local part 1
- Change-Id: Ib58fb38ea633d9af311cca58c7a32dcb9950ed50
- 20:34 Revision 18de0394: [TASK] CleanUp the Reference-List in title-tooltip
- file list and record list module show the references to the
record in a reference column using the title-tag of a lin... - 20:17 Revision 89f9649c: [TASK] Remove non-core modules in sysfolders
- Sysfolders can contain modules and some are shipped with the core:
* shop
* approvals
* board
* news
only fe_users n... - 18:21 Revision 35045a39: [BUGFIX] PHP warnings may show up in the List module
- If the table is defined in $TCA but it misses "columns" array,
there will be a warning in the List module when search... - 18:20 Revision aef25cdc: [BUGFIX] PHP warnings may show up in the List module
- If the table is defined in $TCA but it misses "columns" array,
there will be a warning in the List module when search... - 16:05 Revision 4d746727: [TASK] Small bugfix in Tx_Extbase_MVC_View_ViewInterface
- Changed expected type of assign-param 'value' from
object to mixed
Change-Id: Ica8e8bd6f7971220da4a3a0fe0c8ca2625603... - 09:36 Revision 6d8b60e0: [FEATURE] New hook for managing page cache
- When pages are cached using some extra system (e.g. nc_staticfilecache)
it is useless to store these as well in whate...
2012-07-29
- 23:13 Revision 6b78c7db: display ext icons in extension list
- Change-Id: Iadf9ac039bfac1e146ce9ffe442c97deea134edf
- 18:47 Revision 04857a5d: [FEATURE] arrayExport() should recognize int keys
- t3lib_utility_Array::arrayExport() currently exports array keys always
as strings. With the patch integer array keys ... - 18:09 Revision 8700d8aa: [BUGFIX] BE User Settings cannot be saved by clicking enter
- After moving the save button to the top row of the form, hitting
enter within a text input field of the user's settin... - 18:04 Revision 11c44c58: [BUGFIX] BE User Settings cannot be saved by clicking enter
- After moving the save button to the top row of the form, hitting
enter within a text input field of the user's settin... - 17:55 Revision 141f66f3: [BUGFIX] Admin fields not shown in setup module
- The admin functions are currently not shown in User->setup module.
Affected is for example the 'Display debug message... - 17:39 Revision 547e6b0c: loading masks
- Change-Id: I99f13887eba73fdf96bda2390ea3005c66379c59
- 16:46 Revision 2a488736: [TASK] Improve sys_note code
- Code of sys_note can be highly improved:
* Use fluid
* Move xlf files to Resources
* Add kind-of repository
Change-I... - 16:21 Revision 56e6927f: [TASK] Move buttons in user setting into advanced functions
- The buttons "clear configuration" and "reset
temporary data" are advanced functions and should
therefore be moved to ... - 15:38 Revision 9fd1bab9: [!!!][BUGFIX] *_user table password field is to short
- When using the hash-algorithm "blowfish" in saltedpasswords
the hash is 60 chars long - therefore the field length ha... - 14:52 Revision 13d1a768: reload after t3x upload
- Change-Id: If2bd42aa80d35376c2667b115b080169a4ef8da1
- 14:19 Revision 8d9a791f: ter update only every 24 hours
- Change-Id: Id981499b58e36855e3d4daf767ba1d29f114c61a
- 12:43 Revision 689bb9d9: [BUGFIX] Shell command arguments are not escaped
- Shell command arguments should be escaped with escapeshellarg()
PHP function, which adds single quotes around the arg... - 12:43 Revision 59353946: [BUGFIX] Shell command arguments are not escaped
- Shell command arguments should be escaped with
escapeshellarg() PHP function, which adds single quotes
around the arg...
2012-07-28
- 23:20 Revision f835b377: [TASK] Add more unit tests for t3lib_tree_pagetree_DataProvider
- Clean up the class a bit and add unit tests for getRoot().
Change-Id: I9a60c9531bca8683708ddfb7e898926fb2c7d5c5
Rele... - 23:05 Revision 8999ac76: [TASK] Make some final classes non-final to allow mocking
- We need to be able to subclass some classes for the unit tests:
a) classes that need to be used with getMock
b) clas... - 16:54 Revision f7960df9: fixed unit tests
- Change-Id: I60e157339b11a0f0b8fc399358868c8d209b1b26
- 16:30 Revision d391f709: [BUGFIX] Broken quoting in arrayExport
- Tick (') must be quoted to \'
Change-Id: I006173f0d5e1e17de1ff8801c71c6167fd96087d
Resolves: #39346
Releases: 6.0
Re... - 16:24 Revision c28020ae: fix installation procedure after rebase
- Change-Id: Iccb6f1bd7583239065e18b6afd36f6d78e53f7b3
- 16:10 Revision cb9cfc89: [BUGFIX] Broken quoting in arrayExport
- Tick (') must be quoted to \'
Change-Id: I006173f0d5e1e17de1ff8801c71c6167fd96087d
Resolves: #39346
Releases: 6.0 - 16:01 Revision 76aa43de: new extension manager
- Change-Id: Ia3cb4483055b48b704748af39ad472bea3d62ee1
- 16:01 Revision 4ed0de56: rebased
- Change-Id: Ib415eb91d409e352dc98dbcb3709dcf4c88d710b
- 16:00 Revision 0f91b10c: [FEATURE] EXT: viewpage open in blank window
- Adds link to backend module docheader within EXT: viewpage
to open the current page in a new window.
Change-Id: I89c... - 16:00 Revision 3d198dba: [BUGFIX] Warning on fetching undefined category definitions
- Calling t3lib_category_Registry::getDatabaseTableDefinition()
for an extension that does not register any categories,... - 16:00 Revision 30b2e1a2: [BUGFIX] Generate random key is not updating in install tool
- The button to generate a new random key is not updating
anymore due to the refactoring of the localconf.php file
Cha... - 16:00 Revision f70b4c7d: [BUGFIX] RTE: Installation of AllowClipboardHelper is not triggered
- Problem: When using Firefox, if a copy/cut/paste button is hit and
access to the clipboard is not allowed, installati... - 16:00 Revision 33171797: [BUGFIX] Invalid fallback for non-localized labels
- Whenever a record is not translated, Pootle exports the localization file
with only the "source" element and no "targ... - 16:00 Revision 30dfeedd: [BUGFIX] Remove debug statement for not existing classes
- Due to the removal of allowed class name prefix check,
all calls to t3lib_div::getUserObject cause a
debug statement ... - 16:00 Revision a8f600fc: [BUGFIX] Fix 1-2-3(-4) wizard
- Due to the localconf.php refactoring the
install wizard is broken. This change fixes it.
Change-Id: I1e266a76c5cdbee... - 16:00 Revision 3e948f8c: [BUGFIX] Exclude E_STRICT from errors with PHP 5.4
- The main entry points have been refactored, but some places have been
forgotten leading to E_STRICT errors flooding t... - 16:00 Revision a4280988: [BUGFIX] Re-read extListArray in em at runtime
- The introduction package loads multiple extensions in one go through the
em API enableExtension(). The refreshGlobalE... - 16:00 Revision 77b246d3: [TASK] Raise submodule pointer
- Change-Id: Id268247e7fdea9fd857025b3ca7280e39fc5385e
Reviewed-on: http://review.typo3.org/13053
Reviewed-by: TYPO3 Re... - 16:00 Revision bb4edd64: [RELEASE] Release of TYPO3 6.0.0alpha3
- Change-Id: I99382411aa240f24f3f1554454cbc0ed791f004f
Reviewed-on: http://review.typo3.org/13054
Reviewed-by: TYPO3 Re... - 16:00 Revision a63d697f: [TASK] Set TYPO3 version to 6.0-dev
- Change-Id: I6658c99f426a2ba98a6136b0209dfa208913e6df
Reviewed-on: http://review.typo3.org/13055
Reviewed-by: TYPO3 Re... - 16:00 Revision 537f5788: [FEATURE] Add wincache as a cache backend
- Add wincache as a cache backend for TYPO3 installations
running on a windows machine
Change-Id: I3089939f87d25970011... - 16:00 Revision 0d71ac80: [TASK] Change @deprecated annotation to the correct version
- Change all @deprecated annotations to the correct version number.
Replace 4.8 -> 6.0 and 4.9 -> 6.1
Change-Id: Ia0b9... - 16:00 Revision 7a116396: [FEATURE] Make autoloader namespace aware
- The autoloader will now recognize classnames with fully
qualified namespaces names. So, it is now possible to
autoloa... - 16:00 Revision 653d95fb: [FEATURE] Make autoloader namespace aware - Part 2
- Add more tests to and move the namespace logic to
a more logical place.
Change-Id: I4907fdadfb04f27b74849ae6b42b52d5... - 16:00 Revision cfe11409: [TASK] Raise submodule pointer
- Change-Id: If17c9f726c9b19fae901deca9ebf4f6c6db1e658
Reviewed-on: http://review.typo3.org/12980
Reviewed-by: TYPO3 Re... - 16:00 Revision e9d334cf: [-FEATURE] Remove restricted class prefixes
- Sometimes the core enforces classes to be prefixed with special names
like 'tx_' or 'user_', especially if they are l... - 16:00 Revision d2f1b6dd: [TASK] Add entry about name spaced class named to NEWS.txt
- Change-Id: I9e2b6e154d2f2618adbe5a563723118eebbb8bbe
Reviewed-on: http://review.typo3.org/12983
Reviewed-by: Christia... - 16:00 Revision b846f3d2: [BUGFIX] stdWrap numRows fails due to wrong SELECT clause
- Exclude aggregate functions count(), sum(), max(),
min(), avg() in if statement inside
tslib_cObj::sanitizeSelectPart... - 16:00 Revision ef613093: [BUGFIX] YouTube videos can not be played with Media CE
- Since the rework of the media content element for TYPO3 4.7, YouTube
videos cannot be played anymore using the Media ... - 16:00 Revision d3e3e73c: [!!!][TASK] New local configuration handling
- This patch removes the file typo3conf/localconf.php and introduces
a new file called typo3conf/LocalConfiguration.php... - 16:00 Revision 4735bc44: [TASK] Remove record_list icon from Page module
- Removes the record_list icon from the docHeader in Page module.
This icon links from page to list module but does no... - 16:00 Revision d85d3b6f: [BUGFIX] Send sane HTTP response in showpic on error
- Currently, if showpic.php requests fail, exceptions are thrown. Those are
usually converted to a HTTP response 500 (i... - 16:00 Revision 34b30bc7: [BUGFIX][FAL] isValidFilename() fails with broken PCRE
- Some php versions like debian squeeze 5.3.3 do not have proper unicode
support for PCRE enabled. In effect, character... - 16:00 Revision 5acefc0d: [TASK][CLEANUP] Remove obsolete IPv6 test condition
- The defined('AF_INET6') in the t3lib_div ipv6 related methods tests
for availability of ipv6 support in php. This is ... - 16:00 Revision c7aebcd8: [!!!][TASK] Remove old XCLASS compatibility layer
- The XCLASS handling that was changed with #31893 allows to register
XCLASS'es with an entry in ext_autoload. The patc... - 16:00 Revision 3ce162d7: [BUGFIX] QT movies prefixed abusively in Media CE
- If some prefixes are defined (either base URL or absRefPrefix),
the Media CE will apply such prefix to any Quicktime ... - 16:00 Revision e77bf03f: [CLEANUP] Typo in INSTALL.txt
- Change-Id: I2597cbec82e2dc61ab247cdff8b4ce9d19b2c231
Reviewed-on: http://review.typo3.org/12942
Reviewed-by: Wouter W... - 16:00 Revision bf9493fb: [TASK] Clean up phpDoc comments in typo3/sysext/saltedpasswords
- Clean up provides:
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDo... - 16:00 Revision a3928c35: [FEATURE] Add a unique request ID
- To allow grouping of log records belonging to a certain request,
a unique id per request is needed.
Change-Id: I76e2... - 16:00 Revision 763ebf32: [BUGFIX] $_EXTKEY not available in global scope in ext_tables.php
- Since changing the ext_tables.php handling to use the caching
framework $_EXTKEY is not available in global scope any... - 16:00 Revision 0ae5defb: [TASK] Mention jQuery as external library in about section
- Mention jQuery as external library, that is used in the TYPO3
core
Change-Id: Ia6c93c35d27c96d4d8b670ac94417ecf1b46e... - 16:00 Revision 6ac16ed8: [BUGFIX] FLUIDTEMPLATE - Serialization of 'Closure' is not allowed
- When using FLUIDTEMPLATE and COA_INT or USER_INT on the same
level and partials are used in the Fluid template, then ... - 16:00 Revision 9df8bb98: [BUG] FAL AdapterService fails with Fluid
- FAL introduced an adapterservice to migrate certain
fields to FAL style. The adapterservice uses type hinting
to sugg... - 16:00 Revision 5d848578: [TASK] Call sanitizeLocalUrl only once in recordList
- recordList calls t3lib_div::sanitizeLocalUrl twice.
Store the result in a variable, so that one call is
enough.
Chan... - 14:19 Revision d85ed5d4: fixed file handling
- Change-Id: Ie73e77cce5b004a328456fa1c7876d8e71af10d0
- 13:57 Revision 8b2a1940: extmgm
- 03:24 Revision fa8b9195: [BUGFIX] RTE: Installation of AllowClipboardHelper is not triggered
- Problem: When using Firefox, if a copy/cut/paste button is hit and
access to the clipboard is not allowed, installati...
2012-07-27
- 18:19 Revision a5b88033: [BUGFIX] RTE: Installation of AllowClipboardHelper is not triggered
- Problem: When using Firefox, if a copy/cut/paste button is hit and
access to the clipboard is not allowed, installati... - 18:15 Revision eb9cc942: [FEATURE] adds requirejs plugin to load and append multiple jQuery versions to the global var TYPO3
- 18:14 Revision 55967380: [BUGFIX] RenderingContext should be instanciated by interface to allow own implementation
- The RenderingContext should be instanciated by the interface name
instead of the concrete Classname in Classes/View/T... - 14:04 Revision d7e1d584: [FEATURE] First working version of RequireJS API for JS plugins
- Change-Id: I20d84afc80b448ca8e02c02265e0c5ce4e74bada
- 07:55 Revision eb90ef21: [BUGFIX] Generate random key is not updating in install tool
- The button to generate a new random key is not updating
anymore due to the refactoring of the localconf.php file
Cha...
2012-07-26
- 23:51 Revision 0d2e4be9: [BUGFIX] Warning on fetching undefined category definitions
- Calling t3lib_category_Registry::getDatabaseTableDefinition()
for an extension that does not register any categories,... - 23:18 Revision 82a756af: [FEATURE] EXT: viewpage open in blank window
- Adds link to backend module docheader within EXT: viewpage
to open the current page in a new window.
Change-Id: I89c... - 22:33 Revision 0707d0b0: [FEATURE] Add wincache as a cache backend
- Add wincache as a cache backend for TYPO3 installations
running on a windows machine
Change-Id: I3089939f87d25970011... - 04:57 Revision 349da10f: [BUGFIX] RTE transformation transforms LF/CR between div and hr into space
- Fix the issue and add test cases.
Change-Id: I2220e897c7e2a4861f286767015ced76229cd068
Resolves: #26815
Releases: 4.... - 04:44 Revision 54761c2a: [BUGFIX] RTE transformation transforms LF/CR between div and hr into space
- Fix the issue and add test cases.
Change-Id: I3bf677985d5599fd8dae41101519779deb3b3359
Resolves: #26815
Releases: 4....
2012-07-25
- 21:32 Revision 83c7f030: [TASK] Set TYPO3 version to 6.0-dev
- Change-Id: I6658c99f426a2ba98a6136b0209dfa208913e6df
Reviewed-on: http://review.typo3.org/13055
Reviewed-by: TYPO3 Re... - 21:32 Revision 34f1aa27: [RELEASE] Release of TYPO3 6.0.0alpha3
- Change-Id: I99382411aa240f24f3f1554454cbc0ed791f004f
Reviewed-on: http://review.typo3.org/13054
Reviewed-by: TYPO3 Re... - 21:32 Revision 61ff5c1f: [RELEASE] Release of TYPO3 6.0.0alpha3
- Change-Id: I99382411aa240f24f3f1554454cbc0ed791f004f
- 21:11 Revision 54c1fdc2: [TASK] Raise submodule pointer
- Change-Id: Id268247e7fdea9fd857025b3ca7280e39fc5385e
Reviewed-on: http://review.typo3.org/13053
Reviewed-by: TYPO3 Re... - 20:26 Revision 3b307bf7: [BUGFIX] Re-read extListArray in em at runtime
- The introduction package loads multiple extensions in one go through the
em API enableExtension(). The refreshGlobalE... - 19:09 Revision 841862e1: [BUGFIX] Exclude E_STRICT from errors with PHP 5.4
- The main entry points have been refactored, but some places have been
forgotten leading to E_STRICT errors flooding t... - 19:09 Revision 02442d87: [BUGFIX] Exclude E_STRICT from errors with PHP 5.4
- The main entry points have been refactored, but some places have been
forgotten leading to E_STRICT errors flooding t... - 19:07 Revision ce5ba95c: [BUGFIX] Exclude E_STRICT from errors with PHP 5.4
- The main entry points have been refactored, but some places have been
forgotten leading to E_STRICT errors flooding t... - 19:06 Revision 73bf1fa3: [BUGFIX] Exclude E_STRICT on PHP 5.4 and unify error reporting
- Since #38645 most error_reporting defintions are excluding E_STRICT on
newer PHP versions, but some places have been ... - 12:37 Revision d9868f6e: [TASK] Always return a boolean in t3lib_div::validPathStr
- In t3lib_div::validPathStr() a boolean (TRUE) is returned,
if this is a valid path string. If it is NOT a valid path ... - 12:37 Revision 8affd662: [TASK] Always return a boolean in t3lib_div::validPathStr
- In t3lib_div::validPathStr() a boolean (TRUE) is returned,
if this is a valid path string. If it is NOT a valid path ... - 12:37 Revision a3e05a3b: [TASK] Always return a boolean in t3lib_div::validPathStr
- In t3lib_div::validPathStr() a boolean (TRUE) is returned,
if this is a valid path string. If it is NOT a valid path ... - 08:36 Revision f481a8b1: fix tests
2012-07-24
- 22:48 Revision 91d70619: [BUGFIX] Adapt to the new localconf handling
- Adapt the auto activation feature of DBAL to the
new local configuration handling introduced in #38562
Resolves: #39... - 22:47 Revision be626a02: [BUGFIX] Fix 1-2-3(-4) wizard
- Due to the localconf.php refactoring the
install wizard is broken. This change fixes it.
Change-Id: I1e266a76c5cdbee... - 19:53 Revision 8a995adb: [BUGFIX] Remove debug statement for not existing classes
- Due to the removal of allowed class name prefix check,
all calls to t3lib_div::getUserObject cause a
debug statement ... - 17:15 Revision f35b46de: [BUGFIX] Invalid fallback for non-localized labels
- Whenever a record is not translated, Pootle exports the localization file
with only the "source" element and no "targ... - 17:15 Revision 5a9b3ea6: [BUGFIX] Invalid fallback for non-localized labels
- Whenever a record is not translated, Pootle exports the localization file
with only the "source" element and no "targ... - 17:11 Revision 8da6ceca: [BUGFIX] Invalid fallback for non-localized labels
- Whenever a record is not translated, Pootle exports the localization file
with only the "source" element and no "targ... - 07:28 Revision c85d6be5: [TASK] Improve error message of "broken rootline"
- Currently it is hard to get the reason why the error
"broken rootline" appears. Therefore the error msg can be
improv... - 07:28 Revision bde93021: [TASK] Improve error message of "broken rootline"
- Currently it is hard to get the reason why the error
"broken rootline" appears. Therefore the error msg can be
improv...
2012-07-23
- 23:24 Revision bc0feedd: [BUGFIX] Formmail doesn't always use correct character set
- To work around a bug in SwitfMailer the character set of a message part
should always be set. When no character set i... - 21:13 Revision ea78e2c7: update
- Change-Id: Ia3f06f68d7eac24de520e3d3911978b24ed29449
- 19:40 Revision fc1a8f08: [BUGFIX] YouTube videos can not be played with Media CE
- Since the rework of the media content element for TYPO3 4.7, YouTube
videos cannot be played anymore using the Media ... - 19:30 Revision f8adef04: [BUGFIX] YouTube videos can not be played with Media CE
- Since the rework of the media content element for TYPO3 4.7, YouTube
videos cannot be played anymore using the Media ... - 19:14 Revision baba7fae: [BUGFIX] $_EXTCONF was not filled in ext_tables.php
- Change-Id: I097ec87bbc2b8be5387fa7e9ca87d62bbd3560b1
Fixes: #38927
Releases: 4.5
Reviewed-on: http://review.typo3.org... - 16:34 Revision e939a342: mark insecure
- Change-Id: Iac4b5cb410b45754d2e8d9fccf5dbe87d0029ba1
- 15:37 Revision 3f5ff8d9: Download Extension SQL
- Change-Id: I3eda2280e98eba6ae29975a8a744259caf10e727
- 13:31 Revision 2aa14d9b: download extension / remove extension
- Change-Id: I93539215a4ad05720d738b6984626b079bb3c78b
- 12:44 Revision 8e944f09: [BUGFIX] stdWrap numRows fails due to wrong SELECT clause
- Exclude aggregate functions count(), sum(), max(),
min(), avg() in if statement inside
tslib_cObj::sanitizeSelectPart... - 12:41 Revision 8621c145: [BUGFIX] stdWrap numRows fails due to wrong SELECT clause
- Exclude aggregate functions count(), sum(), max(),
min(), avg() in if statement inside
tslib_cObj::sanitizeSelectPart... - 12:36 Revision ac4f234e: [BUGFIX] stdWrap numRows fails due to wrong SELECT clause
- Exclude aggregate functions count(), sum(), max(),
min(), avg() in if statement inside
tslib_cObj::sanitizeSelectPart... - 12:30 Revision 481d1ffa: [BUGFIX] stdWrap numRows fails due to wrong SELECT clause
- Exclude aggregate functions count(), sum(), max(),
min(), avg() in if statement inside
tslib_cObj::sanitizeSelectPart... - 00:25 Revision 5fcada5d: [TASK] Renamed Textbox view helper unit test
- As the textbox view helper has been renamed to textfield view helper,
the unit test follows the naming schema.
Chang... - 00:19 Revision e866e8b9: [BUGFIX] Speed up f:format.currency
- If the children evaluate to an empty string, they will be initialized
with 0.00 which speeds up the performance of nu...
2012-07-22
- 23:56 Revision 612d7050: [BUGFIX] Update extension must invalidate autoloader cache
- Change-Id: I253c1a9259cc8e5bf8c3271e34bf3a00dd1d0366
Fixes: #33895
Releases: 4.5, 4.6, 4.7
Reviewed-on: http://review...
2012-07-21
- 22:14 Revision 5dfd3d34: [BUGFIX] Remove additional slashes from typolink urls if prefixing
- Typolink generates absolute uris with a leading slash. When prefixing
this with the base uri, we have to make sure, t... - 22:10 Revision 242fd39e: [TASK] Add entry about name spaced class named to NEWS.txt
- Change-Id: I9e2b6e154d2f2618adbe5a563723118eebbb8bbe
Reviewed-on: http://review.typo3.org/12983
Reviewed-by: Christia... - 21:24 Revision 7b586738: [-FEATURE] Remove restricted class prefixes
- Sometimes the core enforces classes to be prefixed with special names
like 'tx_' or 'user_', especially if they are l... - 19:35 Revision 7f684b1c: [BUGFIX] resolveDefaultEncoding with wrong fallback
- Since TYPO3 4.7 the forceCharset configuration is deprecated. The class
Tx_Fluid_Core_Compiler_AbstractCompiledTempla... - 17:59 Revision 1f62e402: [TASK] Raise submodule pointer
- Change-Id: If17c9f726c9b19fae901deca9ebf4f6c6db1e658
Reviewed-on: http://review.typo3.org/12980
Reviewed-by: TYPO3 Re... - 17:58 Revision 7c562146: [TASK] Raise submodule pointer
- Change-Id: I63c616670a5c4d11641920e3c185cfc7f24acbf4
Reviewed-on: http://review.typo3.org/12979
Reviewed-by: TYPO3 Re... - 17:56 Revision 37ecea23: [TASK] Raise submodule pointer
- Change-Id: I4ec2839623376753fdf0ada3bb23a5021a42eaee
Reviewed-on: http://review.typo3.org/12978
Reviewed-by: TYPO3 Re... - 17:54 Revision b0f3efda: [TASK] Raise submodule pointer
- Change-Id: Ia7af2bf45b3a447641cb4a2e845b416d65e499db
Reviewed-on: http://review.typo3.org/12977
Reviewed-by: TYPO3 Re... - 17:46 Revision a679a0e5: [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... - 17:22 Revision c2102c20: [BUGFIX] Container calls Cache too often
- The Container Classes Cache call is very expensive - and when
using a database backend, this is even slowing down
com... - 17:17 Revision 74ed6a82: [FEATURE][Performance] Add caches for persistence layer
- XDEBUG Profiler shows time saving possibilities in
Tx_Extbase_Persistence_Storage_Typo3DbBackend->addEnableFieldsStat... - 16:03 Revision 38ba2df3: [TASK] use the objectManager to create empty domain objects
- The Tx_Extbase_Persistence_Mapper_DataMapper uses the objectContainer
(Tx_Extbase_Object_Container_Container) for cre... - 15:16 Revision 429280d8: [FEATURE] Make autoloader namespace aware - Part 2
- Add more tests to and move the namespace logic to
a more logical place.
Change-Id: I4907fdadfb04f27b74849ae6b42b52d5... - 15:13 Revision bf72676f: [BUGFIX] Fix workspaces test for CLI
- Workspaces tests fail if executed from the phpunit
command line.
Move the tests to the subfolder "Functional" as
the... - 14:56 Revision 9176deaf: [BUGFIX] Container calls Cache too often
- The Container Classes Cache call is very expensive - and when
using a database backend, this is even slowing down
com... - 14:31 Revision ed4c4f7d: fixed tests
- Change-Id: I0d833236c35972ae68d1e66d114207ed5dadfff3
- 14:10 Revision 45050e20: t3x upload
- Change-Id: I3fa71708633484d0cffcd58a9e31cb0edeab6451
- 14:08 Revision 90aceeab: [CLEANUP] Fluid CGL cleanup fix doc comments
- Change-Id: I6db05ff62e7a89cc68b5dbae72d1925b2d13de67
Resolves: #34898
Release: 6.0
Reviewed-on: http://review.typo3.o... - 13:57 Revision e3e08c1b: [TASK] Change @deprecated annotation to the correct version
- Change all @deprecated annotations to the correct version number.
Replace 4.8 -> 6.0 and 4.9 -> 6.1
Change-Id: I4f28... - 13:24 Revision 7a964695: [TASK] Backport Fluid from FLOW3 1.0.5
- Make Extbase Fluid in sync with FLOW3 1.0.5 (Fluid rev 152ae289)
Change-Id: I0c043b6cc7bc7e3dac0145d83a2ff885a34b5cf... - 13:21 Revision 8e5fd3f7: [TASK] Update Readme to point to the current documentation location
- The Extbase README file now contains links to the current documentation
and api documentation
Change-Id: I9f2d32f2d0... - 13:20 Revision 634b43d2: [TASK] Update Readme to point to the current documentation location
- The Extbase README file now contains links to the current documentation
and api documentation
Change-Id: I9f2d32f2d0... - 13:18 Revision b10fb825: [TASK] Update Readme to point to the current documentation location
- The Extbase README file now contains links to the current documentation
and api documentation
Change-Id: I9f2d32f2d0... - 12:12 Revision 529143ca: [BUGFIX] Only set request for Web_Response
- The current request is needed in Tx_Extbase_MVC_Web_Response to
distinguish between a cached or a non-cached request ... - 10:57 Revision 69ff5106: [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... - 10:46 Revision ca40f8a0: [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... - 10:46 Revision 20b386dd: [BUGFIX] CLI argument handling chokes on = use
- This is a backport of the fix done in FLOW3.
The corresponding FLOW3 ticket is #30493
With this fix the last argumen... - 10:18 Revision 0cb5ce8b: [BUGFIX] Fix the PhpDoc comments of GroupedForViewHelperTest
- Fix a copy'n'paste error in the class documentation comment and
add the missing "@" in an @var.
Change-Id: Iaa1d594d... - 10:05 Revision e0652a73: [TASK] Harmonize coding style of if constructs
- This corrects the whitespaces in if statements for Extbase.
Change-Id: Ie2266202ca819b78d23d7e28cb6c359cf691eee0
Fix... - 09:59 Revision a32b29ec: [FEATURE] Make autoloader namespace aware
- The autoloader will now recognize classnames with fully
qualified namespaces names. So, it is now possible to
autoloa... - 09:49 Revision 043bd43b: [TASK] Change @deprecated annotation to the correct version
- Change all @deprecated annotations to the correct version number.
Replace 4.8 -> 6.0 and 4.9 -> 6.1
Change-Id: Ia0b9...
2012-07-20
- 22:21 Revision b3369a1d: [BUGFIX] CLI argument handling chokes on = use
- This is a backport of the fix done in FLOW3.
The corresponding FLOW3 ticket is #30493
With this fix the last argumen... - 21:58 Revision 072eda5f: [CLEANUP] Typo in INSTALL.txt
- Change-Id: I2597cbec82e2dc61ab247cdff8b4ce9d19b2c231
Reviewed-on: http://review.typo3.org/12942
Reviewed-by: Wouter W... - 21:17 Revision 20f54d6b: Update from TER I
- Change-Id: I843d208a07dbb1c5ed17a3896b5fed5938360ad2
- 21:06 Revision 70e4dc73: [BUGFIX] Priority of CLI request handler should be lower
- Allow rendering of plugin content during tx_crawler call
if option "Make direct requests" is enabled.
Change-Id: I79... - 20:16 Revision 5077fdc9: Merge "[BUGFIX] Priority of CLI request handler should be lower"
- 19:25 Revision ba7dfe70: Merge "[BUGFIX] Don't create caches twice" into extbase_1-3
- 19:24 Revision 03559007: [BUGFIX] Don't create caches twice
- If you need the full TCA in a CLI mode script, you have to load it
manually via mentioned lines of code. This lines o... - 18:45 Revision cabd81f2: [BUGFIX] Priority of CLI request handler should be lower
- Allow rendering of plugin content during tx_crawler call
if option "Make direct requests" is enabled.
Change-Id: I79... - 18:39 Revision 3d36ec38: [BUGFIX] Return NULL instead of empty string in Localization::translate()
- Localization::translate() returns an empty string instead of NULL
if no translation string is found but arguments are... - 18:38 Revision b308e647: [BUGFIX] Return NULL instead of empty string in Localization::translate()
- Localization::translate() returns an empty string instead of NULL
if no translation string is found but arguments are... - 18:37 Revision 2f0db471: [BUGFIX] Return NULL instead of empty string in Localization::translate()
- Localization::translate() returns an empty string instead of NULL
if no translation string is found but arguments are... - 18:31 Revision d0dd4f64: [BUGFIX] Return NULL instead of empty string in Localization::translate()
- Localization::translate() returns an empty string instead of NULL
if no translation string is found but arguments are... - 17:13 Revision 259c25cb: [BUGFIX] QT movies prefixed abusively in Media CE
- If some prefixes are defined (either base URL or absRefPrefix),
the Media CE will apply such prefix to any Quicktime ... - 17:08 Revision 8851d235: [BUGFIX] QT movies prefixed abusively in Media CE
- If some prefixes are defined (either base URL or absRefPrefix),
the Media CE will apply such prefix to any Quicktime ... - 17:00 Revision e9314252: [BUGFIX] QT movies prefixed abusively in Media CE
- If some prefixes are defined (either base URL or absRefPrefix),
the Media CE will apply such prefix to any Quicktime ... - 16:52 Revision 9b9c6180: [BUGFIX] QT movies prefixed abusively in Media CE
- If some prefixes are defined (either base URL or absRefPrefix),
the Media CE will apply such prefix to any Quicktime ... - 16:35 Revision 5b1ae6a8: [!!!][TASK] Remove old XCLASS compatibility layer
- The XCLASS handling that was changed with #31893 allows to register
XCLASS'es with an entry in ext_autoload. The patc... - 16:11 Revision bc89d2b1: [BUGFIX] Fix unit test for NumberRangeValidator
- While back porting changes (#35255) a unit test broke in
Validation_Validator_BeforeExtbase14_NumberRangeValidatorTes... - 15:56 Revision e2be7e11: [TASK][CLEANUP] Remove obsolete IPv6 test condition
- The defined('AF_INET6') in the t3lib_div ipv6 related methods tests
for availability of ipv6 support in php. This is ... - 15:54 Revision 4128aacb: [BUGFIX][FAL] isValidFilename() fails with broken PCRE
- Some php versions like debian squeeze 5.3.3 do not have proper unicode
support for PCRE enabled. In effect, character... - 12:20 Revision 0f83ce44: [BUGFIX] Send sane HTTP response in showpic on error
- Currently, if showpic.php requests fail, exceptions are thrown. Those are
usually converted to a HTTP response 500 (i... - 12:12 Revision 2b103fa1: [BUGFIX] Send sane HTTP response in showpic on error
- Currently, if showpic.php requests fail, exceptions are thrown. Those are
usually converted to a HTTP response 500 (i... - 12:06 Revision a4505144: [BUGFIX] Send sane HTTP response in showpic on error
- Currently, if showpic.php requests fail, exceptions are thrown. Those are
usually converted to a HTTP response 500 (i... - 11:56 Revision 16375f4e: [BUGFIX] Send sane HTTP response in showpic on error
- Currently, if showpic.php requests fail, exceptions are thrown. Those are
usually converted to a HTTP response 500 (i... - 10:12 Revision 40871b96: [TASK] Remove record_list icon from Page module
- Removes the record_list icon from the docHeader in Page module.
This icon links from page to list module but does no... - 09:24 Revision 7f1fa4f9: [!!!][TASK] New local configuration handling
- This patch removes the file typo3conf/localconf.php and introduces
a new file called typo3conf/LocalConfiguration.php...
Also available in: Atom