Changeset 1104

Show
Ignore:
Timestamp:
07/03/07 19:22:29 (1 year ago)
Author:
dom
Message:

Small cleanups prior to release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/INSTALL

    r1088 r1104  
    295295input the URL the content will be visible at here. 
    296296 
     297  "Should we send email notifications when a moderated node is edited?" 
     298 
     299For spam avoidance, you can configure certain nodes to require moderation. 
     300To ensure that such edits are noticed, OpenGuides can email you. 
     301 
    297302  "Distance calculation methods available are: 
    298303      1) British National Grid 
  • trunk/t/69_bug_zero_geo.t

    r1079 r1104  
    4747 
    4848my %details = $guide->wiki->retrieve_node("Test Node"); 
    49  
    50 use Data::Dumper; 
    51 #print STDERR Dumper %details; 
    5249 
    5350is( @{$details{metadata}->{os_x}}[0], 0, "Zero os_x saved" ); 
  • trunk/t/77_send_email.t

    r1092 r1104  
    3333); 
    3434 
    35 like( $output, qr|^To: admin\@example\.com|m, "Admin address appropriately" ); 
     35like( $output, qr|^To: admin\@example\.com|m, "Admin address used ". 
     36    "appropriately" ); 
    3637 
    3738eval { $output = OpenGuides::Utils->send_email(