This could be a hub for D7 port discussions...
| Comment | File | Size | Author |
|---|---|---|---|
| #18 | 741740-18.patch | 28.39 KB | jpmckinney |
| #16 | 741740-16.patch | 28.39 KB | jpmckinney |
| #15 | 741740-14.patch | 26.93 KB | jpmckinney |
| #12 | 741740-12.patch | 26.71 KB | jpmckinney |
| #10 | 741740.patch | 25.23 KB | jpmckinney |
Comments
Comment #1
cwgordon7 commentedI will port this to Drupal 7 before the release date, as I pledged on the project page.
Comment #2
akalata commentedRelease date is coming up, I would love to help test the module.
Comment #3
BrilliantMkting commentedCurious, is there still an interest in making a Drupal 7 version?
Comment #4
webankit commentedany development in D7
Comment #5
jpmckinney commentedI started porting this to D7 yesterday. I hope to wrap it up in the next few days. I will post the D7 patch here.
Comment #6
webankit commentedthanks jpmckinney, will help in testing
Comment #7
cehailey commentedThis will be a major part of my site, will also help with testing
Comment #8
js commentedSubscribing, and sending thanks for your work. It is appreciated.
Comment #9
mraichelson commentedsubscribe
Comment #10
jpmckinney commentedI haven't gotten back to the port yet, but I'll post the patch I have so far. I still need this for one of my own sites, so I will finish it in time.
Comment #11
webankit commented#10:On edit Content type
Notice: Undefined index: #value in wikitools_form_alter() (line 397 of /Applications/MAMP/htdocs/sm/sites/all/modules/wikitools/wikitools.module).
Comment #12
jpmckinney commentedFixed that warning. I haven't read every line of code, but nothing is jumping out at me. I think the best thing now it to have people try it on their own sites (in development).
Comment #13
postmictheajack1967 commentedDO you know when this will actually be released?
Comment #14
cehailey commentedI got this same warning, I'll apply the patch (it works in spite of the warning). I'm using this on my development site. I have discovered that if you set the 404 action to "create form" it does not work - the default mode does work. The page comes up but the links to create are broken. Here is the diagnostic:
* Notice: Undefined index: file in theme_wikitools_create() (line 235 of /var/www/html/main/sites/all/modules/wikitools/wikitools.pages.inc).
* Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'node_add' not found or invalid function name in theme_wikitools_create() (line 238 of /var/www/html/main/sites/all/modules/wikitools/wikitools.pages.inc).
Comment #15
jpmckinney commentedThanks. Fixed the notice and warning. Keep 'em coming :)
Comment #16
jpmckinney commentedRolling in fixes from:
#1045432: Missing wiki page does not set http status code 404
#600406: Drupal Wikitools 6.x-1.2 and 5.x-1.3 XSS Vulnerability
#271698: Don't allow search options if Search not enabled
#679858: Wikitools settings inaccessible on large site
#252218: wikitools_decode_page_name() should escape return value
#1058300: Typo causes PHP notice
Comment #17
asb commentedPort is in progress, that's nice; however, D7 has been released, so the misleading (outdated) #D7CX pledge could be removed from the project page.
Comment #18
jpmckinney commentedchange "administer nodes" to "bypass node access"
Comment #19
dat deaf drupaler commented+1 and subscribing.. ill help with testing also
Comment #20
jpmckinney commentedComment #21
Redsuperted commentedI can help with testing too - I'm building a wiki so this is kinda pivotal to me!
Comment #22
xenyo commentedmuch appreciated.
Comment #23
cehailey commentedPatch question - when I apply the first patch the .info works but the patch for .info does not work in later patches. The patches are cumulative so I replaced the .info from the first in the last and everything seems ok. It seems to mostly be an issue with the .info ending with a newline (mine did)
Is this just me, or is it common?
Comment #24
jpmckinney commentedI think it's because the CVS checkout of the .info file differs from the version you get when you download the tar.gz file. The first patch was a diff against the tar.gz download. I've since switched to developing against CVS.
Comment #25
xenyo commentedJames,
Thanks again for the work on this. Do you have any date for when a release will be ready for this?
In the meantime, I try figuring out how to get patches working :)
Cheers again.
Comment #26
jarodms commentedSubscribe - using this in drupal_wiki so I am interested in its progress. thanks!
Comment #27
jpmckinney commented@xenyo: the maintainer is cwgordon7 so you may want to nudge him to have a look at this issue :) the other committers are http://drupal.org/node/119531/committers
Comment #28
kimlop commented+1 and subscribing
Comment #29
majortom commentedAny progress? I also need this for a few sites.
Comment #30
Anjaro commentedSubscribing.
much appreciated.
Comment #31
jpmckinney commentedI have commit access, so I should have a 7.x-dev version this weekend.
Comment #32
webankit commented@jpmckinney:It will be great
Comment #33
xenyo commentedNice, Looking forward to it.
Will you be adding features to this module or just doing the D7 port James?
Comment #34
jpmckinney commentedI'm a little short on time, so I probably won't add new features soon.
Comment #35
mrsinguyen commentedSubscribing.
Comment #36
robhamm commentedSub
Comment #37
jpmckinney commentedI created a 7.x-1.0alpha1 release. http://drupal.org/node/1089824 Should appear on the downloads page soon. Please test!