Log of /trunk/cgi/change.py
Parent Directory
Revision
72 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 31 06:36:34 2008 UTC (2 years ago) by
pinky
File length: 16222 byte(s)
Diff to
previous 62
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
61 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 15 08:08:48 2008 UTC (2 years ago) by
pinky
File length: 16294 byte(s)
Diff to
previous 56
updating so that only the location and fulllocation config values are interpreted as lists (this lets the other values have commas in them without being quoted)
Revision
21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 28 18:57:15 2008 UTC (2 years, 1 month ago) by
pinky
Original Path:
trunk/change.py
File length: 15761 byte(s)
Diff to
previous 20
* Enabled backup of data and settings.conf files. Backup files are stored as
filename.timestamp, this does lead to a new file being created with every
change however, which can use up file space after awhile.
* Changed functions.read() to return False if the file doesn't exist. Old
method didn't work, and was unused
* Changed functions.write() and .save() to return False as well if they can't
write to the given file
* Changed index.py to properly check that it was able to write to the data file
each time
Revision
20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 28 16:27:30 2008 UTC (2 years, 1 month ago) by
pinky
Original Path:
trunk/change.py
File length: 14748 byte(s)
Diff to
previous 18
* changed HTML code to use Cascading Style Sheets
** main.css holds the basic CSS for PySignup, nothing more than was in the
HTML in prior versions
** user.css can be created by the user, allowing additional CSS styling
** more CSS files will be added in the future (i.e. for pickable "themes")
** there's still some html that doesn't have an id or class
Revision
18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 27 12:38:41 2008 UTC (2 years, 1 month ago) by
pinky
Original Path:
trunk/change.py
File length: 14722 byte(s)
Diff to
previous 17
changing cookie name from pysignupsessionid to %(sitename)s_sessionid, to improve compatibility with using multiple pysignup installs on 1 domain name. the sitename in the cookie is stripped of all illegal cookie characters
Revision
15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 26 15:42:52 2008 UTC (2 years, 1 month ago) by
pinky
Original Path:
trunk/change.py
File length: 14282 byte(s)
Diff to
previous 13
* password protected change.py - default pass is "pysignup"
** change.py?action=changepass allows changing of admin password
** the password's md5 hash is stored in settings.conf
** hashes are stored as: "A:salt:passwordhash", the letter represents the type
of hash, allowing easy addition of new hash types (i.e. sha1) while
retaining compatibility
* added compatibility for settings.conf files made before v0.9
* modified changehtml.tmpl so it can be used with all 3 change.py html pages
(login page, change password page, and actual configure page)
* upped version number to 0.9.2
* rearranged defaultsettings.conf into a rough order of the likeliness to be
changed, and added 2 new config variables: passhash and sessionfile, which
are used for change.py login
* added RELEASE-NOTES file
* updated README in accordance with new changes
Revision
13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 20 17:58:37 2008 UTC (2 years, 1 month ago) by
pinky
Original Path:
trunk/change.py
File length: 7275 byte(s)
Diff to
previous 6
version 0.9
* rewrote change.py completely
** it's now a web interface for editing settings.conf
* added defaultsettings.conf file, which is not used by the main signup sheet
file (index.py), but is overwritten by change.py, and so variables that are
added in a newer version of pysignup are written to settings.conf
automatically after modifying change.py. also, if settings.conf doesn't yet
exist, it will automatically be made after using the change.py web interface
with defaultsettings.conf as the template.
* fix in index.py so that non-list locations that don't use google maps work
* removed setup.py - no longer necessary with change.py/defaultsettings.conf
* updated README, etc. in accordance with other changes
* changed nextgame configuration variable -> nextevent
* added RELEASE-NOTES
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.