Agaric Site Reorganization
Checkout a specific revision of a file with Git
git checkout abcde file/to/restore
Reference:
How do I reset/revert a specific file to a specific revision using Git?
http://stackoverflow.com/questions/215718/how-do-i-reset-revert-a-specif...
Mindmapping with Freemind
File this under to do– get into mindmapping with Freemind:
http://freemind.sourceforge.net/wiki/index.php/Download#Latest_beta_vers...
http://www.pronovix.com/blog/time-management-and-mindmapping-getting-thi...
http://drupal.org/project/freemind
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.
Special Treatment module for welcoming your web site guests coming from different incoming destinations
Special treatment will check where on the internet site visitors are coming from
What we do, is every time we leave a comment somewhere, that includes a link back to Agaric, we get that other sites' page's URI into the Related Content module.
Imagecache settings not available to any user except UID 1?
Seriously, what? Imagecache enabled, the role has every single permission checked, but no Imagecache under sitebuilding (or anywhere else) and the Administer by module listing just gives a link to imagecache permissions, which my user has, as if only to mock me.
Using Ubiquity to post notes to Drupal
Good instructions for a particular method here:
http://www.schoonzie.com/using-the-ubiquity-firefox-extension-to-create-...
Followed but not currently using because of after installing the command by phoque command Ubiquity threw (apparently harmless) errors, and the process for modifying blog URLs was not clear (as in, even just listing the ones you've entered).
Configuring Global Redirect and Path Redirect
The modules in question:
Global Redirect: http://drupal.org/project/globalredirect
Path Redirect: http://drupal.org/project/path_redirect
Download and place your modules in the sites/all/modules directory of your site using your chosen method. Agaric recommends Drush.
Enable your modules at http://example.com/admin/build/modules
Adding and modifying organic group action (create content) links
Moshe is a Drupal God. Look at this! There's a hook for everything!
Update for Drupal 6: Enter drupal_alter
<?php
// Modify these links by reference. If you want control of the whole block, see og_block_details().
drupal_alter('og_links', $links, $node);
?>From og.modules own implementation of hook_og_block_details:
<?php
Site name with site e-mail (in return address of e-mails sent from the site)
[To Dan] What you were talking about yesterday was covered in one of my old issues tracked on Drupal.org which happened to pop up today:
Search PDF attachments on a Drupal site
There's A Module For That!TM
Way back like 3 Boston drupal meetups ago, moshe mentioned a module that would scrape thru PDF attachments and allow drupal to search them...
Got any idea what that module is called?
Found it? Maybe here?
Ahh, found it direct-- here:
