Skip to content

Commit

Permalink
Submodules Externals/Git.hub, Externals/NBug, GitExtensionsDoc updated
Browse files Browse the repository at this point in the history
Submodule Externals/Git.hub:
    > bc79290 - Add TreatWarningsAsErrors to all projects

Submodule Externals/NBug:
    > ce3f0bb - Update README.md
    > 8fa86bd - Fix link to nbug project.
    > c404b5a - extra security check for XML element names during serialization
    > 17602e2 - Add TreatWarningsAsErrors to all projects
    > 6148124 - Added spanish translation
    > 1cebd09 - Exception messages in English
    > fcdd7e2 - Layout of resizable dialogs corrected
    > f74a67f - Added Russian localization
    > 4069c5c - Revert "Doctor Dump integration"
    > e5a7eeb - Doctor Dump integration Russian translation
    > e7028cb - Added Finnish localization to the project file.
    > f66c094 - Added German localization.
    > c709cdb - Added Finnish localization
    > bda3f07 - Now incrementing file version for only major.minor versions and not for bugfixes
    > 5a382f6 - Update README.md
    > ade03b1 - Update CHANGELOG.md
    > 0a1793f - Decorated Logger with DebuggerStepThrough attribute
    > 7d24b13 - Another small improvement for issue #28
    > ad5501b - Fix for issue #28
    > 8991dee - Update CHANGELOG.md
    > 0187c69 - Update CHANGELOG.md
    > 704e2e9 - Changed MiniDump write for normal type
    > ec1c197 - Fix: Check if we can serialize ExtendedInformation
    > 657ec0d - Optimization: LINQ query was called multiple times
    > 77805b7 - Update README.md
    > bd8288c - Update README.md
    > 731dd50 - Delete ToDo.txt
    > b100af5 - Update CHANGELOG.md
    > 3a22a94 - Delete custominfo.patch
    > d554ec1 - v1.2.1 release
    > dedf21d - Create CHANGELOG.md
    > c4e54bc - Update README.md
    > 1aa4ef4 - Update README.md
    > c3176bb - Added nusoap.php.patch. Original file has bug when SoapFault is returned to .NET client as reported at http://sourceforge.net/p/nusoap/discussion/193579/thread/9a5aff36/
    > 8ac5da5 - Cleared SCC provider from project file
    > 3ecfded - Added support for Mantis Bug Tracker
    > d79eea4 - Updated about box with the MIT license info
    > 0ed6b3d - Improved support for custom submission
    > 3eeb0bf - Added Croatian localization
    > 4d19543 - [-] Corrigido erro ao gerar SerializableException.

Submodule GitExtensionsDoc:
    > d927f21 - a -> the
    > f5df8f8 - Update settings to 2.48
    > bb8b973 - Mono version changed to 3.8.0
    > f0e0646 - Tidy start of relocated settings chapter.
    > 9937c35 - Separate settings to its own chapter. Issue #61
    > 6941d3a - Fixes acording to @pmme review.
    > c90026d - Attempt to fix articles.
    > f1a0757 - Fix case. Add that committing is two steps. Issue #57
    > 3fa7839 - GitExt is not being used only by developers.
    > 79def89 - Staging selected lines. Issue #57
    > 013e902 - Reword branches chapter
  • Loading branch information
