[SUCS Devel] site r709 - in branches/sucs-site: components htdocs/images static static/About static/Community static/Community/Talks/2014-03-20 static/Knowledge

imranh at sucs.org imranh at sucs.org
Fri May 22 21:58:44 BST 2015


Author: imranh
Date: 2015-05-22 21:58:32 +0100 (Fri, 22 May 2015)
New Revision: 709

Modified:
   branches/sucs-site/components/members.php
   branches/sucs-site/components/signup.php
   branches/sucs-site/htdocs/images/lastsnap.jpg
   branches/sucs-site/static/About/Joining.txt
   branches/sucs-site/static/About/Room.txt
   branches/sucs-site/static/About/Staff.txt
   branches/sucs-site/static/Community/Talks.txt
   branches/sucs-site/static/Community/Talks/2014-03-20/grepwood.txt
   branches/sucs-site/static/Knowledge/FAQ.txt
   branches/sucs-site/static/Tools.txt
   branches/sucs-site/static/stats.txt
Log:
commit changes found on live to the svn

Modified: branches/sucs-site/components/members.php
===================================================================
--- branches/sucs-site/components/members.php	2015-05-03 17:21:57 UTC (rev 708)
+++ branches/sucs-site/components/members.php	2015-05-22 20:58:32 UTC (rev 709)
@@ -88,7 +88,8 @@
 		$stats['yeartop'] = $DB->GetAll($yeartop_sql, array(academicYear(time())."-09-01"));
 
 		// bottom 5
-		$stats['bottom'] = $DB->GetAll("SELECT username, sum(score) as sum FROM awards GROUP BY username ORDER BY sum ASC LIMIT 5");
+		// exclude sambws and frostys allways decresing banana that scres up the result
+		$stats['bottom'] = $DB->GetAll("SELECT username, sum(score) as sum FROM awards WHERE id!=685 and id!=393 GROUP BY username ORDER BY sum ASC LIMIT 5");
 		// recent awards
 		// today's definition of "recent" is all awards within three days of the newest award and a minimum of five... 
 		// if this seems like a dumb method then try something else :-)

Modified: branches/sucs-site/components/signup.php
===================================================================
--- branches/sucs-site/components/signup.php	2015-05-03 17:21:57 UTC (rev 708)
+++ branches/sucs-site/components/signup.php	2015-05-22 20:58:32 UTC (rev 709)
@@ -333,7 +333,7 @@
                                 mail(
                                     $error_email,
                                     "Error adding user to mailing lists from signup id: ".$signupid,
-                                    $execoutputstr,
+                                    $execoutputstr.$ececreturn,
                                     "From: \"SUCS Admin\" <admin at sucs.org>"
                                 );
                                 $failed=true;

Modified: branches/sucs-site/htdocs/images/lastsnap.jpg
===================================================================
(Binary files differ)

Modified: branches/sucs-site/static/About/Joining.txt
===================================================================
--- branches/sucs-site/static/About/Joining.txt	2015-05-03 17:21:57 UTC (rev 708)
+++ branches/sucs-site/static/About/Joining.txt	2015-05-22 20:58:32 UTC (rev 709)
@@ -1,6 +1,6 @@
 <h2>Who can join?</h2>
 <ul>
-<li>You <strong>must</strong> be a member of Swansea University Student Union (<a href="http://swansea-union.co.uk/">SUSU</a>) to be able to join the society.</li>
+<li>You <strong>must</strong> be a member of Swansea University Students' Union (<a href="http://swansea-union.co.uk/">SUSU</a>) to be able to join the society.</li>
 </ul>
 <h2>How much is it?</h2>
 <ul>

Modified: branches/sucs-site/static/About/Room.txt
===================================================================
--- branches/sucs-site/static/About/Room.txt	2015-05-03 17:21:57 UTC (rev 708)
+++ branches/sucs-site/static/About/Room.txt	2015-05-22 20:58:32 UTC (rev 709)
@@ -2,4 +2,4 @@
 <p><img alt="The SUCS Room" src="../pictures/sucsroom.jpg" /></p>
 <h3>Where to find the room</h3>
 <p style="float: left; margin: 0.5em"><a href="../pictures/room-map.jpg"><img alt="Location of SUCS Room on Campus Map" src="../pictures/room-map_thumb.jpg" /></a></p>
-<p>The SUCS room is located at the bottom of the Student Union building, approximately halfway along the side facing the back of Fulton House. To unlock the door, members can swipe their student cards in the card reader or hold them up to the <abbr>RFID</abbr> sensor pad denoted by the black square (both located to the right, underneath the window).</p>
\ No newline at end of file
+<p>The SUCS room is located at the bottom of the Student Union building, approximately halfway along the side facing the back of Fulton House. To unlock the door, members can swipe their student card in the card reader or hold it up to the <abbr>RFID</abbr> sensor pad denoted by the black square (both located to the right of our blue door, underneath the window).</p>
\ No newline at end of file

