Downloads
Release notes
2007-05-03 Syscrusher Version 5--1-7
Added "edit own weblinks" permission per issue #76527. Thanks to
yched for contributing the patch.
Added translation templates ("po" directory) and the Spanish
translation contributed by elondaits, per issue #133306.
API CHANGE: The function links_get_links() will now return NULL if no
links are found, rather than returning an array with two elements
that are themselves empty. This simplifies testing for values on
return, but may cause errors for code that relied upon the function
always returning an array before. This change is pursuant to #139067.
API CHANGE: The function links_get_list() now accepts an additional
parameter $statistics, which defaults to FALSE. This parameter
determines whether the click count is returned as part of the
link title, if other conditions (such as user permissions) would
permit it so. Existing code that wants the click count enabled
will need to add this parameter as TRUE.
Fixed incorrect use of #value (should be #default_value) for
URL form declaration in links_weblink.module, per issue #128620.