From dmitry.dulepov at gmail.com Mon Oct 1 15:37:28 2012 From: dmitry.dulepov at gmail.com (Dmitry Dulepov) Date: Mon, 01 Oct 2012 17:37:28 +0400 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: Hi! Steffen Gebert wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Dmitry, > > I've just moved the RealURL SVN to Git. > > Please > * check, whether permissions are set up correctly so that you can bypass > the review workflow (otherwise I have to check with Peter, I'm not so > deep into the permissions config) > * remove the old code from the SVN server. Thanks, just so this message. I will test everything tomorrow. It is just great! :) -- Dmitry Dulepov Simplicity will save the world. From tomasnorre at gmail.com Mon Oct 1 15:45:32 2012 From: tomasnorre at gmail.com (Tomas Norre Mikkelsen) Date: Mon, 01 Oct 2012 15:45:32 +0200 Subject: [TYPO3-dev] Schedular + cron In-Reply-To: References: Message-ID: On 09/28/2012 09:46 AM, Tomas Norre Mikkelsen wrote: > Hi, > > I have a problem with my schedular, my cron is running every minute, and > i've added 4 tasks. > > * Crawler Run (crawler) > * Crawler queue (crawler) > * Update Extens list (em) > * Direct Mail: Mailing Queue (direct_mail) > > My cron is running according to the system cronlog, but every task fails. Problem solved, DOH.. The was to files in include path containing db-infos. -- Venlig Hilsen / Best Regards Tomas Norre Mikkelsen Tomasnorre at gmail.com TYPO3 Developer @netimage.dk TYPO3 Profile: http://forge.typo3.org/users/4289 Follow me at twitter Twitter.com/tomasnorre From steffen.gebert at typo3.org Mon Oct 1 22:03:33 2012 From: steffen.gebert at typo3.org (Steffen Gebert) Date: Mon, 01 Oct 2012 22:03:33 +0200 Subject: [TYPO3-dev] [TYPO3-typo3org] How to discontinue svn.typo3.org? Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, there is a lot of discussion about community involvement going on right now.. so I'd like to hear your opinion, how we can get rid of SVN in our community. Here's a *suggestion* for a roadmap: 1.1.2013: deprecate (which would be showing a BIG warning on http://svn.typo3.org) 1.7.2013: read-only 1.1.2014: shut-down Here my *suggestion* for the "workflow": Each step of the roadmap would include an email notification of the forge project leaders and a hint, how to request a migration to git. There will be no automatic/enforced migration of repositories. I'm happy to hear your comments and ideas! Kind regards Steffen - -- Steffen Gebert TYPO3 v4 Core Team Member TYPO3 Server Administration Team Member TYPO3 .... inspiring people to share! Get involved: http://typo3.org I work for TYPO3 solely in my spare time. If you think that my work helps you running your business, you are invited to send me a donation via PayPal to this email address. Thanks -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQafcVAAoJEIskG/rSlyw4cqEH/0ck+r6hv8w+L64862ujNsIo 5hwHNPNe0VcMlRW3w1twHt6yda1+5mA5RLTidsbHCFuSNl1MqAtIDNCVf6D1y5BU oX8DYUQZefJ6QyBz1i9jTl5aUEHm52cgcVGk3bXSmsN1UgXP2GeB/S8ZvfVfj/x5 s/oV+YyKKEA1EWotg22AgD0HWb0dgGaGiK4PVpT9gzy568dtV1nMPDwRXjnQ7tqh t9GV6064WnU6m3bXzb8N/lkqu+I7SfvlTHLYNu4y8LcmWSHtERtij2JnJ/4k2/rP 04eapVvLUxu8XLUrOotO2bcyuT0uiu3wGQfkHRUXUj5h4ZlW8Ysz+jwqtP0J/vc= =6Wg0 -----END PGP SIGNATURE----- From adrien.crivelli at gmail.com Tue Oct 2 04:36:34 2012 From: adrien.crivelli at gmail.com (Adrien Crivelli) Date: Tue, 2 Oct 2012 11:36:34 +0900 Subject: [TYPO3-dev] [TYPO3-typo3org] How to discontinue svn.typo3.org? In-Reply-To: References: Message-ID: Hi I'm strongly in favor to push git as replacement of svn (and not as an additional option). The workflow you suggest seems simple but effective. It would also allow to sort out which extension is out of date (not migrated). So as a "side effect" I would also suggest to remove the non-migrated projects from TER, or at least mark them as "not developped anymore". Also, and sligthly out-of-topic, I find the new jQuery plugins infrastructureinteresting. In particular it delegates the code hosting to github (potential "economy" for git.typo3.org ?). Cheers, Adrien From dmitry.dulepov at gmail.com Tue Oct 2 09:15:38 2012 From: dmitry.dulepov at gmail.com (Dmitry Dulepov) Date: Tue, 02 Oct 2012 11:15:38 +0400 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: Hi! Steffen Gebert wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Dmitry, > > I've just moved the RealURL SVN to Git. > > Please > * check, whether permissions are set up correctly so that you can bypass > the review workflow (otherwise I have to check with Peter, I'm not so > deep into the permissions config) I think I need a little more help :) I cloned the repo, this is ok. Next I changed ./.git/config to look like: ===================== [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = git://git.typo3.org/TYPO3v4/Extensions/realurl.git pushurl = ssh://git.typo3.org/TYPO3v4/Extensions/realurl.git [branch "master"] remote = origin merge = refs/heads/master [user] email = dmitry at typo3.org ===================== Added only pushurl and user/email. When I try to commit, my ssh public key is not accepted: ===================== Atlas:~/Projects/TYPO3/RealURL$ git ci -m 'Testing git repo' [master 327324f] Testing git repo 1 file changed, 1 deletion(-) Atlas:~/Projects/TYPO3/RealURL$ git push origin master Warning: Permanently added the RSA host key for IP address '91.184.35.4' to the list of known hosts. Identity added: /Users/dima/.ssh/id_rsa (/Users/dima/.ssh/id_rsa) Permission denied (publickey). fatal: The remote end hung up unexpectedly ===================== Possibly public key is not on the remote side. Should I send it to you by email? -- Dmitry Dulepov Simplicity will save the world. From typo3 at ringerge.org Tue Oct 2 09:21:43 2012 From: typo3 at ringerge.org (Georg Ringer) Date: Tue, 02 Oct 2012 09:21:43 +0200 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: Hi, you can add the key on gerrit at your settings. besides http://wiki.typo3.org/TroubleShooting_(Git) > "Debugging the SSH connection" is very helpful georg From steffen.gebert at typo3.org Tue Oct 2 09:21:48 2012 From: steffen.gebert at typo3.org (Steffen Gebert) Date: Tue, 02 Oct 2012 09:21:48 +0200 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Dmitry, you're missing at least port 29418. See also http://wiki.typo3.org/Contribution_Walkthrough_with_CommandLine > Possibly public key is not on the remote side. Should I send it to you > by email? You can manage them on your own in Gerrit ;-) I guess, yours is already there from the Core. Kind regards Steffen - -- Steffen Gebert TYPO3 v4 Core Team Member TYPO3 Server Administration Team Member TYPO3 .... inspiring people to share! Get involved: http://typo3.org I work for TYPO3 solely in my spare time. If you think that my work helps you running your business, you are invited to send me a donation via PayPal to this email address. Thanks On 10/2/12 9:15 AM, Dmitry Dulepov wrote: > Hi! > > Steffen Gebert wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hi Dmitry, >> >> I've just moved the RealURL SVN to Git. >> >> Please >> * check, whether permissions are set up correctly so that you can bypass >> the review workflow (otherwise I have to check with Peter, I'm not so >> deep into the permissions config) > > I think I need a little more help :) > > I cloned the repo, this is ok. Next I changed ./.git/config to look like: > > ===================== > [core] > repositoryformatversion = 0 > filemode = true > bare = false > logallrefupdates = true > ignorecase = true > [remote "origin"] > fetch = +refs/heads/*:refs/remotes/origin/* > url = git://git.typo3.org/TYPO3v4/Extensions/realurl.git > pushurl = ssh://git.typo3.org/TYPO3v4/Extensions/realurl.git > [branch "master"] > remote = origin > merge = refs/heads/master > [user] > email = dmitry at typo3.org > ===================== > > Added only pushurl and user/email. > > When I try to commit, my ssh public key is not accepted: > > ===================== > Atlas:~/Projects/TYPO3/RealURL$ git ci -m 'Testing git repo' > [master 327324f] Testing git repo > 1 file changed, 1 deletion(-) > Atlas:~/Projects/TYPO3/RealURL$ git push origin master > Warning: Permanently added the RSA host key for IP address '91.184.35.4' > to the list of known hosts. > Identity added: /Users/dima/.ssh/id_rsa (/Users/dima/.ssh/id_rsa) > Permission denied (publickey). > fatal: The remote end hung up unexpectedly > ===================== > > Possibly public key is not on the remote side. Should I send it to you > by email? > -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQapYMAAoJEIskG/rSlyw4YqAIAJCpGiOBMRViJdj0nVhf9Ujd yvGMb+qsDYBKgzO4czDNwSthWG/zZDtaX+o7ijUfwJFYW4civFviLWIc0glNxmhG gyrK8eGORptdYxV4V45wgFZB/f9HLiQ1Avg1tddcbaCP0QPF+Q2V9upnUkzY1tBi F0s2ugM2O7xAQABpLwzzyWMR+WgVxpRCxzIHiYmSrLBNfzWVckSdP5y1UZtNUTWl PdW3KaIHPj72SPlwAOYmMK5qk/O4WUbEL9a6VkoHNvgrZ6fXh7gTBg/2A6wlPMWw B3Wco0alKa+rfsnXHb6MDWSUhEhh5GJo4LAh8sUuTDhxobUSMqhJ6wF/o3/6oyQ= =K3MA -----END PGP SIGNATURE----- From pedersen at frm2.tum.de Tue Oct 2 09:24:30 2012 From: pedersen at frm2.tum.de (=?UTF-8?B?QmrDtnJuIFBlZGVyc2Vu?=) Date: Tue, 02 Oct 2012 09:24:30 +0200 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: Am 02.10.2012 09:15, schrieb Dmitry Dulepov: > Hi! > > Steffen Gebert wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hi Dmitry, >> >> I've just moved the RealURL SVN to Git. >> >> Please >> * check, whether permissions are set up correctly so that you can bypass >> the review workflow (otherwise I have to check with Peter, I'm not so >> deep into the permissions config) > > I think I need a little more help :) > > I cloned the repo, this is ok. Next I changed ./.git/config to look like: > > ===================== > [core] > repositoryformatversion = 0 > filemode = true > bare = false > logallrefupdates = true > ignorecase = true > [remote "origin"] > fetch = +refs/heads/*:refs/remotes/origin/* > url = git://git.typo3.org/TYPO3v4/Extensions/realurl.git > pushurl = ssh://git.typo3.org/TYPO3v4/Extensions/realurl.git > [branch "master"] > remote = origin > merge = refs/heads/master > [user] > email = dmitry at typo3.org > ===================== > > Added only pushurl and user/email. > > When I try to commit, my ssh public key is not accepted: > > ===================== > Atlas:~/Projects/TYPO3/RealURL$ git ci -m 'Testing git repo' > [master 327324f] Testing git repo > 1 file changed, 1 deletion(-) > Atlas:~/Projects/TYPO3/RealURL$ git push origin master > Warning: Permanently added the RSA host key for IP address '91.184.35.4' > to the list of known hosts. > Identity added: /Users/dima/.ssh/id_rsa (/Users/dima/.ssh/id_rsa) > Permission denied (publickey). > fatal: The remote end hung up unexpectedly > ===================== > > Possibly public key is not on the remote side. Should I send it to you > by email? Hi, I'll try to answer this: You can manage your gerrit settings through the webinterface: On the right side top menu you should find a settings link if you are logged in. Then you can upload ssh keys and configure your accepted mail addresses. Hope that helps, Bj?rn From helmut.hummel at typo3.org Tue Oct 2 10:25:18 2012 From: helmut.hummel at typo3.org (Helmut Hummel) Date: Tue, 02 Oct 2012 10:25:18 +0200 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: Hi! On 02.10.12 09:15, Dmitry Dulepov wrote: > [remote "origin"] > fetch = +refs/heads/*:refs/remotes/origin/* > url = git://git.typo3.org/TYPO3v4/Extensions/realurl.git > pushurl = ssh://git.typo3.org/TYPO3v4/Extensions/realurl.git > When I try to commit, my ssh public key is not accepted: You setup must be exactly the same as for the core. You cannot directly push to git.typo3.org but need to push to review.typo3.org Also make sure that you set up your username *and* port for the connection correctly. I have the following in my ssh config: Host review.typo3.org User helhum IdentityFile ~/.ssh/typo3 Port 29418 And this in my ~/.gitconfig: [url "ssh://review.typo3.org"] pushInsteadOf = git://git.typo3.org If you have the permissions to drectly push to a branch, you can then do: git push origin HEAD:refs/heads/master Everyone else can only push to git push origin HEAD:refs/for/master and then the respective change will show up in the gerrit review interface. Works nicely ;) https://review.typo3.org/15237 Kind regards, Helmut -- Helmut Hummel Release Manager TYPO3 6.0 TYPO3 Core Developer, TYPO3 Security Team Member TYPO3 .... inspiring people to share! Get involved: typo3.org From typo3.neufeind at speedpartner.de Tue Oct 2 10:47:36 2012 From: typo3.neufeind at speedpartner.de (Stefan Neufeind) Date: Tue, 02 Oct 2012 10:47:36 +0200 Subject: [TYPO3-dev] How to discontinue svn.typo3.org? In-Reply-To: References: Message-ID: On 10/02/2012 04:36 AM, Adrien Crivelli wrote: > Hi > > I'm strongly in favor to push git as replacement of svn (and not as an > additional option). > > The workflow you suggest seems simple but effective. It would also allow to > sort out which extension is out of date (not migrated). So as a "side > effect" I would also suggest to remove the non-migrated projects from TER, > or at least mark them as "not developped anymore". Hi Sttefan, I also think your proposed way of working is viable. There have bene inquiries in the past why extensions were usually not in git, couldn't take advantage of gerrit etc. And people who also contributed to core-parts in the end had to work with both systems. So I agree that consolidation (and moving of repos) to git is imho a good thing to do - for the moment being just with migration on request, as you suggest. Regards, Stefan From steffen.gebert at typo3.org Tue Oct 2 12:02:04 2012 From: steffen.gebert at typo3.org (Steffen Gebert) Date: Tue, 02 Oct 2012 12:02:04 +0200 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Helmut and Dmitry, I'm wondering.. you already have pushed sth. to Gerrit, Dmitry, haven't you? > You setup must be exactly the same as for the core. You cannot directly > push to git.typo3.org but need to push to review.typo3.org To be precise, git.typo3.org will work, too, as it is the same host. The protocol and port matter (ssh to 29418). > If you have the permissions to drectly push to a branch, you can then do: > git push origin HEAD:refs/heads/master which is the long version for > git push origin HEAD:master or > git push if you're on a local branch that already exists on the server (the very first commit needs explicit push to master branch). Kind regards Steffen - -- Steffen Gebert TYPO3 v4 Core Team Member TYPO3 Server Administration Team Member TYPO3 .... inspiring people to share! Get involved: http://typo3.org I work for TYPO3 solely in my spare time. If you think that my work helps you running your business, you are invited to send me a donation via PayPal to this email address. Thanks On 10/2/12 10:25 AM, Helmut Hummel wrote: > Hi! > > On 02.10.12 09:15, Dmitry Dulepov wrote: >> [remote "origin"] >> fetch = +refs/heads/*:refs/remotes/origin/* >> url = git://git.typo3.org/TYPO3v4/Extensions/realurl.git >> pushurl = ssh://git.typo3.org/TYPO3v4/Extensions/realurl.git > >> When I try to commit, my ssh public key is not accepted: > > You setup must be exactly the same as for the core. You cannot directly > push to git.typo3.org but need to push to review.typo3.org > > Also make sure that you set up your username *and* port for the > connection correctly. > > I have the following in my ssh config: > > Host review.typo3.org > User helhum > IdentityFile ~/.ssh/typo3 > Port 29418 > > And this in my ~/.gitconfig: > > [url "ssh://review.typo3.org"] > pushInsteadOf = git://git.typo3.org > > If you have the permissions to drectly push to a branch, you can then do: > > git push origin HEAD:refs/heads/master > > Everyone else can only push to > > git push origin HEAD:refs/for/master > > and then the respective change will show up in the gerrit review interface. > > Works nicely ;) https://review.typo3.org/15237 > > Kind regards, > Helmut > -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQarucAAoJEIskG/rSlyw4XSsH/3/jJDJEM0kUM9ycgyS3+Gn5 q9ThKiurRNatkeKkM5zThwZJdwNTUD9KGtTD/GUfOm/IARxUhANks4/jZeo4Ltti oeVpdWmzUpwDT7rZzPFjqgDrflEDP+XVkWaByAlKFcGedy221OngnAqSO5+EOHj7 +6Vz2jLeDiJ2IuHSTQ94+shdmSCiBfcyTI8MnyDzvlTGj4a8KdxI+uiq+EcCzvYv j3yMctewEzslm9pahzHxaznYauPhV7uwq+pUrW4goIEtjDgshHHK5RrrCa3TAuhx 6C5q6U6G4TEKgI29O0bOYkRk9RR9QqdgvF3qQWEIB6BXNl+xRnQ0ZAHuZz4nbcs= =QM7t -----END PGP SIGNATURE----- From wouter at windinternet.nl Tue Oct 2 14:13:30 2012 From: wouter at windinternet.nl (Wouter Wolters) Date: Tue, 02 Oct 2012 14:13:30 +0200 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: Maybe this tool is also helpful: http://www.wwwision.de/githelper/ Greetz Wouter On 2-10-2012 9:15, Dmitry Dulepov wrote: > Hi! > > Steffen Gebert wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hi Dmitry, >> >> I've just moved the RealURL SVN to Git. >> >> Please >> * check, whether permissions are set up correctly so that you can bypass >> the review workflow (otherwise I have to check with Peter, I'm not so >> deep into the permissions config) > > I think I need a little more help :) > > I cloned the repo, this is ok. Next I changed ./.git/config to look like: > > ===================== > [core] > repositoryformatversion = 0 > filemode = true > bare = false > logallrefupdates = true > ignorecase = true > [remote "origin"] > fetch = +refs/heads/*:refs/remotes/origin/* > url = git://git.typo3.org/TYPO3v4/Extensions/realurl.git > pushurl = ssh://git.typo3.org/TYPO3v4/Extensions/realurl.git > [branch "master"] > remote = origin > merge = refs/heads/master > [user] > email = dmitry at typo3.org > ===================== > > Added only pushurl and user/email. > > When I try to commit, my ssh public key is not accepted: > > ===================== > Atlas:~/Projects/TYPO3/RealURL$ git ci -m 'Testing git repo' > [master 327324f] Testing git repo > 1 file changed, 1 deletion(-) > Atlas:~/Projects/TYPO3/RealURL$ git push origin master > Warning: Permanently added the RSA host key for IP address '91.184.35.4' > to the list of known hosts. > Identity added: /Users/dima/.ssh/id_rsa (/Users/dima/.ssh/id_rsa) > Permission denied (publickey). > fatal: The remote end hung up unexpectedly > ===================== > > Possibly public key is not on the remote side. Should I send it to you > by email? > From dmitry.dulepov at gmail.com Tue Oct 2 15:10:57 2012 From: dmitry.dulepov at gmail.com (Dmitry Dulepov) Date: Tue, 02 Oct 2012 17:10:57 +0400 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: Hi! Steffen Gebert wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Dmitry, > > you're missing at least port 29418. Yes, that did the trick :) Thank you very much! > You can manage them on your own in Gerrit ;-) > I guess, yours is already there from the Core. Yes, it is. -- Dmitry Dulepov Simplicity will save the world. From dmitry.dulepov at gmail.com Tue Oct 2 15:11:41 2012 From: dmitry.dulepov at gmail.com (Dmitry Dulepov) Date: Tue, 02 Oct 2012 17:11:41 +0400 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: Hi! Helmut Hummel wrote: > You setup must be exactly the same as for the core. You cannot directly > push to git.typo3.org but need to push to review.typo3.org No, I do not use Gerrit for RealURL. -- Dmitry Dulepov Simplicity will save the world. From steffen.gebert at typo3.org Tue Oct 2 15:46:32 2012 From: steffen.gebert at typo3.org (Steffen Gebert) Date: Tue, 02 Oct 2012 15:46:32 +0200 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> You setup must be exactly the same as for the core. You cannot directly >> push to git.typo3.org but need to push to review.typo3.org > > No, I do not use Gerrit for RealURL. To make the confusion perfect: You're using Gerrit :) But you have permissions to bypass reviews (this allows you to push to refs/heads/*, not only to refs/for/*). Kind regards Steffen - -- Steffen Gebert TYPO3 v4 Core Team Member TYPO3 Server Administration Team Member TYPO3 .... inspiring people to share! Get involved: http://typo3.org I work for TYPO3 solely in my spare time. If you think that my work helps you running your business, you are invited to send me a donation via PayPal to this email address. Thanks On 10/2/12 3:11 PM, Dmitry Dulepov wrote: > Hi! > > Helmut Hummel wrote: >> You setup must be exactly the same as for the core. You cannot directly >> push to git.typo3.org but need to push to review.typo3.org > > No, I do not use Gerrit for RealURL. > -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQavA4AAoJEIskG/rSlyw4zwEIAL6tFooqP9lkW2xiK/DLBnHq QTzhlQROsZBN0++yt1l8yJamETW67MkL78S6+rm7n6HZLtLu8jS0b2xysmvMeKq+ /QlDRZZAnU/0y3zV9Up+8gwiua2Ijcp9QXmUPKDoF/fRgEEPKOO5ps3pD9TvQTI+ 7FfN/UM2fsS/HlC3wdGDFxF+h1vQNBwGD9E3MVlAvth4KsyxU2PHdDqDgmQWNCz4 J6j+PHjfgL73FOiaNiT2f+1+KmeHXAzcapz51GmB7bbKL76n63By2udaDBzemkwD rlG9y77/545Kr5fghKrZZyxdEstdBEEQsEfgtb69ToJQ6ce5E/i619OPXrDBd50= =6+Zk -----END PGP SIGNATURE----- From christian.weiske at netresearch.de Tue Oct 2 17:51:51 2012 From: christian.weiske at netresearch.de (Christian Weiske) Date: Tue, 2 Oct 2012 17:51:51 +0200 Subject: [TYPO3-dev] Change calling order of hooks Message-ID: Hi, To post-process javascript includes, I've registered a hook for > $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'] > ['t3lib/class.t3lib_pagerenderer.php']['render-preProcess'] Now we're using some more extensions, e.g. nr_cdn, which also hook into there and convert the Javascript URLs to absolute URLs on a CDN. I have to make sure that my new hook is called *after* all the other "render-preProcess" hooks. How can I do that? The core API documentation[1] states > The hooks can even rearrange the calling order if they dare. but doesn't tell how. All the hooks are processed in a foreach($hooks as $hook) loop, and when my hook gets called, it cannot change $hooks anymore - foreach() would not care about it. What can I do? [1] http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.3.2/view/3/4/ -- Regards/Mit freundlichen Gr??en Christian Weiske -= Geeking around in the name of science since 1982 =- From xavier at typo3.org Tue Oct 2 18:43:23 2012 From: xavier at typo3.org (Xavier Perseguers) Date: Tue, 02 Oct 2012 18:43:23 +0200 Subject: [TYPO3-dev] Change calling order of hooks In-Reply-To: References: Message-ID: Hi, > To post-process javascript includes, I've registered a hook for >> $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'] >> ['t3lib/class.t3lib_pagerenderer.php']['render-preProcess'] > > Now we're using some more extensions, e.g. nr_cdn, which also hook into > there and convert the Javascript URLs to absolute URLs on a CDN. > > I have to make sure that my new hook is called *after* all the > other "render-preProcess" hooks. How can I do that? > > What can I do? Either make sure your extension is loaded *after* the other one that already hooks there or force it to be loaded at the end (respectively at the beginning) by setting 'priority' => 'top', // 'bottom' in your ext_emconf.php. HTH -- Xavier Perseguers Release Manager TYPO3 4.6 TYPO3 .... inspiring people to share! Get involved: http://typo3.org From dmitry.dulepov at gmail.com Wed Oct 3 08:53:22 2012 From: dmitry.dulepov at gmail.com (Dmitry Dulepov) Date: Wed, 03 Oct 2012 10:53:22 +0400 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: Hi! Steffen Gebert wrote: > To make the confusion perfect: You're using Gerrit :) > > But you have permissions to bypass reviews (this allows you to push to > refs/heads/*, not only to refs/for/*). Ok, good to know. So other people could still push to refs/for/* and I could check their patches through Gerrit, right? This would be a clever setup! -- Dmitry Dulepov Simplicity will save the world. From typo3 at ringerge.org Wed Oct 3 09:05:58 2012 From: typo3 at ringerge.org (Georg Ringer) Date: Wed, 03 Oct 2012 09:05:58 +0200 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: Hi, Am 03.10.2012 08:53, schrieb Dmitry Dulepov: > Ok, good to know. So other people could still push to refs/for/* and I > could check their patches through Gerrit, right? This would be a clever > setup! > true. however I still prefer for myself using gerrit too as it doesn't cost much time and it is an additional place to check if I commited really the things I wanted to do. Georg From sebastian.michaelsen at t3seo.de Wed Oct 3 12:13:22 2012 From: sebastian.michaelsen at t3seo.de (Sebastian Michaelsen) Date: Wed, 03 Oct 2012 12:13:22 +0200 Subject: [TYPO3-dev] Perl -> CLI -> PHP -> Extbase.. good idea? Message-ID: Hey folks, I have a technical concept to implement my current project but I don't know if it is a good approach. I'd really appreciate your oppinion. The client has a big CMS written in Perl (sorry, can't tell the name here) and I have to extend it with a new application. But since my Perl knowledge is poor and the CMS doesn't really have a good extension framework anyway I want to do it with (surprise) TYPO3 Extbase. The client demands to have the application backend embedded in his Perl CMS, so I came up with the idea to write a backend module in Perl which is just a wrapper and calls PHP/TYPO3/Extbase per CLI. Extbase parses the requests and renders the backend forms and it will be displayed in the Perl CMS. I already played around and managed to get Extbase working by calling it via CLI and I think sure the Perl-Wrapper won't be too hard to do either. I never heard or read of such a construction and that's usually a signal that it's a bad idea, so if you have any concerns (performance, security, feasibility, etc) or have a way better idea to integrate an Extbase application into a Perl CMS I appreciate your comment. Thanks and kind regards, Sebastian From typo3 at ringerge.org Wed Oct 3 12:32:57 2012 From: typo3 at ringerge.org (Georg Ringer) Date: Wed, 03 Oct 2012 12:32:57 +0200 Subject: [TYPO3-dev] Perl -> CLI -> PHP -> Extbase.. good idea? In-Reply-To: References: Message-ID: Hi, iframe? ^^ From dmitry.dulepov at gmail.com Wed Oct 3 13:24:23 2012 From: dmitry.dulepov at gmail.com (Dmitry Dulepov) Date: Wed, 03 Oct 2012 15:24:23 +0400 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: Hi! Georg Ringer wrote: > true. > > however I still prefer for myself using gerrit too as it doesn't cost > much time and it is an additional place to check if I commited really > the things I wanted to do. Ah, well... I prefer low level tools (terminal, vim, git command line) :) Gerrit is ok but it somestimes behaves erratically. I just do git log, git diff --cached or git diff between revisions. I think it is just a question of habits :) -- Dmitry Dulepov Simplicity will save the world. From ernst at cron-it.de Wed Oct 3 15:46:00 2012 From: ernst at cron-it.de (Ernesto Baschny [cron IT]) Date: Wed, 03 Oct 2012 15:46:00 +0200 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: Dmitry Dulepov schrieb am 03.10.2012 13:24: > Georg Ringer wrote: >> true. >> >> however I still prefer for myself using gerrit too as it doesn't cost >> much time and it is an additional place to check if I commited really >> the things I wanted to do. > > Ah, well... I prefer low level tools (terminal, vim, git command line) > :) Gerrit is ok but it somestimes behaves erratically. I just do git > log, git diff --cached or git diff between revisions. > > I think it is just a question of habits :) Dmitry, so right! And while we are sharing our habits: I don't know how I could live without: git add -p before.. It's so cool to select the exact hunks to add, and even being able to split up a bigger hunk into smaller chunks. If you haven't used it, try it and you won't look back! Cheers, Ernesto From typo3 at kay-strobach.de Wed Oct 3 17:45:34 2012 From: typo3 at kay-strobach.de (Kay Strobach) Date: Wed, 03 Oct 2012 17:45:34 +0200 Subject: [TYPO3-dev] Perl -> CLI -> PHP -> Extbase.. good idea? In-Reply-To: References: Message-ID: Am 03.10.2012 12:32, schrieb Georg Ringer: > Hi, > > iframe? ^^ > ++ 1 avoid the cli handler, this way you may write a simple session sharing tool to use the same session :D Regards Kay -- http://www.kay-strobach.de - Open Source Rocks TYPO3 .... inspiring people to share! Get involved: http://typo3.org Answer was useful - feel free to donate: - https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2 - https://flattr.com/profile/kaystrobach From steffen.gebert at typo3.org Wed Oct 3 20:48:36 2012 From: steffen.gebert at typo3.org (Steffen Gebert) Date: Wed, 03 Oct 2012 20:48:36 +0200 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Yes, others can push patches. And look.. you've got three already ;-) https://review.typo3.org/#/q/status:open+project:TYPO3v4/Extensions/realurl,n,z Kind regards Steffen - -- Steffen Gebert TYPO3 v4 Core Team Member TYPO3 Server Administration Team Member TYPO3 .... inspiring people to share! Get involved: http://typo3.org I work for TYPO3 solely in my spare time. If you think that my work helps you running your business, you are invited to send me a donation via PayPal to this email address. Thanks On 10/3/12 8:53 AM, Dmitry Dulepov wrote: > Hi! > > Steffen Gebert wrote: >> To make the confusion perfect: You're using Gerrit :) >> >> But you have permissions to bypass reviews (this allows you to push to >> refs/heads/*, not only to refs/for/*). > > Ok, good to know. So other people could still push to refs/for/* and I > could check their patches through Gerrit, right? This would be a clever > setup! > -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQbIiEAAoJEIskG/rSlyw484sH/Arkc6+Im0ObhbFbb2ciEVLP 3jiC2G/d0qan7WOhKQUXMiMTmIH9osGuPZ+yQs4GfO94L41SpVDIUSbAyKWwba41 CCi2Xwch2NBmUwMoA1USuYnbNABDQkMD91MM24xP+lU3s6k+5MQbnA7wfMwhFBfc 5ct0Hf1Wy76WI8W4kUWu7q5bquecT0S52+BmhRXrzTVW9/hEMBD4Pg2/weXZ2d+b K4TklrrFCbwoWmeBiG3sikKl31r1Vz4DbLCcEL4kPOAlsOttsdrb4NALNF4KOMKI ZYWJphU05dIhfCDhV8CNBuiitKI87GvB1JRNF9vBuO5maIJe/AVb1GgaZcTFTyw= =0EF8 -----END PGP SIGNATURE----- From christian.weiske at netresearch.de Thu Oct 4 08:52:23 2012 From: christian.weiske at netresearch.de (Christian Weiske) Date: Thu, 4 Oct 2012 08:52:23 +0200 Subject: [TYPO3-dev] Change calling order of hooks References: Message-ID: Hello Xavier, > > I have to make sure that my new hook is called *after* all the > > other "render-preProcess" hooks. How can I do that? > make sure your extension is loaded *after* the other one by setting > 'priority' => 'top', // 'bottom' > in your ext_emconf.php. Thanks, that's exactly what I neede! -- Regards/Mit freundlichen Gr??en Christian Weiske -= Geeking around in the name of science since 1982 =- From christian.weiske at netresearch.de Thu Oct 4 09:07:57 2012 From: christian.weiske at netresearch.de (Christian Weiske) Date: Thu, 4 Oct 2012 09:07:57 +0200 Subject: [TYPO3-dev] Hook to modify additionalHeaderData of uncached extensions Message-ID: Hi, I have the need to modify additionalHeaderData inserted by uncached plugin (USER_INT). For cached extensions and TypoScript code, this is trivial: One can register a hook at $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_pagerenderer.php']['render-preProcess'] that allows you to modify the data easily. Unfortunately, no such thing exists for uncached extensions, whose header data get assembled into the page in > typo3/sysext/cms/tslib/class.tslib_fe.php > function INTincScript() I'd like to add a hook there, just before the str_replace() calls. Is that sensible, or is there another way of changing the additional header data of uncached plugins? -- Regards/Mit freundlichen Gr??en Christian Weiske -= Geeking around in the name of science since 1982 =- From dmitry.dulepov at gmail.com Thu Oct 4 09:28:29 2012 From: dmitry.dulepov at gmail.com (Dmitry Dulepov) Date: Thu, 04 Oct 2012 11:28:29 +0400 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: Hi! Ernesto Baschny [cron IT] wrote: > Dmitry, so right! > > And while we are sharing our habits: I don't know how I could live without: > > git add -p > > before.. It's so cool to select the exact hunks to add, and even being > able to split up a bigger hunk into smaller chunks. If you haven't used > it, try it and you won't look back! Oho, I did not know about that! Thank you very much for this option. I think I'll always use it from now on. It will save me a separate git diff each time. :) -- Dmitry Dulepov Simplicity will save the world. From dmitry.dulepov at gmail.com Thu Oct 4 09:29:23 2012 From: dmitry.dulepov at gmail.com (Dmitry Dulepov) Date: Thu, 04 Oct 2012 11:29:23 +0400 Subject: [TYPO3-dev] RealURL bug tracker goes to Forge In-Reply-To: References: Message-ID: Hi! Steffen Gebert wrote: > Yes, others can push patches. > > And look.. you've got three already ;-) > https://review.typo3.org/#/q/status:open+project:TYPO3v4/Extensions/realurl,n,z That's nice :) I'll have a look to them either tomorrow or next week (depends on work at work). -- Dmitry Dulepov Simplicity will save the world. From tomasnorre at gmail.com Thu Oct 4 11:23:22 2012 From: tomasnorre at gmail.com (Tomas Norre Mikkelsen) Date: Thu, 04 Oct 2012 11:23:22 +0200 Subject: [TYPO3-dev] EXT: Database updates - CREATE OR REPLACE VIEW Message-ID: Hi, When installing my extension, there is several CREATE TABLE statements, but i also got some CREATE OR REPLACE VIEW statements: CREATE OR REPLACE VIEW offers AS SELECT * FROM tx_niaaldestinations_offers_1; CREATE OR REPLACE VIEW offers_transport AS SELECT * FROM tx_niaaldestinations_offers_transports_1; Any reasons why they aren't shown in Database updates in Extension Manager? Are they left out intentionally or is it a bug? I Also got problems with my foreign keys, they are shown as updates, but newer removed cause they will not succeed. ALTER TABLE tx_niaaldestinations_offers_1 ADD FOREIGN KEY (destinations_id) REFERENCES tx_niaaldestinations_destination(uid) ON DELETE CASCADE; When copy/paste the exact line of SQL to eg. phpmyadmin, the SQL works fine. Hints on that ?? -- Venlig Hilsen / Best Regards Tomas Norre Mikkelsen Tomasnorre at gmail.com TYPO3 Developer @netimage.dk TYPO3 Profile: http://forge.typo3.org/users/4289 Follow me at twitter Twitter.com/tomasnorre From jigal.van.hemert at typo3.org Thu Oct 4 11:58:13 2012 From: jigal.van.hemert at typo3.org (Jigal van Hemert) Date: Thu, 04 Oct 2012 11:58:13 +0200 Subject: [TYPO3-dev] EXT: Database updates - CREATE OR REPLACE VIEW In-Reply-To: References: Message-ID: Hi, On 4-10-2012 11:23, Tomas Norre Mikkelsen wrote: > Any reasons why they aren't shown in Database updates in Extension > Manager? Are they left out intentionally or is it a bug? Because TYPO3 has to be able to use several DBMS a subset of SQL is supported. Views and foreign keys are not in the supported statements and functions. The EM and Install Tool analyse the fields in the database and compare it to the contents of the ext_tables.sql file. The differences will be offered as statements for updates. -- Jigal van Hemert TYPO3 CMS Core Team member TYPO3 .... inspiring people to share! Get involved: typo3.org From jigal.van.hemert at typo3.org Thu Oct 4 12:07:05 2012 From: jigal.van.hemert at typo3.org (Jigal van Hemert) Date: Thu, 04 Oct 2012 12:07:05 +0200 Subject: [TYPO3-dev] Hook to modify additionalHeaderData of uncached extensions In-Reply-To: References: Message-ID: Hi, On 4-10-2012 9:07, Christian Weiske wrote: > I have the need to modify additionalHeaderData inserted by uncached > plugin (USER_INT). http://forge.typo3.org/issues/22273 For 6.0 you can use the usual functions in the pagerenderer. -- Jigal van Hemert TYPO3 CMS Core Team member TYPO3 .... inspiring people to share! Get involved: typo3.org From tomasnorre at gmail.com Thu Oct 4 12:52:47 2012 From: tomasnorre at gmail.com (Tomas Norre Mikkelsen) Date: Thu, 04 Oct 2012 12:52:47 +0200 Subject: [TYPO3-dev] EXT: Database updates - CREATE OR REPLACE VIEW In-Reply-To: References: Message-ID: On 10/04/2012 11:58 AM, Jigal van Hemert wrote: > Hi, > > On 4-10-2012 11:23, Tomas Norre Mikkelsen wrote: >> Any reasons why they aren't shown in Database updates in Extension >> Manager? Are they left out intentionally or is it a bug? > > Because TYPO3 has to be able to use several DBMS a subset of SQL is > supported. Views and foreign keys are not in the supported statements > and functions. > > The EM and Install Tool analyse the fields in the database and compare > it to the contents of the ext_tables.sql file. The differences will be > offered as statements for updates. > Thanks for your reply, makes sence ;) -- Venlig Hilsen / Best Regards Tomas Norre Mikkelsen Tomasnorre at gmail.com TYPO3 Developer @netimage.dk TYPO3 Profile: http://forge.typo3.org/users/4289 Follow me at twitter Twitter.com/tomasnorre From christian.weiske at netresearch.de Thu Oct 4 13:09:56 2012 From: christian.weiske at netresearch.de (Christian Weiske) Date: Thu, 4 Oct 2012 13:09:56 +0200 Subject: [TYPO3-dev] Hook to modify additionalHeaderData of uncached extensions References: Message-ID: Hello Jigal, > > I have the need to modify additionalHeaderData inserted by uncached > > plugin (USER_INT). > http://forge.typo3.org/issues/22273 > For 6.0 you can use the usual functions in the pagerenderer. This patch actually changes the method I'm talking of ("INTincScript()"), but does not add a hook for pre-render modifications to it. The code in the patch does not call executePreRenderHook(). Further, it calls > renderJavaScriptAndCssForProcessingOfUncachedContentObjects() *after* additionalHeaderData has been rendered into the page - so even if there was a hook in there, it would not help modifying additionalHeaderData before they get rendered. -- Regards/Mit freundlichen Gr??en Christian Weiske -= Geeking around in the name of science since 1982 =- From steffen.gebert at typo3.org Fri Oct 5 12:42:46 2012 From: steffen.gebert at typo3.org (Steffen Gebert) Date: Fri, 05 Oct 2012 12:42:46 +0200 Subject: [TYPO3-dev] Call for participation: 6.0 preparation meeting! In-Reply-To: References: Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, thanks for your participation. Let's meet on Tuesday, 9th of October at 8:00am (CEST). But where.. bigbluebutton? Google Hangout? Skype? Would be nice, if you could think about the work that should/would be done by your team and add it to the agenda: https://notes.typo3.org/p/6.0-meeting Kind regards Steffen - -- Steffen Gebert TYPO3 CMS Core Team Member TYPO3 Server Administration Team Member TYPO3 .... inspiring people to share! Get involved: http://typo3.org I work for TYPO3 solely in my spare time. If you think that my work helps you running your business, you are invited to send me a donation via PayPal to this email address. Thanks On 9/30/12 8:47 PM, Steffen Gebert wrote: > Dear teams of the TYPO3 community, > > the release of TYPO3 6.0 is near and there is still a lot to do! > > Different teams have different responsibilities, but we have one common > goal: Make 6.0 a great release! But therefore, we need your help! > > To distribute the work load and coordinate the efforts going on, we (*) > want to initiate an online meeting and want to invite your team to > participate. > > We kindly ask you to discuss inside your team as preparation not only > your tasks, but to also decide on one (max. two) delegate(s) to join the > meeting. > > We have set up an agenda with (possible) work packages for the different > teams. > https://notes.typo3.org/p/6.0-meeting > Feel free to put suggestions there! > > Please fill out the doodle until this Thursday (October 4th) evening: > http://doodle.com/9a5v6ruzgapmsn8z > > Looking forward to hear from you > > Yours > Steffen Gebert > -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQbrmmAAoJEIskG/rSlyw4DmwH/3i/lwJ+70B/mOJSBtVpoc8m /05wygQsWOxRSKTIM9bfuqNR0dTVyFnwPk0bAsFFpDTLE6hmk2RHGaRN2mE67R3K +2mxnD4o86mOHEDntf1lEXFNzLgJQzRc0lL5VwdXHcRfZ2vKFymbqLZTTtTsWd7R C4bOjL+C9P9sW82vHN1vJ5dRxdQinh5gKo7cJDBLJIJXStRH6vP2svukgXNX+5ai DGd7R/nBW4ZNBDwU3cf9eoWCI1ClC8khdWhUvhezGQrQF1p8K9HB4j2/fOIY9ick QGpKxxT3C6OgqCvRhGWLlof9nnaz5yzdA7NzEXmgzY4inCC3ARyaYacIparQoeA= =Pbsj -----END PGP SIGNATURE----- From BenjaminBeck at gmx.de Fri Oct 5 17:33:07 2012 From: BenjaminBeck at gmx.de (Benjamin Beck) Date: Fri, 5 Oct 2012 17:33:07 +0200 Subject: [TYPO3-dev] page in alternative language but not in default language In-Reply-To: References: Message-ID: hi all, is is possible to create a page for a alternative language that is not visible in the default language? if not, what could be a way to implement this feature - any suggestions? THX Benjamin On 05.10.2012, at 12:42, Steffen Gebert wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi all, > > thanks for your participation. > > Let's meet on Tuesday, 9th of October at 8:00am (CEST). > But where.. bigbluebutton? Google Hangout? Skype? > > Would be nice, if you could think about the work that should/would be > done by your team and add it to the agenda: > https://notes.typo3.org/p/6.0-meeting > > Kind regards > Steffen > > - -- > Steffen Gebert > TYPO3 CMS Core Team Member > TYPO3 Server Administration Team Member > > TYPO3 .... inspiring people to share! > Get involved: http://typo3.org > > I work for TYPO3 solely in my spare time. If you think that > my work helps you running your business, you are invited to > send me a donation via PayPal to this email address. Thanks > > On 9/30/12 8:47 PM, Steffen Gebert wrote: >> Dear teams of the TYPO3 community, >> >> the release of TYPO3 6.0 is near and there is still a lot to do! >> >> Different teams have different responsibilities, but we have one common >> goal: Make 6.0 a great release! But therefore, we need your help! >> >> To distribute the work load and coordinate the efforts going on, we (*) >> want to initiate an online meeting and want to invite your team to >> participate. >> >> We kindly ask you to discuss inside your team as preparation not only >> your tasks, but to also decide on one (max. two) delegate(s) to join the >> meeting. >> >> We have set up an agenda with (possible) work packages for the different >> teams. >> https://notes.typo3.org/p/6.0-meeting >> Feel free to put suggestions there! >> >> Please fill out the doodle until this Thursday (October 4th) evening: >> http://doodle.com/9a5v6ruzgapmsn8z >> >> Looking forward to hear from you >> >> Yours >> Steffen Gebert >> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG/MacGPG2 v2.0.18 (Darwin) > Comment: GPGTools - http://gpgtools.org > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iQEcBAEBAgAGBQJQbrmmAAoJEIskG/rSlyw4DmwH/3i/lwJ+70B/mOJSBtVpoc8m > /05wygQsWOxRSKTIM9bfuqNR0dTVyFnwPk0bAsFFpDTLE6hmk2RHGaRN2mE67R3K > +2mxnD4o86mOHEDntf1lEXFNzLgJQzRc0lL5VwdXHcRfZ2vKFymbqLZTTtTsWd7R > C4bOjL+C9P9sW82vHN1vJ5dRxdQinh5gKo7cJDBLJIJXStRH6vP2svukgXNX+5ai > DGd7R/nBW4ZNBDwU3cf9eoWCI1ClC8khdWhUvhezGQrQF1p8K9HB4j2/fOIY9ick > QGpKxxT3C6OgqCvRhGWLlof9nnaz5yzdA7NzEXmgzY4inCC3ARyaYacIparQoeA= > =Pbsj > -----END PGP SIGNATURE----- > _______________________________________________ > TYPO3-dev mailing list > TYPO3-dev at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev From BenjaminBeck at gmx.de Fri Oct 5 18:38:50 2012 From: BenjaminBeck at gmx.de (Benjamin Beck) Date: Fri, 5 Oct 2012 18:38:50 +0200 Subject: [TYPO3-dev] page in alternative language but not in default language In-Reply-To: References: Message-ID: found it!: http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/1.1.0/view/1/2/#id1227575 On 05.10.2012, at 17:33, Benjamin Beck wrote: > hi all, > > is is possible to create a page for a alternative language that is not visible in the default language? > > if not, what could be a way to implement this feature - any suggestions? > > > THX > Benjamin From steffen.gebert at typo3.org Fri Oct 5 19:21:54 2012 From: steffen.gebert at typo3.org (Steffen Gebert) Date: Fri, 05 Oct 2012 19:21:54 +0200 Subject: [TYPO3-dev] page in alternative language but not in default language In-Reply-To: References: Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 benjamin, would you please create a new thread, instead of replying to another one? Thanks! Kind regards Steffen - -- Steffen Gebert TYPO3 CMS Core Team Member TYPO3 Server Administration Team Member TYPO3 .... inspiring people to share! Get involved: http://typo3.org I work for TYPO3 solely in my spare time. If you think that my work helps you running your business, you are invited to send me a donation via PayPal to this email address. Thanks On 10/5/12 5:33 PM, Benjamin Beck wrote: > hi all, > > is is possible to create a page for a alternative language that is not visible in the default language? > > if not, what could be a way to implement this feature - any suggestions? > > > THX > Benjamin > > On 05.10.2012, at 12:42, Steffen Gebert wrote: > > Hi all, > > thanks for your participation. > > Let's meet on Tuesday, 9th of October at 8:00am (CEST). > But where.. bigbluebutton? Google Hangout? Skype? > > Would be nice, if you could think about the work that should/would be > done by your team and add it to the agenda: > https://notes.typo3.org/p/6.0-meeting > > Kind regards > Steffen > _______________________________________________ TYPO3-dev mailing list TYPO3-dev at lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQbxcyAAoJEIskG/rSlyw4fb0IAMMOTLSuxD+CeQL1J2xgsQ1P KRorXE1H3o5pQD8NlZKNe7TLYZAeyas3uP6nLldlXEfShyVDXdSAM8WJdynCcZ7a FUJs5MqoxW0Uttw8CDW0Kz2aSzcQs/DoLnVKdu0yYLjOhdnJWL8WzOWzKxR3Pf4z 0QzHAJBpGpFieXsEi7dv/JwBETb1XGyhxwFRp96zcZmF32GJQBYC96H5TjQ9Nl5w fxtaUIQbrXeJjBfsTmquESa2THHiwtrfJ0mYoOi1Y7EDya2yWnydrNEfGmbvb5LA dNMr7VoyJSR1rEdxW4aVRYHnuINOAw26Q8t+muJSGR9x22QpLUNvSCBCoHnBv4Q= =gDoK -----END PGP SIGNATURE----- From xescjp at gmail.com Mon Oct 8 10:02:41 2012 From: xescjp at gmail.com (Francesc Juliana) Date: Mon, 8 Oct 2012 10:02:41 +0200 Subject: [TYPO3-dev] Fwd: Reference api from other php program In-Reply-To: References: Message-ID: Hello everybody: In my job there is a typo3 4.0 version installed and running (I know one day we will must migrate in early version) We have developed a php application. From this external application we would like to access to fe_user email, groups,username, etc.. information Which would be the way to get that? Which files must I include to my php program in order to access typo3 fe_user information? Thanks in advance. xescjp From dmitry.dulepov at gmail.com Mon Oct 8 11:18:38 2012 From: dmitry.dulepov at gmail.com (Dmitry Dulepov) Date: Mon, 08 Oct 2012 13:18:38 +0400 Subject: [TYPO3-dev] Fwd: Reference api from other php program In-Reply-To: References: Message-ID: Hi! Francesc Juliana wrote: > In my job there is a typo3 4.0 version installed and running (I know one > day we will must migrate in early version) > We have developed a php application. From this external application we > would like to access to fe_user email, groups,username, etc.. information > Which would be the way to get that? > Which files must I include to my php program in order to access typo3 > fe_user information? The easiest for you is just to query that information directly from the TYPO3 database. -- Dmitry Dulepov Simplicity will save the world. From typo3 at kay-strobach.de Mon Oct 8 13:14:28 2012 From: typo3 at kay-strobach.de (Kay Strobach) Date: Mon, 08 Oct 2012 13:14:28 +0200 Subject: [TYPO3-dev] Fwd: Reference api from other php program In-Reply-To: References: Message-ID: > The easiest for you is just to query that information directly from the > TYPO3 database. Otherwise you may look into the bootstrap files, and need to bootstrap the CMS parts needed. Regards Kay -- http://www.kay-strobach.de - Open Source Rocks TYPO3 .... inspiring people to share! Get involved: http://typo3.org Answer was useful - feel free to donate: - https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2 - https://flattr.com/profile/kaystrobach From steffen.liebig at gmx.de Mon Oct 8 17:39:39 2012 From: steffen.liebig at gmx.de (Steffen Liebig) Date: Mon, 08 Oct 2012 17:39:39 +0200 Subject: [TYPO3-dev] extension builder (extbase/fluid), problem with combining data over 2 tables Message-ID: Hello there everyone, I'm trying to develop an own extension to show club data separating clubs into a by-district-list. Therefore I made up two tables - one for the clubs and one for the districts (categories) - plus a 1:n-relation meaning that every club can be in an exactly one district (surely many clubs in the same district as well). The output should show up like this: District I District II/III District IV.....V.....VI Thistown Therevillage but the best I get is this: Tx_Clubdaten_Domain_Model_Kategorie:4 Thistown Tx_Clubdaten_Domain_Model_Kategorie:3 Therevillage . . . So the result means that the extension only selects and shows the uiD of the category (suiting query can't be found), not it's name and not in the least as a separated list. None of my attempts to put something like "...{kategorie.name} with or without list-tags added to the "vereine"-template has worked. Copying the list-function from one controller to the other to extend the "clubs"-controller failed into a warning. Unfortunately, as a non-programmer, I gotta few problems with the way things are handled via this new concept (controller, database, classes etc). Maybe that's a part of the reason. Even more unfortunately, I don't find a suiting extension fpor these needs which means I have to make it up on my own. Does anyone have an idea of how I can tell my extension to show a list of the specified kind ? Thx very much Steffen From fsu-lists at cobweb.ch Mon Oct 8 21:17:37 2012 From: fsu-lists at cobweb.ch (=?ISO-8859-1?Q?Fran=E7ois_Suter?=) Date: Mon, 08 Oct 2012 21:17:37 +0200 Subject: [TYPO3-dev] Call for participation: 6.0 preparation meeting! In-Reply-To: References: Message-ID: Hi, > We have set up an agenda with (possible) work packages for the different > teams. > https://notes.typo3.org/p/6.0-meeting > Feel free to put suggestions there! As none of the Doc Team members can attend, I have added a short summary of our status. I hope it is enough. If not, don't hesitate to ask for more details. Cheers -- Francois Suter Cobweb Development Sarl - http://www.cobweb.ch From m.bless at gmx.de Tue Oct 9 11:25:18 2012 From: m.bless at gmx.de (Martin Bless) Date: Tue, 09 Oct 2012 11:25:18 +0200 Subject: [TYPO3-dev] Call for participation: 6.0 preparation meeting! References: Message-ID: Hello Fran?ois >As none of the Doc Team members can attend, I have added a short summary >of our status. I hope it is enough. If not, don't hesitate to ask for >more details. I was happy to see you annotations. And I could join the meeting in the first half hour. We are a small, but active and visible team! Cheers! Martin -- Certified TYPO3 Integrator | TYPO3 Documentation Team Member http://mbless.de From helmut.hummel at typo3.org Tue Oct 9 12:41:58 2012 From: helmut.hummel at typo3.org (Helmut Hummel) Date: Tue, 09 Oct 2012 12:41:58 +0200 Subject: [TYPO3-dev] [TYPO3-core] New Release Schedule for TYPO3 CMS 6.0 Message-ID: Dear TYPO3 Community, The TYPO3 6.0 Release Candidate was scheduled to be released today. Since there are still some important open issues to solve[1] in our code base, which need to be solved to justify such a release, we decided to postpone both, the Release Candidate and the final Release for 4 weeks. This results in the following new release schedule: Release of TYPO3 6.0RC1: November, 6th Release of TYPO3 6.0 final: November, 27th Sorry for any inconvenience caused by this, but in the end this step was necessary to make the final TYPO3 6.0 as reliable as possible. Any help regarding the open issues[1] is highly appreciated. Kind regards, Helmut [1]https://notes.typo3.org/p/6mustHaves -- Helmut Hummel Release Manager TYPO3 6.0 TYPO3 Core Developer, TYPO3 Security Team Member TYPO3 .... inspiring people to share! Get involved: typo3.org From fsu-lists at cobweb.ch Tue Oct 9 17:37:51 2012 From: fsu-lists at cobweb.ch (=?ISO-8859-1?Q?Fran=E7ois_Suter?=) Date: Tue, 09 Oct 2012 17:37:51 +0200 Subject: [TYPO3-dev] Call for participation: 6.0 preparation meeting! In-Reply-To: References: Message-ID: Hi Steffen, > We have set up an agenda with (possible) work packages for the different > teams. > https://notes.typo3.org/p/6.0-meeting > Feel free to put suggestions there! As far as I can see, the notes are still notes. Are there minutes somewhere? Cheers -- Francois Suter Cobweb Development Sarl - http://www.cobweb.ch From F.Gerards at esolut.de Wed Oct 10 11:27:15 2012 From: F.Gerards at esolut.de (Frank Gerards) Date: Wed, 10 Oct 2012 11:27:15 +0200 Subject: [TYPO3-dev] Debugging TYPO3 with Zend Server CE / Zend Debugger Message-ID: Hi, for those of you working with Zend Studio etc., I added a little tutorial under http://wiki.typo3.org/Efficiently_Debugging_TYPO3#PDT_and_Zend_Server_Community_Edition to show you how I debug TYPO3 from within Zend Studio. Feel free to comment/extend that text J. Mit besten Gr??en aus M?nchen Frank Gerards B.Eng.Medienproduktion und -technik -------------------------------------------------------------------- esolut GmbH - individuelle Internet L?sungen Technical Consultant Tel.: +49-89-368179.31 http://www.esolut.de Osterwaldstr. 10, D-80805 M?nchen Gesch?ftsf?hrer: Dr. Rainer Miksch Sitz M?nchen, HRB 123046 From dmitry.dulepov at gmail.com Fri Oct 12 11:37:04 2012 From: dmitry.dulepov at gmail.com (Dmitry Dulepov) Date: Fri, 12 Oct 2012 13:37:04 +0400 Subject: [TYPO3-dev] Gerrit dependency error Message-ID: Hi! I uploaded a new patch to one issue and suddenly getting a error in Gerrit for a totally different issue (https://review.typo3.org/#/c/15508/5): "Change depends on 1 outdated change(s) and should be rebased on the latest patch sets." What does this mean and how do I handle it? Changes are independent code-wise. -- Dmitry Dulepov Simplicity will save the world. From tollepjaer at gmail.com Fri Oct 12 11:42:26 2012 From: tollepjaer at gmail.com (Mattias Nilsson) Date: Fri, 12 Oct 2012 11:42:26 +0200 Subject: [TYPO3-dev] Gerrit dependency error In-Reply-To: References: Message-ID: Hi, Have you been doing code changes in your checked out branch from Gerrit which is this: https://review.typo3.org/#/c/15508/5 ? Try migrating the changes to an up to date branch (for example master) then commit them again. /Mattias On Fri, Oct 12, 2012 at 11:37 AM, Dmitry Dulepov wrote: > Hi! > > I uploaded a new patch to one issue and suddenly getting a error in Gerrit > for a totally different issue (https://review.typo3.org/#/c/**15508/5): > "Change depends on 1 outdated change(s) and should be rebased on the latest > patch sets." > > What does this mean and how do I handle it? > > Changes are independent code-wise. > > -- > Dmitry Dulepov > > Simplicity will save the world. > > ______________________________**_________________ > TYPO3-dev mailing list > TYPO3-dev at lists.typo3.org > http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-dev > From dmitry.dulepov at gmail.com Fri Oct 12 11:50:57 2012 From: dmitry.dulepov at gmail.com (Dmitry Dulepov) Date: Fri, 12 Oct 2012 13:50:57 +0400 Subject: [TYPO3-dev] Gerrit dependency error In-Reply-To: References: Message-ID: Hi! Mattias Nilsson wrote: > Have you been doing code changes in your checked out branch from Gerrit > which is this: https://review.typo3.org/#/c/15508/5 ? Try migrating the > changes to an up to date branch (for example master) then commit them again. No, I didn't. I never did work on this issue and I always checkout to a freshly created branch. I worked on the issue, which is displayed in red on that page. -- Dmitry Dulepov Simplicity will save the world. From philipp.gampe at typo3.org Fri Oct 12 12:12:58 2012 From: philipp.gampe at typo3.org (Philipp Gampe) Date: Fri, 12 Oct 2012 12:12:58 +0200 Subject: [TYPO3-dev] Gerrit dependency error References: Message-ID: Hi Dmitry Dulepov, Dmitry Dulepov wrote: > I uploaded a new patch to one issue and suddenly getting a error in Gerrit > for a totally different issue (https://review.typo3.org/#/c/15508/5): > "Change depends on 1 outdated change(s) and should be rebased on the > latest patch sets." > > What does this mean and how do I handle it? > > Changes are independent code-wise. Most likely you accidentally pulled both on top of each other and then pushed both at the same time. To fix this, you have to pull both of them on a fresh (up-to-date) master branch and push them again. I can do this for you if you like, just send me a note. Best regards -- Philipp Gampe ? PGP-Key 0AD96065 ? TYPO3 UG Bonn/K?ln Documentation ? linkvalidator TYPO3 .... inspiring people to share! From dmitry.dulepov at gmail.com Fri Oct 12 12:38:45 2012 From: dmitry.dulepov at gmail.com (Dmitry Dulepov) Date: Fri, 12 Oct 2012 14:38:45 +0400 Subject: [TYPO3-dev] Gerrit dependency error In-Reply-To: References: Message-ID: Hi! Philipp Gampe wrote: > Most likely you accidentally pulled both on top of each other and then > pushed both at the same time. Nothing of that. I did like this: - went to the first issue and copied its cherry-pick shell code - created a new local branch - cherry-picked the first change - edited/committed/pusged to its topic branch - switched to local master - deleted the first branch - went to the second issue and saw that red text I always create a new local branch for each issue and always delete it after committing. -- Dmitry Dulepov Simplicity will save the world. From philipp.gampe at typo3.org Fri Oct 12 12:55:30 2012 From: philipp.gampe at typo3.org (Philipp Gampe) Date: Fri, 12 Oct 2012 12:55:30 +0200 Subject: [TYPO3-dev] Gerrit dependency error References: Message-ID: Hi Dmitry, Dmitry Dulepov wrote: > I always create a new local branch for each issue and always delete it > after committing. Perfect. And of course it wasn't you :D It was Steffen who pushed both changes at the same time (Patchset 5 and Patchset 2, both at 12:40 pm). Once you updated the base patch, you pushed it without the (new) dependency (as it should have been). Gerrit noticed that and has send you a warning. What is left, is to push the failing change again to remove the dependency. Cheers -- Philipp Gampe ? PGP-Key 0AD96065 ? TYPO3 UG Bonn/K?ln Documentation ? linkvalidator TYPO3 .... inspiring people to share! From dmitry.dulepov at gmail.com Fri Oct 12 13:48:41 2012 From: dmitry.dulepov at gmail.com (Dmitry Dulepov) Date: Fri, 12 Oct 2012 15:48:41 +0400 Subject: [TYPO3-dev] Gerrit dependency error In-Reply-To: References: Message-ID: Hi! Philipp Gampe wrote: > Once you updated the base patch, you pushed it without the (new) dependency > (as it should have been). Gerrit noticed that and has send you a warning. > What is left, is to push the failing change again to remove the dependency. I just pushed now unmodified previous patch and it has no error any more. Thank you for the hint :) -- Dmitry Dulepov Simplicity will save the world. From typo3 at ndh-websolutions.de Sat Oct 13 10:03:10 2012 From: typo3 at ndh-websolutions.de (Nicolas de Haen) Date: Sat, 13 Oct 2012 10:03:10 +0200 Subject: [TYPO3-dev] Announcement: 2nd CodeSprint Freiburg in November Message-ID: Hi, as described in http://wiki.typo3.org/Code_Sprint_2_Freiburg_2012 we will have another CodeSprint in Freiburg in the beginning of November. We would like to see as many as possible developers and contributors, so please consider to join us. If you are not sure if or what you can contribute don't hesitate to contact me One big aim is, to bring the new Package/ExtensionBuilder a big step forward, so that we might be able to have a first alpha release still in this year. But of course all other kind of contributions to TYPO3 projects are welcome (and sponsors also of course!) -- Nico de Haen ndh websolutions Webprogrammierung, OpenSource, Typo3 http://www.ndh-websolutions.de From typo3ml at schams.net Mon Oct 15 11:47:44 2012 From: typo3ml at schams.net (Michael) Date: Mon, 15 Oct 2012 20:47:44 +1100 Subject: [TYPO3-dev] Fwd: Reference api from other php program In-Reply-To: References: Message-ID: On 08/10/12 22:14, Kay Strobach wrote: >> The easiest for you is just to query that information directly from the >> TYPO3 database. > > Otherwise you may look into the bootstrap files, and need to bootstrap > the CMS parts needed. Depending on the type and amount of data, I would consider writing a simple extension that returns the data sets in a structured format (e.g. XML, CSV, JSON or whatever) via http (e.g. as an eID call). You need to ensure that only your application may access the data to prevent information disclosure but the solution would also have the advantage that in theory you could separate both applications and run them on different servers in the future for example. Again, it really depends on what exactly your requirements are but in general I would be reluctant to include files from the Core or to access the TYPO3 CMS database directly if not absolutely necessary. Cheers Michael From oliver.salzburg at gmail.com Mon Oct 15 11:49:16 2012 From: oliver.salzburg at gmail.com (Oliver Salzburg) Date: Mon, 15 Oct 2012 11:49:16 +0200 Subject: [TYPO3-dev] extension builder (extbase/fluid), problem with combining data over 2 tables In-Reply-To: References: Message-ID: On 2012-10-08 17:39, Steffen Liebig wrote: > Hello there everyone, > > I'm trying to develop an own extension to show club data separating > clubs into a by-district-list. Therefore I made up two tables - one for > the clubs and one for the districts (categories) - plus a 1:n-relation > meaning that every club can be in an exactly one district (surely many > clubs in the same district as well). > > The output should show up like this: > > District I District II/III District IV.....V.....VI > Thistown > Therevillage > > but the best I get is this: > > Tx_Clubdaten_Domain_Model_Kategorie:4 Thistown > Tx_Clubdaten_Domain_Model_Kategorie:3 Therevillage > . > . > . > > So the result means that the extension only selects and shows the uiD of > the category (suiting query can't be found), not it's name and not in > the least as a separated list. > > None of my attempts to put something like " "kategorie">...{kategorie.name} > with or without list-tags added to the "vereine"-template has worked. > > Copying the list-function from one controller to the other to extend the > "clubs"-controller failed into a warning. Unfortunately, as a > non-programmer, I gotta few problems with the way things are handled via > this new concept (controller, database, classes etc). Maybe that's a > part of the reason. > > Even more unfortunately, I don't find a suiting extension fpor these > needs which means I have to make it up on my own. Does anyone have an > idea of how I can tell my extension to show a list of the specified kind ? > > Thx very much > > Steffen Just FYI, the Extbase Kickstarter has its own mailing list (typo3.projects.extbase-kickstarter). You might have more luck there. From oliver.salzburg at gmail.com Mon Oct 15 11:49:24 2012 From: oliver.salzburg at gmail.com (Oliver Salzburg) Date: Mon, 15 Oct 2012 11:49:24 +0200 Subject: [TYPO3-dev] extension builder (extbase/fluid), problem with combining data over 2 tables In-Reply-To: References: Message-ID: On 2012-10-08 17:39, Steffen Liebig wrote: > Hello there everyone, > > I'm trying to develop an own extension to show club data separating > clubs into a by-district-list. Therefore I made up two tables - one for > the clubs and one for the districts (categories) - plus a 1:n-relation > meaning that every club can be in an exactly one district (surely many > clubs in the same district as well). > > The output should show up like this: > > District I District II/III District IV.....V.....VI > Thistown > Therevillage > > but the best I get is this: > > Tx_Clubdaten_Domain_Model_Kategorie:4 Thistown > Tx_Clubdaten_Domain_Model_Kategorie:3 Therevillage > . > . > . > > So the result means that the extension only selects and shows the uiD of > the category (suiting query can't be found), not it's name and not in > the least as a separated list. > > None of my attempts to put something like " "kategorie">...{kategorie.name} > with or without list-tags added to the "vereine"-template has worked. > > Copying the list-function from one controller to the other to extend the > "clubs"-controller failed into a warning. Unfortunately, as a > non-programmer, I gotta few problems with the way things are handled via > this new concept (controller, database, classes etc). Maybe that's a > part of the reason. > > Even more unfortunately, I don't find a suiting extension fpor these > needs which means I have to make it up on my own. Does anyone have an > idea of how I can tell my extension to show a list of the specified kind ? > > Thx very much > > Steffen Just FYI, the Extbase Kickstarter has its own mailing list (typo3.projects.extbase-kickstarter). You might have more luck there. From steffen.liebig at gmx.de Mon Oct 15 14:11:58 2012 From: steffen.liebig at gmx.de (Steffen Liebig) Date: Mon, 15 Oct 2012 14:11:58 +0200 Subject: [TYPO3-dev] extension builder (extbase/fluid), problem with combining data over 2 tables In-Reply-To: References: Message-ID: ok thx... scheint als k?nnten wir deutsch miteinander reden: ich bin hier ?ber meinen Mailclient und hab einige Kategorien abonniert. Die List f?r den kickstarter hab ich nicht in der Auswahl, das werd ich dann mal erg?nzen bzw schauen ob ichs abrufbar finde :-). Am 15.10.2012 11:49, schrieb Oliver Salzburg: > On 2012-10-08 17:39, Steffen Liebig wrote: >> Hello there everyone, >> >> I'm trying to develop an own extension to show club data separating >> clubs into a by-district-list. Therefore I made up two tables - one for >> the clubs and one for the districts (categories) - plus a 1:n-relation >> meaning that every club can be in an exactly one district (surely many >> clubs in the same district as well). >> >> The output should show up like this: >> >> District I District II/III District IV.....V.....VI >> Thistown >> Therevillage >> >> but the best I get is this: >> >> Tx_Clubdaten_Domain_Model_Kategorie:4 Thistown >> Tx_Clubdaten_Domain_Model_Kategorie:3 Therevillage >> . >> . >> . >> >> So the result means that the extension only selects and shows the uiD of >> the category (suiting query can't be found), not it's name and not in >> the least as a separated list. >> >> None of my attempts to put something like "> "kategorie">...{kategorie.name} >> with or without list-tags added to the "vereine"-template has worked. >> >> Copying the list-function from one controller to the other to extend the >> "clubs"-controller failed into a warning. Unfortunately, as a >> non-programmer, I gotta few problems with the way things are handled via >> this new concept (controller, database, classes etc). Maybe that's a >> part of the reason. >> >> Even more unfortunately, I don't find a suiting extension fpor these >> needs which means I have to make it up on my own. Does anyone have an >> idea of how I can tell my extension to show a list of the specified kind ? >> >> Thx very much >> >> Steffen > > Just FYI, the Extbase Kickstarter has its own mailing list > (typo3.projects.extbase-kickstarter). You might have more luck there. From jigal.van.hemert at typo3.org Mon Oct 15 14:15:58 2012 From: jigal.van.hemert at typo3.org (Jigal van Hemert) Date: Mon, 15 Oct 2012 14:15:58 +0200 Subject: [TYPO3-dev] extension builder (extbase/fluid), problem with combining data over 2 tables In-Reply-To: References: Message-ID: Hi, On 15-10-2012 14:11, Steffen Liebig wrote: > scheint als k?nnten wir deutsch miteinander reden: This is a public list and the language is English. People search the list archives for information. Please stick to English. -- Jigal van Hemert TYPO3 Core Team member TYPO3 .... inspiring people to share! Get involved: typo3.org From schaufelREMOVE-MEberger at punkt.de Tue Oct 16 12:31:30 2012 From: schaufelREMOVE-MEberger at punkt.de (Simon Schaufelberger (Schaufi)) Date: Tue, 16 Oct 2012 12:31:30 +0200 Subject: [TYPO3-dev] 4.5: Backend layout selector In-Reply-To: References: Message-ID: I have a related problem to this one. I HAVE set icons to the items in the dropdown. They worked with TYPO3 4.4 but in TYPO3 4.5 i get the red "error icons". WHY? see attached screenshot. this is my TCA in typo3conf/extTables.php: t3lib_div::loadTCA('pages'); $GLOBALS['TCA']['pages']['columns']['layout']['config']['items'] = array( array('Label 1', 0, '../../fileadmin/icon_pages_layout_3col.png'), array('Label 2', 1, '../../fileadmin/icon_pages_layout_2col.png'), ); -- Kind regards, Schaufi from punkt.de From typo3 at thomasnu.ch Tue Oct 16 13:55:25 2012 From: typo3 at thomasnu.ch (Thomas Nussbaumer) Date: Tue, 16 Oct 2012 13:55:25 +0200 Subject: [TYPO3-dev] 4.5: Backend layout selector In-Reply-To: References: Message-ID: It takes some time until the icons appear. Do not know why (cache?). Am 16.10.2012 12:31, schrieb Simon Schaufelberger (Schaufi): > I have a related problem to this one. I HAVE set icons to the items in > the dropdown. They worked with TYPO3 4.4 but in TYPO3 4.5 i get the red > "error icons". WHY? > > see attached screenshot. > > this is my TCA in typo3conf/extTables.php: > > t3lib_div::loadTCA('pages'); > > $GLOBALS['TCA']['pages']['columns']['layout']['config']['items'] = array( > array('Label 1', 0, '../../fileadmin/icon_pages_layout_3col.png'), > array('Label 2', 1, '../../fileadmin/icon_pages_layout_2col.png'), > ); > From schaufelREMOVE-MEberger at punkt.de Tue Oct 16 14:08:57 2012 From: schaufelREMOVE-MEberger at punkt.de (Simon Schaufelberger (Schaufi)) Date: Tue, 16 Oct 2012 14:08:57 +0200 Subject: [TYPO3-dev] 4.5: Backend layout selector In-Reply-To: References: Message-ID: i have deleted all the typo3temp things but the icon is still not showing up and it's not the browser cache since the css class would be different. Am 16.10.2012 13:55, schrieb Thomas Nussbaumer: > It takes some time until the icons appear. Do not know why (cache?). > > Am 16.10.2012 12:31, schrieb Simon Schaufelberger (Schaufi): >> I have a related problem to this one. I HAVE set icons to the items in >> the dropdown. They worked with TYPO3 4.4 but in TYPO3 4.5 i get the red >> "error icons". WHY? >> >> see attached screenshot. >> >> this is my TCA in typo3conf/extTables.php: >> >> t3lib_div::loadTCA('pages'); >> >> $GLOBALS['TCA']['pages']['columns']['layout']['config']['items'] = array( >> array('Label 1', 0, '../../fileadmin/icon_pages_layout_3col.png'), >> array('Label 2', 1, '../../fileadmin/icon_pages_layout_2col.png'), >> ); >> > -- Kind regards, Schaufi from punkt.de From typo3 at thomasnu.ch Tue Oct 16 14:40:50 2012 From: typo3 at thomasnu.ch (Thomas Nussbaumer) Date: Tue, 16 Oct 2012 14:40:50 +0200 Subject: [TYPO3-dev] 4.5: Backend layout selector In-Reply-To: References: Message-ID: It took me even up to a week. I've tried everything! Wait and see (;-) Am 16.10.2012 14:08, schrieb Simon Schaufelberger (Schaufi): > i have deleted all the typo3temp things but the icon is still not > showing up and it's not the browser cache since the css class would be > different. > > Am 16.10.2012 13:55, schrieb Thomas Nussbaumer: >> It takes some time until the icons appear. Do not know why (cache?). >> >> Am 16.10.2012 12:31, schrieb Simon Schaufelberger (Schaufi): >>> I have a related problem to this one. I HAVE set icons to the items in >>> the dropdown. They worked with TYPO3 4.4 but in TYPO3 4.5 i get the red >>> "error icons". WHY? >>> >>> see attached screenshot. >>> >>> this is my TCA in typo3conf/extTables.php: >>> >>> t3lib_div::loadTCA('pages'); >>> >>> $GLOBALS['TCA']['pages']['columns']['layout']['config']['items'] = array( >>> array('Label 1', 0, '../../fileadmin/icon_pages_layout_3col.png'), >>> array('Label 2', 1, '../../fileadmin/icon_pages_layout_2col.png'), >>> ); >>> >> > From schaufelREMOVE-MEberger at punkt.de Tue Oct 16 14:48:55 2012 From: schaufelREMOVE-MEberger at punkt.de (Simon Schaufelberger (Schaufi)) Date: Tue, 16 Oct 2012 14:48:55 +0200 Subject: [TYPO3-dev] 4.5: Backend layout selector In-Reply-To: References: Message-ID: nothing just changes from time to time. i was debugging the things and ended up in method getIcon() in class.t3lib_tceforms.php. then i saw tha the paths have changed. i removed one "../" and now i have the icons back again! Am 16.10.2012 14:40, schrieb Thomas Nussbaumer: > It took me even up to a week. I've tried everything! Wait and see (;-) > > > Am 16.10.2012 14:08, schrieb Simon Schaufelberger (Schaufi): >> i have deleted all the typo3temp things but the icon is still not >> showing up and it's not the browser cache since the css class would be >> different. >> >> Am 16.10.2012 13:55, schrieb Thomas Nussbaumer: >>> It takes some time until the icons appear. Do not know why (cache?). >>> >>> Am 16.10.2012 12:31, schrieb Simon Schaufelberger (Schaufi): >>>> I have a related problem to this one. I HAVE set icons to the items in >>>> the dropdown. They worked with TYPO3 4.4 but in TYPO3 4.5 i get the red >>>> "error icons". WHY? >>>> >>>> see attached screenshot. >>>> >>>> this is my TCA in typo3conf/extTables.php: >>>> >>>> t3lib_div::loadTCA('pages'); >>>> >>>> $GLOBALS['TCA']['pages']['columns']['layout']['config']['items'] = >>>> array( >>>> array('Label 1', 0, '../../fileadmin/icon_pages_layout_3col.png'), >>>> array('Label 2', 1, '../../fileadmin/icon_pages_layout_2col.png'), >>>> ); >>>> >>> >> > -- Kind regards, Schaufi from punkt.de From xavier at typo3.org Tue Oct 16 16:14:09 2012 From: xavier at typo3.org (Xavier Perseguers) Date: Tue, 16 Oct 2012 16:14:09 +0200 Subject: [TYPO3-dev] [TYPO3-english] Announcing TYPO3 4.5.20, 4.6.13 and 4.7.5 Message-ID: Dear TYPO3 World, The TYPO3 community has just released TYPO3 versions 4.5.20, 4.6.13 and 4.7.5 which are now ready for you to download. All versions are maintenance releases and contain bug fixes only. The package can be downloaded here: The packages can be downloaded here: http://typo3.org/download/ For details about the release, please see: http://typo3.org/news/article/typo3-cms-4520-4613-and-475-released/ MD5 checksums: c846723081bc19a05580ca65e8be7577 blankpackage-4.5.20.tar.gz ea738eb578c1d4d753a01e41ab2bdc90 blankpackage-4.5.20.zip 8f7868cfa678f6e3d0aa800447f69106 dummy-4.5.20.tar.gz 10d5f3488b61868b903ef20646949ba4 dummy-4.5.20.zip 9114666fbc580b972832d662a88ce242 introductionpackage-4.5.20.tar.gz b6926b33cfd8f8d5e92b597e812ec2bf introductionpackage-4.5.20.zip e1d2588888121f2351e56d96c6408be4 typo3_src+dummy-4.5.20.zip 67c0906d065ec2f5cbacf6bce6253472 typo3_src-4.5.20.tar.gz 7e95fb3de385f8f0ecf78b8bcca065be typo3_src-4.5.20.zip aba60a184cfa39af788faeaa8b0533aa blankpackage-4.6.13.tar.gz dbc45a3f829c69d077ab566bdf18b158 blankpackage-4.6.13.zip 0b99a95404ab92dd3ce2ee36cda30236 dummy-4.6.13.tar.gz 5985f97fdb4e590e2a14ddf44dda80e2 dummy-4.6.13.zip fea6dba635c75f8b1d64b3bbb120719b typo3_src+dummy-4.6.13.zip 14fffca142718b458909e2a072bc4f2c typo3_src-4.6.13.tar.gz 7595c4dfdd55e82c5b517f90aed62983 typo3_src-4.6.13.zip d4e0768eded10a55599db782d4906367 blankpackage-4.7.5.tar.gz 5a8adbb542cd1832f095ea255dbdb692 blankpackage-4.7.5.zip 5eea55fe86be00f1964d2fd018dfba2f dummy-4.7.5.tar.gz 66ad2185d851803d4a7d1945dc2e4e4a dummy-4.7.5.zip 58fc550fdb2b28386d6e92ba46136185 governmentpackage-4.7.5.tar.gz ab3d89e817c579649828990793e816b2 governmentpackage-4.7.5.zip 8cb06fdd777542b162abad1f865e1920 introductionpackage-4.7.5.tar.gz c9e57817cbb826e68ad9561a318cd2ee introductionpackage-4.7.5.zip 351a1395484474c5faed8d1a7c94c13d typo3_src+dummy-4.7.5.zip 6f53ac4b1c8b4f51d0b9a32ac27099ef typo3_src-4.7.5.tar.gz a4eac135bcf9653e2a125999e0c9fa36 typo3_src-4.7.5.zip On behalf of the Release Team, I wish you much fun, Xavier -- Xavier Perseguers Release Manager TYPO3 4.6 TYPO3 .... inspiring people to share! Get involved: http://typo3.org From firma at sfroemken.de Tue Oct 16 16:18:30 2012 From: firma at sfroemken.de (=?ISO-8859-1?Q?Stefan_Fr=F6mken?=) Date: Tue, 16 Oct 2012 16:18:30 +0200 Subject: [TYPO3-dev] [TYPO3-english] Announcing TYPO3 4.5.20, 4.6.13 and 4.7.5 In-Reply-To: References: Message-ID: Is there a reason why there is no TYPO3 4.6.* release for the introduction package anymore? Am 16.10.2012 16:14, schrieb Xavier Perseguers: > Dear TYPO3 World, > > The TYPO3 community has just released TYPO3 versions 4.5.20, 4.6.13 and > 4.7.5 which are now ready for you to download. All versions are > maintenance releases and contain bug fixes only. > > The package can be downloaded here: > > The packages can be downloaded here: > http://typo3.org/download/ > > For details about the release, please see: > http://typo3.org/news/article/typo3-cms-4520-4613-and-475-released/ > > MD5 checksums: > > c846723081bc19a05580ca65e8be7577 blankpackage-4.5.20.tar.gz > ea738eb578c1d4d753a01e41ab2bdc90 blankpackage-4.5.20.zip > 8f7868cfa678f6e3d0aa800447f69106 dummy-4.5.20.tar.gz > 10d5f3488b61868b903ef20646949ba4 dummy-4.5.20.zip > 9114666fbc580b972832d662a88ce242 introductionpackage-4.5.20.tar.gz > b6926b33cfd8f8d5e92b597e812ec2bf introductionpackage-4.5.20.zip > e1d2588888121f2351e56d96c6408be4 typo3_src+dummy-4.5.20.zip > 67c0906d065ec2f5cbacf6bce6253472 typo3_src-4.5.20.tar.gz > 7e95fb3de385f8f0ecf78b8bcca065be typo3_src-4.5.20.zip > > aba60a184cfa39af788faeaa8b0533aa blankpackage-4.6.13.tar.gz > dbc45a3f829c69d077ab566bdf18b158 blankpackage-4.6.13.zip > 0b99a95404ab92dd3ce2ee36cda30236 dummy-4.6.13.tar.gz > 5985f97fdb4e590e2a14ddf44dda80e2 dummy-4.6.13.zip > fea6dba635c75f8b1d64b3bbb120719b typo3_src+dummy-4.6.13.zip > 14fffca142718b458909e2a072bc4f2c typo3_src-4.6.13.tar.gz > 7595c4dfdd55e82c5b517f90aed62983 typo3_src-4.6.13.zip > > d4e0768eded10a55599db782d4906367 blankpackage-4.7.5.tar.gz > 5a8adbb542cd1832f095ea255dbdb692 blankpackage-4.7.5.zip > 5eea55fe86be00f1964d2fd018dfba2f dummy-4.7.5.tar.gz > 66ad2185d851803d4a7d1945dc2e4e4a dummy-4.7.5.zip > 58fc550fdb2b28386d6e92ba46136185 governmentpackage-4.7.5.tar.gz > ab3d89e817c579649828990793e816b2 governmentpackage-4.7.5.zip > 8cb06fdd777542b162abad1f865e1920 introductionpackage-4.7.5.tar.gz > c9e57817cbb826e68ad9561a318cd2ee introductionpackage-4.7.5.zip > 351a1395484474c5faed8d1a7c94c13d typo3_src+dummy-4.7.5.zip > 6f53ac4b1c8b4f51d0b9a32ac27099ef typo3_src-4.7.5.tar.gz > a4eac135bcf9653e2a125999e0c9fa36 typo3_src-4.7.5.zip > > On behalf of the Release Team, I wish you much fun, > Xavier > From ernst at cron-it.de Tue Oct 16 19:00:26 2012 From: ernst at cron-it.de (Ernesto Baschny [cron IT]) Date: Tue, 16 Oct 2012 19:00:26 +0200 Subject: [TYPO3-dev] [TYPO3-english] Announcing TYPO3 4.5.20, 4.6.13 and 4.7.5 In-Reply-To: References: Message-ID: Hi, the intro package is only build for current stable branches - which is the 4.5 (LTS) and 4.7 - an for the current in development branch (6.0 - which hasn't had a release today). Reasoning is that noone will start a new site or try out TYPO3 based on a deprecated version, so it's not worth the effort of maintaining the master-site that holds the content for the intro package and packaging that on each patch level release. Cheers, Ernesto Stefan Fr?mken schrieb am 16.10.2012 16:18: > Is there a reason why there is no TYPO3 4.6.* release for the > introduction package anymore? > > Am 16.10.2012 16:14, schrieb Xavier Perseguers: >> Dear TYPO3 World, >> >> The TYPO3 community has just released TYPO3 versions 4.5.20, 4.6.13 and >> 4.7.5 which are now ready for you to download. All versions are >> maintenance releases and contain bug fixes only. >> >> The package can be downloaded here: >> >> The packages can be downloaded here: >> http://typo3.org/download/ >> >> For details about the release, please see: >> http://typo3.org/news/article/typo3-cms-4520-4613-and-475-released/ >> >> MD5 checksums: >> >> c846723081bc19a05580ca65e8be7577 blankpackage-4.5.20.tar.gz >> ea738eb578c1d4d753a01e41ab2bdc90 blankpackage-4.5.20.zip >> 8f7868cfa678f6e3d0aa800447f69106 dummy-4.5.20.tar.gz >> 10d5f3488b61868b903ef20646949ba4 dummy-4.5.20.zip >> 9114666fbc580b972832d662a88ce242 introductionpackage-4.5.20.tar.gz >> b6926b33cfd8f8d5e92b597e812ec2bf introductionpackage-4.5.20.zip >> e1d2588888121f2351e56d96c6408be4 typo3_src+dummy-4.5.20.zip >> 67c0906d065ec2f5cbacf6bce6253472 typo3_src-4.5.20.tar.gz >> 7e95fb3de385f8f0ecf78b8bcca065be typo3_src-4.5.20.zip >> >> aba60a184cfa39af788faeaa8b0533aa blankpackage-4.6.13.tar.gz >> dbc45a3f829c69d077ab566bdf18b158 blankpackage-4.6.13.zip >> 0b99a95404ab92dd3ce2ee36cda30236 dummy-4.6.13.tar.gz >> 5985f97fdb4e590e2a14ddf44dda80e2 dummy-4.6.13.zip >> fea6dba635c75f8b1d64b3bbb120719b typo3_src+dummy-4.6.13.zip >> 14fffca142718b458909e2a072bc4f2c typo3_src-4.6.13.tar.gz >> 7595c4dfdd55e82c5b517f90aed62983 typo3_src-4.6.13.zip >> >> d4e0768eded10a55599db782d4906367 blankpackage-4.7.5.tar.gz >> 5a8adbb542cd1832f095ea255dbdb692 blankpackage-4.7.5.zip >> 5eea55fe86be00f1964d2fd018dfba2f dummy-4.7.5.tar.gz >> 66ad2185d851803d4a7d1945dc2e4e4a dummy-4.7.5.zip >> 58fc550fdb2b28386d6e92ba46136185 governmentpackage-4.7.5.tar.gz >> ab3d89e817c579649828990793e816b2 governmentpackage-4.7.5.zip >> 8cb06fdd777542b162abad1f865e1920 introductionpackage-4.7.5.tar.gz >> c9e57817cbb826e68ad9561a318cd2ee introductionpackage-4.7.5.zip >> 351a1395484474c5faed8d1a7c94c13d typo3_src+dummy-4.7.5.zip >> 6f53ac4b1c8b4f51d0b9a32ac27099ef typo3_src-4.7.5.tar.gz >> a4eac135bcf9653e2a125999e0c9fa36 typo3_src-4.7.5.zip >> >> On behalf of the Release Team, I wish you much fun, >> Xavier >> > From firma at sfroemken.de Tue Oct 16 19:42:57 2012 From: firma at sfroemken.de (=?ISO-8859-1?Q?Stefan_Fr=F6mken?=) Date: Tue, 16 Oct 2012 19:42:57 +0200 Subject: [TYPO3-dev] [TYPO3-english] Announcing TYPO3 4.5.20, 4.6.13 and 4.7.5 In-Reply-To: References: Message-ID: Hi Ernesto, ok...I understand. In normal case the introduction package is only for people who are new to TYPO3. As a programmer (like me) it is good to have at least 3 or 4 local TYPO3 instances: 4.5, 4.6, 4.7, (6.0) for testing. The introduction package is a good start with a good pre install. So I would prefer an introduction package for 4.6, too. But as a programmer it is just some seconds to retrieve the old version and update the core. Stefan Am 16.10.2012 19:00, schrieb Ernesto Baschny [cron IT]: > Hi, > > the intro package is only build for current stable branches - which is > the 4.5 (LTS) and 4.7 - an for the current in development branch (6.0 - > which hasn't had a release today). > > Reasoning is that noone will start a new site or try out TYPO3 based on > a deprecated version, so it's not worth the effort of maintaining the > master-site that holds the content for the intro package and packaging > that on each patch level release. > > Cheers, > Ernesto > > Stefan Fr?mken schrieb am 16.10.2012 16:18: >> Is there a reason why there is no TYPO3 4.6.* release for the >> introduction package anymore? >> >> Am 16.10.2012 16:14, schrieb Xavier Perseguers: >>> Dear TYPO3 World, >>> >>> The TYPO3 community has just released TYPO3 versions 4.5.20, 4.6.13 and >>> 4.7.5 which are now ready for you to download. All versions are >>> maintenance releases and contain bug fixes only. >>> >>> The package can be downloaded here: >>> >>> The packages can be downloaded here: >>> http://typo3.org/download/ >>> >>> For details about the release, please see: >>> http://typo3.org/news/article/typo3-cms-4520-4613-and-475-released/ >>> >>> MD5 checksums: >>> >>> c846723081bc19a05580ca65e8be7577 blankpackage-4.5.20.tar.gz >>> ea738eb578c1d4d753a01e41ab2bdc90 blankpackage-4.5.20.zip >>> 8f7868cfa678f6e3d0aa800447f69106 dummy-4.5.20.tar.gz >>> 10d5f3488b61868b903ef20646949ba4 dummy-4.5.20.zip >>> 9114666fbc580b972832d662a88ce242 introductionpackage-4.5.20.tar.gz >>> b6926b33cfd8f8d5e92b597e812ec2bf introductionpackage-4.5.20.zip >>> e1d2588888121f2351e56d96c6408be4 typo3_src+dummy-4.5.20.zip >>> 67c0906d065ec2f5cbacf6bce6253472 typo3_src-4.5.20.tar.gz >>> 7e95fb3de385f8f0ecf78b8bcca065be typo3_src-4.5.20.zip >>> >>> aba60a184cfa39af788faeaa8b0533aa blankpackage-4.6.13.tar.gz >>> dbc45a3f829c69d077ab566bdf18b158 blankpackage-4.6.13.zip >>> 0b99a95404ab92dd3ce2ee36cda30236 dummy-4.6.13.tar.gz >>> 5985f97fdb4e590e2a14ddf44dda80e2 dummy-4.6.13.zip >>> fea6dba635c75f8b1d64b3bbb120719b typo3_src+dummy-4.6.13.zip >>> 14fffca142718b458909e2a072bc4f2c typo3_src-4.6.13.tar.gz >>> 7595c4dfdd55e82c5b517f90aed62983 typo3_src-4.6.13.zip >>> >>> d4e0768eded10a55599db782d4906367 blankpackage-4.7.5.tar.gz >>> 5a8adbb542cd1832f095ea255dbdb692 blankpackage-4.7.5.zip >>> 5eea55fe86be00f1964d2fd018dfba2f dummy-4.7.5.tar.gz >>> 66ad2185d851803d4a7d1945dc2e4e4a dummy-4.7.5.zip >>> 58fc550fdb2b28386d6e92ba46136185 governmentpackage-4.7.5.tar.gz >>> ab3d89e817c579649828990793e816b2 governmentpackage-4.7.5.zip >>> 8cb06fdd777542b162abad1f865e1920 introductionpackage-4.7.5.tar.gz >>> c9e57817cbb826e68ad9561a318cd2ee introductionpackage-4.7.5.zip >>> 351a1395484474c5faed8d1a7c94c13d typo3_src+dummy-4.7.5.zip >>> 6f53ac4b1c8b4f51d0b9a32ac27099ef typo3_src-4.7.5.tar.gz >>> a4eac135bcf9653e2a125999e0c9fa36 typo3_src-4.7.5.zip >>> >>> On behalf of the Release Team, I wish you much fun, >>> Xavier >>> >> > From steffen.liebig at gmx.de Wed Oct 17 15:33:50 2012 From: steffen.liebig at gmx.de (Steffen Liebig) Date: Wed, 17 Oct 2012 15:33:50 +0200 Subject: [TYPO3-dev] extension builder (extbase/fluid), problem with combining data over 2 tables In-Reply-To: References: Message-ID: Oops sorry...well ok, as its just something about my mail client, I thought there wouldn't be any publically usable information in my latest post. Thats the main reason why I switched to German when seeing that the answerer seemed to be German :-). Meanwhile I understand that even this might cause confusion - non-german-speakers possibly dont notice they cant do anything with my answering post, its just the same as if I stumbled into a public forum and saw e. g. dutch or spanish posts inside a possibly interesting topic ;-). Am 15.10.2012 14:15, schrieb Jigal van Hemert: > Hi, > > On 15-10-2012 14:11, Steffen Liebig wrote: >> scheint als k?nnten wir deutsch miteinander reden: > > This is a public list and the language is English. People search the > list archives for information. Please stick to English. > From philipp.gampe at typo3.org Wed Oct 17 18:52:00 2012 From: philipp.gampe at typo3.org (Philipp Gampe) Date: Wed, 17 Oct 2012 18:52 +0200 Subject: [TYPO3-dev] extension builder (extbase/fluid), problem with combining data over 2 tables References: Message-ID: Hi Steffen, Steffen Liebig wrote: > non-german-speakers possibly dont notice they cant do anything with my > answering post, its just the same as if I stumbled into a public forum > and saw e. g. dutch or spanish posts inside a possibly interesting topic There are many online translation tools. To be honest, most other-language posts are spam, so I usually do not bother unless someone points to the specific post. Best regards -- Philipp Gampe ? PGP-Key 0AD96065 ? TYPO3 UG Bonn/K?ln Documentation ? linkvalidator TYPO3 .... inspiring people to share! From typo3 at kay-strobach.de Thu Oct 18 12:03:09 2012 From: typo3 at kay-strobach.de (Kay Strobach) Date: Thu, 18 Oct 2012 12:03:09 +0200 Subject: [TYPO3-dev] scary caching issue Message-ID: Hello guys, in my coreupdate extension i use caching to reduce the load on get.typo3.org I use the DB Backend (t3lib_cache_backend_DbBackend) to store the output and thought, that the cache should be invalidated within one hour. $GLOBALS['typo3CacheManager']->getCache('coreupdate_versionStore')->set('coreupdate_versionStore', $value, array(), time()+3600); But the Cache Content is still returned hours later? The scheduler Task is runnning .... Additionally i do have september entries in the corresponding cache table. The tables are named: - tx_coreupdate_cache - tx_coreupdate_cache_tags Any idea? Regards Kay -- http://www.kay-strobach.de - Open Source Rocks TYPO3 .... inspiring people to share! Get involved: http://typo3.org Answer was useful - feel free to donate: - https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2 - https://flattr.com/profile/kaystrobach From typo3 at kay-strobach.de Thu Oct 18 12:09:25 2012 From: typo3 at kay-strobach.de (Kay Strobach) Date: Thu, 18 Oct 2012 12:09:25 +0200 Subject: [TYPO3-dev] scary caching issue In-Reply-To: References: Message-ID: My caching implementation is based on: http://wiki.typo3.org/Caching_Framework Regards Kay Am 18.10.2012 12:03, schrieb Kay Strobach: > Hello guys, > > in my coreupdate extension i use caching to reduce the load on get.typo3.org > > I use the DB Backend (t3lib_cache_backend_DbBackend) to store the output > and thought, that the cache should be invalidated within one hour. > > $GLOBALS['typo3CacheManager']->getCache('coreupdate_versionStore')->set('coreupdate_versionStore', > $value, array(), time()+3600); > > But the Cache Content is still returned hours later? > > The scheduler Task is runnning .... > > Additionally i do have september entries in the corresponding cache table. > > The tables are named: > > - tx_coreupdate_cache > - tx_coreupdate_cache_tags > > Any idea? > > Regards > Kay > -- http://www.kay-strobach.de - Open Source Rocks TYPO3 .... inspiring people to share! Get involved: http://typo3.org Answer was useful - feel free to donate: - https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2 - https://flattr.com/profile/kaystrobach From F.Gerards at esolut.de Thu Oct 18 12:57:23 2012 From: F.Gerards at esolut.de (Frank Gerards) Date: Thu, 18 Oct 2012 12:57:23 +0200 Subject: [TYPO3-dev] scary caching issue In-Reply-To: References: Message-ID: Hi, guess ist not a timestamp like time()+3600 but a lifetime parameter, so 3600 would be the right choice as function argument... Greetz, Frank -----Urspr?ngliche Nachricht----- Von: typo3-dev-bounces at lists.typo3.org [mailto:typo3-dev-bounces at lists.typo3.org] Im Auftrag von Kay Strobach Gesendet: Donnerstag, 18. Oktober 2012 12:09 An: typo3-dev at lists.typo3.org Betreff: Re: [TYPO3-dev] scary caching issue My caching implementation is based on: http://wiki.typo3.org/Caching_Framework Regards Kay Am 18.10.2012 12:03, schrieb Kay Strobach: > Hello guys, > > in my coreupdate extension i use caching to reduce the load on > get.typo3.org > > I use the DB Backend (t3lib_cache_backend_DbBackend) to store the > output and thought, that the cache should be invalidated within one hour. > > $GLOBALS['typo3CacheManager']->getCache('coreupdate_versionStore')->se > t('coreupdate_versionStore', > $value, array(), time()+3600); > > But the Cache Content is still returned hours later? > > The scheduler Task is runnning .... > > Additionally i do have september entries in the corresponding cache table. > > The tables are named: > > - tx_coreupdate_cache > - tx_coreupdate_cache_tags > > Any idea? > > Regards > Kay > -- http://www.kay-strobach.de - Open Source Rocks TYPO3 .... inspiring people to share! Get involved: http://typo3.org Answer was useful - feel free to donate: - https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2 - https://flattr.com/profile/kaystrobach _______________________________________________ TYPO3-dev mailing list TYPO3-dev at lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev From typo3 at kay-strobach.de Thu Oct 18 13:49:27 2012 From: typo3 at kay-strobach.de (Kay Strobach) Date: Thu, 18 Oct 2012 13:49:27 +0200 Subject: [TYPO3-dev] scary caching issue In-Reply-To: References: Message-ID: Hello Frank, seems to be the problem - thanks i will see if this works :D Regards Kay Am 18.10.2012 12:57, schrieb Frank Gerards: > Hi, > > guess ist not a timestamp like time()+3600 but a lifetime parameter, so 3600 would be the right choice as function argument... > > Greetz, > Frank > > -----Urspr?ngliche Nachricht----- > Von: typo3-dev-bounces at lists.typo3.org [mailto:typo3-dev-bounces at lists.typo3.org] Im Auftrag von Kay Strobach > Gesendet: Donnerstag, 18. Oktober 2012 12:09 > An: typo3-dev at lists.typo3.org > Betreff: Re: [TYPO3-dev] scary caching issue > > My caching implementation is based on: > > http://wiki.typo3.org/Caching_Framework > > Regards > Kay > > Am 18.10.2012 12:03, schrieb Kay Strobach: >> Hello guys, >> >> in my coreupdate extension i use caching to reduce the load on >> get.typo3.org >> >> I use the DB Backend (t3lib_cache_backend_DbBackend) to store the >> output and thought, that the cache should be invalidated within one hour. >> >> $GLOBALS['typo3CacheManager']->getCache('coreupdate_versionStore')->se >> t('coreupdate_versionStore', >> $value, array(), time()+3600); >> >> But the Cache Content is still returned hours later? >> >> The scheduler Task is runnning .... >> >> Additionally i do have september entries in the corresponding cache table. >> >> The tables are named: >> >> - tx_coreupdate_cache >> - tx_coreupdate_cache_tags >> >> Any idea? >> >> Regards >> Kay >> > > > -- > http://www.kay-strobach.de - Open Source Rocks > > TYPO3 .... inspiring people to share! > Get involved: http://typo3.org > > Answer was useful - feel free to donate: > - > https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2 > - https://flattr.com/profile/kaystrobach > > _______________________________________________ > TYPO3-dev mailing list > TYPO3-dev at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev > -- http://www.kay-strobach.de - Open Source Rocks TYPO3 .... inspiring people to share! Get involved: http://typo3.org Answer was useful - feel free to donate: - https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2 - https://flattr.com/profile/kaystrobach From steffen.gebert at typo3.org Fri Oct 19 18:12:47 2012 From: steffen.gebert at typo3.org (Steffen Gebert) Date: Fri, 19 Oct 2012 18:12:47 +0200 Subject: [TYPO3-dev] [TYPO3-typo3org] Announcement: Discontinuing the operation of bugs.typo3.org Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear community, we're phasing out http://bugs.typo3.org. Timeline: * 19th October 2012: Announce deprecation using a banner on the http://bugs.typo3.org website. * 1st December 2012: Creation of new issues will be disabled. Existing issues can still be updated. * 1st January 2014 (planned): http://bugs.typo3.org will be completely shut down Please see our detailed announcement here: http://typo3.org/news/article/discontinuing-the-operation-of-bugstypo3org/ Kind regards, on behalf of the TYPO3 Server Admin Team Steffen Gebert - -- Steffen Gebert TYPO3 CMS Core Team Member TYPO3 Server Administration Team Member TYPO3 .... inspiring people to share! Get involved: http://typo3.org I work for TYPO3 solely in my spare time. If you think that my work helps you running your business, you are invited to send me a donation via PayPal to this email address. Thanks -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQgXv/AAoJEIskG/rSlyw41t8IAI8uXmJ2rrWB5YzfYKKuP1rF qQ0xtf6fYR4ah44EZvd3ihsUwp9pAhd7uXvQxWv8RsD9IXrCMD0WlBrXROJyeXAz zrv7Zs5mH1X4WOMGY9E8BKiWwGvAta8lbL2km3GplZbinI+ZFMyzvxlrY6WcIusN QjFrTqiD2TqNC6qb1nsBE9pU0xX8bu8irId04xhMZs7R/YAWkyJAt0gxIjqZP9q0 yPGw9KO7xlMdmNt1s7SZm075oi1trIzlViKl/eWoPE6wLf0VJcpeY6vNBMpGbUt4 h8JWp0vqIayLraqSqlR2qkKKRJZEMWrypsxzPHH4/x+l+Oek3k4VmtIDCrCQri4= =Ac/y -----END PGP SIGNATURE----- From tomasnorre at gmail.com Mon Oct 22 08:34:54 2012 From: tomasnorre at gmail.com (Tomas Norre Mikkelsen) Date: Mon, 22 Oct 2012 08:34:54 +0200 Subject: [TYPO3-dev] stop a page from exit or unload Message-ID: Hi, Anyone knows if a plugin like following[1] is made for TYPO3 backend? Need too be able to notify the user if the leave page without save etc. [1] http://www.mkyong.com/jquery/how-to-stop-a-page-from-exit-or-unload-with-jquery/ -- Venlig Hilsen / Best Regards Tomas Norre Mikkelsen Tomasnorre at gmail.com TYPO3 Developer @netimage.dk TYPO3 Profile: http://forge.typo3.org/users/4289 Follow me at twitter Twitter.com/tomasnorre From tomasnorre at gmail.com Mon Oct 22 09:24:26 2012 From: tomasnorre at gmail.com (Tomas Norre Mikkelsen) Date: Mon, 22 Oct 2012 09:24:26 +0200 Subject: [TYPO3-dev] inlude ts-file in pageTS Message-ID: Hi, I'm trying to include a TS-file inside the pageTS like regular TS. It doesn't seems to work, I do like this: But don't work. Is it even posible? or am i doing it wrong? Would be great if posible, such version control is easier. -- Venlig Hilsen / Best Regards Tomas Norre Mikkelsen Tomasnorre at gmail.com TYPO3 Developer @netimage.dk TYPO3 Profile: http://forge.typo3.org/users/4289 Follow me at twitter Twitter.com/tomasnorre From dennis.luemkemann at gmx.de Mon Oct 22 09:50:10 2012 From: dennis.luemkemann at gmx.de (Dennis Luemkemann) Date: Mon, 22 Oct 2012 09:50:10 +0200 Subject: [TYPO3-dev] inlude ts-file in pageTS In-Reply-To: References: Message-ID: What version are you using? It does work on my 4.5. The only difference I see is that you're writing FILE with capital letters. Try lower case? Dennis Am 22.10.2012 um 09:24 schrieb Tomas Norre Mikkelsen: > Hi, > > I'm trying to include a TS-file inside the pageTS like regular TS. It doesn't seems to work, > > I do like this: > > > But don't work. > > Is it even posible? or am i doing it wrong? > > Would be great if posible, such version control is easier. > > -- > Venlig Hilsen / Best Regards > Tomas Norre Mikkelsen > Tomasnorre at gmail.com > > TYPO3 Developer @netimage.dk > TYPO3 Profile: > http://forge.typo3.org/users/4289 > > > Follow me at twitter > Twitter.com/tomasnorre > _______________________________________________ > TYPO3-dev mailing list > TYPO3-dev at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev From tomasnorre at gmail.com Mon Oct 22 09:56:17 2012 From: tomasnorre at gmail.com (Tomas Norre Mikkelsen) Date: Mon, 22 Oct 2012 09:56:17 +0200 Subject: [TYPO3-dev] inlude ts-file in pageTS In-Reply-To: References: Message-ID: On 10/22/2012 09:50 AM, Dennis Luemkemann wrote: > What version are you using? > It does work on my 4.5. The only difference I see is that you're writing FILE with capital letters. Try lower case? Its TYPO3 4.7.2 and doesn't work with lowercase either. -- Venlig Hilsen / Best Regards Tomas Norre Mikkelsen Tomasnorre at gmail.com TYPO3 Developer @netimage.dk TYPO3 Profile: http://forge.typo3.org/users/4289 Follow me at twitter Twitter.com/tomasnorre From m.bless at gmx.de Mon Oct 22 11:50:10 2012 From: m.bless at gmx.de (Martin Bless) Date: Mon, 22 Oct 2012 11:50:10 +0200 Subject: [TYPO3-dev] inlude ts-file in pageTS References: Message-ID: [Tomas Norre Mikkelsen] wrote: >Hi, > >I'm trying to include a TS-file inside the pageTS like regular TS. It >doesn't seems to work, > >I do like this: > This works for me: >Is it even posible? Yes! > or am i doing it wrong? Please tell us when you've found it! Martin -- Certified TYPO3 Integrator | TYPO3 Documentation Team Member http://mbless.de From tomasnorre at gmail.com Mon Oct 22 11:58:35 2012 From: tomasnorre at gmail.com (Tomas Norre Mikkelsen) Date: Mon, 22 Oct 2012 11:58:35 +0200 Subject: [TYPO3-dev] inlude ts-file in pageTS In-Reply-To: References: Message-ID: On 10/22/2012 11:50 AM, Martin Bless wrote: > [Tomas Norre Mikkelsen] wrote: >> or am i doing it wrong? > Please tell us when you've found it! Sorry, but it was a simple TYPO in the path for the rte.ts file.. DOH.. -- Venlig Hilsen / Best Regards Tomas Norre Mikkelsen Tomasnorre at gmail.com TYPO3 Developer @netimage.dk TYPO3 Profile: http://forge.typo3.org/users/4289 Follow me at twitter Twitter.com/tomasnorre From tomasnorre at gmail.com Mon Oct 22 16:48:00 2012 From: tomasnorre at gmail.com (Tomas Norre Mikkelsen) Date: Mon, 22 Oct 2012 16:48:00 +0200 Subject: [TYPO3-dev] Crawler + Indexed Search Message-ID: Hi, Still have some sites running indexed_search. I have a site were the crawler is running, but the sitet isn't indexed. So indexed_search isn't working. Any hints, on what could be the problem. -- Best Regards Tomas Norre Mikkelsen TYPO3 Profile: http://forge.typo3.org/users/4289 TYPO3 Developer @ netimage.dk Follow me at twitter.com/tomasnorre From dmitry.dulepov at gmail.com Tue Oct 23 08:17:41 2012 From: dmitry.dulepov at gmail.com (Dmitry Dulepov) Date: Tue, 23 Oct 2012 10:17:41 +0400 Subject: [TYPO3-dev] Crawler + Indexed Search In-Reply-To: References: Message-ID: Hi! Tomas Norre Mikkelsen wrote: > Still have some sites running indexed_search. I have a site were the > crawler is running, but the sitet isn't indexed. So indexed_search isn't > working. Many reasons. config.index_enable=0, no markers in HTML, crawler indexing is not enabled in indexed search....... -- Dmitry Dulepov Simplicity will save the world. From tomasnorre at gmail.com Tue Oct 23 08:47:05 2012 From: tomasnorre at gmail.com (Tomas Norre Mikkelsen) Date: Tue, 23 Oct 2012 08:47:05 +0200 Subject: [TYPO3-dev] Crawler + Indexed Search In-Reply-To: References: Message-ID: On 10/23/2012 08:17 AM, Dmitry Dulepov wrote: > Hi! > > Tomas Norre Mikkelsen wrote: >> Still have some sites running indexed_search. I have a site were the >> crawler is running, but the sitet isn't indexed. So indexed_search isn't >> working. > > Many reasons. config.index_enable=0, no markers in HTML, crawler > indexing is not enabled in indexed search....... > Thx. Will look into the options you mentioned.. -- Venlig Hilsen / Best Regards Tomas Norre Mikkelsen Tomasnorre at gmail.com TYPO3 Developer @netimage.dk TYPO3 Profile: http://forge.typo3.org/users/4289 Follow me at twitter Twitter.com/tomasnorre From F.Gerards at esolut.de Tue Oct 23 10:52:17 2012 From: F.Gerards at esolut.de (Frank Gerards) Date: Tue, 23 Oct 2012 10:52:17 +0200 Subject: [TYPO3-dev] Crawler + Indexed Search In-Reply-To: References: Message-ID: If you solve the problem of doing index configurations for pages beyond treelevel 2, let me know - I'm struggling with that :), Crawler will crawl my special indexing configurations but wont write the indexing-cfg configuration uid into the database :( Cheers, Frank -----Urspr?ngliche Nachricht----- Von: typo3-dev-bounces at lists.typo3.org [mailto:typo3-dev-bounces at lists.typo3.org] Im Auftrag von Tomas Norre Mikkelsen Gesendet: Dienstag, 23. Oktober 2012 08:47 An: typo3-dev at lists.typo3.org Betreff: Re: [TYPO3-dev] Crawler + Indexed Search On 10/23/2012 08:17 AM, Dmitry Dulepov wrote: > Hi! > > Tomas Norre Mikkelsen wrote: >> Still have some sites running indexed_search. I have a site were the >> crawler is running, but the sitet isn't indexed. So indexed_search >> isn't working. > > Many reasons. config.index_enable=0, no markers in HTML, crawler > indexing is not enabled in indexed search....... > Thx. Will look into the options you mentioned.. -- Venlig Hilsen / Best Regards Tomas Norre Mikkelsen Tomasnorre at gmail.com TYPO3 Developer @netimage.dk TYPO3 Profile: http://forge.typo3.org/users/4289 Follow me at twitter Twitter.com/tomasnorre _______________________________________________ TYPO3-dev mailing list TYPO3-dev at lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev From tollepjaer at gmail.com Tue Oct 23 11:34:10 2012 From: tollepjaer at gmail.com (Mattias Nilsson) Date: Tue, 23 Oct 2012 11:34:10 +0200 Subject: [TYPO3-dev] Crawler + Indexed Search In-Reply-To: References: Message-ID: Have you looked through this guide? http://xavier.perseguers.ch/tutoriels/typo3/articles/indexed-search-crawler.html /Mattias On Tue, Oct 23, 2012 at 10:52 AM, Frank Gerards wrote: > If you solve the problem of doing index configurations for pages beyond > treelevel 2, let me know - I'm struggling with that :), > Crawler will crawl my special indexing configurations but wont write the > indexing-cfg configuration uid into the database :( > > Cheers, > Frank > > -----Urspr?ngliche Nachricht----- > Von: typo3-dev-bounces at lists.typo3.org [mailto: > typo3-dev-bounces at lists.typo3.org] Im Auftrag von Tomas Norre Mikkelsen > Gesendet: Dienstag, 23. Oktober 2012 08:47 > An: typo3-dev at lists.typo3.org > Betreff: Re: [TYPO3-dev] Crawler + Indexed Search > > On 10/23/2012 08:17 AM, Dmitry Dulepov wrote: > > Hi! > > > > Tomas Norre Mikkelsen wrote: > >> Still have some sites running indexed_search. I have a site were the > >> crawler is running, but the sitet isn't indexed. So indexed_search > >> isn't working. > > > > Many reasons. config.index_enable=0, no markers in HTML, crawler > > indexing is not enabled in indexed search....... > > > Thx. Will look into the options you mentioned.. > > -- > Venlig Hilsen / Best Regards > Tomas Norre Mikkelsen > Tomasnorre at gmail.com > > TYPO3 Developer @netimage.dk > TYPO3 Profile: > http://forge.typo3.org/users/4289 > > > Follow me at twitter > Twitter.com/tomasnorre > _______________________________________________ > TYPO3-dev mailing list > TYPO3-dev at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev > _______________________________________________ > TYPO3-dev mailing list > TYPO3-dev at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev > From tomasnorre at gmail.com Tue Oct 23 12:42:03 2012 From: tomasnorre at gmail.com (Tomas Norre Mikkelsen) Date: Tue, 23 Oct 2012 12:42:03 +0200 Subject: [TYPO3-dev] Crawler + Indexed Search In-Reply-To: References: Message-ID: On 10/23/2012 08:17 AM, Dmitry Dulepov wrote: > Many reasons. config.index_enable=0, no markers in HTML, crawler > indexing is not enabled in indexed search....... Doh, my problem was that config.index_enable=1 -- Venlig Hilsen / Best Regards Tomas Norre Mikkelsen Tomasnorre at gmail.com TYPO3 Developer @netimage.dk TYPO3 Profile: http://forge.typo3.org/users/4289 Follow me at twitter Twitter.com/tomasnorre From typo3 at kay-strobach.de Tue Oct 23 14:01:52 2012 From: typo3 at kay-strobach.de (Kay Strobach) Date: Tue, 23 Oct 2012 14:01:52 +0200 Subject: [TYPO3-dev] stop a page from exit or unload In-Reply-To: References: Message-ID: Not know, but should be easy to implement :D Regards Kay Am 22.10.2012 08:34, schrieb Tomas Norre Mikkelsen: > Hi, > > Anyone knows if a plugin like following[1] is made for TYPO3 backend? > > Need too be able to notify the user if the leave page without save etc. > > [1] > http://www.mkyong.com/jquery/how-to-stop-a-page-from-exit-or-unload-with-jquery/ > > > -- http://www.kay-strobach.de - Open Source Rocks TYPO3 .... inspiring people to share! Get involved: http://typo3.org Answer was useful - feel free to donate: - https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2 - https://flattr.com/profile/kaystrobach From olivier.dobberkau at dkd.de Tue Oct 23 15:11:30 2012 From: olivier.dobberkau at dkd.de (Olivier Dobberkau) Date: Tue, 23 Oct 2012 15:11:30 +0200 Subject: [TYPO3-dev] Crawler + Indexed Search In-Reply-To: References: Message-ID: Am 23.10.12 12:42, schrieb Tomas Norre Mikkelsen: > Doh, my problem was that config.index_enable=1 dont we all love indexed search? :-) Olivier PS: Why arent you all using solr instead? :-) From tomasnorre at gmail.com Wed Oct 24 09:55:27 2012 From: tomasnorre at gmail.com (Tomas Norre Mikkelsen) Date: Wed, 24 Oct 2012 09:55:27 +0200 Subject: [TYPO3-dev] Crawler + Indexed Search In-Reply-To: References: Message-ID: On 10/23/2012 03:11 PM, Olivier Dobberkau wrote: > Am 23.10.12 12:42, schrieb Tomas Norre Mikkelsen: > >> Doh, my problem was that config.index_enable=1 > > dont we all love indexed search? :-) No =) > Olivier > > PS: Why arent you all using solr instead? :-) Cause not all salesmen focus on search as much as you do ;) -- Venlig Hilsen / Best Regards Tomas Norre Mikkelsen Tomasnorre at gmail.com TYPO3 Developer @netimage.dk TYPO3 Profile: http://forge.typo3.org/users/4289 Follow me at twitter Twitter.com/tomasnorre From olivier.dobberkau at dkd.de Wed Oct 24 10:32:02 2012 From: olivier.dobberkau at dkd.de (Olivier Dobberkau) Date: Wed, 24 Oct 2012 10:32:02 +0200 Subject: [TYPO3-dev] Crawler + Indexed Search In-Reply-To: References: Message-ID: Am 24.10.12 09:55, schrieb Tomas Norre Mikkelsen: > Cause not all salesmen focus on search as much as you do I am really interessted what are the reasons to implemented IndexedSearch instead of Solr. Olivier -- ?the search market continues to try to find a way of avoiding the path of the juggernaut that is Apache's Solr/Lucene? bit.ly/UwIkeo From christian.weiske at netresearch.de Wed Oct 24 10:40:24 2012 From: christian.weiske at netresearch.de (Christian Weiske) Date: Wed, 24 Oct 2012 10:40:24 +0200 Subject: [TYPO3-dev] Crawler + Indexed Search References: Message-ID: Hi, >> Cause not all salesmen focus on search as much as you do > I am really interested what are the reasons to implemented > IndexedSearch instead of Solr. - Solr was not there when indexedsearch was written. - Not all people want to have a huge java process running on their system just for basic search. -- Regards/Mit freundlichen Gr??en Christian Weiske -= Geeking around in the name of science since 1982 =- From t3ng at bernd-wilke.net Wed Oct 24 11:38:09 2012 From: t3ng at bernd-wilke.net (bernd wilke) Date: Wed, 24 Oct 2012 11:38:09 +0200 Subject: [TYPO3-dev] Crawler + Indexed Search In-Reply-To: References: Message-ID: Am 24.10.2012 10:40, schrieb Christian Weiske: > Hi, > >>> Cause not all salesmen focus on search as much as you do >> I am really interested what are the reasons to implemented >> IndexedSearch instead of Solr. > > - Solr was not there when indexedsearch was written. > - Not all people want to have a huge java process running on their > system just for basic search. - not all people can run java at all on their server BTW: solr is based on lucene. there was an attempt to use a PHP-implementation of lucene. is it possible to use it inside of TYPO3 without java? bernd -- http://www.pi-phi.de/cheatsheet.html From olivier.dobberkau at dkd.de Wed Oct 24 15:30:46 2012 From: olivier.dobberkau at dkd.de (Olivier Dobberkau) Date: Wed, 24 Oct 2012 15:30:46 +0200 Subject: [TYPO3-dev] OT was Re: Crawler + Indexed Search or why dont you all use Solr instead? :-) In-Reply-To: References: Message-ID: Am 24.10.12 10:40, schrieb Christian Weiske: > - Solr was not there when indexedsearch was written. so were cars, when we rode horses ;-) > - Not all people want to have a huge java process running on their > system just for basic search. Lots of hosters offer solr services in their packages. Thanks for your answers! Olivier From F.Gerards at esolut.de Thu Oct 25 08:56:30 2012 From: F.Gerards at esolut.de (Frank Gerards) Date: Thu, 25 Oct 2012 08:56:30 +0200 Subject: [TYPO3-dev] OT was Re: Crawler + Indexed Search or why dont you all use Solr instead? :-) In-Reply-To: References: Message-ID: Hi, does the free version of Solr-Extension index files nowadays ? Thx 4 info, Frank -----Urspr?ngliche Nachricht----- Von: typo3-dev-bounces at lists.typo3.org [mailto:typo3-dev-bounces at lists.typo3.org] Im Auftrag von Olivier Dobberkau Gesendet: Mittwoch, 24. Oktober 2012 15:31 An: typo3-dev at lists.typo3.org Betreff: [TYPO3-dev] OT was Re: Crawler + Indexed Search or why dont you all use Solr instead? :-) Am 24.10.12 10:40, schrieb Christian Weiske: > - Solr was not there when indexedsearch was written. so were cars, when we rode horses ;-) > - Not all people want to have a huge java process running on their > system just for basic search. Lots of hosters offer solr services in their packages. Thanks for your answers! Olivier _______________________________________________ TYPO3-dev mailing list TYPO3-dev at lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev From kontakt at mb-neuemedien.de Fri Oct 26 18:23:03 2012 From: kontakt at mb-neuemedien.de (Michael Bakonyi) Date: Fri, 26 Oct 2012 18:23:03 +0200 Subject: [TYPO3-dev] Problems contributing via git Message-ID: Hi folks, I'd like to contribute to the core via git and therefore followed the steps from http://wiki.typo3.org/Contribution_Walkthrough_with_CommandLine Everything seems to work fine until I check my changes via "git diff". There instead of a diff-output the following appears: -Subproject commit e39a3371feb6824ecbb4169e100534b62cdb3a4e +Subproject commit e39a3371feb6824ecbb4169e100534b62cdb3a4e-dirty "Dirty" doesn't sound good but I couldn't find anything about that extension. Does anybody has a hint what might went wrong with by setup? Or did everything went fine and these lines show the desired output? Cheers, Michael From kontakt at mb-neuemedien.de Fri Oct 26 18:26:16 2012 From: kontakt at mb-neuemedien.de (Michael Bakonyi) Date: Fri, 26 Oct 2012 18:26:16 +0200 Subject: [TYPO3-dev] Problems contributing via git In-Reply-To: References: Message-ID: I forgot to mention my git-version ? it's 1.7.7.5 on a Mac. Michael Am 26.10.12 18:23, schrieb Michael Bakonyi: > Hi folks, > > I'd like to contribute to the core via git and therefore followed the > steps from http://wiki.typo3.org/Contribution_Walkthrough_with_CommandLine > > Everything seems to work fine until I check my changes via "git diff". > There instead of a diff-output the following appears: > > -Subproject commit e39a3371feb6824ecbb4169e100534b62cdb3a4e > +Subproject commit e39a3371feb6824ecbb4169e100534b62cdb3a4e-dirty > > "Dirty" doesn't sound good but I couldn't find anything about that > extension. Does anybody has a hint what might went wrong with by setup? > > Or did everything went fine and these lines show the desired output? > > Cheers, > Michael > From steffen.gebert at typo3.org Fri Oct 26 18:40:16 2012 From: steffen.gebert at typo3.org (Steffen Gebert) Date: Fri, 26 Oct 2012 18:40:16 +0200 Subject: [TYPO3-dev] Problems contributing via git In-Reply-To: References: Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Michael, nice to see you on the path to contributing code to TYPO3! What did you change? Extbase or any other submodule (like dbal or fluid?). You have to go into that directory in typo3/sysext/... and do the commit there (as this is an own repository). In order to get the Change-Id: line in the commit message, please copy the commit-msg hook file not only into typo3_src/.git/hooks, but also to typo3_src/typo3/sysext/../.git/hooks. Kind regards Steffen - -- Steffen Gebert TYPO3 CMS Core Team Member TYPO3 Server Administration Team Member TYPO3 .... inspiring people to share! Get involved: http://typo3.org I work for TYPO3 solely in my spare time. If you think that my work helps you running your business, you are invited to send me a donation via PayPal to this email address. Thanks On 10/26/12 6:23 PM, Michael Bakonyi wrote: > Hi folks, > > I'd like to contribute to the core via git and therefore followed the > steps from http://wiki.typo3.org/Contribution_Walkthrough_with_CommandLine > > Everything seems to work fine until I check my changes via "git diff". > There instead of a diff-output the following appears: > > -Subproject commit e39a3371feb6824ecbb4169e100534b62cdb3a4e > +Subproject commit e39a3371feb6824ecbb4169e100534b62cdb3a4e-dirty > > "Dirty" doesn't sound good but I couldn't find anything about that > extension. Does anybody has a hint what might went wrong with by setup? > > Or did everything went fine and these lines show the desired output? > > Cheers, > Michael -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQirzwAAoJEIskG/rSlyw4+CsIAKPNZIe4jzSzvLTBuMxaKnDH I230eSDccJBl5HpFkLUNgTo1L8tFOwlPRQ9vrusIm16pkkTOqdn3mjAqhTp1HayX lIsdi9Wi9xQJb8qSqk/w7AHTY7n8s+19GXAoEuzR/fo/aBUVCEG5zUgMUmEACipA VTHzjrYhO6U441ldFlZvF6NZ+aZFnUTAvyBoT+U/0Vb+3WWBB8UAQa7bkfiHXb3g Pdp5nDBOExGa+tkjU2AKmRqVxl4PNK31emluc3YTqtMwK4wQVsYuOhE7ERjo1AHR BN0QuS7RlKtGN9kti6dqQf2P2KJWcrRPwvvPvf5431cEjfn0DXNolXiAER4aAts= =OFhG -----END PGP SIGNATURE----- From denyer at sozu.co.uk Sat Oct 27 12:10:42 2012 From: denyer at sozu.co.uk (Denyer) Date: Sat, 27 Oct 2012 11:10:42 +0100 Subject: [TYPO3-dev] Crawler + Indexed Search References: Message-ID: On Wed, 24 Oct 2012 10:38:09 +0100, bernd wilke wrote: > BTW: solr is based on lucene. > there was an attempt to use a PHP-implementation of lucene. > is it possible to use it inside of TYPO3 without java? I'd be interested in that. Many hosts don't allow for the running of Solr as a separate entity and VPS / Cloud instances aren't always options for small budgets or developers, as the security and maintenance of them is an unacceptable overhead. As a result, Indexed-Search still gets used. If there was a neat way of running Solr on shared hosting, or without the JAVA process overhead, that might sound the death-knell for Indexed Search. Denyer -- Using Opera's revolutionary email client: http://www.opera.com/mail/ From jigal.van.hemert at typo3.org Sat Oct 27 17:48:17 2012 From: jigal.van.hemert at typo3.org (Jigal van Hemert) Date: Sat, 27 Oct 2012 17:48:17 +0200 Subject: [TYPO3-dev] Crawler + Indexed Search In-Reply-To: References: Message-ID: Hi, On 27-10-2012 12:10, Denyer wrote: > As a result, Indexed-Search still gets used. If there was a neat way of > running Solr on shared hosting, or without the JAVA process overhead, > that might sound the death-knell for Indexed Search. The solr server (the part with java/tomcat/lucene/solr) doesn't have to run on the same machine as the TYPO3 website. There are a number of companies that offer hosted solr. You can use one of those solr servers for your TYPO3 site on a shared hosting service. That means of course extra costs. An other option is that you try to set up a solr server yourself and share it with a couple of other people or several sites. Once you're used to having search results in a few 100th of a second instead of several seconds you don't want anything else. -- Jigal van Hemert TYPO3 Core Team member TYPO3 .... inspiring people to share! Get involved: typo3.org From olivier.dobberkau at dkd.de Sat Oct 27 19:00:46 2012 From: olivier.dobberkau at dkd.de (Olivier Dobberkau) Date: Sat, 27 Oct 2012 19:00:46 +0200 Subject: [TYPO3-dev] Crawler + Indexed Search In-Reply-To: References: Message-ID: Am 27.10.12 17:48, schrieb Jigal van Hemert: > You can use one of those solr servers for your TYPO3 site on a shared > hosting service. That means of course extra costs. we are currently in private beta ... have a look here: http://www.hosted-solr.com/ leave your e-mail if you want to test it soon. best regards, Olivier From typo3 at ringerge.org Sat Oct 27 19:21:51 2012 From: typo3 at ringerge.org (Georg Ringer) Date: Sat, 27 Oct 2012 19:21:51 +0200 Subject: [TYPO3-dev] Crawler + Indexed Search In-Reply-To: References: Message-ID: Hi, Am 27.10.2012 19:00, schrieb Olivier Dobberkau: > have a look here: http://www.hosted-solr.com/ > leave your e-mail if you want to test it soon. some issues there to fix: - empty page after adding the email address - email sent aferwards: * from "root * no subject * no text ;) Georg From olivier.dobberkau at dkd.de Sat Oct 27 20:24:06 2012 From: olivier.dobberkau at dkd.de (Olivier Dobberkau) Date: Sat, 27 Oct 2012 20:24:06 +0200 Subject: [TYPO3-dev] Crawler + Indexed Search In-Reply-To: References: Message-ID: Am 27.10.12 19:21, schrieb Georg Ringer: > - empty page after adding the email address > - email sent aferwards: > * from "root > * no subject > * no text thanks! will fix that! olivier From kontakt at mb-neuemedien.de Sat Oct 27 20:36:44 2012 From: kontakt at mb-neuemedien.de (Michael Bakonyi) Date: Sat, 27 Oct 2012 20:36:44 +0200 Subject: [TYPO3-dev] Problems contributing via git In-Reply-To: References: Message-ID: Hi Steffen, Am 26.10.12 18:40, schrieb Steffen Gebert: > > You have to go into that directory in typo3/sysext/... and do the commit > there (as this is an own repository). Ok, I guess that was the mistake. > > In order to get the Change-Id: line in the commit message, please copy > the commit-msg hook file not only into typo3_src/.git/hooks, but also to > typo3_src/typo3/sysext/../.git/hooks. Well I guess this is what's done with "git submodule foreach 'curl -o .git/hooks/commit-msg "http://wiki.typo3.org/wiki/images/5/5c/Commit-msg.txt" && chmod +x .git/hooks/commit-msg'" which is stated in the contribution-tutorial. So this step was done already. Thx for your instant help, now it's working. :) Cheers, Michael From kontakt at mb-neuemedien.de Sat Oct 27 21:26:33 2012 From: kontakt at mb-neuemedien.de (Michael Bakonyi) Date: Sat, 27 Oct 2012 21:26:33 +0200 Subject: [TYPO3-dev] Problems contributing via git In-Reply-To: References: Message-ID: Hm, next question: I pushed a change to the master and now want to do a change within another submodule. So I create a new branch for the new issue, make my code-changes and then show a diff. But there now again these lines appear regarding the changes of the submodule that I changed and pushed already before: -Subproject commit e39a3371feb6824ecbb4169e100534b62cdb3a4e +Subproject commit c68edfd36034cef602f64ddb25579da94e546ab2 How to deal with that? I recognized, that there's no .git-folder within the second submodule I want to change. The first submodule was "extbase" and there's a .git-folder. The second one was the new "frontend" but there isn't a .git-folder. To get that clear: submodules equals system-extensions, right? Cheers, Michael Am 27.10.12 20:36, schrieb Michael Bakonyi: > Hi Steffen, > > Am 26.10.12 18:40, schrieb Steffen Gebert: >> >> You have to go into that directory in typo3/sysext/... and do the commit >> there (as this is an own repository). > > Ok, I guess that was the mistake. > >> >> In order to get the Change-Id: line in the commit message, please copy >> the commit-msg hook file not only into typo3_src/.git/hooks, but also to >> typo3_src/typo3/sysext/../.git/hooks. > > Well I guess this is what's done with "git submodule foreach 'curl -o > .git/hooks/commit-msg > "http://wiki.typo3.org/wiki/images/5/5c/Commit-msg.txt" && chmod +x > .git/hooks/commit-msg'" which is stated in the contribution-tutorial. So > this step was done already. > > Thx for your instant help, now it's working. :) > > Cheers, > Michael > From jigal.van.hemert at typo3.org Sat Oct 27 21:41:13 2012 From: jigal.van.hemert at typo3.org (Jigal van Hemert) Date: Sat, 27 Oct 2012 21:41:13 +0200 Subject: [TYPO3-dev] Problems contributing via git In-Reply-To: References: Message-ID: Hi, On 27-10-2012 21:26, Michael Bakonyi wrote: > To get that clear: submodules equals system-extensions, right? No, only a few system extensions are submodules. For 6.0 those are: -dbal -extbase -fluid -linkvalidator -version -workspaces You can indeed easily recognize them because there is a .git directory inside their directories. -- Jigal van Hemert TYPO3 Core Team member TYPO3 .... inspiring people to share! Get involved: typo3.org From philipp.gampe at typo3.org Sun Oct 28 01:15:24 2012 From: philipp.gampe at typo3.org (Philipp Gampe) Date: Sun, 28 Oct 2012 01:15:24 +0200 Subject: [TYPO3-dev] Problems contributing via git References: Message-ID: Hi Jigal, Jigal van Hemert wrote: > You can indeed easily recognize them because there is a .git directory > inside their directories. Only in older git versions. Newer versions just have a .git file in there with the content "gitdir: ../../../.git/modules/typo3/sysext/extensionname" @Michael you have to cd into the dir of the submodule and just behave like being in a normal git repository Best regards -- Philipp Gampe ? PGP-Key 0AD96065 ? TYPO3 UG Bonn/K?ln Documentation ? linkvalidator TYPO3 .... inspiring people to share! From cordes at cps-it.de Sun Oct 28 03:16:00 2012 From: cordes at cps-it.de (Nicole Cordes (CPS-IT)) Date: Sun, 28 Oct 2012 03:16:00 +0100 Subject: [TYPO3-dev] Problems contributing via git Message-ID: Hi Michael, Please pay attention ?that you have to sign the CLA (contributor license agreement) to push to extbase repository. Best regards, NicoleMichael Bakonyi hat geschrieben:Hm, next question: I pushed a change to the master and now want to do a change within another submodule. So I create a new branch for the new issue, make my code-changes and then show a diff. But there now again these lines appear regarding the changes of the submodule that I changed and pushed already before: -Subproject commit e39a3371feb6824ecbb4169e100534b62cdb3a4e +Subproject commit c68edfd36034cef602f64ddb25579da94e546ab2 How to deal with that? I recognized, that there's no .git-folder within the second submodule I want to change. The first submodule was "extbase" and there's a .git-folder. The second one was the new "frontend" but there isn't a .git-folder. To get that clear: submodules equals system-extensions, right? Cheers, Michael Am 27.10.12 20:36, schrieb Michael Bakonyi: > Hi Steffen, > > Am 26.10.12 18:40, schrieb Steffen Gebert: >> >> You have to go into that directory in typo3/sysext/... and do the commit >> there (as this is an own repository). > > Ok, I guess that was the mistake. > >> >> In order to get the Change-Id: line in the commit message, please copy >> the commit-msg hook file not only into typo3_src/.git/hooks, but also to >> typo3_src/typo3/sysext/../.git/hooks. > > Well I guess this is what's done with "git submodule foreach 'curl -o > .git/hooks/commit-msg > "http://wiki.typo3.org/wiki/images/5/5c/Commit-msg.txt" && chmod +x > .git/hooks/commit-msg'" which is stated in the contribution-tutorial. So > this step was done already. > > Thx for your instant help, now it's working. :) > > Cheers, > Michael > _______________________________________________ TYPO3-dev mailing list TYPO3-dev at lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev From kontakt at mb-neuemedien.de Mon Oct 29 12:36:15 2012 From: kontakt at mb-neuemedien.de (Michael Bakonyi) Date: Mon, 29 Oct 2012 12:36:15 +0100 Subject: [TYPO3-dev] Problems contributing via git In-Reply-To: References: Message-ID: Hi and thx for all your help & infos :) @Nicole: I already signed the CLA and as mentioned before I was able to successfully push something already. > @Michael you have to cd into the dir of the submodule and just behave like > being in a normal git repository Yes and I did that. But when I go into the frontend-folder and do a "git diff" the mentioned lines -Subproject commit e39a3371feb6824ecbb4169e100534b62cdb3a4e +Subproject commit c68edfd36034cef602f64ddb25579da94e546ab2 appear regarding my extbase changes which I already pushed. When I do a "git diff" within the extbase-folder nothing appears which is okay as I already committed and pushed everything. I just want to know if I can ignore the lines and commit/push anyway or if anything went wrong. I don't want to push any crap ... Cheers, Michael Am 28.10.12 01:15, schrieb Philipp Gampe: > Hi Jigal, > > Jigal van Hemert wrote: > >> You can indeed easily recognize them because there is a .git directory >> inside their directories. > > Only in older git versions. Newer versions just have a .git file in there > with the content "gitdir: ../../../.git/modules/typo3/sysext/extensionname" > > @Michael you have to cd into the dir of the submodule and just behave like > being in a normal git repository > > Best regards > From pedersen at frm2.tum.de Mon Oct 29 13:30:24 2012 From: pedersen at frm2.tum.de (=?UTF-8?B?QmrDtnJuIFBlZGVyc2Vu?=) Date: Mon, 29 Oct 2012 13:30:24 +0100 Subject: [TYPO3-dev] Problems contributing via git In-Reply-To: References: Message-ID: Am 29.10.2012 12:36, schrieb Michael Bakonyi: > Hi and thx for all your help & infos :) > > @Nicole: I already signed the CLA and as mentioned before I was able to > successfully push something already. > >> @Michael you have to cd into the dir of the submodule and just behave > like >> being in a normal git repository > > Yes and I did that. But when I go into the frontend-folder and do a "git > diff" the mentioned lines > > -Subproject commit e39a3371feb6824ecbb4169e100534b62cdb3a4e > +Subproject commit c68edfd36034cef602f64ddb25579da94e546ab2 > > appear regarding my extbase changes which I already pushed. When I do a > "git diff" within the extbase-folder nothing appears which is okay as I > already committed and pushed everything. Hi, yes, as long as you do not commit this change that is safe. Best idae is to always use "fresh" branches and run a submodule update so that the submodules are in the correct state as well. Bj?rn From tomasnorre at gmail.com Mon Oct 29 15:45:27 2012 From: tomasnorre at gmail.com (Tomas Norre Mikkelsen) Date: Mon, 29 Oct 2012 15:45:27 +0100 Subject: [TYPO3-dev] Indexed Search - Search results data Message-ID: Hi, I have indexed search configured, or at least almost still som issue i want to change. When searching for eg. Berlin, my Search result looks like this: Berlin Berlin Berlin Vidunderlige Berlin emmer af historie og oplevelser fra A-Z Berlin er blevet ?t af de mest attraktive rejsem?l i Europa. ... herretur, k?resteferie eller familieferie, s? vil Berlin kunne tilbyde dig meget - og rejsen varer kun omkring ... bl.a. museer om krigen og efterkrigstiden, f.eks. The "Berlin" text is there 3 times before starting the body-text, i guess it's the page title shown here. When adding meta-description or meta-keywords they are shown after the 3 "berlin" texts.. Is it posible to manipulate with the data shown, right now the template contains following: ###DESCRIPTION### Which doesn't give me much possibilities to change cause only one marker. How to change whats shown in the result? Cannot find any info in the man page, either for indexed_search or for the crawler indexing the page. Hints are very welcome =) -- Venlig Hilsen / Best Regards Tomas Norre Mikkelsen Tomasnorre at gmail.com TYPO3 Developer @netimage.dk TYPO3 Profile: http://forge.typo3.org/users/4289 Follow me at twitter Twitter.com/tomasnorre From simonschaufi at jesus.de Wed Oct 31 00:30:33 2012 From: simonschaufi at jesus.de (Simon Schaufelberger (Schaufi)) Date: Wed, 31 Oct 2012 00:30:33 +0100 Subject: [TYPO3-dev] realurl shop menu and leaving out the category on article page Message-ID: Hi, i still find it hard to configure realurl the way i want it and i hope somebody can help me. i have a menu with links like this: index.php?id=4&tx_myext[shop][cat]=1 which will be transformed into: shop/category/categoryname.html so far so good. now i want to make a link to an article but for the menu to stay expanded i also need to add the cat to the url BUT i DONT'T want to have the cat in the url like on other shop systems so in other words i want this: index.php?id=4&tx_myext[shop][cat]=1&tx_myext[shop][article]=2 which should be transformed into: shop/article/articlename.html but HOW do i do that??? Realurl should know that article 2 has the cat 1 "included". i tried playing around with the bypass setting but this didn't work out. -- Regards, Schaufi From cbuchli at snowflake.ch Wed Oct 31 09:28:33 2012 From: cbuchli at snowflake.ch (Christoph) Date: Wed, 31 Oct 2012 09:28:33 +0100 Subject: [TYPO3-dev] realurl shop menu and leaving out the category on article page In-Reply-To: References: Message-ID: Hy Simon Just don't add the Category-Parameter to the detail-Link to a product... So your Product-Link would look like: > index.php?id=4&tx_myext[shop][article]=2 You could get the corresponding Category in your plugin after all, if you need them on the detail-page... Regards, christoph From BenjaminBeck at gmx.de Wed Oct 31 12:16:54 2012 From: BenjaminBeck at gmx.de (Benjamin Beck) Date: Wed, 31 Oct 2012 12:16:54 +0100 Subject: [TYPO3-dev] Hardware requirements for TYPO3 intranet server Message-ID: Hello all I need hardware requirements for a TYPO3 intranet server. The firm has about 250 employees (They all are office workers). My guess is that about 30 users will be active on the TYPO3-intranet at the same time. The TYPO3-intranet-pages will use many none-cacheable extensions (commenting/personalisation..). Software will be LAMP. I think this should be enough: - up-to-date Intel CPU (i7 / 6 cores / ~2.5Ghz) - 16 GB RAM --------- What are your experiences? Do you think this hardware is sufficient to make TYPO3 work snappy? (if no, what would you suggest?) What if my guess is wrong, and there are 50 Users active at the same time - will this system still be sufficient? THX Benjamin From BenjaminBeck at gmx.de Wed Oct 31 12:16:55 2012 From: BenjaminBeck at gmx.de (Benjamin Beck) Date: Wed, 31 Oct 2012 12:16:55 +0100 Subject: [TYPO3-dev] Hardware requirements for TYPO3 intranet server Message-ID: Hello all I need hardware requirements for a TYPO3 intranet server. The firm has about 250 employees (They all are office workers). My guess is that about 30 users will be active on the TYPO3-intranet at the same time. The TYPO3-intranet-pages will use many none-cacheable extensions (commenting/personalisation..). Software will be LAMP. I think this should be enough: - up-to-date Intel CPU (i7 / 6 cores / ~2.5Ghz) - 16 GB RAM --------- What are your experiences? Do you think this hardware is sufficient to make TYPO3 work snappy? (if no, what would you suggest?) What if my guess is wrong, and there are 50 Users active at the same time - will this system still be sufficient? THX Benjamin From steffen.gebert at typo3.org Wed Oct 31 13:14:44 2012 From: steffen.gebert at typo3.org (Steffen Gebert) Date: Wed, 31 Oct 2012 13:14:44 +0100 Subject: [TYPO3-dev] Hardware requirements for TYPO3 intranet server In-Reply-To: References: Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Benjamin, if you do it (=TYPO3) right, the server is overkill. If you do it wrong, it will be painful slow. It depends a lot on what functionality your intranet site offers and how CPU/DB intense this is. Basically I'd say that the server should be sufficient, if not very over-dimensioned. typo3.org runs on a machine with 4 cores and 16GB RAM. Kind regards Steffen - -- Steffen Gebert TYPO3 CMS Core Team Member TYPO3 Server Administration Team Member TYPO3 .... inspiring people to share! Get involved: http://typo3.org I work for TYPO3 solely in my spare time. If you think that my work helps you running your business, you are invited to send me a donation via PayPal to this email address. Thanks On 10/31/12 12:16 PM, Benjamin Beck wrote: > Hello all > > > I need hardware requirements for a TYPO3 intranet server. > > The firm has about 250 employees (They all are office workers). > My guess is that about 30 users will be active on the TYPO3-intranet at the same time. > The TYPO3-intranet-pages will use many none-cacheable extensions (commenting/personalisation..). > Software will be LAMP. > > > I think this should be enough: > > - up-to-date Intel CPU (i7 / 6 cores / ~2.5Ghz) > - 16 GB RAM > > --------- > > > What are your experiences? > > > Do you think this hardware is sufficient to make TYPO3 work snappy? > (if no, what would you suggest?) > > > What if my guess is wrong, and there are 50 Users active at the same time - will this system still be sufficient? > > > > THX > Benjamin > -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQkRY0AAoJEIskG/rSlyw4+yoH/1S9eMURkK3eYbr3SZn/7QWr r/FaSE2VjbfJBUAyiFw+ttqo8Iu/z+9gpyHVy079Bhg3HBESdhTtv0DUbx0ITPV0 mbCm1GEGiFd6dBrXpj4FlbBoD42NVkdMEIFJ9aabLBMBswKIQAWiJAsennkYOZAc b158C6klaVAHWAYw7QB52RelTX/6H9gNXIkv7z/AB5kRi61YAnGxZzBYQR0muvD3 RcL0R3GaKVTycelcgFqe/ZKtkJOyQ7FPYWFLm5jEsx6ZXNCyA4LSXLjmVN9FwHoL aQXWpSJxbXcUye5XO7Lz/O5TOIAjNUWKupeirI7ZDOwD47AiZhlaoVrfmsoiqUc= =NhKr -----END PGP SIGNATURE----- From F.Gerards at esolut.de Wed Oct 31 13:37:59 2012 From: F.Gerards at esolut.de (Frank Gerards) Date: Wed, 31 Oct 2012 13:37:59 +0100 Subject: [TYPO3-dev] Hardware requirements for TYPO3 intranet server In-Reply-To: References: Message-ID: Hi, we are running a Linux - server 4 years old to serve intranet for about 4500 forest workers, which have team-rooms and handle web-folders via WebDAV , much traffic on it as about 80-100 users are working with documents via WebDAV connections , with a 8GB RAM machine its just working fine. We use NTLM /LDAP Auth of Apache and had no problems so far. Greetz, Frank -----Urspr?ngliche Nachricht----- Von: typo3-dev-bounces at lists.typo3.org [mailto:typo3-dev-bounces at lists.typo3.org] Im Auftrag von Steffen Gebert Gesendet: Mittwoch, 31. Oktober 2012 13:15 An: typo3-dev at lists.typo3.org Betreff: Re: [TYPO3-dev] Hardware requirements for TYPO3 intranet server -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Benjamin, if you do it (=TYPO3) right, the server is overkill. If you do it wrong, it will be painful slow. It depends a lot on what functionality your intranet site offers and how CPU/DB intense this is. Basically I'd say that the server should be sufficient, if not very over-dimensioned. typo3.org runs on a machine with 4 cores and 16GB RAM. Kind regards Steffen - -- Steffen Gebert TYPO3 CMS Core Team Member TYPO3 Server Administration Team Member TYPO3 .... inspiring people to share! Get involved: http://typo3.org I work for TYPO3 solely in my spare time. If you think that my work helps you running your business, you are invited to send me a donation via PayPal to this email address. Thanks On 10/31/12 12:16 PM, Benjamin Beck wrote: > Hello all > > > I need hardware requirements for a TYPO3 intranet server. > > The firm has about 250 employees (They all are office workers). > My guess is that about 30 users will be active on the TYPO3-intranet at the same time. > The TYPO3-intranet-pages will use many none-cacheable extensions (commenting/personalisation..). > Software will be LAMP. > > > I think this should be enough: > > - up-to-date Intel CPU (i7 / 6 cores / ~2.5Ghz) > - 16 GB RAM > > --------- > > > What are your experiences? > > > Do you think this hardware is sufficient to make TYPO3 work snappy? > (if no, what would you suggest?) > > > What if my guess is wrong, and there are 50 Users active at the same time - will this system still be sufficient? > > > > THX > Benjamin > -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQkRY0AAoJEIskG/rSlyw4+yoH/1S9eMURkK3eYbr3SZn/7QWr r/FaSE2VjbfJBUAyiFw+ttqo8Iu/z+9gpyHVy079Bhg3HBESdhTtv0DUbx0ITPV0 mbCm1GEGiFd6dBrXpj4FlbBoD42NVkdMEIFJ9aabLBMBswKIQAWiJAsennkYOZAc b158C6klaVAHWAYw7QB52RelTX/6H9gNXIkv7z/AB5kRi61YAnGxZzBYQR0muvD3 RcL0R3GaKVTycelcgFqe/ZKtkJOyQ7FPYWFLm5jEsx6ZXNCyA4LSXLjmVN9FwHoL aQXWpSJxbXcUye5XO7Lz/O5TOIAjNUWKupeirI7ZDOwD47AiZhlaoVrfmsoiqUc= =NhKr -----END PGP SIGNATURE----- _______________________________________________ TYPO3-dev mailing list TYPO3-dev at lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev From simonschaufi at jesus.de Wed Oct 31 17:41:16 2012 From: simonschaufi at jesus.de (Simon Schaufelberger (Schaufi)) Date: Wed, 31 Oct 2012 17:41:16 +0100 Subject: [TYPO3-dev] realurl shop menu and leaving out the category on article page In-Reply-To: References: Message-ID: Gr?ezi Christoph, I need this parameter for my category menu to work properly (to expand the tree). I am using a modified version of http://www.typogento.com/demo.html but with a different shop system. If realurl has no cache entry for the reverse order (nice url to ugly url) then i could provide a userfunction to get the category for the article. Regards, Schaufi Am 31.10.2012 09:28, schrieb Christoph: > Hy Simon > Just don't add the Category-Parameter to the detail-Link to a product... > So your Product-Link would look like: >> index.php?id=4&tx_myext[shop][article]=2 > > You could get the corresponding Category in your plugin after all, if > you need them on the detail-page... > > Regards, > christoph