Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Applied Chillken patch #419: consolidate_ports-r2096-3.patch - ↵ | lbsa71 | 2007-10-15 | 1 | -5/+5 |
| | | | | consolidated port number defaults. Thankx Chillken! | ||||
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 1 | -0/+28 |
| | |||||
* | Can now set the http ports that grid server and user server use. | MW | 2007-09-14 | 1 | -0/+8 |
| | |||||
* | mass update of files to have native line endings | Sean Dague | 2007-07-30 | 1 | -85/+85 |
| | |||||
* | Re-added the ability to set the database provider (dll) in the config file ↵ | MW | 2007-07-21 | 1 | -1/+6 |
| | | | | for the userserver and gridserver. | ||||
* | *Handler Functions can now refuse an object as invalid by returning false, ↵ | mingchen | 2007-07-19 | 1 | -10/+12 |
| | | | | | | | | thus forcing the user to re-enter the data *Added TYPE_STRING_NOT_EMPTY that requires some sort of text to be entered *Added another parameter to addConfigurationOption called use_default_no_prompt that will not ask via the console a configuration option; it will use whatever is in the config file. If nothing is in the config file for that option, it will force itself to use default | ||||
* | *New Configuration System, much easier and less buggy compared to the ↵ | mingchen | 2007-07-18 | 1 | -0/+78 |
original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :) |