| 00:00 |
Phlogi_ |
skipjack: rounded corners is very easy :) |
| 00:01 |
skipjack |
hehe yes ;) |
| 00:01 |
skipjack |
but I need an Graphic Application |
| 00:10 |
nd__ |
skipjack: gimp/inkscape if you've nothing else |
| 09:06 |
jbaptiste_j |
good morning folks |
| 09:10 |
nd_ |
aloha |
| 09:13 |
_pedda_ |
hi all |
| 09:14 |
jbaptiste_j |
hi pedda |
| 09:18 |
maholtz|WORK |
morning |
| 09:21 |
_pedda_ |
moin maholtz|WORK |
| 09:47 |
maholtz |
morning again:) |
| 10:03 |
Celestar |
goooood morning |
| 10:07 |
_pedda_ |
moin maholtz again :) |
| 10:07 |
_pedda_ |
moin Celestar |
| 10:07 |
maholtz |
moin _pedda_ |
| 10:07 |
Celestar |
is there a way to NOT have the mySQL password stored in clear text on disk? |
| 10:09 |
nomatter001 |
hi |
| 10:09 |
maholtz |
@Celestar: afaik you could define the password in php.ini, or httpd.conf somehow |
| 10:11 |
lazyfrosch |
Celestar: the clear text pw is the only auth you have :-) |
| 10:11 |
nomatter001 |
is it possible to set the entrylevel of the submenu so that that submenu no matter on which menulevel i am displays the subpages of the actual page? |
| 10:11 |
nd_ |
Having this menu, http://pastebin.com/d732ca4db I wonder if it's possible to say `if there's no subpage, hence no menu, display a graphic here` in TS somehow? |
| 10:11 |
Celestar |
lazyfrosch: ? |
| 10:12 |
Celestar |
;q |
| 10:12 |
lazyfrosch |
Celestar: The only way to authenticate the Typo3 engine to the database is with a clear text password |
| 10:12 |
lazyfrosch |
Celestar: create an extra user just for typo3 if you have problems saving your own pw as cleartext ;-) |
| 10:13 |
Celestar |
good that I have an encrypted /var partition |
| 10:13 |
nomatter001 |
nd_: maybe you can do it with IFSUB |
| 10:13 |
lazyfrosch |
Celestar: :-) |
| 10:13 |
Celestar |
so RealURL requires some modification of the apache installation as I see? |
| 10:14 |
nd_ |
nomatter001: Will read about it, thanks |
| 10:14 |
Celestar |
nd_: lemme know what you find please, I have a similar thing here. |
| 10:15 |
nomatter001 |
anybody knows how to generate a menu which no matter where i am just displays all subpages of the actual page? |
| 10:15 |
nd_ |
ok |
| 10:15 |
lazyfrosch |
Celestar: the Rewriteengine can be configured via .htaccess files, but the Apache must have 2 things: Rewrite Module, and Rewriting enabled via "Options +FollowSymlinks" for your docroot |
| 10:16 |
Celestar |
lazyfrosch: yeah. |
| 10:16 |
Celestar |
lazyfrosch: will do that after the "display nothing or something else when there are no menu items" question has been solved. |
| 10:17 |
Celestar |
nd_: so you want something instead of "lib.subMenu.wrap" which contains some conditional? |
| 10:18 |
nd_ |
id'like to place a big if around it, then use else block to insert image |
| 10:20 |
Celestar |
hm ... |
| 10:20 |
Celestar |
yeah, me too. |
| 10:20 |
Celestar |
just the else block shouldn't do anything here |
| 10:22 |
Celestar |
mainMenu.1.IFSUB = 1\\mainMenu.1.IFSUB {} doesn't seem to work |
| 10:22 |
nd_ |
same here... first test didn't work |
| 10:25 |
Celestar |
nd_: let's try to use CURIFSUB |
| 10:27 |
Celestar |
no luck yet. |
| 10:27 |
Celestar |
hm guys |
| 10:28 |
Celestar |
I have a menulevel 1 and a menulevel 2. I want the menulevel 2 thingy to be only run when CURIFSUB in menulevel 1 is true. How should I do this? |
| 10:28 |
ndee |
if anyone knows how I can add the Templavoila Clickmenu in the Filelist view, I would greatly appreciate that :) |
| 10:29 |
_pedda_ |
moin Phlogi |
| 10:29 |
Phlogi |
hi hi _pedda_ |
| 10:33 |
Phlogi |
hmm how do you handle this error: character "[" is not allowed in the value of attribute "id" for typo3 forms? |
| 10:38 |
Celestar |
hm :S |
| 10:40 |
Celestar |
nd_: still not much luck with CURIFSUB... |
| 10:44 |
_pedda_ |
why does your id attribut contain a [ ? |
| 10:44 |
_pedda_ |
it shouldn't |
| 10:44 |
nd_ |
Celestar: same here... doesn't work |
| 10:52 |
Celestar |
BAH |
| 10:53 |
Celestar |
why can'T the template editor have syntax highlighting and braces count ;P |
| 10:53 |
Celestar |
Phlogi: ? |
| 10:53 |
Celestar |
you there |
| 10:54 |
Phlogi |
_pedda_: its common to do it like that in typo3 imho.. .or do I need it for name= only? |
| 10:54 |
Phlogi |
Celestar: hehe, using t3editor? |
| 10:54 |
Celestar |
http://paste.phlogi.net/-0f718c8878 <= why is this an excess brace? where's my bug? |
| 10:54 |
Celestar |
nah I got it, I'm just used to vim |
| 10:55 |
_pedda_ |
name only |
| 10:55 |
Phlogi |
Celestar: I guess braces inside conditions are not allowed... however no thats not true |
| 10:55 |
Phlogi |
_pedda_: true, thanks |
| 10:55 |
Celestar |
Phlogi: so is the code valid or not? :P |
| 10:55 |
Phlogi |
Celestar: sorry not sure, looks ok |
| 10:55 |
_pedda_ |
it's not |
| 10:55 |
Phlogi |
Celestar: no, remove first brace |
| 10:55 |
Phlogi |
its useless |
| 10:55 |
_pedda_ |
Celestar: and the last |
| 10:55 |
Phlogi |
Celestar: you don't need that one |
| 10:55 |
Phlogi |
of course ;:) |
| 10:55 |
Celestar |
ahh |
| 10:56 |
Phlogi |
http://paste.phlogi.net/-9e82a209e1/ |
| 10:56 |
Phlogi |
Celestar: ^ |
| 10:57 |
Celestar |
when does the condition "end" then? |
| 10:58 |
Celestar |
with the next [] block? |
| 10:59 |
Phlogi |
I want an auto string to language file generator... that would be nice |
| 10:59 |
Phlogi |
Celestar: use [GLOBAL] |
| 10:59 |
Phlogi |
or END |
| 11:00 |
Phlogi |
http://paste.phlogi.net/-52279947a6/ |
| 11:00 |
Celestar |
http://paste.phlogi.net/cel-1/ <= 1) is that clean code in any way. 2) how can I 'prevent' the secondNav block from being run if the current item of mainNav has no subitems? |
| 11:01 |
nd_ |
There's no way to have typo convert all png-images (even img tags in tv templates) to gif for fucking iex6, right? |
| 11:03 |
Celestar |
[IFBROWSER=fucking iex6] page = TEXT; page.10.text = "Get yourself a proper browser" ? |
| 11:03 |
Celestar |
well |
| 11:03 |
Phlogi |
nd_: I think you can change that in the install tool somewhere |
| 11:03 |
Celestar |
[browser = msie] && [version <= 6] |
| 11:03 |
Phlogi |
nd_: stop supporting IE :D |
| 11:04 |
nd_ |
Phlogi: can't (but I'd love!) |
| 11:04 |
Phlogi |
nd_: have a look in the install tool graphics settings |
| 11:04 |
nd_ |
right |
| 11:04 |
nd_ |
but I only saw to convert ALL graphcis there |
| 11:04 |
Phlogi |
nd_: or you might want to use some js to fix ie6 png support... there exist some libs |
| 11:04 |
nd_ |
for a proper browser i'd love png |
| 11:04 |
Phlogi |
nd_: ah yes only ALL |
| 11:05 |
Phlogi |
use js hack lib |
| 11:05 |
nd_ |
Phlogi: they most of the time don't work |
| 11:05 |
nd_ |
will try again |
| 11:05 |
Phlogi |
weird |
| 11:05 |
Celestar |
so anything horrible wrong with my code? ;) |
| 11:06 |
Celestar |
Phlogi: I like your parser :D |
| 11:06 |
Phlogi |
Celestar: thanks, I stole the parser however its my pastebin :) |
| 11:07 |
Celestar |
shhhh :P |
| 11:07 |
Celestar |
nd_: any luck with the menu? |
| 11:09 |
nd_ |
Celestar: no... i'm on other problems for now |
| 11:09 |
Celestar |
don't leave me *cries |
| 11:09 |
Celestar |
:P |
| 11:30 |
nd_ |
Phlogi: jquery pngfix doesn't really work... all the others I tried a while ago didn't either |
| 11:30 |
Celestar |
nice |
| 11:30 |
Celestar |
google annouced to release an own desktop OS |
| 11:42 |
Phlogi |
Celestar: idiots :D |
| 11:46 |
Celestar |
well |
| 11:46 |
Celestar |
I'm not touching it |
| 11:46 |
Celestar |
too mch Big Brother integration |
| 11:54 |
JunGle |
10 Hello, it's possible de view a debug of typoscript ? |
| 12:02 |
Celestar |
nd_: I'm still not having much luck with the menu :P |
| 12:02 |
Celestar |
but I'm not having much time, because I have 3-4 CMS to compare and make a decision which to use :P |
| 12:45 |
maholtz|WORK |
@Celestar: which other cms do you test? im interested into the comparision... perhaps you could post it somewhere? |
| 12:46 |
maholtz|WORK |
and TYPO3 is the slowest one for newbies i gurantee |
| 12:46 |
Celestar |
I'm trying Lenya, WebGUI at the moment |
| 12:46 |
maholtz|WORK |
Lenya is from apache and based on java? |
| 12:50 |
Celestar |
yeah |
| 12:52 |
Celestar |
maholtz|WORK: if everything works allright, I'll do a little comparison presentation on Friday or Monday. if it's ok with confidentiality I'll upload it somewhere |
| 12:53 |
maholtz|WORK |
nice |
| 12:54 |
maholtz|WORK |
what is your problem with the menus? |
| 12:55 |
Celestar |
maholtz|WORK: do you have my template link? |
| 12:56 |
maholtz|WORK |
nope |
| 12:56 |
Celestar |
http://paste.phlogi.net/cel-1/ |
| 12:57 |
Celestar |
as you see I have 3 menus there |
| 12:57 |
Celestar |
mainNav, secondNav, language |
| 12:57 |
maholtz|WORK |
yep |
| 12:57 |
Celestar |
now, some pages on the main level don't have subpages on the second level. |
| 12:57 |
Celestar |
is there any way to prevent the whole secondNav level from being executed? |
| 12:58 |
Celestar |
tried with CURIFSUB but with no success |
| 12:58 |
maholtz|WORK |
what is the output if there is no sub? <ul id="sec-nav"></ul> ? |
| 12:58 |
maholtz|WORK |
or different? |
| 12:59 |
Celestar |
exactly what you said |
| 12:59 |
Celestar |
but it disturbs a little (because the css does a bit of ugliness in that case) |
| 13:02 |
Celestar |
Typo3 advantage: no need to build the crap |
| 13:02 |
Celestar |
BUILD FAILED due to No space left on device |
| 13:02 |
Celestar |
O_o there are 2.8 gigs free |
| 13:03 |
maholtz|WORK |
change wrap to stdWrap.wrap = ... |
| 13:03 |
Celestar |
trying |
| 13:04 |
maholtz|WORK |
and add stdWrap.required = 1 |
| 13:04 |
maholtz|WORK |
@Celestar: the menus are extrem powerfull, but sometimes difficult as you have to know TypoScript:) |
| 13:06 |
Celestar |
maholtz|WORK: what does that actually change? |
| 13:07 |
maholtz|WORK |
well, required = 1 says: render only if there is content |
| 13:07 |
maholtz|WORK |
wrap will be executed after required - and so only if there is content |
| 13:07 |
maholtz|WORK |
i hope;) |
| 13:07 |
Celestar |
well it works |
| 13:07 |
maholtz|WORK |
puh:) |
| 13:07 |
Celestar |
so .stdWrap.wrap is done when it is required |
| 13:08 |
Celestar |
and .wrap is always done? |
| 13:08 |
maholtz|WORK |
nope |
| 13:08 |
Celestar |
meh :P |
| 13:08 |
maholtz|WORK |
well, perhaps yes, but depends on what you defined in stdWrap |
| 13:08 |
Celestar |
so with .required |
| 13:08 |
maholtz|WORK |
so, stdWrap allows you to use many many different properties |
| 13:09 |
maholtz|WORK |
wrap does only warp the content |
| 13:09 |
maholtz|WORK |
but stdWrap has a bunch of possiblities which are executed in the order of occurence of the documentation (well the code, but that is the same) |
| 13:10 |
Denyerec |
Hello all. |
| 13:10 |
maholtz|WORK |
@Celestar: http://documentation.typo3.org/documentation/tsref/functions/stdwrap/ |
| 13:10 |
maholtz|WORK |
so, required defines: stdWrap should have a value at this point, otherwise i quit and return an empty string |
| 13:11 |
maholtz|WORK |
it is important to understand that mechanism |
| 13:11 |
Celestar |
it's a pretty powerful thingy, this stdWrap |
| 13:12 |
maholtz|WORK |
yep, i tried to point it out in the wiki: http://wiki.typo3.org/Ts45min#The_order_of_the_typoscript_is_not_important_but_rather_the_order_in_TSref |
| 13:12 |
Celestar |
ah this is your wiki? |
| 13:13 |
maholtz|WORK |
no:) that is typo3 wiki:) |
| 13:13 |
maholtz|WORK |
so it is your too *g* |
| 13:13 |
Celestar |
I mean you edited the file :P |
| 13:13 |
maholtz|WORK |
yep:) |
| 13:13 |
maholtz|WORK |
in german, the translation did some other guys... |
| 13:14 |
maholtz|WORK |
and i did it together with susanne moog |
| 13:14 |
Celestar |
"please start lenya by typing ./lenya.sh" <= what about setting the x permission on the file then? |
| 13:15 |
maholtz|WORK |
do not know, wrong channel? |
| 13:16 |
Celestar |
well, I'm just not happy with imperfection in installation manuals :P |
| 13:16 |
Celestar |
speaking of imperfection, currently the menus are one huge string in the HTML source |
| 13:16 |
Celestar |
is there any way to add a newline in the HTML source after each list item |
| 13:16 |
kraftb |
hi ! |
| 13:17 |
Denyerec |
hey kraft |
| 13:17 |
Denyerec |
hey dokma |
| 13:17 |
maholtz|WORK |
@Celestar: yep stdWrap.wrap ( NL your code with NLs in it NL ) |
| 13:18 |
maholtz|WORK |
so () is the same as = but used for multilines |
| 13:18 |
kraftb |
hey denyerec ! |
| 13:18 |
Celestar |
with NL being "NL" or with NL being are real LF? |
| 13:19 |
Denyerec |
You're in a bright mood Kraft :) |
| 13:19 |
maholtz|WORK |
real LF |
| 13:21 |
Denyerec |
none of those phoney paper-maché ones |
| 13:21 |
Denyerec |
Who was complaining about #css yesterday ? |
| 13:21 |
kraftb |
well ... yes |
| 13:21 |
kraftb |
i have holiday |
| 13:21 |
Denyerec |
Cos I think they left before I had chance to help |
| 13:22 |
kraftb |
altough I am currently still working on my flat. |
| 13:22 |
kraftb |
i am taking of the old color from the walls and paint it again |
| 13:22 |
Denyerec |
I love decorating |
| 13:22 |
Denyerec |
I just wish it wasn't so expensive |
| 13:22 |
kraftb |
well ... all nicotine++ from 2000 till 2007 is still somehow converved in the walls I guess ... |
| 13:22 |
kraftb |
I took of a poster, and there were brownish borders around it :( |
| 13:23 |
kraftb |
so i thought instead of only re-painting it, I should peel of all the old "contaminated" color |
| 13:23 |
kraftb |
color = wall paint |
| 13:24 |
Celestar |
maholtz|WORK: around NO.allWrap does the () work too? |
| 13:26 |
Celestar |
hm .. |
| 13:26 |
Celestar |
apparently not :P |
| 13:26 |
maholtz|WORK |
yep, it does not depend on the object or propertie |
| 13:26 |
maholtz|WORK |
should |
| 13:26 |
Celestar |
I must be doing it wrong |
| 13:26 |
maholtz|WORK |
instead using = |
| 13:26 |
Denyerec |
LOL |
| 13:26 |
maholtz|WORK |
NO.allWrap ( |
| 13:26 |
maholtz|WORK |
something here |
| 13:26 |
maholtz|WORK |
) |
| 13:27 |
Denyerec |
Thought of quitting smoking? :) |
| 13:27 |
Celestar |
it does give the <li> thingy .. |
| 13:27 |
Celestar |
but not the LF |
| 13:27 |
Denyerec |
You'll have to do less decorating... :) |
| 13:27 |
maholtz|WORK |
@Celestar: so NO.allWrap ( |
| 13:27 |
maholtz|WORK |
something here |
| 13:27 |
maholtz|WORK |
newline... |
| 13:27 |
maholtz|WORK |
) |
| 13:27 |
maholtz|WORK |
so you need an empty line before ) |
| 13:28 |
maholtz|WORK |
it is not perfect, but imho it is enough |
| 13:29 |
Celestar |
aah ;) |
| 13:30 |
Celestar |
still no go :P |
| 13:30 |
Celestar |
but what the hell |
| 13:30 |
Celestar |
who looks at the HTML code anyway for the moment |
| 13:30 |
maholtz|WORK |
yep, every extra byte makes more traffic |
| 13:30 |
maholtz|WORK |
for debuggin you should use firebug f.e. so you do not care |
| 13:38 |
Celestar |
nah it's not about debugging |
| 13:38 |
Celestar |
it's more about prettifying the final output :P |
| 13:38 |
maholtz|WORK |
ok:) |
| 13:39 |
Celestar |
I've got this company here with problems with their typo3 installation |
| 13:39 |
Celestar |
apache-bench shows they manage a maximum of 3 requests per second O_o |
| 13:40 |
jbaptiste_j |
I have something for you Celestar |
| 13:40 |
maholtz|WORK |
they shouldnt disable the cache |
| 13:40 |
Celestar |
their stuff for me does 70 reqs/sec |
| 13:40 |
Celestar |
them: Quad-CPU 8GB server. |
| 13:40 |
jbaptiste_j |
there was this summer university about typo3 and Dmtri duplolev made a conference about server optimization |
| 13:40 |
Celestar |
me: VMware running ubuntu on my laptop. |
| 13:40 |
jbaptiste_j |
I'll point you to the presentation |
| 13:40 |
Celestar |
what are they doing wrong? :P |
| 13:41 |
Celestar |
jbaptiste_j: that would be awesome |
| 13:41 |
jbaptiste_j |
there http://uni.typo3.fr/index.php?id=131 |
| 13:42 |
jbaptiste_j |
there is Improving Typo3 performance (in english) |
| 13:42 |
jbaptiste_j |
and "optimisation serveur" in French |
| 13:42 |
jbaptiste_j |
they are 2 DIFFERENT presentations not addressing the same topics |
| 13:43 |
Celestar |
ok |
| 13:43 |
Celestar |
thanks a bunch I'll read them |
| 13:44 |
Denyerec |
Celestar - there are extensions for HTML cleaning |
| 13:44 |
Celestar |
yeah I've seen them ;) |
| 13:44 |
jbaptiste_j |
for instance disabling typo3 's automatic charset translation and getting everything in UTF-8 should help |
| 13:44 |
Celestar |
will try them at some point. |
| 13:44 |
Celestar |
jbaptiste_j: how would I do this? or is that in the presentations? |
| 13:45 |
jbaptiste_j |
I think so |
| 13:45 |
jbaptiste_j |
in dmtri's presentation |
| 13:45 |
teppi|work |
if you are using static file caches requests will be handled without having a single typo3-php-code line being parsed .. |
| 13:46 |
Celestar |
yeah, but a max of 3 requests/sec seems more like a giant configuration fsckup to me, and not the lack of optimization |
| 13:46 |
Celestar |
I mean if I am a webserver personally I can do 3 requests/sec :P |
| 13:49 |
Celestar |
3 ... maybe they have thrown out the server and just have 3 guys in the basement who manually typo HTML code every time a guy requests a page :P |
| 13:56 |
Denyerec |
:) |
| 14:00 |
jbaptiste_j |
I remember something in the conference about leaving a default apache server with no website on it so everytime someone tries to access the domain they send a request that ernds nowhere before apache can actually serve thel a page |
| 14:00 |
jbaptiste_j |
does that make sense ? |
| 14:00 |
jbaptiste_j |
The_Xperience: t creates huge traffic for nothing |
| 14:01 |
jbaptiste_j |
That creates huge traffic for nothing |
| 14:01 |
maholtz|WORK |
@jbaptiste_j: the presentation are all in france, right? |
| 14:02 |
iamjay |
hi. |
| 14:02 |
jbaptiste_j |
they took place in France but some supports are in English |
| 14:02 |
jbaptiste_j |
Dmitri's presentations were in English |
| 14:02 |
maholtz|WORK |
great |
| 14:15 |
Celestar |
hm .. so Lenya is running for comparsion |
| 14:17 |
Denyerec |
Lenya ? |
| 14:21 |
Celestar |
Denyerec: Apache Lenya .. another CMS I want to compare to Typo3 |
| 14:22 |
Denyerec |
Ah |
| 14:23 |
Denyerec |
they don't have a forum |
| 14:23 |
Denyerec |
don't see them taking off... :) |
| 14:26 |
Celestar |
not sure yet |
| 14:26 |
Celestar |
:P |
| 14:26 |
Celestar |
I'm also trying WebGUI. it's it's building for 2.5 hours now :P |
| 14:27 |
Denyerec |
you sound keen Celestar |
| 14:27 |
Denyerec |
have you looked at Flow3 at all ? |
| 14:27 |
Celestar |
not yet, any good? |
| 14:27 |
Denyerec |
No clue. |
| 14:28 |
Celestar |
heh k ;) |
| 14:28 |
Celestar |
makes two uf us. |
| 14:28 |
Denyerec |
I've so far failled to get off the ground with it through lack of putting enough (having enough?) time aside |
| 14:28 |
Denyerec |
The guys developing it are very enthusiastic, although they would be :) |
| 14:29 |
Denyerec |
It is the framework on which they intend to build Typo3 v5 |
| 14:29 |
Celestar |
I see |
| 14:29 |
Celestar |
any schedule for v5 anyway? |
| 14:29 |
Denyerec |
"When it's done" I think so far. |
| 14:29 |
Celestar |
the answer I'm aways giving ;) |
| 14:29 |
Denyerec |
Though a few important bits of Flow3, and by that extension Typo3 v5, have been backported |
| 14:30 |
Denyerec |
Such as the FLUID template language |
| 14:30 |
Denyerec |
So learning can begin already :) |
| 14:30 |
Celestar |
TYPO3 Fatal Error: Extension key "sv" was NOT loaded! (t3lib_extMgm::extPath) |
| 14:30 |
Celestar |
wth? |
| 14:33 |
Celestar |
that's what I'm getting instead of a login screen at the moment O_o |
| 14:34 |
Bluespuke |
hi community |
| 14:34 |
Bluespuke |
i have to merge 2 different installations of TYPO3 into 1, what have i to do? |
| 14:34 |
Bluespuke |
just export the tree and copy fileadmin and uploads? |
| 14:35 |
maholtz|WORK |
@Celestar: remove temp files in typo3conf/ |
| 14:35 |
maholtz|WORK |
temp* |
| 14:36 |
maholtz|WORK |
temp*localconf* would be enough |
| 14:36 |
maholtz|WORK |
perhaps you yould backup it? |
| 14:36 |
Celestar |
looking |
| 14:38 |
Celestar |
that worked. |
| 14:38 |
Celestar |
what happened there? |
| 14:41 |
maholtz|WORK |
i do not know yet, it seems that on some machines or some php versions (perhaps race condtions?) the line with the installed extensions went wrong. |
| 14:41 |
Celestar |
I see |
| 14:41 |
Celestar |
shall I try to reproduce? |
| 14:41 |
maholtz|WORK |
if you really can yes:) |
| 14:42 |
Celestar |
ok will let you know |
| 14:42 |
maholtz|WORK |
it seems to be somehow realted to the serialized |
| 14:42 |
maholtz|WORK |
values |
| 14:42 |
Celestar |
I think I'm misusing my laptop |
| 14:42 |
Celestar |
2 monitors, 4 VMs, 3 running web servers .... |
| 14:42 |
maholtz|WORK |
hehe, well, perhaps more than one processor? eaccelerator? |
| 14:43 |
Celestar |
dual core box with 4 GB .. |
| 14:45 |
maholtz|WORK |
in temp_* localconf.php you have $TYPO3_LOADED_EXT |
| 14:45 |
maholtz|WORK |
on my machine i could reproduce that with adding slashes in the serialized array |
| 14:45 |
maholtz|WORK |
but on other machines, with serialized arrays everything works |
| 14:46 |
maholtz|WORK |
f.e. $TYPO3_LOADED_EXT = unserialize(stripslashes('a:76:{s:3:\"cms\";a |
| 14:46 |
Celestar |
I'll see what I can do but got a bit of stuff to do |
| 14:46 |
maholtz|WORK |
that doesnt work on my laptop, but works in production environment on other server |
| 14:47 |
maholtz|WORK |
would be great:) |
| 14:48 |
Celestar |
OMG hugeass variable |
| 14:50 |
Celestar |
add slashes ... where? :P |
| 14:51 |
fred^ |
Hola |
| 14:52 |
fred^ |
Do any of you want to recommend me an reliable PHP/TYPO3 programmer? |
| 14:53 |
fred^ |
Must write clean code with good+ performance, be good at communicating in a clear way and care about details |
| 15:00 |
maholtz|WORK |
you could ask dmitry |
| 15:09 |
fred^ |
any one besides dmitry? |
| 15:12 |
jbaptiste_j |
don't ask me ;) |
| 15:13 |
maholtz|WORK |
@fred^: you could send an message into the newsgroup typo3.jobs (?) |
| 15:14 |
maholtz|WORK |
usually the most difficult thing is to get someone which is good now |
| 15:14 |
maholtz|WORK |
any reason why not dmitry? |
| 15:14 |
maholtz|WORK |
i do not think he is more expensive then others (in TCO) |
| 15:15 |
maholtz|WORK |
well, ask just2b - imho he is a freelancer too |
| 15:15 |
jbaptiste_j |
thre is someone called poppi in the french community who has a good reputation |
| 15:16 |
jbaptiste_j |
http://popy.sytes.net/Mon-CV.11.0.html |
| 15:17 |
Bluespuke |
hmm seems that it isn't that simple to export a t3d and fileadmin :( |
| 15:18 |
teppi|work |
Bluespuke, do you wanna merge two different page trees? |
| 15:18 |
Bluespuke |
yes, in fact |
| 15:18 |
Bluespuke |
but an old 4.1.6 with a new 4.2.8 |
| 15:20 |
teppi|work |
i dont think that this is possible without scripting |
| 15:22 |
maholtz|WORK |
@Bluespuke: well, with t3d export/import it should work, include all references, should work |
| 15:22 |
teppi|work |
maholtz|WORK, really? didnt know that .. :-) |
| 15:23 |
maholtz|WORK |
there are much features in TYPO3 nobody knows... |
| 15:23 |
teppi|work |
ah export in t3d .. never did that |
| 15:23 |
teppi|work |
hehe yes thats right |
| 15:24 |
Bluespuke |
maholtz|WORK, teppi|work: what about extensions? do i have to care about? |
| 15:25 |
maholtz|WORK |
ah, good point - install them at first in the new system |
| 15:25 |
maholtz|WORK |
same version! |
| 15:25 |
Bluespuke |
ok, the t3d begin to grow :D |
| 15:26 |
Bluespuke |
my first one was just a page without content ;-) |
| 15:26 |
maholtz|WORK |
perhaps you has to increase memory and php execution time |
| 15:27 |
Bluespuke |
or choose infinite in place of just this page ;-) |
| 15:28 |
fred^ |
maholtz|WORK: dmitry have alot of work at any given time, it seems |
| 15:28 |
fred^ |
thanks maholtz, jbaptiste, ill check them out |
| 15:29 |
fred^ |
is just2b around these days, or is he on vacation, maholtz? |
| 15:30 |
maholtz|WORK |
do not know |
| 15:30 |
maholtz|WORK |
wasnt bkraft here these days, perhaps he has spare time...? |
| 15:32 |
Celestar |
/facepalm |
| 15:32 |
Celestar |
it seems Typo3 is still in #1 position :P |
| 15:32 |
keenly |
hello |
| 15:32 |
Denyerec |
kraftb is indeed around |
| 15:33 |
Denyerec |
he's on vacation at the moment though, cleaning his nicotine stained apartment :) |
| 15:33 |
maholtz|WORK |
@Celestar: you will enter a world of pain.... then;) |
| 15:33 |
kraftb |
hey ! |
| 15:33 |
Celestar |
maholtz|WORK: why? ;) |
| 15:33 |
Denyerec |
Hehehehe |
| 15:33 |
Celestar |
maholtz|WORK: webGUI is STILL building |
| 15:33 |
keenly |
i'm having trouble with typogento. can anyone here help me? |
| 15:33 |
kraftb |
except if it is about saving the world from the apocalypse *gg* |
| 15:33 |
teppi|work |
erm fred^ ... litte OT: how is the job market in norway for php/typo3 developers? .. i visited stavanger last year and liked it very much |
| 15:33 |
kraftb |
then I would have some minutes ;) |
| 15:34 |
Denyerec |
Just a few, though. |
| 15:34 |
Denyerec |
:) |
| 15:34 |
kraftb |
yes. only a few. |
| 15:34 |
maholtz|WORK |
@kraftb: well, the world of fred^ too? ;) |
| 15:35 |
maholtz|WORK |
@Celestar: it takes time to get in love with typoscript:p |
| 15:35 |
keenly |
i've installed everything okay (bit messy) but when i create a page and add the plugin. the page wont load in my typo3 template |
| 15:35 |
maholtz|WORK |
what is typogento? |
| 15:36 |
_pedda_ |
merge of magento and typo3 |
| 15:36 |
maholtz|WORK |
ah, thx |
| 15:36 |
_pedda_ |
with hacked core afaik |
| 15:36 |
_pedda_ |
http://www.typogento.com/ |
| 15:38 |
keenly |
Oo.. wait it worked... |
| 15:41 |
keenly |
it must only be on mac computers |
| 15:45 |
fred^ |
i have sent an email to poppi, so we'll see. funky nickname :) |
| 15:46 |
fred^ |
teppi|work: i do believe that there is a demand for php developers, but they have be good |
| 15:46 |
teppi|work |
fred^, thx .. :-) |
| 15:47 |
fred^ |
good in this context is kind of abstract, but they must have the expected skills - clean code, reliability, good communication |
| 15:47 |
keenly |
no typogento gurus? |
| 15:47 |
fred^ |
i do more frontend/typo3 integration stuff and support than i do actual serverside coding |
| 15:48 |
fred^ |
so i are not too updated atm |
| 15:48 |
fred^ |
norway are kind of affected by the global market as well, ofcourse, but there is still a chance to find work, that i know |
| 15:49 |
fred^ |
kraftb: i was just looking for someone reliable to do php/typo3 ext. programming |
| 15:49 |
kraftb |
well - i am currently on vaccancy |
| 15:49 |
fred^ |
have some upcoming projects + a chance for more work (potentially atleast worth 10.000+ euro during the next year) |
| 15:49 |
fred^ |
yeah, me too |
| 15:49 |
kraftb |
not meaning I am not at home - but I need some rest from univeristy + work |
| 15:49 |
teppi|work |
i know that many germany go there in handcraft-jobs .. so its nice to know that there is demand for IT-nerds too :-) |
| 15:49 |
kraftb |
well - if it is after august, it would be ok for me. |
| 15:50 |
teppi|work |
s/germany/germans |
| 15:50 |
kraftb |
just ask me if you know some more details - I do not want to assure my support, without knowing what it is about and when and what to do |
| 15:50 |
fred^ |
i only have one week left, then i head off to ireland, so yeah |
| 15:53 |
jbaptiste_j |
I have something happening in my typpo3 I would like to know if it happens to someone else. When I create a content of the type "insert records" it opens o a popup to select the record and in the top part of this popup I see : Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in /usr/share/typo3/typo3_src-4.2/typo3/class.db_list_extra.inc on line 319 |
| 15:55 |
jbaptiste_j |
If you like kickstarter you might like libSAV |
| 15:55 |
Phlogi |
jbaptiste_j: where, what, why? |
| 15:56 |
jbaptiste_j |
libSAV is an extension that allows you to create simple extensions almost without coding anything |
| 15:56 |
teppi|work |
jbaptiste_j, make a var_dump of the array and look whats wrong .. i suppose its a false TCA definition |
| 15:57 |
teppi|work |
or something like that |
| 15:57 |
Phlogi |
jbaptiste_j: ok... If you are not used to something like that I'm not sure if it will save you time.. |
| 15:57 |
jbaptiste_j |
it won't if you are already good at making extensions teppi |
| 15:58 |
teppi|work |
jbaptiste_j, ? |
| 15:58 |
Celestar |
*sigh* |
| 15:58 |
jbaptiste_j |
If writing code is something you do easily then maybe SAV won't be such a big help |
| 15:59 |
jbaptiste_j |
that's what I mean |
| 15:59 |
jbaptiste_j |
code = PHP code |
| 15:59 |
teppi|work |
erm .. i think you want to speak to Phlogi ? :-) |
| 16:00 |
jbaptiste_j |
oh sorry, I 've had a hard last 10 years and burnout is taking its toll, I'm confused |
| 16:01 |
teppi|work |
jap |
| 16:01 |
teppi|work |
D |
| 16:01 |
Phlogi |
hehe |
| 16:01 |
Phlogi |
atm I'm writing an extension every two days, wtf |
| 16:03 |
Phlogi |
grr, does tca not offe a time field only??? |
| 16:04 |
Phlogi |
hmm teppi|work, maholtz|WORK any idea how to create a time only? |
| 16:05 |
teppi|work |
eval=>date |
| 16:05 |
teppi|work |
? |
| 16:05 |
teppi|work |
datetime is also possible i think |
| 16:06 |
Phlogi |
string input -> valid to time |
| 16:07 |
Phlogi |
teppi|work: of course :) |
| 16:09 |
teppi|work |
hm .. i'm not quite sure but i think eval=>time |
| 16:09 |
teppi|work |
evaluates 12:00 to 199423174 or something like that |
| 16:10 |
maholtz|WORK |
ah, its evaluates to unix timestamp |
| 16:15 |
Phlogi |
maholtz|WORK: hmm for what date is the question, unix timestamp always is a date |
| 16:15 |
Celestar |
k guys |
| 16:15 |
Celestar |
I'm calling it a day |
| 16:16 |
Celestar |
cu |
| 16:25 |
nd_ |
Anyone using rggooglemap? I'm missing a TS ref... |
| 16:26 |
maholtz|WORK |
@Phlogi: hm... 199423174 evaluates to 27.04.1976 - 04.19.34 ? strange |
| 16:26 |
maholtz|WORK |
btw.: http://www.martinholtz.de/redaktionssystem/typoscript/mysql-timestamp-in-normale-zeit-umrechnen/ ;) |
| 16:27 |
nd_ |
jeez, forget it... |
| 16:34 |
Phlogi |
maholtz|WORK: jööö |
| 16:38 |
_pedda_ |
how can i create an image via gifbuilder with a half transparent box in front of the image itself |
| 16:39 |
_pedda_ |
i tried creating a white box but there is no opacity-property :-( |
| 17:13 |
_pedda_ |
cu all |
| 17:28 |
maholtz|WORK |
cu |
| 17:44 |
pulponair |
anyone familiar to extbase? |
| 17:53 |
maholtz|WORK |
@pulponair: perhaps someone in #flow3 channel? |
| 18:21 |
pulponair |
maholtz|WORK: the guys over there seem to sleep : [17:22] pulponair: i am a little confused about how validation on objectes passed to a controler action are supposed to work. e.g for addAction(Tx_whatever_Domain_Model_Book $book) |
| 18:21 |
pulponair |
;) |
| 18:22 |
Georges_Abitbol |
Is there a way to disable a list of page in user group db mount ? |
| 18:25 |
maholtz|WORK |
@Georges_Abitbol: it is possible, is used in DAM (there is an option.... somehow?) have to go now, but if you have DAM installed, check there in the install options |
| 18:25 |
maholtz|WORK |
have to go now |
| 18:25 |
maholtz|WORK |
bye |
| 18:26 |
Georges_Abitbol |
maholtz|WORK: It is iabout dbmount not filemount. Dam is only for file, isn't it ? |
| 22:20 |
skurfuerst |
hi |