Log of /trunk/cgi/skins
Directory Listing
Revision
95 -
Directory Listing
Modified
Sat Oct 4 19:50:02 2008 UTC (23 months ago) by
pinky
removing valid xhtml link/image: unnecessary
Revision
79 -
Directory Listing
Modified
Mon Sep 15 16:57:11 2008 UTC (23 months, 3 weeks ago) by
pinky
partial rv of r78, some extra stuff was added by accident
Revision
78 -
Directory Listing
Modified
Mon Sep 15 16:53:56 2008 UTC (23 months, 3 weeks ago) by
pinky
adding support for sending multiple emails
Revision
75 -
Directory Listing
Modified
Sun Aug 31 07:34:58 2008 UTC (2 years ago) by
pinky
fixed non-indented block in skins/main.css
Revision
73 -
Directory Listing
Modified
Sun Aug 31 06:44:09 2008 UTC (2 years ago) by
pinky
adding max-width to recaptca_widget css so it doesn't get excessively long
Revision
72 -
Directory Listing
Modified
Sun Aug 31 06:36:34 2008 UTC (2 years ago) by
pinky
release of PySignup 1.2!!!
* adding support for custom fields
** the datafields entry specifies what fields should be collected from users
** each datafield can be either optional or required, with one being the primary
** see the help on datafields for more info
* other minor bugfixes
Revision
70 -
Directory Listing
Modified
Thu Aug 21 19:49:24 2008 UTC (2 years ago) by
pinky
changing visited link color in blue skin to a dark orange, it still doesn't look great, but its better than a dark purple
Revision
56 -
Directory Listing
Modified
Thu Aug 14 08:31:42 2008 UTC (2 years ago) by
pinky
Copied from:
trunk/skins revision 55
moving contents of trunk to trunk/cgi
Revision
43 -
Directory Listing
Modified
Sat Aug 9 17:52:22 2008 UTC (2 years ago) by
pinky
Original Path:
trunk/skins
disabling cgitb (was accidentally left enabled in r42), and removing some unnecessary code from skins/main.css (also accidentally left in r42 :P)
Revision
42 -
Directory Listing
Modified
Sat Aug 9 17:49:51 2008 UTC (2 years ago) by
pinky
Original Path:
trunk/skins
upping to v1.0.1, updating release notes
Revision
31 -
Directory Listing
Modified
Thu Aug 7 14:23:48 2008 UTC (2 years, 1 month ago) by
pinky
Original Path:
branches/devel/skins
* IE 5 for Mac (probably other browsers too) fix
** specifying reCAPTCHA font-size at 100%, and font color to be whatever the
body font color is (including in skins), as at least IE 5.2 for Mac likes
to make the font oversized and colored red for the custom reCAPTCHA box
Revision
28 -
Directory Listing
Modified
Tue Aug 5 15:37:53 2008 UTC (2 years, 1 month ago) by
pinky
Original Path:
branches/devel/skins
changing method of setting the width of the custom recaptcha, old way didn't look very nice in IE/Opera
Revision
26 -
Directory Listing
Modified
Sun Aug 3 20:31:17 2008 UTC (2 years, 1 month ago) by
pinky
Original Path:
branches/devel/skins
*adding black, blue, grey, grass themes
*adding theme variable to settings.conf, that can be set to any available theme: black, blue, grey, grass (or blank), and will load all CSS for that theme
*adding usecustom variable to settings.conf, if set to true, custom reCAPTCHA HTML is displayed, if false, the custom HTML is not displayed
*adding better handling of a few permissions errors in change.py