Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Sunday 31 May 2009

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
02:29 lommes hi
02:30 lommes is it somehow possible to count the rows affected by an exec_SELECT_mm_query?
03:26 mquintus when you've got an mysql ressource $res, try $number = mysql_num_rows($res);
03:31 lommes i'm not sure if that works cause the code is something like: $res = $GLOBALS....->exec_SELECT_mm_query ... it creates and performs that query
03:31 lommes but i found another solution ... thx :)
04:30 cdngfrog What type should a foreign_key in a IRRE database layout be? passthrough? and what sql type? the default for passthrough is tinytext and that's not working for me
04:36 cdngfrog nevermind - had a typo in foreign_table
14:51 devcow hi there
14:52 devcow anyone experience in the extension bddb_flvvideogallery? i think installed everything correctly but the page reloads everytime but it should not do this. any help appreciated
15:10 devcow anyone here? which has a little bit of time ;-)
15:27 ries devcow: some are
15:27 ries I don't know bddb_flvvideogallery
15:29 devcow unlucky today ;-)
15:30 devcow how can i test if xajax is working i think at the moment that this is the problem
15:30 ries I don't know xajax (I don0t like it aswell)
15:31 devcow why do you dont like it?
15:31 devcow why dont you like it?
15:32 devcow from a programmer's view or what?
15:36 ries devcow: I tried one extension and it cauzed more server load then anything else... it's they way how xajax works
15:37 devcow ah ok thats really a point
15:37 ries so it's from a programmers point of view
15:37 devcow i c ;-)
15:37 ries it was a script that creates a shoutbox
15:38 ries it might be not so with other extensions that doesn't reload every 5 seconds
15:39 devcow ok it depends on the user case
16:43 Tapier_ .
17:36 _pedda_ hi there
18:01 Devnn I extracted the typo3 dummy and source onto my gentoo apache folder. Opening the dummy page for installation yields a blank page. What could be wrong?
18:29 _pedda_ Devnn: a proper installation of typo3 requires the dummy and the source package in two different folders
18:30 _pedda_ youwebproject/ and typo3_src-4.2.6
18:31 _pedda_ inside youwebproject/ there are 3 symlinks but only one is to be adjusted again...
18:31 _pedda_ probably
18:31 _pedda_ then you can go on installing typo3
18:48 Tapier_ .
18:50 mibmib does anybody know about the RECORDS CObject - i have appended a RECORDS-object on every CATMENUITEM of the tt_news catmenu....with option ".source" i can define a record-id from which the content i fetched....but i wanna add somthing like "this.uid" to get it dynmically for each menu item (i wanna parse the CATMENU items description inside the catmenu after each entry)
18:51 mibmib i´ve tried is with {GPvar:tx_ttnews....} but i think that would not solve my prob
19:11 cdngfrog If I want to implement some IRRE functionality in my frontend-plugin I have to do everything myself, right? Or can I access the functions that TYPO3 uses in the backend?
19:47 ries Devnn: check your apache and php error logs
19:53 davidbruchmann hy everyone, if you're interested i'd appreciate your test referring http://bugs.typo3.org/view.php?id=11220#bugnotes - for the case it doesn't work please post in the bugtracker below my posts. Opening the patch with a text-editor you see that I have added to more parameters: 1) $config['pidInList']['dontSetPid'] = 1 that is switching off that current page is assigned to pidInList if empty 2) $conf['andWhere']['dontUseStdWrap'] tha
19:53 davidbruchmann ... just take the last patch
19:55 ckuhn davidbruchmann, nice work. will think about it and give it a shot
19:56 davidbruchmann cool, saw you did a lot of work thanks for that ;-)
19:56 ckuhn i was bored and closed "some" issues ;)
19:57 davidbruchmann one complete index-page fixed in bugtracker - wow
20:00 ckuhn yeah *g*
20:08 davidbruchmann @ckuhn: I'm not 100% sure about the $-Sign my regEx, but I think it's correct there
20:12 ckuhn never mind, didn't take a look, yet
20:19 davidbruchmann doesn't matter, I left the link also on the bugday-page, but I'm sure you know that ;-)
20:21 davidbruchmann For Info to all: http://wiki.typo3.org/BugDay/200905
20:21 ckuhn yes, i've seen your efforts on this issue. thx!
20:31 davidbruchmann will search for other stdWrap requests i.e in HMENU
20:55 ckuhn davidbruchmann, just a quick look at #11220, no real review:
20:55 ckuhn cgl: - there are some empty tab lines, please get rid of them
20:56 ckuhn cgl: - don't add tabs before opening brackets, just a space please
20:57 ckuhn for the patch itself: I'm currently not deep enough in getQuery() to see if we really need this solution.
20:57 davidbruchmann ok, just found another fault in lines 7166, 7167
20:59 ckuhn i suggest to send this to core list and see what happens by comments from others. the patch seems quite big, we should see a reasonable use-case and maybe some example ts to see the real benefit of this
21:00 davidbruchmann recursive, groupBy and orderBy were requested anyway and the rest I added to get it complete in opposite to patchwork
21:01 davidbruchmann ok, your proposition is fine for me
21:02 davidbruchmann I just fix the two lines
21:03 ckuhn wouldn't it be (codewise) much easier to just stdwrap the needed properties directly?
21:05 ckuhn this hole foreach and regex structure looks a bit like an overhead to me, just for those 4 or 5 properties?
21:05 davidbruchmann sure, but my solution can be configured just by changing the three arrays in top of getQuery()
21:09 ckuhn yes, but new properties will be added very seldom. your solution is a bit hard to read I think (no offense!)
21:14 davidbruchmann I see you prefer it simpler ;-)
21:15 ckuhn i like no-brainer ?
21:15 ckuhn ;)
21:16 davidbruchmann mhm, there are brainers much more difficult I think
21:16 davidbruchmann but I can change it
21:16 ckuhn well, you could send it to core-list as is and see what happens. but i bet there will be comments like mine
21:18 davidbruchmann ok, thought something like that but important is the result - not the way ;-)
21:19 ckuhn nope, thats not true. we have pending patches that are still pending just because they are too complicated codewise.
21:19 ckuhn and it's really hard work to do good reviews
21:20 davidbruchmann it should be readable as openSource, thats's right but I didn't think my code is so complicated
21:21 ckuhn sure. but it's significantly more complex than just calling some additional stdWrap's
21:22 ckuhn again: just my opinion, other's might see this different
21:22 davidbruchmann jawohl, so ist das ;-)
21:23 ckuhn ^^
21:24 AnShLv Hello, please could you help me on tt_news?
21:26 AnShLv Any1?
21:26 Tsoots no1 can help you unless they know the problem
21:26 AnShLv The problem is - I have news in the column
21:27 AnShLv There are meny news there, so divided into pages
21:27 AnShLv many
21:27 davidbruchmann @ckuhn: I corrected the two lines, the patch is uploaded, do you submit it to the list?
21:27 AnShLv When I switch pages, news articles now do not change, only the newest ones stay
21:28 AnShLv But the page switching says the page (1 to 5) is selected and so on
21:29 ckuhn davidbruchmann, no, will not submit
21:29 AnShLv Seems no cache involved, because tried cache clearing
21:29 ckuhn do it yourself, please
21:29 davidbruchmann I think I have no rights
21:30 ckuhn no, everybody is encouraged to send patches. just stick to the list rules and everything is fine
21:30 davidbruchmann ok, thanks
21:31 ckuhn and everybody is encouraged to review, too! patches need two +1 on reading and testing, and one of each can be by a not-core-dev.
21:31 ckuhn so if you want some pending patches in, review / rate / improve them in the list
21:32 AnShLv Please advice with tt_news according to my previous question, as after the database crash and restoring it news got this problem
21:32 AnShLv everything else goes well
21:34 ckuhn AnShLv, sry, currently no idea
21:34 davidbruchmann is it TYPO3-team-core or TYPO3-dev?
21:36 ckuhn typo3-team-core ... please respect http://typo3.org/teams/core/core-mailinglist-rules/ and http://typo3.org/development/bug-fixing/diff-and-patch/
21:36 ckuhn eg. your patch has to be against typo3 root directory
21:37 ckuhn just look into the current format of threads in the list and you will get an idea of how we do this
21:39 davidbruchmann ok, thank you - I'll look around in the list first a bit
21:39 ckuhn great!
21:41 ckuhn btw: most simple way of creating a proper diff is by calling svn diff in root dir of your svn trunk checkout
21:44 davidbruchmann I don't work with svn and use diff on windows, but when I call it from typo3-basefolder it should be correct I think?
21:46 ckuhn your patches should be against latest trunk
21:48 davidbruchmann think I have to install a svn-client or can I use the downloadable typo3_4.3.0alpha3 only?
21:49 ckuhn strictly: latest trunk please. in your special case here alpha3 would be ok because nothing else changed in this area meanwhile (your _v6 applies cleanly to trunk)
21:50 davidbruchmann all right, I'll try to do it with svn - think I need it anyway but it's still new and a bit complicated to me
21:51 ckuhn svn is actually quite simple ...
21:51 ckuhn commands you need to remember:
21:52 ckuhn svn co https://svn.typo3.org/TYPO3v4/Core/trunk (checkout trunk to new directory trunk)
21:53 ckuhn in directory trunk: svn diff (show local differences between checkout and modifications)
21:53 ckuhn in dir. trunk: svn revert * -R (revert any local change)
21:54 ckuhn in dir. trunk: svn up (update checkout to latest version)
21:55 ckuhn these are the basics, i personally don't use many more (ok, i search for some special changesets with svn diff -r 12:13 ..)
21:55 ckuhn most of those comments will be clickable in any IDE you use, too
21:55 ckuhn s/comments/commands
21:55 davidbruchmann ahh, I read something like creating the diff directly on server I think ..
21:57 ckuhn you do have some linux server for your t3 installations anyway, do you?
21:57 davidbruchmann can install it as vm
21:58 ckuhn i'm doing it the other way round to test ie6 one and then in a vm ;)
21:59 davidbruchmann sorry, i don't understand what you mean+
22:00 ckuhn i have a lx desktop and a win in a vm ;)
22:00 davidbruchmann yes, I wanted to do something like that too but 2 TB are to small for me to change ;-)
22:01 ckuhn 2 TB ?
22:01 davidbruchmann pretty small
22:01 ckuhn disk space or what?
22:01 davidbruchmann HD
22:01 davidbruchmann yes
22:02 ckuhn nice. nearly as much as my hd ;)
22:03 davidbruchmann have to sort it, and delete some rubbish, but it's simpler to buy another disk
22:04 davidbruchmann how many GB do you use for linux?
22:05 davidbruchmann sorry - all, win as vm ;-)
22:05 ckuhn mom, pls
22:08 ckuhn my base linux is curruntly about 19gb big ... it's a gentoo linux that usually takes a bit more space than other distris
22:08 ckuhn /dev/sda5 37G 19G 18G 53% /
22:08 ckuhn /dev/mapper/crypt-home
22:08 ckuhn 123G 109G 13G 90% /home
22:08 ckuhn /dev/mapper/crypt-data1
22:08 ckuhn 917G 860G 58G 94% /mnt/data1
22:08 ckuhn /dev/mapper/crypt-data2
22:08 ckuhn 917G 791G 127G 87% /mnt/data2
22:09 davidbruchmann which filesystem do you use for data?
22:09 ckuhn ext3 for the whole system
22:10 davidbruchmann Did you try x-server as VM?
22:12 ckuhn no .. as i said: i run linux natively and win in a vm ;)
22:12 davidbruchmann didn't forgot that ;-)
22:13 davidbruchmann I just thought about using it
22:13 ckuhn shouldn't be a problem
22:13 davidbruchmann VMware on win is a bit slow, so I searched some other solutions
22:15 ckuhn i'm using win in virtualbox
22:16 davidbruchmann Yes, think it's a bit faster, but I didn't try it
22:17 ckuhn i have no idea. the license model was a bit more relaxed than with vmware ;)
22:18 mibmib @davidbruchmann: can u help me again please, i just solved my problem from yesterday but now i have another one with TS
22:19 davidbruchmann mibmib: tomorrow or after 3 hours - I've to leave soon
22:19 davidbruchmann you can send me your question via mail
22:19 davidbruchmann I'll respond when I verified it
22:20 mibmib k thx....i´ll do that
22:20 davidbruchmann what's about your o ;-)
22:21 mibmib what´s about my what?
22:22 davidbruchmann your "o" on keyboard, or is "k" usual as expression instead of "ok"? ;-)
22:22 ckuhn thats just the lazy abbreviation, k?
22:23 mibmib ok, it´s not lost ;) ....try to use it as much as i can...this lonely little o
22:24 ckuhn ok, i'll review another steffen kamper patch ... he has sooo many pending patches, that's awful
22:24 davidbruchmann nt imprtant ;-)
22:24 mibmib n, but it wn´t save me much time
22:24 mibmib ;)
22:25 davidbruchmann chkun: yes, remarked he workedd a lot too
22:25 ckuhn *g*
22:29 davidbruchmann mibmib, that's right but yu ca sav sm othr lttrs toooo
22:30 ckuhn vokale werden eh überbewertet ;)
22:31 mibmib eriinert mich an die werbung einer großen fast food kette
22:31 davidbruchmann die araber schreiben keine vokale
22:32 mibmib what was your mail again....i can´t leave any letters out if i wanna write you
22:32 davidbruchmann ask the mail-servers ;-)
22:33 davidbruchmann I'd read it without vokals
22:33 mibmib thought it was david[at]?
22:34 mibmib i´ll check out your contact form
22:34 davidbruchmann (obscured mail address)
22:34 mibmib np
22:34 mibmib "o"k, thx
22:34 ckuhn mail-server answered with 250 ^^
22:38 davidbruchmann sometimes it anwseres mit 0815 or 4711 ;-)
22:46 ckuhn or 23
22:53 davidbruchmann uhhh, 23 is dangerous
23:02 ckuhn 21 is only half the truth ^^

Technologies


R. van Twisk 2004-2010 R. van Twisk / Avenida Diego de Almagro No: 22-47 y Juan Severino / Quito Ecuador
callto://r.vanTwisk | Support: +1 (803) 4263350

© 2012 R. van Twisk. All Rights Reserved.