Modified: branches/sucs-site/static/About/Staff.txt
===================================================================
--- branches/sucs-site/static/About/Staff.txt	2015-05-03 17:21:57 UTC (rev 708)
+++ branches/sucs-site/static/About/Staff.txt	2015-05-22 20:58:32 UTC (rev 709)
@@ -16,9 +16,11 @@
 </li>
 <li>
 <div>
+<div> <img height="100" src="https://sucs.org/pictures/people/sockitwench.png" width="100" />
     <br />
 	<strong>Secretary</strong><br />Courtney Simone Vasile (~sockitwench)
 </div>
+</div>
 </li>
 <li>
 <div> <img height="100" src="https://sucs.org/pictures/people/andy.png" width="100" />
@@ -26,6 +28,12 @@
     <strong>Publicity</strong><br />Andrew Vincent Pover (~andy)
 </div>
 </li>
+<li>
+<div> <img height="100" src="https://sucs.org/pictures/people/unreturnable.png" width="100" />
+    <br />
+    <strong>Gaming</strong><br />Peter Jenkins (~unreturnable)
+</div>
+</li>
 </ul>
 <div class="clear"></div>
 <h2>Additional Staff</h2>

Modified: branches/sucs-site/static/Community/Talks/2014-03-20/grepwood.txt
===================================================================
--- branches/sucs-site/static/Community/Talks/2014-03-20/grepwood.txt	2015-05-03 17:21:57 UTC (rev 708)
+++ branches/sucs-site/static/Community/Talks/2014-03-20/grepwood.txt	2015-05-22 20:58:32 UTC (rev 709)
@@ -1,23 +1,23 @@
-<div class="box">
-<div class="boxhead">
-<h2>Michael Dec (grepwood) - "Time to glorify my waste of time again"</h2>
-</div>
-<div class="boxcontent">
-<div id="player">
-<object data="//sucs.org/videos/talks/mediaplayer.swf?file=2014-03-20/grepwood.flv" height="480" id="player" type="application/x-shockwave-flash" width="600">
-<param name="height" value="480" />
-<param name="width" value="600" />
-<param name="file" value="/videos/talks/2014-03-20/grepwood.flv" />
-<param name="image" value="/videos/talks/2014-03-20/grepwood.png" />
-<param name="id" value="player" />
-<param name="displayheight" value="480" />
-<param name="FlashVars" value="image=/videos/talks/2014-03-20/grepwood.png" />
-</object>
-</div>
-<p><strong>Length: </strong>00m 00s</p>
-<p><strong>Video: </strong><a href="/videos/talks/2014-03-20/grepwood.flv" title="600x480 MPEG-4 AVC - 00MB">600x480</a> (MPEG-4 AVC, 00MB)</p>
-</div>
-<div class="boxfoot">
-<p> </p>
-</div>
-</div>
+<div class="box">
+<div class="boxhead">
+<h2>Michael Dec (grepwood) - "Time to glorify my waste of time again"</h2>
+</div>
+<div class="boxcontent">
+<div id="player">
+<object data="//sucs.org/videos/talks/mediaplayer.swf?file=2014-03-20/grepwood.flv" height="480" id="player" type="application/x-shockwave-flash" width="600">
+<param name="height" value="480" />
+<param name="width" value="600" />
+<param name="file" value="/videos/talks/2014-03-20/grepwood.flv" />
+<param name="image" value="/videos/talks/2014-03-20/grepwood.png" />
+<param name="id" value="player" />
+<param name="displayheight" value="480" />
+<param name="FlashVars" value="image=/videos/talks/2014-03-20/grepwood.png" />
+</object>
+</div>
+<p><strong>Length: </strong>19m 03s</p>
+<p><strong>Video: </strong><a href="/videos/talks/2014-03-20/grepwood.flv" title="600x480 MPEG-4 AVC - 00MB">600x480</a> (MPEG-4 AVC, 1.1GB)</p>
+</div>
+<div class="boxfoot">
+<p> </p>
+</div>
+</div>
\ No newline at end of file

Modified: branches/sucs-site/static/Community/Talks.txt
===================================================================
--- branches/sucs-site/static/Community/Talks.txt	2015-05-03 17:21:57 UTC (rev 708)
+++ branches/sucs-site/static/Community/Talks.txt	2015-05-22 20:58:32 UTC (rev 709)
@@ -7,10 +7,10 @@
 knowledge.</p>
 <h3>When are the next
 ones?</h3>
-<p>When the Exec Plan plan the next one, contact <a href="mailto:exec at sucs.org">exec at sucs.org</a> if one has happenend for a while.</p>
+<p>When the Exec Plan plan the next one, contact <a href="mailto:exec at sucs.org">exec at sucs.org</a> if one hasn't happened for a while.</p>
 <h3>Can I take part?</h3>
 <p>You certainly can! If you want to do a talk at
