-
Initial commit
-
Fixed bug in Promote to block permission
-
Bug fixes: - Fixed a extraneous warning caused when saving a Historial event node - Block Header Input format is now honoured (was being ignored)
-
Bug fixes: - Fixed a extraneous warning caused when saving a Historial event node - Block Header Input format is now honoured (was being ignored)
-
thisdayinhistory.install: - Removed the day/month/year fields - Now using schema delete for uninstall thisdayinhistory.module: - Dropping duplication of date info, removed day/month/year, only using isodate - Fixed bug in get events function (missing breaks in select) Add simpletest testing
-
This Day in History: February 10, 2009 19:40
Commit 675ad73 on 6.x-1.x, 6.x-2.x, 7.x-1.x, masterby dale42Initial commit of the thisdayinhistory module Drupal 6 version
-
Removed extraneous space from $Id$
-
Historical event nodes are now removed when module uninstalled
-
Issue #215280: Validation failing for months entered with leading zeros caused by a type casting problem an array reference in hook_validate. Fixed. Added additional checking/user messages for explicit testing of numeric values.
-
Minor code cleanup in form validation of day value in hook_validate (thisdayinhistory_validate)