Aug 22

Mr, please! Your doing it wrong!

You're doing it wrong!

You're doing it wrong!

written by Tim Groeneveld

Aug 20
-$top .= $ns['recordName'] .
         str_repeat(" ", 20-strlen($ns['recordName']) ) .'A';
+$top .= $ns['recordName'] .
         str_repeat(" ", 20-strlen($ns['recordName']) ) . $ns['recordType'];

Thank you very much, I am proud to accept the award for the major ‘Oh Damn’ of the year. This ‘Oh Damn’ silently broke ns5′s .ing TLD for a smal time…

This was in Galium, and a new release solving this and two other minor issues will be released soon, for the time being, grab the patch at http://hg.sharesource.org/galium/raw-rev/861da6f25b75 … just patch it with -p1 :)

written by Tim Groeneveld \\ tags: , , , , ,

Aug 11

What’s fixed in this hotifx?

  • Domain Cron is less verbose
  • Started removing hard coded values inside the domain cron.
  • Fixed a bug in the domain cron; where a domain would not be marked as being updated when it had beed
  • Included the missing ‘switch’ function… woops!

Galium 0.29 hotfix

written by Tim Groeneveld \\ tags: , , ,

Aug 10

Galium 0.29 released!

  • 100% Fixed the confusing template, where logout showed up, without being logged in!
  • 100% You can now (again) switch between local and remote hosting of domains :)
  • 90% Users can now add A, AAAA and CNAME records.

How to upgrade?
If you have installed Galium 0.2 or later, updating is as simple as just replacing all the updated files. If not, go to the directory where you installed Galium, and type ‘php ./apps/doUpdate.php’

tim@timg:/var/www/galium$ ./apps/doUpdate.php
=> Galium Cron Service v0.2b
--> Loading configuration ...
--> Connecting to MySQL ...
=> Checking if the database needs an update ...
=> Updating to database version 4
--> Running UPDATE-0002.sql ...
----> OK!!!
--> Running UPDATE-0003.sql ...
----> OK!!!
--> Running UPDATE-0004.sql ...
----> OK!!!
--> OK!

Easy! Download the latest Galium here.

tim@timg:/var/www$ diff -ur galium.old galium | diffstat
 galium/apps/domainCron.php                                |  150 +++++-----
 galium/conf/config.php                                    |    4
 galium/www/Applications/User/Manage.php                   |  149 ++++++++-
 galium/www/Libraries/Backend.php                          |   32 ++
 galium/www/Skins/bea../Template.php                       |   16 -
 galium/www/Skins/bea../Temp..s/Man../Dom..Records.php     |   18 -
 galium/www/Skins/bea../Temp..s/Man../lis..omains.php      |    6
 12 files changed, 273 insertions(+), 103 deletions(-)

written by Tim Groeneveld \\ tags: , ,