<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-CA">
	<id>https://wiki.smus.ca/index.php?action=history&amp;feed=atom&amp;title=SDS%3AEdit_resources.php</id>
	<title>SDS:Edit resources.php - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.smus.ca/index.php?action=history&amp;feed=atom&amp;title=SDS%3AEdit_resources.php"/>
	<link rel="alternate" type="text/html" href="https://wiki.smus.ca/index.php?title=SDS:Edit_resources.php&amp;action=history"/>
	<updated>2026-04-22T04:49:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.smus.ca/index.php?title=SDS:Edit_resources.php&amp;diff=5198&amp;oldid=prev</id>
		<title>Chris.kloosterman: moved SDS edit resources.php to SDS:Edit resources.php</title>
		<link rel="alternate" type="text/html" href="https://wiki.smus.ca/index.php?title=SDS:Edit_resources.php&amp;diff=5198&amp;oldid=prev"/>
		<updated>2011-05-30T21:13:31Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/index.php/SDS_edit_resources.php&quot; class=&quot;mw-redirect&quot; title=&quot;SDS edit resources.php&quot;&gt;SDS edit resources.php&lt;/a&gt; to &lt;a href=&quot;/index.php/SDS:Edit_resources.php&quot; title=&quot;SDS:Edit resources.php&quot;&gt;SDS:Edit resources.php&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-CA&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:13, 30 May 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-CA&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Chris.kloosterman</name></author>
	</entry>
	<entry>
		<id>https://wiki.smus.ca/index.php?title=SDS:Edit_resources.php&amp;diff=3807&amp;oldid=prev</id>
		<title>Chris.kloosterman: 2 revisions</title>
		<link rel="alternate" type="text/html" href="https://wiki.smus.ca/index.php?title=SDS:Edit_resources.php&amp;diff=3807&amp;oldid=prev"/>
		<updated>2011-04-04T22:34:11Z</updated>

		<summary type="html">&lt;p&gt;2 revisions&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The resources dropdown now shows resources with is_current = &amp;#039;Y&amp;#039;, which will&lt;br /&gt;
allow us to retire resources.&lt;br /&gt;
&lt;br /&gt;
The weekly resource booking will now default show the booking times from&lt;br /&gt;
start_time (rounded down to the start of the hour) up to end_time (or the start&lt;br /&gt;
of the next hour). A quirk of Alex&amp;#039;s code is that it is not possible to start&lt;br /&gt;
the day at midnight, but only at $start_time &amp;gt; midnight + $display_increment. Days may end&lt;br /&gt;
at midnight.&lt;br /&gt;
&lt;br /&gt;
Alex had hard-coded the page to show half-hour increments: it is now possible&lt;br /&gt;
to use $display_increment to show 1 hour, 30 minute, 20 minute, 12 minute and&lt;br /&gt;
10 minute increments (just as long as $display_increment divides evenly into&lt;br /&gt;
60).&lt;/div&gt;</summary>
		<author><name>Chris.kloosterman</name></author>
	</entry>
	<entry>
		<id>https://wiki.smus.ca/index.php?title=SDS:Edit_resources.php&amp;diff=3805&amp;oldid=prev</id>
		<title>Richard.curry: New page: The resources dropdown now shows resources with is_current = &#039;Y&#039;, which will allow us to retire resources.  The weekly resource booking will now default show the booking times from start_t...</title>
		<link rel="alternate" type="text/html" href="https://wiki.smus.ca/index.php?title=SDS:Edit_resources.php&amp;diff=3805&amp;oldid=prev"/>
		<updated>2009-01-02T07:31:34Z</updated>

		<summary type="html">&lt;p&gt;New page: The resources dropdown now shows resources with is_current = &amp;#039;Y&amp;#039;, which will allow us to retire resources.  The weekly resource booking will now default show the booking times from start_t...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The resources dropdown now shows resources with is_current = &amp;#039;Y&amp;#039;, which will&lt;br /&gt;
allow us to retire resources.&lt;br /&gt;
&lt;br /&gt;
The weekly resource booking will now default show the booking times from&lt;br /&gt;
start_time (rounded down to the start of the hour) up to end_time (or the start&lt;br /&gt;
of the next hour). A quirk of Alex&amp;#039;s code is that it is not possible to start&lt;br /&gt;
the day at midnight, but only at $start_time &amp;gt; midnight + $display_increment. Days may end&lt;br /&gt;
at midnight.&lt;br /&gt;
&lt;br /&gt;
Alex had hard-coded the page to show half-hour increments: it is now possible&lt;br /&gt;
to use $display_increment to show 1 hour, 30 minute, 20 minute, 12 minute and&lt;br /&gt;
10 minute increments (just as long as $display_increment divides evenly into&lt;br /&gt;
60). Frustratingly, some other quirk of Alex&amp;#039;s code prevents the&lt;br /&gt;
$display_increment of 15 minutes form working.&lt;/div&gt;</summary>
		<author><name>Richard.curry</name></author>
	</entry>
</feed>