'From OLPC2.0 of ''24 October 2006'' [latest update: #1469] on 27 July 2007 at 11:43:42 am'! "Change Set: notShowUpdateDir-yo Date: 27 July 2007 Author: Yoshiki Ohshima Hide update directory from the project list. Cross-published from olpc2.0 update 1470notShowUpdateDir-yo. "! !DAVServerDirectory methodsFor: 'testing' stamp: 'yo 7/27/2007 11:42'! isProjectSwiki | path | path _ self server, self directory. (path endsWith: 'updates') ifTrue: [ path _ path copyFrom: 1 to: (path size - 'updates' size). ]. (path endsWith: 'updates/') ifTrue: [ path _ path copyFrom: 1 to: (path size - 'updates/' size). ]. ^ (Utilities serverUrls includes: path) not! !