[pysignup] / trunk / cgi / defaultsettings.conf Repository:
ViewVC logotype

Log of /trunk/cgi/defaultsettings.conf

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

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 85 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 2 14:17:59 2008 UTC (23 months ago) by pinky
File length: 7365 byte(s)
Diff to previous 78
adding beta support for an SQLite database

Revision 78 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 15 16:53:56 2008 UTC (23 months, 3 weeks ago) by pinky
File length: 6773 byte(s)
Diff to previous 77
adding support for sending multiple emails

Revision 77 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 15 12:46:43 2008 UTC (23 months, 3 weeks ago) by pinky
File length: 6731 byte(s)
Diff to previous 72
adding HTML/mail alerts feature

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 67 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 15 12:40:28 2008 UTC (2 years ago) by pinky
File length: 4484 byte(s)
Diff to previous 56
merging devel branch into trunk - version 1.1

Revision 56 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 14 08:31:42 2008 UTC (2 years ago) by pinky
File length: 4059 byte(s)
Copied from: trunk/defaultsettings.conf revision 55
Diff to previous 37
moving contents of trunk to trunk/cgi

Revision 37 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 8 19:35:01 2008 UTC (2 years ago) by pinky
Original Path: trunk/defaultsettings.conf
File length: 4059 byte(s)
Diff to previous 19
Merging devel branch into trunk - now version 1.0

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

Report a bug
ViewVC Help
Powered by ViewVC 1.0.5