Project

General

Profile

Activity

From 2011-12-19 to 2012-01-17

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   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   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

2012-01-08

16:23 Revision be137487: [BUGFIX] Typo in Install Tool
Fix a simple typo in mail of Install Tool.
Change-Id: Ibe8b8003cbf6d2b98210bc22bf5e2a5678e0e137
Resolves: #32970
Rel...
Georg Ringer
16:18 Revision 2912a6ca: [BUGFIX] Typo in Install Tool
Fix a simple typo in mail of Install Tool.
Change-Id: Ibe8b8003cbf6d2b98210bc22bf5e2a5678e0e137
Resolves: #32970
Rel...
Georg Ringer
13:44 Revision c979ea72: [BUGFIX] Typo in Install Tool
Fix a simple typo in mail of Install Tool.
Change-Id: Ibe8b8003cbf6d2b98210bc22bf5e2a5678e0e137
Resolves: #32970
Rel...
Georg Ringer

2012-01-06

21:30 Revision 68893b43: [BUGFIX] User Admin: Move "Add" button to docheader
Move the "Add User" button in "User Admin" module to the docheader.
Change-Id: I3394685e8056837c90ca735b521260ca6fb6...
Felix Kopp

2012-01-05

13:40 Revision 2fa19984: [FEATURE] Show thumbnails in page/list by default
Improve defaults for new backend users by showing thumbnails.
Displays thumbnails in page/list module by default.
Ch...
Felix Kopp

2012-01-04

09:23 Revision 8bce878a: [CLEANUP] Core has a XML syntax dependency on templavoila
The TYPO3 core still uses "tx_templavoila" in a XML structure
for referencing the title for a structure like FlexForm...
Benni Mack

2012-01-02

17:08 Revision bd82b6f5: [BUG] CleanUp ExtJS Skin directory
The ExtJS4 skin has an superfluous CSS file
and the Ruby configuration file is wrong.
Fixes: #32932
Releases: 4.7
Ch...
Steffen Ritter

2012-01-01

21:57 Revision ba417c8e: [TASK] Remove Thumbs.db
Change-Id: I5d86ff0ae6a767707bcaad3f3158d99546e493a9
Resolves: #32899
Releases: 4.7
Reviewed-on: http://review.typo3....
Steffen Gebert

2011-12-28

