[pysignup] / trunk / cgi / RELEASE-NOTES Repository:
ViewVC logotype

Log of /trunk/cgi/RELEASE-NOTES

Parent Directory Parent Directory


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

Revision 97 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 4 19:54:46 2008 UTC (23 months ago) by pinky
File length: 4935 byte(s)
Diff to previous 91
update release-notes (again)

Revision 91 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 4 08:43:27 2008 UTC (23 months ago) by pinky
File length: 4896 byte(s)
Diff to previous 88
more release-notes update

Revision 88 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 4 07:45:27 2008 UTC (23 months ago) by pinky
File length: 4860 byte(s)
Diff to previous 82
update release-notes

Revision 82 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 25 18:43:38 2008 UTC (23 months, 1 week ago) by pinky
File length: 4811 byte(s)
Diff to previous 77
rewrote index.py/change.py to be more object-oriented

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: 4589 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: 4239 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: 3960 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: 3166 byte(s)
Copied from: trunk/RELEASE-NOTES revision 55
Diff to previous 51
moving contents of trunk to trunk/cgi

Revision 51 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 12 20:01:12 2008 UTC (2 years ago) by pinky
Original Path: trunk/RELEASE-NOTES
File length: 3166 byte(s)
Diff to previous 42
update RELEASE-NOTES

Revision 42 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 9 17:49:51 2008 UTC (2 years ago) by pinky
Original Path: trunk/RELEASE-NOTES
File length: 3013 byte(s)
Diff to previous 37
upping to v1.0.1, updating release notes

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/RELEASE-NOTES
File length: 2866 byte(s)
Diff to previous 22
Merging devel branch into trunk - now version 1.0

Revision 22 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 29 07:11:52 2008 UTC (2 years, 1 month ago) by pinky
Original Path: trunk/RELEASE-NOTES
File length: 1517 byte(s)
Diff to previous 21
* Moved all JavaScript to seperate files
** main.js holds basic JavaScript for PySignup, just the stuff that's necessary
   for PySignup
** user.js can be created by the user, for additional JavaScript capabilities
** more JS files may be added in the future

Revision 21 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 28 18:57:15 2008 UTC (2 years, 1 month ago) by pinky
Original Path: trunk/RELEASE-NOTES
File length: 1341 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) (annotate) - [select for diffs]
Modified Mon Jul 28 16:27:30 2008 UTC (2 years, 1 month ago) by pinky
Original Path: trunk/RELEASE-NOTES
File length: 1063 byte(s)
Diff to previous 19
* 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 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/RELEASE-NOTES
File length: 852 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]
Added Sat Jul 26 15:42:52 2008 UTC (2 years, 1 month ago) by pinky
Original Path: trunk/RELEASE-NOTES
File length: 523 byte(s)
* 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

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