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
SELECT DISTINCT node.nid AS nid, node.title AS node_title, node_data_field_date.field_date_value AS node_data_field_date_field_date_value, node_data_field_date.field_date_value2 AS node_data_field_date_field_date_value2, node_data_field_date.field_date_rrule AS node_data_field_date_field_date_rrule, node_data_field_date.delta AS node_data_field_date_delta, node.type AS node_type, node.vid AS node_vid, term_data.name AS term_data_name, term_data.vid AS term_data_vid, term_data.tid AS term_data_tid FROM node node LEFT JOIN og_ancestry og_ancestry ON node.nid = og_ancestry.nid INNER JOIN node node_og_ancestry ON og_ancestry.group_nid = node_og_ancestry.nid LEFT JOIN content_field_date node_data_field_date ON node.vid = node_data_field_date.vid LEFT JOIN content_field_date node_data_field_date2 ON node.vid = node_data_field_date2.vid LEFT JOIN term_node term_node ON node.vid = term_node.vid LEFT JOIN term_data term_data ON term_node.tid = term_data.tid INNER JOIN node_access na ON na.nid = node.nid WHERE (na.gran |
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
root@ip-172-19-1-6:/vol# rsync -avz /etc/* /vol/etc | |
sending incremental file list | |
fstab | |
mtab | |
cannot delete non-empty directory: pound | |
could not make way for new regular file: pound | |
resolv.conf | |
apparmor.d/cache/ | |
apparmor.d/cache/sbin.dhclient3 | |
apparmor.d/cache/usr.sbin.mysqld |
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
Update status information on all installed and enabled Drupal projects: | |
Name Installed Proposed Status | |
version version | |
1 | |
Activity 6.x-1.2 6.x-2.x-dev Installed version not | |
supported | |
Admin 6.x-2.0-beta4 6.x-2.0 SECURITY UPDATE | |
available | |
Admin role 6.x-1.2 6.x-1.3 Update available | |
AdSense 6.x-1.2 6.x-1.3 Update available |
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
root@mercury:/mnt/apci/main/www# drush features | |
Name Feature Status State | |
APCI Admin Lite Feature apci_admin_lite_feature Enabled | |
Auto Schedule Events apci_auto_schedule_events Enabled | |
apci_calendar apci_calendar Enabled | |
APCI Commerce apci_commerce Enabled | |
APCI Defaults apci_defaults Enabled | |
APCI File Handling apci_file_handling Enabled | |
Downloads apci_file_uploads Enabled | |
APCI Friends Feature apci_friends_feature Enabled |
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
root@ubuntu:/mnt/apci/main/www# bzr status -v | |
modified: | |
CHANGELOG.txt | |
UPGRADE.txt | |
includes/actions.inc | |
includes/bootstrap.inc | |
includes/common.inc | |
includes/database.pgsql.inc | |
includes/file.inc | |
includes/form.inc |
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
<?php | |
# Load Drupal functions | |
require_once './includes/bootstrap.inc'; | |
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); | |
# Check permissions to access this page | |
if (!empty($update_free_access) || $user->uid != 1) { | |
require './update.php'; | |
exit; |
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
<old_status>1</old_status> | |
<book> | |
<mlid>174648</mlid> | |
<nid>68678</nid> | |
<bid>68718</bid> | |
<menu_name>book-toc-68718</menu_name> | |
<plid>174688</plid> | |
<link_path>node/68678</link_path> | |
<router_path>node/%</router_path> | |
<link_title>Create an account</link_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
Refreshing update status information ... | |
Done. | |
Update information last refreshed: Tue, 07/27/2010 - 1:47pm | |
Update status information on all installed and enabled Drupal projects: | |
Name Installed Proposed Status | |
version version | |
abuse 6.x-1.x-dev 6.x-1.1-alpha1 Update available | |
Activity 6.x-1.2 6.x-2.x-dev Installed | |
version not |
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
connecting to http://localhost/api/rest/node/112004 | |
inputs | |
array(3) { | |
["body"]=> | |
string(4) "junk" | |
["title"]=> | |
string(10) "Contact Us" | |
["path"]=> | |
string(10) "contact-us" | |
} |
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
+#G7....POST /api/rest/node HTTP/1.1 | |
Host: bcmiller.allplayers.com | |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 | |
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
Accept-Language: en-us,en;q=0.5 | |
Accept-Encoding: gzip,deflate | |
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 | |
Keep-Alive: 115 | |
Connection: keep-alive | |
Content-Type: application/x-www-form-urlencoded; charset=UTF-8 |