Blogs
Redirecting on Access Denied Errors
Submitted by alan dawson on Sun, 2007/11/25 - 01:40. Online Environment Development | Other discussion topicsDrupal gives ability to control access to content.
If a user hits some content that gives a 403 error ( access denied ) either because they have not got correct access rights,
or are anonymous it is possible to control what happens next.
This php snippet does just that.
getting stats from drupal watchdog
Submitted by alan dawson on Sat, 2007/11/17 - 06:33. Online Environment Development | Other discussion topicshere are some simple examples of some SQL to get information from watchdog, using sql string matching...
SELECT message,timestamp FROM watchdog WHERE message LIKE '%daws%' AND type='user' AND message NOT LIKE 'notify%';
you get the idea...
to see how many password resets I'd asked for I'd do
SELECT hostname,message,timestamp FROM watchdog WHERE message LIKE '%Password%' and type='user' AND message LIKE '%ligh%';
or
SELECT COUNT(*) FROM watchdog WHERE message LIKE '%Password%' and type='user' AND MESSAGE LIKE '%dawson%';
Creating an ULTRALAB hot seat clone in drupal
Submitted by alan dawson on Fri, 2007/10/12 - 13:49. drupal | hotseat | Online Environment Development | Other discussion topics | ultralabOK .. rough notes on work in progress of the hot seat software ... basically so I can remember how to do it again.
There are quite a lot of settings to get right. Some through drupal, others on a shell on the webserver ( or however you mod the files on there )
Its work in progress but at this date can be found at http://hs.technologyandsocialaction.org
Eric Lee: Linux: The first 100 days
Submitted by alan dawson on Thu, 2007/10/04 - 10:55. FLOSS | linux | Other discussion topics | UbuntuEric Lee: Linux: The first 100 days
I notice that Eric Lee,who moved to linux shortly after the
first pradsa workshop, is still going strong in the free world.
Nice one!
Creating a Drupal module to allow individual tagging and links on user home pages.
Submitted by alan dawson on Sat, 2007/09/22 - 20:35. drupal | Online Environment Development | Other discussion topicsLeonie recently asked me to add a feature to the technology and social action web site that allows participants to categorise the content on the site with their own tags. This we enabled by using the community tags module. She also asked to add a feature where a user tags would be available on their profile page. This took a little more work as this feature required a new module writing. I've just finished it.
Decision Making
Submitted by Josef Davies-Coates on Wed, 2007/09/05 - 15:02. decision making | democracy | links | Other discussion topics | WorkshopsDecision Making Tools
Online decision making tools and projects
The Decider - http://labs.riseup.net
A very simple site that helps groups to make decisions online. It enables the creation of “issues” (e.g. how should we spend this £1000?) and “options” (e.g. i) go on holiday ii) put it in a saving account iii) other). Users can then vote on how good they think each option is and/ or create a new option.
VoSnap - http://vosnap.com
Decision making and design
Submitted by alan dawson on Wed, 2007/09/05 - 09:45. decision making | drupal | Online Environment Development | web2 | WorkshopsThe recent pradsa2 workshop at University of West of England had a session on decision making. Our group decided assess the design decisions in developing this web site. I'll start putting my understanding of that process here.
Before the first workshop I perceived the site to be a place where people would come to ( ie log in ), produce content ( ie blog stuff, post forum questions ), building a corpus of examples and knowledge.
Margrove Park
Submitted by Steve Thompson on Wed, 2007/08/08 - 21:06. community | engagement | google | google apps | myweb2 project | Other discussion topics | web2We start tomorrow at Margrove Park. There's no plan. We'll just react to what atendees want to do and provide the vehicle. For the next 6 weeks there'll be an informal drop in between 4pm and 8pm.
They're sure to want to recap on how to edit their website www.margrovepark.com but we can now also offer email accounts of name@margrovepark.com courtesy of google apps. I've made this a link from the website called "Intranet". I couldn't thing what else to call it and if people personalise it to utilise document sharing etc then it really will be an Intranet.