| 11:44 |
kraftb |
hello ! |
| 11:44 |
kraftb |
anyone knows if i can configure the filter for filterning content in the RTE? |
| 11:45 |
kraftb |
or if I can define which tags and attributes should remain when pasting? |
| 11:45 |
kraftb |
ok. no answer needed anymore. |
| 11:46 |
kraftb |
the formatting is fine after saving |
| 12:29 |
rawtaz |
kraftb: glad to hear you solved it :) |
| 12:29 |
kraftb |
hi ! |
| 12:29 |
rawtaz |
hello there |
| 12:29 |
kraftb |
yes. all non allowed tags and attributes get removed after saving the text element |
| 12:29 |
kraftb |
I did not have to configure anything |
| 12:40 |
rawtaz |
ok.. sometimes i *really* wonder why typo3 code uses so many abbreviations |
| 12:40 |
rawtaz |
for example $title = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:toolbarItems.search', true); |
| 12:41 |
rawtaz |
this is not readable code. to know what it does, you have to specifically look up what sL stands for. |
| 12:41 |
rawtaz |
its a pity :< |
| 12:42 |
rawtaz |
its not gonna stop me from working my way through typo3 though |
| 12:43 |
rawtaz |
it just surprises me somewhat that considering how thought through typo3 seems to be, the coders doesnt se the value in writing those extra letters for elaborate function names and variables :) |
| 17:32 |
nd____ |
How do I run the unit tests in 4.4? phpunit t3lib_divTest t3lib_divTest.php gives me no output, omitting the filename complains about the path... |
| 17:51 |
datag |
where can I find the system-requirements for 4.4? The page http://typo3.org/about/system-requirements/ doesn't exist anymore and the INSTALL.txt doesn't have enough information |
| 17:55 |
datag |
i'm asking because i ran into a problem with the extension-manager (after trying to fetch new language file) as it returned a blank page. i figured out that the zlib-php-extension needs to be loaded/compiled-in. but i did not find that requirement in any documentation |
| 17:56 |
datag |
zlib-support is not enabled in PHP's default configure configuration |
| 18:29 |
nd____ |
I would have said it's been required all along, but that might be wrong |
| 18:30 |
nd____ |
But it's in use in the EM... the fetched xml is gzipped... |
| 18:31 |
datag |
right, it's because of the mirror list is gzipped. typo3 doesn't check for the zlib-support (maybe it should on installation) |
| 18:31 |
nd____ |
good point |
| 18:31 |
nd____ |
would you want to add that to bugs.typo3.org? |
| 18:32 |
datag |
nd____: i will |
| 18:32 |
nd____ |
though zlib is mentioned here: |
| 18:32 |
nd____ |
http://typo3.com/System-Requirements.1241.0.html |
| 18:32 |
nd____ |
So it's known to be needed :) |
| 18:33 |
nd____ |
Still a warning would be nice... maybe even more with this new starter package for beginners |
| 18:34 |
datag |
ahh... there's that page. didn't find it myself, shame on me. http://typo3.org/about/system-requirements/ is linked on external websites (e.g. wikipedia) and install.txt doesn't include this info. so i looked into the install-guide where it can't be found either |
| 18:34 |
nd____ |
I just googled :) |
| 18:34 |
datag |
so it's not a "bug", but a nice-to-have feature |
| 18:34 |
nd____ |
indeed |
| 18:35 |
nd____ |
but someone should probably correct the link on wikipedia |
| 18:36 |
datag |
well, i usually do not google if i expect the information on the website. but yes, my fault :) (it's the german wikipedia by the way, i'm going to adjust the link) |
| 18:43 |
nd____ |
Did no one ever used the unit tests? |
| 18:50 |
nd____ |
Ah, guess I got it... |
| 18:51 |
datag |
hm, on the requirements page it says "Optional - but recommended - webserver software extras". As the extension mgr needs zlib-support (or it will turn into blank page), it's a required module. so i'm going to open a bug for this |
| 18:56 |
nd____ |
makes sense |
| 18:58 |
datag |
http://bugs.typo3.org/view.php?id=6399 |
| 18:58 |
datag |
there was already one |
| 18:59 |
datag |
i would like to comment on this. is it possible to do so on closed issues in mantis? |
| 19:01 |
datag |
http://bugs.typo3.org/view.php?id=6208 and here another one |
| 19:01 |
datag |
seems like an "non-issue" :) |
| 19:15 |
nd____ |
well, worth a try |
| 19:18 |
datag |
nd____: i commented on the existing bug. maybe i'll provide a patch, but a change in the documentation would be fine, too |
| 20:37 |
devcow |
hi |
| 20:38 |
devcow |
have a problem with the maag_formcaptcha |
| 20:39 |
devcow |
when i fill out the right captcha i get an error that the captcha was not valid but it is. |