[Bps-public-commit] r10764 - in Net-Hiveminder: lib/Net
sartak at bestpractical.com
sartak at bestpractical.com
Thu Feb 7 19:35:50 EST 2008
Author: sartak
Date: Thu Feb 7 19:35:49 2008
New Revision: 10764
Modified:
Net-Hiveminder/ (props changed)
Net-Hiveminder/Changes
Net-Hiveminder/lib/Net/Hiveminder.pm
Log:
r51610 at onn: sartak | 2008-02-07 19:35:20 -0500
Fix comments_on to give all comments, not an arbitrary one
Modified: Net-Hiveminder/Changes
==============================================================================
--- Net-Hiveminder/Changes (original)
+++ Net-Hiveminder/Changes Thu Feb 7 19:35:49 2008
@@ -2,9 +2,9 @@
0.04
Add new scripts: todo, create, done
- Rename bin/ to example/ because I'd rather not install these generically
- named scripts :)
Fix undef warning in download_text
+ Move scripts to hm-* and install them automatically
+ Fix comments_on to give all comments, not an arbitrary one
0.03 Mon Jan 21 08 01:50:38
Rename tasks2ids to loc2id
Modified: Net-Hiveminder/lib/Net/Hiveminder.pm
==============================================================================
--- Net-Hiveminder/lib/Net/Hiveminder.pm (original)
+++ Net-Hiveminder/lib/Net/Hiveminder.pm Thu Feb 7 19:35:49 2008
@@ -466,7 +466,7 @@
return grep { defined }
map { $_->{message} }
- $self->read('TaskEmail', task_id => $task);
+ @{ $self->search('TaskEmail', task_id => $task) || [] };
}
=head2 comment_on TASK, MESSAGE
More information about the Bps-public-commit
mailing list