kika
August 6, 2005
-
Flickr Block: /modules/flickr_block/flickr_block.module 1.1
Flickr Block: /modules/flickr_block/README.txt 1.1Flickrblock is a simple module what generates blocks of Flickr images. It is proof-of-concept and not yet ready for mainstream use. Currently 2 blocks are generated: * 'Related Flickr Images' will show up on taxonomy/term/x pages. * 'My latest Flickr images' shows stream of latest images added In future, I'd like to see this module integrated to Jonas' flickr.module
-
Directory /cvs/drupal-contrib/contributions/modules/flickr_block added to the repository
July 21, 2005
-
- small fix in phpdoc - simplification: dc:subject -> atom:category
-
Patch #27041 : Atom 0.3 -> Atom 1.0
April 5, 2004
-
Taxonomy Menu: /modules/taxonomy_menu/taxonomy_menu.module 1.5.4.1 @ DRUPAL-4-4
Taxonomy Menu: /modules/taxonomy_menu/taxonomy_menu.module 1.6fixed invalid t() call in help
December 23, 2003
-
fixing _help() translation bug
December 19, 2003
-
/modules/comment_author/Attic/comment_author.module 1.1.2.2 @ DRUPAL-4-3
Groups: /modules/groups/groups.module 1.32tiny bugfix
-
file LICENSE was initially added on branch DRUPAL-4-3.
-
/modules/comment_author/Attic/comment.module.patch 1.1.2.1 @ DRUPAL-4-3
/modules/comment_author/Attic/comment_author.module 1.1.2.1 @ DRUPAL-4-3
/modules/comment_author/Attic/comment_author.mysql 1.1.2.1 @ DRUPAL-4-3
/modules/comment_author/Attic/LICENSE 1.1.2.1 @ DRUPAL-4-3
/modules/comment_author/Attic/README 1.1.2.1 @ DRUPAL-4-3comment_author.module allows storing anonymous commenters name and email. There are many sites who's policy is not to force users to register for commenting, but they still want to gather some profile data about commentators. comment_author stores the data in separate database table and uses _comment("insert") and _comment("update") hooks for storing info. Installation ------------ 1. install the database: mysql -u your_username -pyour_password your_drupal_database <comment_author.mysql 2. run the patch in /modules directory patch comment.module <comment.module.patch 2. copy the module to /modules directory 3. enable the module in administration pages 4. enable the permission "post comments with author info" for anonymous users Known bugs / limitations / TODO ------------------------------- - _comment() hook does not provide "delete" option. Solution: either patch the comment.module or wait for a Kjartan's comment_extend() proposal - author and email fields should be properly validated - provide an upgrade path from comments_author data to user profile Author ------ Kristjan Jansen kika@sloleht.ee -
file README was initially added on branch DRUPAL-4-3.
