My Recent Pastes (57 and counting)
Pastes by Andi (57 and counting)
Below are the 15 most recent pasties by Andi.
October 25, 2007
2:44PM EDT
by Andi
View all 25 lines
Index: README.txt =================================================================== --- README.txt (revision 52450) +++ README.txt (working copy) @@ -104,4 +104,9 @@
October 24, 2007
7:39AM EDT
by Andi
.uberSelectionWidgetInput:keypress(search) {
evt-keypress-preventdefault: true;
action-client: alert;
}
October 18, 2007
6:40PM EDT
by Andi
<ul> <li parent="/abc" browser="/abc/def"> foo </li> <li parent="/xyz" browser="/xyz/123" class="selected"> bar </li> </ul>
September 11, 2007
5:13PM EDT
by Andi
View all 71 lines
<?xml version="1.0"?> <object name="portal_skins" allow_any="False" cookie_persistence="False" default_skin="nobel"> <object name="nobel_images"
September 11, 2007
4:45PM EDT
by Andi
View all 20 lines
Index: /opt/zope/pik/nobel/trunk/src/nobel.theme/nobel/theme/__init__.py =================================================================== --- /opt/zope/pik/nobel/trunk/src/nobel.theme/nobel/theme/__init__.py (revision 125) +++ /opt/zope/pik/nobel/trunk/src/nobel.theme/nobel/theme/__init__.py (working copy) @@ -1,7 +1,15 @@
September 09, 2007
6:25PM EDT
by Andi
View all 26 lines
Starting the migration from version: 2.5.4-devel (svn/unreleased) Attempting to upgrade from: 2.5.4-devel (svn/unreleased) Upgrade aborted Error type: exceptions.AttributeError Error value: portal_diff
August 23, 2007
6:34AM EDT
by Andi
View all 37 lines
Traceback (innermost last): Module ZPublisher.Publish, line 115, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 41, in call_object Module Products.CMFFormController.FSControllerPageTemplate, line 90, in __call__
August 22, 2007
8:46AM EDT
by Andi
View all 39 lines
[...] Making install in debian make[1]: Entering directory `/opt/zope/einsatznetz/parts/varnish/source/debian' make[2]: Entering directory `/opt/zope/einsatznetz/parts/varnish/source/debian' make[2]: Nothing to be done for `install-exec-am'.
August 22, 2007
8:20AM EDT
by Andi
View all 10 lines
Installing varnish. varnish: Downloading varnish tarball. While: Installing varnish.
August 22, 2007
5:18AM EDT
by Andi
View all 625 lines
/*
TableSort revisited v3.7 by frequency-decoder.com
Released under a creative commons Attribution-ShareAlike 2.5 license (http://creativecommons.org/licenses/by-sa/2.5/)
August 20, 2007
7:13AM EDT
by Andi
View all 9 lines
$ python Python 2.4.4 (#1, Jul 13 2007, 11:56:23) [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from tempfile import NamedTemporaryFile
August 17, 2007
12:44AM EDT
by Andi
View all 7 lines
File "/opt/zope/ploneout/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 151, in filter.txt
Failed example:
'<p>Testing that works.</p>' in browser.contents
Expected:
True
August 16, 2007
10:01PM EDT
by Andi
View all 233 lines
import zope.component from AccessControl import getSecurityManager from AccessControl import Unauthorized from zope.viewlet.viewlet import ViewletBase
August 16, 2007
5:56PM EDT
by Andi
View all 8 lines
for reg in gsm.registeredAdapters():
if reg.name == 'portlets.Login':
import pdb ; pdb.set_trace( )
if (len(reg.required) > 1 and
reg.required[1] is not None and
August 16, 2007
11:51AM EDT
by Andi
View all 6 lines
- portlet support - missing templates (i.e. footer) - group views/viewlets - link/button in reg listing to delete customized versions again - note to myself: plone.contentactions!
