Activity
From 2007-11-05 to 2007-12-04
2007-12-04
- 23:51 Bug #17513: Function addToAllTCAtypes ignores "specificTypesList" if there is just the Type 0 specified
- Fixed in trunk and 4.1 branch.
- 18:29 Bug #17513: Function addToAllTCAtypes ignores "specificTypesList" if there is just the Type 0 specified
- Attached a patch to fix this. Instead of specificTypesList == false, we just check for the current default value of ''.
- 23:48 Revision 0f733aaf: Fixed bug #6114: t3lib_extMgm::addToAllTCATypes ignores type 0
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2795 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:46 Revision 6f4a1cd1: Fixed bug #6114: t3lib_extMgm::addToAllTCATypes ignores type 0
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2794 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:58 Bug #17884 (Closed): Change Undoes and Redoes from past tense to present/future tense (Undo and Redo)
- Currently, the description for the Undo and Redo icons say Undoes and Redoes. This makes it awkward to write document...
- 18:53 Bug #17883: Nested USER_INT, COA_INT, etc. objects are not rendered
- The attached patch integrates a reprocessing for *_INT objects. Furthermore the inclusion of libraries ("includeLibs"...
- 18:50 Bug #17883 (Closed): Nested USER_INT, COA_INT, etc. objects are not rendered
- The following TypoScript won't work at the moment, because TSFE doesn't check for new *_INTs after one has been rende...
- 15:43 Bug #15114: limited to languages; still can delete content element
- Hey Basti, send me both files (before and after), I can create the patch for you this one time: mack (ad) xnos (dat) org
- 15:39 Bug #15114: limited to languages; still can delete content element
- Is it possible to publish the whole and edited class.t3lib_tcemain.php? It would be easier for me (cause copy&paste w...
- 12:44 Feature #17825: New login extension
- added version 1.0 and the patch for it
- 09:34 Feature #17586: Featurerequest: config.inlineStyle2TempFile.media
- strange - i thought ive seen it for some extensions (config.coolExtension.bleh) - but indeed - might be an unclean so...
- 09:09 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- Hi Ingmar!
before I left for holiday I showed this to Oliver Hader who wanted to have a further look at it. If he co... - 08:33 Bug #17879: Sticky top icons in alt_doc: missing icon
- I'll check that for 4.2
- 08:32 Bug #16614: clickmenu on pagetree icons does not work
- I need some more information here:
* Does this happen with every TYPO3 installation you have?
* Does this problem... - 08:28 Bug #17882: Missing functions in typo3/template.php
- I'll fix this. Thanks for pointing it out.
- 06:58 Bug #17882 (Closed): Missing functions in typo3/template.php
- When I try to manage News categories via Web->Info I get the following error.
Fatal error: Call to undefined metho... - 08:23 Feature #17628: enable param 'noBrowser' in TCA-config ['columns'][fieldname]['config'] / TYPE: "group"
- Hey Michael + Patrick,
I created your patch against trunk, uploaded it and submitted it to the core list.
Thank...
2007-12-03
- 22:31 Bug #16614: clickmenu on pagetree icons does not work
- same problem today.. after copy of website (+bdd) from dev to prod ;-(
- 22:11 Feature #17628: enable param 'noBrowser' in TCA-config ['columns'][fieldname]['config'] / TYPE: "group"
- Hi,
I think I found the solution
In the class.t3lib_tceforms.php, in the function getSingleField_typeGroup(...)... - 21:02 Feature #17385: join_pages is not configurable
- Commited to trunk (23.11., rev.2758)
- 19:08 Bug #17880: Menu of subpages, strange bug !
- Because there's also this in the static template:
# Match TYPO3 3.9.0 and later
[compatVersion = 3.9.0]
...
# acc... - 17:53 Bug #17880 (Closed): Menu of subpages, strange bug !
- hi
This is typoscript from "css_styled_content" :
# "Menu of subpages to these pages"
1 < .default
1.special ... - 18:31 Feature #17881 (Closed): Enable stdWrap for select.where
- stdWrap is not possible for select.where.
Example:
10 = CONTENT
10 {
table = tt_content
select.where.data = ... - 17:39 Feature #17586: Featurerequest: config.inlineStyle2TempFile.media
- It is not possible to have subproperties inside "config". I.e. it can be only config.whatever but not config.whatever...
- 16:18 Feature #17586: Featurerequest: config.inlineStyle2TempFile.media
- i.e this would be nicer as a stdWrap
- 16:14 Feature #17586: Featurerequest: config.inlineStyle2TempFile.media
- its not that much...
here we go: typo3/sysext/cms/tslib/class.tslib_pagegen.php
update the following:
in Line 62... - 17:35 Bug #17879 (Closed): Sticky top icons in alt_doc: missing icon
- Sticky top icons do not show "edit" icon for a special mode in alt_doc when $this->columnsOnly is set. If this attrib...
- 16:30 Bug #17878 (Closed): mod_rewrite redirect to subdirectory + realurl = page not found
- I have a site installed into /typo3 subdirecttory of hosting user home dir.
In that directory, .htaccess uses mod_re... - 15:07 Bug #17834: IRRE does not take TBE_STYLES into account
- a short fix that works only for one level of nesting:
l. 976-980:
case 'inline':
$this->storeSchemes();
... - 15:07 Bug #16099: Fatal error after uploading the Version 4.0
- The user has a quota of 50gb, and has consumed less than 20gb, leaving more than 30gb available. I said "disk space"...
- 14:55 Bug #16099: Fatal error after uploading the Version 4.0
- 2 Tor de Vries: and there is no quota for your user..?
- 13:44 Bug #17877 (Closed): TCEFORM TSconfig disabled fields still available in List View
- Disabling fields via TCEFORM.tablename.fieldname.disabled = 1 will disable the field showing up in the editing form, ...
- 12:18 Bug #17876 (Closed): Sorting of child records is inverted on moving parent record to different page
- If you want to move a IRRE record with manual sorted child records, the sorting of the child records will be inverted...
- 12:11 Feature #15255: use tt_content.pi_flexform.display_mode instead of CODE field in Plugin content
- closed by request of f. holzinger as this is included in 4.0
- 10:43 Bug #17856: DB compare fails
- remove NOT NULL from tables.sql and compare works fine.
btw - with attached patch this works fine also with "NOT N... - 09:28 Bug #17856: DB compare fails
- There's also another error:
DB-Compare complains about a difference between field definition in tables.sql and the r... - 10:24 Revision ec9f3c86: Fixed bug #6727: Fatal error install tool
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2793 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:14 Revision 99c76ffb: Fixed #6823: Removed "Disable RTE" checkbox in alt_doc.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2792 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:16 Revision 61a5173c: Changed "Clear cache" string to start with upper-case
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2791 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:59 Feature #17871: Enable labels for EM extension configuration
- committed to trunk
- 08:56 Revision 85c4cc61: added feature #6868: Enable labels for EM extension configuration, credits Georg Ringer
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2790 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-12-02
- 22:04 Revision b48198fd: Issue #6873: Added icon for pages marked as not in menu and with FE-user access restriction to t3skin
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2789 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:04 Bug #17875: Missing icon for not in menu, access-restricted pages
- Committed to trunk.
- 21:40 Bug #17875 (Closed): Missing icon for not in menu, access-restricted pages
- When a page is "not in menu" and access to it is restricted to some FE user group, the page icon used is the old one....
- 21:09 Feature #17832: Allow disabling of new page wizard
- Bug closed, will be resolved in a new bug/RFC.
- 20:58 Revision 3cd8d90e: Fixed bug #6663: Unserialized objects not debugged properly (by Francois Suter)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2788 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:58 Bug #17760: Unserialized objects not debugged properly
- Committed to trunk.
- 20:39 Revision 55009742: * Minor change to tsconfig_help sysext: A message informs admins that updating the tsconfig_help data on Windows is not possible
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2787 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:49 Bug #16461: setup.override.edit_docModuleUpload=0 does not work anymore
- OK, more information on this.
This "bug" only occurs, with the following default setting:
setup.default.edit_do... - 14:22 Bug #16461: setup.override.edit_docModuleUpload=0 does not work anymore
- Steps to reproduce:
1. Check "File upload directly in Doc-module" in User->Setup
2. Select a group for this user
... - 14:42 Feature #17874: Add suggest-like feature to TCEforms
- A minor ;) thing I forgot: This version of the patch is not ready for submission to core, it is just to test and give...
- 14:40 Feature #17874 (Closed): Add suggest-like feature to TCEforms
- The current way of inserting records into relation-fields is quite complicated - you have to open the element browser...
2007-12-01
- 15:45 Bug #17504: No thumbnails generated for jpg and png
- @Ohk: Could you please mention, when the error occurred on your system? Did you update a running system with a newer ...
- 15:35 Bug #17504: No thumbnails generated for jpg and png
- same for me. I have updated. Thank you.
2007-11-30
- 23:15 Bug #17873 (Closed): Broken page localization on PostgreSQL
- You cannot switch the language (no drop down visible) in Web>page even if an alt. lang. page record exists. Also the ...
- 22:59 Bug #17072: DBAL/PostgreSQL: SQL parse error in "Who is online" BE list
- The path removes the brackets around (be_sessions, be_users u). Does the patch work with them? There was a reason for...
- 20:36 Feature #17862: Make excludeCHashVars work
- If some developer don't know how to set up proper caching I don't really care. There are enough resources to learn ab...
- 20:03 Feature #17862: Make excludeCHashVars work
- Yes, you're right with this. I thought about looking for pivars, eg tx_myext_pi1 -> USER or USER_INT, if USER, add it...
- 19:14 Feature #17862: Make excludeCHashVars work
- > piVars from USER_INT shouldn't included by default.
Steffen, this isn't possible, because TYPO3 currently has no... - 18:30 Feature #17862: Make excludeCHashVars work
- i discussed this with Dmitry, and conclusion was that you can't exclude piVars without having wrong cache entries.
e... - 16:26 Feature #17862: Make excludeCHashVars work
- Oliver, that sounds cool and I think it is very interesting addition to 4.2.
But it won't solve the problem when l... - 12:01 Feature #17862: Make excludeCHashVars work
- The attached cHashTunnel patch is FYI and was created against some 4.1 version. So, let's talk about this and maybe m...
- 11:59 Feature #17862: Make excludeCHashVars work
- I ran into the same problem some months ago and created a "cHashTunnel" patch for my own purpose. It was configured i...
- 19:31 Bug #17861: Extension Manager does not sort versions of an extension correctly
- Remark:
The above sorting algorithm assumes that the latest version equals the highest version. That sounds natura... - 12:54 Bug #17861: Extension Manager does not sort versions of an extension correctly
- I can confirm this. The current "sorting" is just the order of the entries of the xml file (http://typo3.org/fileadmi...
- 10:06 Bug #17861: Extension Manager does not sort versions of an extension correctly
- To say it in my words:
01. $versions = array_keys($this->xmlhandler->extensionsXML[$extKey]['versions']);
02. $... - 16:08 Feature #17871 (Closed): Enable labels for EM extension configuration
- It would be nice to have some labels in the ext configuration in the EM because usability is better and the admin is ...
- 15:33 Bug #17870 (Closed): Treatment of content-elements in front- and backend with language setting 'all'
- Content elements with language setting [All] (sys_language_uid = -1) are not rendered in the frontend and are not sho...
- 14:53 Bug #17869 (Closed): Installing extensions via different domains
- I have two domains pointing to my typo3 webhost. Lets call them domain1.com and domain2.com.
I log into http://dom... - 13:08 Revision f4a9521c: Fixed bug #5602: spamProtectEmailAddresses_atSubst is not recognized correctly
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2786 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:08 Bug #17294: spamProtectEmailAddresses_atSubst is not recognized correctly
- Committed to SVN:
* TYPO3_4-1 (rev. 2785)
* Trunk (rev. 2786) - 13:08 Revision 34c9022c: Fixed bug #5602: spamProtectEmailAddresses_atSubst is not recognized correctly
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2785 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:43 Bug #17865: Upgrade from 3.8, no page tree
- Between 3.8 and 4.1 some database related stuff changed and the pages table got new fields. Did you go to your instal...
- 09:38 Bug #17865: Upgrade from 3.8, no page tree
- also, if try to create new page, there' s no error, but there is also no page shown???
- 09:36 Bug #17865: Upgrade from 3.8, no page tree
- nop. its not the same bug.
Here there is no page tree on all the browsers. it just shown first page (the world icon)... - 09:20 Bug #17865: Upgrade from 3.8, no page tree
- Maybe this patch will help you:
http://bugs.typo3.org/view.php?id=5840 - 08:53 Bug #17865: Upgrade from 3.8, no page tree
- i tried that, no change...
- 08:18 Bug #17865: Upgrade from 3.8, no page tree
- Try to clear your browser cache (or close your browser) or press shift-reload to load the new pagetree as some CSS ch...
- 10:51 Feature #17868 (Closed): Add a menu for shortcuts to the new toolbar in backend.php
- we need a menu to call, store and edit shortcuts in backend.php
(issue imported from #M6863) - 10:49 Feature #17867: Add a menu to clear caches to the new toolbar in backend.php
- committed to trunk
- 10:49 Feature #17867 (Closed): Add a menu to clear caches to the new toolbar in backend.php
- we need a menu to clear caches: all caches, page content cache, cached configuration in typo3conf/
(issue importe... - 10:40 Feature #17866: Add a backend search to the toolbar in backend.php
- committed to trunk
- 10:39 Feature #17866 (Closed): Add a backend search to the toolbar in backend.php
- the backend search from the shortcut frame needs to be moved to the new toolbar
(issue imported from #M6861) - 08:59 Revision b98b2a61: added backend search toolbar item to backend.php, added positioning function for the clear cache menu which is needed to keep the menu below it's icon when new items are added to the toolbar
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2784 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-11-29
- 23:54 Bug #17865 (Closed): Upgrade from 3.8, no page tree
- I want to upgrade an exsisting page from 3.8 to 4.1.3. I just copied typo3 source over old source and logged in. Ther...
- 22:45 Bug #17244: Backend task center does not work properly
- Hi Bernhard,
thanks for taking care of this. I think Malte Jansen already sent a patch to the Core list today as a... - 18:59 Bug #17244: Backend task center does not work properly
- Hi !
I started this patch (hiding empty dynTabs) - but AFAIR the mentioned code above is not from me:
if (!$isN... - 11:57 Bug #17244: Backend task center does not work properly
- You can disable empty tabs....
dividers2tabs = 1 : will remove empty tabs
dividers2tabs = 2 : will disable empty ... - 11:57 Bug #17244: Backend task center does not work properly
- ok. I found out that the task center menuItems only contain $def['icon'] and not $def['content']
- 11:43 Bug #17244: Backend task center does not work properly
- The problem is that dyntabmenu (from template.php) now hides empty items and thinks the taskcenter items are empty.
... - 21:27 Revision 37fa603b: Minor change of JavaDoc comment introduced by RFC #6259 Disabling Tabs with no fields
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2783 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:13 Bug #17861: Extension Manager does not sort versions of an extension correctly
- There is a BUG when you like to get the current Ext Version ( see Ext: lab_newsfolders ),
but this is not by every E... - 11:09 Bug #17861: Extension Manager does not sort versions of an extension correctly
- can you give some examples what exactly the error is and why it is sorted?
- 14:43 Feature #17862: Make excludeCHashVars work
- cHash is supposed to have all vars in it by design. Otherwise cache will not work properly.
- 13:45 Feature #17862 (Closed): Make excludeCHashVars work
- class.tslib_fe.php consiste of the excludeCHashVars property but it isnt implemented yet.
There is the need to exc... - 14:29 Bug #17864 (Closed): Taskcenter: Submodules are not shown
- Due to change of remove empty dyntabs. Some extensions are not shown in the taskcenter.
So dividers2tabs must be cha... - 14:23 Feature #17863 (Closed): Hook Request: t3lib_TCEmain->localize($table,$uid,$language)
- It would be great to get a hook for the localize-function to extend/replace the autogenerated "[translate to: xxx] te...
- 13:06 Bug #17504: No thumbnails generated for jpg and png
- yes it was the element browser in version 4.1.2.
So i've have to update this site...
thx - 11:53 Bug #17504: No thumbnails generated for jpg and png
- For the upper-/lowcase crowd:
Could you please point out <b>where</b> these files are not displayed? While editing a... - 11:37 Bug #17504: No thumbnails generated for jpg and png
- the same here
threre are not thumbnails for images with upper ".JPG"
- 10:43 Bug #17504: No thumbnails generated for jpg and png
- In my backend there are thumbs generated for "*.jpg" but not for "*.JPG". I thought this is case insensitive. I use T...
- 12:48 Bug #15720: Fields of type 'select' with maxitems>1 and itemsProcFunc set work only, if items is set also
- I too can confirm the issue. But I can also offer a less obstrusive workaround: just set the items to an empty array,...
- 11:25 Revision 2aab4eb2: (feature) #6833: Possibility to add inline JS to page (Thanks to Steffen Kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2782 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:40 Revision cae4379f: Fixed #6825: TCEforms -- Icon for empty palettes are not displayed anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2781 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:40 Bug #17836: Not editable text block using IE and CSS width-Definition
- What is the width of the editing area? In User TSConfig, try to set property
options.RTESmallWidth
to a large... - 07:27 Bug #17853: sub and sup are added via CSS instead of tags (Safari)
- Yes, this is the very strange Apple Webkit way. Perhaps the class is used only for advertisement?
Will be fixed in... - 07:24 Bug #17852: Strange layout for header N except the first one (Safari)
- Strange indeed. Are you sure you did not apply some font size? I cannot reproduce this behavior.
Is this on Window...
2007-11-28
- 21:14 Bug #17861 (Closed): Extension Manager does not sort versions of an extension correctly
- This list not sorted!
$versions = array_keys($this->xmlhandler->extensionsXML[$extKey]['versions']);
$latestVersion... - 21:04 Feature #17860 (Rejected): Shortcut and ACT state not enable with TMENU ;-(
- Hi,
Please heard me ;)
Do you have also problem with shortcut page (in sysfolder), with TMENU and ACT state ?
... - 18:43 Bug #17859 (Closed): XClass of class.browse_links.php
- It looks like that we can't create XClass for this class. I have to create an XClass for changing asort to natcasesor...
- 16:25 Feature #14974: secureFormmail
- Brilliant idea!
Just added a comment to pop this issue to the top as 'modded'.
This has been _new_ for two year... - 16:17 Bug #15114: limited to languages; still can delete content element
- bug_6682_trunk_v2.diff has nothing to do with this bug and was uploaded by accident :-/ It should be deleted by an a...
- 14:23 Revision 79a861fd: moved user info and logout button to the toolbar
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2780 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:43 Revision 5b747e0f: fixed alignment of toolbar items wihtout reversing the container array
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2779 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:21 Revision a6ed2cec: fixed XCLASS include
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2778 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:07 Revision 48d36d9b: added clear cache actions menu to backend.php as part of the cleaner backend project
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2777 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:19 Feature #17858 (Closed): enable Tabs in tt_content
- according to the tabs in page properties here comes a patch for tabs in tt_content records
(issue imported from #...
2007-11-27
- 19:58 Feature #17840: Non Breaking Spaces in HTML-Area
- Yes, you can use Paypal or moneybookers.
Thanks. - 19:48 Feature #17840: Non Breaking Spaces in HTML-Area
- Yes, that's right. "nbsp" is inserted after saving.
But as said, only if the p tag has no class,... added.
To "wh... - 18:58 Feature #17840: Non Breaking Spaces in HTML-Area
- Thank you for offering to sponsor this issue. You may send your contribution as indicated on this page:
http://typo3... - 19:06 Feature #17857 (Closed): Make preserving div sections a configurable RTE processing option
- Currently, the only RTE processing options for div sections are to eliminate them, to transform them into paragraphs,...
- 19:01 Bug #17856 (Closed): DB compare fails
- many users noticed that EM gives update warning though field definition is equal to existing field. You see it with a...
- 17:49 Feature #17813: Enable htmlArea RTE in Safari
- Indeed!
Fixed in SVN TYPO3core trunk, revision 2776 - 17:46 Bug #17851: Cannot enter line break in Safari (Windows)
- Shift enter will do it.
Committed to SVN TYPO3core trunk, revision 2776 - 17:31 Revision fd73e809: * Bugfix #6836: htmlArea RTE cannot enter line break in Safari (Windows)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2776 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:49 Story #17855 (Closed): php-docs for all hooks
- Currently there is no common documentation for all hooks in the core.
As they are quite important to extension pro... - 09:36 Feature #17672: Various enhancements to update wizard
- I'd like to get this going and update it to work with the new installer.
- 03:33 Bug #17230: links entered in <th>-tag with the RTE are not parsed on the frontend
- The problem is not related to any RTE.
I think is due to the handling of HTMLtableCells in tslib_content.
2007-11-26
- 23:50 Revision 6f063293: changed to prototype's cross browser DOMContentLoaded event, now the prototype 1.6 version
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2775 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:47 Revision b3152a15: changed to prototype's cross browser DOMContentLoaded event
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2774 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:34 Feature #17854 (Closed): Allow Multimedia files for "Text w. Image" and "Image" Content Elements
- Currently you can only place "real" images into a "Text w. Image" or "Images" content element. When applying the belo...
- 19:55 Revision b1d1efcb: moved interface t3lib_backendToolbarItem to typo3/interfaces/interface.backend_toolbaritem.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2773 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:21 Bug #17853 (Closed): sub and sup are added via CSS instead of tags (Safari)
- Using CSS is fine in theory, but using tags allows more freedom in TYPO3 configuration (eg additional CSS or removal ...
- 18:15 Bug #17852 (Closed): Strange layout for header N except the first one (Safari)
- When you change the paragraph style from "normal" to eg "header 1" (h1) this works well for the first paragraph in th...
- 18:12 Bug #17851 (Closed): Cannot enter line break in Safari (Windows)
- The enter key always results in a new paragraph. None of the modifier keys (incl. shift) results in a line break.
... - 17:45 Feature #17813: Enable htmlArea RTE in Safari
- I think there is a typo in the first patch.
htmlarea.js:
There used to be a break after
case "LeftToRight":
... - 17:27 Bug #25507: Wrong syntax highlighting in wrong context
- this is hardcore test for highlight :-)
maybe you can define the rule
* only highlight Object Keyword after ={spa... - 15:46 Bug #25507 (Closed): Wrong syntax highlighting in wrong context
- Examples of code snippets tested:
10.value = My.TEXT.file.txt
5.file = EXT:whatever/res/header.jpg
In these exam... - 10:02 Revision 430fd5a4: Corrected a ChangeLog entry
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2772 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:55 Bug #17848: Refactored Clickmenu is cut off on the left, when does not fit in the viewport
- Committed revision 2771.
- 09:54 Revision ec447818: Fixed bug #6831: Clickmenu is cut off on the left, when it does not fit in the viewport (Thanks to Helmut Hummel)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2771 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:53 Feature #17850 (Closed): Possibility to add inline JS to page
- If you want to add inline JS, you normally have to include this manually with page.headerData.
This feature allows...
2007-11-25
- 23:44 Feature #17825: New login extension
- I attached an update, v0.9.4
also for tester without php5 i attached a php4-version - 22:02 Feature #17849 (Closed): Mailform / auto_respond_msg with slashes
- It would be nice to be able to send slashes with the auto respond message, i.e. if you want to pass an URL to the rec...
- 21:24 Bug #17848: Refactored Clickmenu is cut off on the left, when does not fit in the viewport
- Look at the screenshots for visual explanation.
This bug is related to this commit:
http://typo3.svn.sourceforge.... - 21:22 Bug #17848 (Closed): Refactored Clickmenu is cut off on the left, when does not fit in the viewport
- When having long text in the Clickmenu (like the German clickmenu of the pagetree) and therefore does not fit in the ...
- 20:10 Bug #17833: charset changes randomly
- try to change field HTML in table cache_pages from MEDIUMBLOB to LONGTEXT.
- 19:18 Revision dece44b6: Reformatted t3editor sysext
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2770 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:20 Bug #17846: t3lib_div::debug is printing and throws error
- Committed second version of patch (see core list) to trunk.
- 11:16 Bug #17846 (Closed): t3lib_div::debug is printing and throws error
- in t3lib_div::debug the output is printed direct. This is before headers are sent, so it throws an error "headers alr...
- 17:18 Revision 222bfb85: Fixed Bug #6828: Using outpug buffering for debug() to prevent "Headers already sent" errors
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2769 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:59 Revision 970d7561: Feature #6829: New general template methods for FE & BE (Thanks to Steffen Kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2768 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:57 Feature #17847: Move template-functions in own class to use it without instancing (FE+BE)
- as 2 functions are in parse_html i moved 2 functions to the existing class, so no new class is needed.
See new attac... - 13:29 Feature #17847 (Closed): Move template-functions in own class to use it without instancing (FE+BE)
- Templating in BE is not supported yet. But the functions are already in core. Unfortunally they are in tslib_content ...
- 16:10 Revision d4d91a01: Added labels to checkbox descriptions in new EM section
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2767 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-11-24
- 23:01 Feature #17264: Hook in TCEmain after all database operations needed
- Committed to SVN Trunk (rev. 2764).
Dropped for TYPO3_4-1. - 16:10 Feature #17264: Hook in TCEmain after all database operations needed
- T3X_seminars-0_5_99-z-200711241606.t3x is a patched version of tx_seminars for testing.
- 00:32 Feature #17264: Hook in TCEmain after all database operations needed
- Thank you very much for your help, Olly!
The modifications you made are working for me! - 22:59 Bug #17838: Files with extension xml are ignored as resource of a template
- Committed to SVN:
* TYPO3_4-1 (rev. 2762)
* Trunk (rev. 2763) - 22:58 Revision 39e7c081: Cleaned up ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2766 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:55 Revision b5271ee0: Cleaned up typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2765 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:52 Revision 86de1c42: Added feature #5530: Hook in TCEmain after all database operations
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2764 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:49 Revision 1de6fbce: Fixed bug #6817: Files with extension xml are ignored as resource of a template
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2763 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:48 Revision 708009f3: Fixed bug #6817: Files with extension xml are ignored as resource of a template
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2762 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:34 Bug #25506 (Closed): Characters get mixed up while typing
- I have an extisting template setup with about 80 lines.
After an existing header comment, like "# this is the main t... - 22:01 Bug #17845 (Closed): Remove "Show Description for Fields" checkbox in alt_doc.php
- Right now we have two places in the BE for a user to show the Help of backend fields:
* In the User => Setup module
... - 18:58 Revision 2883613a: Fix #6822: css_styled_content default EXTCONF was not loaded since it was installed by default
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2761 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:37 Bug #17844 (Closed): Icon for empty palettes should not be displayed
- Hey,
when using pageTSconfig to disable certain fields that are on the second options palette, the icon to display... - 17:26 Bug #17843 (Closed): Ignore & regenerate empty cache/images files
- When cache files (in typo3temp directory) are 0 size, Typo3 should ignore them and try to regenerate them.
This us... - 15:49 Bug #17842 (Closed): Remove "Disable RTE" checkbox in alt_doc.php
- right now we have two places in the BE for a user to disable the editing of fields with the RTE.
* In the User => Se... - 15:28 Bug #17772: Hook processDatamap_afterDatabaseOperations bug with inline relations
- The solution for that problem is a new hook in TCEmain: "processDatamap_afterAllOperations"
see bug #17264 - 15:19 Feature #17267: Some Hooks for tslib_content
- I uploaded the extension T3X_sgtest_content_hook-0_0_0-z-200711241518.t3x for testing these hooks.
It includes the... - 15:10 Feature #17267: Some Hooks for tslib_content
- Ingmar changed the patch to use interfaces instead of using method_exists().
And I commented the interfaces.
I uplo... - 15:12 Bug #17841 (Closed): Default EXTCONF is not loaded
- Since css_styled_content is loaded by default, there is no configuration in typo3conf/localconf.php. This means that ...
- 14:58 Feature #17564: RFC: Extended BE Module "Web/Permissions"
- I've deleted all files obsolete files, so I only left the last one.
- 14:00 Feature #17840: Non Breaking Spaces in HTML-Area
- I like to sponsor this Feature, but where should I send my money to :-?
- 13:47 Feature #17840 (Closed): Non Breaking Spaces in HTML-Area
- When entering normal text in HTML-Area RTE with no aligment or any classes or styles I get a "nonbreaking space ( )" ...
- 13:45 Feature #16786: FeUsers in table sys_lockedrecords
- Sorry, forgot to change tslib_fe ...
Please use patch 'feature-004655-with-fe.patch'. - 13:35 Feature #16786: FeUsers in table sys_lockedrecords
- I have attached a new patch 'feature-004655.patch' for this feature-request.
2 Things changed:
- If no username i... - 09:45 Revision b594d279: * Feature #6770: Flexform DataStructure pointerFields:
- * Implement option to use two ds_pointerFields so DataStructures can be switched by the combination of two field's va...
2007-11-23
- 22:32 Revision e648a308: fixed comment indentation
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2759 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:03 Feature #17264: Hook in TCEmain after all database operations needed
- So, how does this work in tx_seminars now:
* I created a new class variable in tx_seminars_tcemainprocdm: $tceMainFi... - 21:51 Feature #17264: Hook in TCEmain after all database operations needed
- The attached file creates a new hook in TCEmain: processDatamap_afterAllOperations($this)
The patch for tx_seminar... - 20:22 Bug #17839 (Closed): Search working in the first group's DB mount only
- If the user is member of several groups (each having its own DB mounts), when searching using lower "Edit/Search" box...
- 19:47 Feature #17825: New login extension
- I should mention, that the extension only work with php5.
- 19:08 Bug #17838: Files with extension xml are ignored as resource of a template
- The attached patch adds the file extension 'xml' to the allowed file extenision of the sys_template table.
- 19:00 Bug #17838 (Closed): Files with extension xml are ignored as resource of a template
- Uploading a xml file to a template (sys_template) is denied by TCEmain since the extension xml isn't part of the allo...
- 18:23 Bug #25505 (Closed): Editor gets slower with growing line numbers
- It generally works with Firefox 2.0.0.8, but very slow on my Laptop
(Pentium M 1.3 GHz, 1.25 GB RAM, Xubuntu Gutsy 7... - 18:18 Bug #25504 (Closed): Javascript warnings when parsing Mochi.js
- The follwoing warning is repeated over and over again:
Warning: reference to undefined property o.nodeType
Source... - 17:47 Revision 82000139: Added feature #5791: indexed_search: join_pages is now configurable via TypoScript
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2758 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:47 Bug #15910: Multiline BE admin menu for longer menu items
- complete rewrite of the main menu code for typo3 4.2
- 17:45 Bug #15812: No highlighting for admin functions
- There won't be any more changes to the t3skin of branch 4.1 and 4.2 will have a different layout for the admin funct...
- 17:36 Bug #17837 (Closed): New backend.php has a wrong CSS integration order
- In the new backend.php, the stylesheets for the new layout below "css/*" are integrated _after_ stylesheet_post.css w...
- 16:40 Bug #17836 (Closed): Not editable text block using IE and CSS width-Definition
- Hi,
I'm including an css file the following way:
RTE.default {
contentCSS = EXT: extension_key/styles/screen... - 16:29 Bug #25503: Editor does not respect charset settings while saving with AJAX
- The normal saving is working fine. See:
http://img265.imageshack.us/img265/4564/diffgv1.gif
One is saved via AJ... - 16:21 Bug #25503 (Closed): Editor does not respect charset settings while saving with AJAX
- I tried entering some special characters in the Editor (eg äößé), then
saving (using AJAX), then reloading the templ... - 16:24 Bug #17570: pageNotFound_handling outputs a blank page if the given URL could no be retreived via CURL or fopen
- Commited to:
- trunk (rev. 2756) (for 4.2-alpha3)
- TYPO3_4-1 (rev. 2757) (for 4.1.4) - 16:24 Revision f06b7847: Fixed bug #6240: pageNotFound_handling returns empty page if specified URL cannot be retrieved. Credit to Helmut Hummel for the fix.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2757 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:22 Revision 93c5f157: Fixed bug #6240: pageNotFound_handling returns empty page if specified URL cannot be retrieved. Credit to Helmut Hummel for the fix.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2756 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:00 Bug #17468: TCA eval required on date field does not work
- Committed to SVN:
* TYPO3_4-1 (rev. 2754)
* Trunk (rev. 2755) - 15:51 Bug #17468: TCA eval required on date field does not work
- I've uploaded a new patch with a small modification for recent changes in Trunk.
- 15:59 Revision 13bc4552: Fixed bug #5956: TCA eval required on date field does not work
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2755 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:57 Revision ea1fe7b3: Fixed bug #5956: TCA eval required on date field does not work
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2754 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:58 Bug #17835: thumbnails do not show in Backend:Filelist using Mozilla Firefox 2.0.0.9/Windows, wrong parameters for thumbs.php
- to make it more clear: the parameterlist contains html equivalents instead of just simple ampersands and slashes
O... - 12:49 Bug #17835 (Closed): thumbnails do not show in Backend:Filelist using Mozilla Firefox 2.0.0.9/Windows, wrong parameters for thumbs.php
- In File->Filelist, if I check "Display thumbnails" the following html is generated:
<img src="thumbs.php?&dumm... - 11:56 Bug #17828: RTEhtmlarea doesn't work with IRRE anymore
- Committed to SVN Trunk -- will be in TYPO3 4.2-alpha3
- 11:55 Bug #17828: RTEhtmlarea doesn't work with IRRE anymore
- After removing the files in typo3temp/rtehtmlarea/ and clearing the browsers cache, this problem seems to be solved: ...
- 11:26 Bug #17819: Page and info module ignore "Limit to language"
- fixed in trunk
- 11:21 Revision c1bf8b5b: Fixed bug #6775 Page and info module ignore 'Limit to language'
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2753 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:12 Feature #17434: Allow more than one parent field pointing to the same children table with foreign_field
- +1!
This behaviour limits the reusability of child tables drastically.
If someone points me in the right directio...
2007-11-22
- 20:26 Bug #17834: IRRE does not take TBE_STYLES into account
- The file without-irre.png show how it should look like according to TBE_STYLES['borderschemes']:
$TBE_STYLES['bord... - 20:16 Bug #17834 (Closed): IRRE does not take TBE_STYLES into account
- When using IRRE the rules from TBE_STYLES formatting are interpreted completely wrong.
(issue imported fr... - 18:14 Feature #17037: Better Shortcut for pages
- Hi Benjamin;
at the moment, I am a bit lacking of time admittedly. However, I will try to give this one some hours... - 17:10 Bug #15133: Date/time field changes its value
- Commited to trunk. rev. 2752
- 16:58 Revision 32a890ca: * Fixed bugs #1697, #1465, #4849, #5183: Datetime input fields and timezone shift bug
- * Fixed: The click-checkbox to set the current date/time did not work on fields with eval year, time and timesec.
* F... - 15:37 Bug #17833: charset changes randomly
- forgot, typo3 mysql database set to utf-8
- 15:32 Bug #17833 (Closed): charset changes randomly
- I have a fresh typo3 4.1.2 installation.
i have set [BE][forceCharset] = utf-8
im working on a page with slovenian... - 15:35 Feature #17745: Allow dynamic values in TCAdefaults
- I updated the patch file.
The patch does only implement the userFunc-Feature for Page- and User-TSconfig and does ... - 15:30 Bug #17719: install tool doesnt work?
- I guess this has nothing to do with the installer
- 15:25 Bug #17719: install tool doesnt work?
- issue resolved. I created .htpasswd and put it in C:/www/.htpasswd and now it works.
couldnt find any other work-around - 12:38 Revision 8a08d67d: Added hooks #6738: Hooks for Web>List module which allow modification/addition/removal of icons for each table and its records
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2751 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:18 Bug #17826: alt_doc.php: extraFormHeaders does not work anymore
- committed to trunk
- 08:16 Feature #17802: Add fields cruser_id and crdate to table fe_groups
- committed to trunk
- 08:16 Feature #17831: Rename User and Tools modules
- committed to trunk
- 08:16 Revision 79099238: added feature #6793: Rename User and Tools modules, credits Francois Suter
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2750 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:58 Revision e3f1fbd2: added credits for Malte Jansen
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2749 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:46 Revision 5bebf51b: fixed bug #6741: Add fields cruser_id and crdate to table fe_groups
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2748 709f56b5-9817-0410-a4d7-c38de5d9e867
- 07:44 Bug #17828: RTEhtmlarea doesn't work with IRRE anymore
- Sorry, my error.
Fixed in SVN TYPO3core trunk, revision 2747.
Please confirm. - 05:56 Bug #17828: RTEhtmlarea doesn't work with IRRE anymore
- Please try to delete all file in typo3temp with names starting with 'rtehtmlarea_'. Delete also typo3temp/rtehtmlarea...
- 07:43 Revision 07469506: * Bugfix #6769: RTEhtmlarea not working with IRRE in FF anymore
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2747 709f56b5-9817-0410-a4d7-c38de5d9e867
- 06:43 Feature #16079: RTE adds unwanted <p> tags in Tables
- A new Page TSConfig property: RTE.default.buttons.table.disableEnterParagraphs is added. If set, it will prevent Fire...
- 06:20 Revision 4bcff787: * Feature/bugfix: htmlArea RTE: Enter paragraph on return key corrected and improved
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2746 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-11-21
- 23:30 Feature #17831: Rename User and Tools modules
- Updated patch with CSS correction (thanks to Steffen Kamper).
- 22:22 Feature #17831 (Closed): Rename User and Tools modules
- Following discussions on the dev mailing list (and as a replacement to feature request #17771 "De-admin the Tools mod...
- 23:10 Feature #17832 (Closed): Allow disabling of new page wizard
- I was asked by a client about the possibility of hiding the new page wizard. By looking at the TSconfig options, I th...
- 22:24 Feature #17771: De-admin the Tools module
- This bug has been replaced with feature request #17831: Rename User and Tools modules.
It can be closed.
- 19:04 Bug #17830 (Closed): does not check sword size when type=20 (fix included)
- If you selec type=20, it does not check for the size of the sword, so that all search index entries are found.
Tha... - 18:21 Feature #17829 (Closed): Add hook for function viewPageIcon
- Add hook for function viewPageIcon and possibility to reorder view page icons using module configuration for users/u...
- 17:59 Bug #17828 (Closed): RTEhtmlarea doesn't work with IRRE anymore
- In FF2, when having some IRRE elements, the error occours on opening them:
uncaught exception: [Exception... "Compon... - 17:14 Bug #17772: Hook processDatamap_afterDatabaseOperations bug with inline relations
- The patch "class.t3lib_tcemain.php.diff" is against the 4.1 branch. I also added a version for trunk.
- 17:11 Bug #17827 (Closed): classesAnchor and classesLinks get lost when changing tab in link browser
- I have a RTE configuration with the following:
RTE.default.classesLinks = cw_details
RTE.default.classesAnchor = ... - 16:30 Revision 2d397aa5: Fixed bug #6785: "this->extraFormHeaders" didn't work anymore since "fixed alt_doc headers" have been introduced (#6625)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2745 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:01 Bug #15114: limited to languages; still can delete content element
- I added two new patchfiles (simply cleanup and output specific error messages):
bug_1678_V2_4_1.diff:
for 4_1 br... - 13:09 Bug #15114: limited to languages; still can delete content element
- so if the patch works, Helmut, do you want to send it to the core list?
- 13:06 Bug #15114: limited to languages; still can delete content element
- Hi Helmut,
as it says, you are able to add content that is shown up on ALL translations using "-1".
Just tried ... - 12:49 Bug #15114: limited to languages; still can delete content element
- After reading the function checkLanguageAccess in class.t3lib_userauthgroup.php I come to the conclusion, that beeing...
- 12:20 Bug #15114: limited to languages; still can delete content element
- Hi,
it's not true that adding new entries to the default language is possible (even without applied patch). But addi... - 15:58 Bug #17826 (Closed): alt_doc.php: extraFormHeaders does not work anymore
- While development of 4.1 I requested a hook in t3lib_tceforms. This patch also allowed to add special elements in fro...
- 15:29 Feature #17802: Add fields cruser_id and crdate to table fe_groups
- The title of the thread should be changed
"Add fields cruser_id and crdate to tables of sysext/cms" - 15:09 Feature #17822: Tabbed menu as separate class
- the patch has minor bugs - made a new
- 08:25 Feature #17822: Tabbed menu as separate class
- Missing new files
* class.t3lib_tabmenus.php.txt
* tabmenus.js.txt
added separately - 08:24 Feature #17822 (Closed): Tabbed menu as separate class
- I made individual patch files + some new files for separating tabbed menus into stand-alone class file, when tabbed m...
- 13:21 Feature #17037: Better Shortcut for pages
- Hey Ralf,
can you work on your patch to make it work with workspaces as well? Because then we could integrate it i... - 12:27 Bug #17824: static_languages - no lg_typo3 for English
- I forgot one workaround:
in class.t3lib_cs change line for 'pl' (or language you are using) and add line for 'en'... - 11:28 Bug #17824 (Closed): static_languages - no lg_typo3 for English
- In table static_languages there is no lg_typo3 for entry 'english' which causes fallaback to 'default' when using <la...
- 12:14 Feature #17825 (Closed): New login extension
- This is a new extension as a rewrite and improvement of newloginbox.
It replaces the "old" login-form and is ready f... - 10:40 Revision 6cd5576e: fixed interface definition and phpDoc $pageId instead of $uid
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2744 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:39 Revision 3241a093: fixed interface definition and phpDoc $pid instead of $uid
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2743 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:29 Bug #17823 (Closed): Survey results are not stored in to database
- I have installed frontend user login extension for typo3. I have created a survey page and created users for that pag...
- 00:38 Feature #17821 (Closed): Introducing site constants
- the idea is from wec_constants.
It's very comfortable to define important constants of a website in one place to use...
2007-11-20
- 23:51 Feature #17813: Enable htmlArea RTE in Safari
- A second patch with further adjustments and workarounds to enable htmlArea RTE in Safari.
Committed to SVN TYPO3co... - 17:24 Feature #17813: Enable htmlArea RTE in Safari
- Before testing a new version of htmlArea RTE, always delete all files in typo3temp starting with 'rtehtmlarea_' or, s...
- 10:36 Feature #17813: Enable htmlArea RTE in Safari
- works now after clearing the browser's cache and typo3temp/rtehtmlarea
thanks a lot, awesome job!!!
- 10:35 Feature #17813: Enable htmlArea RTE in Safari
- * works on Windows with Safari 3.0.4 (523.12.9)
* works on Mac OS X with Webkit Nightly (www.webkit.org) r27895
* D... - 10:18 Feature #17813: Enable htmlArea RTE in Safari
- reopened as it doesn't work on Mac OS X yet
- 00:50 Feature #17813: Enable htmlArea RTE in Safari
- Committed in SVN TYPO3core trunk, revision 2735
- 23:48 Revision b6f3d9f8: * Feature #6769 continued: Further adjustments and workarounds to enable htmlArea RTE in Safari
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2742 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:16 Bug #17772: Hook processDatamap_afterDatabaseOperations bug with inline relations
- The issue is solved for me with the patch attached above.
- 21:07 Bug #17820: Splitting CMS-TCA into several files (clean up)
- Note: slows done FE according to profiling with Zend Studio.
- 16:30 Bug #17820 (Closed): Splitting CMS-TCA into several files (clean up)
- All TCA information is 2/3 files, so the TCA is very complex one file.
Especially if all tables should get tabs.
... - 18:18 Bug #15114: limited to languages; still can delete content element
- Confirmed. The bug still occurs in 4.1.3 and as well 4.2.0alpha1.
An unprivilueged user still can:
- cut & paste
... - 12:00 Bug #15114: limited to languages; still can delete content element
- Any progress on this one?
- 17:30 Bug #17815: replacing u and strike with ins and del tags
- You should add ins and del to the list of allowed tags.
Please do not use the bugtracker for support questions. Us... - 02:24 Bug #17815 (Closed): replacing u and strike with ins and del tags
- I've tried to get exitHTMLparser_db to replace u and strike tags with xhtml compliant ins and del tags. It's *almost*...
- 15:29 Bug #17580: Active in template::getDynTabMenu() does not work
- Committed as revision 2741
- 15:28 Revision 00951816: Fixed bug #6259: Disabling Tabs with no fields
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2741 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:06 Feature #17253: indexed_search should allways include indexed pages for "not logged in" user
- related to #0006403
- 14:03 Feature #17630: gr_list concept needs to be improved
- this is related to #0005510 and #0004286
- 12:06 Feature #17817: Allow br in flexform labels
- rev 2740
- 10:26 Feature #17817 (Closed): Allow br in flexform labels
- By Steffen Kamper:
Problem:
there is no possibility to make a line break in flexform labels
Solution:
with th... - 12:00 Bug #16572: Limit to Languages doesn't restrict editing of "alternative page language records"
- Any progress on this one?
- 11:57 Bug #17819 (Closed): Page and info module ignore "Limit to language"
- The page and info modules ignore the
"Limit to language" selection of user/group records
in their output (dropdown,... - 11:49 Feature #17818: There is no way to make a line break in Flexform labels
- ups - ever too late as Dmitry has done this in #17817, so please close this one.
- 11:44 Feature #17818 (Closed): There is no way to make a line break in Flexform labels
- with attached patch line breaks are possible in Flexform labels using \n
(issue imported from #M6774) - 10:28 Revision cc19b752: Fixed bug #6773: Allow br in flexform labels
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2740 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:26 Feature #17659: Extend render userFuncs by TS field property
- Committed to Trunk (rev. 2738) -- will be in TYPO3 4.2-alpha3
- 10:22 Revision ebea51d2: Restored typo3/sysext/lang/locallang_mod_doc.xml because it was zero length and broke translations
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2739 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:20 Revision 664bf993: Added feature #6473: CSC - Extend render userFuncs by TS field property
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2738 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:16 Revision 9d4a55b2: Added the media field for page type "Shortcut" as well
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2737 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:12 Bug #17816 (Closed): Broken Rootline when a editor views a draft version in Liveworkspace
- When a editor wants to preview a draft version in the liveworkspace the following error is shown:
"The requested pa... - 09:52 Revision 0d6ca748: Feature #6768: Integrate ext 'Media field for page type External URL' (dkd_media4url)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2736 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:10 Bug #17791: Browser-specific: Poor tag handling + rogue " " everywhere in Opera
- wow okay. Given that, it's not too bad! Apart from the bizarre tag handling and rogue &nbsp; space characters it ...
- 01:41 Bug #17814 (Closed): Implement option to use different Flexform Datastructures per type field value (e.g. CType)
- Currently it's not possible to make tceforms use different Flexform datastructures for the pi_flexform field based on...
- 00:40 Revision ba50c4b6: * Feature #6769: Enable htmlArea RTE in Safari
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2735 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-11-19
- 23:51 Feature #17813 (Closed): Enable htmlArea RTE in Safari
- Enable htmlArea RTE in Safari.
(issue imported from #M6769) - 23:29 Feature #17812 (Closed): Integrate ext 'Media field for page type External URL' into core
- As requested in the wiki (http://wiki.typo3.org/index.php/Extensions_for_the_core) this patch includes the media fiel...
- 23:06 Feature #16935: Add an option to add alternative external URL or shortcut for other languages
- I just wrote a patch that does exactly the same as the extension
http://typo3.org/extensions/repository/view/altern_... - 21:38 Bug #15720: Fields of type 'select' with maxitems>1 and itemsProcFunc set work only, if items is set also
- I can confirm this issue.
- 19:09 Bug #17811 (Closed): Merge cells does not work on merged cells
- I have I problem on merge cells feature in teble in rtehtmlarea.
When I'm trying to merge cell (which is already mer... - 16:57 Feature #17606: Enable overriding/renaming field labels by Page TSconfig
- Committed to Trunk (rev. 2734)
- 16:46 Revision 7e27a623: Added feature #6346: Enable overriding/renaming field labels by page TSconfig (patch by Malte Jansen)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2734 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:34 Bug #17753: Button for creating new records disappeared on nested child records if a parent record reached the maxitems value
- Perhaps there should be a default value for the "appearance". Than it would also work with more levels...
- 10:10 Bug #14715: Restricted character size for object names
- not enough information / details
- 10:06 Feature #17798: Integrate post processing for links handled by typoLink
- Committed to Trunk (rev. 2733)
- 10:06 Bug #16945: Hardened-PHP / Suhosin / suhosin.executor.max_depth / ALERT - maximum execution depth reached
- not a TYPO3 issue
- 10:05 Revision 50a9f2c6: Added feature #6734: Integrate post processing for links handled by typoLink
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2733 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:49 Bug #17797: RTE's classesTable works in BE but drops classes in FE
- This solution works! Thanks a lot, Stanislas.
- 07:37 Bug #25502: T3Editor doesnt work in Typo3 4.2.0alpha2?
- not a bug
- 00:54 Bug #25502: T3Editor doesnt work in Typo3 4.2.0alpha2?
- Ahhh, thanks a lot! :-) Now I do have it either, but thought it would replace every TS textarea... obviously I was wr...
- 00:49 Bug #25502: T3Editor doesnt work in Typo3 4.2.0alpha2?
- I have no t3editor when editing the whole template, too.
But it works when I use only the "modify setup" (Template... - 00:40 Bug #25502: T3Editor doesnt work in Typo3 4.2.0alpha2?
- Hi Martin,
that sysext is already included in the Typo3 4.2.0 Alpha2, and I've installed it correctly: http://img443... - 00:29 Bug #25502: T3Editor doesnt work in Typo3 4.2.0alpha2?
- You have to install the sysext 't3editor'.
2007-11-18
- 23:34 Bug #25502 (Closed): T3Editor doesnt work in Typo3 4.2.0alpha2?
- Hey,
dont know why but the T3Editor doesnt seem to work in Typo3 4.2.0alpha2.. I just installed it on a PHP 5.2.4 se... - 17:14 Bug #17411: No backend modules are shown
- How to resolve this issue:
t3lib/class.t3lib_beuserauth.php:
line 128:
// 'startModule' => 'help_aboutmodul... - 17:12 Bug #17411: No backend modules are shown
- How to resolve this issue:
t3lib/class.t3lib_beuserauth.php:
line 128:
// 'startModule' => 'help_aboutmodul... - 16:38 Bug #17411: No backend modules are shown
- The reason for this bug comes from the line in JavaScript:
top.goToModule('help_aboutmodules',false,'');
This i... - 16:27 Bug #17411: No backend modules are shown
- I have copied the not working TYPO3 instance to a test2 instance. Then I have used a working TYPO3 database. Here is ...
- 14:37 Bug #17803 (Closed): Time fields with strange behaviour in Opera 9.50b
- After leaving a date/time field 2 minutes are subtracted from the entered date - when using Opera 9.50 beta.
Problem... - 12:32 Bug #17761: Fatal error: Cannot use string offset as an array in XXXX/tslib/class.tslib_fe.php on line 1328
- Hm, have you thought about upgrading to a newer TYPO3 release?
Unfortunately there won't be any new releases for the... - 12:07 Feature #17802: Add fields cruser_id and crdate to table fe_groups
- Nearly a nobrainer. Please go ahead and post it on the core list.
- 10:54 Feature #17678: Change the frames BE to iframes
- comitted to svn
- 10:19 Feature #17754: Enable the option to hide the checkboxes "extended view", "clipboard", "localization"
- Apart from the issue that I think it (or at least part of it) should go to the User => Setup module, the naming is no...
2007-11-17
- 22:24 Feature #17802 (Closed): Add fields cruser_id and crdate to table fe_groups
- Adds the two fields crdate and cruser_id to the workspace-view to enable tracking this data within the backend. Filli...
- 17:11 Feature #17801 (Closed): Hook Request: db_list
- Since quite a long time there is the requirement to modify/remove/add new "control" and "clip" icons to those listed ...
- 10:20 Bug #17800 (Closed): Issue 0004064: Navigationtitle in Pagetree
- I just wanted to inform, that the description where to place
options.pageTree.showNavTitle = 1
is confusing ore... - 08:26 Bug #17535: index.php assumes current working directory to be PATH_site
- I'm currently testing the new PHP version. The bug seems to be fixed in PHP 5.2.5. There is no patching of index.php ...
- 00:28 Bug #17797: RTE's classesTable works in BE but drops classes in FE
- Try this:
http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea_manual/1.0.0/view/3/10/
2007-11-16
- 22:26 Revision 885023da: * Feature/bugfix: Change to the initialisation sequence of htmlArea RTE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2732 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:36 Revision 76e0cf9b: * Feature #6715: Remapping of b and i tags by RTE transformation made configurable
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2731 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:11 Feature #14605: Click-enlarge for Images
- > a small patch in tslib_content's parsefunc
Is there any development on the issue?
What patch are you talking ab... - 17:52 Bug #17799 (Closed): External files indexing wrong with crawler when inserted in access-restricted tt_content elements
- When you place a tt_content element with access restriction (FE groups) within a page, and this tt_content contains l...
- 17:04 Feature #17798 (Closed): Integrate post processing for links handled by typoLink
- Currently there's no possibility to execute a post processing on each link. There's a way to do this in t3lib_tstempl...
- 14:49 Revision c84b6789: changed version back to 4.2-dev
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2730 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:07 Bug #17797 (Closed): RTE's classesTable works in BE but drops classes in FE
- I added css styles to the table properties dialog of the RTE (in my special case to have tables stretch to 100% / 50%...
- 12:38 Revision ba3651d2: added missing ampersands to arguments
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2729 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:34 Feature #17766: Limited List-View for BE-user
- resolved by 6545
- 11:18 Feature #17766: Limited List-View for BE-user
- This bug can be closed due to 'Hook Request: db_list'
- 11:31 Bug #17652: preprocessing ###REC_FIELD_[fieldname]### marker problem with IRRE
- If you doesn't write the FIELD in lowercase in the TCA File you will get no result.
So I added to the patch a lower... - 11:08 Bug #17718: Move the BE menu generation code into a separate class so it can be used from other classes
- fixed in 4.2alpha2
- 10:59 Bug #17698: Hook Request: db_list
- committed to trunk
- 10:54 Revision 9e51a735: added feature #6545: Hook Request: db_list
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2728 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:41 Bug #16393: Workspaces loses MM relations on saving a new record and publish a draft record.
- hello thomas buss, it took some time to figure it out - as_mmswap-typo3-4.1.3-ttnewssup-0_0_1. if it works for you pl...
2007-11-15
- 23:15 Bug #16393: Workspaces loses MM relations on saving a new record and publish a draft record.
- Thanks Andreas, but your extension has no effect on my typo3 4.1.3.
News categories are still lost after publishi... - 01:13 Bug #16393: Workspaces loses MM relations on saving a new record and publish a draft record.
- Try this Zach, and let me know if it works, or send me your extension where the mm tables are in. works for me at the...
- 22:55 Bug #17465: Usability Issue with classes wrapped with <> in select lists
- Hi Uschi,
I think the idea was that when the class was not associated to any tag in the stylesheet (a tag free cla... - 22:00 Bug #15951: clickmenu on pagetree icons does not work
- Were you able to confirm the issue Benjamin? Should I be downloading one of the 4.2 alpha copies or something? Let ...
- 21:41 Revision 29d3ff08: Tagging TYPO3 4.2.0alpha2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-2-0alpha2@2727 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:41 Revision 0496289f: Release of TYPO3 4.2.0alpha2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2726 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:30 Revision 1e10085e: Made Clear Cache buttons of backend.php AJAX based, showing a nice spinner image during cache clearing
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2725 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:22 Revision 8f01f9ce: added t3editor as system extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2724 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:21 Revision 10675ca3: added t3editor as system extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2723 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:20 Revision e7f5b668: added t3editor as system extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2722 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:19 Revision 60ace8f2: added t3editor as system extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2721 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:28 Bug #16110: links are generated correctly but are linking to "page not found" but typo3 backend and install tool are working properly.
- Due to cooluri 1.0.9. I uninstalled the extension - have no problem.
- 19:17 Bug #17332: label field which is a relation is not human readable (the field is not resolved like in 4.0.x)
- Committed to trunk.
- 19:17 Revision 3792bf1f: Set left-padding of options in selectorboxes to 22 if an icon is displayed that has a width between 14 and 20 pixels
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2720 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:07 Revision 8cf33c4e: Bugfix #5683: processing of label field in backend
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2719 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:36 Revision 890b2db0: added beta glue code for t3editor
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2718 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:43 Revision 56b62336: * added new installer (ALPHA) code in typo3/sysext/install
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2717 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:43 Feature #17765: Add tab filtering and file type filtering to TCA-defined link wizard
- Thanks for the testing Steffen. Committed to trunk for 4.2
- 00:51 Feature #17765: Add tab filtering and file type filtering to TCA-defined link wizard
- hey jeff,
i tested it and this is really impressive - it works as it should, great job!
+1 - 17:38 Revision b4e62748: * moved typo3/sysext/install to typo3/sysext/install_old
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2716 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:35 Revision d3269ef7: * added side-by-side patch to prepare core for new installer code (makes it possible to run old and new installer side by side
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2715 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:21 Revision c81f938e: Feature #6672: Add tab filtering and file type filtering to TCA-defined link wizard
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2714 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:04 Revision 7fa83cf9: * Feature #6657 revisited: htmlArea RTE: remove em and strong remap from main script
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2713 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:19 Bug #17796: Backend search doesn't find date and time fields
- Patch assumes german date format
- 15:17 Bug #17796 (Closed): Backend search doesn't find date and time fields
- Backend - list module - search field on bottom of page: no matter what you enter, date and time fields of any record ...
- 14:41 Bug #17724: linked records not updated when deleting the original
- There's also another bug with linked records. When using manual ordering, the position of the translation record isn'...
- 14:40 Bug #17724: linked records not updated when deleting the original
- I've deleted the original, and the translation disappeared also. When I looked in the database, the original record w...
- 14:35 Bug #17646: Hook in browse_links request (for linking to records)
- committed to trunk
- 14:31 Revision bda21451: added feature #6442: Hook in browse_links request (for linking to records)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2712 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:20 Feature #17795: add the workspace selector to the cleaner backend toolbar
- committed to trunk
- 14:09 Feature #17795 (Closed): add the workspace selector to the cleaner backend toolbar
- need to add the workspace selector to the cleaner backend toolbar
(issue imported from #M6721) - 14:14 Revision a103cb05: added feature #6721: add the workspace selector to the cleaner backend toolbar
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2711 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:01 Feature #15809: Divider error
- Hi Björn,
you are invited to write a patch against latest trunk that implements the behaviour as described. Whethe... - 11:39 Feature #15809: Divider error
- Michael, is it possible to have this change in 4.2 in the way Ernesto described it?
- 13:14 Bug #17767: Popup windows close automatically after 5 seconds
- Woohoo! It works again! Thanks a lot.
- 12:27 Feature #17794 (Closed): add an error code to pageNotFoundAndExit
- A custom error handler has not enough infos to react corretly upon different error reasons. The only way is to parse ...
- 11:32 Bug #16637: recs['clear_all'] should be clear as an array
- Since the same method is affected as in Bug #0006718 I'd like to send a reminder for this issue. It's still present i...
- 11:19 Bug #17793 (Closed): Insufficient value check in record_registration()
- In class.tslib_feuserauth.php, method record_registration() the following lines (470) only update values if they are ...
- 10:51 Bug #17782 (Closed): Modify-only tables are created in the database
- If extension only intends to modify tables but tables do not exist in the database, EM still creates those tables.
... - 09:27 Revision 654bd5aa: enabled requestUpdate for rte_enabled
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2710 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:45 Feature #17792 (Closed): Remapping of b and i tags by RTE transformation is hardcoded and not configurable
- When using any RTE, there is no way to prevent the remapping of b and i tags on the way to the database and vice vers...
- 02:19 Revision cc6aff07: * Feature #6712 corected: htmlArea RTE: correction to DefaultInline plugin and enhanced API
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2709 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:16 Bug #17791: Browser-specific: Poor tag handling + rogue " " everywhere in Opera
- Please see the manual: Opera is not officially supported. The RTE may be enabled in Opera only for experimenting and ...
- 01:51 Bug #17791 (Closed): Browser-specific: Poor tag handling + rogue " " everywhere in Opera
- It's driving me a bit batty trying to use the RTE in Opera. Tags are not being treated in a logical way - yet it's wo...
- 02:11 Feature #17789: htmlArea RTE: make hotkeys configurable in PageTSConfig
- A third patch: correction to DefaultInline plugin and enhanced hotkey handling API.
- 01:17 Feature #17514: Enabling configuration of the "edit image" dialogue
- Agreed. I would like this too.
- 00:12 Bug #17790: Remove "text_properties" etc. from tt_content table
- np - i did the RFC in your name - have some nice and relaxed days!
- 00:03 Bug #17790: Remove "text_properties" etc. from tt_content table
- Btw... Steffen: You're more than welcome to send this patch to the core list since I'm gonna be away the next days.
- 00:02 Bug #17790: Remove "text_properties" etc. from tt_content table
- you don't have to test both patches since they are made the same way. The one with the "no whitespace" is just easier...
2007-11-14
- 23:45 Bug #17790: Remove "text_properties" etc. from tt_content table
- Hi Benni,
i tested second patch and works for me. Very good to remove unneccessary old functions, it's a good clea... - 19:42 Bug #17790: Remove "text_properties" etc. from tt_content table
- There are two files. One with some whitespace changes (that will be commited) and one for devs to read (no_whitespace...
- 19:39 Bug #17790 (Closed): Remove "text_properties" etc. from tt_content table
- There are these ultra-old buttons and dropdowns to select the font size etc. when editing a content element (from the...
- 22:47 Bug #17321: filemtime() [function.filemtime]: stat failed
- I got the same problem here and it occurs by selecting the image the first time. After saving the section once, the p...
- 22:31 Bug #17767: Popup windows close automatically after 5 seconds
- Please try Revision 2708
- 22:18 Revision faaca760: * Bugfix: htmlArea RTE: Correction to InlineDefault plugin causing frame reload.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2708 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:07 Bug #17331: New Subcategory Returns Service Unavailable
- Hum . . .
Since I'm not a core member . . .can someone 'unassign' me please?
Cheers,
Michiel - 21:40 Feature #17786: Page Anchors and links to page anchors
- Apologies, I did not realise, and did not see it in the manual - the little red arrow to the right of the pages under...
- 05:47 Feature #17786: Page Anchors and links to page anchors
- You can already link to any page section using the internal link dialog.
Custom anchors would be a duplicate of is... - 02:44 Feature #17786 (Closed): Page Anchors and links to page anchors
- I have a feature request... well a matched pair of feature requests.
The first to be able to link to existing page... - 19:52 Feature #17766: Limited List-View for BE-user
- Is connected to http://bugs.typo3.org/view.php?id=6545 (Hook Request: db_list )
- 18:36 Revision 49ea6f7e: * Feature #6712 continued: htmlArea RTE: adding hotkeys to default configuration settings
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2707 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:32 Feature #17789: htmlArea RTE: make hotkeys configurable in PageTSConfig
- Second patch adds bold and italic hotkeys to Typical and Demo default configuration settings
- 17:55 Feature #17789 (Closed): htmlArea RTE: make hotkeys configurable in PageTSConfig
- The new plugin API will automatically register hotkeys associated with buttons when the hotkeys are specified in Page...
- 18:04 Revision 8a5c01fe: * Feature #6712: htmlArea RTE: make hotkeys configurable in PageTSConfig
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2706 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:21 Feature #17788 (Closed): Enable stdWrap for the image in imageLinkWrap
- It would be very nice to have stdWrap possible inside the imageLinkWrap, e.g. to create nice magnifier-icons in css_s...
- 15:50 Bug #17787: Use optgroups in selectorboxes
- Committed to trunk.
- 13:37 Bug #17787 (Closed): Use optgroups in selectorboxes
- The page and content type selectors now group their options using --div-- dividers. TCEForm renders them as optically...
- 15:34 Revision eed683a7: Feature #6710: Use optgroups in selectorboxes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2705 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:00 Feature #17066: enable stdWrap.strftime to use GMT time instead of server time
- Additionally, it would be a generally good idea, if strftime supported stdWrap features
- 13:23 Feature #16485: Security enhancement
- File newloginbox_pi1.tar.bz2 (based on version 3.1.0) contains a patch which will fix this problem.
Translation for ... - 13:20 Revision d2c917be: Added default TS configuration as suggested by Michael Stucki.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2704 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:27 Revision 26276856: Minor changes to feature #6670: Enable Tabs in Page Properties
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2703 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:59 Bug #17785: Multiple RTEs in Flexforms don't work properly
- This problem also occurs with a single RTE on a sheet that is not active when the page ist loaded.
- 11:55 Revision 3103f28b: Changed position of not-in-menu checkbox so it's directly under the doktype selector
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2702 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:55 Bug #17753: Button for creating new records disappeared on nested child records if a parent record reached the maxitems value
- This bug accours if following is not set:
["config"]["appearance"]["newRecordLinkPosition"] - 11:29 Revision 220520de: added follow up on feature #6670: Enable Tabs in Page Properties
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2701 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:58 Revision 37b4fa04: SVN property changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2700 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:46 Revision bbd70a39: Cleanup-up to prior commit #529: "TypoScript help" module
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2699 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:13 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- What's the status with this patch?
- 10:10 Bug #14916: t3lib_div::getURL() uses cURL only for http protocol
- Stucki sent the reminder by accident to Thorsten Koensgen, it should have been Thorsten Kahler. So Thorsten, can you ...
- 10:10 Bug #16110: links are generated correctly but are linking to "page not found" but typo3 backend and install tool are working properly.
- Hey
6080 is closed. I wonder why. I get suddenly Page Not Found. The site FE was working a week ago. That was the la... - 10:09 Bug #16553: In BE Usergroup, it is not possible to select more than 20 tables(modify) at any time
- Won't be fixed for 4-0.
- 10:07 Feature #16318: Patch: new option TSFE.jumpUrl_prefer301 = 1
- Was this committed to real TYPO3 core trunk or just that T3DD06 SVN server?
If it's not in trunk yet, please send ... - 10:05 Bug #17320: Wrong http-header on Domain-Redirect. Should be 301 instead of 302
- Hi there,
can some of the persons interested in this bug please send a patch as an RFC to the core list?
Read h... - 09:32 Bug #17708: imgStart and imgMax properties of IMGTEXT are not rendering the images correctly
- committed to trunk
- 09:29 Bug #17770: GMENU property disableAltText clears the content of alt param, but does not remove it
- committed to trunk
- 09:28 Feature #17578: Newline for Tabs with divs2tabs
- committed to trunk
- 09:26 Feature #17714: Make htmlArea RTE extensible
- committed to trunk
- 04:09 Feature #17714: Make htmlArea RTE extensible
- Additional patch allowing a plugin to register hotkeys.
Committed to SVN TYPO3core trunk (revision 2696) - 09:25 Feature #14463: Menu doesn't expand if ".special" is set
- comitted to trunk
- 09:22 Bug #17775: When letting TYPO3 generate DB table icons it can happen that transparent areas become rendered black
- fixed in trunk
- 09:20 Revision 1d5a4df9: fixed bug #6692: When letting TYPO3 generate DB table icons it can happen that transparent areas become rendered black
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2698 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:33 Revision 74bc2d6c: Fixed bug 529 (TSconfig_help)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2697 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:06 Revision fece6b69: * Feature #6579 continued: Allow plugins to register hotkeys
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2696 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:42 Revision 0ed8c21c: (feature) Fixed #6625: Cleaner Backend / HCI: Make "alt_doc" header fixed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2695 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-11-13
- 23:11 Bug #17785 (Closed): Multiple RTEs in Flexforms don't work properly
- This situation: Two (or more) RTEs are located in different sheets in a flexform, you open the editing mask. Now you ...
- 22:26 Revision de10f2d8: * htmlArea RTE: Update manual and version to 1.6.3dev
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2694 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:17 Feature #17784: Display all classes of an element in the statusbar
- Committed to SVN TYPO3core trunk (revision 2693)
- 22:07 Feature #17784 (Closed): Display all classes of an element in the statusbar
- When an element has multiple classes in its class attribute, display them all in the statusbar.
(issue imported f... - 22:13 Revision 5b8c861e: * Feature #6705: htmlArea RTE: Display all classes of an element in the statusbar
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2693 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:04 Feature #17757: Extract inline buttons from htmlArea RTE main scripts
- The second patch will remove the remap of em and strong tags from the main script and move it to the Default Inline e...
- 21:46 Bug #17739: htmlarea insert image, link, table not working
- Well what do you know! Clearing Opera's cache got rid of the problem finally! I shoulda thought of that shouldn't I. ...
- 06:45 Bug #17739: htmlarea insert image, link, table not working
- Did you delete all files with names starting with 'rtehtmlarea_' in directory typo3temp?
Did you clear the cache o... - 04:40 Bug #17739: htmlarea insert image, link, table not working
- Okay. I've had time to properly look at the problem. I removed and deleted the extension, deleted all references to i...
- 19:56 Feature #14463: Menu doesn't expand if ".special" is set
- Hi !
I submitted the patch to SVN right now. So this patch will be in the new version 4.1.2
One thing to notice... - 19:37 Revision fecfe2c1: Fixed bug #633: Menu doesn't expand if ".special" is set
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2692 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:53 Bug #17783: $TCA[table]['ctrl']['hideTable'] not implemented
- Done
- 17:41 Bug #17783: $TCA[table]['ctrl']['hideTable'] not implemented
- really a nobrainer, please make the RFC (today?)
- 17:26 Bug #17783 (Closed): $TCA[table]['ctrl']['hideTable'] not implemented
- The key is documented (http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/4/2...
- 13:50 Bug #17773: Contextmenu in Pagetree is particially invisible
- yes. this is already addressed in the core list and again a wording problem. I'd recommend to talk to the german tran...
- 12:27 Feature #17640: new Feature for BrowserCondition
- Seems like the core team does not want more IE specific code in the Core. If you don't agree with it, please answer t...
- 12:21 Revision d4a204dd: (minor) Fixed bug #6548: FE "Preview" Label not stylable
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2691 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:13 Bug #17781 (Closed): t3lib_div::trimExplode doesn't work
- usign latest trunk (rev. 2690)
i know that t3lib_div::trimExplode was updated for optimization, in the trunk
an... - 00:58 Bug #17780 (Rejected): Wrong flexforms displayed
- Under certain circumstances the wrong flexform ist displayed in the backend. Try the following:
1) Create new conten...
2007-11-12
- 20:33 Bug #17767: Popup windows close automatically after 5 seconds
- Sorry, but no luck.
Here's the error in the console:
button has no properties
checkInitialLoad()
setUndoQueue... - 17:49 Bug #17767: Popup windows close automatically after 5 seconds
- It think this problem should be fixed in revision 2690 (typo3temp/rtehtmlarea needs to be cleared).
Please confirm. - 17:39 Feature #17714: Make htmlArea RTE extensible
- Backtracking on the use of Prototype framework.
Committed to SVN TYPO3core trunk (revision 2690).
- 16:32 Bug #16780: White Page when editing Contenttype Table
- update Static info tables there is a stupid bug in it :
something like function cannotremeber($x,$q, $this) {...} (n... - 16:25 Revision 6a378e78: * Feature #6579 continued: Backtracking on the use of Prototype.js by htmlArea RTE.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2690 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:34 Bug #17698: Hook Request: db_list
- There is better place to make a Hook... see patch-file
- 14:49 Bug #17778: TCEforms do not work correctly with prototype.js 1.6.0
- Committed to SVN Trunk.
- 14:34 Bug #17778 (Closed): TCEforms do not work correctly with prototype.js 1.6.0
- Due to the changed hash concept ("$H(object)") between prototype.js 1.6.0-RC0 and 1.6.0-final, TCEforms don't work co...
- 14:49 Bug #17777: TYPO3 Element Browser import multiple images at once doesn't work wiht prototype 1.6.0
- Committed to SVN Trunk.
- 14:32 Bug #17777 (Closed): TYPO3 Element Browser import multiple images at once doesn't work wiht prototype 1.6.0
- Due to the changed hash concept ("$H(object)") between prototype.js 1.6.0-RC0 and 1.6.0-final, the multiple-files-imp...
- 14:49 Bug #17776: IRRE does not work correctly with prototype.js 1.6.0
- Committed to SVN Trunk.
- 14:20 Bug #17776 (Closed): IRRE does not work correctly with prototype.js 1.6.0
- Due to the changed hash concept ("$H(object)") between prototype.js 1.6.0-RC0 and 1.6.0-final, IRRE doesn't work corr...
- 14:48 Bug #17779: Parts of the TYPO3 back-end do not work correctly with prototype.js 1.6.0
- Committed to SVN Trunk.
- 14:36 Bug #17779 (Closed): Parts of the TYPO3 back-end do not work correctly with prototype.js 1.6.0
- Due to the changed hash concept ("$H(object)") between prototype.js 1.6.0-RC0 and 1.6.0-final, some parts of the TYPO...
- 14:47 Revision d2e62ec9: Fixed bug #6696: Parts of the TYPO3 back-end do not work correctly with prototype.js 1.6.0
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2689 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:20 Bug #17775 (Closed): When letting TYPO3 generate DB table icons it can happen that transparent areas become rendered black
- ... taken from the thread mentioned in additional info:
------------------------------------------------------------... - 11:13 Bug #17774 (Closed): cli_dispatch.phpsh lowlevel_refindex -c runs into memeory size exhausted
- i'm trying to run ./cli_dispatch.phpsh lowlevel_refindex -c from shell, but i all i got is this message:
*********... - 10:41 Bug #17773 (Closed): Contextmenu in Pagetree is particially invisible
- because of the frames the width of contextmenu is larger than the pagetree frame. Having the align to the right it's ...
- 00:00 Revision ac90d140: Minor code-cleanup to recent Workspace related changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2688 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-11-11
- 16:31 Bug #16393: Workspaces loses MM relations on saving a new record and publish a draft record.
- Cast Iron Coding will put up another 50 euro to sponsor this issue. Let's get it fixed, as it's really stopping us fr...
- 13:51 Bug #16393: Workspaces loses MM relations on saving a new record and publish a draft record.
- Problem is still virulent in the neXt Typo3 Version 4.2.0alpha1!!!!
Let's start a run on this medusalem bug.
The ... - 16:02 Feature #16593: stdWrap for params in function cImage, class.tslib_content.php
- Committed to trunk.
2007-11-10
- 23:07 Feature #17714: Make htmlArea RTE extensible
- Additional patch for FE.
- 23:01 Revision aa4b7a16: * Feature #6579 continued: correction to plugin registration for FE case
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2687 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:54 Bug #17772 (Closed): Hook processDatamap_afterDatabaseOperations bug with inline relations
- I just noticed that the patch of bug 5074 doesn't fix the whole problem. The problem described in bug 5074 is solved ...
- 19:30 Revision 2f65c343: * (cleanup) Protect rtehtmlarea 'for' loops from properties possibly added by JS frameworks.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2686 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:57 Feature #15040: Logging with class.tslib_fe.php + awstats + realurl
- I would think it is long enough since this was a patch, too ;)
I filed a RFC at the core list, bundling 1585.diff,... - 13:05 Revision ab0ab005: Bug #6682: GMENU property disableAltText clears the content of alt param, but does not remove it
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2685 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:40 Revision 3a454005: Feature #4280: stdWrap for params property of IMAGE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2684 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:35 Revision d7e325e3: Feature #6256: $TCA: Newline for Tabs (--div--)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2683 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-11-09
- 23:04 Feature #17729: GIFBUILDER: niceText and transparentColor solution
- Hm. After looking at the code a second time, I now understand what is done with closest=1. And I still think that the...
- 22:39 Bug #15951: clickmenu on pagetree icons does not work
- I am about to have look at this again with the next alpha of 4.2 where major improvements to the Clickmenu were made....
- 22:32 Bug #15951: clickmenu on pagetree icons does not work
- Just confirmed that it doesn't work for me in IE7 either. Here's the error:
Line: 116
Char: 6
Error: 'null' is ... - 16:41 Bug #15951: clickmenu on pagetree icons does not work
- I am experiencing the same problem in Firefox 2.0.0.9 after upgrading TYPO3 from 4.0.6 to 4.1.3. We're running on Re...
- 22:00 Feature #17771 (Closed): De-admin the Tools module
- I launched a discussion in the Dev ML about introducing a "User Tools" module. Indeed there are quite a few BE module...
- 21:57 Revision 671cc1ec: (feature/cleanup) Refactored clickmenu to speed up the BE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2682 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:47 Revision 8521af3f: (bugfix) Fixed Image Generation bug. Call in t3lib_div now uses the IM wrapper to render gifs/pngs
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2681 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:46 Revision 6057af03: (bugfix) Fixed Image Generation bug. Call in t3lib_div now uses the IM wrapper to render gifs/pngs
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2680 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:35 Revision a7c89777: (bugfix) Fixed Image Generation bug. Call in t3lib_div now uses the IM wrapper to render gifs/pngs
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2679 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:26 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- for me it worked to apply the patch and "not force" the caching at all i.e. remove all lines containing config.no_cac...
- 18:14 Bug #17770 (Closed): GMENU property disableAltText clears the content of alt param, but does not remove it
- If you want to use your own alt parameter, you need to set it with imgParams and set disableAltText to 1.
Unfortun... - 17:47 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
- Hello - just a new idea, cause we had this problem again.
- It appears when importing database from a diffrent TYPO3... - 17:39 Bug #17769: Add Tabs in Page Record
- uploaded patch for typo3/sysext/cms/
- 17:28 Bug #17769 (Closed): Add Tabs in Page Record
- Of course it would be much nicer if Tabs are enabled by default in Page record.
this can be done fast with a big eff... - 17:03 Bug #17753: Button for creating new records disappeared on nested child records if a parent record reached the maxitems value
- Can somebody move it to the category: IRRE.
Thanks
- 16:51 Bug #17495: IRRE Ajax does't work if date2cal extension is installed
- Just commenting: patch for #17484 doesn't solve the isse. #17484 is open to be tested...
- 16:30 Bug #17332: label field which is a relation is not human readable (the field is not resolved like in 4.0.x)
- +1
- 14:15 Bug #17332: label field which is a relation is not human readable (the field is not resolved like in 4.0.x)
- Confirming the issue, which is related to http://bugs.typo3.org/view.php?id=5094 (there was a patch there which would...
- 12:01 Bug #17767: Popup windows close automatically after 5 seconds
- I can confirm the bug with Firefox 2.0.0.6 on Windows XP.
However it does not happen with IE6. - 10:54 Feature #17564: RFC: Extended BE Module "Web/Permissions"
- Hi Benjamin,
find attached a new ZIP file (T3_413_mod_perm.zip) including all required files, the diff and a littl... - 01:17 Feature #17307: SK language flag
- Sorry, I can not find the SK flag in any new source of Typo3, also not in 4.1.3. I am looking for it in "typo3/gfx/f...
2007-11-08
- 22:29 Bug #14402: the TS embedded help is not up-to-date
- Thread revived in core-team ML with updated patch/t3x file.
I'm uploading the t3x file here too for reference.
... - 21:58 Bug #17768 (Closed): GIFBUILDER creates wrong access rights in typo3temp/GB and typo3temp/menu
- GIFBUILDER does not use $TYPO3_CONF_VARS['BE']['fileCreateMask'] in a consistent way.
So GIFBUILDER creates wrong... - 20:43 Bug #17739: htmlarea insert image, link, table not working
- Done: http://bugs.typo3.org/view.php?id=6676
- 15:32 Bug #17739: htmlarea insert image, link, table not working
- Please open a separate issue for 1.6.2dev. Obviously it is not the same problem as the one originally reported in thi...
- 10:37 Bug #17739: htmlarea insert image, link, table not working
- Just to be complete, I'm using rtehtmlarea 1.6.2dev in conjunction with latest SVN version of TYPO3.
- 10:36 Bug #17739: htmlarea insert image, link, table not working
- Unfortunately, the problem persists. Here's what I did:
- removed all the files called rtehtmlarea* from typo3temp... - 04:41 Bug #17739: htmlarea insert image, link, table not working
- I cannot reproduce this behavior neither with 1.5.3, nor with 1.6.2dev.
Try to delete all files in typo3temp with ... - 20:43 Bug #17767: Popup windows close automatically after 5 seconds
- The troubleshooting mode reports the following:
[HTMLArea::init]: All scripts successfully loaded.
[HTMLArea::ini... - 20:40 Bug #17767 (Closed): Popup windows close automatically after 5 seconds
- Using TYPO3-trunk and rtehtmlarea 1.6.2dev the following problem happens: whenever a popup window is opened by clicki...
- 20:42 Feature #17747: Integrate possibility to reverse order of rootline HMENU
- I had only a look a the code and fhought you tried to use $temp for $rl_MParray. I see now htat both variables are us...
- 19:34 Feature #17747: Integrate possibility to reverse order of rootline HMENU
- Well, thanks for replying, Martin.
Changing the path diffed certainly isn't a problem, but I must admin I don't kn... - 13:40 Feature #17747: Integrate possibility to reverse order of rootline HMENU
- Looks ok expecpt the "$temp = array_reverse($temp);" and the fact that the patch isn't based from root (typo3/sysext/...
- 20:01 Revision 90303925: added initial cleaner backend project work (backend.php)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2678 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:02 Feature #17763: Let htmlArea RTE use the Ajax request of the Prototype framework
- Backtracking on the use of Prototype framework.
Committed to TYPO3core trunk (revision 2690).
- 16:01 Feature #17763: Let htmlArea RTE use the Ajax request of the Prototype framework
- Some further adjustment.
- 15:53 Revision 12586e7b: * Feature #6668 continued: Some minor adjustments when htmlArea RTE uses the Prototype Ajax request
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2677 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:21 Feature #17710: config.baseURL is too constricting
- This can be done with conditions (see http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0...
- 14:19 Bug #17722: I couldn't change the CompatibilityVersion
- Closed on request, BUT... This is a bug tracker, not a support tool. Please refer to the approriate help newsgroups.
- 12:33 Revision ccf45d53: (cleanup) Fixed #6670: Added tabs to Page properties + cleanup (Thanks to Steffen Kamper)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2676 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:10 Feature #17680: Make the folding/unfolding of the menu items use AJAX instead of reloading the frame
- new backend first, old: who ever wants to
the point is that the new backend module menu is ul/li based whereas the... - 10:45 Feature #17680: Make the folding/unfolding of the menu items use AJAX instead of reloading the frame
- is this only going to happen for the new backend or the old one as well?
- 10:49 Feature #17564: RFC: Extended BE Module "Web/Permissions"
- Hey Andreas,
sorry for the delay. Could you make one big patch file with all the changes? or a zipfile is fine too... - 10:29 Feature #17766 (Closed): Limited List-View for BE-user
- If you are using tt_news or other extension, where you need more than a couple of users, it would be cool to limit th...
- 08:13 Feature #17762: Possibility to add new action buttons using a hook for Web > List
- In the patch the hook needs more parameters in order to define new link correctly.
$hookObj->addItems($cells,$this... - 08:13 Revision 06509623: Updated JavaScript frameworks in typo3/contrib: prototype (1.6.0) and script.aculo.us (1.8.0)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2675 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:06 Bug #17205: T3 scriptaculous differs from oringal one
- Cannot confirm this. TYPO3 4.1.3 uses the original script.aculo.us sources. The code part you mentioned is correctly ...
- 00:55 Bug #17764: Enable Tabs in Page Properties
- Nice patch. Thanks! I'll commit as soon as we got another +1 going.
2007-11-07
- 22:59 Bug #17760: Unserialized objects not debugged properly
- Uploading a new patch file following comments on the core-team ML.
- 22:53 Bug #17739: htmlarea insert image, link, table not working
- By the way I observe the described behaviour with the trunk version (1.6.2dev). Any popup causes it actually, includi...
- 22:46 Bug #16811: fullQuoteStr() method not available with TYPO3 v3.7.x
- Yes it is fixed, you can close the issue. Sorry for answering late I didn't receive any e-mail about your latest note.
- 22:15 Bug #16781: Pagetree only shows up to Level 2 / Backend login impossible with MSSQL via ODBC
- I can also report success with Felix patch. Though I got problems again when installing templavoila, then the tree fo...
- 18:09 Feature #17765 (Closed): Add tab filtering and file type filtering to TCA-defined link wizard
- Many extensions would benefit from the ability to simplify the link wizard. For example, when creating a record for ...
- 17:06 Bug #17764 (Closed): Enable Tabs in Page Properties
- Now the Page Properties - form has max. 3 tabs
general / metadata or mount options / options
(issue imported f... - 16:25 Feature #17763: Let htmlArea RTE use the Ajax request of the Prototype framework
- Committed to SVN TYPO3core trunk.
- 16:16 Feature #17763 (Closed): Let htmlArea RTE use the Ajax request of the Prototype framework
- htmlArea RTE has been using its own handling of xmlHttpRequests. Using the Ajax object of the Prototype framework sho...
- 16:23 Revision 73290500: * Added feature #6668: Let htmlArea RTE use the Ajax request of the Prototype framework
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2674 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:06 Feature #17762 (Closed): Possibility to add new action buttons using a hook for Web > List
- Possibility to add new action buttons using a hook for Web > List
That patch could have also possibility to set or... - 14:40 Bug #17495: IRRE Ajax does't work if date2cal extension is installed
- The bug fixes of the bugs #17484 and #17484 might also solve this issue.
- 14:33 Bug #17733: IRRE childs reorder after deleted one
- Faulty TCEmain hook of extension "push2rss" is causing this issue.
No change of the TYPO3 Core required. - 14:04 Bug #17394: Child records are displayed multiple times: using patch 5718
- Does this issue still exist?
- 13:19 Bug #17079: Wrong path for images in repetitive content elements
- Confirmed on TYPO3 4.1.2 and TV 1.3.3
- 13:18 Bug #17736: Image is not saved if FCE
- Confirmed on:
PHP 5.2.4
TYPO3 4.1.2
TV 1.3.3
Attached ds2.xml.
BTW: this isnt minor ;) - 11:50 Bug #17761: Fatal error: Cannot use string offset as an array in XXXX/tslib/class.tslib_fe.php on line 1328
- I forgot, this occurs on 3.7.0
- 11:49 Bug #17761 (Closed): Fatal error: Cannot use string offset as an array in XXXX/tslib/class.tslib_fe.php on line 1328
- Running on Php 5.x, this error appears sometimes (I cannot reproduce) and then dies.
Fatal error: Cannot use strin... - 11:49 Revision fe9af824: sysext "opendocs" is now installed by default
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2673 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:31 Bug #17653: Palettes are not rendered correctly on nesting records using the same table
- Committed to SVN
* TYPO3_4-1 (rev. 2671)
* Trunk (rev. 2672) - 08:31 Bug #17374: Combination mode doesn't save new child records correctly
- Committed to SVN
* TYPO3_4-1 (rev. 2669)
* Trunk (rev. 2670) - 08:30 Revision ec9cdd01: Fixed bug #6456: IRRE - Palettes are not rendered correctly on nesting records using the same table
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2672 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:29 Revision fefb1ddc: Fixed bug #6456: IRRE - Palettes are not rendered correctly on nesting records using the same table
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2671 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:21 Revision d814de28: Fixed bug #5772: IRRE - Combination mode doesn't save new child records correctly
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2670 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:20 Revision 31729789: Fixed bug #5772: IRRE - Combination mode doesn't save new child records correctly
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2669 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:59 Revision 8239e679: * Feature 6579 continued: Make InlineCSS plugin use the RTE extension and plugin API
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2668 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-11-06
- 23:58 Feature #17714: Make htmlArea RTE extensible
- nice feature, hope to get some documentation about it to use it in extensions ;-)
thx!
- 07:02 Feature #17714: Make htmlArea RTE extensible
- with 2666 it works. thanks! ^_^
- 05:16 Feature #17714: Make htmlArea RTE extensible
- Sorry, please upgrade to revision 2666.
- 23:54 Feature #17759: Introducing new doktype "Container Page" and adding tabs to page properties
- sry guys, one reference to new icon was missing, now in file 3
- 23:18 Feature #17759: Introducing new doktype "Container Page" and adding tabs to page properties
- in second diff file two lines with spaces now formatted with tabs, sry.
- 23:16 Feature #17759 (Closed): Introducing new doktype "Container Page" and adding tabs to page properties
- The new doktype 8 (Container Page) is a special page for the field 'content_from_pid'. It has a new page icon to show...
- 23:18 Bug #17760 (Closed): Unserialized objects not debugged properly
- This is related to bug #17685 "t3lib_div::view_array() can not show objects". The bug fix proposed by Michael is insu...
- 21:35 Bug #17479: Alert in FE: "...CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir..."
- FYI: 4292 is resolved as duplicate, not as being fixed!
- 13:43 Bug #17479: Alert in FE: "...CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir..."
- This issue is still being encountered in version 4.1.3 even though duplicate issue 0004292 has been marked as 'resolv...
- 18:43 Feature #17758 (Closed): BCC Settings are missing in TypoScript elements of the type FORM
- You can set the CC recipient with the recipient_copy parameter, but as far as I can see there is no recipient_blind_c...
- 16:26 Revision 88d8402c: * Added SVN properties on some rtehtmlarea files
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2667 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:56 Feature #17606: Enable overriding/renaming field labels by Page TSconfig
- Added New Patch, corresponding to the developer-thread:
TCEFORM.[table].[column].label = LLL:EXT:my_ext/locallan... - 12:25 Bug #17590: Notification email labels are hardcoded in class.t3lib_tcemain.php
- Patch with this extension:
http://typo3.org/extensions/repository/view/extend_mail_ws/0.5.2/
Adress also some i... - 11:16 Bug #17752: After Saving, irre-element is displayed as seperated data record
- Great.
@Olly, I think you can use the trick to "check with the Tools->Configuration module and browser to the XCLA... - 10:58 Bug #17752: After Saving, irre-element is displayed as seperated data record
- Ok, I have found this extension which makes this bug:
tm_contentaccess
This extension "extends SC_alt_doc", so... - 10:55 Bug #17752: After Saving, irre-element is displayed as seperated data record
- ...so did you also check that there are no more XCLASSes at all in your system?
Check with the Tools->Configuration ... - 10:44 Bug #17752: After Saving, irre-element is displayed as seperated data record
- I have installed the latest version of DAM 1.0.11 and have testet it with latest version.
The bug still occurse... - 09:56 Bug #17752: After Saving, irre-element is displayed as seperated data record
- Do you use the latest version of the DAM?
Consider switching to the latest DAM version from typo3xdev-SVN, downloa... - 09:51 Bug #17752: After Saving, irre-element is displayed as seperated data record
- Hi Ingmar,
I have searched all extension and I found 2 extensions with a XCLASS for tceforms. One is the DAM-exten... - 05:03 Revision 19589508: * Added feature #6657: Extract inline buttons from htmlArea RTE main scripts.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2666 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:57 Feature #17757: Extract inline buttons from htmlArea RTE main scripts
- The attached patch was committed to SVN TYPO3core trunk.
- 04:56 Feature #17757 (Closed): Extract inline buttons from htmlArea RTE main scripts
- All code related to inline buttons (bold, italic, underline, strikethrough, subscript and superscript) will be extrac...
- 04:40 Bug #17739: htmlarea insert image, link, table not working
- Is the rtehtmlarea directory inside typo3/sysext directory?
What Default Configuration Settings are you using?
2007-11-05
- 23:45 Feature #17714: Make htmlArea RTE extensible
- with latest trunk (v 2665) i get this error, whenever opening htmlarea:
Fatal error: Call to undefined method t3li... - 17:02 Feature #17714: Make htmlArea RTE extensible
- Third patch introduces plugin class using Prototype JavaSript Framework.
Committed to TYPO3core trunk.
- 22:30 Bug #17739: htmlarea insert image, link, table not working
- Hi, I uninstalled the rtehtmlarea extension, deleted the folder and all its contents, and inserted the rtehemlarea fo...
- 20:38 Revision a41eb298: Some more eol-style property changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2665 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:06 Bug #17752: After Saving, irre-element is displayed as seperated data record
- Hi Malte,
are you using any extension which possibly XCLASSes tceforms or alt_doc.php?
That's a usual cause for... - 17:48 Bug #17733: IRRE childs reorder after deleted one
- We found that the extention push2rss was doing the problem. So if you use this extention, be aware!
- 17:05 Revision 7014a3f6: * Feature 6579 continued: Use prototype.js to create a htmlArea plugin class.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2664 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:43 Bug #17755 (Closed): Switch from Advanced to Standard Page Type retains some information
- When you switch from Advanced page type (with 'navigation title' set) to Standard page type, the navigation title rem...
- 10:22 Revision ed0ed5e3: Changing SVN property eol-style from native to LF for all .php, .html, .js, .css and .htaccess files in the core trunk
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2663 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:12 Bug #17749: Rename TSconfig Options dontSeparateNotinmenuPages and dontAlphasortNotinmenuPages
- Committed to trunk.
- 09:54 Revision 0632cf1c: Issue #6641: Renamed new page tree related TSconfig Options and switched off separateNotinmenuPages by default
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2662 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:45 Feature #17754 (Closed): Enable the option to hide the checkboxes "extended view", "clipboard", "localization"
- This patch allows to hide the checkboxes at the bottom of a page:
- Extended view
- Show clipboard
- Localization ... - 00:26 Bug #16392: Page-TSconfig ###PAGE_TSCONFIG_STR### not evaluated correctly in Backend
- Hi,
I can confirm that your fix helped me.
Please find the ux_t3lib_transferData class for everybody's convenie...
Also available in: Atom