Closed (fixed)
Project:
Neologism
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2011 at 15:27 UTC
Updated:
19 Jul 2011 at 22:11 UTC
Jump to comment: Most recent file
I studied evoc schema and am working on registering neologism published vocabularies properly with evoc.
Although Class and Property bundles are ready, for the moment I am assuming the vocabulary does not have any class or property and just saving the vocabulary correctly in evoc schema. There will be a seperate issue later on for registering class and property of a vocabulary.
I also had to create a few extra tables for neologism since evoc does not provide storage for all the fields in our entity, like functional property, Detailed descriptions etc.
I will have a patch up in the next few hours for all of the above.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | url-alias-1182526-3.patch | 45.47 KB | mayankkandpal |
| #1 | neo-voc-reg-1182526-1.patch | 42.55 KB | mayankkandpal |
Comments
Comment #1
mayankkandpal commentedPatch for registering vocabularies with evoc. No known issues.
user_reference field is now working.
Schema required to store extra information also added.
Next task : Creating a hosting page for the vocabulary on the URI Porvided by the user, with links to add property and class.
Comment #2
mayankkandpal commentedI accidentally forgot to remove a dd() call in the previous patch and i think it would show up as an error if devel module is not enabled.
It is on line 157 of neologism.module
Will remove this in the next patch.
Comment #3
mayankkandpal commentedPatch for creating URL Aliases, and some other minor changes like hiding Add property and Add Class from Add Content menu, displaying the namespace URI as a link, disabling publish on main page, etc. Removed dd() call.
Comment #4
sumitk commentedComment #5
cygri commentedMayank, it seems like you based some of this patch off the SVN trunk in the Google Code repo. The code in
/trunkis outdated; the latest code is in the/branches/drupal-6branch. Please base all of your work on that branch, otherwise you'll miss all the improvements we made to the D6 version in the last couple of months.For example, these should not be constants, just use the string directly inline:
(We removed most of these constants, but not yet all, on the drupal-6 branch.)
Comment #6
mayankkandpal commentedfixed