This file contains 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 | |
// First, include the Matrix bootstrap | |
// When ever a user makes any request to a Matrix page, this file is loaded (i.e. in the index.php file) | |
$SYSTEM_ROOT = "/home/websites/squiz_matrix/"; | |
require_once $SYSTEM_ROOT . "core/include/init.inc"; | |
// Now we need to log in | |
// The easiest user to work with is Root User | |
$root_user = $GLOBALS["SQ_SYSTEM"]->am->getSystemAsset("root_user"); |
This file contains 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
/** | |
/** | |
* Changes the sort order of assets in Squiz Matrix | |
* Author: Nicholas Hubbard (http://www.zedsaid.com/blog/change-the-asset-map-sort-order-using-javascript-in-squiz-matrix) | |
* | |
* @param number id ID of the asset to move | |
* @param number parent ID of the parent that the asset is under | |
* @param number new_position New position of asset (0 is first in the sort order) | |
* | |
* @return string |
This file contains 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
1password - Password mangager | |
Adium - Instant messenger | |
Arq - Amazon s3 backup | |
Base - Sqlite db viewer | |
Caffeine - Keeps computer awake | |
Charles - Web debugging proxy | |
Cornerstone - SVN client | |
Cyberduck - FTP client | |
Delibar - Delicious bookmarking menu item | |
DiskWave - Monitor hdd space |