Skip to content

Instantly share code, notes, and snippets.

View claudinec's full-sized avatar

Claudine Chionh claudinec

View GitHub Profile
<p>
A book of readings will be available for purchase from the UFT office.</p>
<ul>
<li>Elkind, D. and D. Hetzel. <em>Readings in Human Development: Contemporary Perspectives</em>. New York: Harper and Row, 1977.
<li>
Fowler, J. <i>Becoming adult, becoming Christian: adult development and Christian faith</i>. Rev. ed. Jossey-Bass, 1999.</li>
<li>Gallagher, M. P. <em>Faith maps: Ten religious explorers from Newman to Joseph Ratzinger</em>. New York: Paulist Press, 2010.
<li>Hahnenberg, E. <em>Awakening Vocation: A Theology of Christian Call</em>. Collegeville: Liturgical Press, 2010.
<li>
@claudinec
claudinec / page-welcome
Created August 25, 2011 05:27
[FAS] Welcome page
$page = new stdClass;
$page->disabled = FALSE; /* Edit this to true to make a default page disabled initially */
$page->api_version = 1;
$page->name = 'welcome';
$page->task = 'page';
$page->admin_title = 'Welcome';
$page->admin_description = 'Custom welcome/front page';
$page->path = 'welcome';
$page->access = array();
$page->menu = array();
@claudinec
claudinec / tsa_article_view.php
Created October 5, 2011 00:48
[UFT] tsa_article_view
$view = new view;
$view->name = 'tsa_article_view';
$view->description = 'List of TSA Articles';
$view->tag = 'public';
$view->view_php = '';
$view->base_table = 'node';
$view->is_cacheable = FALSE;
$view->api_version = 2;
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
$handler = $view->new_display('default', 'Defaults', 'default');
@claudinec
claudinec / vcb_stub.make
Created June 12, 2012 03:23
vcb_stub.make
core = 7.x
api = 2
; Drupal core
projects[drupal][type] = "core"
projects[drupal][version] = "7.14"
; Install profile
projects[vcb_profile][type] = "profile"
projects[vcb_profile][download][type] = "git"
# From http://www.thingy-ma-jig.co.uk/blog/10-10-2006/mysql-drop-all-tables
mysqldump -u[USERNAME] -p[PASSWORD] --add-drop-table --no-data [DATABASE] | grep ^DROP | mysql -u[USERNAME] -p[PASSWORD] [DATABASE]
@claudinec
claudinec / hnw.build
Created July 30, 2012 05:29
hnw.build
core = 7.x
api = 2
; Copy of core
projects[drupal][version] = "7.18"
; Copy of hnw_profile
; This contains another makefile that will recursively fetch
; our contrib/custom modules, libraries and themes
<iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com.au/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=14+Aristoc+Road,+Glen+Waverley,+VIC,+3150,+Australia&amp;aq=0&amp;oq=14+Aristoc+Road,+Glen+Waverley,+VIC,+3150,+australi&amp;sll=-37.886319,145.158485&amp;sspn=0.007553,0.010664&amp;ie=UTF8&amp;hq=&amp;hnear=14+Aristoc+Rd,+Glen+Waverley+Victoria+3150&amp;t=m&amp;view=map&amp;ll=-37.886302,145.158491&amp;spn=0.020322,0.025749&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="https://maps.google.com.au/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=14+Aristoc+Road,+Glen+Waverley,+VIC,+3150,+Australia&amp;aq=0&amp;oq=14+Aristoc+Road,+Glen+Waverley,+VIC,+3150,+australi&amp;sll=-37.886319,145.158485&amp;sspn=0.007553,0.010664&amp;ie=UTF8&amp;hq=&amp;hnear=14+Aristoc+Rd,+Glen+Waverley+Victoria+3150&amp;t=m&amp;view=map&amp;ll=-37.886302,145.158491&amp;spn=0.020322,0.025749&amp;z=14&amp;iwloc=A" style="color:#
@claudinec
claudinec / uninstall_homebrew.sh
Created August 20, 2012 01:34 — forked from mxcl/uninstall_homebrew.sh
Uninstall Homebrew
#!/bin/sh
# Just copy and paste the lines below (all at once, it won't work line by line!)
# MAKE SURE YOU ARE HAPPY WITH WHAT IT DOES FIRST! THERE IS NO WARRANTY!
function abort {
echo "$1"
exit 1
}
set -e
@claudinec
claudinec / uft_stub.make
Last active October 9, 2015 11:08
UFT Drupal 7 stub makefile
core = 7.x
api = 2
; Copy of core
projects[drupal][version] = "7.22"
; Copy of uft_profile
; This contains another makefile that will recursively fetch
; our contrib/custom modules, libraries and themes
@claudinec
claudinec / yarragreens.make
Created October 13, 2012 03:23
yarragreens.make
core = 7.x
api = 2
; Copy of core
projects[drupal][version] = "7.16"
; Copy of yarragreens_profile
; This contains another makefile that will recursively fetch
; our contrib/custom modules, libraries and themes