Releases for Author Taxonomy

author_taxonomy 5.x-1.4

Robbie Sternenberg - March 17, 2009 - 18:35
Download Size md5 hash
author_taxonomy-5.x-1.4.tar.gz 9.45 KB 4c3968e944efa6e838f742c14b7857f5
Official release from CVS tag: DRUPAL-5--1-4
Last updated: March 17, 2009 - 18:40

Fixed:

author_taxonomy 6.x-1.8

Robbie Sternenberg - March 17, 2009 - 18:18
Download Size md5 hash
author_taxonomy-6.x-1.8.tar.gz 12.78 KB fb36212812806cc665039a93a750542c
Official release from CVS tag: DRUPAL-6--1-8
Last updated: March 17, 2009 - 18:20

Added #383160: Add posting username to taxonomy list automatically and fixed #403570: Some "and"s resist translation of the module

author_taxonomy 6.x-1.7

Robbie Sternenberg - February 13, 2009 - 23:05
Download Size md5 hash
author_taxonomy-6.x-1.7.tar.gz 12.54 KB 7a1b69361833b3025e46037c2e138687
Official release from CVS tag: DRUPAL-6--1-7
Last updated: February 13, 2009 - 23:10

Fixed warnings on node preview. #357947: "Illegal offset type" errors displayed on node creation pages

author_taxonomy 5.x-1.3

Todd Nienkerk - February 11, 2009 - 10:32
Download Size md5 hash
author_taxonomy-5.x-1.3.tar.gz 9.43 KB 3eee8074016b467f8b9dea6550ba7672
Official release from CVS tag: DRUPAL-5--1-3
Last updated: February 11, 2009 - 10:35

Fixes #363944: Date stamp appears for nodes that shouldn't display author info. Thanks, saccard!

author_taxonomy 6.x-1.6

Robbie Sternenberg - January 27, 2009 - 20:47
Download Size md5 hash
author_taxonomy-6.x-1.6.tar.gz 12.6 KB 32a5dfc5c62d32a8dc0bf0e394226a75
Official release from CVS tag: DRUPAL-6--1-6
Last updated: January 27, 2009 - 20:50

Changed the user selection box to an autocomplete field for term -> user linking.

author_taxonomy 6.x-1.5

Robbie Sternenberg - January 24, 2009 - 00:15
Download Size md5 hash
author_taxonomy-6.x-1.5.tar.gz 12.13 KB b233c207e06883aca5c2b459c2b64761
Official release from CVS tag: DRUPAL-6--1-5
Last updated: January 24, 2009 - 00:20

New features added:

  • Author terms can now be linked to user accounts.
  • Author terms can be displayed as links to terms, links to user account pages, or plain text.
  • Settings page improved

author_taxonomy 6.x-1.4

Robbie Sternenberg - January 12, 2009 - 20:15
Download Size md5 hash
author_taxonomy-6.x-1.4.tar.gz 10.35 KB 1701cecbe4ba3bf4b8ddbab6c65a81fb
Official release from CVS tag: DRUPAL-6--1-4
Last updated: January 12, 2009 - 20:15

Added .install file to clean up system variables on uninstall.

author_taxonomy 5.x-1.2

Robbie Sternenberg - January 12, 2009 - 19:38
Download Size md5 hash
author_taxonomy-5.x-1.2.tar.gz 9.41 KB 5e44533c34dbd1776cc9f00e74f557ae
Official release from CVS tag: DRUPAL-5--1-2
Last updated: January 12, 2009 - 19:40

Added feature requested in #350546: Selectable Content Types for Author Taxonomy (show/hide author info per content type). By default, authoring info will be displayed for all node types. Edit individual content types to change this behavior.

Also added an uninstall hook to clean up system variables.

author_taxonomy 6.x-1.3

Todd Nienkerk - December 16, 2008 - 20:49
Download Size md5 hash
author_taxonomy-6.x-1.3.tar.gz 10.24 KB 42ac8f259e2ece2f5adcbbc9b30ae131
Official release from CVS tag: DRUPAL-6--1-3
Last updated: December 16, 2008 - 20:50

Removed some extraneous debugging output. (Sorry!)

author_taxonomy 6.x-1.2

Todd Nienkerk - December 16, 2008 - 20:37
Download Size md5 hash
author_taxonomy-6.x-1.2.tar.gz 10.27 KB c6ef854fef0379f1a110ce4e722cfad9
Official release from CVS tag: DRUPAL-6--1-2
Last updated: December 16, 2008 - 20:40

