Log of /trunk/cgi/functions.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: 9940 byte(s)
Diff to
previous 56
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
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/functions.py
File length: 6569 byte(s)
Diff to
previous 15
* 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
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/functions.py
File length: 6410 byte(s)
Diff to
previous 7
* 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
7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 10 05:45:59 2008 UTC (2 years, 1 month ago) by
pinky
Original Path:
trunk/functions.py
File length: 3274 byte(s)
Diff to
previous 3
slight modifications to initial ConfigObj call in index.py, commas in configuration values are no longer evaluated as lists, and a file error is raised if config file doesn't exist. also changed error message for a .htaccess permissions error, and updated version number
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.