summaryrefslogtreecommitdiff
path: root/modules/versions.py
Commit message (Collapse)AuthorAgeFilesLines
* All these files have been moved to the Mailman directory (and some renamed)bwarsaw1998-06-191-133/+0
|
* Fixed a bug that arose from changing file format versions to a number.viega1998-06-121-42/+45
| | | | | | | | Commented out code that expected a string. It's now a number just so every time mailman starts up there isn't a whole lot of work done in checking the version, etc. Our numbers should stick with integers... other people making local mods should probably use decimal places...
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
|
* Added copyright notices to all source files where I am legally entitled to ↵viega1998-05-251-1/+18
| | | | | | | do so. Added a copy of the GNU GPL. Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?)
* Routines which rectify an old maillist with current maillist structure.klm1998-04-121-0/+113
The maillist .CheckVersion() method looks for an old .data_version setting in the loaded maillist structure, and if found calls the Update() routine from this module, supplying the list and the state last loaded from storage. (Th state is necessary to distinguish from default assignments done in the .InitVars() methods, before .CheckVersion() is called.)