Changeset 1104
- Timestamp:
- 07/03/07 19:22:29 (1 year ago)
- Files:
-
- trunk/INSTALL (modified) (1 diff)
- trunk/t/69_bug_zero_geo.t (modified) (1 diff)
- trunk/t/77_send_email.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/INSTALL
r1088 r1104 295 295 input the URL the content will be visible at here. 296 296 297 "Should we send email notifications when a moderated node is edited?" 298 299 For spam avoidance, you can configure certain nodes to require moderation. 300 To ensure that such edits are noticed, OpenGuides can email you. 301 297 302 "Distance calculation methods available are: 298 303 1) British National Grid trunk/t/69_bug_zero_geo.t
r1079 r1104 47 47 48 48 my %details = $guide->wiki->retrieve_node("Test Node"); 49 50 use Data::Dumper;51 #print STDERR Dumper %details;52 49 53 50 is( @{$details{metadata}->{os_x}}[0], 0, "Zero os_x saved" ); trunk/t/77_send_email.t
r1092 r1104 33 33 ); 34 34 35 like( $output, qr|^To: admin\@example\.com|m, "Admin address appropriately" ); 35 like( $output, qr|^To: admin\@example\.com|m, "Admin address used ". 36 "appropriately" ); 36 37 37 38 eval { $output = OpenGuides::Utils->send_email(
