Sat, Aug 22
Sat, Aug 22
dereckson moved T2346: Create I18nException for notices and exceptions from Engines\I18n from Backlog to Dev on the good-first-issue board.
dereckson triaged T2346: Create I18nException for notices and exceptions from Engines\I18n as Low priority.
Fri, Aug 21
Fri, Aug 21
dereckson added a comment to T2146: Create modern Jenkins CI pipeline for Obsidian.
This is important, as on WindRiver and my local workstation, the PHP installations miss some of the database drivers (SQLite, MongoDB, old MySQL from before PHP 8).
Apr 14 2026
Apr 14 2026
dereckson moved T2309: YubiCloud authentication from Backlog to To watch / External on the Obsidian board.
Feb 11 2026
Feb 11 2026
dereckson moved T2146: Create modern Jenkins CI pipeline for Obsidian from Backlog to PHP on the Continous integration and delivery board.
Nov 11 2025
Nov 11 2025
dereckson added a comment to T2160: Read from Orbeon Forms and annotate with an Obsidian collection.
rOBSIDIAN329bc358fc01 refers to table orbeon_form_data_attach, permission is needed for that one too, but missing in rOPS (was a hotfix on Complector)
dereckson moved T2145: Consolidate Obsidian classes with Keruald resources from Backlog to Apps using Keruald on the Keruald board.
Nov 10 2025
Nov 10 2025
dereckson added a revision to T2144: Port Obsidian code to PHP 8.4: D3869: Switch to PHP 8 str_starts_with.
Nov 4 2025
Nov 4 2025
dereckson added a comment to T2144: Port Obsidian code to PHP 8.4.
- [04-Nov-2025 01:09:34 UTC] PHP Deprecated: unserialize(): Passing null to parameter #1 ($data) of type string is deprecated in /var/51-wwwroot/obsidian/workspaces/src/Engines/Workspaces/Workspace.php on line 229
- MySQLCollection still relies on MySQL database engine, switch to MySQLi using Keruald\Database\Engines\MySQLiEngine
- MongoClient, MongoCursor are now namespaced, see this thread for example
Nov 2 2025
Nov 2 2025
dereckson moved T2160: Read from Orbeon Forms and annotate with an Obsidian collection from Backlog to Working on on the Obsidian board.
dereckson closed T2169: Support prepared statement for PDO drivers, a subtask of T2160: Read from Orbeon Forms and annotate with an Obsidian collection, as Resolved.
Oct 31 2025
Oct 31 2025
dereckson updated the task description for T2160: Read from Orbeon Forms and annotate with an Obsidian collection.
Oct 30 2025
Oct 30 2025
dereckson closed T2171: Allow spaces in MediaWikiMirror URLs as Resolved by committing rOBSIDIAN06efad030284: Encode MediaWiki page title parameter in query string.
dereckson updated the task description for T2160: Read from Orbeon Forms and annotate with an Obsidian collection.
Oct 29 2025
Oct 29 2025
dereckson closed T2164: Parse YAML configuration, a subtask of T2160: Read from Orbeon Forms and annotate with an Obsidian collection, as Resolved.
dereckson updated the task description for T2160: Read from Orbeon Forms and annotate with an Obsidian collection.
dereckson updated the task description for T2160: Read from Orbeon Forms and annotate with an Obsidian collection.
dereckson added a comment to T2160: Read from Orbeon Forms and annotate with an Obsidian collection.
YAML configuration for namespace nasqueron-join using the new application:
dereckson updated the task description for T2160: Read from Orbeon Forms and annotate with an Obsidian collection.
dereckson updated the task description for T2160: Read from Orbeon Forms and annotate with an Obsidian collection.
dereckson added a revision to T2164: Parse YAML configuration: D3825: Add YAML support for workspace configuration.
dereckson attached a referenced file: F12365859: Screenshot From 2025-10-29 23-15-54.png.
dereckson closed T2166: External authentication methods are not visible on the login UI as Resolved.
dereckson added a comment to T2166: External authentication methods are not visible on the login UI.
Actually, wolfplex-estate configuration files was provided, but the workspace entry was removed from the database when preparing the development space SQL.
dereckson triaged T2166: External authentication methods are not visible on the login UI as Low priority.
Oct 28 2025
Oct 28 2025
dereckson moved T2164: Parse YAML configuration from Backlog to Feature requests on the Keruald board.
dereckson moved T2164: Parse YAML configuration from Backlog to Pending review on the Obsidian board.
dereckson added a comment to T2164: Parse YAML configuration.
No support for !<tag:keruald.nasqueron.org,2025:env> as Symfony Yaml parser truncates tag at comma.
dereckson added a revision to T2164: Parse YAML configuration: D3820: Parse YAML with environment variable support.