f1ec368a | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: replace deprecated require_once() with DokuWiki autoloading and namespace usage |
16259327 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: log ChromaDB errors as error level instead of debug |
d89f7dad | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: replace deprecated dbglog() with Logger::debug() for ChromaDB logging |
5e22a86d | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: replace deprecated dbglog() with \dokuwiki\Logger |
4bb1fe01 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: send page content directly to ChromaDB without temporary file |
94d3eb5a | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add ChromaDB integration for page saving |
efbaffff | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: move processDirectory to ChromaDBClient class and keep verbose output in CLI |
85642bfb | 15-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: remove redundant return statements in ensureCollectionExists method |
383ffc78 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: move processSingleFile to ChromaDBClient class and keep verbose output in CLI |
4e3b5b4c | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: move echo messages from class to cli and return status instead |
36faea20 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: move ensureCollectionExists function to ChromaDBClient class as method |
3d8ca9be | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: move parseFilePath function to end of file |
b3bd7431 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: move parseFilePath function to chromadb_client.php |
1cdc072b | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: add mobile menu hack for copy button functionality |
f3ec1b72 | 15-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
fix: update svg path to include images directory |
d50b2932 | 15-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
chore: move copy.svg to images directory |
5330f321 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: remove unused addStyles function and its call |
6b0f6db3 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
docs: add descriptive comment header to CSS file explaining plugin styles |
32a0416d | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: move css styles to external style.css file |
6d4c8c0a | 11-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add support for DokuWiki header syntax in convertToHtml function |
412069c2 | 11-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add DokuWiki syntax support to convertToHtml function |
1345b474 | 11-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: declare appendButton with const to prevent global variable error |
3b123613 | 11-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: remove unnecessary comment and streamline append button creation |
ba37b10d | 11-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: show append button for all actions instead of only analyze |
5ff5b8fc | 11-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
style: adjust append button position to be closer to close button |