![]() |
|
Contribution - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Contribution (/thread-6599.html) |
Contribution - Grom - 2010-02-15 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. See you Contribution - kagutsuchi - 2010-02-15 Probably the best way to make sure this gets noticed is to file a ticket on the bugtracker as an enhancement. Contribution - Grom - 2010-02-15 wow, does that mean they do not often come by ? Contribution - acrylian - 2010-02-15 We actually come by quite often..;-) The forum is a good way to contact and discuss contributions. A ticket is a way, too. But mainly for bugs and requests/suggestions. 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. Contribution - Grom - 2010-02-15 the couple functions we had are tricky and mainly for personnal purpose. The main dev was on a java program than can do the administration remotely of one or more Zenphoto. Basic stuff :
We did that because there was an old .Net program but not working anymore, and we wanted a multi platform compatibility. More to come Contribution - acrylian - 2010-02-15 If you have a link to a page where you host that project and/or others we gladly add entries for everything on our extensions section and link to your pages from there. Contribution - kagutsuchi - 2010-02-16 Sounds quite interesting... I'd like to try it out once it's released. Contribution - Grom - 2010-02-18 Here it is ! 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. Créer un album means Create an album Thank you ! Contribution - Grom - 2010-02-18 Ho, but i think it's more for the french ppl. In the « Documents » part, you ll find workd to modifie Zenphoto. 1/ Mail alert on visit album if > to XX day not visit Contribution - kagutsuchi - 2010-02-18 I just gave it a try. Every time I try to log in, it says my username/password is invalid. However, my site's security log indicates that it did successfully log in. Contribution - Grom - 2010-02-18 Are you with the last version of zenphoto ? only tested on 1.2.8 Contribution - kagutsuchi - 2010-02-18 I'm on the nightly (build 5037 to be exact). That might be the problem. Contribution - Grom - 2010-02-18 And what was the URL you wrote ? There is no webservices or API in zenphoto, so our program works on HTTP post level. Contribution - kagutsuchi - 2010-02-18 The URL I used was the base URL of the zenphoto installation. This was in the error log and might be related/helpful:
Contribution - Grom - 2010-02-18 If at least dev team could ad an url just retourn the version of zenphoto it ll make our dev easier Contribution - Grom - 2010-02-18 i ll install a nighty to see in a couple day. 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 Contribution - acrylian - 2010-02-18 It might be a good idea to test this with the nightly as 1.2.9 is scheduled for March 1st. Contribution - kagutsuchi - 2010-02-18 Actually, there's no error output to the command line at all. Contribution - Grom - 2010-02-18 just tested with the nightly build, login work very fine, also creating an album... not the upload of pictures 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 ? Contribution - kagutsuchi - 2010-02-18 The base URL is http://www.archlinuxgallery.com/ and I don't use HTTPS. The install is not within a directory; it's directly within public_html. 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. |