Will there be a 4.7 upgrade?

thanks

Comments

Marc Bijl’s picture

Look here (also commented by Dries):

- http://drupal.org/node/35404

omar’s picture

Actually, the node referenced (node/35404) says nothing about the CreativeCommons module.

I am also very curious as to whether or not this module will ever be formally released (as opposed to staying in CVS).

Marc Bijl’s picture

Oops... Sorry :-\

Didn't see it wat as about a module; must have been early this morning...

jmcnaught’s picture

It would be great if somebody could port this to 4.7. I won't be able to move my website to 4.7 without it. I'm willing to do it eventually, but I have to learn PHP/MySQL/Drupal API first, so it might take a while.

jeremy

pbull’s picture

Assigned: Unassigned » pbull

4.7 is in the works. Sorry for the delay, but it will definitely be ready when Drupal 4.7 is released.

moshe weitzman’s picture

any update on this?

ashtonium’s picture

How is the 4.7 version progressing? I'm more than willing to help with testing & coding if needed.

jamesJonas’s picture

How's it going. We just hit 4.7 RC1. i would be happy to kick the tires when your ready.

marcoBauli’s picture

Interested in this too...maybe is time to step up and start learning some coding..

if in the meantime anybody is willing to help this mode see the light on 4.7.1 that would be nice ;)

ngstigator’s picture

any news on the update? if the maintainer is too busy and would like some help pls lemme know.

chris

zrupal’s picture

Yes I love this module and although I am not yet a programmer I would love to help test and possibly document.

lukaspauka’s picture

Title: 4.7 » CC 4.7 please
Priority: Normal » Critical

Could anyone of you get the Creative Commons module adapted for 4.7 any time soon? I'm am wanting to use it on my music project collaboration site; www.thejamroom.nl in September.

thanks a bunch!!

Lukas

marc.bau’s picture

i realy need this module, too. i tryed myself a patch, but in the last hours i can only get the forms ready to display without errors... i'm a drupal newbie, my problem is there is nothing saved until now... i must spend more time on this or the maintainer will do so!?

gazwal’s picture

i need this module too !! for drupal 4.7.3

Fatal error: Call to undefined function form_textfield() in C:\Program Files\xampp\htdocs\drup\modules\creativecommons\creativecommons.module on line 131
webchick’s picture

If someone's interested in porting this, here are some things that could be of great help:

pushkar’s picture

Hello,

I have been trying to update the creativecommons module (http://drupal.org/node/17497) . I have updated the forms using the form update module.

Can someone help me in debugging this? Look at the file here : http://pushkar.net/creativecommons.module.txt

Thanks
Regards
Pushkar

hass’s picture

i have worked on this more then one week with less knowledge about modules, too. i think i learned something very hard. Asside - only to get out how this modle has worked in past was not so easy. Realy, all you have done until now is a very small step to a working version (lets say ~10-20%)! You need often '#tree' = true in forms to keep the variables tree structure - you haven't until now. what you are doing now - is to save every setting in a seperate variable. in past, there are only a few vars containing arrays of settings. My mayor problem was, to understand how go get out the arrayed vars - variable_get isn't working here very well. now i have worked out this and i must retry to get the rest ready.

but whatever, there is much much more to do... don't get frustrated :-)

MikeyGYSE’s picture

Any further progress on a 4.7 version of this module?

yraffah’s picture

Any updates please?

eagereyes’s picture

I'd like to use this too ... the current HEAD version is from 12/11/2006 - who checked that in? Does that work with 4.7? Are there any alternatives to this module?

eagereyes’s picture

Okay, I tried it and it doesn't work. My solution now is to have a block with the CC license HTML/RDF snippet in a sidebar. Since I use the same license for everything, that's good enough. Still, it would be great if this module could be revived.

jaxxed’s picture

StatusFileSize
new31.16 KB

I have had some success upgrading to 4.7.

At the same time I had to (anal = requirements) re-arrange some of the methods so I am submitting the new module. Most of the module is the same but the .module file has been updated to allow for 4.7 forms (form_ calls replaced, form element hierarchy re-arranged) and for 4.7 module calls.
the cc class was not touched except to temporarily disable the call to the api.creativecommons.com site on my version (because it is still testing version (and using a set variable instead.) Currently I am using variable_set('creativecommons_test_response',''); as is performed in the .install for testing, but you could disable this in the class to revert back to the original method. I obtained the value for this variable from executing the call for a 'standard' creative commons license (I added the variable set before submitting it here so it might not work, but it should be easy to figure it out from the install file.)

There is an issue. While the module works fine in my limited testing for drupal 4.7, I am not familiar enough with CC conceptually nor the cc api to know if it is actually working. Here are some questions:
1) are details for a piece of content submitted to the api.creativecommons.org site for registration? I notice that some details are passed in, and that a call is made for each association of a piece of content to the api.
2) What is the license revocation policy for cc? I think that legally if you register a piece of content with CC, you might have to retain that content despite whether or not you are using it (deleting a node.)

