- added new node list template
- fixed link href query in node display preprocessor so login link
properly redirects user to application form instead of profile page
- fixed incorrect path discovery for module default stylesheet
- minor changes to the text of some theme links and update of general.pot
Fixing two typo bugfixes in image_gallery & acidfree where a settings variable was completely wrong.
variable_get('piclens_image_gallery_link_to', 'image')
was still
variable_get('piclens_'.$type.'_link_to', 'image')
- http://drupal.org/node/252372
check if we are looking at a collection of albums only
if so, do not add piclens javascript & link
- http://drupal.org/node/252897 and http://drupal.org/node/253322
support for not using clean urls by not using the url() function
but file_create_url() instead - also fixes problems with spaces in filenames.
- updated documentation