[pysignup] / trunk / cgi / functions.py Repository:
ViewVC logotype

Log of /trunk/cgi/functions.py

Parent Directory Parent Directory


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

Revision 99 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 5 14:10:10 2008 UTC (23 months ago) by pinky
File length: 10924 byte(s)
Diff to previous 93
making functions.createsqlite only create table if it doesn't exist yet

Revision 93 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 4 19:39:24 2008 UTC (23 months ago) by pinky
File length: 10894 byte(s)
Diff to previous 92
minor fix in functions.createhtaccess

Revision 92 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 4 10:08:17 2008 UTC (23 months ago) by pinky
File length: 10928 byte(s)
Diff to previous 90
removing dump and load functions from functions.py, completely unused

Revision 90 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 4 08:41:40 2008 UTC (23 months ago) by pinky
File length: 11229 byte(s)
Diff to previous 85
updating createhtaccess function

Revision 85 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 2 14:17:59 2008 UTC (23 months ago) by pinky
File length: 11146 byte(s)
Diff to previous 78
adding beta support for an SQLite database

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

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

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 56 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 14 08:31:42 2008 UTC (2 years ago) by pinky
File length: 6831 byte(s)
Copied from: trunk/functions.py revision 55
Diff to previous 41
moving contents of trunk to trunk/cgi

Revision 41 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 9 17:26:12 2008 UTC (2 years ago) by pinky
Original Path: trunk/functions.py
File length: 6831 byte(s)
Diff to previous 37
bugfix: unclosed <script> tag whenever any theme was loaded, disabled all user css and js when a theme was loaded

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

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

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 2 20:50:05 2008 UTC (2 years, 2 months ago) by pinky
Original Path: trunk/functions.py
File length: 3224 byte(s)
Diff to previous 1
Adding createhtaccess config variable to available settings: allows program to create a .htaccess file for Apache web servers

Revision 1 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Jun 30 22:56:50 2008 UTC (2 years, 2 months ago) by pinky
Original Path: trunk/functions.py
File length: 2336 byte(s)
Adding initial trunk, branches, and tags directories, and initial import of PySignup, v0.8.2

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