| Change Set |
Date |
Downloads |
Comment |
19894
by
pocketkaos
|
Jun 10 2009 at
4:31 PM
|
25 |
Fixed bug in XmlJuggler.XmlClean() whereby provided string was not fully cleaned.
|
18682
by
pocketkaos
|
Mar 1 2009 at
4:30 AM
|
35 |
Identify.IsNumeric now ignores percentage signs.
|
18608
by
pocketkaos
|
Feb 24 2009 at
5:58 PM
|
31 |
Added Identify.REGEX_US_TELEPHONE_10 which validates only 10-digit telephone numbers.
|
17669
by
pocketkaos
|
Dec 15 2008 at
8:17 PM
|
56 |
StringJuggler.UrlRewriteText variable usage optimized.
|
16996
by
pocketkaos
|
Nov 12 2008 at
9:23 PM
|
45 |
Secure.Impersonate() modified to use slash or backslash as a delimitter for domain/machine name and the rest of the credentials.
|
16383
by
pocketkaos
|
Oct 15 2008 at
9:13 PM
|
1 |
Added extra overload for Database.SqlSpExec to support a default connection string name of "Halide".
|
16164
by
pocketkaos
|
Oct 7 2008 at
12:22 AM
|
1 |
XmlJuggler.BuildRSS altered to convert and   to space characters in descriptions, which can effectively be trimmed.
|
16163
by
pocketkaos
|
Oct 7 2008 at
12:11 AM
|
0 |
XmlJuggler.BuildRSS tweaked to better handle extra whitespace, cropped descriptions ending with broken entity escape sequences.
|
16027
by
pocketkaos
|
Sep 30 2008 at
3:01 PM
|
0 |
StringJuggler.StripHtml tweaked to handle mixed case tags, and better handle style tags (thanks Ron!)
|
15507
by
pocketkaos
|
Sep 4 2008 at
8:09 PM
|
6 |
Added Identity.REGEX_US_2_LETTER_STATE for validating a 2-letter U.S. state abbreviation using regular expressions.
|
15495
by
pocketkaos
|
Sep 4 2008 at
1:16 AM
|
0 |
Database.SqlLookup fix for return values of certain data types throwing an exception.
|
15003
by
pocketkaos
|
Aug 10 2008 at
7:16 AM
|
1 |
Database.SqlLookup no longer returns an error message for executing a stored procedure that returns no value. Instead, an empty string is returned.
|
15000
by
pocketkaos
|
Aug 10 2008 at
5:18 AM
|
0 |
Fixed bug in SmartReader which caused an error if there wasn't at least one "Halide" connection string in the web.config file. Added the ability to specify a connection string when using the Database.SqlGetSpParams() method.
|
14989
by
pocketkaos
|
Aug 9 2008 at
8:22 AM
|
0 |
StringJuggler.HtmlEncodeSymbols() has been rewritten to use StringBuilder for enhanced performance.
|
14830
by
pocketkaos
|
Jul 31 2008 at
5:09 PM
|
2 |
DataRow server-side object loading tweaked.
|
14829
by
pocketkaos
|
Jul 31 2008 at
4:38 PM
|
0 |
Datarow form instantiation from 7/30 augmented to support more form elements (Html form elements, to be exact).
|
14799
by
pocketkaos
|
Jul 30 2008 at
4:58 PM
|
0 |
Added functionality: DataRow.Exec now returns the string value of the first column of any returned rowset, or an error message.
|
14798
by
pocketkaos
|
Jul 30 2008 at
4:49 PM
|
0 |
DataRow can now be instantiated with a Control. This allows the developer to load all controls by name and value into th data object. If submitted form fields are loaded, and the field ID's are the same as the table column names, a simple Exec() can be used without having to pass the stored procedure parameters.
|
14570
by
pocketkaos
|
Jul 18 2008 at
8:11 PM
|
4 |
Databse.SqlSpExec() method added which allows the developer to pass the SP name, string array of SP parameter names, string array of values, and a boolean which defines whether the successful return result should be "SUCCESS", or a value returned from the SP itself.
|
14550
by
pocketkaos
|
Jul 18 2008 at
4:07 AM
|
0 |
Added HtmlForms.ValidateItem(string value, string ValueList, string Delimitter, string ErrorMsg, bool UseCase), which validates that a value is one of a supplied list of values.
|
14465
by
pocketkaos
|
Jul 14 2008 at
11:44 PM
|
2 |
Updated the REGEX used for word cropping in the StringJuggler.Crop() method.
|
14381
by
pocketkaos
|
Jul 11 2008 at
3:32 PM
|
3 |
StringJuggler.HtmlEncodeSymbols Now also converts old-style html entity codes (like ™, ®, ) to their appropriate Unicode numeric entity codes.
|
14380
by
pocketkaos
|
Jul 11 2008 at
2:52 PM
|
0 |
Reworked StringJuggler.HtmlEncodeSymbols to UUEncode all character entities above ASCII code 126 to their numeric entity codes using Server.HtmlEncode(), thus, keeping existing html/xml markup intact.
|
14311
by
pocketkaos
|
Jul 10 2008 at
12:10 AM
|
1 |
Renamed ClientSide.CreatejQueryObjectIDArray method to "ClientSide.CreateJsonIDArray" to more appropriately reflect the created javascript object type.
|
14242
by
pocketkaos
|
Jul 8 2008 at
1:17 AM
|
0 |
Added SqlCommandString property to retrieve the final, rendered select statement used by SmartReader.
|