You are never too old to have a good childhood!
paddy's picture

Just set up Flock to start blogging!

Just set up Flock to start blogging!

That was easy! As simple as point and press. This just can't be natural!

Blogged with Flock

verify the FCKedit module for drupal 4.7

The latest and gratest FCKeditor module may not be totally drupal 4.7 compatible. Care must also be made to the new 2.3 version of the fckedit software.

Verify that custom these works on 4.7

transfer custom these to an existing 4.7 installation and verify that the theme works correctly

Upgrade irishclub.lu website to Drupal 4.7

The irishclub.lu website is currently hosted on drupal 4.6.

Drupal 4.7 has added many new functionalities that make the upgrade imperative.

However, as the site is in production and uses quiet a few contributed modules, it is also imperative that these modules correctly work under drupal 4.7.

This project will try to keep track of these issues and hopefully help with the migration.

paddy's picture

Updated to Drupal 4.7 and applied the lock tables hack

Finally updated everying to 4.7 and applied the home-grown lock tables hack.so far so good.

paddy's picture

Script.aculo.us scripts for Drupal 4.7

Attached is a scriptaculous module that implements many of the visual effects available on http://script.aculo.us/

Installation

  • unpack the contents to your modules directory
  • copy the template.php file to your theme directory - please be careful and not replace willy-nilly existing template.php files
  • if you want blocks to have special effects, use the block.tpl.php template provided as an example
  • if you want nodes to have special effects, use the node.tpl.php template provided as an example
paddy's picture

Drupal 4.7 RC Announcement

Just did it!!  and I have to say that it was one of the easiest upgrades I ever done.

Drupal 4.7 RC Announcement -

Long ago, in a galaxy far, far away, Lord Dries did say to Drupallites everywhere, "We will feature freeze Drupal 4.7 in a week, and then we shall commence stabilizing and bug fixing and so on."

And the community said, "BUT WAIT!!"

And so began a flurry of fervent activity to cram all of our desired features and functionality into Drupal. The glorious crowning achievement was the new Forms API, which greatly improved the security, extensibility, and themability of forms.

paddy's picture

It seems that I need to update taxonomy_image and FCKeditor to 4.7

It seems that I need to update taxonomy_image and FCKeditor to 4.7 API

The CVS versions of both modules use the old forms API.

They need to be updated to use the new API - looks like I have an interesting evening in front of me...

paddy's picture

Amadain.net upgraded to Drupal 4.7 beta 6

Amadain has been upgraded to Drupal 4.7 beta 6.

The upgrade went without fault. Modules were turned-off, the base system updated, the database upgraded, modules updated and finally re-enabled.

I have one issue with the weather module - I can't edit the settings of the block.

I had to apply a fix to get the menu displaying properly. And apply a 'fix' for want of a better phrase to by-pass the LOCK TABLES problem.

The latter now causes a SQL error - I'll have to fix that this evening.

Oh - yeah - I still need to get taxonomy_image working.

paddy's picture

valid_url() - extensive update

As in http://drupal.org/node/41651

function valid_url($url, $absolute = FALSE) {
  $allowed_characters = '[a-z0-9\/:_\-_\.\?\$,~=#&%\+\@]';
  $lowalpha = 'a-z';
  $hialpha = 'A-Z';
  $alpha = $lowalpha . $hialpha;
  $digit = '0-9';
  $alphadigit = $alpha . $digit;
  $safe = '\$\-\_\.\+';
  $extra = '\!\*\'\(\)\,';
  $national = '\{\}\|\\\^\~\[\]\`';
  $punctuation = '\<\>\#\%\"';
  $reserved = '\;\/\?\:\@\&\=';
  $hex = $digit . 'A-Fa-f';
  $escape = '\%[' . $hex . ']{2}';
  $unreserved = $alpha . $digit . $safe . $extra;
  $uchar = $unreserved . $escape;

Get Firefox W3C Markup Validation Service W3C CSS Validation Service drupal.org | Community Plumbing Taylor McKnight  -  //gtmcknight Creative Commons License Irish

Syndicate

Syndicate content

Who's online

There are currently 0 users and 0 guests online.

pair Networks