|
Posted
almost 14 years
ago
by
James Craig
1) After a bit of debate, switched AddRange function back to the original way it worked (adds to the original ICollection). Remove and RemoveRange however are not being changed back.
2) Added ConvertToTimeZone extension to DateTime (assumes that
|
|
Posted
almost 14 years
ago
by
James Craig
Merge
|
|
Posted
almost 14 years
ago
by
James Craig
1) Added AddRange to Bag (needed due to change to AddRange extension)
2) Fixed Remove and RemoveRange so that they would work with fixed length collections, arrays, etc. (Note that the collection is no longer directly changed, the returned value is
|
|
Posted
almost 14 years
ago
by
James Craig
1) Added UrlDecode and UrlEncode extension methods.
|
|
Posted
almost 14 years
ago
by
James Craig
1) Fixed bug if no ID is declared in ORM.
2) Fixed issue in ORM where if string mapping is declared MAX by entering -1 (no longer limits the text in that field to 100 characters).
3) Fixed bug in ORM code so that Readable and Writable fields on the
|
|
Posted
almost 14 years
ago
by
jcraig
1) Fixed bug Map function (possible to have a value outside of 0 and 255 previously. Should be clamped to those values now).
|
|
Posted
almost 14 years
ago
by
James Craig
1) Updated the rest of image functions to use multithreading where appropriate. Should run much faster now.
|
|
Posted
about 14 years
ago
by
James Craig
1) Fixed bug in UriExtensions ReadBinary function (wasn't always giving the web client enough time to download the whole file).
2) Worked on speeding up various BitmapExtensions functions. A number of them now use Parallel.For to speed them up (they
|
|
Posted
about 14 years
ago
by
James Craig
1) Updated Utilities.Media so it compiles correctly...
2) Added function that can be used to get the next sequence in a string.
|
|
Posted
about 14 years
ago
by
Antiath
You were right. I was indeed working with the individual dll. Now with the full, it's working properly. Thank you :)
|