Anyway - play and tell me what is broken

James

p.s. I forgot to say that the autofill javascript function doesn't yet work

hass’s picture

Broken:
1. the module isn't working at all
2. cannot select site license
3. everytime i select site license CreativeCommons the page is reloaded and set to "no license"
4. after activated for "Story" and selected CreativeCommons, i pressed save - "no license" on a edit
5. same es 4, and no RDF is embedded to the page.
6. maybe a menu $cache problem only, but the menu point administer > settings > creativecommons is not visible after i activated the module.

All i found working well, is the config page is loading and it seems to save some settings to "variable" table.

aleksey.tk’s picture

Any progress with updating?

aleksey.tk’s picture

I am getting the same as hass...
1. Not working module
2. Admin menu exist, but after clicking on it, i get a "Page not found"
3. A lot of more bugs...

jmanico’s picture

Any progress on getting the creative commons module working on Drupal 4.7? What is holding this up? Should we consider building a new 4.7 from scratch?

ahmetus@groups.drupal.org’s picture

Title: CC 4.7 please » CC 5.0 please

Because it can be very useful and if it can use jquery, maybe add some ajax functionality

bpocanada’s picture

Title: CC 5.0 please » CC for drupal 4.7
Component: Miscellaneous » Code
StatusFileSize
new52.44 KB

Here is the zip file of Creative Commons module for 4.7.x - The development of this has been funded by a Fortune 500 technology company

ryanlee’s picture

Category: feature » bug
Status: Active » Reviewed & tested by the community
StatusFileSize
new572 bytes

Many thanks bpocanada (and whomever they represent) for releasing this module.

Everything works pretty well, even having moved from Drupal 4.5 to 4.7 (stopping at 4.6 on the way), except that the URIs for the Creative Commons API appear to have changed. It's a minor patch, attached.

Upgrading made for some odd symptoms, with the 'site license' page not showing any available licenses. This module appears to do some sort of internal caching of fetched API results. So I manually removed a number of entries in the Drupal variable table relating to the XML cache, as well as creativecommons_available_licenses. Re-saving the 'settings' page then brought the 'site license' page back.

Again, thanks for your hard work.

Freso’s picture

Status: Reviewed & tested by the community » Closed (fixed)

There's a 4.7.x-1.x-dev release available, so bugs against the 4.7 version should probably be filed on their own.

Closing this as I don't really see why it should be open when there's already a development version available for the requestion version of Drupal.

hass’s picture

Status: Closed (fixed) » Reviewed & tested by the community

as long as this patch is not committed this case should stay open for not getting lost, isn't it?!

Freso’s picture

hass: Eh? Case lost? There is a version of this module available for Drupal 4.7. If this issue is about something other than making the Creative Commons module available for 4.7, then it should have another title. (Besides, it appears as if both bpocanada's and ryanlee's patches have been committed to cvs...)

hass’s picture

Version: master » 4.7.x-1.x-dev
Status: Reviewed & tested by the community » Closed (fixed)

i thought this patch have never been committed...