This file contains hidden or 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
begin | |
lsusb = `lsusb` | |
if lsusb.split("\n").select{|l| l.include? "2047:ffe7"}.count == 0 | |
raise "Boogie Board Rip not currently connected" | |
end | |
begin | |
dmesg = `dmesg` | |
bbdev = dmesg.split("\n").select{|l| l.match "2047:FFE7.*hidraw[0-9]"}.pop.match("(hidraw[0-9]+)").to_s | |
raise RuntimeError if bbdev.empty? |
This file contains hidden or 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
/** To hide the icons we are using opacity as display:none makes | |
the buttons inaccessible. | |
FILTER attributes should apply to IE so long as the strict | |
doctype is served. Use Filter: none on clear to protect PNG alphas. | |
Tweak the top value to get "ghost" icons rather than hiding them**/ | |
.block .header .commands a img, |
This file contains hidden or 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
From cfe154d2c78c9b143ecf9d132fe34885842e92c3 Mon Sep 17 00:00:00 2001 | |
From: Mark Johnson <[email protected]> | |
Date: Mon, 29 Nov 2010 15:48:07 +0000 | |
Subject: [PATCH 05/78] Assignment remove late notifications. Students | |
complained that homework was flagged up as late when | |
handed in if teacher hadn't marked it. | |
--- | |
mod/assignment/lib.php | 16 ++++++++-------- | |
1 file changed, 8 insertions(+), 8 deletions(-) |
This file contains hidden or 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
From a0198387d484d0fe083ed1a32c0fe5f9f6806d6b Mon Sep 17 00:00:00 2001 | |
From: Mark Johnson <[email protected]> | |
Date: Mon, 29 Nov 2010 15:01:08 +0000 | |
Subject: [PATCH 06/78] Modified mentees block to sort users alphabetically | |
--- | |
blocks/mentees/block_mentees.php | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) | |
diff --git a/blocks/mentees/block_mentees.php b/blocks/mentees/block_mentees.php |
This file contains hidden or 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
From 8389e386d6cbde9dd828cd4bc7398d3e282f8e06 Mon Sep 17 00:00:00 2001 | |
From: Mark Johnson <[email protected]> | |
Date: Wed, 1 Dec 2010 09:56:46 +0000 | |
Subject: [PATCH 08/78] Added course names and links to calendar blocks | |
--- | |
calendar/lib.php | 15 ++++++++++++++- | |
1 file changed, 14 insertions(+), 1 deletion(-) | |
diff --git a/calendar/lib.php b/calendar/lib.php |
This file contains hidden or 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
From 8f6a707b4019db72e0785bdd2f9d1e753c95aa05 Mon Sep 17 00:00:00 2001 | |
From: Mark Johnson <[email protected]> | |
Date: Wed, 19 Jan 2011 08:24:19 +0000 | |
Subject: [PATCH 15/78] Removed items with gradetype 3 (No Grade) from grader | |
report | |
--- | |
grade/report/grader/index.php | 6 +- | |
grade/report/grader/lib.php | 4 +- | |
grade/report/grader/locallib.php | 624 ++++++++++++++++++++++++++++++++++++++ |
This file contains hidden or 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
From 6c6ed071f4891a877323fc503a56ee42d66b929c Mon Sep 17 00:00:00 2001 | |
From: Mark Johnson <[email protected]> | |
Date: Wed, 23 Mar 2011 12:16:25 +0000 | |
Subject: [PATCH 20/78] MDL-26943 Added submodule support for local plugins | |
--- | |
lib/moodlelib.php | 16 ++++++++++++++++ | |
1 file changed, 16 insertions(+) | |
diff --git a/lib/moodlelib.php b/lib/moodlelib.php |
This file contains hidden or 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
From c106c6188887b169a237a2e14b675dab9e1aa777 Mon Sep 17 00:00:00 2001 | |
From: Mark Johnson <[email protected]> | |
Date: Mon, 12 Sep 2011 13:46:00 +0100 | |
Subject: [PATCH 51/78] Removed requirement from city and country fields in | |
user profile | |
--- | |
user/editlib.php | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) |
OlderNewer