From: Emmanuel F. <ma...@ma...> - 2003-02-14 22:06:15
|
Hi Folks here is some file to deal with easy search list and then download - click search to have the list of search available - list of files correponding to the search - click on file and the download start ... i join my search.php file the list.php file that list file correponding to the search query the download.php file that launch the download it's quite dirty for instant this is based on phpEselGui 0.6.0Alpha2 Enjoy Manu |
From: Emmanuel F. <ma...@ma...> - 2003-02-14 22:13:09
|
forgot the attachement ! Sorry Manu > Hi Folks > > here is some file to deal with easy search list and then download > > - click search to have the list of search available > - list of files correponding to the search > - click on file and the download start ... > > i join my search.php file > the list.php file that list file correponding to the search query > the download.php file that launch the download > > it's quite dirty for instant > this is based on phpEselGui 0.6.0Alpha2 > > Enjoy > > Manu > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > are you planning your Web Server Security? Click here to get a FREE > Thawte SSL guide and find the answers to all your SSL security issues. > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > _______________________________________________ > Phpeselgui-developer mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpeselgui-developer > |
From: Roman K. <rom...@ep...> - 2003-02-15 00:48:28
|
> > Hi Folks > > > > here is some file to deal with easy search list and then download > > > > - click search to have the list of search available > > - list of files correponding to the search > > - click on file and the download start ... > > > > i join my search.php file > > the list.php file that list file correponding to the search query > > the download.php file that launch the download > > > > it's quite dirty for instant > > this is based on phpEselGui 0.6.0Alpha2 > > > > Enjoy > > > > Manu Thanks Manu, for submitting your work. I'll create a patch-file against the current cvs-version and post it to this list, tomorrow (quite late now ;]), then the others (and me of course, too) will test it for a day or two and if it works fine and the code is usable (the others have to rate this, since my php-knowledges are very bad 'till now), i'm going to upload it to cvs regards Roman P.S.: Your name sounds french and the homepage behind the Domainname of your e-mail looks french, too. So i assume you are french ;) Maybe you could work on a Localizer for your native language? My french is even worse than my english so i would really appreciate it, if you could do it ;) |
From: Roman K. <rom...@ep...> - 2003-02-15 13:34:40
Attachments:
search-patch.diff
|
> Thanks Manu, for submitting your work. I'll create a patch-file against > the current cvs-version and post it to this list, tomorrow (quite late > now ;]), then the others (and me of course, too) will test it for a day > or two and if it works fine and the code is usable (the others have to > rate this, since my php-knowledges are very bad 'till now), i'm going to > upload it to cvs Well, as promised i just build the patch-file, so here it comes It can be applied against the current CVS-Version (status: February 15th 2003/ 2:20PM CET) without problems. I already had a short look on it: a) it works! b) you have to click on the searched terms instead of the button "view result" c) Could we maybe put all the files with the same MD4SUM in 1 result and display in a new row, how often it was found? And then sort it the way how many sources are available for this file (== how often it was found) Well anyway, all developers: Have a look at it! ;) regards Roman P.S.: To apply the patch, copy your CVS-Directory and change to the new directory, then execute: patch -p1 < /path/to/search-patch.diff P.P.S.: If you want to have a look at the changes only, not the whole phpEselGui-Code, open the search-patch.diff file with your favorite text-editor P.P.P.S.: I just wanted a P.P.P.S. here ;) P.P.P.P.S.: Ok, i'll stop this for now ;) |
From: Sven W. <eM...@Sv...> - 2003-02-16 16:55:11
|
OK, i think this search is good enough to go into CVS, but it isn't finished. Some issues i found: - Something has crashed the output of the status (first letter is missing) - The view result button should work ;-) - I would be glad to have some more informations in the results list (so i can see, that an AVI with 12 KB won't be the correct one...) - every "TEST" is a thing i want(ed) to build later (as seen, when no search is done...) - Localizer-entries - and c) of Roman's wishes And, of course, the buildListTable has to be put in functions.inc... Good work so far :-) P.S. wanted one, too P.P.S. Have a look at the new codingConventions.txt in the Repository... Roman Kreisel schrieb: >>Thanks Manu, for submitting your work. I'll create a patch-file against >>the current cvs-version and post it to this list, tomorrow (quite late >>now ;]), then the others (and me of course, too) will test it for a day >>or two and if it works fine and the code is usable (the others have to >>rate this, since my php-knowledges are very bad 'till now), i'm going to >>upload it to cvs > > > Well, as promised i just build the patch-file, so here it comes > > > It can be applied against the current CVS-Version (status: February 15th 2003/ 2:20PM CET) without problems. > > I already had a short look on it: > a) it works! > b) you have to click on the searched terms instead of the button "view result" > c) Could we maybe put all the files with the same MD4SUM in 1 result and display in a new row, how often it was found? And then sort it the way how many sources are available for this file (== how often it was found) > > Well anyway, all developers: Have a look at it! ;) > > regards > Roman > > P.S.: To apply the patch, copy your CVS-Directory and change to the new directory, then execute: > patch -p1 < /path/to/search-patch.diff > > P.P.S.: If you want to have a look at the changes only, not the whole phpEselGui-Code, open the search-patch.diff file with your favorite text-editor > > P.P.P.S.: I just wanted a P.P.P.S. here ;) > > P.P.P.P.S.: Ok, i'll stop this for now ;) > > > |
From: Sven W. <eM...@Sv...> - 2003-02-16 17:01:30
|
P.P.P.S. ;-) Maybe this code can be 0.6.0Beta1 and be officially released!? What do you think? Sven Walther schrieb: > OK, i think this search is good enough to go into CVS, but it isn't > finished. > > Some issues i found: > - Something has crashed the output of the status (first letter is missing) > - The view result button should work ;-) > - I would be glad to have some more informations in the results list (so > i can see, that an AVI with 12 KB won't be the correct one...) > - every "TEST" is a thing i want(ed) to build later (as seen, when no > search is done...) > - Localizer-entries > - and c) of Roman's wishes > > And, of course, the buildListTable has to be put in functions.inc... > > Good work so far :-) > > P.S. wanted one, too > P.P.S. Have a look at the new codingConventions.txt in the Repository... > > Roman Kreisel schrieb: > >>> Thanks Manu, for submitting your work. I'll create a patch-file against >>> the current cvs-version and post it to this list, tomorrow (quite late >>> now ;]), then the others (and me of course, too) will test it for a day >>> or two and if it works fine and the code is usable (the others have to >>> rate this, since my php-knowledges are very bad 'till now), i'm going to >>> upload it to cvs >> >> >> >> Well, as promised i just build the patch-file, so here it comes >> >> >> It can be applied against the current CVS-Version (status: February >> 15th 2003/ 2:20PM CET) without problems. >> >> I already had a short look on it: a) it works! >> b) you have to click on the searched terms instead of the button "view >> result" >> c) Could we maybe put all the files with the same MD4SUM in 1 result >> and display in a new row, how often it was found? And then sort it the >> way how many sources are available for this file (== how often it was >> found) >> >> Well anyway, all developers: Have a look at it! ;) >> >> regards >> Roman >> >> P.S.: To apply the patch, copy your CVS-Directory and change to the >> new directory, then execute: >> patch -p1 < /path/to/search-patch.diff >> >> P.P.S.: If you want to have a look at the changes only, not the whole >> phpEselGui-Code, open the search-patch.diff file with your favorite >> text-editor >> >> P.P.P.S.: I just wanted a P.P.P.S. here ;) >> >> P.P.P.P.S.: Ok, i'll stop this for now ;) >> >> >> > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpeselgui-developer mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpeselgui-developer |
From: Manfred S. <man...@gm...> - 2003-02-16 17:21:30
|
hi, before u upload, sven... i've build a second button to delete a search (i needed it:) maybe it should be integrate befor u upload... *?* i ask before i do this... anybody who knows a german-spanish translator? :) |
From: Sven W. <eM...@Sv...> - 2003-02-16 17:34:35
|
Manfred Stellenberg schrieb: > hi, > > before u upload, sven... Me? Ups, I already deleted the patched files because i thought you would do it... ;-) > i've build a second button to delete a search (i needed it:) > maybe it should be integrate befor u upload... *?* Feel free to do so :-) And feel free to upload > > i ask before i do this... > > anybody who knows a german-spanish translator? :) Our english-spanish translator is Roberto: ig...@ma... (he is the author of the Localizer in 0.5) and he is also in this mailing-list ;-) > |