| 00:00 |
dinsdale07 |
well, I do have the html document after 1.5 seconds though using firebug's net monitoring tool. So I don't think T3 is the culprit. |
| 00:00 |
chefan |
anything else could be solved maybe with using a dedicated cache and lift some work from the 21st century basic script ;) |
| 00:01 |
chefan |
1.5 seconds already is a hell of a time for a html script |
| 00:02 |
chefan |
serving images over a secondary url, even on the same server could help to speed up things |
| 00:03 |
chefan |
would mean more threads per concurrent user, but if you still don't touch the limits |
| 00:03 |
chefan |
or just play with varnish :) |
| 00:04 |
chefan |
hmm... |
| 00:04 |
dinsdale07 |
I just checked a couple of pages - it seems it depends on which extension is installed. I'm getting values between 300ms and 1.5s |
| 00:05 |
dinsdale07 |
no that's interesting snoy_ms . Especially because I can blame my girlfriend who does the css :-) |
| 00:05 |
chefan |
interesting reference value would be to know the number of database accesses per pageview for the different pages |
| 00:05 |
snoy_ms |
http://net.tutsplus.com/tutorials/html-css-techniques/5-tips-to-writing-better-css/ |
| 00:07 |
dinsdale07 |
snoy_ms, * is that not an IE specific hack ? |
| 00:09 |
snoy_ms |
no |
| 00:14 |
chefan |
lol, nice tut |
| 00:15 |
chefan |
though it is questionable if alphabetizing should be needed |
| 00:15 |
chefan |
you could whip your team to learn their vi instead :D |
| 00:16 |
snoy_ms |
;-) |
| 00:17 |
chefan |
it would in turn be interesting to know if it makes some microseconds in difference for the browser to look up the stylesheet while rendering |
| 00:19 |
snoy_ms |
would be a nice test.. |
| 00:20 |
snoy_ms |
i think it depends on how many elements you use...espacily h1 .....p... |
| 00:20 |
dinsdale07 |
take a slow machine for the test - actually I have a 1.4 GHz celeron. might be actually also a cause of my slowness. |
| 00:20 |
chefan |
hmm |
| 00:21 |
chefan |
should be possible to generate test pages with test css for that |
| 00:21 |
chefan |
with three kinds of ordering, random, alphabetic, alphabetic reversed |
| 00:22 |
dinsdale07 |
I don't see the link between alphabetic and browser performance. Sure for the browser it would be best to read in the css in as little lines as possible but alphabetic? |
| 00:22 |
chefan |
i don't expect a critical difference, but why waste processing cycles at all? |
| 00:22 |
chefan |
well |
| 00:23 |
chefan |
the css parser in the browser has to identify and parse the css |
| 00:23 |
chefan |
as well as validate the entries |
| 00:24 |
snoy_ms |
yep |
| 00:24 |
chefan |
so it can puke up errors if you set illegal values to element tags |
| 00:24 |
chefan |
now, will the browser iterate over a taglist, suck it from some object, or look it up in a hashmap? |
| 00:25 |
chefan |
i would never rely too much on optimizations on the part of 3rd party software designers |
| 00:33 |
snoy_ms |
chefan: lol nver thought about it... |
| 00:51 |
snoy_ms |
i have to go to bed....cu |
| 01:36 |
jkells |
Hi, I am having a problem with the HTMLRTE in a front end plugin news_feedit. It is escaping all of the HTML so the entered text becomes <p>Line1</p> <p>Line2</p> etc etc. Any pointers on where to research to fix this? |
| 01:38 |
jkells |
lib.parseFunc.allowTags and lib.parseFunc_RTE.allowTags contain all the standard tags |
| 02:55 |
jkells |
This should be a simple question :) How do I get the name of the current front end user from a plugin? |
| 05:10 |
kraftb |
good morning! |
| 05:42 |
dinsdale07 |
ur up early |
| 05:49 |
dinsdale07 |
well, time to put my irc into night watch - good night :-) |
| 06:52 |
kraftb |
http://www.archive.org/details/StoreWars |
| 09:14 |
kraftb |
http://www.archive.org/details/StoreWars |
| 09:15 |
kraftb |
sorry for repost ... but I think I almost died because of laughing |
| 09:15 |
kraftb |
or should I say "diet because of laughing" |
| 10:04 |
teppi|work |
good morning |
| 10:10 |
maholtz|WORK |
morning |
| 10:56 |
dokma |
morning guys |
| 11:10 |
neongrau |
i wanted to update my 4.25 installation to 4.2.6, i'm a bit confused i replaced the typo3_src with 4.2.6 is there anything else to do? |
| 11:11 |
neongrau |
since nothing really changed, it still says 4.2.5 and i had to manually replace the line with the bug :S |
| 11:15 |
neongrau |
anyone? |
| 11:16 |
maholtz|WORK |
sounds as you did not upgrade |
| 11:16 |
neongrau |
exactly, that's why i'm here |
| 11:18 |
maholtz|WORK |
check everything twice - you really linked to the correct source? perhaps someone installed without linking? |
| 11:18 |
maholtz|WORK |
check if tslib t3lib are links to |
| 11:21 |
neongrau |
ah, that's the problem |
| 11:21 |
neongrau |
thanks, that helped :) |
| 11:21 |
maholtz|WORK |
np, perhaps you can stay here and help others;) |
| 12:16 |
dexcs |
How can i show the "imagecaption" field if it is set. if not -> set the title #http://paste.phlogi.net/-672fbe0ac2/ |
| 12:23 |
pontecorvo |
Hello all |
| 12:24 |
pontecorvo |
Could anyone send me bddb_flvvideogallery ext? Looks like typo3 site offline for now :/ |
| 12:24 |
maholtz|WORK |
@dexcs: ifEmpty |
| 12:25 |
pontecorvo |
Sorry, up again |
| 12:37 |
animan |
hi. is it possible for sr_language_menu to switch to prefered language if it exists, otherwise redirects to a page with a message that later redirects to front page in selected language? |
| 12:48 |
Provito |
typo3.org having problems? |
| 12:51 |
maholtz|WORK |
i can reach typo3.org |
| 12:52 |
maholtz|WORK |
@animan: perhaps rlmp_language_detection helps? |
| 12:53 |
maholtz|WORK |
well, typo3.org is slow... |
| 12:53 |
maholtz|WORK |
or something between down and up:) |
| 12:53 |
Provito |
maholtz|WORK, yep, some of the pages are ok |
| 12:53 |
maholtz|WORK |
perhaps someone cleared whole page cache... |
| 14:00 |
crisb2010 |
hi there |
| 14:01 |
crisb2010 |
i am looking for a way to list several books on a site. these books have different categories. normally i would use tt_news for something like this. but the problem now is that the list should be sortable by author, title, etc. is there a way to do this with tt_news or can you recommend some other extensions for this? |
| 14:02 |
mib_8ns0ph |
crisb2010: if there isn't one, you could simply make your own with kickstarter |
| 14:03 |
Bluespuke |
how can i get the current url with all parameters in an extension? |
| 14:03 |
crisb2010 |
sure, that would be the way to go if there isn't something available |
| 14:07 |
Bluespuke |
ok i found pi_getPageLink() |
| 14:12 |
razer |
hi! |
| 14:13 |
razer |
is it possible to get rid of the <br /> after the headline in text content elements? |
| 14:13 |
razer |
without editing any files |
| 14:13 |
razer |
just via TS |
| 14:13 |
mib_8ns0ph |
razer: no |
| 14:13 |
mib_8ns0ph |
razer: of course, only via TS |
| 14:14 |
razer |
any hints how its done? : ) |
| 14:14 |
mib_8ns0ph |
razer: try out the TS ObjectBrowser, there you will find your <h1>... tags |
| 14:18 |
mib_8ns0ph |
razer: look at lib.stdheader.10.1 |
| 14:20 |
razer |
i am sorry but what is a objectbrowser and where can i find one? |
| 14:20 |
razer |
:/ |
| 14:21 |
mib_8ns0ph |
razer: Web->Template |
| 14:21 |
razer |
oh |
| 14:21 |
razer |
-_- |
| 14:21 |
mib_8ns0ph |
there you will find a drop-down-menue |
| 14:22 |
mib_8ns0ph |
select your template file, and all changes with Objectbrowser will be written at the end of this template |
| 14:35 |
razer |
thanks man |
| 14:35 |
razer |
you helped me a lot |
| 14:35 |
razer |
: ) |
| 14:47 |
mib_4r410a |
np razer |
| 15:15 |
slash |
hi. i'm searching an extension that can display formatted sourcecode |
| 15:16 |
dec__ |
try anything with geshi |
| 15:16 |
dec__ |
theres a couple |
| 15:16 |
slash |
ok thx |
| 15:16 |
mathbr |
slash: Just like this or from within RTE? |
| 15:17 |
slash |
i will try sema_sourcecode |
| 15:32 |
slash |
hmm. anyone has sema_sourcecode working? |
| 15:33 |
slash |
there is no output. nothing is displayed |
| 15:50 |
Pepelargo |
Hi all |
| 15:50 |
Pepelargo |
I installed the 2 columns text extension, and whenever I try to reload the page where it is used I get the following errror on the browser: File "/var/www/innerspec/typo3conf/ext/xinit_twocolumn/pi1/locallang.php" not found! |
| 15:50 |
Pepelargo |
Any idea? Thanks |
| 15:51 |
mib_4r410a |
I have an issue with wt_directory. i want to use vcards, but at the end of a vcard follows the whole output of my fe-page. The vcard is using a own typeNum, how can I remove the rest from my FE, so that I get only my vcard? |
| 15:53 |
Pepelargo |
OK, so let's try another question. Is there any extension or plugin to get news and to supply them via RSS? |
| 15:55 |
mathbr |
slash_: geshilib is installed? |
| 15:55 |
slash_ |
mathbr: yes. it works now. :-) |
| 15:56 |
slash_ |
mathbr: thx |
| 15:59 |
Pepelargo |
Any help with my questions? |
| 15:59 |
Pepelargo |
I have just installed a reviwed extension and just trying to use it getting a missing file... The 2 columns extensions |
| 16:09 |
maholtz|WORK |
@pepelargo: you want to import RSS-Feeds or export? |
| 16:09 |
maholtz|WORK |
export: use tt_news |
| 16:09 |
maholtz|WORK |
import: use yafi |
| 16:12 |
Pepelargo |
maholtz|WORK, yes, I want to do both things |
| 16:12 |
maholtz|WORK |
so use both extensions:) |
| 16:12 |
Pepelargo |
maholtz|WORK, so to import is yafi, is it in the resources? |
| 16:12 |
maholtz|WORK |
i would suggest |
| 16:19 |
mib_4r410a |
How is it possible to reset the open paths in TS ObjectBrowser? |
| 16:19 |
mib_4r410a |
can I close everything at once? |
| 16:37 |
dinsdale07 |
I forgot to update one of my webs with the Typo3 update. This morning my server was dead in the water because of a lack of memory. the only web with activity around that time was the outdated installation. |
| 16:38 |
dinsdale07 |
do you think the two can be linked? |
| 16:38 |
Pepelargo |
I am developping a web site in my laptop (baseurl= localhost). Tomorrow I want to upload it to my company's server with a numerical IP. How should I set up the baseurl constant inr order to let people from the private network to see the web site, but also the public people outside? thanks |
| 16:40 |
dinsdale07 |
Pepelargo, i usually don't set a baseurl for my development webs at all. it's just for the browser right? On the otherhand you could work with conditions. Look up "tsref conditions", I think you can also match IP subnets. |
| 16:41 |
Pepelargo |
dinsdale07, I don't mind setting a rule at all, I just want the web to be seen from everywhere (LAN and WAN) |
| 16:42 |
dinsdale07 |
works for me. I have no domain records and no baseurl and I can see my web internally and externally. |
| 16:43 |
maholtz|WORK |
if you do not use realurl |
| 16:44 |
maholtz|WORK |
@dinsdale07: what do you mean with "the two can be linked"? |
| 16:44 |
maholtz|WORK |
use the same sources? : yes |
| 16:44 |
maholtz|WORK |
you could remove some temp/cache files too |
| 16:45 |
dinsdale07 |
maholtz|WORK, I mean the two problems. vulnerable typo3 installation and swap going crazy. i found this message: |
| 16:46 |
dinsdale07 |
[Thu Feb 19 07:29:45 2009] [error] [client 81.3.126.34] ALERT - linked list corrupt on efree() - heap corruption detected (attacker '81.3.126.34', file '/var/www/web6/web/index.php') |
| 16:46 |
Pepelargo |
dinsdale07, ok, thanks |
| 16:47 |
dinsdale07 |
Pepelargo, maholtz|WORK is right though - if you use realurl it's different. do you? |
| 16:48 |
maholtz|WORK |
@dinsdale07: do not know what that could mean - perhaps is not typo3 specific? |
| 16:49 |
maholtz|WORK |
are you 81.3.126.34? |
| 16:49 |
dinsdale07 |
no, sorry. I should have blanked that out. |
| 16:50 |
Pepelargo |
dinsdale07, right now I have the constant empty |
| 16:51 |
Pepelargo |
dinsdale07, but I uploaded a previous version of the site and I had some problems |
| 16:51 |
Pepelargo |
dinsdale07, mybe I did something wrong |
| 16:51 |
dinsdale07 |
actually I think you are right. If you request a ressource and there is no more memory it probably would throw a message complainig about heap. |
| 16:51 |
Pepelargo |
dinsdale07, I will see tomrrow and I'll let you know |
| 17:09 |
nkuttler |
hm, how do i get a list of all subpages in ts? |
| 17:10 |
mib_4r410a |
nkuttler: this is a simple menu |
| 17:11 |
mib_4r410a |
a menu is normally a list of subpages |
| 17:11 |
nkuttler |
mib_4r410a: ah, menu returns a list of pids? will look into it |
| 17:12 |
mib_4r410a |
nkuttler: you didn't say that you need the pids |
| 17:12 |
nkuttler |
mib_4r410a: well, yes |
| 17:13 |
mib_4r410a |
nkuttler: do you need this list IN typoscript? |
| 17:13 |
mib_4r410a |
nkuttler: or do you want to get this list WITH typoescript? |
| 17:14 |
nkuttler |
mib_4r410a: both, i want to build a select statement with pidInList = all subpages |
| 17:16 |
mib_4r410a |
nkuttler: i have no idea for this... |
| 17:16 |
nkuttler |
mib_4r410a: ok, thanks anyway |
| 17:45 |
sperber |
is there really a problem with TV and typo3 4.2.x? - i currently get the error "Catchable fatal error: Argument 2 passed to t3lib_div::implodeArrayForUrl() must be an array, null given, called in /usr/Data/HomePages/fz-dev/typo3conf/ext/templavoila/mod1/db_new_content_el.php on line 285 and defined in /usr/Data/HomePages/fz-dev/typo3_src-4.2.6/t3lib/class.t3lib_div.php on line 1704" and also found a workaround with google - but i |
| 17:45 |
sperber |
wonder whether just changing that line is really solves the problem |
| 17:45 |
sperber |
-is |
| 17:50 |
sperber |
ah - sorry - had just an old version installed - nm |
| 18:01 |
Denyerec |
Need someone to lend a quick hand with the RTE |
| 18:01 |
Denyerec |
anyone around ? |
| 18:01 |
Denyerec |
Tyring to get the dropdowns to reflect my paragraph / span styles |
| 18:14 |
HardPhuck |
dropdowns? |
| 18:15 |
Denyerec |
For para and character styls |
| 18:15 |
Denyerec |
but I think I have cracked it |
| 18:15 |
Denyerec |
now I just need to get the table styles workin... |
| 18:16 |
HardPhuck |
ah you want the dropdown in RTE that holds your custom styles |
| 18:18 |
HardPhuck |
am i right? |
| 18:49 |
MarwolTuk |
moin - aeh - hello all :-) |
| 18:51 |
MarwolTuk |
i'm searching for some information - does there exist a typo-script documentation wight is more detailed than ts-ref? |
| 18:52 |
nkuttler |
MarwolTuk: what kind of details? |
| 18:52 |
MarwolTuk |
i'm interestet in the propertys of tt_content.text, and wasn't able to find some information about that in tsref |
| 18:54 |
nkuttler |
MarwolTuk: no idea what you mean. the cObject TEXT? |
| 19:15 |
MarwolTuk |
sorry, someone wantet to speak to me... |
| 19:16 |
MarwolTuk |
the case i'm serchig for information, is, that i wan't / need to manipulate the html-source which is generated from the tt_content table |
| 19:20 |
MarwolTuk |
as i understood it cObject TEXT describes mainly the things, wihich exists if you generate a TEXT cObject by = TEXT in typo-script |
| 19:24 |
dokma |
MarwolTuk: you need to explain yourself a bit more |
| 19:24 |
dokma |
how do you want to manipulate the tt_content generated HTML ? |
| 19:49 |
MarwolTuk |
dokma: if i write somethig like "subparts.content < styles.content.get" typo generates the content from tt_content for the current page into html... |
| 19:49 |
dokma |
ok |
| 19:50 |
MarwolTuk |
but.. i think it's to late today... i'll try to explain/ find that things out, i wan't to know tomorrow.. |
| 19:51 |
MarwolTuk |
but thanks for your help :-) |
| 20:26 |
jochke |
Is it possible to log ind directly to frontend editing? Right now I have to login through the backend and those -> Web -> View. It could be nice, if I just could have a loginpage in frontend to the editors. |
| 20:34 |
dinsdale07 |
jochke, yes. you can add a switch to the loginbox which directs you straight to the FE. |
| 20:37 |
dinsdale07 |
jochke check here - http://blog.undkonsorten.com/typo3-login-backend-frontend |
| 20:38 |
dinsdale07 |
if you have frontent as default you go straight to FE editing |
| 20:48 |
jochke |
dinsdale07: Thanks. Just what I lokked for. :) |
| 23:11 |
jochke |
Shold I activate Task center in the User tolls, before I can use it? Because when I select it I realle doesn't get any thing I can create. |
| 23:15 |
nkuttler |
jochke: hm? you mean a normal user can't create content? |
| 23:23 |
jochke |
nkuttler: When I open the taskcenter I can't create any notes or tasks. It just looks like this: http://idisk.mac.com/jochke-Public/taskcenter.png |
| 23:29 |
nkuttler |
jochke: never used the task center myself. i'd guess it's something you have to enable like content creation etc (?) |