Adding feature request #273033: Patch to overwrite real node author. Thanks, emilyf!

author_taxonomy 5.x-1.1

Todd Nienkerk - December 16, 2008 - 20:36
Download Size md5 hash
author_taxonomy-5.x-1.1.tar.gz 8.98 KB 9884b0e59d209fdb83dcafd7c71be323
Official release from CVS tag: DRUPAL-5--1-1
Last updated: December 16, 2008 - 20:40

Adding feature request #273033: Patch to overwrite real node author. Thanks, emilyf!

author_taxonomy 5.x-1.x-dev

Todd Nienkerk - December 16, 2008 - 20:32
Download Size md5 hash
author_taxonomy-5.x-1.x-dev.tar.gz 11.14 KB 1f757017b193be5ac2d5c547cc752f22
Nightly development snapshot from CVS branch: DRUPAL-5
Last updated: March 28, 2009 - 00:03

Nightly development snapshot from CVS branch: DRUPAL-5

author_taxonomy 6.x-1.1

Todd Nienkerk - August 7, 2008 - 18:27
Download Size md5 hash
author_taxonomy-6.x-1.1.tar.gz 9.39 KB 94bfb214d0de5a016bf550470d6ebf91
Official release from CVS tag: DRUPAL-6--1-1
Last updated: August 7, 2008 - 18:30

Module now overrides each node's $terms variable when "Remove author names from each node's list of terms" is checked. Some themes that check for $terms (like Raincity's Basic theme) instead of $taxonomy (like Garland) were still displaying author names in each node's terms output.

author_taxonomy 6.x-1.0

Todd Nienkerk - August 5, 2008 - 23:37
Download Size md5 hash
author_taxonomy-6.x-1.0.tar.gz 9.22 KB 03db95f982964792c82b5fdddd89e686
Official release from CVS tag: DRUPAL-6--1-0
Last updated: August 5, 2008 - 23:40

New method for adding author and timestamp information. The use of hook_nodeapi(), which simply prepended the information to the top of the node, has been replaced with the much more logical (and powerful) use of template_preprocess_node(). This means Author Taxonomy can seamlessly replace a theme's post information ("submitted by username on date").

The display of Author Taxonomy's post information is now controlled per content type by the theme's global settings: #291629: Add ability to display/hide author and timestamp per content type. Thanks to Aaron Stanush for suggesting it.

Another option was added to prevent author names from being display alongside a node's other taxonomy terms. This option prevents unwanted duplication; otherwise, a node could display the author names in $submitted and $taxonomy.

Minor improvements were also made to the various implementations of t().

author_taxonomy 6.x-1.0-rc

Todd Nienkerk - August 1, 2008 - 18:34
Download Size md5 hash
author_taxonomy-6.x-1.0-rc.tar.gz 8.3 KB ac2dda7ac35afdbf36060f2804de26c1
Official release from CVS tag: DRUPAL-6--1-0-RC
Last updated: August 1, 2008 - 18:35

Initial release candidate for Drupal 6.x.

author_taxonomy 6.x-1.x-dev

Todd Nienkerk - August 1, 2008 - 18:33
Download Size md5 hash
author_taxonomy-6.x-1.x-dev.tar.gz 12.77 KB 2bd2fc01d7ab4f14319e9422cd9940e7
Nightly development snapshot from CVS branch: DRUPAL-6--1
Last updated: June 10, 2009 - 00:03

Nightly development snapshot from CVS branch: DRUPAL-6--1

author_taxonomy 5.x-1.0

Todd Nienkerk - August 1, 2008 - 07:30
Download Size md5 hash
author_taxonomy-5.x-1.0.tar.gz 8.13 KB 69ae200b5887f941faea477ee6cba5ca
Official release from CVS tag: DRUPAL-5--1-0
Last updated: August 1, 2008 - 07:35

Final (and perhaps last) Drupal 5 release. Changes since 5.x-1.0-beta are trivial.

author_taxonomy 5.x-1.0-beta

Todd Nienkerk - April 11, 2008 - 23:15
Download Size md5 hash
author_taxonomy-5.x-1.0-beta.tar.gz 8.13 KB 6fde8a8787d083f377feb6c3452f2260
Official release from CVS tag: DRUPAL-5--1-0-beta
Last updated: April 11, 2008 - 23:20

Initial release of Author Taxonomy.

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.