fix: resolve unresponsive edit button in PDF manager
24388f8
tcommited on
fix: consolidate pending fixes for PDF manager UI, dashboard filtering, and SQL syntax
2b07d6b
tcommited on
fix: add missing uuid import in pdf_ops.py to resolve 500 error in merge and resize operations
fb7e5e9
tcommited on
fix: resolve NameError in processing.py and restore missing question routes
daae428
tcommited on
fix: correct import of create_pdf_from_full_images in pdf_ops.py
ef01286
tcommited on
refactor: modularize routes.py into dedicated package
b8f6c54
tcommited on
fix: escape curly braces in prompt templates to resolve KeyError during formatting
2246152
tcommited on
fix: resolve ambiguous column error and improve AI suggestions UX
0b772fa
tcommited on
feat: add manual classification with AI topic suggestions in question entry v2
8fc5307
tcommited on
Fix database locking issue during HF sync\n\n- Removed shutil.move() that was temporarily replacing the active database file\n- Now upload the backup file directly without affecting the active database\n- This prevents 'attempt to write a readonly database' errors during sync operations\n- Ensures database remains accessible for writes during backup process
a0c684f
tQwen-Codercommited on
fix: switch to bullseye base to resolve wkhtmltox dependencies
19344f4
tcommited on
fix: switch to bullseye base to resolve wkhtmltox dependencies
fb43ab0
tcommited on
Fix Dockerfile: Install proper dependencies for wkhtmltox\n\n- Added xfonts-base and xfonts-75dpi which are required by wkhtmltox\n- Used apt-get install -f to fix dependency issues during installation\n- This should resolve the dependency problems preventing wkhtmltox from installing
b50abf7
tQwen-Codercommited on
Fix Dockerfile: Add wget to install wkhtmltopdf\n\n- Added wget to the list of packages to install\n- This enables downloading the wkhtmltopdf package from GitHub\n- Fixes the 'wget: not found' error during build
18acfd2
tQwen-Codercommited on
Fix Dockerfile: Correct package name for libjpeg\n\n- Changed libjpeg-turbo8 to libjpeg62-turbo which is available in Ubuntu repos\n- This resolves the build failure when installing wkhtmltopdf dependencies
8cb276d
tQwen-Codercommited on
updated cropv2
9ac61d7
tcommited on
Fix wkhtmltopdf dependency issue\n\n- Added wkhtmltopdf installation to Dockerfile to resolve imgkit dependency\n- Installed required libraries for wkhtmltopdf to function properly\n- This fixes the 'which wkhtmltoimage' error in neetprep module