Hello
I started to get an Eclipse based dev environment going uisng Eclipse-PDT, Xampp ( wApache, PHP, mySql, XDebug for debugging, etc ... ).
That all installed but i am not yet finished configuring it properly ( I can't start debugging e.g. ). But i imported piwigo 2.0.8 into my
workspace and i get a lot of warnings !! Many of them are "invalid character used" warnings which i undestand as they are
comming mostly from the Japanese language files.
But there are many "invalid location of tag" errors as well as "no end tag" errors. Maybe that is no issue. If it is, i can provide the list
of warnings in order to clean that up .
Anybody else is using Eclipse for piwigo dev? is there anything important to take care of ?
Otherwise once i am finished in getting this operational i may post a thread with some How-To for setting up such an environment.
Cheers
Offline
Hi starRider,
starRider wrote:
But there are many "invalid location of tag" errors as well as "no end tag" errors. Maybe that is no issue. If it is, i can provide the list
of warnings in order to clean that up .
Can you give a small sample of warnings?
starRider wrote:
Anybody else is using Eclipse for piwigo dev? is there anything important to take care of ?
Otherwise once i am finished in getting this operational i may post a thread with some How-To for setting up such an environment.
I don't know anybody coding Piwigo with Eclipse but it doesn't mean it's not a good solution :-)
Your HOWTO will certainly be useful for future developers (including plugin developers), thank you :-)
Offline
Here you go :
it's a very small sample there are in total 105 warnings:
No end tag (</span>). cat_modify.html /piwigo/language/ja_JP/help line 76 HTML Problem
No end tag (</ul>). advanced_feature.html /piwigo/plugins/add_index/language/de_DE/help line 2 HTML Problem
No end tag (</ul>). advanced_feature.html /piwigo/plugins/add_index/language/de_DE/help line 7 HTML Problem
No end tag (</ul>). advanced_feature.html /piwigo/plugins/add_index/language/en_UK/help line 2 HTML Problem
i can put them into an xls file if you like (or an OO calc file )
Cheers
Offline
plg
I tried to send the ods file to you but the mail system of Piwigo doesn't support file attachements. Any other
prefered means of recieving files ?
//
Offline
There's html problem is theses files.
In /piwigo/plugins/add_index/language/en_UK/help/advanced_feature.html the tag ul is not closed at line 7. We open a new one instead.
So it's not you and we will fix that !
Offline
Hello
do you want the remainder of the 105 warnings as well in order to get them ev. fixed ? I have another set of 38 Warnings of potentially not initialized variables
if somebody is interested from the Piwigo team. Just tell me where to send the files ( or i can post them all here .. )
Cheers
Offline
starRider wrote:
Hello
do you want the remainder of the 105 warnings as well in order to get them ev. fixed ? I have another set of 38 Warnings of potentially not initialized variables
if somebody is interested from the Piwigo team. Just tell me where to send the files ( or i can post them all here .. )
Cheers
You can send them to me.
Offline
Done you should have them by now
Cheers
Offline
starRider wrote:
Done you should have them by now
Cheers
Thanks. There's two problems. One files with html warnings : bugs can be fixed easily. The other file contains php warnings. I don't think it so simple.
Offline