Main public logs
From Sunhill Framework Documentation
Combined display of all available logs of Sunhill Framework Documentation. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:00, 17 March 2025 Klaus talk contribs created page Node class (Created page)
- 08:59, 17 March 2025 Klaus talk contribs created page Token class (Page created)
- 08:45, 17 March 2025 Klaus talk contribs created page Category:Parser (cat created)
- 08:44, 17 March 2025 Klaus talk contribs created page Parser (Creates page)
- 08:40, 4 December 2024 Klaus talk contribs created page Category:Maintenance (Cat created)
- 08:36, 4 December 2024 Klaus talk contribs created page Bugs (Created page with "{|class="wikitable sortable" style="width: 100%" !ID!!Type!!State!!Submodule!!class="unsortable"| Description {{Bug|ID=wiki#1|Type=Missing|State=Open|Submodule=Storages|Description=SQL-Migration should respect default value changes}} {{Bug|ID=wiki#2|Type=Missing|State=Open|Submodule=Storages|Description=SQL-Migration should respect nullable/notnullable value changes}} |}")
- 08:26, 4 December 2024 Klaus talk contribs created page Template:Bug (Page created)
- 17:05, 8 November 2024 Klaus talk contribs created page Reference properties (Page created)
- 07:09, 2 November 2024 Klaus talk contribs created page Storable record properties (Created page with "'''Storable record properties''' are record properties that can load their data out of a persistent storage. In opposite to pooled record properties a storable record property can only contain one record. A typical example for a storable record property is a file containing some parameters. == load() == Loads the record out of its storage. == create() == Creates a empty record and prefills it with default values.")
- 07:02, 2 November 2024 Klaus talk contribs created page Pooled record properties (Page created)
- 11:11, 22 October 2024 Klaus talk contribs created page Storage linkage via method (Page created)
- 11:07, 22 October 2024 Klaus talk contribs created page Internal storage linkage (Page created)
- 10:37, 22 October 2024 Klaus talk contribs created page Property storage linkage (Page created)
- 10:00, 17 October 2024 Klaus talk contribs created page PersistentSingleStorage (Page created based on PersistentPoolStorage)
- 09:08, 17 October 2024 Klaus talk contribs deleted page PersistentStorage (No need for this anymore)
- 09:08, 17 October 2024 Klaus talk contribs moved page PersistentStorage to PersistentPoolStorage (There are PersistentPoolStorage and PersistentSingleStorage)
- 11:20, 12 October 2024 Klaus talk contribs created page PersistentStorage (page created)
- 16:07, 9 October 2024 Klaus talk contribs created page SimpleStorage (page created)
- 03:45, 9 October 2024 Klaus talk contribs created page Category:Template:Manual (cat created)
- 03:44, 9 October 2024 Klaus talk contribs created page Template:Semantic info (Created page with "<includeonly>|- |{{{Name}}} |{{{Type}}} |{{{Group|}}} |{{{Unit|}}} |{{{Parent|}}} |{{{Description}}}</includeonly><noinclude>A template for the semantics table Category:Template:Manual</noinclude>")
- 14:44, 8 October 2024 Klaus talk contribs created page Submodules/Queries (Created page with "The submodule '''Queries''' deal with Queries. Category:Queries Category:Submodule")
- 11:20, 8 October 2024 Klaus talk contribs created page Writing own queries (Created page with "First check if you could use one of the predefined queries: * ArrayQuery * DatabaseQuery If not, your own queries have to be derrived from BasicQuery and some abstract methods have to be overwritten: === Methods === ==== assembleQuery() ==== This method takes no parameters and builds an internal query structure that could be used to perform the finalizing methods on. The method can return whatever you want you just have to make sure that the remaining abstract...")
- 10:16, 7 October 2024 Klaus talk contribs created page Category:Responses (cat created)
- 09:58, 7 October 2024 Klaus talk contribs created page Category:Facade (cat created)
- 09:47, 7 October 2024 Klaus talk contribs created page Filters facade (Page created)
- 08:49, 7 October 2024 Klaus talk contribs created page Writing own filters (page created)
- 08:48, 7 October 2024 Klaus talk contribs created page Category:Filters (cat created)
- 08:03, 7 October 2024 Klaus talk contribs created page InfoMarket facade (Page created)
- 07:44, 7 October 2024 Klaus talk contribs created page Submodules/Checker (Submodule description created)
- 07:40, 7 October 2024 Klaus talk contribs created page Writing your own checks (Page created)
- 07:16, 7 October 2024 Klaus talk contribs created page Category:Checks (Created page with "Articles around the check subsystem. Category:Submodule")
- 12:31, 5 October 2024 Klaus talk contribs created page Category:Testing (cat created)
- 12:29, 5 October 2024 Klaus talk contribs created page Testing the sunhill framework (Page created)
- 18:12, 3 October 2024 Klaus talk contribs created page Property facade (Page created)
- 16:46, 2 October 2024 Klaus talk contribs created page Category:Exceptions (cat created)
- 15:09, 2 October 2024 Klaus talk contribs created page Exceptions (Fixed variables)
- 15:03, 2 October 2024 Klaus talk contribs created page Template:Exception info (Created page with "<noinclude>This template is used to display informations about an Exception Category:Template:Developer resources </noinclude><includeonly>|- |{{Name}} |{{Parent|}} |{{Type|Error}} |{{Description}} </includeonly>")
- 12:42, 2 October 2024 Klaus talk contribs created page Writing own storage (Article created)
- 12:54, 1 October 2024 Klaus talk contribs created page Submodules (Created page with "The sunhill framework is split into several submodules. Of course These submodules interact with each other so submodules are more a kind of logical unit. These submodules exist: == {{Resource link|Resource=Submodule|Name=Properties}} == This submodule handles all about Properties. That are simple properties Category:Submodule")
- 10:42, 30 September 2024 Klaus talk contribs created page Category:Queries (+cat)
- 10:32, 30 September 2024 Klaus talk contribs created page Category:InfoMarket (+cat)
- 10:21, 30 September 2024 Klaus talk contribs created page Category:Classes (cat created)
- 10:13, 30 September 2024 Klaus talk contribs created page Category:Template:Maintenance (cat created)
- 10:05, 30 September 2024 Klaus talk contribs moved page Category:!Using the framework to Category:Using the framework without leaving a redirect (Without !)
- 10:03, 30 September 2024 Klaus talk contribs created page Category:!Using the framework (cat created)
- 10:02, 30 September 2024 Klaus talk contribs created page Category:Helpers (Created page with "Collects articles about structures that help the programmer using the framework. Category:!Main category")
- 10:00, 30 September 2024 Klaus talk contribs created page Category:Template:Information (cat created)
- 09:57, 30 September 2024 Klaus talk contribs created page Category:Namespace (cat created)
- 09:56, 30 September 2024 Klaus talk contribs created page Category:Storages (Created page with "Articles about storages. Category:Properties")
- 09:55, 30 September 2024 Klaus talk contribs created page Category:Developer resources (Created page with "Collects articles and templates for developers. Category:!Main category")