21:07 Revision d1380fb4: [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
21:07 Revision ea132378: [TASK] Add unit tests for t3lib_userauth
Change-Id: I104bc3ea2f78be0eb3cff4987ea16c47b2e27b3c Helmut Hummel

2011-12-26

23:08 Revision b6da2667: [TASK] Coding guidelines cleanup for ClassInfo class
This corrects some doc comments and string cases for NULL.
Set to fix #13087 since all of the code in #13087 is alre...
Claus Witt

2011-12-24

13:58 Revision 3896040c: [TASK] Scheduler: Add "Add Task" button to header
This patch adds a "Add Task" button to the left area of
the module header.
It improves usability for long task lists ...
Markus Klein
13:52 Revision 52a4fa78: [TASK] Scheduler: Add "Add Task" button to header
This patch adds a "Add Task" button to the left area of
the module header.
It improves usability for long task lists ...
Markus Klein
13:50 Revision 5dc0e44e: [TASK] Scheduler: Add "Add Task" button to header
This patch adds a "Add Task" button to the left area of
the module header.
It improves usability for long task lists ...
Markus Klein
13:45 Revision ba6963e8: [FEATURE] Add a link to delete the deprecation log file
This adds a link to delete the deprecation log file from the reports
module. It also changes the status check on the ...
Mario Rimann
13:34 Revision 256662dc: [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
13:30 Revision 19fa9737: [BUGFIX] Reports are called twice
The code in getReport(), directly before the call to getSystemStatus(),
is exactly the same as in getSystemStatus().
...
Philipp Gampe
13:29 Revision 8e4d51be: [BUGFIX] Reports are called twice
The code in getReport(), directly before the call to getSystemStatus(),
is exactly the same as in getSystemStatus().
...
Philipp Gampe
13:15 Revision 075e1a12: [BUGFIX] flock() calls in TYPO3 prevent NFS hosting
flock() happens in several places in TYPO3. This function does
not work properly on NFS shares. t3lib_lock should be ...
Dmitry Dulepov
13:03 Revision 5af7dbc8: [BUGFIX] Reports are called twice
The code in getReport(), directly before the call to getSystemStatus(),
is exactly the same as in getSystemStatus().
...
Philipp Gampe

2011-12-23

20:29 Revision 4d127ab8: [TASK] Add unit tests for t3lib_userauth
Change-Id: I104bc3ea2f78be0eb3cff4987ea16c47b2e27b3c Helmut Hummel
14:19 Revision fe7e15f9: Merge changes I60d3a05c,Iaa4b496a
* changes:
[+Signal] introduce signals to persistence
[~FEATURE] index signal's arguments by key
Sebastian Kurfuerst
10:24 Revision 705c1130: [BUGFIX] Checkbox for mass-action also if only publish/swap-permission
If user has only publish/swap permission show the
mass-action checkbox as well.
Change-Id: I04ccd6f08f3f56021ab29d91...
Robert Heel

2011-12-22

16:08 Revision f9e62957: [TASK] Refactoring of t3lib_lock
Resolves: #
Change-Id: Icb980175fbf28b6b6a8eaac747c1fb2b41508269
Helmut Hummel

2011-12-21

21:24 Revision c8b107ed: [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
16:02 Revision 1c480e28: [BUGFIX] locallangXMLOverride is broken since the switch to XLIFF
locallangXMLOverride mechanism does not work anymore since
target language is mixed with the default language.
Chang...
Lars no-lastname-given
15:59 Revision 42e9452f: [BUGFIX] locallangXMLOverride is broken since the switch to XLIFF
locallangXMLOverride mechanism does not work anymore since
target language is mixed with the default language.
Chang...
Lars no-lastname-given
10:52 Revision e9067389: [TASK] Do not load linkvalidator in frontend
Linkvalidator is a backend module and should not be loaded in
frontend.
Change-Id: I165ba288491f20f9209cd898809041ad...
Philipp Gampe
10:30 Revision 8864e4e0: [TASK] Do not load linkvalidator in frontend
Linkvalidator is a backend module and should not be loaded in
frontend.
Change-Id: Idc1d51e48b5a74a1186121b7a7005c70...
Philipp Gampe
10:18 Revision 080b1b04: [TASK] Do not load linkvalidator in frontend
Linkvalidator is a backend module and should not be loaded in
frontend.
Change-Id: I37afe806afaf5576ebde1dc4b36e80ad...
Philipp Gampe

2011-12-20

18:40 Revision bd9716fe: [TASK] Set TYPO3 version to 4.7-dev
Change-Id: I20808972c766c74f4a15d342b2156b20cc3573b1
Reviewed-on: http://review.typo3.org/7450
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
18:40 Revision 77b00a32: [RELEASE] Release of TYPO3 4.7.0alpha2
Change-Id: Ib17aaa62704a8eb4cbceb282779e0aec6f8c1775
Reviewed-on: http://review.typo3.org/7449
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
18:39 Revision a3413797: [RELEASE] Release of TYPO3 4.7.0alpha2
Change-Id: Ib17aaa62704a8eb4cbceb282779e0aec6f8c1775 TYPO3 Release Team
18:32 Revision ac5a0219: [TASK] Raise submodule pointer
Change-Id: I3357d41261a1b693af0d73678298babadad9552b
Reviewed-on: http://review.typo3.org/7448
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
18:31 Revision 91f4be62: [TASK] Raise submodule pointer
Change-Id: Iea630c43265f36c71c612fa1574757ca8a2399e8
Reviewed-on: http://review.typo3.org/7447
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
18:30 Revision ae06430c: [TASK] Raise submodule pointer
Change-Id: I427deea5ef67a4c82a5afcaf60d9de7a54a86d8a
Reviewed-on: http://review.typo3.org/7446
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
18:11 Revision b8ffd606: [TASK] BE-Modules not migrated to ExtJS4 need to trigger compat-Mode
EM, Recycler and Workspaces are not migrated yet. Thus they are broken.
It's hard to work without the Extension Manag...
Steffen Ritter
18:10 Revision b6f26329: [TASK] Add ExtJS3 Compatibility Layer Extension
Until all Backend-Modules are migrated to ExtJS4 we need to
make them available via ExtJS3. Thanks to Iframes this is...
Steffen Ritter
11:45 Revision c66f5496: [TASK] Set TYPO3 version to 4.6.4-dev
Change-Id: I521fcf0ef8b70d4a425ebdd47be0ba78c8bcca9b
Reviewed-on: http://review.typo3.org/7430
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
11:45 Revision b0da1e5c: [RELEASE] Release of TYPO3 4.6.3
Change-Id: I1bc4b09e89ac0cbe2b4cad3ed3f9780ffd7cb34f
Reviewed-on: http://review.typo3.org/7429
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
11:45 Revision bfe2b243: [RELEASE] Release of TYPO3 4.6.3
Change-Id: I1bc4b09e89ac0cbe2b4cad3ed3f9780ffd7cb34f TYPO3 Release Team
11:29 Revision e4e99281: [TASK] Set TYPO3 version to 4.5.11-dev
Change-Id: I0d45137eeafb23a7c9cc08bafe7855c809e7d7cb
Reviewed-on: http://review.typo3.org/7426
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
11:29 Revision 9ca33801: [RELEASE] Release of TYPO3 4.5.10
Change-Id: I4235f8fb7ede69c20741145b47433dc4fc60b2e8
Reviewed-on: http://review.typo3.org/7425
Reviewed-by: TYPO3 v4 ...
TYPO3 Release Team
11:29 Revision 7fd5c055: [RELEASE] Release of TYPO3 4.5.10
Change-Id: I4235f8fb7ede69c20741145b47433dc4fc60b2e8 TYPO3 Release Team
10:37 Revision 86cda4b9: [TASK] Raise version to 1.3.2
Raise extension version number for TYPO3 4.6.3 and update md5 checksums.
Change-Id: Ia66bb826e04c954cfbe411df78bfba7...
Xavier Perseguers
10:33 Revision 017044b7: [TASK] Raise version to 1.2.4
Raise extension version number for TYPO3 4.5.10 and update md5 checksums.
Releases: 4.5
Change-Id: I5fb2b5d393299b7...
Xavier Perseguers
10:28 Revision 4f53d36d: [BUGFIX] Add SQL-comparator <> to SQL parser
Comparator != was supported before.
But <> is ANSI SQL and therefore should be
supported as well.
Change-Id: I56e86b...
Xavier Perseguers
10:28 Revision f8d4623a: [BUGFIX] Add SQL-comparator <> to SQL parser
Comparator != was supported before.
But <> is ANSI SQL and therefore should be
supported as well.
Change-Id: I49dde6...
Stefan Neufeind
10:27 Revision d0a10f22: [BUGFIX] Add SQL-comparator <> to SQL parser
Comparator != was supported before.
But <> is ANSI SQL and therefore should be
supported as well.
Change-Id: I49dde6...
Stefan Neufeind
10:27 Revision dd21e4fb: [BUGFIX] Add SQL-comparator <> to SQL parser
Comparator != was supported before.
But <> is ANSI SQL and therefore should be
supported as well.
Change-Id: I49dde6...
Stefan Neufeind
10:12 Revision a18da92b: [TASK] Add unit-test for SQL-comparator <>
A unit test is needed to ensure Core properly supports
the ANSI SQL comparator <>.
Change-Id: I4bdd451fea8341cbc2506...
Xavier Perseguers
10:11 Revision c7580e26: [TASK] Add unit-test for SQL-comparator <>
A unit test is needed to ensure Core properly supports
the ANSI SQL comparator <>.
Change-Id: I4bdd451fea8341cbc2506...
Xavier Perseguers
10:01 Revision 0555def8: [TASK] Add unit-test for SQL-comparator <>
A unit test is needed to ensure Core properly supports
the ANSI SQL comparator <>.
Change-Id: I4bdd451fea8341cbc2506...
Xavier Perseguers
07:54 Revision b22daefd: [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

2011-12-19

20:41 Revision 1f4e1fc3: [BUGFIX] Invalid query part on menu rendering
Each page can have a target defined, which can also be a
typeNum that gets added to the generated URL. Now if RealURL...
Oliver Hader
20:41 Revision ce5f5a78: [BUGFIX] Invalid query part on menu rendering
Each page can have a target defined, which can also be a
typeNum that gets added to the generated URL. Now if RealURL...
Oliver Hader
20:40 Revision 8b635401: [BUGFIX] Invalid query part on menu rendering
Each page can have a target defined, which can also be a
typeNum that gets added to the generated URL. Now if RealURL...
Oliver Hader
20:27 Revision 32242a22: [BUGFIX] Module menu link wrap
Makes module links in menu on the left not wrap around in small frames.
Change-Id: Ib7168ac0d2111aab7c7c8510d6f36243...
Felix Kopp
20:09 Revision 103287a3: [BUGFIX] Backend loops in Page module
Many modules call "refreshModuleMenu" when starting.
In fact the "renderMenu" behaves different than before the
trans...
Steffen Ritter
19:49 Revision dd266dd3: [TASK] Migrate Workspace-Menu to work with ExtJS4
Even though the Workspace-Menu mainly uses prototype,
newly developed stuff has been written with ExtJS.
Therefore a...
Steffen Ritter
18:21 Revision 8d378484: [BUGFIX] Missing renames of addClass and removeClass
With ExtJS4 the function names of addClass and removeClass have
been renamed to addCls and removeCls at all places to...
Steffen Ritter
17:49 Revision f4926ae6: [BUGFIX] ModuleMenu has changed resizing/collapse behaviour
Before the migration to ExtJS 4 collapsing of the module panel
was not possible. This is now possible, but behaves ve...
Steffen Ritter
15:40 Revision 431dfd81: [BUGFIX] Fatal error during install process
In the install tool there is no backend user available,
thus this needs to be checked before calling the writelog() m...
Oliver Hader
10:25 Revision 0114cebe: Revert "[FEATURE] Add ExtJS xtype:modulepanel for BE Modules"
New features are not allowed in the stable branch. Please use the TYPO3_4-5_backports branch.
This reverts commit e1...
Ernesto Baschny
09:34 Revision 0618526d: [BUGFIX] Showing/Hiding toolbars of CE's in PageModule broken
The JavaScript uses addClass/removeClass to show hide the tool-
bar for each Content-Element even for browsers which ...
Steffen Ritter
 

Also available in: Atom