0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 14 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added includeantruntime=true parameter for java build to avoid warnings about this from ant. More... over 12 years ago
Since initiating a session while in https no longer seems to survive a redirect back to plain http, write the rememberme cookie to enable login after hitting a nonsecure continue url. More... over 12 years ago
Added instanceWriteAccess to isGeneratedField and generatedFieldAccess More... over 12 years ago
Gate the severity in the generated log method so we don't have to rely on the logger having the appropriate setting. More... over 12 years ago
Bumped a couple of LOGDEBUG calls up to LOGINFO. In general this node will not be in DEBUG for production because logging all the messages creates a lot of log spew. More... over 12 years ago
Factored the inbound and outbound message logging, and dump the size of any returned collections since that's useful to see. More... over 12 years ago
Added ellipsis utility method. More... over 12 years ago
Added a special case to pluralize method so we get things like "ModeDefs" rather than "ModeDeves" More... almost 13 years ago
login and logout now support a "continue" parameter with a URL to redirect to on completion. More... almost 13 years ago
Added a redirect URL parameter to allow returning to a different page than what is specified as the default in the SAND UI. Useful with multiple interfaces to the same server are sharing the login processing. More... almost 13 years ago
Added addOrderBy method to general signature. Useful to have at this level. More... about 13 years ago
Added getRawStackTrace utility method More... about 13 years ago
Added "type" as an effective synonym for "view". Used when reading results from a function. More... about 13 years ago
Added support for FUNCTION_CUSTOMRESULT query processing. More... about 13 years ago
Added FUNCTION_CUSTOMRESULT for use in retrieving computed table results. More... about 13 years ago
Added removeBlah(int index) method to generated collection to support new SandCollectionMessage interface declaration. More... about 13 years ago
Added removeElement(int index) since it is quite useful to have and is already generated. More... about 13 years ago
On to the 1_43 release next More... about 13 years ago
Commented out the contact info inserted at the bottom of the left nav column until it can be generalized for all projects. More... about 13 years ago
Factored out backupAndOpenForWrite method for easier use by subclasses. More... over 13 years ago
On to the next release. More... over 13 years ago
Changed isEquivalent so that it calls a new diff method which will report back what the differences are between two instances. Same functionality but much more useful when debugging. More... over 13 years ago
Changed this so it doesn't have to be modified for every minor release. More... over 13 years ago
On to the next release. More... over 13 years ago
Always set the millis to zero in readDefaultUSAFullValue, otherwise comparisons can be thrown off. More... over 13 years ago
On to the next release More... over 13 years ago
On to the next release. More... over 13 years ago
getDateValue now checks default USA time for additional robustness. More... over 13 years ago
Added a utility method that knows how to read our standard USA datetime format. Just in case it sneaks into some bootstrap data that you want loaded in a different Locale. More... over 13 years ago
After yet another uninformative crash where readField found something unexpected, I actually added some context through an additional method parameter that gives a clue where we were coming from. So hopefully the next time we are trying to decipher the crash message from a corrupted file it will be ever so slightly easier. More... over 13 years ago