SVN run through ->zip Versions

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: SVN run through ->zip Versions

Post by update »

...ich kenne nur tortoisesvn - das geht gut! (lass mal den trunk weg?)
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
User avatar
lindesbs
Posts: 80
Joined: Fri 18. Feb 2005, 19:13
Location: Oer-Erkenschwick, Germany
Contact:

Re: SVN run through ->zip Versions

Post by lindesbs »

Im tortoisesvn nimmst du als CheckOut URL einfach : http://phpwcms.googlecode.com/svn/trunk/
Ohne user / Passwort. Klappt super.
kein Signatur mehr
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: SVN run through ->zip Versions

Post by Jensensen »

@phalancs

click this:
[x]
Last edited by Jensensen on Sat 20. Sep 2008, 21:15, edited 2 times in total.
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
phalancs
Posts: 793
Joined: Thu 19. Feb 2004, 05:09
Location: Germany

Re: SVN run through ->zip Versions

Post by phalancs »

WOW vielen Dank! :)

"auschecken" war übrigens das Stichwort, dass mir jetzt auch geholfen hat. :)
2008
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: SVN run through ->zip Versions

Post by juergen »

--> 236, sorry for being late .. 11 hours ;)
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: SVN run through ->zip Versions

Post 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!!
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: SVN run through ->zip Versions

Post by update »

r237 = very funny DIFF :D
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: SVN run through ->zip Versions

Post 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.. :?: :idea: :!:
User avatar
Cipolla
Posts: 451
Joined: Sat 16. Feb 2008, 20:39
Location: Muppet Show

Re: SVN run through ->zip Versions

Post 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?
...
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: SVN run through ->zip Versions

Post by Jensensen »

Cipolla wrote:azlan and floristuser
Tja, und nun sind sie weg.
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: SVN run through ->zip Versions

Post 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 :idea:

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 ..
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: SVN run through ->zip Versions

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: SVN run through ->zip Versions

Post by juergen »

..... -> 240
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: SVN run through ->zip Versions

Post by update »

got it :lol:
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: SVN run through ->zip Versions

Post by Jensensen »

[x]
Last edited by Jensensen on Sat 20. Sep 2008, 21:02, edited 1 time in total.
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
Post Reply