Dear folks,
My name is Andreluiz Cunha and I'am currently finishing the translation of version 1.5.2 to Brazilian Portuguese.
How to send it to you?
I am changing the software to fit my needs (and wanna sell it) how to properly announce that the source was based on
the PHPWEBGALLERY?
During this process I've found and solved a few bugs.
Also tried to login in the bugs but my username (acunha) was not allowed.
BUG FOUND - Translation related only
admin.lang.php
$lang['edit category permissions'] = 'Modificar permissões da categoria';
I believe that in french it should stand for permissions NOT informations.
My french is a bit out of date. ;-)
BUG FOUND:
directory admin:
update.php (the filesize, width, height text is always in english)
line 541 change
$used_metadata = $lang['metadata_basic'].' (filesize, width, height)';
to
$used_metadata = $lang['metadata_basic'].'('.$lang['filesize'].', '.$lang['tn_width'].', '.$lang['tn_height'].')';
PS: I used the tn_ because it is already there.
Maybe in the future is a good idea to replace the lang repeated variables with sed ;-).
Or sooner if I have time to it. It will improve the response of the site.
BUG FOUND:
categoty.php
ADD the variable:
'U_LOST_PASSWORD' => add_session_id(PHPWG_ROOT_PATH.'password.php')
Otherwise in the main "CATEGORY" page if the user forgets his pass and click the
forget pass BUTTON it will be redirected CATEGORY again, remaining forever
forgotten :.-(
BUG FOUND:
In the upload page the e-mail text does not show up!!!
change:
$lang['Mail address']
to
$lang['Mail_address']
upload.php change
'L_EMAIL' => $lang['mail_address'],
to
'L_EMAIL' => $lang['Mail_address'],
COMENT:
Sorry if those bugs where already detected.
I just downloaded the software 5 days ago and didn't check
the forums.
GREAT SOFT BY THE WAY.
Offline
acunha wrote:
finishing the translation of version 1.5.2 to Brazilian Portuguese. How to send it to you?
Extensions manager is the dedicated tool for this. User interface is only available in french, but will soon be also available in english. If you encounter problems registering your extension, I'll help you.
acunha wrote:
I am changing the software to fit my needs (and wanna sell it) how to properly announce that the source was based on
the PHPWEBGALLERY?
PhpWebGallery is under GPL license. It means that you can't sell it without distributing source code. Since PhpWebGallery is written in PHP, you'll obviously distribute the source code. In source code, keep all PhpWebGallery copyrights and identify clearly where you modified code to fit your needs.
Who will you buy a modified PhpWebGallery ? What kind of modification did you make ? Don't you want to write some MODs ?
acunha wrote:
During this process I've found and solved a few bugs.
Also tried to login in the bugs but my username (acunha) was not allowed.
What do you mean "not allowed" ? PWG team can't manage bug notifications without using the bug tracker :-/
GREAT SOFT BY THE WAY.
Thanks :-) what made you choose PhpWebGallery ?
Offline
THIS PAGE HERE
http://bugs.phpwebgallery.net/login_pag … age.php%3F
When i type my username: acunha and my pass ***********
it gives me this message:
Your account may be disabled or blocked or the username/password you entered is incorrect.
This is what I mean for "not allowed" ;-)
I am currently changing it to add a shopping cart, say "Online photo boutique". Comprendre Vous?
Yes, I may introduce some new MODs.
Au revoir.
Offline
Hey!
Never mind. I didn't noticed that there is a separated register for the BUG area!
Just did it.
C U There...
Offline