Project

General

Profile

Activity

From 2012-01-10 to 2012-02-08

2012-02-08

23:14 Revision a0c4d92f: [FEATURE] Multiple stdWrap executed in numeric order
Add possibility to use multiple stdWrap-calls in numeric order.
Offers easier usage than the existing stdWrap-chainin...
Philipp Gampe
23:05 Revision 5798db03: [TASK] Remove unsupported functionality related to workspaces
As only element versioning is supported since TYPO3 4.4, all
functions related to branch and page versioning that hav...
Benni Mack
23:03 Revision 487bf949: [BUGFIX] TSconfig option hides table pages_language_overlay
If page TSconfig
mod.web_list.hideTranslations=*
is set, then also the table 'pages_language_overlay' is hidden,
wh...
Stefan Geith
22:59 Revision 4573de4c: [BUGFIX] TSconfig option hides table pages_language_overlay
If page TSconfig
mod.web_list.hideTranslations=*
is set, then also the table 'pages_language_overlay' is hidden,
wh...
Stefan Geith
21:53 Revision e5ee0ee9: [BUGFIX] Bookmarks to pages don't work
Change-Id: I25fce6d672ffe890d494222ed4ea8a2500c5bfac
Fixes: #30352
Releases: 4.7. 4.6, 4.5
Reviewed-on: http://review...
Stefan Galinski
21:48 Revision 6ad942e8: [FEATURE] Add "if" function to includeCSS and includeJS
The includeJS / CSS / ... blocks lack the ability to
add TypoScript conditions to them. Even if some workarounds
exis...
Tolleiv Nietsch
20:09 Revision 30ee927d: [FEATURE] Integrate possibility to resolve relative path walks
The BACK_PATH is a known thing in TYPO3, used to define the
relative path to the TYPO3 main directory (./typo3/). Sin...
Oliver Hader
19:27 Revision 3340dbbf: [FEATURE] Integrate possibility to build URL
The PHP function parse_url() allows to split up URLs into
separate parts. However, TYPO3 lacks of the possibility to
...
Andreas Wolf
18:35 Revision 7ab37ff9: Revert "[BUGFIX] Remove early return in PageTreeDataProvider"
This reverts commit 183c50043417a7f8d29d734bfd6f2bd0fac021cf
The related commit was merged by accident.
Change-Id: ...
Tolleiv Nietsch
18:28 Revision 657d515b: [FEATURE] Integrate Signal Slot Handling
Integrate Signal Slot Handling to t3lib_SignalSlot_Dispatcher.
t3lib_SignalSlot_Dispatcher::getInstance()->connect()...
Andreas Wolf
18:23 Revision bc912dfa: [BUGFIX] Remove early return in PageTreeDataProvider
t3lib_tree_pagetree_Data_Provider does an early
return which makes it impossible to use the hook
which comes some lin...
Georg Ringer
09:43 Revision 51c33cf8: [BUGFIX] SQL error in extension manager
Since #32161 all extension list updates fail because the single
quotes are added twice.
Also fix the other occurence...
Philipp Gampe
09:42 Revision 3aa0ca83: [BUGFIX] Invalid "unequal"-statement and string-quoting in SQL
There are multiple "!=" in SQL statements. They should be "<>".
MySQL understands "!=" for the compatibility with ear...
Stefan Neufeind
09:37 Revision 24825cae: [BUGFIX] SQL error in extension manager
Since #32161 all extension list updates fail because the single
quotes are added twice.
Also fix the other occurence...
Philipp Gampe
08:32 Revision 13b4509b: [BUGFIX] Scheduler BE module fails to load due to autoloader issues
When displaying a list of tasks, scheduler unserializes exceptions.
If the exception class is not known to the autolo...
Christian Kuhn
08:23 Revision bf9aff2e: [BUGFIX] Confusing error message in reports module
The saltedpasswords status report shows "INSECURE" warnings
although the configuration is totally fine.
Change-Id: I...
Markus Klein
08:10 Revision 91e75e06: [BUGFIX] IRRE translation links shouldn't be shown if no parent
IRRE provides some links like "localize records" or "synchronize with
original language" which is great but those lin...
Georg Ringer
07:44 Revision 633657b0: [TASK] Disable compression for inlineJs in Backend
JSMin is a major performance nightmare and no network connection can be
as slow as it would justify to spend so much ...
Steffen Gebert
07:39 Revision c91dfffa: [BUGFIX] Prevent duplicate stdWrap for media content
All the standard renderers handle stdWrap themselves, so the general stdWrap
handling should be moved to the customMe...
Alexander Stehlik
07:31 Revision 84964aca: [TASK] remove obsolete check for media/scripts/
tslib_fe::checkFileInclude() still contains a check for the
obsolete directory media/scripts/.
Change-Id: I2b59bd53a...
Markus Klein
07:30 Revision afb1c953: [BUGFIX] .inc files still call cObj->checkEmail
The cObj->checkEmail function has been removed in 4.6,
but *.inc scripts still call this function.
This patch replac...
Markus Klein

2012-02-07

