User login

WSF2008

FYI - tonight's chat.. supposed to be 15mins!!!

Another little piece of life on the project:

A call to t() in FAQ causing excessive locale cache refreshing

Agaric @TODO - report this to FAQ issue queue

Here's a string that shouldn't have been in t() --

aeb831da T+0.588907 [DEBUG ] cache_clear_all('locale:pt-br', 'cache') in `modules/locale/locale.module':213

t() call in hook_info in Usernode causes too much locale caching

t() hook node_info Drupal
cannot use t() in custom node declaration?
hook_node_info

Our latest culprit in the Drupal refresh wars: Usernode.

Cache clearing craziness, taxonomy and locale notes

Delete one term and every cache on your entire site gets cleared?

cache_clear_all() in `modules/taxonomy/taxonomy.module':592
taxonomy_del_term('345') in `modules/taxonomy/taxonomy.module':613

What's this about clearing the language cache because the organic groups page is visited in Italian? There's a ton of these:

Decimal numbers and Drupal's db_query (sprintf)

GMap centering rounds off?

Drupal.extend({ settings: { "gmap": { "view_gmap": { "width": "100%", "height": "300px", "zoom": 9, "controltype": "Small", "align": "None", "maptype": "Hybrid", "line_colors": [ "#00cc00", "#ff0000", "#0000ff" ], "behavior": { "locpick": false, "nodrag": 0, "nokeyboard": 1, "nomousezoom": 0, "autozoom": 0, "dynmarkers": 0, "overview": 0, "notype": 0, "collapsehack": 0, "scale": 0, "fatmarkers": false }, "markermode": "1", "longitude": "-71.000000", "latitude": "42.000000", "markers": [

Untranslating terms in Drupal 5: two places you have to do it

Agaric ran into an absolute show-stopper problem (somewhere it's listed on the wsf_action issue queue) that was caused not by code (the usual culprit when ben is developing) but by configuration, and in particular the absolute madness that is taxonomy term translation in Drupal 5. I think we've posted elsewhere: Just don't do it.

But if you have and need to recover:

Deleting all translations here
eng/admin/content/taxonomy/6/translation
is not enough.

Even though it may really look like no one has a translation anymore:

Calendar views issues with breadcrumbs and arguments

Calendar view not showing
Date API views Calendar events show display

The only way to get content that has Date CCK information attachedd to it to show up is to actually add "Date: Time" to the calendar view.

Which is sort of weird.

Unable to set up robust test environment on Mac OS X (ibook G4, MAMP)

Two and a half wasted hours trying to set up a test environment so I could develop offline.

Couldn't import the database file:

SQL query:

/*!40000 ALTER TABLE `access` DISABLE KEYS */;

MySQL said: Documentation
#1065 - Query was empty

Don't get that at all.

Couldn't get NetInfo manager to make wsf2008.site point to anything MAMP could recognize.

No more trying to work without the internet.

DAMN!

Resolution

Agaric wants to never, ever see the message illegal choice detected by administrator

Or maybe it's the form validation error that we never want to see. Yes, I may have a form open 50 hours before submitting it! Drupal shouldn't have a problem with that!

Ok, back to the strangeness at hand:

An illegal choice has been detected. Please contact the site administrator.
http://drupal.org/node/153774

says to use the (dangerous) #dangerous_skip_check

Syndicate content