Log of /trunk/cgi/defaultsettings.conf
Parent Directory
Revision
98 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 5 12:34:46 2008 UTC (23 months ago) by
pinky
File length: 7367 byte(s)
Diff to
previous 85
changing default name of the SQLite db from sqlite.db to sqlitedb.py for the same reason data.py has the .py extension (so that if accessed from the web, the page will try to execute the text as python code, and error out, instead of displaying the sensitive data held in the file)
Revision
72 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 31 06:36:34 2008 UTC (2 years ago) by
pinky
File length: 5285 byte(s)
Diff to
previous 67
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
19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 27 13:30:00 2008 UTC (2 years, 1 month ago) by
pinky
Original Path:
trunk/defaultsettings.conf
File length: 3655 byte(s)
Diff to
previous 15
added reverseproxy configuration variable, PySignup will use
HTTP_X_FORWARDED_FOR enviroment variable instead of REMOTE_ADDR to determine
viewer's IP if reverseproxy is true.
Revision
15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 26 15:42:52 2008 UTC (2 years, 1 month ago) by
pinky
Original Path:
trunk/defaultsettings.conf
File length: 3315 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)
(
annotate)
-
[select for diffs]
Added
Sun Jul 20 17:58:37 2008 UTC (2 years, 1 month ago) by
pinky
Original Path:
trunk/defaultsettings.conf
File length: 2744 byte(s)
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.