Page 6 of 7
Re: SVN run through ->zip Versions
Posted: Fri 18. Jul 2008, 16:51
by update
...ich kenne nur tortoisesvn - das geht gut! (lass mal den trunk weg?)
Re: SVN run through ->zip Versions
Posted: Fri 18. Jul 2008, 16:54
by lindesbs
Im tortoisesvn nimmst du als CheckOut URL einfach :
http://phpwcms.googlecode.com/svn/trunk/
Ohne user / Passwort. Klappt super.
Re: SVN run through ->zip Versions
Posted: Fri 18. Jul 2008, 17:24
by Jensensen
@phalancs
click this:
[x]
Re: SVN run through ->zip Versions
Posted: Fri 18. Jul 2008, 17:26
by phalancs
WOW vielen Dank!
"
auschecken" war übrigens das Stichwort, dass mir jetzt auch geholfen hat.

Re: SVN run through ->zip Versions
Posted: Sat 19. Jul 2008, 11:25
by juergen
--> 236, sorry for being late .. 11 hours

Re: SVN run through ->zip Versions
Posted: Sun 20. Jul 2008, 11:05
by juergen
As a matter of fact I willingly missed 237, well knowing that the majority of users likes to have sample code, especially dealing with user issues.
Thats a very principial view .. hoping this will return!!
Re: SVN run through ->zip Versions
Posted: Sun 20. Jul 2008, 11:23
by update
r237 = very funny DIFF

Re: SVN run through ->zip Versions
Posted: Sun 20. Jul 2008, 11:38
by juergen
Yes funny in first view .
but: If you sometimes need some of these pieces for your own this code will be missing. Ok, you do not need, you do not plan a multi-languaged multi user site..

Re: SVN run through ->zip Versions
Posted: Sun 20. Jul 2008, 12:20
by Cipolla
hm, mybe this is a first reaction of my post here:
http://forum.phpwcms.org/viewtopic.php?f=2&t=17522
but: If you sometimes need some of these pieces for your own this code will be missing. Ok, you do not need, you do not plan a multi-languaged multi user site..
I thought azlan and floristuser have been made by OG for some special customers? This mods are multi-language and multi user able? Very interesting, can someone explane more?
Re: SVN run through ->zip Versions
Posted: Sun 20. Jul 2008, 18:25
by Jensensen
Cipolla wrote:azlan and floristuser
Tja, und nun sind sie weg.
Re: SVN run through ->zip Versions
Posted: Sun 20. Jul 2008, 22:16
by juergen
Cipolla wrote:
I thought azlan and floristuser have been made by OG for some special customers? This mods are multi-language and multi user able? Very interesting, can someone explane more?
in answering to your
Code: Select all
$sql_fields = $plugin['fields'];
$sql_fields['detail_password'] = md5($sql_fields['detail_email']);
$sql_fields['detail_login'] = '';
$sql = 'INSERT INTO '.DB_PREPEND.'phpwcms_userdetail (';
foreach($sql_fields as $key => $value) {
$sql_fields[$key] = $key;
}
as an example ... this one taken from azlan .. one of perhaps hundred examples.. if you need, you'll probably be happy to save 5 hours ..
Re: SVN run through ->zip Versions
Posted: Mon 21. Jul 2008, 13:43
by Oliver Georgi
Yes, it was developed for customers. It was never be part of "official" releases. It became available in SVN because I have forgotten
It was longer planned to remove it to keep SVN clear.
If you need - roll back to revision < 237 and take it. It's still available in older revisions - so you will not miss anything.
And yes, these are sample modules showing some specialties.
Oliver
Re: SVN run through ->zip Versions
Posted: Thu 24. Jul 2008, 20:59
by juergen
..... -> 240
Re: SVN run through ->zip Versions
Posted: Thu 24. Jul 2008, 21:20
by update
got it

Re: SVN run through ->zip Versions
Posted: Fri 25. Jul 2008, 02:49
by Jensensen
[x]