-
Eric Rasmussen authored
removed patch that altered the sanitise_string function. replaced with patch that does strip_tags to the name field when it is altered
Eric Rasmussen authoredremoved patch that altered the sanitise_string function. replaced with patch that does strip_tags to the name field when it is altered
setup.sh 557 B
# Make a directory for elgg data files outside the root
mkdir elgg_data &> /dev/null
#Do patches
patch -p0 -s -N -r tmp.rej < patches/relationship_get_set_public.diff > /dev/null
patch -p0 -s -N -d elgg -r tmp.rej < patches/lowercase_post.diff > /dev/null
patch -p0 -s -N -d elgg/actions/user -r tmp.rej < patches/strip_tags_name_field.diff > /dev/null
patch -p0 -s -N -d elgg/mod/groups -r tmp.rej < patches/add_closing_labels.diff > /dev/null
rm tmp.rej &> /dev/null
echo 'Setup successful'