summaryrefslogtreecommitdiff
path: root/src/glsr
Commit message (Expand)AuthorAgeFilesLines
* initial implemenation of login screen. modified the BasePage class to be more...Scott Hadfield2005-06-065-33/+143
* added domain_modules package and initial implementation of the user module.Scott Hadfield2005-06-062-0/+87
* added an error module to contain common exception classes.Scott Hadfield2005-06-061-0/+14
* fixed the glsr url pathsScott Hadfield2005-06-061-1/+1
* encrypting the password for mysql when creating a new userScott Hadfield2005-06-061-2/+2
* renamed the set_page function to set_templateScott Hadfield2005-05-172-7/+7
* updated the _default domain to be compatible with BasePage.Scott Hadfield2005-05-162-14/+14
* Added a BasePage class which should be inherited by any pages wishing to use ...Scott Hadfield2005-05-162-0/+29
* created most of the initial structure for the src-whoa branch.Scott Hadfield2005-05-0924-4/+593
* added processing for the INCLUDE keyword.Scott Hadfield2005-05-091-4/+25
* fixed looping bugs that were turning up in nested loops. better error handlin...Scott Hadfield2005-05-091-29/+36
* fixed some minor string formatting bugs.Scott Hadfield2005-05-071-5/+5
* simplified and cleaned up the code a bitScott Hadfield2005-03-271-32/+46
* Added close() and rowcount() functions.Scott Hadfield2005-03-271-24/+60
* Created the setup.py. Started populating the code base for the new glsr code ...Scott Hadfield2005-03-277-0/+1048
* added lang and config.py to setupIan Leitch2005-03-261-0/+5
* Tree heirachy for src-whoaIan Leitch2005-03-261-0/+46
* added more requirements specScott Hadfield2005-03-254-2/+171
* added a mysql schema templateScott Hadfield2005-03-241-0/+136
* Added a basic requirements doc. Added more comments to Template.pyScott Hadfield2005-03-244-7/+129
* implemented some basic threading for writing the cache file. Also made some p...Scott Hadfield2005-03-201-43/+59
* Improved the comments for the module. Made template caching optional.Scott Hadfield2005-03-191-28/+71
* Formatting fixesIan Leitch2005-03-101-3/+3
* Implemented a basic cache mechanism in the Template moduleIan Leitch2005-03-103-27/+72
* Schema fixIan Leitch2005-03-091-2/+3
* Updated defaults paths to those on the test serverIan Leitch2005-03-092-11/+18
* Added an option to restrict logins to a single IPIan Leitch2005-02-177-22/+69
* Added a ProgrammingError exceptionIan Leitch2005-01-273-6/+21
* Updated version numberIan Leitch2005-01-272-3/+4
* Release 0.3 - "Marjorie Dawes and the Fat Fighters (rape me\?)"Ian Leitch2005-01-273-0/+9
* Forgot a bit..Ian Leitch2005-01-271-3/+8
* More error handling improvements and cleanups, see ChangeLog for detailsIan Leitch2005-01-2715-192/+149
* More error handling improvementsIan Leitch2005-01-272-22/+24
* No need to clear_output() now we aren't bufferingIan Leitch2005-01-261-7/+2
* Trun buffering off so we don't have to flush() req each time we write()Ian Leitch2005-01-262-3/+4
* Import fixesIan Leitch2005-01-261-1/+7
* Import fixIan Leitch2005-01-261-3/+3
* Mostly tab/space fixesIan Leitch2005-01-263-56/+56
* Error handling and reporting improvementsIan Leitch2005-01-2613-220/+278
* GLSR RoadmapIan Leitch2005-01-261-0/+33
* added a try-except so slightly better messages will be printed to the screen.Scott Hadfield2005-01-261-3/+6
* Don't ingore SystemExit - causes problemsIan Leitch2005-01-261-6/+1
* implemented a user registration pageScott Hadfield2005-01-267-10/+226
* Added a "Remember me" option on the login screen, plus some extra checking in...Ian Leitch2005-01-266-40/+55
* bleh, typoIan Leitch2005-01-251-4/+4
* CVS tag fixIan Leitch2005-01-251-1/+1
* Updated uncaught exception reporting to work with fcgiIan Leitch2005-01-253-95/+113
* corrected the tuple count on the user tableScott Hadfield2005-01-251-3/+2
* implemented the memberlist page. added language field to user table.Scott Hadfield2005-01-255-32/+151
* Added three default values to each multi-dimentional template loop; _counter,...Scott Hadfield2005-01-252-5/+30