-a future SUCS Talks event, either e-mail us at exec [at] sucs [dot] org.  </p>
+a future SUCS Talks event, e-mail us at exec [at] sucs [dot] org.  </p>
 <h3>How can I watch the videos?</h3>
 <p>Each talk is
 available below as both a streaming flash video (you just need flash installed

Modified: branches/sucs-site/static/Knowledge/FAQ.txt
===================================================================
--- branches/sucs-site/static/Knowledge/FAQ.txt	2015-05-03 17:21:57 UTC (rev 708)
+++ branches/sucs-site/static/Knowledge/FAQ.txt	2015-05-22 20:58:32 UTC (rev 709)
@@ -111,7 +111,6 @@
 <dl>	
 <dt><a id="s_m1">I missed you at Freshers' Fayre and enrolment, how do I join?</a></dt>
 <dd>Use the online form at the bottom of the <a href="../About/Joining">Joining</a> page or come to the room.</dd>
-
 <dt><a id="s_m2">Why should I join SUCS?</a></dt>
 <dd>There is more information about joining SUCS and the benefits of joining on the <a href="../About/Joining">Joining page</a>.</dd>
 </dl>
@@ -191,7 +190,7 @@
 <dt><a id="t_r5">How do I connect to GuestNET?</a></dt>
 <dd>Take a look at the GuestNET How To page in the Help section <a href="Help/SUCS%20Services/Connecting%20to%20GuestNet">here</a>.</dd>
 <dt><a id="iDevice"> I have an iPhone/iPad/Mac how do I connect to the WiFi?</a></dt><a id="iDevice">
-</a><dd><a id="iDevice">You can use the wireless profile </a><a href="https://sucs.org/SUCS_WiFi.mobileconfig">here</a></dd></dl>
+</a><dd><a id="iDevice">You can use the wireless profile </a><a href="https://sucs.org/files/SUCS_WiFi.mobileconfig">here</a></dd></dl>
 <p><a id="iDevice">
 </a></p>
 <h3><a id="iDevice"></a><a id="computers">Computers</a></h3>

Modified: branches/sucs-site/static/Tools.txt
===================================================================
--- branches/sucs-site/static/Tools.txt	2015-05-03 17:21:57 UTC (rev 708)
+++ branches/sucs-site/static/Tools.txt	2015-05-22 20:58:32 UTC (rev 709)
@@ -4,8 +4,8 @@
 <h2><a href="Tools/ShortURI">ShortURI</a></h2>
 <p>Make long web addresses shorter. Useful if you wish to paste it to Milliways, or perhaps a forum or chatroom elsewhere; you can use ShortURI to create a shorter version that will direct you to the original address.</p>
 <h2><a href="https://sucs.org/webmail">Web Mail</a></h2>
-<p>Check your SUCS e-mail account via the web using <cite>Roundcube</cite>. Learn more about <a href="/Knowledge/Help/SUCS%20Services/Accessing%20your%20email">accessing your SUCS e-mail</a> in our Help section.</p>
+<p>Check your SUCS e-mail account via the web using <cite>Roundcube</cite>. Learn more about <a href="Knowledge/Help/SUCS%20Services/Accessing%20your%20email">accessing your SUCS e-mail</a> in our Help section.</p>
 <h2><a href="Tools/PasteBin">PasteBin</a></h2>
 <p>If you are having trouble with some code and have gone to Milliways for help, use the Pastebin to avoid spamming Milliways with lines of code, plus it also has a nifty syntax highlighting feature. </p>
 <h2><a href="Tools/Desktop%20on%20Demand">Desktop on Demand</a></h2>
-<p>Desktop on Demand allows you to connect to one of the SUCS computer remotely to run linux applications from anywhere. For more information see <a href="/Knowledge/Help/SUCS%20Services/Using%20Desktop%20on%20Demand">Using Desktop on Demand</a>.</p>
\ No newline at end of file
+<p>Desktop on Demand allows you to connect to one of the SUCS computers remotely to run linux applications from anywhere. For more information see <a href="Knowledge/Help/SUCS%20Services/Using%20Desktop%20on%20Demand">Using Desktop on Demand</a>.</p>
\ No newline at end of file

Modified: branches/sucs-site/static/stats.txt
===================================================================
--- branches/sucs-site/static/stats.txt	2015-05-03 17:21:57 UTC (rev 708)
+++ branches/sucs-site/static/stats.txt	2015-05-22 20:58:32 UTC (rev 709)
@@ -3,4 +3,5 @@
 <p><a href="https://sucs.org/stats/webalizer/" title="Webalizer" target="_blank">Webalizer</a></p>
 <p><a href="https://sucs.org/stats/cacti/" title="Cacti" target="_blank">Cacti</a> (Bypass login <a href="https://sucs.org/stats/cacti/graph_view.php?action=tree&tree_id=1&leaf_id=8&select_first=true" target="_blank">here</a>)</p>
 <p><a href="https://sucs.org/stats/nut/upsstats.cgi" target="_self">Nut</a></p>
-<p><a href="https://sucs.org/stats/ganglia/" title="Ganglia" target="_blank">Ganglia</a></p>
\ No newline at end of file
+<p><a href="https://sucs.org/stats/ganglia/" title="Ganglia" target="_blank">Ganglia</a></p>
+<p> </p>
\ No newline at end of file




More information about the Devel mailing list