Need
Making changes to a nested array that may have arrays or strings in some values
Pulled this from the test module for the new RDF module we're putting in Drupal core.
// dealing with a nested array where the top level can be a string or an
// array is complex and helper functions may be a good addition
<?php
rdf_mapping_alter_create('rdf_test_container', 'title', )
/**
* Make adding an attribute and property sane. $prop can be an array.
*/
Find out what sites directory Drupal is currently using
The answer is conf_path().
The backstory is we are making a new 'modules', 'themes', or 'files' level folder inside sites/whatever: 'config', to store configuration settings in files.
Enter the Unholy: Microsoft Word to the Web
Summary of the issue below, and then the beginnings of a search for a solution.
Currently TinyMCE with the WYSIWYG API is in use.
Problems with the wysywg editor, which is a life or death issue for the site.
Problem 1: gibberish code inserted after cut and paste from Word
SBook port to Linux: specifications
Here is the feature list
- Support for
Cocoa's most modern features, includingdrag-and-drop,rich text, and services. - SBook databases can be encrypted with 128-bit blowfish, for unparalleled security.
- Stores database in XML, to make it easy to interoperate with other applications.
Writing Help Documentation for Drupal Developers and Administrators: Tools needed
Kathleen: I want to be able to click on a link to write help on admin pages.
We have to be able to integrate this with the advanced_help
Wow. The Advanced Help Injection and Export module,
http://drupal.org/project/helpinject
is already a good bit there.
Filed an issue asking about getting the rest of the way there
http://drupal.org/node/416068
Clipboard manager with snippets for Ubuntu?
Mac! not Linux! http://sourceforge.net/projects/qsnip/
Glipper, installable through the graphical package manager, is only a clipboard history and isn't doing it for me.
Gnomish ones:
http://freshmeat.net/projects/gcmapplet/
http://slipperysnippets.blogspot.com/
Just inside Vim
http://www.vim.org/scripts/script.php?script_id=2152
Easily adding content found in pubmed to your Drupal Biblio (and Agaric) enhanced site
After dreaming about using views to query other databases, namely pubmed... and having an import button for the content you really want... I realized that rather than writing views understanding of authors and mesh terms and titles to be able to add to the URL query entrez wonderfully allows us to query PubMed and other databases with....
Agaric wants a "Save and edit button" button for all content forms
Time for us to get Form Tweak up on Drupal.org!
There are enough use cases, these modifications to "Save" (and the surprisingly frequent request to remove preview) to put the module out for others to use (and post endless feature requests against, heh).
I would like to store the variables in files rather than the variable table, though.
Similar modules and efforts
Index and search specified fields for nodereference autocomplete
Exclude certain fields from Drupal search.
Agaric and Science Collaboration's real need for this is for AJAX autocompletion, the sort of function used to autocomplete taxonomy, userreference, and nodereferrence fields. It would be great not to have to create a custom indexing system each time you want autocomplete to act on certain fields.
A way to disable modules, functionality, and cron hooks in different environments
In on use case, feeds as nodes (with FeedAPI) causes issues with dbscripts approach to managing staging and deployment. Dev and live will pull the same content with a different IDs. In one solution, we'll have to disable aggregation on development.
