Closed (fixed)
Project:
Smackdown
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2008 at 04:11 UTC
Updated:
25 Dec 2008 at 01:24 UTC
Jump to comment: Most recent file
Patches for D6 specific changes, coder.module reports no critical warnings.
TODO:
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | d6smackdown_1.patch | 12.19 KB | sirkitree |
| #1 | d6smackdown.patch | 9.61 KB | BrightLoudNoise |
| d6smackdownmodule.PATCH | 6.83 KB | BrightLoudNoise | |
| d6smackdowninstall.PATCH | 2.13 KB | BrightLoudNoise | |
| d6smackdowninfo.PATCH | 651 bytes | BrightLoudNoise |
Comments
Comment #1
BrightLoudNoise commentedsame patches but rolled as 1 cvs diff of the module directory.
Comment #2
sirkitree commentedThanks. Applied this locally and started some debugging. Autocomplete isn't working yet. Someone removed Drupal.autocompleteAutoAttach! We'll have to figure out something else, I'll get some advice tomorrow.
Comment #3
BrightLoudNoise commentedBased on http://drupal.org/files/issues/drupal_reattachable_behaviors_0.patch
Drupal.autocompleteAutoAttach = function () became Drupal.behaviors.autocomplete = function (context)
Let's touch base tomorrow.
Comment #4
BrightLoudNoise commented@sirkitree: I'm having trouble applying your patch against what's currently in CVS
Comment #5
sirkitree commentedAre you sure you have what's in CVS, DRUPAL-5--2 ?
Checkout the module with cvs using the following command:
cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib co -d smackdown -r DRUPAL-5--2 contributions/modules/smackdown
The patch should apply cleanly to this. I just tried it and it worked perfectly.
Comment #6
Fayna commentedWorked fine for me. I was able to define my Smackdown content type and create a Smackdown. I typed in the names of two contestant nodes that existed, though, and it wouldn't let me save:
But I guess that has to do with the autocomplete thing?
Comment #7
sirkitree commentedYeup, I was hacking around a little last night trying to get the autocompletes working, and I think they're going to need completely rethought. I believe we can create autocompletes now strictly using FAPI since the AHAH functionality is not incorporated. I started taking apart nodereference.module in order to see how it's being done there and would like to use that as the design for these. However there are quite a lot of FAPI changes in D6 that I need to learn in order to accomplish this. Anyone with some better clues, please help out!
Comment #8
BrightLoudNoise commentedThe patch does indeed apply cleanly, I was pulling the wrong version from CVS.
Comment #9
sirkitree commentedD6 version is now being worked on. A new branch has been committed and a dev release created. Please see the following: http://drupal.org/node/345518