Activity
From 2010-10-19 to 2010-11-17
2010-11-17
- 23:58 Revision 73f94e65: Follow-up to #16315: added missing mirror push parser (Thanks to Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9477 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:40 Bug #23241: Frontend Editing edit panels are shown for content element types that cannot be edited
- Committed v2 to trunk in r9476
- 23:38 Bug #23241: Frontend Editing edit panels are shown for content element types that cannot be edited
- Hi Jeff,
thanks for your continuous work on this patch. Give a +1 in core list, would be nice to see this in core :) - 22:16 Bug #23241: Frontend Editing edit panels are shown for content element types that cannot be edited
- Sven,
Thanks for the testing! You're right about the issue too. The attached v2 works around this problem by only c... - 23:38 Revision 916a6ae8: Fixed bug #15189: Frontend Editing edit panels are shown for content element types that cannot be edited
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9476 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:10 Bug #24114: DISTINCT as a function is not compatible with DBAL
- Committed to trunk (rev. 9475)
- 23:04 Bug #24114 (Closed): DISTINCT as a function is not compatible with DBAL
- EM tool is using DISTINCT keyword as a function:
SELECT COUNT(DISTINCT(column)) ...
instead of the DBAL compati... - 23:09 Revision 616af360: Fixed bug #16455: DISTINCT as a function is not compatible with DBAL
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9475 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:12 Feature #24105: Optimize stdWrap usage for tslib_menu
- trunk rev 9474
- 15:56 Feature #24105 (Closed): Optimize stdWrap usage for tslib_menu
- There are lots of parameters still left in tslib_menu that have not been covered by the stdWrap optimization of the c...
- 22:10 Revision 1acf4aeb: Added feature #16446: Optimize stdWrap usage for tslib_menu (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9474 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:08 Bug #24032: The content object type EDITPANEL is missing, causing pi_getEditPanel to break.
- Committed to trunk rev 9473
- 21:01 Bug #24032: The content object type EDITPANEL is missing, causing pi_getEditPanel to break.
- Bjorn,
Thanks for the bug report! I just noticed this myself too.
The attached patch re-adds the EDITPANEL cObjec... - 22:05 Revision 7f970bf3: Fixed bug #16364: EDITPANEL cObject is missing
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9473 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:04 Revision bc751b2a: Fixed bug #16444: DBAL installs itself automatically whenever the install tool is called
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@40384 735d13b6-9817-0410-8766-e36946ffe9aa
- 21:32 Revision 7cfde76c: Updated Workspaces to version 4.5.0beta1b. See their ChangeLog for details.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9472 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:29 Feature #24089: Optimize stdWrap usage for tslib_content
- Attached is V2 that adds stdWrap to groupBy and orderBy of the select function. as requested in #20508
Since this ... - 16:56 Feature #24089: Optimize stdWrap usage for tslib_content
- Not fixed yet. Has a thread with wrong subject in the core list (refers to RFC Feature 16384).
- 15:23 Feature #24089: Optimize stdWrap usage for tslib_content
- trunk rev 9456
- 03:25 Feature #24089 (Closed): Optimize stdWrap usage for tslib_content
- There are lots of parameters still left in tslib_content that have not been covered by the stdWrap optimization of th...
- 21:28 Bug #22157: t3lib_BEfunc::viewOnClick - Hook request
- committed v3 to trunk rev 9471
- 21:26 Revision 3a4ce6ae: Fixed bug #13610: t3lib_BEfunc::viewOnClick - Hook request (Thanks to Mick Klapper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9471 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:20 Revision 51d92f34: Raised version to 4.5.0beta1b
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2933 743128fe-103e-dd11-99c4-001b2...
- 21:16 Bug #10916 (Resolved): workspace module raises error in conjunction with the newest extbase version
- Committed to trunk (2932)
- 21:05 Bug #10916 (Closed): workspace module raises error in conjunction with the newest extbase version
- workspace module raises error in conjunction with the newest extbase version:
Fatal error: Call to undefined metho... - 21:15 Revision e1dd0254: Fixed issue: #10916 workspace preview module raises error in conjunction with the newest extbase version
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2932 743128fe-103e-dd11-99c4-001b2...
- 20:53 Bug #23855: getRecordOverlay fetches "Versioning Preview Overlay" but does not return the fields _ORIG_uid and _ORIG_pid
- Committed v2 to 4-4 (rev 9468) and trunk (rev 9470).
- 20:51 Revision 90aa9a6d: Fixed bug #16147: getRecordOverlay fetches "Versioning Preview Overlay" but does not return the fields _ORIG_uid and _ORIG_pid
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9470 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:49 Feature #24058: date ranges for ExtJS date pickers
- trunk rev 9469
- 15:57 Feature #24058: date ranges for ExtJS date pickers
- 0016393c.patch is the latest optimized patch
- 20:46 Revision 0efbc20f: Added feature #16393: Date ranges for ExtJS date pickers (Thanks to Stefano Cecere)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9469 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:36 Bug #10912 (Resolved): Rename and move task to classes/tasks and change locallang namespace
- Applied in changeset r40379.
- 20:26 Bug #10912 (Closed): Rename and move task to classes/tasks and change locallang namespace
- Rename:
tx_linkvalidator_scheduler_link -> tx_linkvalidator_tasks_Validate
tx_linkvalidator_scheduler_linkAdditiona... - 20:36 Revision 35e5ffd4: Fixed bug #16147: getRecordOverlay fetches "Versioning Preview Overlay" but does not return the fields _ORIG_uid and _ORIG_pid
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9468 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:29 Revision 84a6c717: Rename and move task to classes/tasks and change locallang namespace
- Resolves: #10912
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40379 735d13b6-9817-0410-... - 20:17 Revision 9d6e4ebe: Fixed bug em task or for update fixed (part 2)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9467 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:55 Revision e6e21207: Fixed bug em task or for update fixed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9466 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:54 Bug #24113 (Closed): CGL to be_layouts
- Some changes to the new BE layouts:
- change "array (" to "array("
- remove the select option "none" as it does not... - 19:34 Bug #23054: Styling of module "User Admin"
- #24112 fixes at least styling of the "who-is-online"... not fixed yet the user listing
- 19:29 Bug #24111: Style References Tables
- Committed to trunk in r9465.
- 18:06 Bug #24111 (Closed): Style References Tables
- The two tables within the info dialog showing the references are not styled according to the backend styles. This pat...
- 19:28 Revision 31be548e: Fixed bug #16452: References table in Info popup uses old styling (Thanks to Felix Kopp)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9465 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:23 Bug #24112: Style Whoisonline Table (beusers)
- Committed v2 to trunk in r9464.
- 18:17 Bug #24112 (Closed): Style Whoisonline Table (beusers)
- The table within the be-users backend module "whoisonline" is not styled according to the backend styles.
This p... - 19:20 Revision 7f81ca9e: Fixed bug #16453: User Admin>List Users Online uses old styling (thanks to Felix Kopp)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9464 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:12 Feature #24092: Add live search to the backend toolbar
- perfect... with v3 no more fatal errors, and it seems to work well! (safari & firefox)
thanks!s - 19:07 Feature #24092: Add live search to the backend toolbar
- Right here.....now that I added it ;) Thanks for the nudge
- 19:04 Feature #24092: Add live search to the backend toolbar
- Jeff... where is patch v3?
- 18:30 Feature #24092: Add live search to the backend toolbar
- Attached v3 with the following changes
* Fixes a typo in backend.php when converting character sets
* Checks for ... - 17:25 Feature #24092: Add live search to the backend toolbar
- Thanks for testing! It seems that I had a typo on this line and I'm not sure how it every worked for me :) It shoul...
- 16:49 Feature #24092: Add live search to the backend toolbar
- patching latest trunk, i get this error
Fatal error: Call to a member function convArray() on a non-object in /Use... - 05:53 Feature #24092 (Closed): Add live search to the backend toolbar
- As part of T3UXW09, a live search module was added to the backend toolbar. This needs a little further refinement, te...
- 19:04 Bug #16781: Pagetree only shows up to Level 2 / Backend login impossible with MSSQL via ODBC
- I now have a huge number of copies of the first node shown when I try to open it
- 18:53 Bug #24103: dbal installs itself automatically whenever the install tool is called
- Committed to trunk rev. 9463.
- 15:29 Bug #24103 (Closed): dbal installs itself automatically whenever the install tool is called
- Dbal will be installed automatically everytime the install tool is called since the fix of http://bugs.typo3.org/view...
- 18:51 Revision e0bacef9: Fixed bug #16444: Bugfix:dbal installs itself automatically whenever the install tool is called (Thanks to Susanne Moog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9463 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:43 Feature #24110: Performance Tunning : rewrite/clean t3lib_db->listQuery
- >.<
- 18:42 Feature #24110: Performance Tunning : rewrite/clean t3lib_db->listQuery
- no the official trunk ... long time already since TYPO3 moved ;) https://svn.typo3.org/TYPO3v4/Core/trunk/t3lib/class...
- 18:00 Feature #24110: Performance Tunning : rewrite/clean t3lib_db->listQuery
- You mean https://typo3.svn.sourceforge.net/svnroot/typo3/TYPO3core/trunk/t3lib/class.t3lib_db.php ?
- 17:51 Feature #24110: Performance Tunning : rewrite/clean t3lib_db->listQuery
- listquery does already use find_in_set. please check trunk
- 17:45 Feature #24110: Performance Tunning : rewrite/clean t3lib_db->listQuery
- BTW, while using LIKE, maybe escapeStrForLike should be used ?
- 17:42 Feature #24110 (Closed): Performance Tunning : rewrite/clean t3lib_db->listQuery
- Actually the listQuery method is based on 3 "LIKE" separated with OR, so there's 3 string comparaisons instead of jus...
- 18:06 Bug #17095: Typolink : cHash isn't created if there's no additionalParams
- Sorry, wasn't looking the good svn repository...
- 18:06 Bug #17070: typolink: cHash corrupted due to linkVars
- Sorry, wasn't looking the good svn repository...
- 17:26 Bug #10907 (Closed): invalid external url not detected
- First, completely invalid urls are detected, e.g. crap.google.com
However 404 and 403 are not caught, e.g.:
htt... - 17:25 Bug #24109 (Closed): Links don't prepend possible subdir of installation
- It seems that there is a bug creating absolute urls as the subdirectory is not set.
I discovered the problem when ... - 17:21 Bug #24106: htmlArea RTE: Missing tooltip label for horizontal rule
- Committed to SVN TYPO3core trunk (revision 9462).
- 16:30 Bug #24106 (Closed): htmlArea RTE: Missing tooltip label for horizontal rule
- Tooltip label for horizontal rule is missing in locallang file.
(issue imported from #M16447) - 17:20 Revision 18f41586: Fixed bug #16447: htmlArea RTE: Missing tooltip label for horizontal rule
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9462 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:04 Feature #24108 (Rejected): Not possible to set a TYPO3 version as suggestion
- It seems that it is not possible to set a TYPO3 version as suggestion.
Following works:
----------------
'const... - 16:55 Feature #24090: Optimize stdWrap usage for GIFBUILDER
- Committed by Susanne to trunk rev 9456
- 03:29 Feature #24090 (Closed): Optimize stdWrap usage for GIFBUILDER
- There are lots of parameters in GIFBUILDER that have not been covered by the stdWrap optimization of the content elem...
- 16:54 Bug #24107 (Closed): Outdated icons in t3skin
- are the icons inside the dir typo3\sysext\t3skin\icons\ext really needed?
There are icons for: sys_action, sys_not... - 16:44 Revision 5b7359a4: Updated Workspaces to version 4.5.0beta1a. See their ChangeLog for details.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9461 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:40 Revision 54e668c0: Raised version to 4.5.0beta1a
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2928 743128fe-103e-dd11-99c4-001b2...
- 16:37 Revision 16fdbd5e: Cleanup: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2927 743128fe-103e-dd11-99c4-001b2...
- 16:22 Feature #17538: Why not a native lang support ?
- Added tslib_fe patch, wich implies the creation of 2 fields in sys_language table :
locale: string field, used as "l... - 15:55 Feature #23981: Optimize stdWrap usage for TypoScript content element FORM
- Committed to trunk rev 9460
- 15:54 Revision 2be83619: Added feature #16295: Optimize stdWrap usage for TypoScript content element FORM (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9460 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:48 Feature #23974: Optimize stdWrap usage for TypoScript content element IMGTEXT
- Committed to trunk rev 9459
- 15:47 Revision 9cba8979: Added feature #16287: Optimize stdWrap usage for TypoScript content element IMGTEXT (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9459 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:47 Bug #23035: Backend loops when logging in and loads itself nestedly again and again
- I have this issue too. PHP 5.3 TYPO 3 4.4.4 (2010-10-06)
Switching off (uninstall) TemplaVoila 5.2.1 caused the p... - 15:36 Feature #24048: Optimize stdWrap usage for TypoScript content element MULTIMEDIA
- Committed to trunk rev 9458
- 15:35 Revision 21f852fe: Added feature #16382: Optimize stdWrap usage for TypoScript content element MULTIMEDIA (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9458 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:34 Feature #24047: Optimize stdWrap usage for TypoScript content element MEDIA
- Committed to trunk rev 9457
- 15:33 Bug #24104 (Closed): Replace exec_SELECTgetRows with exec_SELECTgetSingleRow whenever a single record is expected
- In the core the method exec_SELECTgetRows is used to fetch records from the DB. Often this method is uses, even thoug...
- 15:32 Revision bc4749b1: Added feature #16381: Optimize stdWrap usage for TypoScript content element MEDIA (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9457 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:22 Revision 17e135e5: Added feature #16430: Optimize stdWrap usage for TypoScript content element GIFBUILDER (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9456 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:19 Feature #24102 (Closed): FAL Hooks
- FAL needs to modify the DB row in advance to make FAL work with the frontend seamlessly.
-> Hook for modifying the r... - 15:16 Feature #21025: Performance improvement for queries that expect just a single result row
- Committed (v7) to trunk, rev. 9454.
- 15:08 Revision 36b84d25: Follow-up to #16395: no warning if "namespaces" is not defined in config
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9455 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:00 Revision acce5f62: Added feature #11916: New TYPO3_DB method for queries that expect just a single result row: exec_SELECTgetSingleRow (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9454 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:52 Bug #10900 (Resolved): Regression: Fatal error in class.tx_linkvalidator_modfunc1.php
- Applied in changeset r40346.
- 14:38 Bug #10900 (Closed): Regression: Fatal error in class.tx_linkvalidator_modfunc1.php
- Fatal error: Call to a member function includeLLFile() on a non-object in typo3/sysext/linkvalidator/modfunc1/class.t...
- 14:49 Bug #24095: Headers in GridView are rendered wrong
- Committed to trunk rev 9453
- 08:28 Bug #24095 (Closed): Headers in GridView are rendered wrong
- When you create cells in a grid view that are not mapped to a certain column, the header of that column contains the ...
- 14:48 Revision 61518900: Fixed bug #16435: Headers in GridView are rendered wrong
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9453 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:45 Revision 7eab5422: Follow-up to feature #16420: [linkvalidator] Fix fatal error in class.tx_linkvalidator_modfunc1.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9452 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:41 Revision 239f79e3: Regression: Fatal error in class.tx_linkvalidator_modfunc1.php
- Resolves: #10900
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40346 735d13b6-9817-0410-... - 14:36 Revision df82f5ae: fixed typo in ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9451 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:33 Revision d9504cd9: Follow-up to #16315: fixed an issue in ext_conf_template wtih mod menu
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9450 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:32 Revision b9dd78aa: Follow-up to #16315: fixed an issue in ext_conf_template wtih mod menu
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9449 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:09 Bug #24094: GridView does not show cells if they are not mapped to any column
- Committed with additional CGL cleaning to trunk rev 9448
- 07:56 Bug #24094 (Closed): GridView does not show cells if they are not mapped to any column
- The new GridView features does not display cells that are not mapped to a certain column with the colPos property.
... - 14:08 Revision 0803eb81: Fixed bug #16434: GridView does not show cells if they are not mapped to any column
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9448 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:00 Bug #10896 (Resolved): php-warnings after merge into Core - missing argument
- Committed to trunk (rev. 2921)
- 13:54 Bug #10896 (Closed): php-warnings after merge into Core - missing argument
- After the merge with trunk we found several warnings:
<b>Warning</b>: Missing argument 1 for t3lib_userAuthGroup:... - 14:00 Revision 34832e32: Fixed bug: #10896 php-warnings after merge into Core - missing argument
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2921 743128fe-103e-dd11-99c4-001b2...
- 13:58 Bug #10895 (Resolved): php-warnings after merge into Core - array_merge on non-array
- 13:58 Bug #10895: php-warnings after merge into Core - array_merge on non-array
- Committed to trunk (rev. 2920)
- 13:52 Bug #10895 (Closed): php-warnings after merge into Core - array_merge on non-array
- After the merge with trunk we found several warnings:
<b>Warning</b>: array_merge() [<a href='function.array-merg... - 13:57 Revision 30fb439b: Fixed bug: #10896 php-warnings after merge into Core - missing argument
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2920 743128fe-103e-dd11-99c4-001b2...
- 13:43 Revision 696deaa0: Updated Extbase and Fluid to 1.3.0beta1a. See their ChangeLog for details.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9447 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:25 Bug #10894 (Resolved): Workspaces Extbase Controller has to be adapted according to breaking changes in Extbase 1.3.beta1
- 12:42 Bug #10894 (Closed): Workspaces Extbase Controller has to be adapted according to breaking changes in Extbase 1.3.beta1
- the signature of processRequest has changed... follow it to prevent fatal error
- 13:25 Revision e53ba01f: * Updated version to 1.3.0beta1a
- * Updated ChangeLog
- 13:24 Revision 2b10c8aa: * Updated version to 1.3.0beta1a
- * Updated ChangeLog
- 13:05 Feature #24006: Make FlexForms editable via TSConfig and group access lists
- Committed to trunk rev 9446
- 13:04 Revision 7e66b70b: Added feature #16334: Make FlexForms editable via TSConfig and group access lists (Thanks to Kai Vogel)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9446 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:46 Bug #20434: Improve advanced_htaccess and make it more compatible
- Committed v3 to trunk rev. 9445.
- 12:45 Revision 2dca4945: Added feature #11103: Improve advanced_htaccess and make it more compatible (Thanks to Christopher Stelmaszyk)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9445 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:44 Revision 6eea8bdc: FYI RFC: Forge#10894: Workspaces Extbase Controller has to be adapted according to breaking changes in Extbase 1.3.beta1
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2915 743128fe-103e-dd11-99c4-001b2...
- 12:38 Feature #24081: TYPO3 misses a Linkvalidator module
- * Created tag 1.0.0 in forge extension repository
* Merged to core trunk with revision rev. 9443 - 12:37 Revision efaadbb2: Added missing test case for #16439
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9444 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:36 Revision 44109bb1: Added feature #16420: Add link validator module (Thanks to Patrick Gaumond)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9443 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:31 Bug #23997: Prepare userauthgroup to support custom staging
- Committed to trunk rev 9442
- 12:30 Revision 72437fb6: Fixed bug #16320: Prepare userauthgroup to support custom staging (Thanks to Tolleiv Nietsch)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9442 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:28 Feature #24099: Use the form protection API to implement the CSRF protection (1)
- Committed to trunk rev. 9441.
- 09:55 Feature #24099 (Closed): Use the form protection API to implement the CSRF protection (1)
- The form protection API introduced in #24097 should be used to secure the backend and the install tool against CSRF a...
- 12:26 Revision c2093839: Added feature #16439: Use the form protection API to implement the CSRF protection in user setup and install tool (Thanks to the Security Team: Oliver Klee, Helmut Hummel)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9441 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:24 Bug #24097: Introduce a form protection API
- Committed to trunk rev. 9439.
- 09:26 Bug #24097 (Closed): Introduce a form protection API
- Problem:
TYPO3 currently lacks an API that can be used to secure forms and URLs against Cross Site Request forgery a... - 12:17 Bug #24096: Call to undefined method SC_mod_tools_em_index::uploadExtensionToTER()
- Committed to trunk rev 9440
- 09:01 Bug #24096 (Closed): Call to undefined method SC_mod_tools_em_index::uploadExtensionToTER()
- Uploading an extension to TER is not possible in the Extension Manager due to the PHP fatal error:
Call to undefined... - 12:17 Revision a1025f30: Fixed bug #16436: Call to undefined method SC_mod_tools_em_index::uploadExtensionToTER()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9440 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:16 Revision 764d896b: Tagging version 1.0.0
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40334 735d13b6-9817-0410-8766-e36946ffe9aa
- 12:13 Bug #10890 (Resolved): Make ext:info as dependency in ext_emconf
- 12:13 Bug #10890: Make ext:info as dependency in ext_emconf
- trunk rev. 40328
- 11:40 Bug #10890 (Closed): Make ext:info as dependency in ext_emconf
- 12:11 Revision f39b5773: Added feature #16437: Introduce a form protection API (Thanks to the Security Team: Oliver Klee, Helmut Hummel)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9439 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:03 Bug #10892 (Resolved): Basic cleanup throughout the extension
- Applied in changeset r40332.
- 11:58 Bug #10892 (Closed): Basic cleanup throughout the extension
- - Remove additional languages in locallang files
- Cleanup, simplify serveral constructs
- Fix minor CGL issues - 12:03 Bug #10891 (Resolved): Fix deprecation warning "call by reference" in modfunc1
- Applied in changeset r40330.
- 11:41 Bug #10891 (Closed): Fix deprecation warning "call by reference" in modfunc1
- 12:03 Bug #10820 (Resolved): Error and warning under Windows
- Applied in changeset r40329.
- 01:57 Bug #10820: Error and warning under Windows
- I fixed this one with an additional if clause in my patch attached to the core issue.
- 12:02 Revision a2393032: Basic cleanup throughout the extension
- Resolves: #10892
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40332 735d13b6-9817-0410-... - 12:02 Revision 8044d016: Fixed bug #16039: Move TCEforms HTML templates to template file (Thanks to Steffen Kamper) - added new file
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9438 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:57 Revision ef9d169e: Fix deprecation warning "call by reference" in modfunc1
- Resolves: #10891
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40330 735d13b6-9817-0410-... - 11:52 Revision 25940258: Error and warning in scheduler task
- Resolves: #10820
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40329 735d13b6-9817-0410-... - 11:48 Revision b5b453cd: Add ext:info as dependency in ext_emconf
- Resolves: #10424
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40328 735d13b6-9817-0410-... - 11:44 Revision 629b47bf: Fix Changelog to reflect core Changelog structure
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40326 735d13b6-9817-0410-8766-e36946ffe9aa
- 11:33 Revision 218d4466: fixed trailing comma
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9437 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:24 Feature #24059: Add basic support for RDFa in core (semantic web)
- Committed to trunk r9436
- 11:23 Revision 8200e2aa: Added feature #16395: Add basic support for RDFa in core (semantic web)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9436 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:54 Bug #23773: Move TCEforms HTML templates to template file
committed v2 to trunk (rev. 9435)- 10:54 Revision 4cfbfbef: Fixed bug #16039: Move TCEforms HTML templates to template file (Thanks to Steffen Kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9435 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:47 Revision e994c87d: Cleanup: Updated NEWS.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9434 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:39 Feature #23969: Optimize stdWrap usage for TypoScript content element IMAGE
- trunk rev 9433
- 10:38 Revision 38c103f0: Added feature #16282: Optimize stdWrap usage for TypoScript content element IMAGE (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9433 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:29 Revision 0e48f41d: fixed double code
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9432 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:19 Bug #22692: Deprecate usage of ImageMagick version 4 and 5
- trunk rev. 9431
- 10:18 Revision 60b82dc9: Fixed bug #14449: Deprecate usage of ImageMagick version 4 and 5
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9431 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:07 Bug #23823: listNum = 0 not working anymore due to stdWrap changes
- trunk rev 9430
- 10:03 Revision 4eb9468d: Fixed bug #16107: listNum = 0 not working anymore due to stdWrap changes (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9430 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:53 Feature #23684: Display a link to list module on sysfolders & page module
- trunk rev 9429
- 09:52 Revision b48726c8: Added feature #15916: Display a link to list module on sysfolders when in page module (Thanks to Georg Ringer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9429 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:45 Feature #23760: Let typolink honour secure filelink configuration
- Committed to trunk rev. 9428
- 09:45 Revision 67f3b077: Added feature #16027: Let typolink honour secure filelink configuration
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9428 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:40 Feature #16554: Workspace DB / filemounts should narrow down the users' mounts
committed v2 to trunk (rev. 9427)- 09:40 Bug #24098 (Closed): Workspaces: Admin users don't have filemounts in workspace, if they haven't chosen one
- Referring to the RFC of #16554:
When testing with an admin user who has no filemounts set (and thus can view all o... - 09:38 Revision 595208c2: Added feature #4203: Workspace DB / filemounts should narrow down the users' mounts (Thanks to Sonja Scholz)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9427 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:30 Feature #23972: Optimize stdWrap usage for TypoScript content element RECORDS
- trunk rev 9426
- 09:29 Revision 55079251: Added feature #16285: Optimize stdWrap usage for TypoScript content element RECORDS (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9426 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:22 Revision 9893ea33: Committed forgotten ChangeLog file
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9425 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:19 Revision 4c2388a2: [+FEATURE] Fluid (ViewHelpers): the subject argument of the count ViewHelper is now optional so you can use it like {objects -> f:count()}
- [+BUGFIX] Fluid (ViewHelpers): Fixed inline documentation of widget.autocomplete ViewHelper. This fixes #10882
[+TASK... - 09:12 Bug #23925: Mail not sent with SAFE_MODE enabled
- This bug was posted to TYPO3-teams-core mailing list:
http://lists.typo3.org/pipermail/typo3-team-core/2010-November... - 09:03 Feature #23971: Optimize stdWrap usage for TypoScript content element LOAD_REGISTER
- trunk rev 9424
- 09:01 Revision 7d555036: Added feature #16284: Optimize stdWrap usage for TypoScript content element LOAD_REGISTER (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9424 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:37 Revision f0539175: Cleanup: Fixed double comment start
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9423 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:29 Revision 2731b97e: Updated Workspaces to version 4.5.0beta1. See their ChangeLog for details.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9422 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:24 Revision 68ac9ca0: Raised version to 4.5.0beta1
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2911 743128fe-103e-dd11-99c4-001b2...
- 08:09 Revision 58479da0: Cleanup: Fixed ext_emconf.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2909 743128fe-103e-dd11-99c4-001b2...
- 08:02 Bug #24093: htmlArea RTE: Default action not prevented on click in status bar
- Committed to SVN TYPO3core trunk (revision 9420) and branch TYPO3_4-4 (revision 9421).
- 07:05 Bug #24093: htmlArea RTE: Default action not prevented on click in status bar
- Monitor and stop both mousedown and click events in all browsers.
- 07:04 Bug #24093 (Closed): htmlArea RTE: Default action not prevented on click in status bar
- In some browsers, the default action is not prevented on click in status bar. The issue does not arise in the BE, but...
- 08:02 Revision 7b47cee2: Fixed bug #16433: htmlArea RTE: Default action not prevented on click in status bar
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9421 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:53 Feature #23905: Layouting column output in web > page
- This is implemented in Grid View 4.5-beta1. See Ticket 0016396
- 07:50 Revision a228f40a: Fixed bug #16433: htmlArea RTE: Default action not prevented on click in status bar
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9420 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:21 Feature #15561: htmlArea RTE: Add general element properties editing dialogue
- Attached follow-up patch committed to trunk (revision 9419) in order to fix glitch in TextStyle plugin.
- 00:01 Feature #15561: htmlArea RTE: Add general element properties editing dialogue
- Committed to SVN TYPO3core trunk (revision 9415).
- 06:20 Revision 1f840979: Follow-up to feature #2474: htmlArea RTE: Add general element properties editing dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9419 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:56 Revision dce9231a: Fixed bug #16431: htmlArea RTE: in WebKit, clicking on image does not select it
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9418 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:39 Bug #24091: htmlArea RTE: in WebKit, clicking on image does not select it
- Committed to TYPO3core trunk (revision 9417) and branch TYPO3_4-4 (revision 9418).
- 03:56 Bug #24091 (Closed): htmlArea RTE: in WebKit, clicking on image does not select it
- WebKit browsers have week support for images in desidnMode.
The attached patch compensates one of these shortcomin... - 05:38 Revision ce6958e6: Fixed bug #16431: htmlArea RTE: in WebKit, clicking on image does not select it
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9417 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:10 Feature #6251 (Resolved): User GROUPS should be able to OWN workspaces
- 00:49 Revision c9894513: [+BUGFIX] Fluid (ViewHelpers): replaced two occurrences of Tx_Extbase_Dispatcher::*() by using the injected ConfigurationManager
- [+TASK] Fluid (ViewHelpers): uri.image now works in BE mode too
- 00:39 Revision c15b80b1: [+TASK] Extbase: Re-implement support for BE modules
- This is a major rework of the backend module handling in Extbase.
It still needs some refinements and it does not yet... - 00:04 Feature #15810: htmlArea RTE: Creating/editing anchors
- The name attribute is deprecated on A elements in xhtml.
The id attribute may be used on any element to create an ... - 00:00 Feature #24086: ExtJS based Pagetree
- Committed to trunk rev 9416
2010-11-16
- 23:59 Revision 7a6de43a: Added feature #16426: ExtJS based Pagetree (Thanks to Stefan Galinski and Peter Foerger)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9416 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:56 Revision 2d69284d: Added feature #2474: htmlArea RTE: Add general element properties editing dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9415 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:41 Bug #24088 (Closed): Deactivating all help-modules causes a new dummy entry in "HELP" menu
- If all help-modules like "tsconfig_help" or "aboutmodules" are disabled in EM, a new submenu entry named "Help" appea...
- 22:51 Feature #15561: htmlArea RTE: Add general element properties editing dialogue
- The attached patch adds a new toolbar button "editelement" that opens a dialogue allowing to edit the following attri...
- 22:49 Bug #24087 (Closed): Content "All languages" disappears in Page module
- if you set a content element to [All] languages, it disappears from the Page view of the page. (you can see it again ...
- 22:43 Feature #24086 (Closed): ExtJS based Pagetree
- Problem:
The current pagetree is not based on the latest available technologies and APIs of TYPO3.
Solution:
Rep... - 22:18 Revision 08c577b1: Follow-up to #16315: Fatal error when deinstalling extension which is dependency of some other installed extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9414 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:16 Feature #23970: Optimize stdWrap usage for TypoScript content element IMG_RESOURCE
- Committed to trunk rev. 9413.
- 22:15 Revision b5f810ac: Added feature #16283: Optimize stdWrap usage for TypoScript content element IMG_RESOURCE (Thanks to Joey Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9413 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:28 Bug #23991: Migrate regular workspaces to custom-stage workspaces
- committed to trunk rev 9412
- 21:26 Revision bfe3daf9: Fixed bug #16310: Migrate regular workspaces to custom-stage workspaces (Thanks to Tolleiv Nietsch)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9412 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:13 Bug #24085: Add docheader to "About modules" screen
- rev 9411
- 20:48 Bug #24085 (Closed): Add docheader to "About modules" screen
- Opening TYPO3 always hurts my eyes at the first glance:
I'm used to see the black docheader below the topbar, and es... - 20:56 Revision 270ded8a: Fixed bug #16425: Add docheader to "About modules" screen
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9411 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:51 Bug #24082: Bug: missing CSS style for pressed buttons in ExtJS - no brain
- committed to trunk rev 9410
- 19:13 Bug #24082 (Closed): Bug: missing CSS style for pressed buttons in ExtJS - no brain
Problem:
========
With ExtJS it is possible to define a *toggle* button but unfortunately there are not styled ...- 20:50 Revision e81e4732: Fixed bug #16421: missing CSS style for pressed buttons in ExtJS / enable qtips / remove toolbar margin (Thanks to Fabien Udriot)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9410 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:46 Revision fb8ae5f2: Follow-up to #16111: Fixed display of group/db selector getting displayed below since this feature (e.g. sys_template.baseOn)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9409 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:41 Bug #24072: Implement fallback solution for box-shadow of module menu and tree frame
- rev. 9408
- 20:40 Revision b3aa8151: Fixed bug #16409: Implement fallback solution for box-shadow of module menu and tree frame
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9408 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:22 Bug #24084: Unused variable in t3lib_Compressor
- trunk rev 9407
- 20:20 Bug #24084 (Closed): Unused variable in t3lib_Compressor
- t3lib_Compressor::compressCssFiles() contains the following line:...
- 20:22 Revision f8f9a6a6: Fixed bug #16424: Unused variable in t3lib_Compressor (Thanks to Bjoern Pedersen)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9407 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:19 Feature #10817 (Resolved): DAU WS-Module warning
- Committed to trunk (rev. 2900)
- 20:16 Revision 4da3d0ec: Fixed issue: #10817 DAU WS-Module warning
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2900 743128fe-103e-dd11-99c4-001b2...
- 19:40 Bug #24083 (Closed): RTE inline icons for links are not XHTML valid (externalLinkInNewWindow, externalLink, internalLink, internalLinkInNewWindow...)
- When I set the inline icons for links in the RTE TSConfig the img tag rendered in front-end are not XHTML valid...
... - 19:27 Feature #24059: Add basic support for RDFa in core (semantic web)
- I have added an improved patch (feature_16395_v2.diff). Changes:
1) The value of the config.doctype changed from x... - 18:58 Revision 06596cf7: added missung table wizard icon
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9406 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:44 Bug #24077: modernizr inclusion triggers compressor bug
- already fixed by a follow up by Steffen Gebert
- 18:43 Bug #24077: modernizr inclusion triggers compressor bug
- this is alreday fixed by a follow up
- 16:24 Bug #24077: modernizr inclusion triggers compressor bug
- Main solution: http://bugs.typo3.org/view.php?id=16418
- 10:42 Bug #24077: modernizr inclusion triggers compressor bug
- Why is $filenameFromMainDir calcutaed in compressJsFiles, but not passed to compressJsFile, where the same calcu...
- 10:40 Bug #24077 (Closed): modernizr inclusion triggers compressor bug
- The modernizr js is not resolved correctly by the compressor. It seems the backpath is missing for the js-file. The o...
- 18:41 Feature #24081: TYPO3 misses a Linkvalidator module
- The initial T3X was an old one.
Please from now on try with T3X_linkvalidator-1_0_0-z-201011161239.t3x
Thanks ... - 18:11 Feature #24081: TYPO3 misses a Linkvalidator module
- hi, i applied it to trunk 9404 on OSX PHP 5.2.12
and i get these warnings (3 times pr page):
PHP Warning
PHP... - 17:37 Feature #24081 (Closed): TYPO3 misses a Linkvalidator module
- This extension provide a way to report broken links or missing files in your TYPO3 installation.
It's a sub-module o... - 18:39 Feature #18017: Filelist always Displays filename - not always wished behaviour
- Committed to v6 to trunk in r9405
- 18:37 Bug #10819 (Resolved): viewOnClick causes error if frontendpreview is disabled
- Applied in changeset r2895.
- 18:35 Revision d0a01e4e: Added feature #7199: Add TypoScript options to remove spaces and file extensions from link text for uploads (Thanks to Steffen Ritter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9405 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:33 Revision 8c941c5b: Fixed bug: #10819 viewOnClick causes error if frontendpreview is disabled
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2895 743128fe-103e-dd11-99c4-001b2...
- 18:30 Bug #10778 (Resolved): Consider http://bugs.typo3.org/view.php?id=9508 when implementing preview link in new module
- Committed to trunk (rev. 2896)
- 18:29 Revision 247491cf: Fixed bug: #10778 Consider http://bugs.typo3.org/view.php?id=9508 when implementing preview link in new module
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2893 743128fe-103e-dd11-99c4-001b2...
- 17:53 Bug #24068: pageRenderer call addJsFile with leaving out 2nd parameter
- committed to trunk rev 9404
- 17:52 Revision 30aea35c: Fixed bug #16405: pageRenderer call addJsFile with leaving out 2nd parameter
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9404 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:25 Bug #21772: Frontend Editing should be in front of flash videos, but is not
- Resolved as duplicate of http://forge.typo3.org/issues/5157.
Please go on there! - 17:12 Revision 408d85e7: Follow-up to #16408: Support for Custom Navigation Components: removed warning
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9403 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:05 Revision 013db52a: Follow-up to #16315: New extension manager part 1: splitting classes: fixed many small issues
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9402 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:33 Bug #24028: [saltedpasswords] Provide a task for bulk update of passwords for use with saltedpasswords
- Committed to trunk rev. 9401
- 15:31 Revision 63fdae7a: Added feature #16360: [saltedpasswords] Provide a task for bulk update of passwords for use with saltedpasswords (Thanks to Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9401 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:00 Feature #24008: tcaTree does only support irre foreign_field relation on "parentField"
- trunk rev. 9400
- 14:59 Revision d2f63099: Fixed bug #16336: tcaTree does only support IRRE foreign_field relation on "parentField" (Thanks to Steffen Ritter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9400 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:41 Bug #23985: feeditadvanced with 4.5 is broken
- Did you clear your browser cache after you updated feeditadvanced?
That the drop zones don't become visible might ... - 13:59 Bug #23985: feeditadvanced with 4.5 is broken
- Partly. With svn version I can again drag & drop a new CE from the top toolbar. Only at top position, not at the end,...
- 12:31 Bug #23985: feeditadvanced with 4.5 is broken
- I think that this is caused by one of the updates of Ext JS in the Core.
I already tried fixing this. Bodo, can you ... - 10:17 Bug #23985: feeditadvanced with 4.5 is broken
- Maybe related to http://bugs.typo3.org/view.php?id=16364 ?
- 14:38 Revision 35e94b83: Follow-up to #16403: Fixed inclusion of JS files in template.php (Thanks to Steffen Ritter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9399 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:35 Revision 7a75ec22: Brought overwritten ChangeLog entries (rev. 9393) back
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9398 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:32 Feature #23519: TYPO3 Backend should display flags for translations as sprite icons
- Committed to trunk rev. 9397.
- 14:31 Revision 6432aee3: Added feature #15668: TYPO3 Backend should display flags for translations as sprite icons (Thanks to Steffen Ritter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9397 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:12 Revision da840e11: [+BUGFIX]: Extbase (Persistence): Fixed typo from previous commit
- 13:55 Revision e9129031: [+BUGFIX] Extbase (Persistence): DataMapper cannot deal with QueryResults
- Tx_Extbase_Persistence_Mapper_DataMapper::mapResultToPropertyValue() expected
the query result to be an array. Change... - 13:44 Revision 32a34fc1: [+BUGFIX] Fluid (ViewHelpers): Adjustment to skinning api change
- The Fluid ViewHelper now uses the skinning API correctly.
This bugfix has been already in TYPO3 Core, but not yet here. - 13:16 Revision 4f4be0cc: Corrected doeble code
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9396 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:11 Feature #24071: Support for Custom Navigation Components
- Committed to trunk rev 9395
- 13:06 Revision bac8a554: Added feature #16408: Support for Custom Navigation Components (Thanks to Stefan Galinski)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9395 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:58 Bug #24079 (Closed): Field module is not rendered for sysfolders
- The field module is very nice to give sysfolders a different icon.
since the rework the field is not available for s... - 12:56 Revision 30402b9e: Updated Extbase and Fluid to 1.3.0beta1. See their ChangeLog for details.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9394 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:51 Bug #24078: Drag and drop of pages in tree view does not work in Google Chrome
- Oh okay. The ticket based on my test with Windows 7. The bug don't appears with Windows XP! This is strange.
- 12:41 Bug #24078: Drag and drop of pages in tree view does not work in Google Chrome
- Tested with Chromium 7.0.517.44 (64615) on Ubuntu 10.04. The bug did not appear for me.
- 12:27 Bug #24078 (Closed): Drag and drop of pages in tree view does not work in Google Chrome
- The possibility of drag and drop of pages in tree view of TYPO3 backend is not and has never been working in Google C...
- 12:49 Feature #24060: Implement a Grid View + wizard to enable the backend layout to be adapted to the frontend look and feel
- Committed to trunk rev 9393
- 12:22 Feature #24060: Implement a Grid View + wizard to enable the backend layout to be adapted to the frontend look and feel
- This is an SVN patch request.
Type: New feature
Bugtracker reference:
http://bugs.typo3.org/view.php?id=16396
... - 12:47 Revision 761635bb: Added feature #16396: Implement a Grid View + wizard to enable the backend layout to be adapted to the frontend look and feel (Thanks to Joey Hasenau, Martin Ficzel and Thomas Hempel)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9393 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:42 Revision 6919c16c: * Raised version number to 1.3.0beta1
- 12:23 Revision c03c4090: * Updated version to 1.3.0beta1
- 12:18 Revision 88b8699b: * Updated ChangeLog
- 12:18 Bug #10831 (Closed): New preview window shows wrong behavior for new page in LIVE WS
- Having tested RFC #13610 pending in the core list, I was able to play with the new workspace preview. I found the fol...
- 12:07 Revision f70ea77f: [+BUGFIX] Extbase (Object): The Object Container now properly uses the TYPO3 caching framework. By default the DI cache is now stored in database, just like the reflection cache
- 12:03 Revision 4f857a2e: [!!!][TASK] Fluid (ViewHelpers): Rename widget link ViewHelpers
- Renaming Widget link ViewHelpers from
<f:link.widget> and <f:uri.widget> to
<f:widget.link> and <f:widget.uri> - 11:52 Revision fc3a55cd: * Updated ChangeLog
- 11:47 Revision cb0dffa1: [+BUGFIX]: Extbase (Utility): Replaced one last occurrence of TYPE_PLUGIN by PLUGIN_TYPE_PLUGIN in Tx_Extbase_Utility_Extension
- 11:43 Revision 6dbc8267: [~TASK] Extbase (Utility): renamed Tx_Extbase_Utility_Extension::TYPE_CONTENT_ELEMENT to Tx_Extbase_Utility_Extension::PLUGIN_TYPE_CONTENT_ELEMENT and Tx_Extbase_Utility_Extension::TYPE_PLUGIN to Tx_Extbase_Utility_Extension::PLUGIN_TYPE_PLUGIN
- 11:38 Revision 175c0cc3: * Updated ChangeLog
- 11:34 Revision bced8131: [+FEATURE] Extbase (Persistence): Default orderings & QuerySettings
- It is now possible to change the default orderings of a repository without needing to
modify the query by setting the... - 11:31 Revision 0cc70c8c: [~TASK] Reverted previous "[~TASK] Extbase: Reimplemented BE module support. Still needs cleanup."
- This reverts commit fa24749433846a6fd5860df94ad0e9e04ef375db.
- 11:28 Bug #10826 (Closed): Crawler and scheduler
- In documentation it was written to use configuration-records instead of TSconfig. But if you do so you can't select u...
- 11:17 Revision 35c2c3be: [~TASK] Extbase: Reimplemented BE module support. Still needs cleanup.
- 11:17 Revision d3f672f0: [~BUGFIX] Extbase: Fixed the way a module gets called.
- 11:03 Revision 6c3f0627: * Updated ChangeLog
- 10:41 Revision a0f87c0c: Updated ChangeLog
- 10:36 Revision ea3dc705: * Updated ChangeLog
- 10:23 Feature #24076: Integration of a File Abstraction Layer into TYPO3
- The attached patch consists of four parts:
- fal_core.patch: The core parts of FAL (in typo3/ and t3lib/)
- fal... - 10:16 Feature #24076 (Closed): Integration of a File Abstraction Layer into TYPO3
- The project has been introduced at the Developer Days this year in Elmshorn.
The goal of the FAL is to provide an ... - 09:59 Bug #24075: Not possible to configure RTE for flexform fields
- The patch is made for the 4.4 branch but does apply for both 4.3 and trunk with a minor offset and thus it should be ...
- 09:57 Bug #24075 (Closed): Not possible to configure RTE for flexform fields
- When loading a RTE inside a flexform, it can be convenient to configure the RTE for the needed buttons etc.
At the... - 09:25 Revision 6416bb53: [+FEATURE] Fluid (ViewHelpers/Widget): Slightly improved paginate widget: The link to the first page now skips the currentPage argument resulting in nicer URLs and less cHashes
- [+FEATURE] Fluid (ViewHelpers): excluding obsolete widget arguments & cHash from widget links if they're not explicit...
- 08:31 Bug #10820: Error and warning under Windows
- looks like it is a config issue and not a windows issue. i would like to see steffens "$modTS['searchFields.']" array...
- 07:34 Bug #23054: Styling of module "User Admin"
- another not perfect solution. only problem is if more checkboxes are selected
- 04:49 Bug #24054: Clean up installed services report
- committed to trunk (4.5) in r9392
- 04:47 Revision fdcc6f28: Resolved issue #16388: Clean up installed services report
- Mile High Club check-in at 30.000 feet!
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9392 709f56b5-9817-0410... - 00:43 Feature #24019: Enhance IRRE to allow new records to appear at the top
- Thanks.
- 00:37 Feature #24019: Enhance IRRE to allow new records to appear at the top
- Fixed the category.
- 00:32 Feature #24019: Enhance IRRE to allow new records to appear at the top
- v2 adds new config setting 'auto' for newRecordPosition as suggested in http://bugs.typo3.org/view.php?id=16264
With... - 00:38 Feature #23954: Create new Element Button always inserts new record at the bottom
- I've updated the patch. Please test.
It is against 4.5 trunk but applies to 4.4 trunk with some offset. - 00:35 Bug #24074: Switching to a non-admin BE user in adminOnly mode causes dead end
- Idea:
Only render the "Switch to user" buttons,
- if ['BE']['adminOnly'] is not set (or at least not to 1)
--- but... - 00:17 Bug #24074 (Closed): Switching to a non-admin BE user in adminOnly mode causes dead end
- Set TYPO3 system in maintenance mode by adding the following line in typo3conf/localconf.php
$TYPO3_CONF_VARS['BE'][...
2010-11-15
- 23:52 Feature #23827: Change the layout of thumbnails and allowed file types so that they don't waste so much space anymore
- Committed to trunk rev. 9391.
- 23:50 Revision 59d568db: Added feature #16111: Change the layout of thumbnails and allowed file types so that they don't waste so much space anymore (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9391 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:45 Feature #24073: [Caching framework] Implement redis as cache backend
- trunk rev. 9390.
- 23:20 Feature #24073 (Closed): [Caching framework] Implement redis as cache backend
- The following patch was committed to trunk rev.
Type: Feature
BT:
Branches: trunk
Problem:
Redis [1] is ... - 23:38 Revision 2adc8347: Added feature #16410: [Caching framework] Implement redis as cache backend
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9390 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:19 Bug #10778 (Under Review): Consider http://bugs.typo3.org/view.php?id=9508 when implementing preview link in new module
- 23:19 Bug #10819 (Under Review): viewOnClick causes error if frontendpreview is disabled
- 20:50 Bug #10819 (Closed): viewOnClick causes error if frontendpreview is disabled
- viewOnClick causes error if frontendpreview is disabled - this happens because the constructor-parameter to avoid tha...
- 23:16 Revision 02aa33eb: [+FEATURE] Extbase (Utility): Allow plugins to be registered as new content element
- Added a fifth parameter to Tx_Extbase_Utility_Extension::configurePlugin that allows
you to specify the plugin type (... - 23:04 Bug #24072 (Closed): Implement fallback solution for box-shadow of module menu and tree frame
- The TYPO3 Backend looks currently a bit distored in IE browsers, as they don't support CSS3 box-shadow, which is used...
- 22:59 Feature #10817: DAU WS-Module warning
- Has to wait until #10821 is in place - but the attached patch does what we're expecting, but without #10821 we're una...
- 18:56 Feature #10817 (Closed): DAU WS-Module warning
- There should be some kind of FlashMessage which pops up if the user tries to use the WS-Module within a regular insta...
- 22:58 Revision b0d38318: [+BUGFIX] Extbase (Utility): Added condition to Tx_Extbase_Utility_Extension::getTargetPidByPlugin() in order to only select tt_content entries that are of CType "list". Thanks to Marc Bastian Heinrichs
- 22:55 Revision 7ced9a0b: [!!!][~TASK] Extbase (Configuration): Major rework of the ConfigurationManager
- Configuration of controllers and actions is now stored in a global registry
($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['... - 22:36 Feature #18968: Add existing records to IRRE field
- I guess you're refering to some kind of IRRE for a single record only.
Actually that's what I'd like to have also - ... - 22:15 Feature #18968: Add existing records to IRRE field
- I think there still is no decent way to do this. I'll try to further explain the problem:
There are two tables: Ca... - 22:14 Feature #24071 (Closed): Support for Custom Navigation Components
- Problem:
Currently there is no way to integrate custom navigation components that are not based on an iframe.
Sol... - 21:59 Bug #24066: Integrate modernizr into the TYPO3 Backend
- trunk rev 9389
- 19:53 Bug #24066 (Closed): Integrate modernizr into the TYPO3 Backend
- "Modernizr [1] is a small and simple JavaScript library that helps you take advantage of emerging web technologies (C...
- 21:59 Revision c3421b9e: Added feature #16403: Integrate modernizr into the TYPO3 Backend
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9389 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:51 Bug #10820 (Closed): Error and warning under Windows
- Steffen Kamper (using Windows) got those errors:
PHP Warning: array_search() expects parameter 2 to be array, null... - 21:42 Feature #10736 (Closed): Remove automatic refresh display fired by changing Depth
- 20:49 Bug #24070 (Closed): Fatal error: Call to a member function section() on a non-object
- When I deinstall an extension, then this fails and gives an error message. This is with the latest TYPO3 trunk.
"F... - 20:14 Feature #24069 (Closed): Optimize stdWrap usage for TypoScript content element SEARCHRESULT
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 20:11 Bug #24068 (Closed): pageRenderer call addJsFile with leaving out 2nd parameter
- With ExtDirect this method is called to include ajax.php with a set of GET vars.
An example call from backend.php:
... - 19:57 Feature #24067 (Closed): Optimize stdWrap usage for TypoScript content element SWFOBJECT
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 19:13 Feature #24065 (Closed): Optimize stdWrap usage for TypoScript content element SVG
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 18:53 Feature #24064 (Closed): Optimize stdWrap usage for TypoScript content element TEMPLATE
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 18:36 Feature #24063 (Closed): Optimize stdWrap usage for TypoScript content element TEXT
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 18:34 Feature #24062 (Closed): Optimize stdWrap usage for TypoScript content element USER_INT
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 18:32 Bug #24056: innerWrap2 only working if innerWrap exists
- Fixed already with #16110 in 4.5 beta1. Thanks!
- 14:14 Bug #24056: innerWrap2 only working if innerWrap exists
- Well - it seems you are on the wrong track. ;-)
The real problem can be found at #16110 and is fixed in current tr... - 10:11 Bug #24056 (Closed): innerWrap2 only working if innerWrap exists
- In the 4.4.4 Version following TS code did work (rendered a correct content) in all cases:
stdWrap {
wrap = |... - 18:27 Feature #24043: New TYPO3_DB method for select queries that fetch data from up to 3 tables based on RDF like triples
- Fixed an optional first parameter, that would not work in PHP, when empty
- 18:11 Bug #10769 (Needs Feedback): Scheduler task creation needs validation
- Can't reproduce.
If field is empty, you get aFlash message: Invalid page uid, please enter a valid page uid! - 17:55 Revision f25e0544: [+BUGFIX] Fluid (Core/Widget): AjaxWidgetContextHolder now uses a unique id for the Ajax WidgetContext. This makes sure, that the ajax response gets the right context, even if you open multiple browser windows in the same session
- [+BUGFIX] Fluid (Core): The Fluid Widget Bootstrap now initializes the object manager in order to respect "config.tx_...
- 17:39 Bug #24061 (Closed): styles.content.get is empty when dbal extension is installed
- Using TYPO3 4.5.0-alpha3, CSS-styled-content and dbal-extension let the content output be empty.
The variable styl... - 17:21 Feature #24060 (Closed): Implement a Grid View + wizard to enable the backend layout to be adapted to the frontend look and feel
- During the T3UXW09 a first prototype of the so called Grid View has been created by team 1 to enable people who don't...
- 16:39 Revision d6ee3dc0: [~TAKS] Extbase (MVC): FrontendRequestHandler now retrieves the current cObject through the ConfigurationManager
- [+BUGFIX] Extbase (MVC): FrontendRequestHandler was refering to $this->frameworkConfiguration which wasn't available
... - 16:29 Revision 7331c860: Added an empty line.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9388 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:21 Revision 239ad9fd: Follow-up to #14658: Feature: internal links with parameters outside the RTE (headlines, images ...)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9387 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:10 Bug #24049: Backend modules are complicated to render
- committed to trunk rev 9386
- 16:08 Revision 0d65cae1: Fixed bug #16383: BE Module are complicate to render
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9386 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:10 Feature #20862: TYPO3 needs to support the Semantic Web in the core / RDFA / Web 3.0
- I have added a more specific feature wish to be able to add the DOCTYPE and the namespaces more easily.
http://bug... - 15:01 Feature #24059 (Closed): Add basic support for RDFa in core (semantic web)
- A first but important step towards the vision of Semantic Web aka Web 3.0 is to add RDFa (embedded RDF triples) to th...
- 14:50 Feature #24041: Implement Inline Relational Record Editing (IRRE) in Workspaces
- Committed to SVN Trunk (rev. 9385)
- 14:49 Revision 79a9316f: Add feature #16374: Implement Inline Relational Record Editing (IRRE) in Workspaces
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9385 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:57 Bug #25554: Handling of tab indentation is faulty
- I can confirm that. Tabs seem to be converted to spaces even for lines that haven't been touched, which is quite unex...
- 12:20 Revision ff725ef8: [+BUGFIX] Extbase (MVC): Flashmessages now share a scope throughout the extension. Before, every plugin had it's own scope leading to the messages only being output when entering the same plugin again (e.g. redirecting from one plugin to another would never display the messages)
- [~TASK] Extbase (Core): The Flashmessages now get persisted in the Bootstrap in resetSingletons()
[-TASK] Extbase (Co... - 11:57 Feature #24058 (Closed): date ranges for ExtJS date pickers
- hi
the ExtJS date pickers don't use the TCA date ranges.
the supplied patch sets the minDate and maxDates propertie... - 11:40 Bug #23871: Increase DB-fields spaceBefore and spaceAfter
- Committed to trunk rev. 9384.
- 11:39 Revision c3388e2b: Added feature #16170: Increase DB-fields spaceBefore and spaceAfter (tt_content) (Thanks to Henrik Ziegenhain)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9384 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:28 Bug #24057: Install tool cannot compare "ENGINE" of MySQL Tables when DBAL is active
- Attached fix solves the problem, which is present in 4.2 ... trunk.
- 11:23 Bug #24057 (Closed): Install tool cannot compare "ENGINE" of MySQL Tables when DBAL is active
- In core rev. 3365 (2008, was included in 4.2beta3), Stucki implemented a way of the Install Tool "COMPARE DATABASE" t...
- 11:22 Feature #23954: Create new Element Button always inserts new record at the bottom
- It would be fine if the parameter "newRecordPosition" although has the value "auto" to force an insert at top or bott...
- 10:58 Feature #23954: Create new Element Button always inserts new record at the bottom
- Changing the default behaviour to always insert new records at the top, if the button is at the top will probably bre...
- 09:28 Feature #23954: Create new Element Button always inserts new record at the bottom
- I think this patch will not solve this issue. If we have an insert button on top, it should insert new elements by de...
- 11:21 Feature #23198: Its not possible to hide translated records from listview
- New Patch'0015138-hideTranslations-v3.patch' , because Records without default language dont't show any more.
- 09:36 Revision 3a066e84: [FEATURE] Extbase (Object): Make DI Class Mapping configurable through TS
- It is now possible to configure the Dependency Injection class mapping by specifying:
config.tx_extbase.objects.[Full... - 08:21 Feature #24026: Improve BE usability: Automatic switch to list-view when clicking a sysfolder
- > So test and vote for it
done :)
2010-11-14
- 21:04 Bug #24055 (Closed): Inconsistent styling of the DB integrity checks overview
- The overview listing for the available database integrity checks in the DB check module is somewhat inconsistent with...
- 20:58 Revision 9b345144: Changed the overview menu to use the core t3-overview-list CSS class for styling
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9383 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:43 Bug #17046: Umlauts not working in GIFBUILDER with php5
- Just for Info: The Problem still exists (TYPO3 4.4.4) but cr_bugfix_5078 and cr_bugfix_5078_add work both for me - bo...
- 19:26 Bug #24040: Handling deprecation log
- The discussion has been long, that's true, but IMO we agreed on having it on by default. That's the only way to allow...
- 19:13 Bug #24054 (Closed): Clean up installed services report
- The code of the installed services report is a mess, but that's likely related to its origins and age.
Also make sur... - 18:55 Revision c11f98d0: Follow-up to #16315: Wrong reference to unzip class
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9382 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:43 Feature #24051: Optimize stdWrap usage for TypoScript content element PHP_SCRIPT
- Attached V3 that fixes a bug with a missing dot in isset($conf['file'])
- 18:34 Feature #24051: Optimize stdWrap usage for TypoScript content element PHP_SCRIPT
- Attached V2 that adds the missing stdWrap to the element itself.
- 18:04 Feature #24051 (Closed): Optimize stdWrap usage for TypoScript content element PHP_SCRIPT
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 18:34 Feature #24052: Optimize stdWrap usage for TypoScript content elements PHP_SCRIPT_INT and PHP_SCRIPT_EXT
- Attached V2 that adds the missing stdWrap to the element itself.
- 18:11 Feature #24052 (Closed): Optimize stdWrap usage for TypoScript content elements PHP_SCRIPT_INT and PHP_SCRIPT_EXT
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 18:33 Feature #24050: Optimize stdWrap usage for TypoScript content element OTABLE
- Attached V2 that adds the missing stdWrap to the element itself.
- 17:59 Feature #24050 (Closed): Optimize stdWrap usage for TypoScript content element OTABLE
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 18:33 Feature #24053: Optimize stdWrap usage for TypoScript content element QTOBJECT
- Attached V2 that adds the missing stdWrap to the element itself.
- 18:27 Feature #24053 (Closed): Optimize stdWrap usage for TypoScript content element QTOBJECT
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 17:55 Bug #24049 (Closed): Backend modules are complicated to render
- To generate the page of a BE module you have to be carefully and it's not easy to concatenate it the right way.
Also... - 17:44 Revision 58a1802c: [-TASK] Extbase (Utility): Removed two obsolete checks for $GLOBALS['TSFE']->tmpl->setup['tt_content.']['list.']['20.'] in Tx_Extbase_Utility_Extension
- [~TASK] Extbase: added two doc comments that were missing
- 17:44 Feature #24048 (Closed): Optimize stdWrap usage for TypoScript content element MULTIMEDIA
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 17:26 Feature #24047 (Closed): Optimize stdWrap usage for TypoScript content element MEDIA
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 17:09 Revision 3f0d0e5a: [+BUGFIX] Fluid (ViewHelpers): Fixed Widget URI generation in widget.link/widget.uri ViewHelpers/Link/WidgetViewHelpers
- [~TASK] Fluid (ViewHelpers/Widget): Tweaked PaginateViewHelper: Minor refactoring of controller & template
- 16:32 Feature #21025: Performance improvement for queries that expect just a single result row
- Attached a new patch with CGL issues fixed
- 16:31 Feature #24043: New TYPO3_DB method for select queries that fetch data from up to 3 tables based on RDF like triples
- Fixed some CGL issues and bugs
- 14:50 Feature #24043: New TYPO3_DB method for select queries that fetch data from up to 3 tables based on RDF like triples
- Attached a new version with a more universal naming scheme and additional table aliases
- 15:56 Revision 77b4c1d2: [+BUGFIX] Extbase (Persistence): Extbase still used PHPs current() on some QueryResults in Persistence/Repository. Replaced these by calls to the getFirst() method of the QueryResult
- [+TASK] Extbase (Persistence): added a private field to the QueryResult to make the above case easier to debug: When ...
- 14:54 Revision 3386f870: [+BUGFIX] Extbase (MVC): view configuration (templateRootPath, ...) has to be set before View::canRender() is called
- 14:53 Feature #20862: TYPO3 needs to support the Semantic Web in the core / RDFA / Web 3.0
- Addtionally you could vote for #24043 in the core list to have a TYPO3_DB representation of 3-way-relations in the co...
- 14:40 Feature #20862: TYPO3 needs to support the Semantic Web in the core / RDFA / Web 3.0
- I addition, you have to alter the DOCTYPE to
config.doctype = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//E... - 04:42 Feature #20862: TYPO3 needs to support the Semantic Web in the core / RDFA / Web 3.0
- I totally agree that TYPO3 needs to support Semantic Web technologies, like tagging the content with RDFa. There is a...
- 14:43 Revision aa4606d7: [-TASK] Fluid (Compatibility): Forgot to remove obsolete Tx_Fluid_Compatibility_ObjectManager in previous commit
- 14:38 Revision 5c8c4d60: [+FEATURE] Fluid (Core/Widget): Added Tx_Fluid_Core_Widget_Bootstrap that is used to dispatch Ajax requests (see ext_typoscript_setup.txt).
- [~TASK] Fluid (Compatibility): Removed Tx_Fluid_Compatibility_ObjectManager and replaced instances by Tx_Extbase_Obje...
- 13:43 Revision f82e144d: Raised DBAL to version 1.2.0beta1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9381 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:34 Revision 2fd0675c: Changed back version to 1.2-dev
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@40182 735d13b6-9817-0410-8766-e36946ffe9aa
- 13:33 Revision 6da27af2: Updated dependency
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@40180 735d13b6-9817-0410-8766-e36946ffe9aa
- 13:31 Revision 08d97b0c: Updated checksums
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@40179 735d13b6-9817-0410-8766-e36946ffe9aa
- 13:29 Revision a732cb5e: Set version to 1.2.0beta1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@40178 735d13b6-9817-0410-8766-e36946ffe9aa
- 13:26 Bug #23575: Allow DBAL to interact with EM to configure remapping
- Committed to DBAL trunk (rev. 40177)
- 13:26 Revision 9cd21c6f: Added feature #15755: Allow DBAL to interact with EM to configure remapping
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@40177 735d13b6-9817-0410-8766-e36946ffe9aa
- 13:22 Feature #23911: Allow array as localconf.php configuration values
- Committed to trunk (rev. 9380)
- 13:22 Revision c2fbd0ea: Added feature #16215: Allow array as localconf.php configuration values
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9380 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:59 Bug #24046 (Closed): Install Tool: All configuration section does not support array
- The install tool "all configuration" section has the neat possibility to
display even custom options configured in l... - 11:27 Feature #24037: Add "edit end token" to allow custom post configuration in localconf.php
- @Steffen: please note that I added a relationship to a change that will committed soon.
@Christopher: this could b... - 07:46 Revision 96230b09: Fixed some minor style issues caused by Ext Js' style reset definitions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9379 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:10 Revision 7c493710: Follow-up to #16302: Fixes missing tplRow leading to a broken "Edit TypoScript file content in t3editor" (Thanks to Fabrizio Branca)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9378 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:38 Bug #23582: Docheader (save, save+view, save+close etc) missing
- just wanted to say I can confirm this issue, too. Quite annoying and a show stopper IMHO
- 00:12 Bug #23517: HCI: SysLanguage Table Icon should be the flag you selected
- Commited to trunk rev. 9377.
- 00:09 Bug #24045: id in FE not replaced with uid
- Not that I am aware of..... - I copied my site from TYPO3 4.4.4 and now running TYPO3 4.5.0 without doing any ajustme...
- 00:08 Revision e7641c21: Added feature #15666: sys_language table icon should be the flag you selected, using the new flag sprite (Thanks to Steffen Ritter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9377 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:06 Revision 601a59af: fixed instanciation of t3lib_FlashMessage to put all the parameters in the constructor instead of separate method calls
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9376 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:05 Revision 1ae48499: removed whitespace at EOL, fixed an indentation issue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9375 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-13
- 23:43 Bug #24045: id in FE not replaced with uid
- Works for me using current trunk.
Have you made changes to the rendering of CSS Styled Content? - 23:24 Bug #24045 (Closed): id in FE not replaced with uid
- The TS is still:
tt_content.stdWrap.innerWrap.cObject.default.10.value = <div id="c{field:uid}"
but after TYPO3... - 23:41 Revision 93ae57e8: Removed an unnecessary strict check, the affected method will return only booleans anyway
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9374 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:32 Bug #23996: Enable FlashMessages to fade out after delay
- v4 with page renderer is actually not working, but to me would seem the cleaner version.
The code in the queue to ... - 23:22 Bug #24044 (Closed): Change t3lib_FlashMessageQueue from static to Singleton
- The implementation of the flash message queue as static functions does not fit with good OOP practices, thus it shoul...
- 21:28 Feature #18608: all suggested extensions must be clicked to not install them
- There is still no new EM available.
This is very annoying when you install an extension to have to click so many tim... - 20:38 Revision 138f3c4f: [!!!][+TASK] Extbase (MVC): The UriBuilder now uses the current cObject instead of creating a new instance in the constructor. This is a breaking change if you instantiated the UriBuilder in your code. Please use the Extbase ObjectManager or inject the ConfigurationManager manually.
- [+BUGFIX] Extbase (Reflection): ReflectionService now uses a cacheIdentifier per Extension. Besides the Bootstrap now...
- 19:07 Revision abc50aca: minor CGL fixes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9373 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:06 Revision 8ea36314: fixed a typo in a variable name
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9372 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:05 Feature #24043 (Closed): New TYPO3_DB method for select queries that fetch data from up to 3 tables based on RDF like triples
- Currenlty the SCOTTY team is going to implement semantic features into TYPO3. This will enable users to easily connec...
- 18:48 Feature #20497: New options noRescale and resoultionFactor for getImgResource()
- - Committed the noScale patch (v3) to trunk (rev. 9371)
- Added your documentation to the pending documentation wiki... - 18:47 Feature #24042: Add a new TypoScript option "resolution" to the image resource
- Idea by Stefan Geith => THANKS!
- 18:46 Feature #24042 (Closed): Add a new TypoScript option "resolution" to the image resource
- Sometimes a higher resolution as the display-resolution of an Image (TS IMAGE-Object) is needed.
E.g. if you want to... - 18:25 Revision 454ef25a: Added feature: New option "noScale" for getImgResource() to display the original image instead of a scaled one (Thanks to Stefan Geith)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9371 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:16 Bug #23825: rtehtmlarea creating URL links out of absurd cases
- There is a large intersection between file extensions and top-level domain codes.
- 17:49 Bug #23825: rtehtmlarea creating URL links out of absurd cases
- Pressing escape after the link is created will unlink.
- 13:24 Bug #23825: rtehtmlarea creating URL links out of absurd cases
- Hi Stan, I can't move the issue, but it's one for you!
- 13:24 Bug #23825: rtehtmlarea creating URL links out of absurd cases
- Some quick test:
After pressing enter a link is created (although it should not be):
tar xvzf ModPython.pm.tar.gz... - 13:21 Bug #23825: rtehtmlarea creating URL links out of absurd cases
- Indeed, I can reproduce this problem.
After pressing enter, the following source is created (spaces added by me):
... - 08:57 Bug #23825 (Closed): rtehtmlarea creating URL links out of absurd cases
- rtehtmlarea creating URL links out of absurd cases. Pressing enter after this line:
tar xvzf ModPython.pm.tar.gz
... - 18:08 Bug #20061: Probelem saving expanded state of child records
- Solved it through patch #18443.
committed v2 of #18443 to trunk (rev 9369).
committed v2 of #18443 to TYPO3_4-4 ... - 18:07 Bug #18443: Problems with nested childrecords
- committed v2 to trunk (rev 9369).
committed v2 to TYPO3_4-4 (rev 9370). - 12:47 Bug #18443: Problems with nested childrecords
- Feedback:
Bug is still present in TYPO3 4.4.4
Patching with 7855_v2.patch fixed the Bug.
- 18:06 Bug #10778 (Accepted): Consider http://bugs.typo3.org/view.php?id=9508 when implementing preview link in new module
- Good catch - https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk/Classes/Controller/PreviewControl...
- 18:01 Bug #10778 (Closed): Consider http://bugs.typo3.org/view.php?id=9508 when implementing preview link in new module
- Make sure the new module uses the same implementation of generating the preview link as the patches from http://bugs....
- 18:05 Revision 84cc529a: Fixed bug #7855: IRRE doesn't save collapse/expand state of nested IRRE records
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9370 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:05 Revision 8d0c917e: Fixed bug #7855: IRRE doesn't save collapse/expand state of nested IRRE records
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9369 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:01 Bug #19430: Workspace preview link - multidomain
committed to trunk (rev. 9367)
committed to TYPO3_4-4 (rev. 9368)- 17:59 Revision 6050231c: Fixed bug #9508: Workspace preview link should work in multidomain-environments (Thanks to Michael Klapper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9368 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:57 Revision 718eabaa: Fixed bug #9508: Workspace preview link should work in multidomain-environments (Thanks to Michael Klapper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9367 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:37 Bug #21923: Workspace Owners should be manageable with groups as well
- Committed to trunk (rev. 9366)
- 17:36 Revision 0b9f1cde: Added feature #13170: Workspace Owners should be manageable with groups as well (Thanks to Tolleiv Nietsch)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9366 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:39 Bug #10771 (Accepted): changes in workspace are not shown automatically in pagetree
- 13:16 Bug #10771 (Closed): changes in workspace are not shown automatically in pagetree
- When you change a content element in a workspace the color of the page does not change automatically (pagetree does n...
- 14:21 Feature #24041 (Closed): Implement Inline Relational Record Editing (IRRE) in Workspaces
- Inline Relational Record Editing (IRRE) is part of the TYPO3 Core since version 4.1. However, the problem of using IR...
- 11:27 Bug #24040 (Closed): Handling deprecation log
- The deprecation log is shown in the reports module. There has been a huge discussion whether or not the deprecation l...
- 10:49 Bug #23980: Relations with MM_opposite_field don't update the relation count of opposite field
- I attached my hook workaround so that it doesn't get lost again like on pastbin.
- 10:12 Bug #10769 (Closed): Scheduler task creation needs validation
- The scheduler task creation needs validation. If you leave out start page an invalid SQL is fired.
- 10:10 Feature #10736: Remove automatic refresh display fired by changing Depth
- fine. can be closed.
- 07:53 Feature #24026: Improve BE usability: Automatic switch to list-view when clicking a sysfolder
- yes this is tv related only. sry i can't move this entry to TV.
for the next time, please use the correct categorie... - 01:25 Bug #23995: New extension manager part 1: splitting classes
- Committed to trunk rev 9359, 9360, 9363
- 00:14 Bug #23995: New extension manager part 1: splitting classes
- Fixed target version, always set target to final release, use "Fixed in Version" for specific preview releases...
- 01:10 Revision 546c900d: adjusted TYPO3_MOD_PATH for em
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9365 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:05 Revision b2695fbd: removed an empty line
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9364 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:05 Revision 8ead5685: Added feature #16315: New extension manager part 1: splitting classes: em files: fixed tiny cosmetic
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9363 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:05 Revision 1393a528: minor code beautification
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9362 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:52 Revision ab31a8fb: Added feature #16315: New extension manager part 1: splitting classes: em files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9361 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:51 Revision 5fe602ac: minor code beautification
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9360 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:50 Revision f049f272: Added feature #16315: New extension manager part 1: splitting classes: core files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9359 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:15 Bug #23922: [Feature] TCA tree
- Fixed target version, always set target to final release, use "Fixed in Version" for specific preview releases...
- 00:15 Bug #24038: SVG TypoScript object unuseable after tslib_content splitup
- Fixed target version, always set target to final release, use "Fixed in Version" for specific preview releases...
- 00:14 Bug #23815: addToAllTCATypes after certain fields does not work anymore
- Fixed target version, always set target to final release, use "Fixed in Version" for specific preview releases...
- 00:14 Bug #23806: Clicking a label should set the focus on the input field
- Fixed target version, always set target to final release, use "Fixed in Version" for specific preview releases...
- 00:14 Bug #23822: CSH tooltip floats behind page tree
- Fixed target version, always set target to final release, use "Fixed in Version" for specific preview releases...
- 00:13 Bug #23823: listNum = 0 not working anymore due to stdWrap changes
- Fixed target version, always set target to final release, use "Fixed in Version" for specific preview releases...
- 00:13 Bug #23807: Tool tips for collapsing and resizing panels
- Fixed target version, always set target to final release, use "Fixed in Version" for specific preview releases...
- 00:13 Bug #23644: Improve the look of admin panel
- Fixed target version, always set target to final release, use "Fixed in Version" for specific preview releases...
- 00:13 Bug #23959: Link Exception messages to Wiki pages
- Fixed target version, always set target to final release, use "Fixed in Version" for specific preview releases...
- 00:03 Feature #24010: Scheduler task to regularly execute the status report checks
- committed to trunk (4.5) in r9358
- 00:00 Revision 4bd5f15b: Added feature #16338: Scheduler task to regularly execute the status report checks
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9358 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-12
- 23:54 Revision 85240050: minor code beautification
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9357 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:37 Feature #24009: System health status self monitoring
- committed to trunk (4.5) in r9356
- 23:35 Revision c1c310ea: Added feature #16337: System health status self monitoring
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9356 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:15 Feature #24026: Improve BE usability: Automatic switch to list-view when clicking a sysfolder
- Sorry my bad, I'm using TemplaVoila, where there's no other use for sysfolders than showing them with the list-module...
- 07:18 Feature #24026: Improve BE usability: Automatic switch to list-view when clicking a sysfolder
- there is no reason to make an automatic switch as the page module is also useful on sysfolders. anyway there is alrea...
- 07:14 Feature #24026: Improve BE usability: Automatic switch to list-view when clicking a sysfolder
- Hi Thomas,
are you really talking about the TYPO3 Core or have you installed EXT:templavoila?
I only know this ... - 22:47 Bug #17489: Install Tool image tests fail when there are spaces in the path name
- Committed v3 (see core list) to:
- trunk rev 9354
- 4-4 rev 9355 - 22:47 Revision 29fd83a8: Fixed bug #6001: Install Tool image tests fail when there are spaces in the path name of im_path, and auto-detection of IM under Windows improved
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9355 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:45 Revision a8823848: Fixed bug #6001: Install Tool image tests fail when there are spaces in the path name of im_path, and auto-detection of IM under Windows improved
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9354 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:38 Feature #24039 (Closed): The TYPO3 DB API can support mysql_fetch_object to retreive a record as a model object
- The current database API does not utilize the PHP function to retreive a record as a model object. The attached patch...
- 21:58 Revision 8f3d20bd: Follow-up to #16357: Removed redundant code
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9353 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:57 Bug #23373: Changes made by ColorPicker Wizard are not saved
- Committed to:
- trunk, rev. 9349 (will be in 4.5 beta1)
- 4.4, rev. 9350 (will be in 4.4.5)
- 4.3, rev. 9351 (wi... - 21:56 Revision 0c3a0a1f: Fixed bug #15456: Changes made by ColorPicker Wizard are not saved (Thanks to Tobias Hoevelborn)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@9352 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:55 Revision 6fe318fe: Fixed bug #15456: Changes made by ColorPicker Wizard are not saved (Thanks to Tobias Hoevelborn)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9351 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:54 Revision 385d4614: Fixed bug #15456: Changes made by ColorPicker Wizard are not saved (Thanks to Tobias Hoevelborn)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9350 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:54 Revision 1979d945: Fixed bug #15456: Changes made by ColorPicker Wizard are not saved (Thanks to Tobias Hoevelborn)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9349 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:32 Feature #24025: visualize beeing in an workspace by coloring the topbar
- rev. 9347
- 21:31 Revision 7935d8d7: Updated ChangeLog: Added credits for previous commit
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9348 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:29 Revision 8c7f7277: Added feature #16357: visualize beeing in an workspace by coloring the topbar
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9347 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:25 Revision cfd0976c: Fixed bug #16370, Follow-up to #15094: SVG TypoScript object unuseable after tslib_content splitup
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9346 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:23 Bug #24038 (Closed): SVG TypoScript object unuseable after tslib_content splitup
- A minor typo in the ext_autoload makes the SVG not work anymore, because the class is not loaded.
(issue imported... - 21:11 Bug #10764: Filelist is empty while being in a workspace
- Indeed, you're right!
Could you please nag Benni to adjust the patch? There have been some comments in core list..... - 20:49 Bug #10764 (Needs Feedback): Filelist is empty while being in a workspace
- 20:48 Bug #10764: Filelist is empty while being in a workspace
- Sounds like missing configuration - you might want to have a look at RFC #4203: Workspace DB / filemounts should narr...
- 19:23 Bug #10764 (Closed): Filelist is empty while being in a workspace
- This might be no really new problem, but it's really nasty: While being in a workspace, the Filelist module appears, ...
- 20:55 Feature #24037: Add "edit end token" to allow custom post configuration in localconf.php
- Is there a way to see in the Install Tool, that some settings (in your example $GLOBALS['TYPO3_CONF_VARS']['GFX']['TT...
- 19:47 Feature #24037: Add "edit end token" to allow custom post configuration in localconf.php
- Example localconf.php:
<?php
// lines untouched by t3lib_install
...
## INSTALL SCRIPT EDIT POINT TOKEN - a... - 17:51 Feature #24037 (Closed): Add "edit end token" to allow custom post configuration in localconf.php
- Problem:
"INSTALL SCRIPT EDIT POINT TOKEN" limits the range in localconf.php which is handled by class t3lib_install... - 19:12 Bug #24030: Directory traversal attack in em_unzip
- Thanks for the update. Please report it to the security team, which will take further investigations and steps to fix...
- 19:07 Bug #24030: Directory traversal attack in em_unzip
- No, I didn't know there was an email address to report the issue.
p.s. ignore the attached file. It has side effe... - 17:15 Bug #24030: Directory traversal attack in em_unzip
- Thanks for the report. Did you report this to security@typo3.org?
- 02:24 Bug #24030 (Closed): Directory traversal attack in em_unzip
- typo3/mod/tools/em/class.em_unzip.php is a fork of an old version of PclZip. The latest version of PclZip is 2.8.2 a...
- 18:25 Feature #10763 (Resolved): The mailtemplate setting should have a default setting
- 17:25 Feature #10763: The mailtemplate setting should have a default setting
- Committed to trunk (rev. 40125)
- 17:23 Feature #10763 (Closed): The mailtemplate setting should have a default setting
- The mailtemplate setting should have a default setting, otherwise integrators might get empty mails if they forget to...
- 17:48 Bug #24036 (Closed): change TTL of preview link with TSConfigonly works not for UserGroup
- Hi,
If you set the TSconfig option.workspaces.previewLinktTTLHours = 'VALUE' in a User Group the set Value will n... - 17:25 Revision 1b6f3f4b: Fixed issue: #10763: The mailtemplate setting should have a default setting
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40125 735d13b6-9817-0410-8766-e36946ffe9aa
- 17:23 Bug #24017: htmlArea RTE: PHP Warning: Invalid argument supplied for foreach() in ext_tables.php, line 28
- Committed to SVN TYPO3core trunk (revision 9345).
- 17:08 Bug #24017: htmlArea RTE: PHP Warning: Invalid argument supplied for foreach() in ext_tables.php, line 28
- Hi Fabrizio,
Thanks for caring about this issue.
However, I had to change the referenced array to ensure that t... - 17:23 Revision 236991c0: Fixed bug #16347: htmlArea RTE: PHP Warning: Invalid argument supplied for foreach() in ext_tables.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9345 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:47 Revision 3b0573c1: CGL adjustments / non functional changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40124 735d13b6-9817-0410-8766-e36946ffe9aa
- 16:35 Feature #24033: htmlArea RTE: Delete compressed files when clearing RTE cache
- Committed to SVN TYPO3core trunk (revision 9344).
- 15:38 Feature #24033 (Closed): htmlArea RTE: Delete compressed files when clearing RTE cache
- When clearing the RTE cache, if gzip compression is enabled, the compressed files remain in typo3temp/compressor.
... - 16:34 Revision c3119a1e: Added feature #16365: htmlArea RTE: Delete compressed files when clearing RTE cache
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9344 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:31 Revision c9cbe572: CGL adjustments / non functional changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40120 735d13b6-9817-0410-8766-e36946ffe9aa
- 16:30 Bug #24035 (Closed): clicking ws icon above file tree gives error
- When you are in a workspce and you click the workspace icon above the page tree you will get a frame to the right wit...
- 16:04 Task #24034 (Closed): Add support for Microsoft PHP driver for MSSQL
- Microsoft developed a PHP driver for MSSQL:
http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&Fami... - 15:28 Feature #10737 (Resolved): "Check links" button must be hideable with TS
- Committed v2 to trunk and updated manual, after discussion with Patrick.
- 15:04 Feature #10737: "Check links" button must be hideable with TS
- I'd prefer showUpdateButton over noUpdateButton since it's a bit unclear what "noUpdateButton = true" actually means....
- 04:28 Feature #10737 (Needs Feedback): "Check links" button must be hideable with TS
- News configuration mod.linkvalidator.noUpdateButton = 0 has been added.
Need a second check to see if everything is ... - 15:27 Revision 1ea9184a: Fixed issue: #10598 - "Check links" button must be hideable with TS - renamed noUpdateButton to showUpdateButton, manual updated
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40114 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:24 Revision 411f3673: Updated ChangeLog to reflect Michaels changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40113 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:22 Bug #24032 (Closed): The content object type EDITPANEL is missing, causing pi_getEditPanel to break.
- pi_getEditPanel return a blank string, as EDITPANEL is not available as cObj anymore.
the pibase function can be ... - 15:05 Feature #10736: Remove automatic refresh display fired by changing Depth
- works fine for me :)
- 03:02 Feature #10736 (Needs Feedback): Remove automatic refresh display fired by changing Depth
- Modification done, need a second validation
- 14:54 Feature #10739: Add "Refresh report" button
- works like a charme - I'd mark this on as resolved
- 03:58 Feature #10739 (Needs Feedback): Add "Refresh report" button
- Refresh display, need a second look on it
- 14:53 Feature #10740: Show report date and age
- looks good from my perspective - lets see what SK says
- 04:34 Feature #10740 (Needs Feedback): Show report date and age
- last check added to the broken link informations, second check needed and comments
- 13:26 Revision 1833eb76: Cleanup: Fixed undefined variables and added PHPdoc comments
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2743 743128fe-103e-dd11-99c4-001b2...
- 13:13 Revision 318751da: Cleanup: Remover superfluous quotes
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2740 743128fe-103e-dd11-99c4-001b2...
- 13:08 Revision 7430a032: Cleanup: Defined fixed width of ExtJS components
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2739 743128fe-103e-dd11-99c4-001b2...
- 13:07 Revision e7dc9012: Cleanup: Added language label for swap workspace column
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2738 743128fe-103e-dd11-99c4-001b2...
- 12:51 Revision c860b10f: Cleanup: Fixed formatting and configuration in the ExtJS part
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2736 743128fe-103e-dd11-99c4-001b2...
- 12:50 Revision ea15f52a: Cleanup: Defined svn:eol-style property
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2735 743128fe-103e-dd11-99c4-001b2...
- 12:32 Bug #23580: Icon for hidden field doesn't work with IRRE
- The patch will only work, if the element is expanded.
Since the irre element is loaded on demand, there is a good ch... - 12:22 Feature #23954: Create new Element Button always inserts new record at the bottom
- Check out http://bugs.typo3.org/view.php?id=16350
The patch is pending in core list. Please try out and give feedbac... - 12:22 Revision af56dd59: Fixed bug: Missing fields in SQL definition reviewers, stagechg_notification
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2733 743128fe-103e-dd11-99c4-001b2...
- 12:21 Feature #24019: Enhance IRRE to allow new records to appear at the top
- Category should have been "Inline Relational Record Editing (IRRE) "
Can somebody please adjust that? - 12:00 Bug #24031 (Closed): Searching for users in usergroup impossible - class.t3lib_querygenerator.php
- User A is in group: 2
User B is in group: 23,24,32
User C is in group: 2,3,5
Within the query-generator I can se... - 11:40 Bug #17070: typolink: cHash corrupted due to linkVars
- Bug remain in trunk
- 11:39 Bug #17095: Typolink : cHash isn't created if there's no additionalParams
- Bug remain in trunk
- 11:12 Revision 82e574a1: Fixed bug: Typing error and superfluous labels in locallang file
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2732 743128fe-103e-dd11-99c4-001b2...
- 10:43 Revision f0001a26: Cleanup: Added ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2731 743128fe-103e-dd11-99c4-001b2...
- 10:30 Feature #20508: Enable stdWrap on select properties groupBy and orderBy
- Omg. Last update date is 06.05.10, there was so many new versions of core from that time.And this change is so small ...
- 07:17 Bug #24027: Backend Search should always show result as a list and not page-view, if one result is coincidently a page id
- I use the search in 80% to switch to a page I only know the ID.
- 07:01 Task #10301 (Resolved): Create RFCs for workspace team changes
- just addition to already pending update wizard missing
- 04:33 Revision 0d44fe38: Feature #10740: news field added in the table tx_linkvalidator_links, 2 new index in locallang.xml for the header of the new column and the format of the string in the column,
- news column added in tx_linkvalidator_modfunc1 and time() saved in the new field added to the table tx_linkvalidator_...
- 04:02 Revision f98af290: Feature #10737: news mod tsconfig added to remove the check link button.
- mod.linkvalidator.noUpdateButton = 0
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40100 ... - 03:49 Revision 4d2e423e: Feature #10739 : Button added in tx_linkvalidator_modfunc1, news index in the locallang file, new marquer in the template mod_template.html and new css
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40099 735d13b6-9817-0410-8766-e36946ffe9aa
- 03:01 Revision 49448f4a: Feature #10736: automatic refresh on changing selection of depth level has been removed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@40098 735d13b6-9817-0410-8766-e36946ffe9aa
- 00:40 Bug #24029: javascript 'return FALSE' instead of 'return false'
- Committed to trunk rev 9343
- 00:25 Bug #24029 (Closed): javascript 'return FALSE' instead of 'return false'
- PROBLEM:
During CGL cleanup of class.tslib_content.php one of the 'return false' in javascript was replaced with '... - 00:38 Revision 6bc39e11: Fixed bug #16361: Javascript returns 'FALSE' instead of 'false' in class.tslib_content.php (Thanks to Krystian Szymukowicz)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9343 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:36 Bug #23146: Remove Workspace Module and Autopublishing from the system extension Version
- committed to trunk rev 9342
- 00:35 Revision e2692ba0: Fixed bug #16307: Remove Workspace Module and Autopublishing from the system extension Version (Thanks to Tolleiv Nietsch)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9342 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:18 Bug #23992: move workspace-selector to sysext workspaces
- Committed to trunk rev 9341
- 00:16 Revision 06e37df0: Fixed bug #16311: move workspace-selector to sysext workspaces (Thanks to Tolleiv Nietsch)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9341 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-11
- 23:51 Bug #24028 (Closed): [saltedpasswords] Provide a task for bulk update of passwords for use with saltedpasswords
- Problem:
There's no possibility to update existing (md5 hashes/cleartext) passwords to new salted hashes for use in ... - 23:12 Feature #23938: Integrate new workspace module based on ExtJS
- Committed to SVN Trunk (rev. 9340)
- 23:12 Revision ebc700d0: Added feature #16247: Integrate new workspace module based on ExtJS
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9340 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:08 Feature #24015: User Tools>User settings: get csh from any specified csh file
- Committed to SVN TYPO3core trunk (revision 9339).
- 22:39 Feature #24015: User Tools>User settings: get csh from any specified csh file
- Thanks to Ernesto Baschny for v2 better patch.
- 05:28 Feature #24015 (Closed): User Tools>User settings: get csh from any specified csh file
- Extension Setup assumes that any csh specified in $TYPO3_USER_SETTINGS (User Settings Configuration) resides in its o...
- 23:07 Revision 350b41d1: Added feature #16345: User Tools>User settings: get csh from any specified csh file
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9339 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:43 Feature #10740: Show report date and age
- Since many tasks could be use with the Scheduler, we can't rely on last run task. We also got the case where a task c...
- 19:11 Feature #10740 (Closed): Show report date and age
- We must display date last run of the report and it's age (3 days ago).
The display should be highly visible to hel... - 22:34 Revision d3387f04: Cleanup: Fixed ext_emconf.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2730 743128fe-103e-dd11-99c4-001b2...
- 22:34 Revision 96c1bb21: Cleanup: Fixed copyright notices
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2729 743128fe-103e-dd11-99c4-001b2...
- 22:29 Revision aca187ed: Cleanup: Fixed formatting issues
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2728 743128fe-103e-dd11-99c4-001b2...
- 22:26 Bug #23994: Incorrect use of is_dir in class.tx_rtehtmlarea_clearrtecache.php
- Strange indeed. I will try to find why.
- 17:21 Bug #23994: Incorrect use of is_dir in class.tx_rtehtmlarea_clearrtecache.php
- Thanks for your tip. Uninstalling and re-installing the RTE solved the problem with the mixed icons. Stange...
- 16:57 Bug #23994: Incorrect use of is_dir in class.tx_rtehtmlarea_clearrtecache.php
- Committed to trunk (revision 9336), branch TYPO3_4-4 (revision 9337) and branch TYPO3_4-3 (revsion 9338).
- 15:38 Bug #23994: Incorrect use of is_dir in class.tx_rtehtmlarea_clearrtecache.php
- btw: perhaps missing feature.
btw2: I noticed that sometimes after updating the skin, icons get mixed up. Only aft... - 07:34 Bug #23994: Incorrect use of is_dir in class.tx_rtehtmlarea_clearrtecache.php
- +1 for patch against trunk - There isn`t anymore an error after clearing RTE cache.
btw: RTE writes no "cleared th... - 22:21 Revision 461bd7a9: Cleanup: Added PHPdoc comments and some formatting changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2727 743128fe-103e-dd11-99c4-001b2...
- 22:00 Bug #24027 (Closed): Backend Search should always show result as a list and not page-view, if one result is coincidently a page id
- When you search with the backend search for an integer, say 36, the backend search will show that page in Page-view i...
- 21:48 Feature #24026 (Closed): Improve BE usability: Automatic switch to list-view when clicking a sysfolder
- Hi, there, wouldn't it be a great improvement if TYPO3 by itself switched to List-view when you clicked on a Sysfolde...
- 21:28 Bug #10643 (Closed): Module doesn't work in trunk
- 20:42 Revision 19462ec3: Imported workspaces system extension from GitHub repository after commit f1cd6371d96faa8a8d35
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2726 743128fe-103e-dd11-99c4-001b2...
- 20:40 Revision 09e85a95: Cleaned workspaces system extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2725 743128fe-103e-dd11-99c4-001b2...
- 20:36 Feature #24025 (Closed): visualize beeing in an workspace by coloring the topbar
- new fancy design option developed by Lars and integrated by Steffen G. (CSS)
the new workspace selector sets class... - 20:28 Revision fa11f88c: Imported workspaces system extension from GitHub repository after commit f1cd6371d96faa8a8d35
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2724 743128fe-103e-dd11-99c4-001b2...
- 20:22 Revision ab43cfc8: Created structure for workspaces and version system extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@2723 743128fe-103e-dd11-99c4-001b210b...
- 20:22 Revision 3f59ea72: Created structure for workspaces and version system extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@2723 743128fe-103e-dd11-99c4-001b2...
- 19:43 Feature #24022: implement new sysext workspaces shipping a new backend-module, refactoring/cleanup and new possibilities
- #23938
- 19:25 Feature #24022 (Closed): implement new sysext workspaces shipping a new backend-module, refactoring/cleanup and new possibilities
- in the last year the newly formed workspaces team worked on many improvements to workspaces.
what has been done:
... - 19:42 Feature #24024 (Closed): TcaTree with multiple roots
- It would be awesome to have the possibilitiy to have multiple root for trees.
Example:
I got a record and want to m... - 19:28 Feature #24023 (Closed): implement changes to sysext version needed which are implied through #24022
- As workspaces got an own sysext, some stuff is not needed anymore in sysext version.
furthermore there are some ch... - 19:08 Bug #24021 (Closed): Fatal error inside buildRepresentationForNode()
- I just tested the new tcatree and got a fatal error.
my test-configuration inside my own extension:
-----------
... - 19:06 Feature #10739 (Closed): Add "Refresh report" button
- To replace the old "trigger by dropdown change" behaviour, we need to add a new button to actually refresh the report...
- 19:00 Feature #10737 (Closed): "Check links" button must be hideable with TS
- Since bigger sites could suffer by having editors checking thousand of pages at daytime, we should be able to hide th...
- 18:55 Feature #10736 (Closed): Remove automatic refresh display fired by changing Depth
- Changing Pagetree depth should not trigger refreshing display anymore
- 17:23 Bug #22459: Datepicker broken in IE7 cannot select a day
- can confirm this problem with IE7 and TYPO3 4.3.2.
At the moment you click on a day the error which occurs is:
Row... - 16:57 Revision 8db65535: Fixed bug #16314: Incorrect use of is_dir in class.tx_rtehtmlarea_clearrtecache.php (Thanks to Juergen Deisenroth)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9338 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:51 Revision 55997fed: Fixed bug #16314: Incorrect use of is_dir in class.tx_rtehtmlarea_clearrtecache.php (Thanks to Juergen Deisenroth)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9337 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:28 Revision 113835c4: Fixed bug #16314: Incorrect use of is_dir in class.tx_rtehtmlarea_clearrtecache.php (Thanks to Juergen Deisenroth)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9336 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:59 Bug #24020: [saltedpasswords] Login with bulk updated passwords from t3sec_saltedpw not working
- trunk rev. 9333
4.4 rev. 9334
4.3 rev. 9335 - 15:52 Bug #24020 (Closed): [saltedpasswords] Login with bulk updated passwords from t3sec_saltedpw not working
- The following patch was committed to:
trunk rev.
4.4 rev.
4.3 rev.
Type: Bugfix
BT:
Problem:
The predec... - 15:57 Revision 3f49ab8f: Fixed bug #16352: [saltedpasswords] Login with bulk updated passwords from t3sec_saltedpw not working (Thanks to Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9335 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:56 Revision dace5f1f: Fixed bug #16352: [saltedpasswords] Login with bulk updated passwords from t3sec_saltedpw not working (Thanks to Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9334 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:56 Revision fdf47227: Fixed bug #16352: [saltedpasswords] Login with bulk updated passwords from t3sec_saltedpw not working (Thanks to Marcus Krause)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9333 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:33 Bug #24013: htmlArea RTE: JS-Error when closing "Insert Picture" dialogue
- Fabrizio Branca reported the PHP error in #16347.
He also provided a patch there and posted it on Core List.
- 14:31 Bug #24013: htmlArea RTE: JS-Error when closing "Insert Picture" dialogue
- Both crept up at the same time. I don't know, if both are related, but I did not want to hold back some information w...
- 06:01 Bug #24013: htmlArea RTE: JS-Error when closing "Insert Picture" dialogue
- OK, yes, I see the error...
I am not sure that the php error is related, is it? - 05:56 Bug #24013: htmlArea RTE: JS-Error when closing "Insert Picture" dialogue
- I wonder why I can't reproduce this error...
Did you clear the configuration cache? - 01:27 Bug #24013: htmlArea RTE: JS-Error when closing "Insert Picture" dialogue
- I just saw that I also get a PHP error:
Core: Error handler (FE): PHP Warning: Invalid argument supplied for forea... - 01:20 Bug #24013 (Closed): htmlArea RTE: JS-Error when closing "Insert Picture" dialogue
- I experience the following problem with current trunk:
I open the dialogue "Insert picture". When I insert an imag... - 13:27 Bug #17107: maxW for image rows is not the maximum
- I was asked to provide a recipe to reproduce the bug.
Here it is:
- Have a look at typo3-maxW-bug.png
- locat... - 12:12 Feature #24019 (Accepted): Enhance IRRE to allow new records to appear at the top
- The current implementation always adds new IRRE records after all or after an already existing record.
There are som... - 11:03 Bug #24018 (Closed): Content from different page not rendered correctly with CONTENT
- If I want to show content from other pages, I can select those like this (this is set up with templavoila and typoscr...
- 08:16 Bug #24017 (Closed): htmlArea RTE: PHP Warning: Invalid argument supplied for foreach() in ext_tables.php, line 28
- Problem:
The foreach loop in EXT:rtehtmlarea/ext_tables.php creates warnings because it is not always an array.
S... - 06:58 Bug #24016: htmlArea RTE: fontstyle/fontsize may raise js error on toolbar update
- Committed to SVN TYPO3core trunk (revision 9331) and branch TYPO3_4-4 (revision 9332).
- 06:14 Bug #24016 (Closed): htmlArea RTE: fontstyle/fontsize may raise js error on toolbar update
- document.defaultView could be null.
(issue imported from #M16346) - 06:58 Revision 7ab15d52: Fixed bug #16346: htmlArea RTE: fontstyle/fontsize may raise js error on toolbar update
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9332 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:42 Revision acc41ad9: Fixed bug #16346: htmlArea RTE: fontstyle/fontsize may raise js error on toolbar update
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9331 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:13 Feature #23268: Resizing configurable should be configurable in FE
- New Page TSConfig property RTE.default.FE.rteResize makes this configurable.
Now in trunk for TYPO3 4.5 beta1.
... - 05:08 Feature #24014: htmlArea RTE: New options to configure RTE size/resize
- Committed to SVN TYPO3core trunk (revision 9330).
- 03:54 Feature #24014: htmlArea RTE: New options to configure RTE size/resize
- The attached patch adds:
- two page TSConfig properties for the RTE: rteResize and rteMaxHeight for configuring RT... - 03:49 Feature #24014 (Closed): htmlArea RTE: New options to configure RTE size/resize
- BE user may want to set the width and height of the RTE in User configuration. Also, using textarea resize settings f...
- 05:06 Revision cf34d888: Added feature #16344: htmlArea RTE: New options to configure RTE size/resize
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9330 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-10
- 23:43 Revision 2c9dfa06: [+BUGFIX] Extbase: fixed php warning in Tx_Extbase_Persistence_LazyLoadingProxy when loading the real instance would return NULL. Resolves #10683
- 23:42 Revision b5d6c694: [+BUGFIX] Extbase: fixed php warning in Tx_Extbase_Persistence_LazyLoadingProxy when loading the real instance would return NULL. Resolves #10683
- 23:34 Revision 885cf0df: [+BUGFIX] Extbase: use 3rd parameter = TRUE of t3lib_div::trimExplode to split switchableControllerActionParts from flexform. Thanks to Georg Ringer. Resolves #10688
- 23:33 Revision 396da3ec: [+BUGFIX] Extbase: use 3rd parameter = TRUE of t3lib_div::trimExplode to split switchableControllerActionParts from flexform. Thanks to Georg Ringer. Resolves #10688
- 23:26 Bug #24007: Workspace Draft Records are shown in Live Workspace in some cases
- committed to
- trunk rev. 9328
- 4-4 rev. 9329
Thanks for your contribution, Joerg! - 17:34 Bug #24007 (Closed): Workspace Draft Records are shown in Live Workspace in some cases
- If you create a new record in a draft workspace and don't swap or publish it, it is shown in the live workspace as we...
- 23:23 Revision f562ce4f: Fixed bug #16335: Workspace Draft Records are shown in Live Workspace in some cases (Thanks to Joerg Kinast)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9329 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:20 Feature #9752 (Resolved): Module: Implement foldout part of differences in grid view
- 23:20 Feature #9752 (Under Review): Module: Implement foldout part of differences in grid view
- 23:19 Revision ae08c65a: Fixed bug #16335: Workspace Draft Records are shown in Live Workspace in some cases (Thanks to Joerg Kinast)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9328 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:11 Bug #23767: Overwork tree frame design
- Trunk rev. 9327
- 23:09 Revision 97d03926: Added feature #16032: Overwork tree frame design (Thanks to Lars Zimmermann)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9327 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:44 Bug #20088: In BE time and datetime fields GMT-0 will be shown by javascript, but GMT+1 will be saved
- stdWrap does not use "serverTimeZone".
If we want stdWrap "date" and "strftime" to be able to display an unixtime ... - 21:08 Bug #20088: In BE time and datetime fields GMT-0 will be shown by javascript, but GMT+1 will be saved
- I speak definitely about "datetime". So, @Ernesto, i reproduced that process of datetime saving step-by-step, looking...
- 15:30 Bug #20088: In BE time and datetime fields GMT-0 will be shown by javascript, but GMT+1 will be saved
- @Myroslav, before we start mixing up matters again: you mean "time" or "datetime"? :)
With "datetime"
1) the cli... - 15:20 Bug #20088: In BE time and datetime fields GMT-0 will be shown by javascript, but GMT+1 will be saved
- Ok, it clear with time. Especially thanks for gmdate in stdWrap.
What about time? Using JS Date object seems to be... - 09:09 Bug #20088: In BE time and datetime fields GMT-0 will be shown by javascript, but GMT+1 will be saved
- I have read Sonja's comment and we should separate the issues here:
datetime = unixtime at server TZ is stored in... - 22:23 Bug #24012 (Closed): TCA tree and deleted records
- I have following TCA
'category_uid' => array (
'l10n_mode' => 'exclude',
'exclude' => 1,
... - 20:05 Revision d63983f9: [+TASK] Extbase: Replaced "public static" by "static public" in various places to be CGL conform
- [+TASK] Extbase: Marked Utitlity_Extension camelCase/underscore helper functions deprecated
[+TASK] Extbase: Removed ... - 19:57 Feature #24011 (Closed): Overwrite the "start in module" setting of admin users when system health issues have been detected
- As part of the self-monitoring core TYPO3 needs to make sure admins get notified about issues found with the system's...
- 19:56 Revision 330c6c72: [!!!] Extbase: Reintegrating branch "dispatcher" to trunk. Resolves: #10605
- Branch history:
[+FEATURE] Extbase (Configuration): Extend ConfigurationManager so that it can load configuration of ... - 19:55 Bug #17537: Shortcuts within mounted trees lose MP-Parameter
- There is 2 reasons of this (kind of) bug :
First is that tslib_fe->getPageAndRootline method "clean" the MP var if... - 19:51 Feature #24010 (Closed): Scheduler task to regularly execute the status report checks
- As part of the self-monitoring core TYPO3 needs a way to regularly check its system health / system status.
To ach... - 19:48 Feature #24009 (Closed): System health status self monitoring
- In an attempt to bring self-monitoring to TYPO3 this is the first step to achive this.
When opening the status repor... - 19:03 Bug #23994: Incorrect use of is_dir in class.tx_rtehtmlarea_clearrtecache.php
- Please test the attached patch.
- 18:52 Bug #25675: Make scheduler's execution class fully testable
- adding unit tests for
a) that the constructor copies the timestamp from $GLOBALS['EXEC_TIME'];
b) that the setter s... - 17:31 Bug #25675: Make scheduler's execution class fully testable
- v1 takes care that the configured timestamp is propagated to cronCmd instanciation
- 16:36 Bug #25675 (Rejected): Make scheduler's execution class fully testable
- classtx_scheduler_Execution uses current timestamp as basis for execution calculations . This makes it hard to write ...
- 17:45 Feature #24008 (Closed): tcaTree does only support irre foreign_field relation on "parentField"
- make csv and mm in select and inline working as well as groupfields on this relation too (as in childrenField)
(i... - 17:22 Bug #24002: htmlArea RTE: JS error after feature #23948: Rewrite stylesheets parsing functions
- Thanks for tracking this down.
Committed to SVN TYPO3core trunk (revision 9326). - 17:06 Bug #24002: htmlArea RTE: JS error after feature #23948: Rewrite stylesheets parsing functions
- Will simply remove the data from the log entry. Anyways, it will be logged later by the invoked function. But this en...
- 16:48 Bug #24002: htmlArea RTE: JS error after feature #23948: Rewrite stylesheets parsing functions
- Ah, sorry. Must have looked at the wrong line in the svn log.
- 16:13 Bug #24002: htmlArea RTE: JS error after feature #23948: Rewrite stylesheets parsing functions
- ok, yes, I see. Thanks. However, data is an object.
- 10:46 Bug #24002 (Closed): htmlArea RTE: JS error after feature #23948: Rewrite stylesheets parsing functions
- nobrainer, there is no "params" variable anymore. "data" must be used
see patch
(issue imported from #M16327) - 17:21 Revision 61de65dc: Fixed bug #16327: JS error after feature #16257: Rewrite stylesheets parsing functions (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9326 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:06 Bug #10643: Module doesn't work in trunk
- works now, can be closed.
- 16:40 Feature #24006 (Closed): Make FlexForms editable via TSConfig and group access lists
- Changes in this diff make it possible to configure FlexForms like normal TCA forms. Whole configuration can be done v...
- 16:26 Feature #24005 (Closed): cObject CONTENT does not allow to fetch records that have no translation parent
- When you fetch records through the TypoScript object "CONTENT" (or, let's say through ".select" in general), you have...
- 16:05 Bug #23869: Incorrect FE rendering of thead element in RTE content in v4.4.4 & v2.0.5
- There isn't any bug here, only mis-configurations.
I am therefore closing the issue. - 12:14 Bug #23869: Incorrect FE rendering of thead element in RTE content in v4.4.4 & v2.0.5
- I understand now, thanks a lot!
- 15:00 Bug #24004 (Closed): navFrameWidth and navFrameResizable are not respected any more
- After changing the complete backend to extjs viewports and removing the framesets, navFrameWidth and navFrameResizabl...
- 14:59 Bug #24003 (Closed): Placing a table inside of list elements results in source code output
- When you put a <table> element inside an <li> element, the source code of the table is shown in the frontend instead ...
- 14:49 Bug #25674 (Closed): Calculation of next execution time wrong for configured start time in future
- When creating a recurring task, setting a start date and frequency (seconds or cron command) is mandatory.
If you pr... - 12:27 Bug #23881: Can not create or edit BE users
- Issue is related to tt_news. Completely deinstalling tt_news and reinistalling solves problem.
- 11:26 Feature #18501: Enable UTF-8 by default
- What needs to be done in order to have TYPO3 be completely unicode:
- TYPO3 needs to talk UTF-8 all through the c... - 11:24 Bug #23843: Date selector not working correctly in flexform with steps
- This issue affects product version 4.4.4 as well.
- 11:17 Bug #10693: Save and view command previews wrong page record
- > my last patch for http://bugs.typo3.org/view.php?id=13610 might be enough for this - I'll check that in the evening...
- 11:02 Bug #10693: Save and view command previews wrong page record
- my last patch for http://bugs.typo3.org/view.php?id=13610 might be enough for this - I'll check that in the evening
- 11:01 Bug #10693: Save and view command previews wrong page record
- > I haven't checked yet but I guess to trigger the preview everything is passed through - t3lib_beFunc::viewOnClick r...
- 10:28 Bug #10693: Save and view command previews wrong page record
- I haven't checked yet but I guess to trigger the preview everything is passed through - t3lib_beFunc::viewOnClick rig...
- 09:56 Bug #10693: Save and view command previews wrong page record
- As mentioned by Olly, this bug is actually related to the TYPO3 Core, but I still wanted to submit it here first to d...
- 10:56 Bug #23400: Pagetree fails to reload
- I've faced the similar problem with Templavoila and it is probably in typo3/js/tree.js
refresh: function() {
v... - 10:49 Bug #23400: Pagetree fails to reload
- @Renga,
The problem you are describing is a different one than the one Martin reported. He is talking about 'reloa... - 10:46 Feature #22169: ext_typoscript_setup.txt cannot be overriden by static files on the same level
- -1 finally :( (i should have posted this earlier, sorry for that)
My point of view is still "I don't want to use s... - 07:29 Feature #18758: htmlArea RTE: Clean paste feature with three options
- Committed to SVN TYPO3core trunk (revision 9325).
- 07:09 Feature #18758: htmlArea RTE: Clean paste feature with three options
- The attached patch adds two buttons to the RTE toolbar.
The first button opens a dialogue that allows to set an al... - 07:29 Revision cffd2a26: Added feature #8349: htmlArea RTE: Clean paste feature with three options
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9325 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:15 Bug #24001 (Closed): TCAtree does not honour single click selection
- Not sure what the default for ExtJS is, or what the best behaviour would be in general, but at the moment, double cli...
- 02:10 Bug #24000 (Closed): TCAtree does not honour size if autoSizeMax is set
- It seems that 'size' has no effect if 'autoSizeMax' is set in the TCA.
(issue imported from #M16325)
2010-11-09
- 23:55 Bug #21030: listing content elements should not depend on the 'header' field
- #23952 was fixed in rev. 9323 for inclusion in TYPO3 4.5.
- 22:50 Bug #21030: listing content elements should not depend on the 'header' field
- I think this is a duplicate of #23952 and solved there
- 23:12 Bug #23847: impossible to effectively set filetype limitations for filelist module
- This change has been reverted in rev. 9324
It is no longer possible to upload files directly e.g. in content element... - 23:09 Revision 17f560e0: Reverted #16136: make it possible to really restrict to certain file extensions for filemounts
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9324 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:54 Bug #23999 (Closed): Link browser shows no information about translated tt_content elements
- The link browser (browse_links.php) only shows the title of the tt_content element. There is no chance to find the co...
- 22:13 Bug #23998 (Closed): Incorrect regexp in substituteMarkerArray
- t3lib_parsehtml::substituteMarkerArray() contains a regular expression to remove unused markers. This contains a smal...
- 21:56 Bug #25673: Numeric zero for representation of weekday sunday is not accepted
- attached patches are made against trunk
the added unit test is supposed to get committed to 4-4 and above - 21:51 Bug #25673 (Closed): Numeric zero for representation of weekday sunday is not accepted
- Currently, the scheduler accepts single numeric values only for representation of weekdays. Lower bound and included ...
- 21:16 Bug #23997: Prepare userauthgroup to support custom staging
- going to send this to the Core list once the RFC for the "workspaces" sysext is ready...
- 21:15 Bug #23997 (Closed): Prepare userauthgroup to support custom staging
- t3lib_userauthgroup::workspaceCheckStageForCurrent() is used determine whether a stage is allowed for a user or not -...
- 20:54 Bug #10682 (Accepted): deprecate t3lib_userAuthGroup::workspaceCheckStageForCurrent()
- after further review I found that since the userauthgroup holds tons of other workspace-related functionality it's no...
- 20:51 Bug #25672: [scheduler] CronCmd class variable "values" does not contain integers only
- attached patch is made against trunk
- 20:42 Bug #25672 (Closed): [scheduler] CronCmd class variable "values" does not contain integers only
- The scheduler's cron command class generates generates a timestamp parts array ("values"). Each part (= array value) ...
- 19:07 Bug #22336: Backend session is locked to useragent
- Hi Sebastian,
please subscribe to the core list http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core an... - 11:11 Bug #22336: Backend session is locked to useragent
- Where is the vote button? this logut-mechnism is really annoying ... but sorry for the noise -- keep on finding a bes...
- 19:03 Bug #18612: Javascript error causes 100% cpu usage in Internet Explorer 7 when editing templates
- Closed, not reproducable and no feedback at all.
- 18:36 Bug #23996 (Closed): Enable FlashMessages to fade out after delay
- There are two kinds of FlashMessages:
* t3lib_FlashMessage, which provides static FlashMessages, directly outputted ... - 18:24 Bug #25671: Class member valid_values generated from cron command does not contain integers only
- attached patches are made against trunk
the added unit test is supposed to get committed to 4-4 and above - 18:19 Bug #25671 (Closed): Class member valid_values generated from cron command does not contain integers only
- The scheduler's cron command class generates potential valid values for each cron part. They are supposed to be integ...
- 18:13 Revision 422fd2b3: Fixed bug #16262: Link browser shows wrong title for pages and tt_content elements (Thanks to Reinhard Führicht)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9323 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:52 Revision 12c6d123: Fixed bug #16279: Use class constants for pages:shortcut_mode in tbl_pages.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9322 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:49 Bug #23967: Field size for "shortcut" is 3, although maxitems is 1
- trunk rev. 9321
- 17:48 Revision 005ab12f: Fixed bug #16280: Field size for shortcut is 3, although maxitems is 1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9321 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:08 Feature #9751: Module: Extend the structure to be available in new workspaces manager
- filter implemented
- 16:37 Bug #23869: Incorrect FE rendering of thead element in RTE content in v4.4.4 & v2.0.5
- thead is included in the default configuration
RTE.default.proc.allowTags and
RTE.default.proc.entryHTMLparser_db.a... - 11:09 Bug #23869: Incorrect FE rendering of thead element in RTE content in v4.4.4 & v2.0.5
- At last I found the error:
I had to allow <thead> explicitly in "allowTags ="
Fine, now it is working correctly.
... - 16:30 Bug #10693: Save and view command previews wrong page record
- This issue is related to the official TYPO3 Core and not to the new workspaces module based on ExtJS. However, it sti...
- 15:59 Bug #10693 (Closed): Save and view command previews wrong page record
- When editing a version of a page record in a workspace and pressing the "Save and view" button, the wrong page id is ...
- 16:02 Revision b7f8e3f1: Follow-up to #15184: Fixed CGL
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9320 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:48 Bug #20282: JS Error in Link Wizard - browse_links.php?mode=file
- Same problem - would be nice if anybody had a solution.
- 15:21 Bug #23986: Template module crashes, if no template exists on a page
- Committed Andreas v3 (see core list) to trunk rev 9318+9319 (for 4.5.0 beta1).
The rev. 9319 was just a CGL follow... - 15:20 Revision bdb669b6: Follow-up to #16302: CGL fixes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9319 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:17 Revision 48b68884: Fixed bug #16302: Template module crashes, if no template exists on a page (Thanks to Reinhard Führicht and Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9318 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:02 Feature #10045: Implement serverbased sorting for the grid
- server based grouping added
- 14:49 Bug #23236: Generation transparent images with GMENU fails
- The fix by Mathias Schreiber was committed this to:
- trunk rev 9316 (will be in 4.5.0 beta1)
- TYPO3_4-4 rev 931... - 14:46 Revision c9b947d2: Fixed bug #15184: Generation transparent images with GMENU fails (Thanks to Mathias Schreiber)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9317 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:45 Revision f0cf9886: Fixed bug #15184: Generation transparent images with GMENU fails (Thanks to Mathias Schreiber)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9316 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:09 Bug #23578: Click enlarge does not work after upgrading to 4.4.4
- I had a similar issue after an update from 4.2.1 to 4.4.4
I solved it by setting:
[SYS][useCachingFramework] = 1 ... - 13:17 Bug #23995 (Closed): New extension manager part 1: splitting classes
- For the ExtJS driven EM the index was splitted in many single classes. Also some CGL and minor bugfixes are included,...
- 12:17 Bug #23994: Incorrect use of is_dir in class.tx_rtehtmlarea_clearrtecache.php
- I can confirm this issue when Clearing RTE-Cache on current Trunk r9315
- 10:18 Bug #23994 (Closed): Incorrect use of is_dir in class.tx_rtehtmlarea_clearrtecache.php
- tx_rtehtmlarea_clearrtecache::clearTempDir calls is_dir without path informations. The code
function clearTempDir(... - 11:33 Bug #23277: Mailing doesn´t work with safe mode on
- Resolved as duplicate of #23925
- 11:21 Bug #23379: Condition for IE8 not working
- When using the X-UA-Compatible IE8 and coditions I got some crazy behaviour with two XP IE8 machines:
a) IE Version... - 10:42 Bug #23983: Set focus to password field when "loginRefreshLayer" shows up
- Committed to trunk rev 9315
- 10:41 Revision f43ec4d6: Fixed bug #16298: Set focus to password field when "loginRefreshLayer" shows up (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9315 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:07 Bug #23625: globalVar = TSFE : beUserLogin > 0 is only true for BE admin users
- This problem also appears to affect 4.3.4 with PHP 5.2.4.
- 09:14 Bug #23582: Docheader (save, save+view, save+close etc) missing
- partly fixed by http://bugs.typo3.org/view.php?id=16032 (version 1).
- 08:59 Bug #23767: Overwork tree frame design
- Thanks for the "quite OK" :D
Yes, the big gap was caused by the 22px border in the split bar between tree frame an... - 08:57 Bug #23767: Overwork tree frame design
- Looks quite OK. It still has part of the problems of http://bugs.typo3.org/view.php?id=15771, even so the offset got...
- 08:47 Feature #9837 (Closed): Visualize being in a workspace by coloring the top bar
- closing, this now gets a task in the new CSS Team. RFC of first styling done by Steffen GEbert will be RFC'd
- 06:57 Bug #23993: htmlArea RTE: WebKit does not support copy and cut commands anymore
- Committed to SVN TYPO3core trunk (revision 9313) and branch TYPO3_4-4 (revision 9314).
- 05:47 Bug #23993 (Closed): htmlArea RTE: WebKit does not support copy and cut commands anymore
- Applies to Safari 5+ and Google Chrome 6+.
Copy and cut buttons should not appear in the RTE toolbar, because they... - 06:51 Revision 2e008034: Fixed bug #16313: htmlArea RTE: WebKit does not support copy and cut commands anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9314 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:33 Revision 22fe4d06: Fixed bug #16313: htmlArea RTE: WebKit does not support copy and cut commands anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9313 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:28 Bug #10643: Module doesn't work in trunk
- i've commited modifications to the code.
Could anyone double check my work before we close the bug? - 01:27 Revision 24f682e7: Bug #10643: modification of the line 166, add of is_array check before doing a array_search
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@39964 735d13b6-9817-0410-8766-e36946ffe9aa
2010-11-08
- 23:46 Revision 41592659: Fixed bug #14901: Forgotten styling: User Name at the top misses a CSS definition (Thanks to Christopher Stelmaszyk)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9312 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:42 Revision a7ece59b: Fixed bug #14901: Forgotten styling: User Name at the top misses a CSS definition (Thanks to Christopher Stelmaszyk)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9311 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:39 Feature #23844: No possibility to completely disable the preview info box -> introduce new config setting
- Committed v2 to trunk in r9310 and updated the pending
documentation. - 23:32 Revision 307f4e5c: Added feature #16133: Introduce new config setting to completely disable the preview notification box (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9310 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:52 Bug #23989: Argument 3 passed to t3lib_frontendedit::displayEditIcons() must be an array, null given
- lib.stdheader >
lib.stdheader = CASE
lib.stdheader{
key.field = header_layout
0 = TEXT
0{
field ... - 17:41 Bug #23989 (Closed): Argument 3 passed to t3lib_frontendedit::displayEditIcons() must be an array, null given
- t3lib_error_Exception
PHP Catchable Fatal Error: Argument 3 passed to t3lib_frontendedit::displayEditIcons() must ... - 21:43 Feature #9752: Module: Implement foldout part of differences in grid view
- Following problems are still open:
* -result of $versionRecord[$fieldName] = t3lib_BEfunc::getProcessedValue($parame... - 21:32 Feature #10642: Implement workspace preview
- ws_review.html is a first draft made by Steffen Kamper and me - demonstrates the slider functionality.
Problem at th... - 21:27 Bug #23146: Remove Workspace Module and Autopublishing from the system extension Version
- I just noticed that - I am sure I did the wrong thing. ;-)
Just fixed it! Thanks for noting! - 20:51 Bug #23146: Remove Workspace Module and Autopublishing from the system extension Version
- @Christopher - are you sure you did the right thing #16307 and #12811 are not duplicate
- 17:40 Bug #23146: Remove Workspace Module and Autopublishing from the system extension Version
- going to send this to the Core list once the RFC for the "workspaces" sysext is ready...
- 17:39 Bug #23146 (Closed): Remove Workspace Module and Autopublishing from the system extension Version
- Since the workspace-team is going to add "workspaces" as new sysext the autpublishtask and workspace-module parts can...
- 21:10 Bug #20434: Improve advanced_htaccess and make it more compatible
- Yes, the patch is attached and pending in Core List.
- 19:41 Feature #23987: Install Tool always unlocked when accessed via 127.0.0.1
- Hi Marcus,
please see #20878, which is about exactly this problem. People agreed not to create a new switch there,... - 16:55 Feature #23987: Install Tool always unlocked when accessed via 127.0.0.1
- Sorry, picked the wrong version.
It's okay in 4.4.x, but present in 4.2.15:
typo3/install/index.php
55 ... - 16:23 Feature #23987: Install Tool always unlocked when accessed via 127.0.0.1
- Hi,
i can't reproduce this with my local MAMP setup with TYPO3 4.4.4.
The install tool is locked even when acce... - 14:31 Feature #23987 (Closed): Install Tool always unlocked when accessed via 127.0.0.1
- If accessed via 127.0.0.1, the install tool can always be accessed, regardless if there is a ENABLE_INSTALL_TOOL file...
- 19:25 Bug #23925: Mail not sent with SAFE_MODE enabled
- OK, let's make it right way.
I've added two new patches: one for 4.4 with warning message and one for trunk, that us... - 08:57 Bug #23925: Mail not sent with SAFE_MODE enabled
- There is nothing wrong with them, i just have not seen any of them in the core mailing list.
If you only put it at t... - 08:46 Bug #23925: Mail not sent with SAFE_MODE enabled
- There are a lot of patches but none of them is accepted.
What is wrong with all of them? - 19:07 Feature #9947: 4.x -> 4.5 Install Tool migration script
- Partly solved: Disable draft workspace and migrate it to a real workspace
http://bugs.typo3.org/view.php?id=16225
- 18:16 Bug #23992 (Closed): move workspace-selector to sysext workspaces
- The workspace-selector will be moved to sysext workspaces, therefore all core-references can be removed...
(issue... - 18:04 Bug #23869: Incorrect FE rendering of thead element in RTE content in v4.4.4 & v2.0.5
- I can reproduce this issue only by using the TS setup reported by Matthew.
Using the default proc options and defa... - 16:46 Bug #23869: Incorrect FE rendering of thead element in RTE content in v4.4.4 & v2.0.5
- It may sound silly to you,
I didn't change anything else except this lines and it rendered correctly.
I would be ... - 15:47 Bug #23869: Incorrect FE rendering of thead element in RTE content in v4.4.4 & v2.0.5
- @Iomedia: I don't think so. This is a FE-rendering configuration issue. You must have changed something else.
- 09:57 Bug #23869: Incorrect FE rendering of thead element in RTE content in v4.4.4 & v2.0.5
- I had the same problem,
found the following option:
RTE.default.proc.entryHTMLparser_db.tags {
thead.allowedAttr... - 17:58 Revision 4cc6c666: Updated htmlArea RTE version to 2.0.7
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9309 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:54 Bug #10682 (Closed): deprecate t3lib_userAuthGroup::workspaceCheckStageForCurrent()
- Ideally we should not use t3lib_userAuthGroup::workspaceCheckStageForCurrent() - we should implement or own API and d...
- 17:48 Bug #23991: Migrate regular workspaces to custom-stage workspaces
- more or less a placeholder at the moment - until #13170 we've to wait with the patch
- 17:47 Bug #23991 (Closed): Migrate regular workspaces to custom-stage workspaces
- Since workspaces in 4.5 use custom stages the old workspaces need to be migrated to keep their "Review" stage as cust...
- 17:45 Bug #23990: usage of version/ws/class.wslib.php is deprecated...
- going to send this to the Core list once the RFC for the "workspaces" sysext is ready...
- 17:44 Bug #23990 (Closed): usage of version/ws/class.wslib.php is deprecated...
- The usage of version/ws/class.wslib.php is deprecated all the tasks of wslib are now done in tx_Workspaces_Service_Wo...
- 17:32 Revision 5efaee99: Updated htmlArea RTE version to 2.1.3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9308 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:09 Bug #23936: htmlArea RTE: When inserting link with IE8, trailing line break is also linked
- Thanks for testing.
Committed to SVN TYPO3core trunk (revision 9306) and branch TYPO3_4-4 (revision 9307).
- 07:44 Bug #23936: htmlArea RTE: When inserting link with IE8, trailing line break is also linked
- Hi Stan,
thanks for your hard work.
I successfully tested the patch for 4.4 with Firefox, Opera and IE8 with the ... - 17:09 Revision 796f7719: Fixed bug #16245: htmlArea RTE: When inserting link with IE8, trailing line break is also linked
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9307 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:52 Task #9816 (Resolved): JS Labels should be localised
- 16:50 Revision 1a5cb4ed: Fixed bug #16245: htmlArea RTE: When inserting link with IE8, trailing line break is also linked
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9306 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:32 Bug #23988: Harmonize severity level of FlashMessages static/ExtJS
- F*ck.. ExtJS driven messages have already been added in 4.4 :(
- 16:29 Bug #23988 (Closed): Harmonize severity level of FlashMessages static/ExtJS
- #22268 introduced ExtJS driven FlashMessages, which fade out after a given amount of time.
The severity levels, whic... - 12:39 Bug #17960: Unsuccessful update of extension list not recognized
- Hi,
i think i found the problem:
in line 1723 of class.em_index.php the new md5hash file is written and in line... - 10:12 Bug #23986 (Closed): Template module crashes, if no template exists on a page
- While in the template module (Info/Modify), it will crash with the following error if no template or an empty templat...
- 10:03 Bug #23985 (Closed): feeditadvanced with 4.5 is broken
- the edit toolbar in the top is displayed, but no drag+drop of CE or inline editing anymore.
Tested with intruduction... - 04:49 Bug #23984 (Closed): tx_felogin: forgot password-mails links not clickable
- E-Mails containing the text "to set a new password please visit the following link:" have a link to the page to reset...
2010-11-07
- 22:34 Bug #23973: Compare produces wrong SQL in DB Analyser: MySQL Error 1170: BLOB/TEXT Column used in Key Specification without a key length
- $TYPO3_CONF_VARS['SYS']['multiplyDBfieldSize'] is only needed if your database charset is different from the charset ...
- 15:26 Bug #23973: Compare produces wrong SQL in DB Analyser: MySQL Error 1170: BLOB/TEXT Column used in Key Specification without a key length
- I don't know whether I'll run into trouble with multiplyDBfieldSize=1 using utf8 and German language? I was told to u...
- 14:37 Bug #23973: Compare produces wrong SQL in DB Analyser: MySQL Error 1170: BLOB/TEXT Column used in Key Specification without a key length
- And does it work without multiplyDBfieldSize=2?
I don't know a case, where this setting is needed anymore, think we ... - 21:52 Revision 93b93edc: Reverted changes to loginrefresh.js which shouldn't belong to previous commit
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9305 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:47 Revision 005bdb50: Follow-up to #16136: Added unit-tests for t3lib_basicFileFunctions (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9304 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:37 Bug #23943: Apply "bookmarks" naming to UserTS options
- trunk rev 9303
- 21:34 Revision e9cacf32: Fixed bug #16252: Apply "bookmarks" naming to UserTS options
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9303 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:21 Bug #23983: Set focus to password field when "loginRefreshLayer" shows up
- Hm, there should be a "link" from the Ext JS output where the # is shown
a tabindex="-1" class="x-dlg-focus" href="#... - 21:14 Bug #23983 (Closed): Set focus to password field when "loginRefreshLayer" shows up
- When the layer to refresh your login appears, the password field should automatically be focused since there is no ot...
- 20:49 Bug #23937: Create class constants for pages.doktype
- rev. 9302
- 20:47 Revision 172a9912: Fixed bug #16246: Create class constants for pages.doktype
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9302 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:20 Bug #22268: [Feature] ExtJS driven fading in/out Flashmessages
- Just one hint: This feature has been committed different from the initial version shown here. You can use it this way...
- 18:55 Feature #10667 (Closed): Pagebrowser without Javascript
- In order to comply with accessibility guidelines a page browser must also work when Javascript is not available (e.g....
- 18:34 Bug #23982 (Closed): The install tool should check if typo3conf, fileadmin, uploads, typo3temp are writable before installing
- I tried the beta package with the introduction package but installing failed. One of the first things i do after an i...
- 17:50 Feature #23979: htmlArea RTE: Add quick tips to insert emoticon dialogue
- Committed to SVN TYPO3core trunk (revision 9301).
- 17:23 Feature #23979 (Closed): htmlArea RTE: Add quick tips to insert emoticon dialogue
- Currently, when the mouse moves over an emoticon, the description is displayed as title.
Replace this with quick t... - 17:50 Revision 4459aeb9: Added feature #16293: htmlArea RTE: Add quick tips to insert emoticon dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9301 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:34 Feature #23981 (Closed): Optimize stdWrap usage for TypoScript content element FORM
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 17:24 Bug #23980 (Accepted): Relations with MM_opposite_field don't update the relation count of opposite field
- I use this config in TCA for symmetric relations between two tables:
Local side:
'config' => array(
... - 17:20 Bug #23936: htmlArea RTE: When inserting link with IE8, trailing line break is also linked
- Bug or feature, this is really the behaviour of IE's selection object. Let's try to work around it in this particular...
- 17:00 Bug #23978 (Closed): Show FlashMessage when cache of a single page has been cleared
- Editors (without admin) access can clear the cache for a single page in Page/List module.
Hitting the icon gives no ... - 15:39 Bug #23867: Menu_Layers is screened incorrect
- Hello Christopher,
i think this bug is an duplication of task
http://bugs.typo3.org/view.php?id=16268
I've t... - 14:15 Bug #20434: Improve advanced_htaccess and make it more compatible
- Christopher, could you provide a patch for this, please?
- 02:17 Bug #20434: Improve advanced_htaccess and make it more compatible
- You could however create this kind of problem, if you activated the lines beginning with "mod_gzip_item_exclude...." ...
- 01:38 Bug #20434: Improve advanced_htaccess and make it more compatible
- I just checked all .htaccess files in the Core: There is none which uses expires commands outside of <IfModule mod_ex...
- 14:02 Bug #23977 (Closed): FE classes TSpagegen and FE_LoadDBgroup are not following naming conventions
- These classes are part of extension cms and should follow naming convention.
Rename
TSpagegen in tslib_pageGenera... - 13:50 Bug #23976 (Closed): Make autoloader aware of extension manager classes
- At the moment extensionmanager classes (em_*) have to be included in core_autoload with a hardcoded path. this is hac...
- 13:03 Bug #23957: nested XMENU_LAYERS and the typo3temp *.js caching bug
- I think I've found a bug with nested XMENU_LAYERS, described abowe, resulting from commit to svn of task
http://bug... - 12:39 Revision d5cf84c7: [!!!][+BUGFIX] Extbase: fixed typo in getter and setter of Tx_Extbase_Domain_Model_FrontendUser::lastlogin . Thanks to Christian Schwan. Resolves #9345
- 03:06 Bug #23215: TCEforms look broken when using 1024x768 because of palettes
- TCEForms have been redesigned now and there are no palettes anymore in 4.5; at least opening them does not display mo...
- 01:47 Revision 9833a476: Follow-up to feature #7872: htmlArea RTE: Allow CSS-styles for tables without having to enable blockstyle
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9300 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:32 Feature #23968: htmlArea RTE: Add context sensitive help to remove format dialogue
- Committed to SVN TYPO3core trunk (revision 9299).
- 01:32 Revision 9c0b84f6: Added feature #16281: htmlArea RTE: Add context sensitive help to remove format dialogue (BE only)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9299 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:07 Bug #23975 (Closed): TCAtree config option readOnly = 1 has no effect
- TCAtree need to have an readOnly rendering. Perhaps the default multiselect rendering could be used then as first sol...
- 00:56 Bug #22298: RTE: blocklevel alignment broken
- Closed, not reproducable and no feedback at all.
2010-11-06
- 23:34 Feature #23974: Optimize stdWrap usage for TypoScript content element IMGTEXT
- Done.
- 23:12 Feature #23974: Optimize stdWrap usage for TypoScript content element IMGTEXT
- Couod somebody please change the Summary - copy & paste was too fast ;-)
Should be: Optimize stdWrap usage for Typ... - 23:01 Feature #23974 (Closed): Optimize stdWrap usage for TypoScript content element IMGTEXT
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 21:55 Bug #23962: Content Wizard brocken
- Well i tried it with my productive enviroment and with a fresh and clean instance.
so i think it can't be any ext.
... - 21:06 Bug #23962: Content Wizard brocken
- Do you have compressionLevel set in the install tool?
Have you enabled all the debug / error reporting options in th... - 17:29 Bug #23962 (Closed): Content Wizard brocken
- Hello,
i've encountered a crash/block at the content wizard.
Since i upgraded to 4.4.x this problem occures ran... - 21:45 Bug #23973 (Closed): Compare produces wrong SQL in DB Analyser: MySQL Error 1170: BLOB/TEXT Column used in Key Specification without a key length
- I tried to use utf8 and set
[SYS][multiplyDBfieldSize]=2
running Compare leads to
ALTER TABLE sys_registry ADD U... - 21:40 Feature #23972 (Closed): Optimize stdWrap usage for TypoScript content element RECORDS
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 21:33 Feature #23971 (Closed): Optimize stdWrap usage for TypoScript content element LOAD_REGISTER
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 21:29 Feature #23970 (Closed): Optimize stdWrap usage for TypoScript content element IMG_RESOURCE
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 21:26 Feature #23969 (Closed): Optimize stdWrap usage for TypoScript content element IMAGE
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 21:24 Feature #23968 (Closed): htmlArea RTE: Add context sensitive help to remove format dialogue
- Add context sensitive help to remove format dialogue using TYPO3 csh help.
Works in BE only.
(issue imported f... - 20:18 Bug #23967 (Closed): Field size for "shortcut" is 3, although maxitems is 1
- Field "shortcut" (to define target page of a shortcut) has size 3, although maxitems is defined to 1. This leads edit...
- 20:13 Bug #23966 (Closed): Use class constants for pages:shortcut_mode in tbl_pages.php
- #23505 introduced class constants for field shortcut_mode of table pages:...
- 18:01 Feature #23965 (Closed): possibility to insert records of other tables
- The EM lacks a possibility to insert record into the tables of other extensions.
This patch will allow to add reco... - 17:44 Bug #23964 (Closed): TCAtree should disable self from being selectable
- Currently the current record node could be selected. This would result in a loop if the selected items is check in th...
- 17:40 Bug #23963 (Closed): TCAtree should respect maxItems = 1
- With setting maxitems to one i would like to be able to only select one node. Currently x nodes could be selected and...
- 17:04 Bug #23961: TCAtree does not display german Umlauts in node labels
- Looking more into the code i found, that on the PHP side all seams fine.
t3lib_tree_Renderer_ExtJsJson->getNodeArr... - 17:02 Bug #23961 (Closed): TCAtree does not display german Umlauts in node labels
- Trying to render a tree with german umlauts in node labels result in not displaying and text in this node.
(issue... - 17:04 Bug #23957: nested XMENU_LAYERS and the typo3temp *.js caching bug
- I took a look to the HTML-source and it seems to me that there is a problem with ID's.
The second level containing ... - 15:32 Bug #22529: stat_apache always logs HTTP status 200
- Yes, that's what I thought.
I just tried with headers_sent() and apache_response_headers() in the function statist... - 14:59 Feature #23886: Optimize stdWrap usage for TypoScript content element CASE
- Committed to trunk rev 9298
- 14:58 Revision 21f92c26: Fixed bug #16187: Optimize stdWrap usage for TypoScript content element CASE (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9298 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:18 Bug #23277: Mailing doesn´t work with safe mode on
- @Nico: Why don't you put your patch on the core list? I stumbled upon this from #23925.
The function did not chang... - 07:11 Bug #23277: Mailing doesn´t work with safe mode on
- for me, as long as the issue isn't resolved, this does the trick:
// eMail with SafeMode = ON
// Userfunction wri... - 12:06 Bug #23958: Poor solution for t3lib_div::makeInstance() for t3lib_basicFileFunctions and t3lib_extFileFunctions
- sorry for that issue,
but i have to include always that files for backward compatibility for lower typo3 versions th... - 12:05 Bug #23951: Clearing input field using clear icon doesn't get saved.
- committed to trunk rev 9297
- 12:05 Bug #23925: Mail not sent with SAFE_MODE enabled
- Damn, that utility function was only comitted to trunk (4.5), not to 4.4.
There is already a bugreport here: http://... - 12:04 Revision daa06e10: Fixed bug #16261: Clearing input field using clear icon doesn't get saved. (Thanks to Peter Beernink)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9297 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:56 Bug #23941: prototype methods are used to determine the available viewport dimensions in ExtJS plugins
- committed to trunk rev 9296
- 11:56 Revision 124a9fdf: Fixed bug #16250: prototype methods are used to determine the available viewport dimensions in ExtJS plugins
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9296 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:54 Bug #23945: Dead logo function in backend.php
- committed to trunk rev 9295
- 11:53 Revision fbeb2036: Fixed bug #16254: Dead logo function in backend.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9295 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:51 Bug #23831: Configuration module is hard to find the array key because it's not sorted
- Committed v3 to trunk rev 9294
- 11:50 Revision 6fa61af6: Fixed bug #16116: Configuration module is hard to find the array key because it's not sorted
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9294 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:46 Bug #23474: includeCSS path-string pass htmlspecialchars twice
- Committed to svn
4_4 rev 9292
trunk rev 9293 - 11:45 Revision aa2ff473: Fixed bug #15587: Bug: htmlspecialchars called twice (Thanks to Mickel Ricky)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9293 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:45 Revision 16065bde: Fixed bug #15587: Bug: htmlspecialchars called twice (Thanks to Mickel Ricky)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9292 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:33 Bug #23910: Autostart for Flash Videos does not work
- Committed to svn
4_3 rev 9289
4_4 rev 9290
trunk rev 9291 - 11:30 Revision 3d1cd742: Fixed bug #16214: Bug: Change value of Media(Flash) parameter (Thanks to Janos Thiele)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9291 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:30 Revision 266ca579: Fixed bug #16214: Bug: Change value of Media(Flash) parameter (Thanks to Janos Thiele)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9290 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:30 Revision 5d6cc61d: Fixed bug #16214: Bug: Change value of Media(Flash) parameter (Thanks to Janos Thiele)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9289 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:51 Bug #19884: the icons for clearing of caches disappear in 4.2.4
- This is fixed in 4.5 trunk.
- 01:11 Bug #19884: the icons for clearing of caches disappear in 4.2.4
- Is that still an issue in current versions?
- 07:11 Bug #23679: BE Login - immediate timeout after login in IE8
- Not for me.
- 00:40 Bug #23118: Page Tree is sometimes not loading in Firefox 3.6
- Resolved, unable to reproduce and no feedback for months.
- 00:20 Bug #20772: pageNotFound_handling returns 301 instead of 404
- Is that still an issue?
I just tested this with current trunk (4.5.0alpha3):
Currently you first get a redirect... - 00:12 Bug #18803: pageErrorHandling doesn't work with relative files in a subfolder TYPO3 install
- Resolved, not reproducable.
Thanks for the feedback! - 00:10 Bug #16988: pageNotFound doesn't perform a real 301-redirect
- Resolved, fixed.
In current versions (I just tested this again with 4.5.0alpha3, but this also works with older ve... - 00:03 Bug #18686: Updating to TYPO3 4.2 cuts off TypoScript templates after the first umlaut resulting in unusable code
- As pointed out, this problem occurs when you somehow store data with a charset different from the charset of your dat...
2010-11-05
- 23:59 Feature #23612: Inserting youtube URL in media does not work
- Claus, can you check, if this is fixed with #23535?
- 23:57 Bug #23679: BE Login - immediate timeout after login in IE8
- Is this still an issue?
- 23:07 Bug #23807: Tool tips for collapsing and resizing panels
- I saw an option to enable ExtJS QuickTips in the Splitbar code, so there seems to exist a built-in feature for this!
- 23:05 Bug #23959 (Closed): Link Exception messages to Wiki pages
- Add a text and link to the Exception handler messages pointing to a page on typo3.org.
(issue imported from ... - 23:04 Bug #23729: Style error messages in the TYPO3 way
- trunk rev. 9145 (already on 18.10.2010)
- 22:52 Bug #23958: Poor solution for t3lib_div::makeInstance() for t3lib_basicFileFunctions and t3lib_extFileFunctions
- Is this really still an issue in 4.3/4.4? The autoloader should load the file for you automatically.
- 20:07 Bug #23958 (Closed): Poor solution for t3lib_div::makeInstance() for t3lib_basicFileFunctions and t3lib_extFileFunctions
- File name and class name do not match (eg. 't3lib_bascifilefunc' vs 't3lib_basicFileFunctions') and t3lib_extFileFunc...
- 22:38 Bug #23847: impossible to effectively set filetype limitations for filelist module
- Committed to trunk rev. 9288
Thanks for your contribution, Andreas! - 22:36 Revision 5a2c6be4: Fixed bug #16136: make it possible to really restrict to certain file extensions for filemounts (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9288 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:48 Feature #10288 (Resolved): Module: Move action icons to right place in row
- and thanks to Steffen Ritter this actually happend :)
- 20:09 Bug #22529: stat_apache always logs HTTP status 200
- You thought about reading the status code after it was sent and than use it? I tried this and failed. Take a look abo...
- 19:09 Bug #22529: stat_apache always logs HTTP status 200
- I just experienced this problem....
Can't you read out the header from where it is made, meaning from the function... - 19:14 Bug #23842: buggy initialization of flash uploader when only certain file extensions are allowed
- Committed to
- trunk rev. 9285
- 4-4 rev. 9286
- 4-3 rev. 9287
Thanks for your contribution, Andreas! - 19:12 Revision bee1f02a: Fixed bug #16130: buggy initialization of flash uploader when only certain file extensions are allowed (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9287 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:11 Revision e0d0d013: Fixed bug #16130: buggy initialization of flash uploader when only certain file extensions are allowed (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9286 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:09 Revision 1a3d3fc4: Fixed bug #16130: buggy initialization of flash uploader when only certain file extensions are allowed (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9285 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:07 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
- Reaching the "old URL" is still required, because it might be linked by other means.
So adding the redirect on the... - 19:00 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
- Hi Ernesto, thanks for your comment.
It could certainly be an optional feature. However, this "just works" with au... - 17:26 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
- Thanks, demonkoryu, but I think the problem is still the same.
This change of behaviour might have many side-effec... - 17:18 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
- Hi, this patch also works for pages with doktype other than 4 (shortcut).
- 18:06 Bug #23957 (Rejected): nested XMENU_LAYERS and the typo3temp *.js caching bug
- The bug occured when i tried to fix the typo3temp bug (0012376).
I've created an nested XMENU_LAERS navigation. Wi... - 17:00 Bug #21334: rte does not load in internet explorer if enableCompressedScripts is selected
- No feedback and unable to reproduce. Closing the issue.
- 16:35 Feature #23956: Add functions to provide mocks for makeInstance
- The patch also adds an exception if makeInstance is called with an empty class name
- 16:34 Feature #23956: Add functions to provide mocks for makeInstance
- In addition, this patch adds some unit tests for the already existing functionality of makeInstance.
- 16:33 Feature #23956 (Closed): Add functions to provide mocks for makeInstance
- This will make unit-testing a lot less of a hassle.
In addition, we should have a function to make makeInstance dr... - 16:06 Revision f05b31b5: Added feature #7872: htmlArea RTE: Allow CSS-styles for tables without having to enable blockstyle
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9284 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:53 Bug #23955: from_name should be quoted (at least when it's an e-mail address)
- After giving it a little bit more thought, I guess this should be fixed in the tx_powermail extension. What do you th...
- 15:39 Bug #23955 (Closed): from_name should be quoted (at least when it's an e-mail address)
- I ran into this issue when the from address of e-mails sent by tx_powermail where rewritten by MS Exchange.
The from... - 15:39 Bug #10643 (Needs Feedback): Module doesn't work in trunk
- cleared the conf-cache after you installed it?
- 12:01 Bug #10643 (Closed): Module doesn't work in trunk
- When i call the module in info, i get 3 warnings and no results, even if i have links on the page(s)
PHP Warning
... - 14:34 Feature #23949: Add Khmer language (Cambodian) to TYPO3 core
- committed to trunk rev. 9283
- 14:25 Feature #23949: Add Khmer language (Cambodian) to TYPO3 core
- Updated patch attached (16258_v3.diff) which fix inline comments to use only one tab. Thanks to Mario.
- 11:17 Feature #23949: Add Khmer language (Cambodian) to TYPO3 core
- The first patch modified the ChangeLog file and it should not be. Attached is the updated patch with the ChangeLog un...
- 09:30 Feature #23949 (Closed): Add Khmer language (Cambodian) to TYPO3 core
- We have created a patch to add Khmer language to the core.
(issue imported from #M16258) - 14:33 Revision 350c7329: Added feature #16258: Add Khmer language to TYPO3 core (Thanks to Keo Visay)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9283 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:06 Bug #23950: Empty backend frame width Firefox
- the url of the third frame is :
http://www.xxxx.com/typo3/sysext/cms/layout/db_new_content_el.php?id=64&colPos=0&s... - 12:35 Bug #23950: Empty backend frame width Firefox
- please post the url of the frame when empty, also enable errors.
- 11:07 Bug #23950 (Closed): Empty backend frame width Firefox
- Using one of the two later versions of FF, I experienced an issue with the Backend Page Module. When I try to add a n...
- 13:42 Bug #23910: Autostart for Flash Videos does not work
- Hello Steffen,
i think this solution should not have any effect for the QT player, because we recompiled the flvpl... - 12:50 Bug #23910: Autostart for Flash Videos does not work
- Please verify also with Quicktime if it works with autoPlay or autoStart,
otherwise i'm fine with recompilation. - 08:54 Bug #23910: Autostart for Flash Videos does not work
- Janos, this would be great!
- 13:03 Bug #23952: Link browser shows wrong title for pages and tt_content elements
- Thanks. Already done :-)
- 13:02 Bug #23952: Link browser shows wrong title for pages and tt_content elements
- looks good, please send to core list.
- 12:52 Bug #23952: Link browser shows wrong title for pages and tt_content elements
- As far as I can tell, this is the only occurrance. It seems that all browsers use this class.
Anyway, I found out,... - 12:40 Bug #23952: Link browser shows wrong title for pages and tt_content elements
- could you verify the other linkbrowsers as well (eg RTE)?
- 12:24 Bug #23952 (Closed): Link browser shows wrong title for pages and tt_content elements
- The link browser (browse_links.php) just displays the contents of the header field of the record instead of calling t...
- 12:44 Bug #23822: CSH tooltip floats behind page tree
- this only happens if you reduce screensize smaller than the input fields. i would say it's an edge case and really mi...
- 00:30 Bug #23822: CSH tooltip floats behind page tree
- Screenshot attached.
- 12:36 Feature #23954 (Closed): Create new Element Button always inserts new record at the bottom
- If you have configured 'newRecordLinkPosition' => 'both' in TCA the Button at the top of the list always inserts the ...
- 12:30 Bug #23953 (Closed): Recycler loading mask is black and has double bordered "loading" message
- The loading mask should look simular to the iframe loading mask, adapt it
(issue imported from #M16263) - 12:14 Bug #23951 (Closed): Clearing input field using clear icon doesn't get saved.
- When clearing a input field using the new clear icon, the field is emptied, but when saved, the old values are restor...
- 12:10 Revision df8a85a1: [+FEATURE] First step of "Fluid widget" backport
- This is the first step of the Widget backport (#8773). This contains all the core classes that are required for the w...
- 11:46 Feature #10642 (Closed): Implement workspace preview
- #9472 presents a new design for the workspace preview window. We need a CSS styling for it.
!workspace-preview-thu... - 04:57 Bug #23875: htmlArea RTE: The path of classesAnchor images are modified when saving
- Many thanks for offering this work!
- 04:53 Revision a6a1a480: Fixed bug #16248: htmlArea RTE: Mistake in locallang file of character map
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9282 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:48 Feature #23948: htmlArea RTE: Rewrite stylesheets parsing functions
- Committed to SVN TYPO3core trunk (revision 9281).
- 03:06 Feature #23948 (Closed): htmlArea RTE: Rewrite stylesheets parsing functions
- Stylesheets parsing code is not well-structured and is redundant in blockstyle and textstyle plugins.
(issue impo... - 04:48 Revision 706d6914: Added feature #16257: htmlArea RTE: Rewrite stylesheets parsing functions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9281 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-04
- 23:32 Bug #23910: Autostart for Flash Videos does not work
- Convinced.
- 23:29 Bug #23910: Autostart for Flash Videos does not work
- Hello Steffen,
If you want i can publish the compiled SWF file tomorow. I've done it already for our project. - 23:18 Bug #23910: Autostart for Flash Videos does not work
- Why I prefer this solution: The autoPlay value will still remain in all flexform fields in database and autoStart wil...
- 23:17 Bug #23910: Autostart for Flash Videos does not work
- Christopher, in principle you're right that typo3/contrib/ is 3rd party and should not be touch.
The flashmedia play... - 22:08 Bug #23910: Autostart for Flash Videos does not work
- In the top of this page there is the section called "Tags". In the list of available tags you can choose and then add...
- 21:58 Bug #23910: Autostart for Flash Videos does not work
- Ok,
but only one more question bevore i send the mail.
What is meant by: Also add the tag "pending in core list... - 21:40 Bug #23910: Autostart for Flash Videos does not work
- Hi Janos,
nearly perfect! :-)
You should only change one thing : Please create the patch from TYPO3 "rootlevel", ... - 21:34 Bug #23910: Autostart for Flash Videos does not work
- Hello Christopher,
now i created a patch with the solution from 0012988. Can you please check if the patch is corr... - 23:21 Bug #23945 (Closed): Dead logo function in backend.php
- There is a new class TYPO3Logo which is used for render the logo, the old class still remained in code but is not use...
- 23:16 Bug #23822: CSH tooltip floats behind page tree
- Can you maybe add a screenshot?
- 23:12 Bug #23822: CSH tooltip floats behind page tree
- Hi, lot better now!
Found still one way to bug it. Long label floating on left can be hidden behind page tree. Eve... - 21:19 Bug #23822: CSH tooltip floats behind page tree
- Hi Tanel,
can you still reproduce this problem?
Using FF and current trunk I cannot.
- 23:13 Bug #22243: Several GIFBUILDER features broken for IM6 and GM
- In response to a diverging discussion in the core group I want to make some points clear here, so hopefully we can ge...
- 21:49 Bug #21829: Media CE: Autostart with Videos does not work
- Resolved as duplicate of #23910.
Please go on there!
- 21:08 Feature #17529: Sitemaps/Menu of subpage with ACT
- trunk rev 9279 and 9280
- 21:06 Revision 0ba10a82: Added feature #6147: Sitemaps/Menu of subpages with active state (Part II)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9280 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:06 Feature #14894: stdWrap.age should differenciate between singular/plural
- Amazing.. 5 years later => solved! thanks Susanne ;)
- 20:40 Feature #14894: stdWrap.age should differenciate between singular/plural
- Committed to trunk rev 9278.
- 21:04 Bug #23943 (Closed): Apply "bookmarks" naming to UserTS options
- The "shortcut" features has been renamed to "bookmarks" in #23433
This RFC renames also the UserTS options from *s... - 21:03 Revision e2371ee4: Added feature #6147: Sitemaps/Menu of subpages with active state - Prerequisite (Part I): new csc version template
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9279 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:48 Feature #23942 (Closed): Deprecate old function calls of the workspaces library in the version extension
- For the new Workspaces Module some functionality was moved from the workspaces library (wslib) of the version extensi...
- 20:39 Revision 146ec7d8: Added feature #1333: stdWrap.age should differenciate between singular/plural
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9278 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:37 Bug #23941 (Closed): prototype methods are used to determine the available viewport dimensions in ExtJS plugins
- In our own ExtJS plugins the document.viewport method is used to determine the available dimensions of the viewport.
... - 20:26 Bug #10636 (Closed): workspace module not usable in IE6
- See attached screen - workspace module doesn't look nice in IE6
- 20:08 Bug #21508: Layout of BE Loginform is broken in IE8
- Closed, no change required.
The whole BE login has been changed even before 4.3 was released.
The issue with the ... - 19:46 Bug #23940 (Closed): Field php_tree_stop is not displayed any more in page form
- I think this field should be displayed in Behaviour > Miscellaneous.
(issue imported from #M16249) - 19:18 Bug #23373: Changes made by ColorPicker Wizard are not saved
- What a mess:
I mean, the patch has already been posted on 13.9. by Christian Müller.
That is what I overlooked w... - 18:22 Bug #23373: Changes made by ColorPicker Wizard are not saved
- Sorry Christopher, what I meant to say is I tried to send after recieving your helpfull hint, you didn't overlook any...
- 17:47 Bug #23373: Changes made by ColorPicker Wizard are not saved
- Oh, I must have overlooked the thread.
You can send a reminder to the thread in Core List up to once a week to get... - 17:35 Bug #23373: Changes made by ColorPicker Wizard are not saved
- Hi Christopher,
thanks you for your hint, bug and patch are sent to Core Team List.
Bye - 16:24 Bug #23373: Changes made by ColorPicker Wizard are not saved
- Hi Tobias,
thanks for your patch!
Would you mind sending this to the Core Team list, to get this committed to t... - 16:12 Bug #23373: Changes made by ColorPicker Wizard are not saved
- I can confirm this bug. It have a similar problem using the colorpicker in an plugin. Your patch fixes my problem. Th...
- 19:09 Feature #23938 (Closed): Integrate new workspace module based on ExtJS
- Integrate new workspace module based on ExtJS
in the last year the newly formed workspaces team worked on many imp... - 18:20 Bug #23937 (Closed): Create class constants for pages.doktype
- The field "doktype" of pages uses magic numbers. Replace them with class constants.
(issue imported from #M16246) - 18:04 Bug #23433: Rename "Shortcuts" to "Bookmarks"
- trunk rev. 9277
- 17:51 Revision 4956165b: Fixed bug #15537: Rename "Shortcuts" to "Bookmarks"
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9277 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:16 Bug #23918: Class 'tx_table_db_access' not found in class.t3lib_div.php
- Resolved, fixed.
- 17:09 Bug #16697: typo3 v4.0.2 requires gm
- Resolved, no change required.
This is contained in #16521. Please go on there. - 16:58 Feature #20107: Image Resizing / Thumbnails with GD2 instead of ImageMagick
- Here is a patch by Jan Bednarik:
http://bugs.typo3.org/file_download.php?file_id=411&type=bug
(Yes, quite old, but ... - 16:57 Feature #14781: Resizing with GD
- Resolved as duplicate of #20107.
- 16:48 Bug #20116: BE does not generate thumbnail when uploading file
- I just tried that with current trunk and it works correctly for me. I see the thumbnail in the BE next to the image n...
- 16:28 Bug #22784: Width of one paragraph of text in the Install Tool is too big
- Patch is submitted to core list, give it a +1 if you like the solution.
- 15:41 Bug #18431: Always generate Icons, assume that we have gd2 by default
- GDLib 2 has been made default in #22687, which was committed in Rev. 7781.
The part which searches for icons if no... - 13:44 Bug #20787: URLs in search results are not speaking URLs
- The first part of Andy's message means that #1686 is not resolved. If you have a multidomain enviromnent, the link is...
- 13:37 Bug #22532: Editing area for editing files is much too small
- That is still an issue in current trunk.
- 13:10 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- I just overread this information between all the other stuff.
However, closed as requested. - 01:02 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- Hi Chris and Susi, thanks a lot for your effort. Susannes hint was the breaking leverage! I set the max_execution_tim...
- 13:10 Bug #23936: htmlArea RTE: When inserting link with IE8, trailing line break is also linked
- Some further notes when expecting this structure
< p>
Product1< br />
Product2
< /p>
Mark Product1 from ... - 13:06 Bug #23936 (Closed): htmlArea RTE: When inserting link with IE8, trailing line break is also linked
- With IE8 its impossible to link to lines with different Link Targets.
Expect something like this
< p>
nice Pro... - 13:07 Bug #16244: Warning: preg_match_all(): Compilation failed: regular expression too large at offset 0 in tslib\class.tslib_content.php
- "By filling in the pattern with a length of 33610 ( done by strlen() )."
Whatever that means...
The original report... - 12:03 Bug #16244: Warning: preg_match_all(): Compilation failed: regular expression too large at offset 0 in tslib\class.tslib_content.php
- How should this be reproduced?
- 12:16 Bug #9667: template_css.tmpl paging is not working
- This has been fixed in core:
- trunk (rev. 9274)
- 4-4 (rev. 9275)
- 4-3 (rev. 9276)
see http://bugs.typo3.or... - 12:12 Feature #20953: Add a warning for IE6 users in TYPO3 4.6
- Really? We *do* support IE6 ;-)
After branching 4.5, we can add this and write "*is* not supported" :) - 12:11 Feature #20953: Add a warning for IE6 users in TYPO3 4.6
- The message should be changed from:
Your browser is outdated and might not be supported in future versions of TYPO... - 11:57 Bug #23512: Browsebox broken since 4.3.x?
- Committed to:
- trunk (rev. 9274)
- 4-4 (rev. 9275)
- 4-3 (rev. 9276) - 11:30 Bug #23512: Browsebox broken since 4.3.x?
- @Steffen: Xavier's solution in #14130 works fine.
The problem is that the corrections were only made in the outdat... - 11:56 Revision eee63e20: Backported changeset 9274 from trunk: Fixed bug #15656
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9276 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:55 Revision d0af1130: Backported changeset 9274 from trunk: Fixed bug #15656
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9275 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:52 Revision 0bed3dec: Fixed bug #15656: indexed_search: Template corrections of #14130 not applied to the CSS template (Thanks to Lorenz Ulrich)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9274 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:37 Feature #25566: t3editor should work also in file list with files with the extension '.ts'.
- Just saw Gabriel Schreiber is sponsoring this issue. Thanks! Please contact me: mail_typo3(at)etobi.de
- 11:23 Feature #25566: t3editor should work also in file list with files with the extension '.ts'.
- fixed with #15950
- 11:22 Feature #23883: Edit TypoScript file content in t3editor
- committed to trunk r9273
- 11:19 Revision a616c7b3: added feature #16183: Edit TypoScript file content in t3editor (Thanks to Fabrizio Branca)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9273 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:12 Revision b33c6eea: followup to #16228: [Feature] TCA tree
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9272 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:56 Bug #23935 (Closed): Simulate time in the TYPO3 admin panel is being ignored.
- The time will be cleared after hitting the "Update"-Button and no content elements will be shown/hidden.
T... - 10:14 Revision 42cd37b2: Follow-up to #16228: [Feature] TCA tree
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9271 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:50 Bug #23925: Mail not sent with SAFE_MODE enabled
- Yeah, that about sums it up.
Make your patch against svn trunk of 4.4 and use the newly introduced utility function ... - 01:46 Feature #23889: Optimize stdWrap usage for TypoScript content element COLUMNS
- Committed to trunk rev 9270
- 01:45 Revision beefb5ad: Fixed bug #16190: Optimize stdWrap usage for TypoScript content element COLUMNS (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9270 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:41 Feature #23891: Optimize stdWrap usage for TypoScript content element COA
- Committed to trunk rev 9269
- 01:41 Revision ea1b4716: Fixed bug #16192: Optimize stdWrap usage for TypoScript content element COA (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9269 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:38 Feature #23892: Optimize stdWrap usage for TypoScript content element COA_INT
- Committed to trunk rev 9268
- 01:38 Revision 85e91bf8: Fixed bug #16193: Optimize stdWrap usage for TypoScript content element COA_INT (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9268 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:35 Feature #23890: Optimize stdWrap usage for TypoScript content element CONTENT
- Committed to trunk rev 9267
- 01:34 Revision 11e9a546: Fixed bug #16191: Optimize stdWrap usage for TypoScript content element CONTENT (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9267 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:28 Feature #23895: Optimize stdWrap usage for TypoScript content element CTABLE
- Committed to trunk rev 9266
- 01:27 Revision 38294db4: Fixed bug #16196: Optimize stdWrap usage for TypoScript content element CTABLE (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9266 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:21 Feature #23896: Optimize stdWrap usage for TypoScript content element FILE
- Committed to trunk rev 9265
- 01:20 Revision 0ecff15a: Fixed bug #16197: Optimize stdWrap usage for TypoScript content element FILE (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9265 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:18 Feature #23898: Optimize stdWrap usage for TypoScript content element HMENU
- Committed to trunk rev 9264
- 01:17 Revision 0c488324: Fixed bug #16199: Optimize stdWrap usage for TypoScript content element HMENU (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9264 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:12 Feature #23888: Optimize stdWrap usage for TypoScript content element CLEARGIF
- Committed to trunk rev 9263
- 01:11 Revision 8f4baa47: Fixed bug #16189: Optimize stdWrap usage for TypoScript content element CLEARGIF (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9263 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-03
- 23:47 Bug #22784: Width of one paragraph of text in the Install Tool is too big
- Your patch works and solves the problem!
Send it to Core List! - 23:31 Bug #22784: Width of one paragraph of text in the Install Tool is too big
- This works even when there is no "-" in the path. In my installation the word "pageUnavailable" gets split up across ...
- 23:25 Bug #22784: Width of one paragraph of text in the Install Tool is too big
- >- The line displaying PATH_thisScript in Basic Configuration
Indeed! I just saw the screenshot
http://bugs.typo3.... - 23:05 Bug #22784: Width of one paragraph of text in the Install Tool is too big
- >The same problem is there at 2 other places in the same file:
>- The line displaying PATH_thisScript in Basic Confi... - 22:56 Bug #22784: Width of one paragraph of text in the Install Tool is too big
- Added a patch to solve this issue:
- added new class t3-install-description to "All configuration page"
- formatted... - 21:23 Bug #22784: Width of one paragraph of text in the Install Tool is too big
- OK.
Just take the solution you like best!
The same problem is there at 2 other places in the same file:
- The li... - 21:15 Bug #22784: Width of one paragraph of text in the Install Tool is too big
- "word-wrap: break-word" seems not to word under FF 3.6.x.
- 20:59 Bug #22784: Width of one paragraph of text in the Install Tool is too big
- word-wrap only is part of CSS3 I think. So, it is not yet a standard, but I read that it already should work in Firef...
- 20:15 Bug #22784: Width of one paragraph of text in the Install Tool is too big
- @christopher:
Is word-wrap really part of the css standard? AFAIK it's an IE invention and obviously does not work u... - 23:32 Bug #22975: PATH_thisScript in the Install Tool, Basic Configuration should have line break
- Resolved, no change required.
- 23:20 Bug #22975: PATH_thisScript in the Install Tool, Basic Configuration should have line break
- I cannot reproduce this problem anymore:
- For me the line is broken correctly: That happens either after a "-" or a... - 23:28 Bug #23929: Install tool: defaultTypoScript_setup should be textarea
- Added patch, included "String (textarea)" in desciption within file /t3lib/config_default.php which will be interpret...
- 14:23 Bug #23929 (Closed): Install tool: defaultTypoScript_setup should be textarea
- The install tool option [FE][defaultTypoScript_setup] is rendered as a text input but it should be a text area (like...
- 23:27 Bug #10303 (Resolved): migrate Draft workspace to a real workspace
- Committed to trunk :)
- 23:25 Bug #21923: Workspace Owners should be manageable with groups as well
- v3 resent to core list
- 23:20 Bug #23930: Garbled char in description
- Added patch that substitutes the garbled char by entity "–".
- 16:21 Bug #23930: Garbled char in description
- Just looked through all other texts but did not find any other place with char set encoding problems.
- 15:41 Bug #23930: Garbled char in description
- What I meant is: My installation uses UTF-8, I don't have to change this manually. I also have the Meta tag say utf-8...
- 15:00 Bug #23930: Garbled char in description
- Manually setting your browser to UTG-8 may solve the problem but the page is delivered as latin 1, see html source:
... - 14:37 Bug #23930: Garbled char in description
- Using UTF-8 as charset I see a long dash there; everything OK.
- 14:27 Bug #23930 (Closed): Garbled char in description
- Description of [MAIL][transport] contains garbled characters when describing option sendmail:
"Sends messages by c... - 22:22 Bug #23869: Incorrect FE rendering of thead element in RTE content in v4.4.4 & v2.0.5
- Remove the last two lines and the thead element will be rendered correctly.
- 21:42 Bug #23869: Incorrect FE rendering of thead element in RTE content in v4.4.4 & v2.0.5
- Shyly I reply with...
# === Output parsing ===
lib.stdheader >
lib.parseFunc.nonTypoTagStdWrap >
lib.parseFunc.... - 21:10 Bug #16244: Warning: preg_match_all(): Compilation failed: regular expression too large at offset 0 in tslib\class.tslib_content.php
- Basically the same code is still present in TYPO3 4.5alpha3 and in current trunk.
- 21:02 Bug #23931: Description of pageUnavailable_handling breaks layout under FF
- Resolved as duplicate of #22784.
This keeps things tidied up as the discussion only takes place at one place only. - 19:32 Bug #23931: Description of pageUnavailable_handling breaks layout under FF
- Hi Marc,
can you provide a patch?
For more ideas see the notes in #0014564. - 16:30 Bug #23931 (Closed): Description of pageUnavailable_handling breaks layout under FF
- The description of pageUnavailable_handling breaks the layout as there is a long string included which can not be div...
- 20:57 Feature #23934 (Closed): not possible to disable login sucess message
- I haven't found a way to disable login success message or add logout button to the success view.
It is a usability... - 20:49 Bug #23925: Mail not sent with SAFE_MODE enabled
- Hmmm, OK.
So, what do you suggest? Check value of last argument inside t3lib_utility_Mail::mail, if it is not empt... - 18:35 Bug #23925: Mail not sent with SAFE_MODE enabled
- You are right for t3lib_htmlmail, but that utility function is public and ment to be called from core / your extensio...
- 13:32 Bug #23925: Mail not sent with SAFE_MODE enabled
- There is such check, but one level up: in t3lib_htmlmail::sendTheMail. It check for safe mode enabled and, if it is, ...
- 11:48 Bug #23925: Mail not sent with SAFE_MODE enabled
- Hi Boris,
nice catch :)
shouldn't then there be a check, if the script is running in safe mode?
You could log th... - 11:06 Bug #23925 (Closed): Mail not sent with SAFE_MODE enabled
- After upgrading to branch 4 of TYPO3 (from 4.3) I found that mail from TYPO3 is not sent any more. Some of my extensi...
- 20:06 Bug #23913: Regression : Typoscript "required" did not work anymore
- Committed to trunk rev 9262
- 20:06 Revision a01594d5: Fixed bug #16217: Regression : Typoscript "required" did not work anymore (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9262 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:04 Bug #18799: Wrong CSS-Declaration makes big Forms unscrollable
- Resolved, fixed.
I checked this with 4.3.3 and 4.4 and cannot reproduce the problem.
At least for 4.4 and newer... - 20:00 Feature #23921: Optimize stdWrap usage for TypoScript content element HTML
- committed to trunk rev 9261
- 19:59 Revision 91c71751: Fixed bug #16227: Optimize stdWrap usage for TypoScript content element HTML (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9261 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:57 Feature #23920: Optimize stdWrap usage for TypoScript content element HRULER
- Committed to trunk rev 9260
- 19:55 Revision e6485647: Fixed bug #16226: Optimize stdWrap usage for TypoScript content element HRULER (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9260 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:47 Bug #16931: Table index_phash field phash_grouping
- Is the problerm that the field phash_grouping in the table index_phash is too short? A field of the type tinyblob can...
- 19:31 Revision 80ca083f: remove trailing lines with new added files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9259 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:37 Bug #23733: doktype limitation from be_groups is not applied to alternative page languages (pages_language_overlay)
- Committed to svn
4_3 rev 9256
4_4 rev 9257
trunk rev 9258 - 18:35 Revision fd624e0b: Fixed bug #15995: Bug: doktype limitation is not applied to alternative page languages (pages_language_overlay) (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9258 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:34 Revision 8b24b602: Fixed bug #15995: Bug: doktype limitation is not applied to alternative page languages (pages_language_overlay) (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9257 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:34 Revision cba59300: Fixed bug #15995: Bug: doktype limitation is not applied to alternative page languages (pages_language_overlay) (Thanks to Andreas Kiessling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9256 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:04 Feature #23919: Disable draft workspace and migrate it to a real workspace
- Committed to trunk rev 9255
- 17:59 Revision 23847fa5: Fixed bug #16225: Disable draft workspace and migrate it to a real workspace (Thanks to Tolleiv Nietsch)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9255 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:21 Bug #23933 (Closed): stdWrap for fontFile attribute of GIFBUILDER
- fontFile should support stdWrap to change the font per item.
See attached patch.
(issue imported from #M16240) - 17:18 Bug #23932 (Closed): In a sysfolder, the field Contains Plugin does not show the correct icon
- In a sysfolder, the field Contains Plugin does not show the correct icon. See attached screenshot
I think its ... - 17:01 Bug #23922: [Feature] TCA tree
- committed in 5 parts to trunk rev 9250-9254
- 16:54 Revision 441fd031: Added feature #16228: [Feature] TCA tree (Thanks to Steffen Ritter) - part 5 (styling)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9254 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:53 Revision 80c076f2: Added feature #16228: [Feature] TCA tree (Thanks to Steffen Ritter) - part 4 (TCA)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9253 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:52 Revision f219ca75: Added feature #16228: [Feature] TCA tree (Thanks to Steffen Ritter) - part 3 (ExtJS)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9252 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:51 Revision b7ab5b20: Added feature #16228: [Feature] TCA tree (Thanks to Steffen Ritter) - part 2 (abstract classes)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9251 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:50 Revision 5ac8dd06: Added feature #16228: [Feature] TCA tree (Thanks to Steffen Ritter) - part 1 (sprites)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9250 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:55 Bug #23875: htmlArea RTE: The path of classesAnchor images are modified when saving
- Thanks for testing.
Committed to SVN TYPO3core trunk (revision 9248) and branch TYPO3_4-4 (revision 9249). - 10:54 Bug #23875: htmlArea RTE: The path of classesAnchor images are modified when saving
- Seems to be solved. Thanks a lot!
- 15:54 Revision f5d236f8: Fixed bug #16175: htmlArea RTE: The paths of classesAnchor images are modified when saving
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9249 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:44 Revision b5054e8d: Fixed bug #16175: htmlArea RTE: The path of classesAnchor images are modified when saving
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9248 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:49 Revision 1bcf0a44: Fixed TYPO3 version to be 4.4.5-dev
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9247 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:37 Bug #23923: FLUIDTEMPLATE (cObject) - Not parsing css id ?
- I tested the trunk version, everything fine now! No problem anymore.
Next time i only use the trunk for testing arou... - 13:23 Bug #23923: FLUIDTEMPLATE (cObject) - Not parsing css id ?
- Of course I do :-)
I guess this bug can be closed, since the ID problem is related to the insertData Bug #23826, w... - 12:26 Bug #23923: FLUIDTEMPLATE (cObject) - Not parsing css id ?
- Hey Jo,
i think this is the normal Fluid behavior. Try this:
<f:format.html>{mycontent}</f:format.html>
The ... - 11:09 Bug #23923: FLUIDTEMPLATE (cObject) - Not parsing css id ?
- I tried to reproduce this behaviour but the IDs are replaced correctly on our testing server.
But I get another bu... - 13:11 Feature #10598 (Resolved): extend tx_linkvalidator_checkbase API a bit
- Thanks - committed to trunk (rev 39815)
- 13:10 Revision e41cef15: Fixed issue: #10598 - extend tx_linkvalidator_checkbase API a bit
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@39815 735d13b6-9817-0410-8766-e36946ffe9aa
- 12:44 Bug #23928 (Closed): ExtDirect Dataprovider for user settings
- This patch offers an ExtDirect handler for getting/setting BE_USER settings (uc)
It will be used by trees, ws modu... - 11:36 Bug #23927: save icons are not shown
- Normally you should have this button list on the top of the backend:
<input name="_savedok" class="c-inputButton" ... - 11:33 Bug #23927 (Closed): save icons are not shown
- Sometimes it happens that the edit screen of the TypoScript template setup or for a table record TCE does not show th...
- 11:26 Bug #23910: Autostart for Flash Videos does not work
- Ok,
I'll trie to create the patch with the solution from 0012988. But this will take some time, maybe at the end of... - 11:18 Bug #23926 (Closed): Dynamic RTE (tiny RTE) load in IRRE record
- With the default configuration the RTE didn't load at all in the IRRE records.
I did applied the patch file "typo3... - 10:41 Bug #23918: Class 'tx_table_db_access' not found in class.t3lib_div.php
- This has been fixed in the latest trunk.
svn update
U ChangeLog
U typo3/sysext/version/ws/class.wslib.php
... - 10:33 Revision 9eeda068: Changelog whitespace fix
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9246 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:07 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- If I look at comment 0043328 I'd say: Try increasing your max_execution_time, 30 seconds is a bit too low. I usually ...
- 01:32 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- OK, I did not develop the Introduction Package, but now we know: It cannot be installed that way. I think you _must_ ...
- 01:18 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- This is the root-page source code, which is created by Typo3 (see section below). Might be the line
<base href="http... - 01:14 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- Ok, import creates 26 tables (much less then 68!).
I do not receive an error, when open localhost/quickstart.
But .... - 00:55 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- As you can see the db t3_quickstart is already selected (@ post 43410):
Username: root
Host: localhost
Database
... - 00:47 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- @ post number 0043410:
Great!
Was that DB completely empty before? I think you now have an empty TYPO3 Installati... - 00:44 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- OK, so the settings for your database Username, Password and Host are correct.
Now choose a DB. Take an empty one.... - 00:34 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- For some reasons, after case 2) and having the install tool (not the 1-2-3 tool) opened in parallel, I get now the fo...
- 00:33 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- 1) This is what I've got directly after unzip:
Check database:
Username, password or host not set
You may need to ... - 00:03 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- Do I understand you correctly that you have set admin/password _for the DB connection_? I think that is your mistake....
- 02:42 Bug #23868: htmlArea RTE: Doesn't work in IE6 in current trunk
- Fixed in SVN trunk (revision 9245).
- 00:03 Bug #23868: htmlArea RTE: Doesn't work in IE6 in current trunk
- One comma too many in remove-format.js.
- 02:41 Revision c46e5c75: Fixed bug #16167: htmlArea RTE: Doesn't work in IE6 in current trunk
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9245 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-02
- 23:25 Bug #23837: htmlArea RTE: Links are incorrectly updated in Google Chrome
- I am unable to reproduce this issue with Chrome 8.0.552.5 and TYPO3 4.3 or trunk.
Clear the RTE cache using the Cl... - 22:30 Bug #23815: addToAllTCATypes after certain fields does not work anymore
- Yes, discussed in our release meeting today. Some "magic --linebreak--" around would indeed be needed to be as "backw...
- 22:05 Bug #23923 (Closed): FLUIDTEMPLATE (cObject) - Not parsing css id ?
- I hope that i didn't miss any config or did something wrong.
The problem is that the frontend shows code like this... - 21:42 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- 4YI:
Have tried meanwhile the following:
- First setup -> Typo3 DB t3_quickstart is created, empty, registered user... - 21:14 Bug #10602 (Closed): Comments needs to be saved during stage change
- Sorry, my failure, was already implemented. it's late...
- 21:09 Bug #10602 (Closed): Comments needs to be saved during stage change
- The comments the user inserted, needs to be saved during stage change
- 21:14 Bug #23869: Incorrect FE rendering of thead element in RTE content in v4.4.4 & v2.0.5
- What configuration do you have in TS setup for lib.parseFunc_RTE ?
- 20:47 Bug #10299 (Resolved): Tidy up locallang handling in workspace module
- 20:44 Bug #23875: htmlArea RTE: The path of classesAnchor images are modified when saving
- The image is inserted with an url relative to TYPO3_mainDir, rather than with an absolute url. Therefore, on saving, ...
- 20:07 Revision 4aff3723: [!!!][+BUGFIX] Fluid (View): Adjust fluid to recent resolveView() backport
- Tx_Fluid_View_AbstractTemplateView now implements the Tx_Extbase_MVC_View_ViewInterface that was changed in r2675.
NO... - 20:03 Revision 21a0771d: [+FEATURE] Extbase (MVC): Backport possibility to change the view object class name more easily
- Backported FLOW3s improved resolveView() mechanism. Tx_Fluid_View_TemplateView is still the default implementation, b...
- 19:30 Bug #23922 (Closed): [Feature] TCA tree
- This feature renders a tree from TCA with the type "select" and renderMode "tree".
It uses the abstract tree class... - 19:24 Bug #23096: Add Scheduler task for autopublication of workspaces
- The follow-up was committed to SVN Trunk in rev. 9244
- 19:23 Revision d9f909f3: Follow-up to feature #14994: Fixed call to log deprecated function
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9244 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:22 Feature #23921 (Closed): Optimize stdWrap usage for TypoScript content element HTML
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 19:20 Revision 35ce4341: [+BUGFIX] Extbase: Some smaller tweaks and fixes
- [!!!][+FEATURE] Extbase (Persistence): Backport QueryResult from FLOW3
Now Query::execute() returns an instance of Q... - 19:12 Feature #23920 (Closed): Optimize stdWrap usage for TypoScript content element HRULER
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 19:06 Revision 3a19439c: [+BUGFIX] Extbase (Object): Minor fix in ObjectManager to make it compatible with PHP 5.2.x
- Relates to: #9062
- 19:03 Feature #23802: htmlArea RTE: Register RTE scripts with the autoloader
- Second follow-up patch committed to trunk (revision 9243).
- 18:05 Feature #23802: htmlArea RTE: Register RTE scripts with the autoloader
- Incorrect registration of tx_rtehtmlarea_select_image
- 19:02 Revision 69e259f8: Follow-up to feature #16079: htmlArea RTE: Register RTE scripts with the autoloader
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9243 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:46 Feature #10598: extend tx_linkvalidator_checkbase API a bit
- Good idea, no major impact on the current code and offer greate possibilities for the hook.
+1 - 16:21 Feature #10598 (Closed): extend tx_linkvalidator_checkbase API a bit
- I was just checking if finding unlinked/unencrypted email-adresses would be possible with the linkvalidator and I fou...
- 18:44 Bug #10589: HTTP errors might not be detected
- Your are right, ill test your patch later and will commit if evrything is alright.
- 14:21 Bug #10589 (Closed): HTTP errors might not be detected
- In case the request itself went fine but returned an HTTP 404 (or anything > 400) the result array comming back from ...
- 18:43 Feature #23919 (Closed): Disable draft workspace and migrate it to a real workspace
- The draft workspace is hardcoded in the TYPO3 Core and has a different behaviour compared to other custom workspaces....
- 18:28 Bug #23913: Regression : Typoscript "required" did not work anymore
- The check for the recursionlevel had been moved into the foreach loop, but should have been placed after it.
Atach... - 12:48 Bug #23913 (Closed): Regression : Typoscript "required" did not work anymore
- Since bug 16110 have been resolved, typoscript conditions did not work anymore.
For example, in the following typosc... - 18:27 Bug #23917: Failed userlogins are not written to syslog using rsaauth and saltedpasswords
- I have uploaded a modified version og class.tx_saltedpasswords_sv1.php.
The class-internal function writeLog has b... - 18:07 Bug #23917: Failed userlogins are not written to syslog using rsaauth and saltedpasswords
- I found out, that the systemextension "saltedpassword" used t3lib_div::sysLog to log the failed login. This functions...
- 16:49 Bug #23917 (Closed): Failed userlogins are not written to syslog using rsaauth and saltedpasswords
- I have installed the system-extensions rsaauth and saltedpasswords on a TYPO3 4.4 installation.
When I try to log... - 18:25 Bug #23918 (Closed): Class 'tx_table_db_access' not found in class.t3lib_div.php
- trunk Revision 9242.
Since todays update to the latest trunk the Front end it ends up in an error message.
Fata... - 17:53 Feature #7098: $flashMessages should have a condition ...
- +1 for this one!
- 17:18 Bug #23916: Spelling and label fixes with new TCA layout for pages
- Yes, there is a mix up, please only consider fixes for the LABELS in this issue. I misunderstood the reasoning as tho...
- 16:52 Bug #23916: Spelling and label fixes with new TCA layout for pages
- Actually these are not TCA or label spelling mistakes, since the errors mentioned are coming from the CSH bubbles only.
- 16:32 Bug #23916: Spelling and label fixes with new TCA layout for pages
- :-)
- 16:31 Bug #23916: Spelling and label fixes with new TCA layout for pages
- thx, removed it from that list and created new issue #16222
- 16:28 Bug #23916: Spelling and label fixes with new TCA layout for pages
- Issue 2 comes from RealURL, see here:
http://forge.typo3.org/projects/extension-realurl/repository/annotate/trunk/lo... - 16:23 Bug #23916 (Closed): Spelling and label fixes with new TCA layout for pages
- There are some issues which should be fixed. This entry should hold all issues concerning pages / page overlays:
1... - 17:08 Bug #23866: layered menus generate "too much recursion javascript-error"
- Hi @all,
as mentioned in 0012376 TYPO3 must offer a management of cached files and/or temporary files.
All java... - 17:06 Bug #23236: Generation transparent images with GMENU fails
- pending in core list... le'ts wait and see :)
- 16:58 Bug #23236: Generation transparent images with GMENU fails
- This explanation makes sence. Although the other way worked in several installations for me. Will the patch be includ...
- 16:41 Bug #23236: Generation transparent images with GMENU fails
- Solution is much more simple:
Benni changed the way T3LIB_StdGraphic handles files internally to truecolor some ti... - 16:32 Feature #23897: Optimize stdWrap usage for TypoScript content element FLUIDTEMPLATE
- Fixed in the refactoring of #23874 already. Committed to trunk in rev. 9242.
- 16:22 Bug #23902: Dependency error when installing extensions on alpha or beta version
- The reason for this not working correctly is in typo3/sysext/em/mod1/class.em_index.php:
There checkDependencies() c... - 16:06 Bug #23874: Refactor FLUIDTEMPLATE cObject to use the new Fluid standalone view
- committed to trunk rev 9242
- 16:05 Revision 26659536: Fixed bug #16173: Refactor FLUIDTEMPLATE cObject to use the new Fluid standalone view (Thanks to Bastian Waidelich)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9242 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:27 Bug #23864: TCEFORM.tt_content.CType.keepItems = textpic does not work.
- In the wizard textpic doesen't show up, in the selectbox it shows up. Maybe its a Problem with the wizard?
Look a... - 15:06 Bug #23835: Improve tooltip behaviour
- Steffen committed this in rev. 9210.
- 14:52 Bug #23910: Autostart for Flash Videos does not work
- I think changing files in the contrib/ folder is no good idea, because these changes will be lost, when the files are...
- 14:08 Bug #23910: Autostart for Flash Videos does not work
- Hello Christopher,
i don't know which is the better solution. In my eyes both are correct, but for a better compa... - 13:54 Bug #23910: Autostart for Flash Videos does not work
- Hi Janos,
another idea (from #21829): In sysext/cms/flexform_media.xml change the line that says (was line 136 for... - 11:21 Bug #23910 (Closed): Autostart for Flash Videos does not work
- If you create a CE from type "Media" select an *.flv video file, Check Use Player (only for Shockwave Flash)" and Ren...
- 14:36 Feature #23915 (Rejected): (save and) edit next / previous record
- every now and then I have to do changes on more than one record and its easier to step one record forward than go bac...
- 14:29 Bug #23914: TCE-Forms do not use sprite icons -- this leads to inconsistency
- note: the new tca element "tree" for select fields already uses the possiblity to give sprite iconnames as select ico...
- 14:28 Bug #23914 (Closed): TCE-Forms do not use sprite icons -- this leads to inconsistency
- fix it...
This implicetely introduces the possiblitiy to provide a spriteicon-name as a third parameter to selects "... - 14:24 Revision 902aa6ba: [+BUGFIX] Fluid: Adjust Fluid to Dependency Injection changes
- Relates to: #9062
- 14:23 Revision be7751b1: [+BUGFIX] Extbase (Object): Refactor Object Manager
- The Object Manager is now at the same location and
has the same API as in FLOW3.
[+BUGFIX] Extbase: Major cleanups t... - 13:56 Bug #23812: Wrong search result description for a search word with german umlauts as the first letter
- The same problem on
TYPO3 4.4.3
PHP 5.3.3 - 11:34 Bug #23912 (Closed): taskcenter - wrongly created path for icon (in certain conditions)
- PROBLEM:
The path for icon in taskcenter is created wtih:
$icon = $GLOBALS['BACK_PATH'] . '../' . str_replace(PATH_... - 11:33 Bug #23877: Add DB structure update pre-processing hook in EM
- Committed to trunk as rev. 9241
- 11:32 Revision ba605450: Added feature #16177: Add DB structure update pre-processing hook in EM
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9241 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:22 Feature #23911 (Closed): Allow array as localconf.php configuration values
- Currently t3lib_install lacks a way to store an array as configuration value.
Having this method in Core would all... - 10:52 Bug #23909 (Closed): sys_action - not needed check for "table" in viewRecordList action
- PROBLEM:
When you define new action type of "Record List" (sys_action records) you have field "List only table". Th... - 10:42 Revision b4f6706a: * Cleaned up Persistence Backend
- 10:42 Revision 63bf0285: * Cleaned up QOM Factory
- 10:41 Revision 8f4d14be: [+BUGFIX] Extbase (MVC): Fix arguments object
- The arguments object is now correctly inheriting from ArrayObject
Resolves: #10562
[+BUGFIX] Extbase (MVC): Make da... - 00:07 Bug #21056: Close Button is at the wrong place when editing a file in filelist
- Committed to trunk rev. 9240
Thanks for your first contribution, Simon! - 00:04 Revision b4898f81: Fixed bug #11957: Close Button is at the wrong place when editing a file in filelist (Thanks to Simon Schaufelberger)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9240 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-11-01
- 23:55 Bug #23859: The rearranged TCA layout of tt_content still contains hardcoded labels
- Commited to trunk:
1) rev 9238: replacements of all occurrences of LLL:locallang_*.php with LLL:locallang_*.xml in... - 23:45 Revision 201c9159: Fixed issue #16151: The rearranged TCA layout of tt_content still contains hardcoded labels (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9239 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:27 Revision 5297310a: Fixed sub-issue of #16151: replacements of all ocurrences of LLL:locallang_*.php with LLL:locallang_*.xml in TCA definitions of sysext cms
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9238 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:38 Revision a824e432: [+FEATURE] Extbase (DI): merging DI into trunk. (resolves #10558)
- 21:00 Bug #23908 (Closed): ext_icon.gif of new sysexts need proper icons
- Extraction of extensions from typo3/mod/ to typo3/sysext/ makes extensions visible in the Extension Manager, but many...
- 19:01 Bug #23907 (Closed): Users in draft custom workspace cannot upload documents
- The error is:
Indexing failed
Meta record could not be inserted: Core: Error handler (BE): PHP Warning: Invalid... - 18:44 Revision 79e7ce32: [+TASK] Extbase: Undefined identifier in Tx_Extbase_Persistence_Storage_Typo3DbBackend::removeRow
- Method clearPageCache was given an undefined variable $uid as second parameter.
Resolves: #10570 - 18:38 Revision f2dc4ec9: [+TASK] Extbase: $query->contains generate incomplete SQL
- Use FIND_IN_SET instead of a self-constructed query of LIKE statements
Resolves: #8959 - 17:45 Feature #23906: Changeing of tt_contentConfig
- To check the patch for layouting too, it would be advisable to insert the patch of bug http://bugs.typo3.org/view.php...
- 17:43 Feature #23906: Changeing of tt_contentConfig
- This will be done with the grid view, so please wait for this feature to be implemented.
We are planning to do so ... - 17:29 Feature #23906 (Closed): Changeing of tt_contentConfig
- To be able to change the col position list before column rending in web > page there needs to be a hooks in class.tx_...
- 17:43 Feature #23905: Layouting column output in web > page
- This will be done with the grid view, so please wait for this feature to be implemented.
We are planning to do so ... - 17:25 Feature #23905 (Closed): Layouting column output in web > page
- It would be nice to be able to layout the column output in web > page. To do so there needs to be a hook in typo3/sys...
- 17:39 Bug #23470: Core calls deprecated function tslib_pibase::pi_list_query()
- Thanks, Christopher!
- 13:41 Bug #23470: Core calls deprecated function tslib_pibase::pi_list_query()
- Steffen committed this to trunk in rev. 9236.
- 16:47 Feature #23589: Popup wizard doesn't close when clicking "save & close"
- Can anyone confirm this, I think this needs to get in before feature freeze! Or else, the popup possibility is useless!
- 14:38 Feature #18879: Module Web>List: Enable options to hide searchbox and checkboxes and init MOD_SETTINGS from Page TSconfig
- Closed, no change required.
Most of this has been solved as part of #23506. - 14:37 Feature #18879: Module Web>List: Enable options to hide searchbox and checkboxes and init MOD_SETTINGS from Page TSconfig
- Hi Patrick,
the checkboxes can now be hidden since #23506.
Only the search box is still displayed always.
Coul... - 14:24 Bug #20087: Allow predefined setting for "extended view" in list module
- Closed, no change required.
This has been solved as part of #23506. - 13:51 Bug #16343: TCEMain depends on TemplaVoila
- References to templavoila are still present in trunk as of today.
- 13:45 Bug #23902: Dependency error when installing extensions on alpha or beta version
- Having a look at #21952 this issue should have been solved there.
But seems like it wasn't or got broken again. - 12:12 Bug #23902 (Closed): Dependency error when installing extensions on alpha or beta version
- When you install an extension in an alpha or beta version you always get an error like below:
====================... - 12:08 Bug #23901 (Closed): File module is shy
- The file module has the status 'shy'. When you want to install it you first need to check 'shy' before you can see in...
- 12:06 Bug #23900 (Closed): File module is shown although not loaded
- When updating from 4.4.4 to 4.5 alpha3 the file module is visible in the module tree even though not activated in the...
- 10:51 Feature #23899 (Closed): add a control function for debugging
- Sometimes you wish to give control instructions to the debug object. E.g. you wish to set other colors for the output...
- 10:39 Feature #23898 (Closed): Optimize stdWrap usage for TypoScript content element HMENU
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 10:35 Feature #23897: Optimize stdWrap usage for TypoScript content element FLUIDTEMPLATE
- The attached patch will improve the element FLUIDTEMPLATE - not CASE
- 10:33 Feature #23897 (Closed): Optimize stdWrap usage for TypoScript content element FLUIDTEMPLATE
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 10:25 Feature #23896 (Closed): Optimize stdWrap usage for TypoScript content element FILE
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 10:19 Feature #23895 (Closed): Optimize stdWrap usage for TypoScript content element CTABLE
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 08:41 Bug #23894: author/author_email are not shown when author_company exists
- Committed to trunk (rev. 9237)
- 08:33 Bug #23894 (Closed): author/author_email are not shown when author_company exists
- If you define author_company in ext_emconf.php, then the author name/email are not shown anymore.
(issue imported... - 08:39 Revision 5530078a: Fixed bug #16195: author/author_email are not shown when author_company exists
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9237 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-31
- 22:08 Bug #23893 (Closed): Add type hints for function parameters in tslib_content
- Functions in tslib_content do not have type hints for array or object parameters.
Problem: if you pass a string in... - 20:45 Feature #9752: Module: Implement foldout part of differences in grid view
- Following problems are still open:
* result of $versionRecord[$fieldName] = t3lib_BEfunc::getProcessedValue($paramet... - 20:20 Revision 2584c980: Fixed bug #15583: Core calls deprecated function tslib_pibase::pi_list_query()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9236 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:14 Feature #10045: Implement serverbased sorting for the grid
- all columns available in grid view are sortable.
ToDos: Maybe add some exceptions. Comment the code. - 19:09 Feature #23506: Make checkboxes at the bottom of modules hidable
- trunk rev 9235
- 19:06 Revision a3c49829: Added feature 15645: Make checkboxes at the bottom of modules configurable (Thanks to Jörg Klein)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9235 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:59 Feature #23892 (Closed): Optimize stdWrap usage for TypoScript content element COA_INT
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 17:55 Feature #23891 (Closed): Optimize stdWrap usage for TypoScript content element COA
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 17:48 Feature #23890 (Closed): Optimize stdWrap usage for TypoScript content element CONTENT
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 17:19 Feature #23889 (Closed): Optimize stdWrap usage for TypoScript content element COLUMNS
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 17:10 Feature #23888 (Closed): Optimize stdWrap usage for TypoScript content element CLEARGIF
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 17:09 Bug #23887 (Closed): In t3lib_BEfunc::viewOnClick, parameter $altUrl doesn't ignore all other parameters
- The method documentation for t3lib_BEfunc::viewOnClick states that
* @param string $altUrl is an alternative U... - 17:04 Feature #10551 (Closed): Improve handling of non-versionable records
- When working in a workspace, it is possible to edit records that belong to a table for which versioning is not activa...
- 16:57 Feature #23886 (Closed): Optimize stdWrap usage for TypoScript content element CASE
- One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements an...
- 13:15 Revision 93f494cc: Follow-up to #15830: Sprite - IRRE record synchronization icon missing (icon was missing)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9234 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:54 Revision bf1e2d34: Follow-up to #15745: Integrate generic notification methods to show windows and dialogs based on ExtJS
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9233 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:29 Revision 18f97051: Follow-up to #15966: Enable debug mode in BE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9232 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:06 Bug #23575: Allow DBAL to interact with EM to configure remapping
- Just uploaded some ongoing work to show how this could be done.
- 10:00 Feature #23885 (Closed): Uploads outside of DOCUMENT_ROOT
- I have Userpics and dont want to save them out of DOCUMENT_ROOT.
To do this i just tried this in:
class.t3lib_tce... - 02:24 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- Sorry, gave a wrong info before (looked for the info at the wrong server)
Apache/2.2.6 (Win32) !
PHP/5.2.4 ! - 01:59 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- This is the last entry in error.log of the apache server:
[Sun Oct 31 01:52:32 2010] [error] [client 127.0.0.1] PHP ... - 01:50 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- My user has full access and admin rights (is admin of localhost).
Just for a try I added an user 'admin' with passw... - 01:27 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- Might be the problem is, when I like to work with the installer tool I've to give a user ID and Password from my form...
- 01:24 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- - Here is the exact string of the Apache config out of phpinfo:
Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9...
2010-10-30
- 23:21 Bug #23884 (Closed): Make "Include Access Lists:" Tables collapsible
- Going over the settings of Include Access Lists: is a huge task or rather you have no good overview of all settings....
- 18:13 Bug #23356: viewlistrecord of sys_action (taskcenter) with broken pagebrowser link
- Hi Manuel,
Sorry to read that.
It seems there are two bugs : the listURL ones and the pagebrowser.
Maybe the... - 17:42 Bug #23882: Introduction Package: Installation gives Server Error 500 when trying to write to Database
- Seems like the database user does not have the right to write to the new database.
PS: Which PHP version do you use? - 16:58 Bug #23882 (Closed): Introduction Package: Installation gives Server Error 500 when trying to write to Database
- Hello,
trying to setup installation with 1-2-3 tool for the quickstart website, it hangs up at 3rd step. That is the... - 17:19 Feature #23883 (Closed): Edit TypoScript file content in t3editor
- Problem:
When putting TypoScript in files you cannot edit their content within the t3editor (using syntax highlighti... - 16:24 Bug #23881 (Closed): Can not create or edit BE users
- Trying to create a BE user results in the following error...
PHP Catchable Fatal Error: Argument 2 passed to t3lib... - 15:55 Bug #22157: t3lib_BEfunc::viewOnClick - Hook request
- v3 adds a missing ' to v2 ... besides that nothing was changed
- 15:21 Feature #6251 (Under Review): User GROUPS should be able to OWN workspaces
- 14:55 Feature #23316: [Caching framework] Add scheduler task to execute garbage collection
- trunk rev. 9231
- 14:52 Revision 0d5063c3: Added feature #15306: [Caching framework] Add scheduler task to execute garbage collection
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9231 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:41 Bug #23879: 1-2-3 install tool wizard does not let DBAL load early enough
- Committed to DBAL_trunk (rev. 39699)
- 13:36 Bug #23879 (Closed): 1-2-3 install tool wizard does not let DBAL load early enough
- Since the check for PHP modules within Install Tool, DBAL is not loaded anymore early enough. This cause install of T...
- 13:41 Revision a2ce0382: Fixed bug #16179: 1-2-3 install tool wizard does not let DBAL load early enough
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39699 735d13b6-9817-0410-8766-e36946ffe9aa
- 12:59 Feature #9820 (Resolved): Module: Show legend below new grid component
- 12:51 Bug #10303 (Under Review): migrate Draft workspace to a real workspace
- some minor todos left - but the script itself runs as supposed ...
- 12:36 Feature #10286 (Resolved): Module: Move Generate Workspace Preview Link in doc header
- 12:08 Bug #10308 (Resolved): Tab styling
- 11:28 Bug #23696: Log deprecated functions (and adjust comments)
- Committed to DBAL_trunk (rev. 39696).
Thanks Susanne. - 11:28 Revision c78d208b: Fixed bug #15941: Log deprecated functions (and adjust comments)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39696 735d13b6-9817-0410-8766-e36946ffe9aa
- 11:20 Bug #23707: Misleading error message in ux_t3lib_DB->cacheFieldInfo()
- Committed to:
- DBAL_trunk (rev. 39693)
- DBAL_1-1 (rev. 39694)
- DBAL_1-0 (rev. 39695)
thanks. - 11:20 Revision f0912b84: Backported changeset 39693 from trunk: Fixed bug #15960
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-0@39695 735d13b6-9817-0410-8766-e36946ffe9aa
- 11:19 Revision 149c748b: Backported changeset 39693 from trunk: Fixed bug #15960
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-1@39694 735d13b6-9817-0410-8766-e36946ffe9aa
- 11:17 Revision 64a346ba: Fixed bug #15960: Misleading error message in ux_t3lib_DB->cacheFieldInfo() (thanks to Martin Kuster)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39693 735d13b6-9817-0410-8766-e36946ffe9aa
- 11:13 Bug #23834: UPDATE queries fails for $GLOBALS['TYPO3_DB']->sql_query
- Committed to:
- DBAL_trunk (rev. 39691)
- DBAL_1-1 (rev. 39692)
not applicable to DBAL_1-0 - 11:12 Revision fa9cbf61: Backported changeset 39691 from trunk: Fixed bug #16120
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/branches/DBAL_1-1@39692 735d13b6-9817-0410-8766-e36946ffe9aa
- 11:10 Revision 40fa12a6: Fixed bug #16120: UPDATE queries fails for ['TYPO3_DB']->sql_query (thanks to Alan Oguzhan)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39691 735d13b6-9817-0410-8766-e36946ffe9aa
- 11:09 Revision df99e0de: Fixed case
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39690 735d13b6-9817-0410-8766-e36946ffe9aa
- 10:52 Feature #10287 (Resolved): Module: Change tab handling - one tab for every workspace
- tabs need styling but the functionality is there now :)
- 10:16 Bug #23474: includeCSS path-string pass htmlspecialchars twice
- Ah, sorry.. today the patch looks different than last night, I swear :D
Makes sense I think. - 09:47 Bug #23474: includeCSS path-string pass htmlspecialchars twice
- The patch *only* removes calls to htmlspecialchars() in typo3/sysext/cms/tslib/class.tslib_pagegen.php.
htmlspecia... - 00:20 Bug #23474: includeCSS path-string pass htmlspecialchars twice
- But isn't the & supposed to be replaced by & in the output?
So I think it would be okay to remove the htmlspec... - 09:27 Feature #23878 (Closed): add a possibility to turn off the XCLASS checking
- The Extension Manger shall not give always an XCLASS warning message to a PHP file. Some cases exist where a XCLASS i...
- 08:46 Bug #23877 (Closed): Add DB structure update pre-processing hook in EM
- Extension Manager lacks a way to perform actions prior to modify the database structure (create new tables or add add...
- 02:41 Bug #23876: Fileuploads with Flash do not work anymore in Firefox
- Can you confirm, that it works correctly in Internet Explorer? For me it does.
But I can reproduce the issue with ... - 00:18 Bug #23876 (Closed): Fileuploads with Flash do not work anymore in Firefox
- In Firefox the flash file uploader does not work anymore. When clicking on Choose files" nothing happens. Same for cl...
- 02:36 Bug #23849: No "Page types" icon in be_group editing, when using rendermode accessListRenderMode = checkbox
- Resolved as duplicate of #23450 (because that one has the better description).
Please go on there! - 00:47 Bug #23450: Icons for page types missing
- There is another bug report about this issue: 16138
2010-10-29
- 22:40 Bug #23474: includeCSS path-string pass htmlspecialchars twice
- Uploaded patch for resolving issue.
in "typo3/sysext/cms/tslib/class.tslib_pagegen.php" all htmlspecialchars calls... - 20:55 Feature #23445: [IRRE] Open all childrecords when opening parent records
- 4.3 rev. 9230
4.4 rev. 9229
trunk rev. 9228 - 20:45 Revision defcda5a: Fixed bug #15551: [IRRE] Open all child records when opening parent records (Thanks to Sebastian Fischer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9230 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:38 Revision 55d8ba3c: Fixed bug #15551: [IRRE] Open all child records when opening parent records (Thanks to Sebastian Fischer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9229 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:38 Revision f92628a0: Fixed bug #15551: [IRRE] Open all child records when opening parent records (Thanks to Sebastian Fischer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9228 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:15 Bug #23875 (Closed): htmlArea RTE: The path of classesAnchor images are modified when saving
- If adding a e.g. Download-link in RTE the image specified in classesAnchor.downlaod.file is displayed just as it shou...
- 18:10 Bug #23874: Refactor FLUIDTEMPLATE cObject to use the new Fluid standalone view
- Besides the patch removes an unneeded TEMPLATE function which was unintentionally committed with #23162
- 18:06 Bug #23874 (Closed): Refactor FLUIDTEMPLATE cObject to use the new Fluid standalone view
- Since r9160 (#23744) it's possible to use the FLUIDTEMPLATE TypoScript cObject.
The current implementation calls som... - 18:04 Bug #23873: Accessing FE in fresh install fails with RuntimeException "No database selected"
- uploaded 16172_v1.patch.
If database host and database is not defined typo3 jumps automatically into 1-2-3 Install... - 18:03 Bug #23873 (Closed): Accessing FE in fresh install fails with RuntimeException "No database selected"
- In #23464 a new Exception-Handler was implemented. In the current trunk it will used for the the errors on connecting...
- 18:02 Bug #23127: Accessing BE in fresh install fails with "No database selected"
- trunk rev. 9227.
- 16:52 Bug #23127: Accessing BE in fresh install fails with "No database selected"
- 15042_v3.patch works with a redirect now.
- 16:50 Bug #23127: Accessing BE in fresh install fails with "No database selected"
- Wrote 15042_v3.patch after Helmut Hummels comment "is there a reason for doing a JavaScript redirect and not a http r...
- 17:58 Revision 23ac0ee2: Fixed bug #15042: Accessing BE in fresh install fails with "No database selected" (Thanks to Lars Peipmann)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9227 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:57 Revision 1801efb8: * Updated Fluid to 1.3.0alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9226 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:52 Revision 745fed9f: * Updated version to 1.3.0alpha3.
- 16:36 Bug #23851: PHP warning in System reports extension
- Committed to:
* trunk 9223
* 4.4 9224
* 4.3 9225 - 09:40 Bug #23851: PHP warning in System reports extension
- I have send the patch to the Core Team list
- 16:32 Revision f95fa167: Fixed bug #16140: [reports] PHP warning on missing array in reports system extension (Thanks to Rudi Meyer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9225 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:31 Revision 06de85d1: Fixed bug #16140: [reports] PHP warning on missing array in reports system extension (Thanks to Rudi Meyer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9224 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:29 Revision e65b7ce6: Fixed bug #16140: [reports] PHP warning on missing array in reports system extension (Thanks to Rudi Meyer)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9223 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:57 Feature #23872 (Closed): Renaming of FE cookie name
- Allow renaming of FE Cookie Name, because currently it's not possible to host multiple TYPO3 installations on the dom...
- 15:52 Bug #22986: Slow query in sys_history due to missing key on tstamp / tablename
- Resolved, no change required.
Ok, at least the first part of the key is used for me (tablename), maybe my table ju... - 15:32 Feature #23848: [em] Task to update extension list
- trunk rev. 9222
- 15:30 Revision fc075dc2: Added feature #16137: [em] Task to update extension list
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9222 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:47 Bug #22628: Copy record in list view
- I agree to Steffen, with the context menu it doesn't work but with extended view icons it does. Should be fixed for t...
- 14:34 Bug #16588: Inconsistent return values of ini_get() produce false positives for safe_mode detection
- Committed to trunk rev. 9221.
- 14:30 Revision 03154277: Fixed bug #4272: Inconsistent return values of ini_get() produce false positives for safe_mode detection (Thanks to Peter Beernink)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9221 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:37 Bug #23871 (Closed): Increase DB-fields spaceBefore and spaceAfter
- Problem:
Sometimes it is necessary to enter more than 255px margin before or after a CE.
At the moment the correspo... - 13:22 Bug #22253: TYPO3's plain mails should use the proper encoding settings
- What about the 2 occurences in install/mod/class.tx_install.php?
They still only use the mail() function from PHP. - 10:20 Bug #22253: TYPO3's plain mails should use the proper encoding settings
- these changes are not required anymore because t3lib_utility_Mail::mail() serves these mails now - can anyone close i...
- 13:01 Bug #17489: Install Tool image tests fail when there are spaces in the path name
- @Ernesto
I've tested your patch it worked ok.
I did make some modifications:
* match against current trunk (r9220)... - 12:34 Bug #23870 (Closed): Field alias not displayed in Workspace
- Being in workspace the field is not displayed. Being in live the field is there and works.
Tested in 4.2.15 an... - 12:06 Bug #23869 (Closed): Incorrect FE rendering of thead element in RTE content in v4.4.4 & v2.0.5
- This is the same issue as bug 0016038.
The <thead> section of rte tables is being rendered outside the <table>
... - 11:36 Bug #23868 (Closed): htmlArea RTE: Doesn't work in IE6 in current trunk
- Hi Stan,
the RTE in current trunk doesn't work in IE6
(issue imported from #M16167) - 11:17 Bug #23470: Core calls deprecated function tslib_pibase::pi_list_query()
- v4 hopefully CGL compliant
- 09:43 Bug #23470: Core calls deprecated function tslib_pibase::pi_list_query()
- Updated patch in order to use it with current trunk (rev. 9008)
- 10:45 Bug #22157: t3lib_BEfunc::viewOnClick - Hook request
- v2 removes all the switching between two urls because this is only needed for workspaces. the new workspace-module (4...
- 10:07 Bug #23861: t3lib_db::INSERTquery misses a space when generering the INSERT INTO statement
- Commited to:
- trunk rev. 9218 (for 4.5beta1)
- TYPO3_4-4 rev. 9219 (for 4.4.5)
- TYPO3_4-3 rev. 9220 (for 4.3.9)
- 10:05 Revision b08686a7: Fixed bug #16155: t3lib_db::INSERTquery misses a space when generering the INSERT INTO statement
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9220 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:05 Revision e48f6af5: Fixed bug #16155: t3lib_db::INSERTquery misses a space when generering the INSERT INTO statement
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9219 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:05 Revision 190c238a: Fixed bug #16155: t3lib_db::INSERTquery misses a space when generering the INSERT INTO statement
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9218 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:46 Bug #23866: layered menus generate "too much recursion javascript-error"
- Hi,
I applied the code changes from here
http://forge.typo3.org/projects/typo3v4-core/repository/revisions/9037/d... - 02:35 Bug #23866: layered menus generate "too much recursion javascript-error"
- I'm not suscribed to that list and the one time I tried to contribute something I was instantly reprimanded about som...
- 01:23 Bug #23866: layered menus generate "too much recursion javascript-error"
- @ Jorgo: The files in typo3/sysext/statictemplates/media/scripts/ were not changed until now.
Please send a reminder... - 00:30 Bug #23866: layered menus generate "too much recursion javascript-error"
- Did the official patch take this into account?
http://lists.typo3.org/pipermail/typo3-english/2010-October/071610.html - 01:31 Bug #23867: Menu_Layers is screened incorrect
- #21388 was the only issue changing the _menu_layers.php files between 4.3.7 and 4.3.8.
Are you sure that this is n... - 00:56 Bug #23867 (Rejected): Menu_Layers is screened incorrect
- After Update from 4.3.7 to 4.3.8 i have the error in frontend, that the t_menu_layers and g_menu_layers does not work...
2010-10-28
- 22:04 Bug #23866: layered menus generate "too much recursion javascript-error"
- Hi Andreas,
the code you mention was already changed in #21388.
TYPO3 4.4.5 will ship with the new version. You c... - 21:28 Bug #23866 (Rejected): layered menus generate "too much recursion javascript-error"
- Under certain conditions, when using TMENU_LAYERS the layers containing the navigation items get non-unique IDs.
T... - 21:18 Bug #17433: Inserting a divider (<hr>) on the RTE breaks XHTML validation
- Still exists in 4.4.4. Anchors are not parsed after <hr>
- 21:07 Bug #23865 (Closed): After creating the install tool enable file, provide a link to the install tool
- Currently when you go to the user settings to create the install tool enable file you get a confirmation flash messag...
- 18:07 Bug #23837: htmlArea RTE: Links are incorrectly updated in Google Chrome
- Ty for your answer Stanislas.
* Right click, modify the link, update : bug
* RTE toolbar at the top : bug
It a... - 17:53 Bug #23864: TCEFORM.tt_content.CType.keepItems = textpic does not work.
- still can't reproduce
- 17:12 Bug #23864: TCEFORM.tt_content.CType.keepItems = textpic does not work.
- I fixed the description.
- 17:10 Bug #23864: TCEFORM.tt_content.CType.keepItems = textpic does not work.
- Sorry - just found out that I was checking the wrong version of the TSconfig manual.
Tested it and for me it works... - 17:04 Bug #23864: TCEFORM.tt_content.CType.keepItems = textpic does not work.
- Where did you find a property named "keepItems"?
AFAICS there is none, so of course this doesn't work.
Or did you... - 16:40 Bug #23864: TCEFORM.tt_content.CType.keepItems = textpic does not work.
- Sorry, I mean:
This SHOULT have the same effect like:
TCEFORM.tt_content.CType.removeItems = header, text, i... - 16:39 Bug #23864 (Closed): TCEFORM.tt_content.CType.keepItems = textpic does not work.
- TCEFORM.tt_content.CType.keepItems = textpic
Does not work, there is no CType to choose in the BE
This should ... - 17:52 Bug #23862: TYPO3 4.1.15: Incomplete whitelistPattern in function sanitizeLocalUrl (class.t3lib_div.php)
- Thanks for taking care to make TYPO3 a better system!
I would like to inform you that people can still read your p... - 17:37 Bug #23862: TYPO3 4.1.15: Incomplete whitelistPattern in function sanitizeLocalUrl (class.t3lib_div.php)
- I know that 4.1.x is not supported anymore.
But I just would like to share this issue and it's solution, because i... - 17:28 Bug #23862: TYPO3 4.1.15: Incomplete whitelistPattern in function sanitizeLocalUrl (class.t3lib_div.php)
- This problem was introduced by #23321, which was only committed to the TYPO3 branch 4.1.
The function sanitizeLoca... - 17:20 Bug #23862: TYPO3 4.1.15: Incomplete whitelistPattern in function sanitizeLocalUrl (class.t3lib_div.php)
- Can you reproduce this also in newer versions of TYPO3? Version 4.1.x isn't supported anymore.
- 15:22 Bug #23862 (Closed): TYPO3 4.1.15: Incomplete whitelistPattern in function sanitizeLocalUrl (class.t3lib_div.php)
- When localizing a record in list view (by clicking on the lang flag), the redirect url parameters have this pattern: ...
- 17:08 Bug #23863: Footer
- Hi Gotlieb,
sorry, but I could not resist giving the obvious answer. :-)
This is a bugtracker, where we collect... - 17:04 Bug #23863: Footer
- Try everything, then it works.
- 15:51 Bug #23863 (Closed): Footer
- How does one edit a footer, tried almost everything and it did not work
(issue imported from #M16159) - 17:01 Feature #15889: Clean up inline javascript in menu_layers.php
- Now send a mail with your patch to Core List. You can find a how to here: http://typo3blogger.de/ab-in-den-core/ (I a...
- 12:36 Feature #15889: Clean up inline javascript in menu_layers.php
- for me, patchfile looks ok.
+1 by reading ;) - 12:30 Feature #15889: Clean up inline javascript in menu_layers.php
- thxal christopher, you saved me some time of fiddling around with trunk and my changes.
and thxal to ernesto, i thin... - 15:58 Bug #16676: default setting for imageorient does not work
- still dosent work in 4.4.4! tested in userconfig
TCAdefaults.tt_content.imageorient = 26
For me as an Workaro... - 15:12 Bug #23861 (Closed): t3lib_db::INSERTquery misses a space when generering the INSERT INTO statement
- Since #20947 (rev. 6203, 4.3.0 and later), a CGL cleanup on t3lib_db, the INSERTquery method generates a slightly non...
- 14:37 Bug #23860 (Closed): Installation on Windows causes Fatal error: Call to undefined method com::GetRandom() during 1-2-3 installer.
- When installing on Windows Vista in a WAMP environment the install tool gives a fatal error:
Fatal error: Call to un... - 10:20 Bug #23859 (Closed): The rearranged TCA layout of tt_content still contains hardcoded labels
- After 16031 there are still hardcoded labels, missing checkbox labels and wrong file names pointing to locallang_ttc....
- 10:19 Bug #23858 (Closed): Save+Preview not working correct with domain records
- Let's say you have a domain record for redirecting domain.com to www.domain.com configured.
If you login into the ba... - 09:59 Revision cc5b00a3: Follow-up to #15745: Integrate generic notification methods to show windows and dialogs based on ExtJS
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9217 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:52 Bug #23356: viewlistrecord of sys_action (taskcenter) with broken pagebrowser link
- Hi Sebastian,
thank you for the patch, but it does not solve the problem for me.
the url now is correct with th... - 09:16 Bug #20237: Alignment Error in TCEforms with Palette title --palette--;myTitle
- This alignment error is still present in Version 4.5, Rev. 9216.
See attached screenshot 'PaletteAlign-Error-Rev9216... - 07:57 Bug #23857 (Closed): Missing intvals to sanitize input data in getReferenceCount and createReferenceHtml
- Function setReferences() is set to deprecated and function getReferenceCount() should be used. As the old function go...
2010-10-27
- 21:13 Bug #23846: output of "&qout;" in title tag
- Thanks!
Commited to
- trunk rev. 9215 (for 4.5 beta1)
- 4.4 rev. 9216 (for 4.4.5) - 21:13 Revision cfa9b3fa: Fixed bug #16135: Output of superfluous "&qout;" in title of TCEform icon for record in group of type "db" (Thanks to Sven Juergens)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9216 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:12 Revision 8555e684: Fixed bug #16135: Output of superfluous "&qout;" in title of TCEform icon for record in group of type "db" (Thanks to Sven Juergens)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9215 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:53 Revision 27bebe43: MS-DOS line ending fix
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9214 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:52 Revision 263fcb79: Indention fix
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9213 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:33 Feature #15889: Clean up inline javascript in menu_layers.php
- I just created a patch file out of the files Clemens posted here.
I also included the changes from #21388, which ar... - 20:16 Feature #15889: Clean up inline javascript in menu_layers.php
- Clemens. Best would be:
1) checkout the TYPO3 src with "svn" (available in package "subversion" on ubuntu):
% s... - 20:03 Feature #15889: Clean up inline javascript in menu_layers.php
- I use Eclipse (on Windows, but it is plattform independent), but for me it is slow. Others use Netbeans, which basica...
- 19:54 Feature #15889: Clean up inline javascript in menu_layers.php
- i will try to make a patch. can you suggest a good piece of software for this task on ubuntu?
// edit:
sry, netbe... - 19:23 Feature #15889: Clean up inline javascript in menu_layers.php
- Hi Clemens,
could you provide your changes as a patch file? That would help to figure out, what was changed.
Afte... - 18:36 Feature #15889: Clean up inline javascript in menu_layers.php
- BTW: i use this patch since years on lots of installations (without the 'fallback' if layermenuid is not set, and som...
- 18:18 Feature #15889: Clean up inline javascript in menu_layers.php
- Hi Ernesto,
After playing around with the new pagerenderer, and searching for an alternative for the fixed 'layer_... - 19:56 Bug #23856: htmlArea RTE: Missing cancel browser default after inserting character or emoticon
- Committed to SVN TYPO3core trunk (revision 9211) and branch TYPO3_4-4 (revision 9212).
- 19:33 Bug #23856 (Closed): htmlArea RTE: Missing cancel browser default after inserting character or emoticon
- Browser takes default action after inserting character or emoticon which causes return to site root. The issue does n...
- 19:56 Revision 490817cf: Fixed bug #16148: htmlArea RTE: Missing cancel browser default after inserting character or emoticon
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9212 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:53 Revision 43540cab: Fixed bug #16148: htmlArea RTE: Missing cancel browser default after inserting character or emoticon
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9211 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:26 Bug #23837: htmlArea RTE: Links are incorrectly updated in Google Chrome
- Does this happen only when using the context menu, or does it happen also when using directly the Modify link button ...
- 11:19 Bug #23837: htmlArea RTE: Links are incorrectly updated in Google Chrome
- What's new ? :/
- 19:19 Bug #23356: viewlistrecord of sys_action (taskcenter) with broken pagebrowser link
- Hi Sebastian,
thanks for your patch!
Now send a mail with your patch to Core List. You can find a how to here: ... - 18:28 Bug #23356: viewlistrecord of sys_action (taskcenter) with broken pagebrowser link
- I experience same problem with TYPO3 4.4.4 when creating a module which creates a DB list (localRecordList).
The pro... - 19:16 Revision 3687e72f: Fixed bug #16122: Improve tooltip behaviour
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9210 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:13 Bug #23162: Refactoring of content objects of tslib_content
- Committed to trunk rev 9209
- 19:09 Revision 37963354: Fixed bug #15094: Refactor of content objects of tslib_content
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9209 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:08 Bug #23855 (Closed): getRecordOverlay fetches "Versioning Preview Overlay" but does not return the fields _ORIG_uid and _ORIG_pid
- When a page is rendered, the class t3lib_pageSelect usually does the language overlay with "getRecordOverlay". Here, ...
- 18:14 Bug #17227: Shortcut to external URL if referer-check enabled
- Same Problem over here too, with typo3 4.4.4
- 18:02 Bug #23407: code issue in method getCookie()
- Committed to
- trunk rev. 9208
- 4-4 rev. 9207
- 4-3 rev. 9206
- 4-2 rev. 9205
Thanks for your contribution, M... - 17:59 Revision 048cfa17: Fixed bug #15503: Improve t3lib_userAuth::getCookie() (Thanks to Michael Bürgi)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@9208 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:55 Revision 108f0903: Fixed bug #15503: Improve t3lib_userAuth::getCookie() (Thanks to Michael Bürgi)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9207 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:45 Revision a97337b8: Fixed bug #15503: Improve t3lib_userAuth::getCookie() (Thanks to Michael Bürgi)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9206 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:42 Feature #16972: patch for typolink to allow individual windows-targets and -objects
- Hey Christopher,
me too, I completely forgot about this issue. So thanks for your quick answer now after the remi... - 14:57 Feature #16972: patch for typolink to allow individual windows-targets and -objects
- Hi Jochen,
sorry for the delay.
Please make the patch against trunk, which you find at https://svn.typo3.org/T... - 14:50 Feature #16972: patch for typolink to allow individual windows-targets and -objects
- Hey all - wouldn't this one still be worth a patch?
- 17:30 Revision 29661d3d: Fixed bug #15503: Improve t3lib_userAuth::getCookie() (Thanks to Michael Bürgi)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9205 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:28 Bug #23854 (Closed): Clipboard slection "copy" jumps back to "cut"
- Hi all!
When I use the clipboard und try to change from "copy element" (Element verschieben) it allways jump back ... - 15:54 Feature #23853 (Closed): Array in FLUIDTEMPLATE
- My TS:...
- 13:11 Bug #23851: PHP warning in System reports extension
- Hi Rudi,
thanks for your patch!
I've attached an updated one, as old and new source were mixed up and we usuall... - 12:36 Bug #23851: PHP warning in System reports extension
- Hi Steffen,
I have attached a patch with my fix.
Thanks for a quick response!
Rudi - 11:15 Bug #23851: PHP warning in System reports extension
- Hi Rudi,
seems so. Are you able to create a patch and only merge, if $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['re... - 10:12 Bug #23851 (Closed): PHP warning in System reports extension
- With a fresh install of Typo3 4.4.4 the "System reports" extension generates the following error:
Core: Error hand... - 11:24 Bug #23852 (Closed): Records should not be indented if there is no parent record
- Records with no parent language record are intended, IMHO this is wrong as they don't belong to a parent record.
... - 11:22 Bug #20192: image-popup: PDF ignores maxW for resizing popup-image
- Is there any reason to have this issue private?
- 09:52 Bug #23849: No "Page types" icon in be_group editing, when using rendermode accessListRenderMode = checkbox
- Found it as a duplicate of 15558
- 09:39 Bug #23849 (Closed): No "Page types" icon in be_group editing, when using rendermode accessListRenderMode = checkbox
- In the install tool, find the setting "accessListRenderMode" (great setting, that I haven't found before!). Give it t...
- 09:42 Bug #23850 (Closed): HSC header is not bold, in be_group "Page types"
- I love the new HSC!
If using accessListRenderMode = checkbox and go to "Page types" in a be_group the first line i...
2010-10-26
- 23:46 Feature #23848: [em] Task to update extension list
- This is a duplicate of #13014.
- 22:26 Feature #23848 (Closed): [em] Task to update extension list
- This is an SVN patch request.
Type: Feature
BT:
Branches: trunk
Mission:
Add a task to update the extens... - 23:44 Bug #23693: [Caching framework] Entry identifier needs to be sanitized in FileBackend
- * trunk rev. 9203
* 4.4 rev. 9204 - 23:37 Revision a5bb4c1f: Fixed bug #15936: [Caching framework] Entry identifier needs to be sanitized in FileBackend
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9204 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:30 Revision 860759ad: Fixed bug #15936: [Caching framework] Entry identifier needs to be sanitized in FileBackend
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9203 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:46 Feature #23841: Need hook in tx_cms_layout
- Could you please provide a patch and sent it to the core-team mailing-list?
- 10:01 Feature #23841 (Closed): Need hook in tx_cms_layout
- My task was to copy data from "media" field of default language while creating alternative page language. The solutio...
- 20:45 Bug #20968: JS-Error for "Upload Files" in menus
- IIRC this has never worked
- 17:05 Bug #23847: impossible to effectively set filetype limitations for filelist module
- v2: if no config for web/ftpspace is set, the function should return FALSE.
Since the default config from t3lib/conf... - 16:28 Bug #23847 (Rejected): impossible to effectively set filetype limitations for filelist module
- With the settings $TYPO3_CONF_VARS['BE']['fileExtensions']['webspace'] and …['ftpspace'] you ought to be able to rest...
- 16:27 Revision d172402d: [+TASK] Fluid (ViewHelpers): Minor tweak in CObject ViewHelper
- Make sure, that the configurationManager is initialized.
This is just a preliminary solution that will be replaced as... - 16:27 Revision 5362c078: [+FEATURE] Fluid (View): Fluid Standalone view
- In order to be able to use Fluid templates beyond the Extbase plugin context
(e.g. to render E-Mail templates or to u... - 15:55 Bug #23846 (Closed): output of "&qout;" in title tag
- there is a superfluous quotation mark in title tag, which is transformed to an "
steps to reproduce:
add a DB... - 15:20 Bug #23845 (Closed): TYPO3 doesn't always fix permissions for new files
- Several places within TYPO3 create new files without calling t3lib_div::fixPermissions();
The attached patch fixes... - 15:03 Bug #23809: htmlArea RTE: Missing soft hyphen entity in CharacterMap
- Thanks again to both of you for your sponsorship!
- 08:16 Bug #23809: htmlArea RTE: Missing soft hyphen entity in CharacterMap
- Thx a lot for getting this into 4.4! I've just send you your money via PayPal.
- 14:41 Bug #23717: Can't set different access rights for different file mounts
- Hi Christian,
this is a bugtracker, not the newsgroup. Check out http://typo3.org/community/mailing-lists/use-a-ne... - 12:23 Feature #23844 (Closed): No possibility to completely disable the preview info box -> introduce new config setting
- When you view a page in a workspace, you get that little red box in the upper right corner, which tells you, that you...
- 11:29 Bug #23843 (Closed): Date selector not working correctly in flexform with steps
- The date selector doesn't work at all when adding a new item in the backend in a plugin that uses a flexform with ste...
- 10:55 Bug #23842 (Closed): buggy initialization of flash uploader when only certain file extensions are allowed
- With $TYPO3_CONF_VARS['BE']['fileExtensions']['webspace']['allow'] = 'png,gif,jpg,jpeg,pdf' you can configure certain...
- 09:35 Feature #10439: Data array used in ws-grid should be cached
- Eine Bemerkung von Christian die nicht uninteressant ist zum caching:
"Funnily the caching framework _can_ be used... - 09:34 Bug #23630: Disallow common PHP file extensions with fileDenyPattern
- reviving this issue as some file extensions are missing
- 02:31 Bug #23450: Icons for page types missing
- The Bug still exists in the newest version 4.4.4
2010-10-25
- 20:35 Bug #20968: JS-Error for "Upload Files" in menus
- hm... no, I was wrong (But I'm sure some days ago, in different 4.4.x installations the link was working...).
I've... - 19:46 Bug #20968: JS-Error for "Upload Files" in menus
- Are you sure? That way to upload a file with the flash uploader does not work for me in 4.3, 4.4 and 4.5 (all current...
- 16:28 Bug #20968: JS-Error for "Upload Files" in menus
- Fixed since 4.4.3 or 4.4.4
- 19:55 Bug #23840: config example for memcached in t3lib/config_default.php breaks TYPO3 BE + FE
- related to
http://bugs.typo3.org/view.php?id=12668
http://bugs.typo3.org/view.php?id=15866
http://bugs.typo3.org/v... - 19:55 Bug #23840 (Closed): config example for memcached in t3lib/config_default.php breaks TYPO3 BE + FE
Used Core-Version:
TYPO3 4.4.4 (and 4.3)
Issue:
t3lib/config_default.php provides a memcached config example ...- 19:31 Feature #10439 (Closed): Data array used in ws-grid should be cached
- The hole data array is build at each request. To prevent server time a caching mechanism is needed.
see #10045 - 18:56 Feature #10289 (Closed): Move: Remove pager, but integrate live grid function
- 18:54 Feature #9820: Module: Show legend below new grid component
- styleing is missing
- 18:53 Feature #10286 (Accepted): Module: Move Generate Workspace Preview Link in doc header
- 18:49 Feature #9752: Module: Implement foldout part of differences in grid view
- Screens are already defined by Lars, see:
!http://forge.typo3.org/attachments/download/3848!
!http://forge.typo3.... - 18:23 Feature #23747: getUrl function needs support for sending POST data
- reverted in rev 9202
- 18:22 Revision 2050506d: Reverted #16011: Incomplete implementation
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9202 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:59 Feature #23839: htmlArea RTE: Add quick tips in character map
- Committed to SVN TYPO3core trunk (revision 9201).
- 17:44 Feature #23839 (Closed): htmlArea RTE: Add quick tips in character map
- Currently, when the mouse moves over a character, the entity name is displayed as title.
Replace this with quick t... - 17:58 Revision 85f1be57: Added feature #16127: htmlArea RTE: Add quick tips in character map
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9201 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:42 Bug #23826: stdWrap "insertData" does not work anymore if using "override" additionally
- committed to trunk rev 9195 by Susanne Moog
- 17:14 Bug #23809: htmlArea RTE: Missing soft hyphen entity in CharacterMap
- Committed to SVN TYPO3core trunk (revision 9199) and branch TYPO3_4-4 (revision 9200).
- 15:41 Bug #23809: htmlArea RTE: Missing soft hyphen entity in CharacterMap
- ok. Perhaps it may be viewed as a bug "Missing entity..." and moved to 4.4.
Many thanks for your sponsorship!
- 08:12 Bug #23809: htmlArea RTE: Missing soft hyphen entity in CharacterMap
- You're right, my fault. Haven't tested it thoroughly enough. So +1 from me :)
Will this patch make it to the 4.4 bra... - 17:13 Revision d9a37911: Fixed bug #16087: htmlArea RTE: Missing soft hyphen entity in CharacterMap
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9200 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:10 Revision 832369eb: Fixed bug #16087: htmlArea RTE: Missing soft hyphen entity in CharacterMap
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9199 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:46 Bug #23734: Multiple problems with using combinations of foreign_selector, foreign_unique and useCombination
- Related to #0016126, #0015804
- 16:43 Bug #23838: Insert via combobox fails
- Same as #0015804
Ups.. - 16:39 Bug #23838 (Closed): Insert via combobox fails
- Using an asymmetric m:n relation with combobox in BE (e.g. ext:irre_tutorial, example "m:n asymmetric combo") does no...
- 16:20 Bug #23222: CONTENT TS object fails to show translations of pages DB table
- What is the current status of this issue? Will it be merged into TYPO3 core?
- 15:58 Feature #10432 (Closed): Check link by chunk with the backend module
- for now, all links are processed in one chunk.
have a more distributed approach e.g. using a
queue like the craw... - 15:54 Feature #10431 (Closed): Caching result
- If your webpage contains multiple links to the same URL page, the link is checked multiple times.
We should cache... - 15:32 Bug #23772: Incorrect FE rendering of thead element in RTE content
- Then, I am closing the issue as I don't think it will be fixed in 4.2.
- 08:08 Bug #23772: Incorrect FE rendering of thead element in RTE content
- Yes the problem is fixed on 4.3.8.
- 12:48 Bug #23837: htmlArea RTE: Links are incorrectly updated in Google Chrome
- I cleaned all cache files in typo3temp, with compressed scripts ON, RTE loads now, but still got the problem of dupli...
- 12:41 Bug #23837: htmlArea RTE: Links are incorrectly updated in Google Chrome
- Enable compressed scripts is OFF, with it ON, chrome 7 wont load the RTE.
- 12:28 Bug #23837 (Closed): htmlArea RTE: Links are incorrectly updated in Google Chrome
- When I right-click in the RTE on modify a link, modify it, and validate this modification, T3 re-creates the link wit...
- 11:12 Bug #23836 (Closed): remove DEPRECATED static templates
- There are still a lot of DEPRECATED static templates for extensions. They are not supported any more by the extension...
- 08:55 Bug #16588: Inconsistent return values of ini_get() produce false positives for safe_mode detection
- Yes it is, but as this is reported by several persons, we should not ignore it as a PHP configuration error and don't...
2010-10-24
- 22:05 Bug #23835 (Closed): Improve tooltip behaviour
- Since alpha3 we have introduced ExtJs tooltips, but they don't behave as they should. This patch improves that behavi...
- 18:04 Feature #9063 (Needs Feedback): Improve editing of multiple records
- Can we close this issue? It seems there's no real discussion here?
What about Steffens idea of being able to browse ... - 16:49 Feature #23832: htmlArea RTE: cleanup DOM to html rendering
- Follow-up patch committed to trunk (revision 9198).
- 16:47 Feature #23832: htmlArea RTE: cleanup DOM to html rendering
- Attached follow-up patch replaces call to now deprecated function by Spell Checker plugin.
- 07:18 Feature #23832: htmlArea RTE: cleanup DOM to html rendering
- Committed to SVN TYPO3core trunk (revision 9197).
- 06:53 Feature #23832 (Closed): htmlArea RTE: cleanup DOM to html rendering
- Current DOM to html rendering code is not well-structured and difficult to understand.
(issue imported from #M16118) - 16:49 Revision 788dc481: Follow-up to feature #16118: htmlArea RTE: cleanup/rewrite DOM to html rendering
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9198 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:28 Bug #23834 (Closed): UPDATE queries fails for $GLOBALS['TYPO3_DB']->sql_query
- UPDATE queries fails for $GLOBALS['TYPO3_DB']->sql_query when dbal is installed, look at typo3/sysext/dbal/class.ux_t...
- 09:45 Bug #23833 (Closed): better erroromessage in install tool
- If I use a wrong character in the 1-2-3 install tool the message is "No connection to the database". And may be thats...
- 07:15 Revision f4209255: Added feature #16118: htmlArea RTE: cleanup/rewrite DOM to html rendering
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9197 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-23
- 20:47 Feature #23747: getUrl function needs support for sending POST data
- trunk rev 9196
- 20:45 Revision 19c520e9: Added feature #16011: getUrl function support for sending POST data (Thanks to Jigal van Hemert)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9196 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:57 Bug #23828: Display page title instead of "Pagecontent"
- I agree, Pagecontent is not helpful at all. But with pagetitle it would be double because of the path upper right.
I... - 18:06 Bug #23831: Configuration module is hard to find the array key because it's not sorted
- The 2nd patch is much better as it sorts the array recursive.
i introduced a new array function in t3lib_div called ... - 17:50 Bug #23831 (Closed): Configuration module is hard to find the array key because it's not sorted
- When you explore array in configuration module it's hard to find the array key you are looking for because display or...
- 17:30 Revision bb97794d: Fixed bug #16110: stdWrap functions stop working as soon as there is one conditional function returning false (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9195 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:58 Bug #16588: Inconsistent return values of ini_get() produce false positives for safe_mode detection
- Isn't
php_admin_value safe_mode off
just a misconfiguration? - 11:01 Bug #23817: conditions on time with operators less than or greater than don't work
- Bug is handled in the documentation tracker as http://forge.typo3.org/issues/10385
- 03:24 Feature #23830: htmlArea RTE: cleanup some js code generation code
- Committed to SVN TYPO3core trunk (revision 9194).
- 02:56 Feature #23830 (Closed): htmlArea RTE: cleanup some js code generation code
- Just cleanup some js code generation code.
(issue imported from #M16114) - 03:23 Revision 92ec126e: Added feature #16114: htmlArea RTE: cleanup some js code generation code
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9194 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-22
- 23:50 Bug #17785: Multiple RTEs in Flexforms don't work properly
- This issue is fixed in TYPO3 4.3 branch.
- 23:43 Bug #17785: Multiple RTEs in Flexforms don't work properly
- The overlap issue was fixed in TYPO3 4.3 alpha2.
- 23:45 Bug #23823: listNum = 0 not working anymore due to stdWrap changes
- Attached patch introduces function types for the $stdWrapOrder array to make sure that boolean functions will not be ...
- 22:55 Bug #23823: listNum = 0 not working anymore due to stdWrap changes
- but we have to make sure that "boolean" stdWrap functions will behave correctly when they get a 0 value
- 22:47 Bug #23823: listNum = 0 not working anymore due to stdWrap changes
- looks like a nobrainer to me (who was the nobrainer overlooking it) ;-)
- 09:15 Bug #23823 (Closed): listNum = 0 not working anymore due to stdWrap changes
- Since the stdWrap refactoring import.listNum = 0 does not work anymore and all other functions where = 0 is not meant...
- 23:17 Bug #22159: htmlArea RTE: fields no longer editable after using Clear Formatting in Firefox on Mac
- Anyone to test this patch on Mac with TYPO3 4.3?
- 23:15 Bug #21816: Stylesheets missing when TSFE object is generated in BE
- No feedback.
Have to assume that this was fixed in TYPO3 4.3. - 22:59 Bug #17910: Fatal error when trying to edit an record with additionalPreviewLanguage and an deleted l18n_parent
- No, of course it does not hurt. Would you mind sending your patch to the core list so it can be +1 and committed?
- 15:27 Bug #17910: Fatal error when trying to edit an record with additionalPreviewLanguage and an deleted l18n_parent
- Jep, in newer TYPO3 versions the translated element is automatically deleted with the parent. So this problem can't b...
- 19:47 Bug #23828 (Closed): Display page title instead of "Pagecontent"
- Page module shows as headline "Pagecontent", although it would be more informative to show the page's title.
... - 16:50 Bug #23809: htmlArea RTE: Missing soft hyphen entity in CharacterMap
- Are you sure? This character is very, very shy. It is not shown in the RTE unless it is the last character on a line....
- 10:09 Bug #23809: htmlArea RTE: Missing soft hyphen entity in CharacterMap
- The patch works fine, but the entity isn't saved or shown when inserted into the RTE. Is there some more configuratio...
- 16:25 Bug #23826: stdWrap "insertData" does not work anymore if using "override" additionally
- I tracked it down to a missing check for recursive or nested stdWrap calls.
So if there is at least one conditiona... - 16:04 Bug #23826: stdWrap "insertData" does not work anymore if using "override" additionally
- Actually it works with override only, but stops working as soon as an "if" condition is involved, that returns false
... - 12:54 Bug #23826 (Closed): stdWrap "insertData" does not work anymore if using "override" additionally
- Try the following TS:
page.100 = TEXT
page.100 {
value = polly wants {field:uid} cracker(s)
override.cObjec... - 16:02 Bug #22966: Taskcenter - how to create a task?
- Watch my words? If I open the task center the first thing I read is this: "The task center provides access to your in...
- 13:08 Bug #22966: Taskcenter - how to create a task?
- @bart: there is a task inside the taskcenter extension. it can also be called inside the extension manager.
again:... - 13:03 Bug #22966: Taskcenter - how to create a task?
- Totally agree. I don't have a clue on where and how to create tasks! There is no button whatsoever to create a task. ...
- 15:39 Feature #23827 (Closed): Change the layout of thumbnails and allowed file types so that they don't waste so much space anymore
- While rendering TCEforms of Content elements "Images" or "Text & Images" the layout of the thumbnails wastes a lot of...
- 15:18 Revision f4b1822d: Follow-up to 16094, adding the missing label to locallang_ttc.xml
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9193 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:55 Bug #22890: Adjust Link field in General Tab of CE
- Hi Ron, please check the new layout of the Pages + Content element FORMs, which has been totally reworked in 4.5.0 al...
- 09:48 Bug #23821: CSH tooltip floats in wrong place on first loading
- This is a duplicate issue, has been reported before (#23803)
- 05:49 Bug #23821 (Closed): CSH tooltip floats in wrong place on first loading
- 1. tooltip is shown right next to cursor when first loading the tooltip, on next mouse over it's placed on the right ...
- 09:45 Bug #23807: Tool tips for collapsing and resizing panels
- Would be cool indeed!
- 09:41 Bug #23806: Clicking a label should set the focus on the input field
- I added this information in the HCI tracker where the CSH styling will be made:
http://forge.typo3.org/issues/10347 - 09:35 Bug #23806: Clicking a label should set the focus on the input field
- I would suggest:
- mouse over the label => tooltip pops up after 2 secs
- click on the label => focus on input f... - 09:38 Bug #23824: CSH link on labels "destroys" label usability
- did not search enough before opening this bug, sorry.
- 09:37 Bug #23824 (Closed): CSH link on labels "destroys" label usability
- If you take for example the "extended view", "clipboard" and "localization view" you could always click on the text t...
- 09:31 Bug #23814: Label "on-click" for formerly "click-enlarge" does not make sense
- Committed this no-brainer to trunk rev. 9192.
- 09:30 Revision ff64ae36: Fixed bug #16094: Label "on-click" for formerly "click-enlarge" does not make sense
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9192 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:26 Bug #23486: nested menu generates huge number of mysql queries
- hi Patrick,
thx for the response. I've also tested this with a clean setup (versions 4.1.1 and 4.2.1.) with only s... - 09:17 Bug #23817: conditions on time with operators less than or greater than don't work
- Say... the correct meaning is
[hour= + >OR< VALUE]
Yes, it's quite confusing..
My opinion is that the documenta... - 06:10 Bug #23822: CSH tooltip floats behind page tree
- One more thing that would get better moving the label's placement would make it impossible hiding the tool it describes.
- 06:00 Bug #23822 (Closed): CSH tooltip floats behind page tree
- 1. Tooltip will be cut by page tree border.
Idea:
Tooltip should be above all, also above page tree.
(issue ... - 02:31 Bug #23492: t3lib_TCEforms_inline registers superfluous nested level when renderFieldsOnly is set
- Seconf follow-up committed to trunk (revision 9190) and branch TYPO3_4-4 (revision 9191).
- 02:14 Bug #23492: t3lib_TCEforms_inline registers superfluous nested level when renderFieldsOnly is set
- Attached follow-up patch reverts the original patch. However, this issue remains resolved as it was also fixed from t...
- 02:06 Bug #23492: t3lib_TCEforms_inline registers superfluous nested level when renderFieldsOnly is set
- The initial patch causes unforeseen side effects such as described in issue #0016043
- 02:31 Revision e865ff67: Follow-up to bug #15622: t3lib_TCEforms_inline registers superfluous nested level when renderFieldsOnly is set
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9191 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:24 Revision 9191197c: Follow-up to bug #15622: t3lib_TCEforms_inline registers superfluous nested level when renderFieldsOnly is set
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9190 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:18 Bug #23776: RTE in IRRE-elements not properly initialized in TYPO3 4.4.4
- Thanks for the test extension.
Follow-up patch attached to issue #0015622 fixes this issue. - 00:47 Bug #23820: CSH icons: Labels often stay floating for too long and hide tools or form fields.
- Resolved as duplicate of #23805.
Please go on there! - 00:41 Bug #23820 (Closed): CSH icons: Labels often stay floating for too long and hide tools or form fields.
- Good idea, but still not a better solution jet.
Problem:
Labels often stay floating for too long and hide tools... - 00:43 Bug #23819: CSH icons change to underlined labels
- Hi Tanel,
I split your issue in two parts, because you reported two problems in one issue. - 00:31 Bug #23819 (Closed): CSH icons change to underlined labels
- Good idea, but still not a better solution jet.
Problem:
Dashed underline makes unclear look of a label, it's h...
2010-10-21
- 23:19 Bug #23818 (Closed): "Hidden"-Funcanality brocken: JS-Error "formObj[0] is undefined"
- If you have a record with a irre child record and you open the parent record and DONT open the irre child record, the...
- 21:49 Bug #22505: sr_feuser_register 2.6.0 username and password, all markers not filled in create.
- Is this a bug or was it just a misconfiguration? Furthermore is this a core problem or does it belong to sr_feuser_re...
- 21:41 Bug #20303: Page caching with external files enabled fails if files are not found.
- Does this problem still exist? If so, please describe the exact steps necessary to reproduce the problem. Additionall...
- 21:40 Bug #19679: FetchRow Method Does Not Exist After Postgres Migration
- Does this problem still exist? If so, please describe in more detail what you have to do to get the error.
- 21:31 Bug #19177: SQL engine parse ERROR: Field type unknown in parseFieldDef()!: near "datetime default '0000-00-00 00:00:00' "
- AFAIK datetime is no real SQL data type but an invention of MySQL and should therefore not be used if you want to sta...
- 21:25 Bug #23809: htmlArea RTE: Missing soft hyphen entity in CharacterMap
- Here it is! The patch adds the soft hyphen just before the n dash. Applies to current SVN trunk.
- 08:49 Bug #23809: htmlArea RTE: Missing soft hyphen entity in CharacterMap
- The entity wasn't escaped by Mantis, so here it is again:
& shy; - 08:47 Bug #23809 (Closed): htmlArea RTE: Missing soft hyphen entity in CharacterMap
- Please add the soft hypen () to the CharacterMap
(issue imported from #M16087) - 21:20 Bug #17910: Fatal error when trying to edit an record with additionalPreviewLanguage and an deleted l18n_parent
- In current TYPO3 versions deleting only the original content element which still has a translation attached shouldn't...
- 21:15 Bug #21822: class.tslib_content.php misses the editPanelLinkWrap_doWrap method available in earlier T3 releases. Causes Fatal Error
- This function was never meant for public use (as you can see from the now protected use in feedit) and is now gone si...
- 20:58 Bug #22509: Login in to the BE fails
- Is this bug still valid? Does the problem still exist?
- 19:57 Bug #23497: Problem to generate textpic tt_content with eID
- Have you included cssstyledcontent in your eID script?
Try
include_once([insert correct path here] 'typo3/syse... - 19:26 Bug #23815: addToAllTCATypes after certain fields does not work anymore
- Then we would just have to make sure that there wil be additional "--linebreak--" inserted as well depending on the p...
- 19:23 Bug #23815: addToAllTCATypes after certain fields does not work anymore
- I'd say we want to enable developer to insert fields into existing palettes, as that is the only way to enable a real...
- 18:48 Bug #23815: addToAllTCATypes after certain fields does not work anymore
- We already talked about that during the code sprint and came to the conclusion that we need to define a rule for this...
- 13:51 Bug #23815 (Closed): addToAllTCATypes after certain fields does not work anymore
- Since the restructuring of the pallettes and fields the addToAllTCAtypes after:fieldname does not work anymore..
... - 18:28 Bug #23817: conditions on time with operators less than or greater than don't work
- Please have a look at the correct syntax in the documentation. You can see it at the "hour" example:
http://typo3.or... - 15:54 Bug #23817 (Closed): conditions on time with operators less than or greater than don't work
- conditions with < or > as operators as:
[dayofyear<364]
[month<12]
don't work
(issue imported from #M1... - 18:27 Bug #23814: Label "on-click" for formerly "click-enlarge" does not make sense
- no - "enlarge!" should be the answer
- 17:33 Bug #23814: Label "on-click" for formerly "click-enlarge" does not make sense
- But even with Joeys explanation the text is wrong. If I understood correctly the explanation would mean that
a) "C... - 13:37 Bug #23814: Label "on-click" for formerly "click-enlarge" does not make sense
- Jo explained that in other issues, like in #23794, but somehow ... I am not sure, if the new naming scheme is ideal.
... - 13:32 Bug #23814 (Closed): Label "on-click" for formerly "click-enlarge" does not make sense
- The feature formerly known as "click-enlarge" is now called "on click" which is wrong, as it does not say anything ab...
- 14:06 Bug #23816 (Closed): Wrong link generated with "Always prepend this domain in links"
- If "Always prepend this domain in links" in sys_domain is checked or a extension such as https_enforcer is used typo...
- 13:33 Bug #23808: Change wording "Link to top of page" from activate to active
- As explained in jo's reply, no change is required.
We definitively need to add these "rules" somewhere in our core... - 10:32 Bug #23808: Change wording "Link to top of page" from activate to active
- ok! sounds like solid reasoning to me. great! closed ;-)
- 09:31 Bug #23808: Change wording "Link to top of page" from activate to active
- Hi, Ben.
To get rid of adjectives naming the state of an item, the rule we defined for the checkbox labels is:
... - 13:22 Bug #23806: Clicking a label should set the focus on the input field
- Well using the double click is a good idea. Clicking the Label should do the focus thingie I mentioned earlier.
I... - 11:29 Bug #23806: Clicking a label should set the focus on the input field
- Maybe we could use double click as well?
- 09:41 Bug #23806: Clicking a label should set the focus on the input field
- So how would you implement the CSH text then?
The design team decided to get rid of the help icons and show the CS... - 12:55 Bug #23813 (Closed): Media content object with selection of "HTML Embed Element" does not respect dimension settings
- I have the following settings:
Media type: Video
Width: 960
Height: 235
Render Type: HTML Embed Element
Addition... - 12:48 Bug #23812 (Closed): Wrong search result description for a search word with german umlauts as the first letter
- In search words with a German umlaut, as a the first letter the search description has as a result only the last 55 c...
- 12:30 Bug #23811 (Closed): ExtDirect calls get cached with domain resulting in "unable to connect to the server" exceptions
- If you are using the TYPO3 backend with different login domains the extDirect calls will work only for one of them (t...
- 11:20 Bug #23810 (Closed): tx_cms_layout::getProcessedValue doesn't show MM relations
- tx_cms_layout::getProcessedValue doesn't pass the required uid t3lib_BEfunc::getProcessedValue
TYPO3 4.4 has the... - 11:13 Revision 68b65945: Fixed bug #16065: New layout and labels for tt_content show palette labels without content (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9189 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:31 Bug #23582: Docheader (save, save+view, save+close etc) missing
- After some hours of investigation I found at least the source of the big move to the top into the topbar. Just remove...
2010-10-20
- 23:37 Bug #23808 (Closed): Change wording "Link to top of page" from activate to active
- Link to top of page
[ ] Activate
->
Link to top of page
[ ] Active
(issue imported from #M16086) - 23:32 Bug #23807 (Closed): Tool tips for collapsing and resizing panels
- The collapse bar for the pagetree should have a title attribute 'title="Collapse Page Tree"'when shown or 'title="Ex...
- 21:39 Bug #20329: cache_hash fills up with huge amounts of MENUDATA
- if they are only used by menu they should be moved. if it's worth to use it at other places we could create an own cl...
- 21:02 Bug #20329: cache_hash fills up with huge amounts of MENUDATA
- And a question to you all: Currently the functions storeMenuHash() and getMenuHash() are in t3lib_page, simply becaus...
- 20:59 Bug #20329: cache_hash fills up with huge amounts of MENUDATA
- One of the things I'm currently thinking of is using an INSERT statement with multiple VALUES lists to insert several...
- 20:16 Bug #20329: cache_hash fills up with huge amounts of MENUDATA
- I've uploaded a patch which is the first attempt to get rid of these huge amounts of menudata.
In this patch the c... - 21:01 Feature #23802: htmlArea RTE: Register RTE scripts with the autoloader
- Follow-up patch committed to trunk (revision 9188).
- 18:04 Feature #23802: htmlArea RTE: Register RTE scripts with the autoloader
- Committed to SVN TYPO3core trunk (revision 9187).
- 17:26 Feature #23802 (Closed): htmlArea RTE: Register RTE scripts with the autoloader
- Register RTE scripts with the autoloader.
Add abstract API class name tx_rtehtmlarea_api as autoloader cannot extr... - 21:01 Revision f76d1087: Follow-up to feature #16079: htmlArea RTE: Register RTE scripts with the autoloader
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9188 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:36 Revision 48450e35: initial upload
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@39380 735d13b6-9817-0410-8766-e36946ffe9aa
- 19:28 Bug #23806 (Closed): Clicking a label should set the focus on the input field
- For a checkbox, the box should be checked. For an input field the focus should go to the field itself etc.
Curren... - 19:21 Revision 2c95ea07: Initializing project linkvalidator (4/4)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/linkvalidator/trunk@39379 735d13b6-9817-0410-8766-e36946ffe9aa
- 18:33 Bug #22248: Use ExtJS for rendering tabs in the TYPO3 Backend
- Sorry, it's not really duplicate of #23590, as the tabs are still not ExtJS.
We had a look at the patch, but ExtJS... - 18:29 Bug #22248: Use ExtJS for rendering tabs in the TYPO3 Backend
- Resolved as duplicate of #23590.
- 18:28 Bug #18818: Editing settings of a BE User: The Tabs are arranged in two rows although there is enough space to put them in one
- Resolved, no change required.
This is now fixed in current trunk (= TYPO3 4.5alpha3), maybe by #23590. - 18:18 Bug #21305: Session Timeout after Login with Firefox
- Try setting
doNotCheckReferer = 1
cookieDomain = .mydomain.com - 18:03 Revision a188ca5c: Added feature #16079: htmlArea RTE: Register RTE scripts with the autoloader
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9187 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:58 Bug #23582: Docheader (save, save+view, save+close etc) missing
- Stefan:
Just go to the "Constant Editor", change any constant and hit "SAVE": The form will be saved and in the re... - 01:48 Bug #23582: Docheader (save, save+view, save+close etc) missing
- I tried to reproduce that issue with Chrome and Fx, but couldn't succeed. The demo extension didn't worked in 4.5 any...
- 16:54 Bug #23798: Add new API t3lib_befunc::helpTextArray and use it in the ExtDirect tooltips
- Commited to trunk, rev. 9183
- 09:30 Bug #23798 (Closed): Add new API t3lib_befunc::helpTextArray and use it in the ExtDirect tooltips
- Currently the ExtDirect which fetches the tooltip fetches the information on its own from the $TCA_DESCR array. It wi...
- 16:46 Bug #23486: nested menu generates huge number of mysql queries
- Hi Rutger,
Somehow there is a farm in your installation. I'm not kidding ;-) And I don't mean a server farm.
Ta... - 12:48 Bug #23801 (Closed): missing page title in the lightblue message of a remote page
- You have a page with the option "Show content from this page instead:" in the page-properties.
When I choose that pa... - 12:36 Bug #23351: Uncaught TYPO3 Exception when trying to edit old tt_news plugins or records
- I had this issue as well for one of my users. Turns out it was a problem of "mount" settings in user profile (I've ha...
- 12:25 Feature #17085: HTTP GET 'If-Modified-Since' ignored
- Google writes in its technical guidlines (webmaster-tools)
- Make sure that your Webserver supports the HTTP-Heade... - 11:49 Revision 2d740dd4: Updating version number to 4.5-dev after release of 4.5.0alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9186 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:39 Revision 3c762cd6: Tagging TYPO3 4.5.0alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-5-0alpha3@9185 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:39 Revision 3ecad1fa: Release of TYPO3 4.5.0alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9184 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:31 Revision cc276a05: Fixed bug #16074: Add new API t3lib_befunc::helpTextArray and use it in the ExtDirect tooltips
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9183 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:24 Bug #23800: Palette titles have no margin to the left in the new page / tt_content form layouts
- Committed to trunk, rev. 9180.
- 10:24 Bug #23800: Palette titles have no margin to the left in the new page / tt_content form layouts
- Hi Ernesto - this is a duplicate of #23792
- 10:16 Bug #23800 (Closed): Palette titles have no margin to the left in the new page / tt_content form layouts
- Since we no longer have CSH icons in the left column of a TCEforms "pages" and "tt_content" elements, the new palette...
- 11:17 Revision ef19b55b: Follow-up to #15950: use t3editor in file_edit to edit files in fileadmin
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9182 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:53 Feature #23752: Stage notification emails should be localizable
- committed to trunk rev 9181
- 10:51 Revision 36d09734: Fixed bug #16019: Workspaces - Stage notification emails should be localizable
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9181 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:35 Revision 0b99a213: Fixed bug #16077: Palette titles have no margin to the left in the new page / tt_content form layouts
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9180 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:13 Bug #22889: Rearrange before / after fields in 4.5
- Hi Ron - Maybe we can Skype about that.
The new positions of the fields have been discussed a lot, but they follo... - 01:30 Bug #22889: Rearrange before / after fields in 4.5
- Hi Christopher,
I saw your note asking for feedback on #0014735 about the before after fields. I setup a site usin... - 09:49 Bug #23799: Add IfModule mod_rewrite.c to misc/advanced.htaccess
- Committed to:
- trunk, rev. 9178
- TYPO3_4-4, rev. 9179 - 09:42 Bug #23799 (Closed): Add IfModule mod_rewrite.c to misc/advanced.htaccess
- The introduction package creates its own .htaccess file which contains <IfModule mod_rewrite.c>.
I would like to ... - 09:48 Revision 9bd04581: Fixed bug #16075: Add IfModule mod_rewrite.c to misc/advanced.htaccess
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9179 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:47 Revision c9390468: Fixed bug #16075: Add IfModule mod_rewrite.c to misc/advanced.htaccess
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9178 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:30 Bug #23782: Loading mask doesn't disappear on hitting Esc/cancel loading
- > Unfortunately there seems to be no perfect solution, as there is no
> event fired on aborting (which is somehow g... - 09:28 Revision 6d7057ae: Fixed bug #16049: Loading mask doesn't disappear on hitting Esc/cancel loading
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9177 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:59 Revision 023182ce: Fixed line endings to Unix
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9176 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:57 Bug #23772: Incorrect FE rendering of thead element in RTE content
- So the problem is fixed in TYPO3 4.3.8?
If the content is correct in the database, then the problem is not one of ... - 08:26 Bug #23772: Incorrect FE rendering of thead element in RTE content
- Output is the FE rendered content.
Yes, the HTML content in DB is this:
<table class="obecna">
<thead>
<tr... - 06:19 Feature #23797: htmlArea RTE: Add paste as plain text feature
- Follow-up patch committed to trunk (revision 9175) to fix incorrect XCLASS.
- 04:38 Feature #23797: htmlArea RTE: Add paste as plain text feature
- Committed to SVN TYPO3core trunk (revision 9173) (for inclusion in TYPO3 4.5alpha3).
- 03:49 Feature #23797 (Closed): htmlArea RTE: Add paste as plain text feature
- The attached patch adds an optional Paste as Plain Text toggle button. When the toggle is ON, any paste action is int...
- 06:19 Revision 08c80f27: Follow-up to feature #16073: htmlArea RTE: Add paste as plain text feature
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9175 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:05 Bug #23344: htmlArea RTE: tkr_rteanchors breaks the link editing dialogue
- Follow-up patch committed to SVN trunk (revision 9174).
- 05:58 Bug #23344: htmlArea RTE: tkr_rteanchors breaks the link editing dialogue
- Attached follow-up patch to fix incorrectly named script file, missing XCLASS and add some more potentially conflicti...
- 06:04 Revision b961b3da: Follow-up to bug #15339: htmlArea RTE: tkr_rteanchors breaks the link editing dialogue
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9174 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:37 Feature #23403: htmlArea RTE: Option for automatically pasting the clipboard content as plain text
- Patch attached to issue #16073 provides the feature. Patch is committed to SVN for inclusion in TYPO3 4.5alpha3.
- 04:36 Revision d9520088: Added feature #16073: htmlArea RTE: Add paste as plain text feature
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9173 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:57 Bug #23788: Use ExtJS Tooltips for CSH labels
- Committed to trunk rev 9172
- 00:56 Revision 4d2624bc: Fixed bug #16059: Use ExtJS Tooltips for CSH labels
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9172 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:53 Bug #23796: PHP Fatal error in t3lib_contextmenu_renderer_Abstract::renderAction()
- Committed to trunk rev 9171
- 00:41 Bug #23796: PHP Fatal error in t3lib_contextmenu_renderer_Abstract::renderAction()
- The full error message is:
PHP Fatal error: Non-abstract method t3lib_contextmenu_renderer_Abstract::renderAction()... - 00:31 Bug #23796 (Closed): PHP Fatal error in t3lib_contextmenu_renderer_Abstract::renderAction()
- The phplint throws an fatal error with this message:
PHP Fatal error: Non-abstract method t3lib_contextmenu_rendere... - 00:52 Revision 8d4e0f0d: Fixed bug #16071: PHP Fatal error in t3lib_contextmenu_renderer_Abstract (Thanks to Stefan Kowalke)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9171 709f56b5-9817-0410-a4d7-c38de5d9e867
2010-10-19
- 23:45 Bug #22890: Adjust Link field in General Tab of CE
- TCEForms have been rearranged now in #23766.
- 23:43 Feature #16209: additional wrap for mailform.radio
- trunk rev 9170
- 23:42 Revision 00fef58b: Added feature #3613: additional wrap for FORM radio buttons
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9170 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:42 Bug #22889: Rearrange before / after fields in 4.5
- TCEForms have been refreshed now. The current solution comes close to your idea B.
Ron, what do you think?
- 23:08 Bug #21972: No entry in sys_log at login
- Locally I can't reproduce anymore, on one other site I can. So I would leave this open, maybe I find time to dig into...
- 23:03 Bug #21972: No entry in sys_log at login
- works fine with trunk. still problems?
- 22:53 Revision 3fd8d2f8: Removal of unused and illegal files inside of codemirror library
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9169 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:19 Revision f65a64f3: Fixed bug #16000: Move versioning selector to the version extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9168 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:38 Bug #23737: Move versioning selector to the version extension
- committed to trunk (rev. 9167).
- 19:37 Revision 53fcfb40: Fixed bug #16000: Move versioning selector to the version extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9167 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:03 Feature #22286: URLs with tel:... and sms:... not supported in core
- Yes, you're right. It seems that if you enter tel:123456 (or any other sip, sms, skype), then it works.
But if th... - 16:37 Feature #22286: URLs with tel:... and sms:... not supported in core
- I did. And the generated code is fine until it comes to saving (and loading again).
- 16:29 Feature #22286: URLs with tel:... and sms:... not supported in core
- Use the external tab of the link dialogue to enter the link.
- 13:24 Feature #22286: URLs with tel:... and sms:... not supported in core
- Entering <a href="tel:12345"> in a normal RTE-window in 4.5.0-alpha2 and saving results in
<a href="http://localho... - 02:26 Feature #22286: URLs with tel:... and sms:... not supported in core
- This is already working in the RTE since TYPO3 4.4.0. You may enter links as external url's with procoles such as sk...
- 16:58 Feature #16822: Detailed positioning of templates
- Create another template D on page 1 and include templates B, A and C in your preferred order. Does this solve your pr...
- 16:50 Feature #23790 (Closed): Hookrequest for t3lib_transl8tools
- It would be great to have a hook inside the function translationInfo() as it returns the translations of a record, e....
- 16:50 Revision e7790e8b: [+BUGFIX] Extbase (Persistence): Removed method createQuery from the QOMFactory. It is neither part of the API nor is it used by Extbase.
- Resolves #10215
- 16:42 Bug #23770: TYPO3 core does not ignore case when comparing host part of http referrer
- OK, I'll make a patch, but probably not this week cause I'm pretty busy.
- 16:21 Bug #23699: wrong table-cell rendering in RTE included tables
- Apparently not. It may depend on the specific html structure.
This was fixed yesterday in all branches from TYPO3 ... - 09:37 Bug #23699: wrong table-cell rendering in RTE included tables
- Yes! It is the same.
But why it appears again in 4.4.4!? The versions before worked properly! - 16:05 Bug #21991: Deleted combo records are still validated by TBE_EDITOR
- 4-4 rev 9165
trunk rev 9166 - 16:05 Bug #23789 (Closed): TCA: Suggest wizard doesn't work for maxitems=1
- For select fields with maxitems = 1, the suggest wizard does display, but you cannot select an item and transfer it t...
- 16:03 Bug #23788 (Closed): Use ExtJS Tooltips for CSH labels
- At the moment the CSH is rendered in HTML and displayed with CSS. This leads to usability problems.
Solution: Use ... - 16:01 Revision f8dc68e9: Fixed bug #13294: IRRE deleted combo records are still validated by TBE_EDITOR (Thanks to Marcel Greter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9166 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:00 Revision 19be13b4: Fixed bug #13294: IRRE deleted combo records are still validated by TBE_EDITOR (Thanks to Marcel Greter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9165 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:58 Bug #23787 (Closed): htmlArea RTE: Overlay to choose a color exceeds the viewport if many colors are defined
- Especially if your Browser window does not have much height and many RTE colors are defined, it is impossible to clos...
- 15:31 Revision a70059ee: Backported character set update for all TYPO3 core files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39335 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:30 Revision 8f809393: Set back version to 1.2-dev
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39333 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:27 Revision 131314a9: Raised DBAL to version 1.2.0alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9164 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:17 Revision d8abd60f: Updated checksums
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39331 735d13b6-9817-0410-8766-e36946ffe9aa
- 15:16 Revision f24037d0: Set version to 1.2.0alpha3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@39330 735d13b6-9817-0410-8766-e36946ffe9aa
- 14:26 Feature #14917: Better working interface for Typo3 required
- As this is pretty old and was never followed-up by anyone I'm closing this bug and suggesting that if something out o...
- 14:06 Bug #20088: In BE time and datetime fields GMT-0 will be shown by javascript, but GMT+1 will be saved
- You see... When we enter date by hands it's converted to timestamp via JS Date object, ant it takes your local mashin...
- 13:40 Bug #23644: Improve the look of admin panel
- Thanks for the work, Dmitry. If someone takes over and does some modifications or adaptations, would you at least be ...
- 13:08 Bug #23644: Improve the look of admin panel
- I do not plan to work more on this feature. The reason is that it was a job task, which is complete now and I have no...
- 12:52 Bug #23059: 4.4.0 Introduction Package does not validate on w3c (css and html)
- The corresponding introduction package issues have been resolved (see forge tracker (issues 8572 and 8573).
- 12:27 Bug #23786: BE debug mode should also enable debug mode for libraries
- Committed to trunk rev 9163
- 12:19 Bug #23786 (Closed): BE debug mode should also enable debug mode for libraries
- The pagerenderer has a shortcut method for debug.
This shortcut also should activate debug mode of used libraries, i... - 12:24 Revision 0f6c0b35: Fixed bug #16055: BE debug mode should also enable debug mode for libraries
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9163 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:05 Bug #23578: Click enlarge does not work after upgrading to 4.4.4
- Just tried on a local 4-4 installation with tt_news and tt_content, both worked (with and without caching framework)....
- 10:48 Bug #23578 (Closed): Click enlarge does not work after upgrading to 4.4.4
- Click enlarge picture is not rendered in pop up window.
Problem exist both i tt_content and tt_news elements.
... - 10:48 Bug #23782: Loading mask doesn't disappear on hitting Esc/cancel loading
- At least for Firefox it seems to be possible to receive an "error" (instead of "abort"). Will need to look into this ...
- 09:56 Bug #23782: Loading mask doesn't disappear on hitting Esc/cancel loading
- Umm. seems to be impossible.. onAbort only works for <img/>
- 09:14 Bug #23782: Loading mask doesn't disappear on hitting Esc/cancel loading
- Hi Stefan, thanks for your comment.
It must be caught in extjs, as the masking is done with extjs and we try to ge... - 02:12 Bug #23782: Loading mask doesn't disappear on hitting Esc/cancel loading
- Things happen inside typo3/contrib/prototype/prototype.js
An abort is not yet caught in prototype. There are a few... - 10:05 Bug #23163: The web> Versioning view has style issues resulting in "wrong layers"
- trunk rev 9161
4-4 rev 9162 - 10:04 Revision db1f22ba: Fixed bug #15095: Bug: The Web>Versioning view has style issues resulting in "wrong layers"
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9162 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:59 Bug #23785 (Closed): Filelist: Order of tree entries
- When creating a new folder in the filelist module, it is added to the tree at a strange and not changeable position (...
- 09:52 Revision 4dd008ce: Fixed bug #15095: Bug: The Web>Versioning view has style issues resulting in "wrong layers"
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9161 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:15 Feature #17322: Skype links
- @Ernesto: this is already working in TYPO3 4.4, including sip:telephone.
- 00:33 Feature #17322: Skype links
- If you say this is resolved in SVN now (for 4.5.0 already?) then maybe you could please also check against the featur...
- 01:48 Bug #23744: A new TypoScript cObject: FLUIDTEMPLATE
- Committed to trunk rev 9160
- 01:42 Revision b14e176b: Added feature #16008: A new TypoScript cObject: FLUIDTEMPLATE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9160 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:32 Revision 0f31bb0e: Updated htmlArea RTE version to 1.8.13
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9159 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:30 Feature #23766: Implement new layout and labels for tt_content as result of T3UXW09
- Committed to trunk rev 9158
- 01:29 Revision b6fb9732: Added feature #16031: Feature - Implement new layout and labels for tt_content as result of T3UXW09 (Thanks to Jo Hasenau)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9158 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:26 Revision 3a484381: Updated htmlArea RTE version to 2.0.6
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9157 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:23 Revision 3be53aad: Updated htmlArea RTE version to 2.1.2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9156 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:17 Bug #23783: htmlArea RTE: Backspacing in empty editing area may raise js error
- Committed to SVN TYPO3core trunk (revision 9152), branch TYPO3_4-4 (revision 9154) and branch TYPO3_4-3 (revision 9155).
- 01:16 Revision d21fbd1c: Fixed bug #16050: htmlArea RTE: Backspacing in empty editing area may raise js error
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3@9155 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:08 Revision d83542aa: Fixed bug #16050: htmlArea RTE: Backspacing in empty editing area may raise js error
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-4@9154 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:06 Bug #23784: Palette render wrong and throw php warning if fieldset starts with palette
- Committed to trunk rev 9153
- 00:59 Bug #23784 (Closed): Palette render wrong and throw php warning if fieldset starts with palette
- With the new page TCA you see a problem with palette - a php warning is thrown (on implode of palette rows) and in Fi...
- 01:06 Revision ad7f80b1: Fixed bug #16051: Palette render wrong and throw php warning if fieldset starts with palette
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9153 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:00 Revision 5abb83ce: Fixed bug #16050: htmlArea RTE: Backspacing in empty editing area may raise js error
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9152 709f56b5-9817-0410-a4d7-c38de5d9e867
Also available in: Atom