Hi,
dunno how to contact the dev team so I'm posting here.
We are a small dev team from University Rennes 1, France, and we had dev some small functions to zenphoto and a Java Zenphoto uploader / administrator.
I need to know how this can be tested by the dev team or maybe integreted.
This work will be on GPL licence and there will be a website for this in a couple weeks.
Just need some beta test and main dev team contact now.
See you
Comments
We absolutely welcome any third party contributions but I can't promise that we have really can test what you did. But of course we will post an entry on our news section if you let us know about something you did.
Generally we do not include third party features into the release package since we - being a small team - are then left to maintain them then (depends of course).
Actually a lot of things can be done via plugins which we prefer to be maintained by its developer. Please read on www.zenphoto.org/get-involved/ and the two linked pages within how to contribute best.
Feel free to ask further questions.
The main dev was on a java program than can do the administration remotely of one or more Zenphoto. Basic stuff :
- add album
- edit album
- upload photo
the goal was to generate resized pictures from folder full of BIG pictures to save bandwith and help professionals to manage their album with upload.
We did that because there was an old .Net program but not working anymore, and we wanted a multi platform compatibility. More to come
Beta publication, rush on it
http://forge.ifsic.univ-rennes1.fr/projects/zenphoto/
Apologies it is in french, I'm the admin Jérôme Steunou, part of the dev team of this project called simply JUZ for « a Java Uploader for Zenphoto »
Go on the « Fichiers » part of the project to download that beta version.
Be carefull also it is a beta program. Maybe there are still bugs. Fill free to write some feedback on the forum or tracker part.
Créer un album means Create an album
Créer un sous album means Create a sub album
Lister les albums means List all albums
Créer les miniatures means create Thumbnails
Thank you !
1/ Mail alert on visit album if > to XX day not visit
2/ PDF post possibility in the comment for the admin
There is no webservices or API in zenphoto, so our program works on HTTP post level.
If on the next version there ll be some change on the form handlers we ll have to write another connection handler
This was in the error log and might be related/helpful:
`PHP Notice: Undefined index: redirect in /home/web29205/domains/archlinuxgallery.com/public_html/zp-core/auth_zp.php on line 61`
About URL, tested on all url like http://[www.]mydomain[.xxx]/zenphoto
And I m mostly interested on the errors you had on your java terminal
I need to know more about your login page and install configuration kagutsushi. Do you are in https mode first ? What's the url, are at least how it look like ?
The security log indicates that the login is successful each time I try to connect, and each time I get the PHP notice from before.
I'm not sure what information to give you exactly, so if you need something specific, let me know and I'll help as much as I can.
here it is http://forge.ifsic.univ-rennes1.fr/frs/shownotes.php?release_id=54 new version with logger.
was not ready to release this but if it could help.
give it an other try with this and tell me your log please.
`
Feb 18, 2010 4:15:39 PM rennes1.miage.m2.proxy.ZPLogger log
INFO: [16:15:39] == try to connect to http://www.archlinuxgallery.com/zp-core
/admin.php
Feb 18, 2010 4:15:39 PM rennes1.miage.m2.proxy.ZPLogger log
INFO: [16:15:39] == as kagutsuchi713
Feb 18, 2010 4:15:40 PM rennes1.miage.m2.proxy.ZPLogger log
INFO: [16:15:39] == No more headers
Feb 18, 2010 4:15:40 PM rennes1.miage.m2.proxy.ZPLogger log
INFO: [16:15:39] == loging failed !
`
also I don't think it s related to the nighty build because it works on the one I installed.
It's on your website server config. You re using en Apache 2 but it does not set the cookies in the headers, wich JUZ scan to find the cookie about the auth
I ll try to correct that and find another way that the headers
More weird, mine have this post paramter on the form, but did not care if is not in the http request, yours did. oO
I'll publish new version this week end for this nb, hope ll work for 1.2.9
Your nb is 5037 mine is 5043, update maybe (but after login some functionality do not work yet, try with a 1.2.8 if you want to see working)
Anyone else on stable 1.2.8 to try this ? I really need feedback.
and on yours it does...
That's why i block this version of JUZ for 1.2.8 and I just ll add a new handler for 1.2.9 with a prompter to let the user choose the version he wanna use.
Support of the futur 1.2.9 added. It can be set in the XML file in the option folder.
And I try a little thing to fix your connection problem. Hope it ll work :x