December 15th, 2008
It has been a long while since I updated XodaGallery. But now I’m back working on it. While I’m working on new code I’ll also have to go through some changes, plans, wiki. I’ve started today by updating the blog to Wordpress 2.7
The development roadmap is way off. I’m working on making the gallery multilingual, with a combination of the gettext-functions in PHP and database adjusments. Interface will be translated with gettext which means you can translate it to your language with a program like Poedit and create .mo-files. The administration will also be in seperate folder. The svn-repository while get an overhaul.
After the long silence I believe a pictures of the bird phoenix is in order

Risen from the ash
Posted in Development | 1 Comment »
May 29th, 2008
Next release will probably be june 5th june 14 (sorry, to much work to do). Then XodaGallery will be usefull again I think, and others will be invited to join development - and development pace will quicken up I think.
Posted in Development | No Comments »
May 29th, 2008
Well, there will be so much changes that I’m thinking of naming the next version to 0.3a instead of 0.2.5
All administrations interface and functions will be new. It will be more secure (I hope, but I’m glad if you help me to check that) and more pretty by using the silky icons from www.famfamfam.com. At the moment it looks something like this:

This is not added to svn yet, so dont bother checkout.
Posted in Administration, Development | 1 Comment »
May 26th, 2008
For people like me who likes to run photoblogs, the next version of XodaGallery will be able to ping webservices.
It will also be able to read and present EXIF-data from uploaded images.
Posted in Development | No Comments »
May 23rd, 2008
I have recently swtiched main system to Mac OS X (I also use Ubuntu Linux a lot). First things first, I needed to choose texteditor. My criteria on the basic texteditor is quite simple
- Good syntax highlighting for my languages (PHP, SQL, HTML, CSS, Javscript)
- Snippets of some kind (I want it to be easy to reuse code).
- Possibility (but not mandatory) to group files in projects
- Set encoding as UTF-8 and change end of line.
- A nice search and replace
- Line-numbering
I now run Smultron and Eclipse+PDT, they are both free and very good. I also liked skEdit and Textmate among others, but Smultron has so many features and Eclipse+PDT is so good with objectoriented code (but I will probably donate later on) and they are both FREE. But I have to say it was not easy to choose, there were many good options.
Here are some links to editors on Mac, why not try them and give your opinion?
Texteditors on Mac OS X
This list is also maintained in the developer part of the XodaGallery wiki, along with Windows and Linux editors. Feel free to suggest additions.
Posted in Coding, Development | No Comments »
May 22nd, 2008
Well, i’m getting started with this again. Working on a new version of XodaGallery (the old one feels… old and lacking in features to say the least), but there is also a lot of updates to this website…
- New wiki (DokuWiki)
- New forum (Vanilla)
- This blog updated to Wordpress 2.5.1 with lots new plugins
“Why is this important?”, you might ask yourself. Because as soon as I get the preview of version 2.5 out there I will invite others to join this project.
Posted in Administration, Development | No Comments »
December 11th, 2007
Locked out from your gallery login? It’s the bad behavior, the antispam script that calls a bad blacklisting. There are two solutions:
- Open
/plugins/plugins.php and comment the row with require_once (followed bad bad behavior filepath). Put // at the beginning of the row. This will leave you without good spam-protection!
- Download the new version of Bad Behavior from http://www.bad-behavior.ioerror.us/2007/12/06/bad-behavior-2011/, and replace all files but
bad-behavior-generic.php in the folder /plugins/Bad-Behavior.
Next version of XodaGallery will have a seperate admin-part with its own folder and a login, no antispam script. Even if something like this happens again, in the next version you should always be able to login to adminarea. Next version will be available in january and have loads of improvements.
Posted in Important updates | No Comments »
June 5th, 2007
I released version 0.2.3 today (download from SourceForge). Just a security update wich blocks html-tags in comments.
Version 0.3 is just around the corner. When that is finished I will post for help on SourceForge, so keep a lookout if you want to get involved.
Posted in Release, Security | No Comments »
May 8th, 2007
New release is out. Not so many changed, but 2 quite important bugs squashed. Categories now show on main page, and setting for thumbnail size now works. Please report bugs on SourceForge or here if you find any
Update: Fixed one more bug for the day and created release 0.2.2.1
Posted in Development, Release | No Comments »
May 8th, 2007
In the beginning of april a person claimed to have found a vulnerability in XodaGallerys administration.php You can find it here for example.
However, it seems to me that this person did not bother even having a look at the code. He claims that you can gain access trough the querystring in administration.php?cmd=Command as if it were including a file. The ?cmd= though, is only tested against static values - so I have a hard time to see this alleged vulnerability. If you have any ideas, please contact me.
I also think it’s really suspicious not to even file a bug here at sourceforge or contact me, only to spread the info on other places on the Internet.
Posted in Development, Security | No Comments »