This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ? sites/all/modules | |
| ? sites/default/files | |
| ? sites/default/settings.php | |
| Index: install.php | |
| =================================================================== | |
| RCS file: /cvs/drupal/drupal/install.php,v | |
| retrieving revision 1.113.2.12 | |
| diff -u -p -r1.113.2.12 install.php | |
| --- install.php 9 May 2010 14:13:31 -0000 1.113.2.12 | |
| +++ install.php 7 Oct 2010 21:55:51 -0000 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| VERSION=$1 | |
| PATH=$2 | |
| drush dl drupal-$VERSION | |
| rsync -rlt ./drupal-$VERSION/ ./$PATH | |
| rm -r drupal-$VERSION | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | AJAX AJAX | |
| AJAXCommandsTestCase AJAX commands | |
| AJAXElementValidation Miscellaneous AJAX tests | |
| AJAXFormValuesTestCase AJAX command form values | |
| AJAXFrameworkTestCase AJAX framework | |
| AJAXMultiFormTestCase AJAX multi form | |
| Batch API Batch API | |
| BatchPageTestCase Batch progress page | |
| BatchPercentagesUnitTestCase Batch percentages | |
| BatchProcessingTestCase Batch processing | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| WEB_ROOT=/var/www/test.example.com | |
| PROFILE=profilename | |
| cd $WEB_ROOT/profiles/$PROFILE | |
| ./rebuild.sh -y | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| EMAIL="[email protected]" | |
| /usr/sbin/sendmail "$EMAIL" <<EOD | |
| To: $EMAIL | |
| Subject: Your tests passed | |
| From: Testbot <[email protected]> | |
| The latest integrations are a success. The tests passed. Congratulations. | |
| EOD | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| EMAIL="[email protected]" | |
| /usr/sbin/sendmail "$EMAIL" <<EOD | |
| To: $EMAIL | |
| Subject: Your tests failed | |
| From: Testbot <[email protected]> | |
| The latest integrations are bad. The tests failed. Better luck next time. | |
| EOD | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc | |
| . ~/.bashrc | |
| mkdir ~/local | |
| mkdir ~/node-latest-install | |
| cd ~/node-latest-install | |
| curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1 | |
| ./configure --prefix=~/local | |
| make install | |
| curl http://npmjs.org/install.sh | sh | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!-- | |
| Fork this HTML code and fix it! | |
| Code block from: https://psjobs-emploisfp.psc-cfp.gc.ca/psrs-srfp/applicant/1/page1190 | |
| This block of code is referenced in Point #44 of the "Factum of the Applicant" | |
| report in the case between Donna Jodhan and Attorney General of Canada[1]. | |
| [1] http://www.bakerlaw.ca/content/blind-mba-have-her-day-court-over-inaccessible-government-websites | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | |
| <head> | |
| <title> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | core=6.x | |
| projects[] = drupal | |
| projects[privatemsg][type] = module | |
| projects[privatemsg][subdir] = contrib | |
| projects[privatemsg][download][type] = cvs | |
| projects[privatemsg][download][module] = contributions/modules/privatemsg | |
| projects[privatemsg][download][revision] = HEAD:2010-08-20 |