Incomplete
Deploying with DBScripts
Make sure you are on your master branch:
cd /path/to/project/root
git checkout master
Update your own version. Try to do it at a time when no one else will be committing. (You can check that you don't have any committed but not pushed changes with gitk &.)
./scripts/fetch_rebase
Agaric wants Drupal to be able to print its structured data into beautiful documents
Said I, petulantly on instant message:
I want to do everything in Drupal. I want to do estimates by having each section a node with estimated hours and such, and then I want it to be able to print it out in one document and have it nicely formatted.
And I got the Drupal is a hammer speech.
Anyway, I still want it, but sadly no one has done it yet.
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
Sharing VirtualBox Ubuntu folder with Mac OS X host [not successful]
These directions are the same as we tried.
http://ozz314.wordpress.com/2008/05/08/virtualbox-shared-folders-between...
Could not get it to work, used ssh instead.
For instance, from what happens to be named 'ubuntu' folder, via Mac OS X terminal:
scp -P 2222 localhost:/home/ben/.ssh/id_rsa.pub ubuntu/
Combining first and last name form fields to make a suggested preferred display name with JQuery
Names are one the annoyances of the web development world. We want to have everything be neat, to have our brilliant content management system (Drupal) take the raw data (a site participant's name) and display it as it makes sense in different contexts.
Sometimes it comes down to asking people what they prefer to be called.
Agaric wants Programmatic CCK field addition
When you add shared fields, CCK loads all the input widget and display formatter settings, which is awesome.
Agaric wants to go still farther in automation, and be able to add and update fields across multiple content types with a single form submission.
Have Songbird automatically organize music library; change location of library
Awaiting an update to this extension:
http://addons.songbirdnest.com/addon/8
Or other solutions here or here:
http://getsatisfaction.com/songbird/topics/automatically_organizing_musi...
http://getsatisfaction.com/songbird/topics/automatically_organise_the_mu...
songbird move files when importing to library
or even here:
Agaric wants Drupal photo gallery with mass upload where albums can belong to people who set access per picture
(Note: When the headline is "Agaric wants" it's nearly always benjamin because he's the whiny one.)
Agaric wants Drupal photo galleries (with mass upload capability, of course) where albums can belong to people who set access per picture.
Agaric wants current Songbird's mp3 player playlist on Drupal site
Agaric wants open source integration: today's itch, list current Songbird's current mp3 player playlist on Drupal site.
Songbird takes plugins. Drupal takes modules. Everything is open source free software. All we need is a little time and knowledge!
Unable to use Drush in local XAMPP on Mac OS X environment
Unable to use Drush on localhost site for unknown reasons.
There really is a running site at http://localhost/scf but through the command line it must be seeing something else– it's giving back to me the HTML for a Drupal site offline, database connection error page.
./sites/all/modules/drush/drush.php -r /sites/scf/ -l http://localhost/scf/ pm install taxonomy_enhancer
