# # ChangeLog for branches # # Generated by Trac 1.0.12 # 05/14/24 23:02:58 Thu, 26 Mar 2009 16:55:42 GMT epitzer [1433] * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/XmlParser.cs (modified) Fix nasty copy&paste bug. (#506) Thu, 26 Mar 2009 15:15:54 GMT aleitner [1431] * branches/Hive_Management_Console_Refactoring_Ticket508/HeuristicLab.Hive.Server.Console/HiveServerManagementConsole.cs (modified) show new job-element in console (#508) Thu, 26 Mar 2009 11:39:21 GMT epitzer [1429] * branches/New Persistence Exploration/Persistence/Persistence/Default/ViewOnly (added) * branches/New Persistence Exploration/Persistence/Persistence/Default/ViewOnly/ViewOnlyFormat.cs (added) * branches/New Persistence Exploration/Persistence/Persistence/HeuristicLab.Persistence-3.3.csproj (modified) * branches/New Persistence Exploration/Persistence/Test/NewSerializationTest.cs (modified) View-only serializer for debugging purposes. (#506) Thu, 26 Mar 2009 11:38:32 GMT epitzer [1428] * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/XmlGenerator.cs (modified) Refactoring of Generator interface. (#506) Thu, 26 Mar 2009 11:37:41 GMT epitzer [1427] * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/Configuration.cs (modified) Bug fix type names for interfaces don't work with version invariant ... Thu, 26 Mar 2009 09:42:56 GMT epitzer [1425] * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/HeuristicLab.Persistence.GUI.csproj (modified) * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence.sln (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/ConfigurationService.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/DeSerializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/Serializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/TypeDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/HeuristicLab.Persistence-3.3.csproj (added) * branches/New Persistence Exploration/Persistence/Persistence/HeuristicLab.Persistence.csproj (deleted) * branches/New Persistence Exploration/Persistence/Test/HeuristicLab.Persistence.Test.csproj (modified) Use version invariant assembly qualified name and update plug-in ... Wed, 25 Mar 2009 16:55:29 GMT epitzer [1423] * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/StorableDecomposer.cs (added) Add missing file StorableDecomposer.cs (should belong to r1419) (#506) Wed, 25 Mar 2009 16:54:30 GMT epitzer [1422] * branches/New Persistence Exploration/Persistence/Persistence/Core/TypeStringBuilder.cs (added) * branches/New Persistence Exploration/Persistence/Persistence/HeuristicLab.Persistence.csproj (modified) New extension method to obtain a full name without version ... Wed, 25 Mar 2009 16:53:07 GMT epitzer [1421] * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/ArrayDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/DictionaryDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/EnumerableDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/KeyValuePairDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/TypeDecomposer.cs (modified) Remove unnecessary class attributes. (#506) Wed, 25 Mar 2009 16:52:02 GMT epitzer [1420] * branches/New Persistence Exploration/Persistence/Persistence/Core/DeSerializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/Serializer.cs (modified) Remove old storable persistence mechanism. (#506) Wed, 25 Mar 2009 16:16:32 GMT epitzer [1419] * branches/New Persistence Exploration/Persistence/Persistence/Core/DataMemberAccessor.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/DeSerializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/Serializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/StorableAttribute.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/ArrayDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/DictionaryDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/EnumerableDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/KeyValuePairDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/TypeDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/HeuristicLab.Persistence.csproj (modified) * branches/New Persistence Exploration/Persistence/Persistence/Interfaces/IDecomposer.cs (modified) Implement persistence of storables as decomposer. (#506) Wed, 25 Mar 2009 16:15:42 GMT epitzer [1418] * branches/New Persistence Exploration/Persistence/Persistence/Core/Configuration.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/ConfigurationService.cs (modified) Don't crash if user configuration cannot be loaded. (#506) Wed, 25 Mar 2009 13:06:31 GMT epitzer [1414] * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.Designer.cs (modified) * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.cs (modified) * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.resx (modified) Include decomposer configuration in dynamically created tab pages for ... Tue, 24 Mar 2009 16:06:11 GMT epitzer [1408] * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/TypeDecomposer.cs (added) * branches/New Persistence Exploration/Persistence/Persistence/Properties/Settings.Designer.cs (added) * branches/New Persistence Exploration/Persistence/Persistence/Properties/Settings.settings (added) * branches/New Persistence Exploration/Persistence/Persistence/app.config (added) Added Type decomposer for serialization of Type objects. (#506) Tue, 24 Mar 2009 16:05:02 GMT epitzer [1407] * branches/New Persistence Exploration/Persistence/Persistence/Interfaces/IFormatter.cs (modified) Abstract base class for formats to ensure comparability. (#506) Tue, 24 Mar 2009 16:04:02 GMT epitzer [1406] * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/app.config (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/Configuration.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/ConfigurationService.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/HeuristicLab.Persistence.csproj (modified) Incorporate settings infrastructure. (#506) Tue, 24 Mar 2009 15:59:33 GMT epitzer [1405] * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/ArrayDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/DictionaryDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/EnumerableDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/KeyValuePairDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/Compact/DoubleArray2XmlFormatters.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/Compact/DoubleList2XmlFormatter.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/Compact/IntArray2XmlFormatters.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/Compact/IntList2XmlFormatter.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/Primitive/Boolean2XmlFormatter.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/Primitive/DateTime2XmlFormatter.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/Primitive/Double2XmlFormatter.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/Primitive/Int2XmlFormatter.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/Primitive/Sting2XmlFormatter.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/XmlFormat.cs (modified) Add empty storable class attributes to classes (#506) Tue, 24 Mar 2009 15:57:25 GMT epitzer [1404] * branches/New Persistence Exploration/Persistence/Persistence/Core/Serializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/StorableAttribute.cs (modified) New attribute for legitimately empty but storable classes. (#506) Tue, 24 Mar 2009 10:28:23 GMT epitzer [1401] * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/Configuration.cs (modified) Initialize GUI with current configuration form ConfigurationService. ... Mon, 23 Mar 2009 16:53:14 GMT epitzer [1400] * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.Designer.cs (modified) * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.cs (modified) * branches/New Persistence Exploration/Persistence/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.resx (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/Configuration.cs (added) * branches/New Persistence Exploration/Persistence/Persistence/Core/ConfigurationService.cs (added) * branches/New Persistence Exploration/Persistence/Persistence/Core/PersistenceConfiguration.cs (deleted) * branches/New Persistence Exploration/Persistence/Persistence/HeuristicLab.Persistence.csproj (modified) Deposit GUI-generated Configuration object at ConfigurationService. ...