-
Nodereferrer Create: February 25, 2011 2:07
Commit d7caa45 on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Nodereferrer Create: February 25, 2011 2:07
Commit ec0ae09 on 5.x-1.x, master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Increase the maximum length of the 'add to reference/referrer' pages. This was the Drupal default (128 chars) however a Drupal title can be up to 255 chars. This could be even longer, since the content in the autocomplete can be the result of view - so it was arbitraily set to 1024.
-
Make sure users can only add to nodes they have edit rights to.
-
When adding to referrer, only offer nodes for which the user has edit rights in the dropdown.
-
Added a new setting to allow hiding the menus on pages where the user doesn't have edit rights (regardless of whether the user would have create rights on the related content).
-
- Be better at detecting javascript (check has_js drupal cookie) - Be better at finding which link we want to js-ify
-
Remove PHP short tags as per http://drupal.org/node/307014
-
Fix this to reflect changes in latest version of CCK
-
* New features : Possible to copy fields of node and make them defaults when creating referrences/referrers * Bug fixes : - Clear cache when nodes are added so that nodes lists are re-build - Fix autocomplete when adding (to) exisint referers/ences - Menu works when there both creatable references and referrers on the same page * Clean up : - Removed some old code - Removed some debuging code