09:31 Revision 569f7f5f: [BUGFIX] Live search must implement search properties
Implement the new TCA properties introduced in TYPO3 4.5 (#26829)
in the live search, so that it produces the same re...
Francois Suter
08:48 Revision cc183741: [BUGFIX] Release locked records during logout
The sys_lockedrecords tables isn't cleared during the users logout.
Change-Id: I789cf1736a1b00760b54f8efddaffd633b47...
Tolleiv Nietsch
08:48 Revision 5dad87c6: [BUGFIX] Release locked records during logout
The sys_lockedrecords tables isn't cleared during the users logout.
Change-Id: Ia7cd222934af35721a0a70f58ff65c947b62...
Tolleiv Nietsch
08:45 Revision fa2adb14: [BUGFIX] Release locked records during logout
The sys_lockedrecords tables isn't cleared during the users logout.
Change-Id: I08fa2820b048a420d3e1a39fdb0cddf42ff9...
Tolleiv Nietsch
08:39 Revision 618cb8bb: [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...
Jigal van Hemert
08:27 Revision ae4e56c2: [BUGFIX] Don't save form protection error messages in session
Do not persist flash messages in the session if we are in an Ajax context
because then the flash message is rendered ...
Helmut Hummel
08:21 Revision cf878c15: [BUGFIX] Live search must implement search properties
Implement the new TCA properties introduced in TYPO3 4.5 (#26829)
in the live search, so that it produces the same re...
Francois Suter
08:10 Revision 91616be6: [BUGFIX] Prevent compression of scripts that use ajax.php
When registering ajax calls, a pseudo JS file is registered within the
pageRenderer with a source like 'ajax.php?para...
Steffen Kamper
08:08 Revision e31b1c21: [BUGFIX] Prevent compression of scripts that use ajax.php
When registering ajax calls, a pseudo JS file is registered within the
pageRenderer with a source like 'ajax.php?para...
Steffen Kamper
08:06 Revision a03806ef: [BUGFIX] Prevent compression of scripts that use ajax.php
When registering ajax calls, a pseudo JS file is registered within the
pageRenderer with a source like 'ajax.php?para...
Steffen Kamper
07:54 Revision 9513c75b: [BUGFIX] SQL parser does not support NULL as default value
When preparing a database schema with proper referential integrity,
one typically has to choose NULL as default value...
Xavier Perseguers
07:51 Revision 5ca05208: [BUGFIX] SQL parser does not support NULL as default value
When preparing a database schema with proper referential integrity,
one typically has to choose NULL as default value...
Xavier Perseguers
07:02 Revision d8338fc2: Revert "[BUGFIX] keep PersistentObjectConverterTest from cloning objects"
Sorry that I let this slip through... The problem now is the following:
If deactivating *clone*, the automatic persi...
Sebastian Kurfuerst

2012-02-06

13:42 Revision f690fc91: [BUGFIX] "Show page" does not use a proper URL scheme
"Show page" context menu and Web>View do not use proper scheme if
that is set in the page properties. They always use...
Dmitry Dulepov
13:40 Revision e604334c: [BUGFIX] "Show page" does not use a proper URL scheme
"Show page" context menu and Web>View do not use proper scheme if
that is set in the page properties. They always use...
Dmitry Dulepov
13:37 Revision 329f00d4: [TASK] Reports module uses internal data of salted passwords
Reports module changes from issue #30695 introduced a check
for the saltedpasswords extension and a report about user...
Dmitry Dulepov
13:36 Revision 147184a3: [TASK] Reports module uses internal data of salted passwords
Reports module changes from issue #30695 introduced a check
for the saltedpasswords extension and a report about user...
Dmitry Dulepov
10:10 Revision eae9e935: [BUGFIX] create/move new page behind move-placeholder
Fixes the described scenerio below by using just another tcemain hook.
* Switch to a workspace without pending chang...
Dennis Ahrens
09:56 Revision 4d87c385: [BUGFIX] html-escaping of workspace-title too much
Titles are escaped later during output.
Don't yet escape in the service composing
the list of workspaces.
Change-Id:...
Stefan Neufeind
03:24 Revision ff5d585d: [BUGFIX] RTE: Some toolbar elements may not be correctly initialized
This change is a follow-up to previous change which could cause JS
error when language dropdown is not configured in ...
Stanislas Rolland
03:12 Revision ccf3b646: [BUGFIX] RTE: Some toolbar elements may not be correctly initialized
The language and font dropdowns need to initialized after their data
stores are loaded. The text indicator needs to b...
Stanislas Rolland
02:51 Revision b4d0d807: [BUGFIX] RTE: Some toolbar elements may not be correctly initialized
The language and font dropdowns need to initialized after their data
stores are loaded. The text indicator needs to b...
Stanislas Rolland

2012-02-04

03:13 Revision cdab2353: Merge "[TASK] Backported FLOW3 Debugger"
Jochen Rau
03:12 Revision 51d7e1e2: Merge "[BUGFIX] Child objects are now fetched only by uid (pid and sys_language_uid are ignored)."
Jochen Rau

2012-02-03

21:34 Revision 870c37ab: [BUGFIX] Update felogin manual
Add list of available hooks
Change-Id: I4b574edd3a27daf8a4280005a4da5097eaf226ad
Fixes: #18992
Releases: 4.7
Reviewe...
Jigal van Hemert
20:29 Revision 34a2b2f6: Revert "[BUGFIX] RTE: Some toolbar elements may not be correctly initialized"
This reverts commit 21757151ecf10119a05ef80e055fe3a3bf338ecc
Change-Id: If154e6b4b452ccefd2aadffe6dba50005e558bbd
Re...
Stanislas Rolland
19:56 Revision 6d954364: Revert "[BUGFIX] RTE: Some toolbar elements may not be correctly initialized"
This reverts commit f848f50ecc3331abedfaee8854303417dee6eb71
Change-Id: I530d5f2c78cdba9174978394669d53f16efa52f1
Re...
Stanislas Rolland
19:50 Revision 0fe72801: [BUGFIX] Encoding error in TCEforms inline JavaScript
JavaScript encoding is broken, when the link browser is used to add a
new item and sections are used.
Change-Id: Id3...
Manuel Stofer
19:48 Revision 76230132: [BUGFIX] Encoding error in TCEforms inline JavaScript
JavaScript encoding is broken, when the link browser is used to add a
new item and sections are used.
Change-Id: Id3...
Manuel Stofer
19:47 Revision bc9f72b5: [BUGFIX] Encoding error in TCEforms inline JavaScript
JavaScript encoding is broken, when the link browser is used to add a
new item and sections are used.
Change-Id: Id3...
Manuel Stofer
18:40 Revision fce948d5: Merge "[BUGFIX] Reset LazyObjectStorage array pointer at initialization"
Stefan Neufeind
18:34 Revision 77182044: [BUGFIX] Reset LazyObjectStorage array pointer at initialization
This allows current() operation on a still lazy ObjectStorage
without causing errors.
Thanks to Franz Koch for repor...
Claus Witt
18:33 Revision e9edf3d5: [BUGFIX] Enable some support for workspace previews
The Extbase DB Backend does a versioning overlay, however due to the
relevant table almost never being "pages" the re...
Stefan Neufeind
18:14 Revision 7634e9ea: [BUGFIX] Bookmarks to pages don't work
Change-Id: I1d253bae07b67d8a1cccba09de9666af252aad0a
Fixes: #30352
Releases: 4.7. 4.6, 4.5
Reviewed-on: http://review...
Stefan Galinski
18:13 Revision 5821891d: Merge "[BUGFIX] Repository replace() does not replace unpersisted objects"
Jochen Rau
18:12 Revision 4ef34a7d: [BUGFIX] Repository replace() does not replace unpersisted objects
This adds an additional case to check $this->addedObjects even if
$existingObject has an UID. Without this, adding, p...
Claus Witt
18:00 Revision 54b437a1: [BUGFIX] Bookmarks to pages don't work
Change-Id: I688a7f55184a8ae7d3be5574f70c7d3699d19149
Fixes: #30352
Releases: 4.7. 4.6, 4.5
Reviewed-on: http://review...
Stefan Galinski
17:03 Revision 74c0a47d: [BUGFIX] t3lib_div::validPathStr() fails on certain file names
Function t3lib_div::validPathStr() fails on file names with Unicode
characters. Adding 'u' modifier to the regular ex...
Dmitry Dulepov
17:03 Revision 1a885b5e: [BUGFIX] t3lib_div::validPathStr() fails on certain file names
Function t3lib_div::validPathStr() fails on file names with Unicode
characters. Adding 'u' modifier to the regular ex...
Dmitry Dulepov
16:52 Revision 10bfe490: [BUGFIX] Child objects are now fetched only by uid (pid and sys_language_uid are ignored).
$query->getQuerySettings()->setRespectSysLanguage(FALSE) was added.
Change-Id: I30bde0511986f593fb7aebeb96b6fbe2b5ab...
Kevin Ulrich Moschallski
15:48 Revision 3a1ebbd0: [BUGFIX] Fatal error if pear package http_request2 is installed
The wrong path is used for include once which leads to double
inclusion of the same class from different files.
Chan...
Philipp Gampe
11:56 Revision 3d32821a: [BUGFIX] adjust SignalSlotDispatcher's unit-tests
Since the last backport of FLOW3's changes to the SignalSlotDispatcher
the unit-tests were broken due to unchanged ar...
Felix Oertel
03:32 Revision 8db8b532: [BUGFIX] htmlArea RTE: Changing the text color to black does not work
Solution: Fix colorToHex conversion utility
Change-Id: I9983e97970ba82d44a53bdffbe36e544755ac9c6
Resolves: #32877
Re...
Stanislas Rolland
03:19 Revision 7913392a: [BUGFIX] htmlArea RTE: Changing the text color to black does not work
Solution: Fix colorToHex conversion utility
Change-Id: I7707d756d9912208489584d993dbdee3dfa31eab
Resolves: #32877
Re...
Stanislas Rolland
03:04 Revision ef1dd9a7: [BUGFIX] htmlArea RTE: Changing the text color to black does not work
Solution: Fix colorToHex conversion utility
Change-Id: I5c7f44f4255e0e52a8540a58f95eec3443ac9085
Resolves: #32877
Re...
Stanislas Rolland
02:57 Revision 3a203d58: [TASK] Backported FLOW3 Debugger
This is an improved version of the FLOW3 debugger
for enhanced object debugging i.e. debugging also private
propertie...
Alexander Schnitzler
02:42 Revision 61600103: [BUGFIX] htmlArea RTE: Firefox may report error when setting a color
Problem: The color does get assigned, but Firefox reports a JS error.
Solution: The RTE may incorrectly detach the se...
Stanislas Rolland
02:23 Revision 28d52eac: [BUGFIX] htmlArea RTE: Firefox may report error when setting a color
Problem: The color does get assigned, but Firefox reports a JS error.
Solution: The RTE may incorrectly detach the se...
Stanislas Rolland
01:36 Revision 46676607: [BUGFIX] htmlArea RTE: Firefox may report error when setting a color
Problem: The color does get assigned, but Firefox reports a JS error.
Solution: The RTE may incorrectly detach the se...
Stanislas Rolland

2012-02-02

22:36 Revision 36d61823: [BUGFIX] RTE Text indicator does not work in Firefox in TYPO3 4.5
Solution: Backport logic from master (4.7).
Change-Id: Idf129efb55bc12ec8c2fe17ef931c0027ae08c69
Fixes: #33642
Relea...
Stanislas Rolland
22:13 Revision 5047f14e: [BUGFIX] RTE: Some toolbar elements may not be correctly initialized
The language and font dropdowns need to initialized after their data
stores are loaded.
Change-Id: If34a6c03628ce277...
Stanislas Rolland
21:42 Revision 96cae2bf: [BUGFIX] RTE: Some toolbar elements may not be correctly initialized
The language and font dropdowns need to initialized after their data
stores are loaded. The text indicator needs to b...
Stanislas Rolland
21:41 Revision 76cc65b2: Revert "[BUGFIX] RTE: Some toolbar elements may not be correctly initialized"
This reverts commit 2f09a85d190f69ab7c4e7874f1157f4c867a6d7a
Change-Id: Ic1e896f46eccd07b9ebf4f880dbe12892510329f
Re...
Stanislas Rolland
21:28 Revision 844be405: [BUGFIX] RTE: Some toolbar elements may not be correctly initialized
The language and font dropdowns need to initialized after their data
stores are loaded. The text indicator needs to b...
Stanislas Rolland
19:15 Revision e660ea1f: [BUGFIX] RTE: Some toolbar elements may not be correctly initialized
The language and font dropdowns need to initialized after their data
stores are loaded. The text indicator needs to b...
Stanislas Rolland
13:25 Revision 4a2d0980: [+CLEANUP] correct sql statement building
In the storage backend buildQuery() builds the sql query very basic.
To have a clean structure, we should build the q...
Felix Oertel
05:58 Revision 37dbfcee: [FEATURE] htmlArea RTE: Edit HTML5 microdata items
This feature adds a new "Microdata" tab to the "Edit element" dialogue
allowing to edit the itemscope, itemtype and i...
Stanislas Rolland

2012-02-01

17:44 Revision 91da9e85: [FEATURE] Placeholder for TCEForm fields
Possibility to display a placeholder/ghosttext in TCEForm fields to guide the user about default values. The Placehol... Tobias Liebig
01:16 Revision 29ef4a68: [BUGFIX] alt_doc.php uses deleted alternative page languages for translations
The backend script alt_doc.php even considers deleted
pages_language_overlay records when determining in which langua...
Marcus Krause

2012-01-31

22:54 Revision 65bc925a: [BUGFIX] Adjust shortcut mode labels for selected/current page
If a certain page is selected then shortcut mode refers to that page.
Only otherwise the current page is the point of...
Stefan Neufeind
22:26 Revision 765f532a: [BUGFIX] Context menu of page translation doesn't work in languages view
For a page with translations, the clickmenu is not shown for these
translations in the page module, view "languages"....
Andreas Wolf
14:52 Revision d8723e32: [FEATURE] Enable TCA type field to depend on field of foreign table
TCA type fields can now refer to a field on a foreign record with a colon-separated
syntax (e.g. uid_local:type). Th...
Ingmar Schlecht

2012-01-30

20:52 Revision 05ed54d8: [BUGFIX] Install Tool: Settings added by extensions can be edited (duplicating them)
Change-Id: I13f3ec8a1f10029ce2b6e421bcc97be2e1276ca3
Fixes: #25213
Releases: 4.7, 4.6, 4.5, 4.4
Reviewed-on: http://r...
Ernesto Baschny

2012-01-28

20:22 Revision 40f931a0: Revert "[BUGFIX] Scheduler BE module fails to load due to autoloader issues"
The patch has an unwanted side-effect: It sometimes throws a php warning "Function spl_autoload_call() hasn't defined... Christian Kuhn
20:22 Revision 66df2c08: Revert "[BUGFIX] Scheduler BE module fails to load due to autoloader issues"
The patch has an unwanted side-effect: It sometimes throws a php warning "Function spl_autoload_call() hasn't defined... Christian Kuhn
20:22 Revision 0cb09778: Revert "[BUGFIX] Scheduler BE module fails to load due to autoloader issues"
The patch has an unwanted side-effect: It sometimes throws a php warning "Function spl_autoload_call() hasn't defined... Christian Kuhn
18:49 Revision 308aba54: [BUGFIX] Reports module shows unnecessary info text
Do not show saltedpasswords info text in reports module
unless problems have been detected.
Change-Id: I4e3aeffe6bde...
Markus Klein
18:27 Revision 460ac976: [BUGFIX] Reports module shows unnecessary info text
Do not show saltedpasswords info text in reports module
unless problems have been detected.
Change-Id: Ic0a456bb6128...
Markus Klein
18:23 Revision d5dc4d94: [BUGFIX] Reports module shows unnecessary info text
Do not show saltedpasswords info text in reports module
unless problems have been detected.
Change-Id: Ic0a456bb6128...
Markus Klein
16:35 Revision bd994133: [FEATURE] htmlArea RTE: Enable HTML5 block elements in the RTE
Enable the following HTML5 block elements in the RTE: article, aside,
footer, header, nav, section.
Change-Id: I0094...
Stanislas Rolland
16:07 Revision 40af75fe: [BUGFIX] Scheduler BE module fails to load due to autoloader issues
When displaying a list of tasks, scheduler unserializes exceptions.
By default, unserialize() does not call autoloade...
Dmitry Dulepov
15:52 Revision c0a45f1a: [BUGFIX] Scheduler BE module fails to load due to autoloader issues
When displaying a list of tasks, scheduler unserializes exceptions.
By default, unserialize() does not call autoloade...
Dmitry Dulepov
15:43 Revision 0004f248: [FEATURE] Enabling displayCond for sheets in flexforms
Adds the feature of displayCond to sheets in flexforms, so entire sheets
of fields can be excluded from the editing m...
Philipp Kitzberger
15:36 Revision d3e77251: [BUGFIX] Scheduler BE module fails to load due to autoloader issues
When displaying a list of tasks, scheduler unserializes exceptions.
By default, unserialize() does not call autoloade...
Dmitry Dulepov
15:29 Revision bfda58ca: [BUGFIX] t3lib_BEfunc::getViewDomain() returns wrong or no domain
If the TYPO3 BE host name is not configured as a sys_domain record
t3lib_BEfunc::getViewDomain() will always return T...
Jaume Prat
14:49 Revision c669bda6: [BUGFIX] Broken datepicker on unsaved flexform sections
The onClick event for opening the datepicker is attached to the
datepicker icons only once on page load. There curren...
Stefan Rotsch
14:48 Revision 70a53314: [BUGFIX] Broken datepicker on unsaved flexform sections
The onClick event for opening the datepicker is attached to the
datepicker icons only once on page load. There curren...
Stefan Rotsch
14:32 Revision 6706dd26: [FEATURE] New core language: Afrikaans
Change-Id: Ica78c546a24913e33d52fa0a7727b6f8539a171a
Resolves: #33479
Releases: 4.7
Reviewed-on: http://review.typo3....
Jigal van Hemert
14:25 Revision 1c9e0b6a: [BUGFIX] Broken datepicker on unsaved flexform sections
The onClick event for opening the datepicker is attached to the
datepicker icons only once on page load. There curren...
Stefan Rotsch
14:23 Revision 62b05fe9: [BUGFIX] Invalid "unequal"-statement and string-quoting in SQL
There are multiple "!=" in SQL statements. They should be "<>".
MySQL understands "!=" for the compatibility with ear...
Stefan Neufeind
13:42 Revision 1ca89f41: [TASK] Improve username information in top toolbar
Hides the username text if a full name is available.
If the superuser mode is enabled the username is preserved.
Cha...
Felix Kopp
13:28 Revision e9f765c8: [BUGFIX] TYPO3 prompts to select position when there are no pages
When adding the very first page to the page tree, TYPO3 asks to
select a position and offers a weird looking selector...
Dmitry Dulepov
13:27 Revision 14113914: [BUGFIX] TYPO3 prompts to select position when there are no pages
When adding the very first page to the page tree, TYPO3 asks to
select a position and offers a weird looking selector...
Dmitry Dulepov
13:22 Revision 7e3a4b38: [CLEANUP] Remove misleading report
Actually we don't use "elementVersioningOnly" anymore, therefore we don't need the
report anymore.
Change-Id: I36a0b...
Tolleiv Nietsch
13:22 Revision c9716ed6: [BUGFIX] Unlimited memory limit handling in system status report
According to the documentation, "-1" is a valid setting for PHP's
memory_limit and means "unlimited". So far this val...
Mario Rimann
13:20 Revision aa6d46b0: [BUGFIX] Unlimited memory limit handling in system status report
According to the documentation, "-1" is a valid setting for PHP's
memory_limit and means "unlimited". So far this val...
Mario Rimann
13:00 Revision 7940facf: [BUGFIX] Warnings in BE when using "Find filename"
When using "Tools">"DB Check">"Find filename" with a slash
character (for example, "</title>"), there are warnings ab...
Dmitry Dulepov
12:58 Revision 1c25d920: [BUGFIX] Warnings in BE when using "Find filename"
When using "Tools">"DB Check">"Find filename" with a slash
character (for example, "</title>"), there are warnings ab...
Dmitry Dulepov
12:52 Revision c98c7677: [BUGFIX] Fix permissions and create group in mkdir_deep
t3lib_div::mkdir_deep does not properly create nested directories.
This is fixed by using API method t3lib_div::fixPe...
Loek Hilgersom
12:45 Revision a7678777: [BUGFIX] spriteManager for Clear RTE Cache icon
RTE hooks into the clear cache menu to allow clearing RTE cache.
Changes the icon integration from iconWorks to sprit...
Felix Kopp
12:41 Revision e9d63ff4: [BUGFIX] spriteManager for Clear RTE Cache icon
RTE hooks into the clear cache menu to allow clearing RTE cache.
Changes the icon integration from iconWorks to sprit...
Felix Kopp
12:09 Revision b3dbe46e: [TASK] Unify backend: header/section
This patch set unifies backend module layouts to use header/section.
Change-Id: Ieccacbfd8c422eafe413f9e0a64d5b7e1e7...
Felix Kopp
11:38 Revision 124ae63d: [CLEANUP] Replace deprecated function calls
To avoid that the Core itself fills the deprecation log
I'd suggest to use the new methods.
Change-Id: Ia4084ea662c6...
Tolleiv Nietsch

2012-01-27

22:24 Revision 3af62abf: [CLEANUP] Removed unused JavaScript snippets
Some parts of our JavaScript are unused. Let's do some house-
keeping and remove parts which aren't needed.
Releases...
Tolleiv Nietsch
21:27 Revision a31819bb: [TASK] Improve debugTrail() to better handle includes
The deprecation log lacks specific and necessary information about
include and require calls, which makes it hard to ...
Markus Klein
21:26 Revision fd261f90: [TASK] Improve debugTrail() to better handle includes
The deprecation log lacks specific and necessary information about
include and require calls, which makes it hard to ...
Markus Klein

2012-01-26

19:58 Revision 58ced338: [BUGFIX] canBeInterpretedAsInteger fatals if given an object
If an object without a string representation is given to
t3lib_utility_math::canBeInterpretedAsInteger($var), the
met...
Philipp Gampe
18:24 Revision e8c1d420: [BUGFIX] htmlArea RTE: Some attributes wrongly unset by "Edit element"
The style, lang and dir attributes may be incorrect after unsetting
using "Edit element" dialogue.
Change-Id: I9cd78...
Stanislas Rolland
17:32 Revision 1dd41474: [BUGFIX] htmlArea RTE: Some attributes wrongly unset by "Edit element"
The style, lang and dir attributes may be incorrect after unsetting
using "Edit element" dialogue.
Change-Id: I1c52f...
Stanislas Rolland
16:56 Revision bc878c70: [BUGFIX] htmlArea RTE: Some attributes wrongly unset by "Edit element"
The style, lang and dir attributes may be incorrect after unsetting
using "Edit element" dialogue.
Change-Id: I64a34...
Stanislas Rolland
16:26 Revision 8070967d: [BUGFIX] Misinterpretation of memory_limit setting in install tool
Adds a different warning into the system checks of the basic
configuration section of the install tool in case the me...
Mario Rimann
16:23 Revision 2816aafd: [BUGFIX] Misinterpretation of memory_limit setting in install tool
Adds a different warning into the system checks of the basic
configuration section of the install tool in case the me...
Mario Rimann
16:16 Revision f5048ddd: [BUGFIX] Misinterpretaion of memory_limit setting in install tool
Adds a different warning into the system checks of the basic
configuration section of the install tool in case the me...
Mario Rimann
15:11 Revision 71257e5e: [BUGFIX] Marker not removed from file module
If bookmarks are disabled, the ##SHORTCUT## marker is still shown.
Change-Id: I03820111e6384bf47b54aa2583fa891bcb55a...
Ernesto Baschny
15:09 Revision 1708c155: [BUGFIX] Marker not removed from file module
If bookmarks are disabled, the ##SHORTCUT## marker is still shown.
Change-Id: I96ac76103fc07775e8f9a3bd94bd7a17aacd5...
Ernesto Baschny
15:05 Revision e8d4c25f: [BUGFIX] Marker not removed from file module
If bookmarks are disabled, the ##SHORTCUT## marker is still shown.
Change-Id: I9ef1679c5ea3f9eead5f8e0615d7734d75811...
Ernesto Baschny
05:45 Revision 90c9c105: [FEATURE] htmlArea RTE: Add context-sensitive help to table operations
Change-Id: I628b583ad912f7da28d319695e7e03acec2cdee7
Resolves: #33451
Releases: 4.7
Reviewed-on: http://review.typo3....
Stanislas Rolland
00:37 Revision cf3d4232: [BUGFIX] Sorting of localized records is wrong after copying
Solution: When copying a record in original language, if a localized
record of the destination record exists for lang...
Stanislas Rolland

2012-01-25

20:28 Revision 10c7ea4b: [TASK] Additional unit tests for t3lib_div::mkdir and mkdir_deep
Added tests check if permissions and group ownership gets correctly
set when creating directories, also when a whole ...
Loek Hilgersom

2012-01-24

18:18 Revision 2bb5c624: [FEATURE] htmlArea RTE: Preserve microdata attributes
Preserve microdata attributes (itemscope, itemtype, itemprop) in RTE operations and in default configuration of RTE t... Stanislas Rolland
13:58 Revision 76b90ba2: [FEATURE] felogin Content Element Suggest Wizard
Adds Suggest Wizard to page and folder selection in EXT:felogin content elements.
Change-Id: Ia225389e1f084aea471b54...
Felix Kopp
11:42 Revision d22f9ef4: [TASK] Set TYPO3 version to 4.6.5-dev
Change-Id: Icaa0fd33df22bb465ed21eab20e96d42b1552a42
Reviewed-on: http://review.typo3.org/8672
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
11:42 Revision 3978618e: [RELEASE] Release of TYPO3 4.6.4
Change-Id: I0ca0216fbb46c5405dc3839fb9bb03303d378d76
Reviewed-on: http://review.typo3.org/8671
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
11:42 Revision 3c5087a8: [RELEASE] Release of TYPO3 4.6.4
Change-Id: I0ca0216fbb46c5405dc3839fb9bb03303d378d76 TYPO3 Release Team
11:32 Revision 41226145: [TASK] Set TYPO3 version to 4.5.12-dev
Change-Id: I7d1611d26fb11aeaf936120a21d1a3374446e53a
Reviewed-on: http://review.typo3.org/8670
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
11:32 Revision 95c0ba50: [RELEASE] Release of TYPO3 4.5.11
Change-Id: Ia292c6f4ae9d208b83b38d29d0758a39c043b799
Reviewed-on: http://review.typo3.org/8669
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
11:32 Revision 62023e31: [RELEASE] Release of TYPO3 4.5.11
Change-Id: Ia292c6f4ae9d208b83b38d29d0758a39c043b799 TYPO3 Release Team
11:24 Revision e2aa8171: [TASK] Set TYPO3 version to 4.4.14-dev
Change-Id: I25d69f3737a35a3f3cca7136ab55508b4db94e85
Reviewed-on: http://review.typo3.org/8668
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
11:23 Revision 420bed12: [RELEASE] Release of TYPO3 4.4.13
Change-Id: I632a05b9ea6d86d0598e1c3e21fe9c8f59c53313
Reviewed-on: http://review.typo3.org/8667
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
11:23 Revision b3ac7587: [RELEASE] Release of TYPO3 4.4.13
Change-Id: I632a05b9ea6d86d0598e1c3e21fe9c8f59c53313 TYPO3 Release Team
11:21 Revision f8d6b720: [TASK] Raise submodule pointer
Change-Id: I94633a3055e3242b38e2983a2ffa5a832ef91c8f
Reviewed-on: http://review.typo3.org/8666
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
11:20 Revision 6f1ed57c: [TASK] Raise submodule pointer
Change-Id: Ide6a185eb531809653a3eed3b84efb2c76c45949
Reviewed-on: http://review.typo3.org/8665
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
11:18 Revision 75b26cff: [TASK] Raise submodule pointer
Change-Id: I87087c63d8828b2c473fb2cae0cf5fa6c4a66e3b
Reviewed-on: http://review.typo3.org/8664
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
11:08 Revision b8433416: [TASK] Update version to 1.4.2
Recent changes:
+ [BUGFIX] Invalid LOCAL_LANG overlay for non-existing languages
Change-Id: I16ebb91b857e449e5a5a48f...
Oliver Hader
11:06 Revision 3e77840e: [TASK] Update version to 1.3.2
Recent changes:
+ [BUGFIX] Invalid LOCAL_LANG overlay for non-existing languages
Change-Id: I06d89c4c27fc6a777d29084...
Oliver Hader
10:45 Revision 6ad4d741: [TASK] Update to version 4.6.4
Change-Id: Ia629e9af280ca22fa5f18b3a905a029cd8667663
Reviewed-on: http://review.typo3.org/8660
Reviewed-by: Oliver Ha...
Oliver Hader
10:32 Revision ccd2ebe8: [BUGFIX] typolink prepends wrong domain when using url scheme
tslib_cObj::typoLink() uses a wrong domain if the target page
has a domain record and a URL scheme, which is differen...
Dmitry Dulepov
10:25 Revision 80c03a05: [BUGFIX] typolink prepends wrong domain when using url scheme
tslib_cObj::typoLink() uses a wrong domain if the target page
has a domain record and a URL scheme, which is differen...
Dmitry Dulepov

2012-01-23

07:30 Revision 70caf272: [FEATURE] RTE: Restructure methods dealing with nodes and selections
Note: This completes re-structuring of legacy htmlArea code.
Change-Id: I84cb9c1100c626b5b0f8938ace340b9072bf84f9
Re...
Stanislas Rolland

2012-01-22

22:45 Revision a0da123d: [BUGFIX] Regression in language handling
If you request a translated string in a
language where no translation is available
you used to get the default langua...
Nils Seinschedt
22:17 Revision 89bd701c: [BUGFIX] Sorting of localized records is wrong after copying
Solution: When copying a record in original language, if a localized
record of the destination record exists for lang...
Stanislas Rolland
21:19 Revision 308fa83a: [CLEANUP] Cleanup wrong doc comments
Some of the doc cumments don't reflect the actual method
signature anymore. Better fix it ;)
Change-Id: Ic7ce992a39c...
Tolleiv Nietsch
21:12 Revision 93aac3c7: [BUGFIX] Fix publish button in preview mode
Due to an wrong type check the publish button in the
preview window is broken.
Change-Id: I0619172fbdf0caca68a690c52...
Tolleiv Nietsch
21:11 Revision dad93be5: [BUGFIX] Fix publish button in preview mode
Due to an wrong type check the publish button in the
preview window is broken.
Change-Id: I401d9d275dd2c3e39eb1a6ecb...
Tolleiv Nietsch
12:52 Revision d6485a88: [BUGFIX] Warnings in BE when using "Find filename"
When using "Tools">"DB Check">"Find filename" with a slash
character (for example, "</title>"), there are warnings ab...
Dmitry Dulepov
12:39 Revision 9da8fd3a: [BUGFIX] Fix permissions and create group in mkdir_deep
t3lib_div::mkdir_deep does not properly create nested directories.
This is fixed by using API method t3lib_div::fixPe...
Loek Hilgersom

2012-01-21

19:25 Revision ea049a0f: [BUGFIX] htmlArea RTE: magic image maxWidth is not working as expected
Solution: Clarify the documentation of the option
Change-Id: Ia34a3e2ab9bedb5fa91cf65594b2acbb0c578dad
Resolves: #32...
Stanislas Rolland
19:17 Revision f4b46a10: [BUGFIX] htmlArea RTE: magic image maxWidth is not working as expected
Solution: Clarify the documentation of the option
Change-Id: Icbe9ecb870a241c81e19734f6e481390d71f7809
Resolves: #32...
Stanislas Rolland
19:07 Revision 2edfa730: [BUGFIX] htmlArea RTE: magic image maxWidth is not working as expected
Solution: Clarify the documentation of the option
Change-Id: Ic6d530ac2f4a541e738033d8e14fc7fc3db3d6d3
Resolves: #32...
Stanislas Rolland

2012-01-20

23:18 Revision 65df92a1: [BUGFIX] htmlArea RTE : Adding link problem with IE
Problem: Link may not be created on cell, list element or paragraph
when following element of same type already conta...
Stanislas Rolland
23:10 Revision 73acbc1d: [BUGFIX] htmlArea RTE : Adding link problem with IE
Problem: Link may not be created on cell, list element or paragraph
when following element of same type already conta...
Stanislas Rolland
23:06 Revision 8f1bc216: [BUGFIX] htmlArea RTE : Adding link problem with IE
Problem: Link may not be created on cell, list element or paragraph
when following element of same type already conta...
Stanislas Rolland
22:04 Revision 57a2f0fd: [BUGFIX] User settings don't remember that default language is selected
If the default language is stored as the BE language it should be pre-selected
in the language selector in the User s...
Jigal van Hemert
20:13 Revision 593a48e7: [BUGFIX] Regression in language handling
If you request a translated string in a
language where no translation is available
you used to get the default langua...
Nils Seinschedt
14:46 Revision d1b66e99: [CLEANUP] Performance in Reflection Service's cache handling
This avoids a superflous call to $this->dataCache->has() - instead
uses ->get() directly and uses return value for ch...
Raphaël Riel
14:24 Revision d833b0ba: [BUGFIX] Fatal error on matching non-existing column, DB Backend
This change prevents a fatal error by checking the returned column
map before calling a method. Instead, utilizes the...
Claus Witt

2012-01-19

07:11 Revision b3963b54: [BUGFIX] PHP warning if open_basedir is enabled
When using flexforms, a warning may appear in the Backend when
saving the form in BE (typically in a plugin). This ha...
Dmitry Dulepov

2012-01-18

19:03 Revision 416dd485: [BUGFIX] TCEmain::clear_cacheCmd relies on active BE_USER
Several developers abuse t3lib_TCEmain and instantiate it also in other
contexts than BE, for which it never was made...
Steffen Gebert
19:03 Revision 78ffa6ab: [BUGFIX] TCEmain::clear_cacheCmd relies on active BE_USER
Several developers abuse t3lib_TCEmain and instantiate it also in other
contexts than BE, for which it never was made...
Steffen Gebert
14:39 Revision 9dd2df99: Merge "[FEATURE] Run CommandController commands through Scheduler"
Bastian Waidelich
12:27 Revision d2cd1de4: [BUGFIX] Invalid LOCAL_LANG overlay for non-existing languages
Language overlay with custom TypoScript should only be done for currently
use languages.
Change-Id: Id663d11f561055f...
Xavier Perseguers
12:24 Revision 3ce5b589: [BUGFIX] Invalid LOCAL_LANG overlay for non-existing languages
Language overlay with custom TypoScript should only be done for currently
use languages.
Change-Id: Id663d11f561055f...
Xavier Perseguers
12:23 Revision d15f2413: Merge "[BUGFIX] Invalid LOCAL_LANG overlay for non-existing languages"
Xavier Perseguers
12:18 Revision 12f76a24: [BUGFIX] MENU special = updated does not work anymore
Since stdWrap has been introduced on HMENU properties, a wrong
test removes the condition pidInList=0 which prevents ...
Xavier Perseguers
12:17 Revision 4b2eec1f: [BUGFIX] MENU special = updated does not work anymore
Since stdWrap has been introduced on HMENU properties, a wrong
test removes the condition pidInList=0 which prevents ...
Xavier Perseguers
09:54 Revision cb73697e: [BUGFIX] md5.js fails with non-ascii-characters
Current implementation of md5.js only considers a very
limited range of characters.
The implementation from webtoolki...
Stefan Neufeind
09:52 Revision 5d9ef81d: [BUGFIX] md5.js fails with non-ascii-characters
Current implementation of md5.js only considers a very
limited range of characters.
The implementation from webtoolki...
Stefan Neufeind
00:26 Revision 02d465fe: [BUGFIX] HTML entity &nbsp; is inserted before and after inline element
Problem: This is a regression caused by patch to issue #16217.
The last two lines of the merged patch are wrong. They...
Stanislas Rolland

2012-01-17

23:16 Revision 4d817e21: [BUGFIX] Usage of custom caching backends
The use of "require_once" statements will help to define custom caching backends.
Change-Id: I6c04644ca7711e4ca7b7e5...
Michael Klapper
20:02 Revision c639c6e8: [FEATURE] Run CommandController commands through Scheduler
This feature allows any Extbase CommandController command to be
executed through the scheduler. Argument values are f...
Claus Witt
18:38 Revision 3cc969e8: [TASK] Set TYPO3 version to 4.7-dev
Change-Id: I6b40f74c28317c5a1e54bcb00fac5d5c13feaacd
Reviewed-on: http://review.typo3.org/7834
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
18:37 Revision a52dd214: [RELEASE] Release of TYPO3 4.7.0alpha3
Change-Id: Ife0a38aca4287cdbb170673bde535deb00505342
Reviewed-on: http://review.typo3.org/7833
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
18:37 Revision 2fc5b5b2: [RELEASE] Release of TYPO3 4.7.0alpha3
Change-Id: Ife0a38aca4287cdbb170673bde535deb00505342 TYPO3 Release Team
18:31 Revision 32903aef: [TASK] Raise submodule pointer
Change-Id: I7d00c83d7d9c9bc002b9f86123601fe8ab44d674
Reviewed-on: http://review.typo3.org/7832
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
16:54 Revision 8ea93c52: [BUGFIX] HTML entity &nbsp; is inserted before and after inline element
Problem: This is a regression caused by patch to issue #16217.
The last two lines of the merged patch are wrong. They...
Stanislas Rolland
16:54 Revision 6aefbba4: [BUGFIX] HTML entity &nbsp; is inserted before and after inline element
Problem: This is a regression caused by patch to issue #16217.
The last two lines of the merged patch are wrong. They...
Stanislas Rolland
16:47 Revision 47303d7e: [TASK] Add note on modified authentication services to NEWS.txt
Change-Id: Ib352841b0a22f94152b54c94e868e0a07080138a
Resolves: #32864
Related: #30271
Reviewed-on: http://review.typo...
Oliver Hader
16:43 Revision b4137577: [TASK] Add note on modified authentication services to NEWS.txt
Change-Id: I553031b98e47371120e6c25b0427a6318d016b42
Resolves: #32864
Related: #30271
Reviewed-on: http://review.typo...
Oliver Hader
15:41 Revision c9e7ce9a: [TASK] Clean-up NEWS.txt for TYPO3 4.7
Change-Id: I2a615341fe2630e23fc056ac4d8edbda74a50662
Reviewed-on: http://review.typo3.org/7829
Reviewed-by: Oliver Ha...
Oliver Hader
15:28 Revision d3f3a9fd: [FEATURE] Separate password transmission from password comparison
Add a processing authorization service to be able to treat (decrypt, hash)
passwords transmitted for other services t...
Helmut Hummel
11:31 Revision b1b75265: [BUGFIX] Module menu link wrap
Makes module links in menu on the left not wrap around in small frames.
Change-Id: Ie85287b0139c7b551838726e07b8328a...
Felix Kopp
11:30 Revision 74b7a951: [BUGFIX] Module menu link wrap
Makes module links in menu on the left not wrap around in small frames.
Change-Id: I499d570a280ccec16ff10948676e9d32...
Felix Kopp
11:17 Revision a87dfe24: [BUGFIX] ENABLE_INSTALL_TOOL does not respect fileCreateMask
When this file is created by the Install tool, the fileCreateMask
is not respected. That does not allow to delete thi...
Dmitry Dulepov
09:43 Revision 1e3b80cb: [TASK] Use t3lib_BEfunc instead of date()
use t3lib_BEfunc::date and ::datetime() instead
of native date().
Change-Id: Ie8679c345efabd5415f2f9bde1e6f9f4f31239...
Georg Ringer
09:37 Revision 5e55c444: [FEATURE] Hidden palettes in TCEForms
This is useful for IRRE when used with foreign_selector, if you want to
hide the relation field in the child record.
...
Ingmar Schlecht
09:06 Revision c915b0ab: [BUGFIX] BE user switch impossible when in adminOnly mode
Enables the switching of BE users when the BE is in adminOnly mode.
Change-Id: I5fb6606acbe53885335619e2edfe9448b698...
Philipp Kitzberger
08:42 Revision f20dfac9: [BUGFIX] Page renderer provides files to compressor incorrectly
If config.absRefPrefix is set, page renderer provides incorrect
file references to compressor. It prepends absRefPref...
Dmitry Dulepov
08:40 Revision f99cdff5: [TASK] User settings: move flashMessage notice
There is a permanent flashMessage in user settings module to indicate
the possible necessity to reload the whole back...
Felix Kopp
08:26 Revision 63772e57: [BUGFIX] Proper cursor icon in access module
The access module got those nice red/green icons but many
people don't know that those are clickable because the curs...
Georg Ringer
08:25 Revision 15216f85: [BUGFIX] Usage of custom caching backends
The use of "require_once" statements will help to define custom caching backends.
Change-Id: I6c04644ca7711e4ca7b7e5...
Michael Klapper
08:06 Revision 9b0db56b: [FEATURE] Add hook to pagerenderer after compress/concatenate
Implement a hook to be able to influence the concatenated
and compressed resource files before they get wrapped in ta...
Nils Seinschedt
03:29 Revision 75bd0c75: [FEATURE] htmlArea RTE: Cleanup some deprecated methods
Cleanup methods deprecated since TYPO3 4.5.
Change-Id: I8fd88887ef5a486949f21e2d8504604d1c92f688
Resolves: #33238
Re...
Stanislas Rolland

2012-01-16

10:28 Revision ade26375: [BUGFIX] fe_adminLib.inc uses undefined function
fe_adminLib.inc calls preg_spliti() which does not exist.
Change-Id: I7c16c2590ddc193fcad99e970ab8c6975e369261
Fixes...
Sven Burkert
00:06 Revision c5fd02fc: [FEATURE] htmlArea RTE: Remove RTE cache
Rely on page renderer for script compression/concatenation.
Remove extension configuration variable for script compre...
Stanislas Rolland

2012-01-15

22:44 Revision 27329abd: [FEATURE] htmlArea RTE: Move RTE scripts to head
IE6 not being supported anymore in BE, scripts may now be included
in head, as they should be.
Change-Id: I813445d0f...
Stanislas Rolland
17:20 Revision c590cb26: [BUGFIX] Shortcut page does not keep 'type' parameter
When a shortcut page is accessed with ?type=123 in the URL, the
redirect is calculated without this parameter.
Chang...
Xavier Perseguers
17:01 Revision 7b2dc40f: [BUGFIX] TCEmain::clear_cacheCmd relies on active BE_USER
Several developers abuse t3lib_TCEmain and instantiate it also in other
contexts than BE, for which it never was made...
Steffen Gebert
11:19 Revision b6a812c6: [BUGFIX] Fix permissions of downloaded translations into l10n folder
The downloaded extension translation files should have proper permissions
set after having been unzipped into l10n di...
Michael Klapper

2012-01-14

17:37 Revision 15eb091b: [BUGFIX] TYPO3 prompts to select position when there are no pages
When adding the very first page to the page tree, TYPO3 asks to
select a position and offers a weird looking selector...
Dmitry Dulepov
16:40 Revision 87871827: [FEATURE] Add possibility to define foreign_match_fields for IRRE inline relations.
This patch request adds the possibility to define foreign_match_fields (similar to MM_match_fields) for IRRE inline r... Ingmar Schlecht
16:16 Revision b64c1692: [BUGFIX] alt_doc.php uses deleted alternative page languages for translations
The backend script alt_doc.php even considers deleted
pages_language_overlay records when determining in which langua...
Marcus Krause
16:14 Revision 765ca577: [BUGFIX] alt_doc.php uses deleted alternative page languages for translations
The backend script alt_doc.php even considers deleted
pages_language_overlay records when determining in which langua...
Marcus Krause
12:38 Revision faf04f9d: [BUGFIX] t3lib_div::validPathStr() fails on certain file names
Function t3lib_div::validPathStr() fails on file names with Unicode
characters. Adding 'u' modifier to the regular ex...
Dmitry Dulepov
12:25 Revision 4c41ba44: [TASK] Improve debugTrail() to better handle includes
The deprecation log lacks specific and necessary information about
include and require calls, which makes it hard to ...
Markus Klein
11:58 Revision c5e06a3b: [BUGFIX] Unlimited memory limit handling in system status report
According to the documentation, "-1" is a valid setting for PHP's
memory_limit and means "unlimited". So far this val...
Mario Rimann

2012-01-13

18:58 Revision 40cd5e6d: [FEATURE] htmlArea RTE: Add button to insert soft hyphen
This feature adds a button and/or shortcut to insert a soft hyphen at
the current cursor position in the RTE content....
Stanislas Rolland
12:27 Revision 92c4777f: [TASK] Raise submodule pointer of workspaces system extension
Change-Id: I5495441993fb62232edbcd34271a53a7e6591829
Reviewed-on: http://review.typo3.org/7778
Reviewed-by: Oliver Ha...
Oliver Hader
12:25 Revision 93efe01b: Revert "[TASK] Migrate Workspace-Menu to work with ExtJS4"
This reverts commit e1212e05722605e85964cb93cb8669c1d90b3844.
Change-Id: Ib371ef2d9de1b5a48d0a9e9910f23136d1b5f8c1
R...
Oliver Hader
12:16 Revision e17eeb72: [TASK] Regenerate core_autoload.php
The current core_autoload.php is missing some files.
This is a new version, generated with the latest SVN
version of ...
Oliver Hader
12:16 Revision da8ac2d1: Revert "[TASK] Migrate to ExtJS4: Exchange the ExtJS Core Library"
This reverts commit e149a551e4e81145ab59dea8578128ebe6cbfedb.
Change-Id: I79d0cb2d8c721909a67ae672968b9dc688c80351
R...
Oliver Hader
12:15 Revision e738d37b: Revert "[TASK] Migrate to ExtJS 4: Replace the ExtJS Skin"
This reverts commit 62f27741f27c857f1f8d0eb36ece3fd5102ba780.
Change-Id: I1c4ea0153f08b7430c510f3b1b9afceedb64712c
R...
Oliver Hader
12:15 Revision 66352a58: Revert "[TASK] Migrate to ExtJS 4: Migrate Backend Base Components"
This reverts commit 8f10c28bc18799d11af2fd94b1347ba95c0ebab0.
Change-Id: If0efdb9ec9346edcfae58dbd49defdbf6f829620
R...
Oliver Hader
12:14 Revision 2cc2d3f9: Revert "[TASK] Migrate to ExtJS 4: Migrate PageTree and Context-Menu"
This reverts commit 69f28918403d4b75242d264bd67c9fcade73dc0f.
Change-Id: I13d818471b2d3ed92ff623b25b0d752b244aa3bc
R...
Oliver Hader
12:14 Revision 645497a0: Revert "[TASK] Migrate to ExtJS 4: Migrate TCEforms"
This reverts commit 1a1930c8214218a4e739baaf5ca9248126cacaed.
Change-Id: I5382dd50da464ce85db6eb09d7161e56d35266bd
R...
Oliver Hader
12:14 Revision 0e814e81: Revert "[TASK] Migrate to ExtJS 4: Migrate RTE"
This reverts commit 463526e5e96dfe81854deffc36db63eee45ed380.
Change-Id: Iaa4eb001026000bd50f9cf9c05462632bf746c3e
R...
Oliver Hader
12:14 Revision 7d7c13e8: Revert "[BUGFIX] TCEforms reference non-existant CSS file resize.css"
This reverts commit 7e9c99a2f14387f49dd3be27d6e91bb56266e28d.
Change-Id: I69e7e0450156a69429824ffa306064e9ba45b62b
R...
Oliver Hader
12:13 Revision 42dee4a1: Revert "[BUGFIX] Showing/Hiding toolbars of CE's in PageModule broken"
This reverts commit 0618526df9053742086f9078bcd24f57183dff25.
Change-Id: Ic05027f1fca2811ade7e9d244dd255fd9ea128e9
R...
Oliver Hader
12:13 Revision 772ea937: Revert "[BUGFIX] ModuleMenu has changed resizing/collapse behaviour"
This reverts commit f4926ae6e43452da28781cc1d2efc57d44eaba21.
Change-Id: I24ce3e57972ec4cce4147fcfafc53dfa09be9b10
R...
Oliver Hader
12:13 Revision 087e12a0: Revert "[BUGFIX] Missing renames of addClass and removeClass"
This reverts commit 8d378484516a5b8e7e1dae564ca0c2bad72994ce.
Change-Id: I9a7b88a87f228e323002d2ccdf99db99f2166aaf
R...
Oliver Hader
12:13 Revision ab81dd44: Revert "[TASK] Add ExtJS3 Compatibility Layer Extension"
This reverts commit b6f263293ac9df43fb65dc8c9acfeadac0771cef.
Change-Id: If82c6bfe6ae0b3a9dfa77966b07f1889137b75c2
R...
Oliver Hader
12:12 Revision e7864123: Revert "[BUGFIX] Backend loops in Page module"
This reverts commit 103287a31f8ee1c5662711bc19e1189e79c50df2.
Change-Id: I389c7112d4f31c59edf26a04faaea047caf75418
R...
Oliver Hader
12:11 Revision d620f786: Revert "[TASK] Rebuild t3lib/core_autoload.php"
This reverts commit e04e514fd0ea2993c7f49c4ea2bff41919b19898.
Change-Id: I450e5f7bbc11a21f9c0134bdfcddb4786627f8aa
R...
Oliver Hader
12:10 Revision a4536e37: Revert "[TASK] BE-Modules not migrated to ExtJS4 need to trigger compat-Mode"
This reverts commit b8ffd6065a4ccbcfa6b5faea146a38d1bbe615b0.
Change-Id: I57723d0d445e398e9ca3b32348e30178de6f7037
R...
Oliver Hader
12:10 Revision 4294e8e9: Revert "[BUG] CleanUp ExtJS Skin directory"
This reverts commit bd82b6f51174c5b499b457386780454d6678253c.
Change-Id: Id7f25bd2d1eb7e187e65b08d89848cebb9f9cd20
R...
Oliver Hader
11:07 Revision fffd7df3: [REVERT] let PersistentObjectConverter clone objects
This reverts https://review.typo3.org/#change,7748
Before keeping the objectConverter from cloning objects we have t...
Felix Oertel
01:55 Revision d6dbf873: [BUGFIX] Vague error message in t3lib_div
If the web server cannot write to typo3temp/, a vague error
message may appear: "File not written to disk! Write
perm...
Dmitry Dulepov
01:50 Revision 6f56274d: [BUGFIX] Vague error message in t3lib_div
If the web server cannot write to typo3temp/, a vague error
message may appear: "File not written to disk! Write
perm...
Dmitry Dulepov
01:48 Revision e04e514f: [TASK] Rebuild t3lib/core_autoload.php
The autoload registry for Core classes is rebuilt and sorted
by using the class names.
Change-Id: Ibebb3376484b0e412...
Oliver Hader

2012-01-12

14:59 Revision 28472e77: [BUGFIX] Link to mounted shortcut page lacks &MP parameter
Menu generation for a shortcut page within a mount point does not
include the &MP parameter and other configured addi...
Xavier Perseguers
14:54 Revision 4a81817c: [BUGFIX] Link to mounted shortcut page lacks &MP parameter
Menu generation for a shortcut page within a mount point does not
include the &MP parameter and other configured addi...
Xavier Perseguers
13:24 Revision 341a29f0: [BUGFIX] keep PersistentObjectConverterTest from cloning objects
With the PropertyMapper refactoring it should not be neccassary to
clone objects fetched from the persistence anymore...
Felix Oertel

2012-01-10

17:50 Revision a151fa4c: [~BACKPORT] backport FLOW3 changes to SignalSlotDispatcher
There was a slight adjustment made to the SignalSlotDispatcher. Think
it would be good to push it through, before peo...
Felix Oertel
 

Also available in: Atom