0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
spelling More... almost 6 years ago
add test program for Server.Search method.add generic scalar argument handler, and inherit an Array handler. change reference to CookComputing.XmlRpcV2.dll to the nuget packages folder. More... almost 6 years ago
modernize C# More... almost 6 years ago
Add support for search API. not tested yet. More... almost 6 years ago
add the standard Properties folder with an AssemblyInfo.cs file More... about 6 years ago
replace reference to CookComputing.XmlRpcV2.dll with a nuget package. delete Bugzilla/bugzproxy_vs8.sln. More... about 6 years ago
spelling: occured -> occurred and other errors More... about 6 years ago
ignore .vs folder, and .exe and .pdb files compiled from the samples. More... about 6 years ago
add Samples.csproj, a content only project More... about 6 years ago
rename samples to Samples, to match .NET convention. More... about 6 years ago
add bugtraq: attributes More... about 6 years ago
rename samples.csproj to samplesBuild.csproj, so we can have a future samples.csproj file here. More... about 6 years ago
Added new fields for Bug class available in Bugzilla 3.4. With these new fields users can More... about 14 years ago
Solution converted to VS2010 More... about 14 years ago
add support for User.create and User.offer_account_by_mail web services, as methods of Server. More... about 16 years ago
add overload to Server.Login to use System.Net.MailAddress as user name. More... about 16 years ago
fix typo in comment More... about 16 years ago
update Bug, Product and Server to use Util.RethrowException, correct the documentation on Util.RethrowException exceptions, add documentation in Doxyfile.cs about the new exceptions, and add 2008 to the copyleft notice throughout the code. More... about 16 years ago
add support encapsulation of the xml-rpc.net library exceptions with our own. not yet in use. More... about 16 years ago
change default name space from bugzilla to Bugzilla, with a capital B. More... about 16 years ago
remove commented code More... about 16 years ago
add support to some of the members of the "internals" field of the BugInfo struct. More... about 16 years ago
improve comments for Bug.AppendComment and Bug.Alias. More... over 16 years ago
Support the Bugzilla.plugins WebService. More... over 16 years ago
Added rules to clean out doc dir for dist target. Should be OK now More... over 16 years ago
Final minor updates before release 0.2.0 More... over 16 years ago
Minor changes before releasing version 0.2.0 More... over 16 years ago
update comments on Bug.AppendComment and IProxy.AppendComment, that the method works on bugzilla trunk builds and doesn't require a patch. More... over 16 years ago
add some overloads to CreateBug, so the user won't need to send nulls to optional parameters s/he doesn't need. More... over 16 years ago
add overloads to Bug.AppendComment; change the worktime type from int to double, per the latest patch in the bugzilla bug. More... over 16 years ago