KindDragon committed May 15, 2015
1 parent 511f273 commit daabdc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Externals/Git.hub
2 changes: 1 addition & 1 deletion Externals/NBug
Submodule NBug updated 66 files
+39 −0 CHANGELOG.md
+2 −0 Destinations/NBug.Destinations.AzureBlobStorage/NBug.Destinations.AzureBlobStorage.csproj
+30 −0 Examples/NBug.Examples.WPF/MainWindow.xaml.cs
+1 −0 Examples/NBug.Examples.WPF/NBug.Examples.WPF.csproj
+76 −53 Examples/NBug.Examples.WinForms/MainForm.cs
+3 −5 GlobalAssemblyInfo.cs
+213 −213 NBug.Configurator/AboutBox.Designer.cs
+191 −228 NBug.Configurator/AboutBox.resx
+854 −877 NBug.Configurator/MainForm.Designer.cs
+0 −10 NBug.Configurator/MainForm.cs
+18 −0 NBug.Configurator/NBug.Configurator.csproj
+65 −0 NBug.Configurator/SubmitPanels/Custom/Custom.Designer.cs
+27 −0 NBug.Configurator/SubmitPanels/Custom/Custom.cs
+138 −0 NBug.Configurator/SubmitPanels/Custom/Custom.resx
+14 −12 NBug.Configurator/SubmitPanels/PanelLoader.Designer.cs
+122 −103 NBug.Configurator/SubmitPanels/PanelLoader.cs
+252 −0 NBug.Configurator/SubmitPanels/Tracker/Mantis.Designer.cs
+112 −0 NBug.Configurator/SubmitPanels/Tracker/Mantis.cs
+120 −0 NBug.Configurator/SubmitPanels/Tracker/Mantis.resx
+3 −0 NBug.Tests/NBug.Tests.csproj
+288 −0 NBug.Tests/Unit/Helpers/EmailDestinationBuilderTests.cs
+12 −11 NBug/Core/Reporting/MiniDump/DumpWriter.cs
+43 −45 NBug/Core/Submission/Custom/Custom.cs
+15 −2 NBug/Core/Submission/Dispatcher.cs
+1 −1 NBug/Core/Submission/Tracker/BugNet.cs
+36 −0 NBug/Core/Submission/Tracker/Mantis/AccountData.cs
+70 −0 NBug/Core/Submission/Tracker/Mantis/AttachmentData.cs
+22 −0 NBug/Core/Submission/Tracker/Mantis/CustomFieldValueForIssueData.cs
+58 −0 NBug/Core/Submission/Tracker/Mantis/IMantisConnectService.cs
+327 −0 NBug/Core/Submission/Tracker/Mantis/IssueData.cs
+91 −0 NBug/Core/Submission/Tracker/Mantis/IssueNoteData.cs
+258 −0 NBug/Core/Submission/Tracker/Mantis/Mantis.cs
+53 −0 NBug/Core/Submission/Tracker/Mantis/MantisConnectService.cs
+23 −0 NBug/Core/Submission/Tracker/Mantis/ObjectRef.cs
+96 −0 NBug/Core/Submission/Tracker/Mantis/ProjectVersionData.cs
+29 −0 NBug/Core/Submission/Tracker/Mantis/RelationshipData.cs
+29 −0 NBug/Core/Submission/Tracker/Mantis/UserData.cs
+56 −0 NBug/Core/Submission/Tracker/Mantis/nusoap.php.patch
+20 −3 NBug/Core/UI/Developer/InternalExceptionViewer.Designer.cs
+11 −3 NBug/Core/UI/Developer/InternalLogViewer.Designer.cs
+3 −1 NBug/Core/UI/WinForms/Minimal.cs
+140 −130 NBug/Core/Util/Logging/Logger.cs
+81 −61 NBug/Core/Util/Serialization/SerializableDictionary.cs
+64 −47 NBug/Core/Util/Serialization/SerializableException.cs
+4 −4 NBug/Core/Util/Storage/Storer.cs
+227 −0 NBug/Helpers/EmailDestinationBuilder.cs
+63 −0 NBug/NBug.csproj
+10 −1 NBug/Properties/Localization.Designer.cs
+0 −0 NBug/Properties/Localization.de.Designer.cs
+172 −0 NBug/Properties/Localization.de.resx
+0 −0 NBug/Properties/Localization.es-MX.Designer.cs
+171 −0 NBug/Properties/Localization.es-MX.resx
+0 −0 NBug/Properties/Localization.fi-FI.Designer.cs
+172 −0 NBug/Properties/Localization.fi-FI.resx
+0 −0 NBug/Properties/Localization.hr.Designer.cs
+171 −0 NBug/Properties/Localization.hr.resx
+3 −0 NBug/Properties/Localization.ja.resx
+3 −0 NBug/Properties/Localization.ko-KR.resx
+3 −0 NBug/Properties/Localization.pt-BR.resx
+3 −0 NBug/Properties/Localization.resx
+0 −0 NBug/Properties/Localization.ru-RU.Designer.cs
+189 −0 NBug/Properties/Localization.ru-RU.resx
+2 −2 NBug/Settings.cs
+12 −3 README.md
+0 −26 ToDo.txt
+0 −102 custominfo.patch

0 comments on commit daabdc8

Please sign in to comment.