PDA

View Full Version : New member wants to say hello and report a bug.


triadib
7th of October 2004 (Thu), 02:17
Hello Pekka,

first I want to say hello to you and the forum. I am from Germany (near Frankfurt/Main) and working with Menalto Gallery for about two months.

In additon I installed and customized the Jenado cart because I want to sell my own pictures (events like triathlon, weddings etc.)

After a lot of hours/days in PHP scripting I realized that menalto 1.4.4 doesnt look as professional as I want to and never will be.

So yesterday I googled and stumbled on the EE-gallery... in the evening I installed and now I am convinced that EE ist the right way to go -
its professional look and feel is amazing.

During my testing I noticed a bug in the UPLOAD TO DATABASE form.

The functions DELETE ALL FILES IN UPLOAD FOLDER and DELETE FILES THAT ARE USED IN EE DATABASE call out a popup which both echos to delete the files in the directory (!).

Confirming, both functions causes a delete in the UPLOAD-Directory - the data in the DB are not deleted in anyway.

In the copy/move/delete section all functions are correct.

IMO you have to reference just the same functions in the UPLOAD... form as in the copy/... form (e.g. EDITOR_upload.php) or vice versa...

Last but not least I have a questions about the language files.
Is it possible to edit one of these, write them in the database and all edits/ corrections are online or is it a special language interpreter?

- in german language "neue Fotos" sounds better than "neueste Fotos"
- it has to be "keine Eingabe zum Reset" instead of "kein Eingabe..."


Ok Pekka, great job for a great gallery and best regards from Germany,

Dirk

p.s.: is it possible to register in paypal.de with currency EUR?

Pekka
7th of October 2004 (Thu), 02:30
Hi Dirk,


During my testing I noticed a bug in the UPLOAD TO DATABASE form.

The functions DELETE ALL FILES IN UPLOAD FOLDER and DELETE FILES THAT ARE USED IN EE DATABASE call out a popup which both echos to delete the files in the directory (!).

Confirming, both functions causes a delete in the UPLOAD-Directory - the data in the DB are not deleted in anyway.

In the copy/move/delete section all functions are correct.

IMO you have to reference just the same functions in the UPLOAD... form as in the copy/... form (e.g. EDITOR_upload.php) or vice versa...

Those commands are and should be different. In upload page the commands affect UPLOAD folder contents, in copy/move/delete they work on already uploaded files and/or database. Or perhaps I misunderstood your report.

Last but not least I have a questions about the language files.
Is it possible to edit one of these, write them in the database and all edits/ corrections are online or is it a special language interpreter?

- in german language "neue Fotos" sounds better than "neueste Fotos"
- it has to be "keine Eingabe zum Reset" instead of "kein Eingabe..."

All user interface language items are in respective folders under /languages , e.g. Germany is in /languages/ger. Those files are plain text files which you can edit with notepad or similar ASCII editor.

Ok Pekka, great job for a great gallery and best regards from Germany,

Dirk

Thanks!

p.s.: is it possible to register in paypal.de with currency EUR?

Yes.

PS. I'm leaving to Germany/Switzerland tour with FRSO in few moments and support answers within next 10 days will be most likely days late :)

triadib
7th of October 2004 (Thu), 02:44
Ok, please forget my hint - I hope I understand now the differences between the two functions in UPLOAD and the function in delete/copy....

Have fun in Switzerland and always good weather and light for taking a lot of photos.

Dirk