nano
e0472bafdf
Add comment moderation in admin
vor 6 Tagen
nano
66b194895f
Add comment moderation in admin
vor 6 Tagen
nano
c7d2cdd715
Add comment moderation in admin
vor 6 Tagen
nano
b8ee17263e
Add comment moderation in admin
vor 6 Tagen
Nano
2c6780d58c
Restore Jet connection string for test site
vor 6 Tagen
Nano
c2c3e263c4
Add editable AI prompt settings
vor 6 Tagen
Nano
c8e4b3de78
Fix post edit form action
vor 6 Tagen
Nano
ad6caa909c
Read Abacus API key from server env var
vor 6 Tagen
dcovington
b701c5a385
Merge pull request 'Issue #4 : Add AI content generation for admin posts' ( #5 ) from issue-4-ai-post-content into master
vor 6 Tagen
Nano
525b421069
Add AI content generation for admin posts
vor 6 Tagen
Nano
934b6b3127
Fix issues #1, #2, #3 : admin panel, category posts, comments
- Issue #1 : Category show page now lists published posts in that category
- Issue #2 : Admin panel at /admin with posts and categories management tables;
publish/unpublish buttons on posts table; Admin nav link
- Issue #3 : Comments section on post show page with author/date display
and submit-comment form; comments load approved-only on publish
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
vor 6 Tagen
Nano
86ef7b7113
Fix JET OLEDB write access: add User Id=admin to connection string
IIS ApplicationPoolIdentity defaults to read-only JET access without explicit
credentials. Adding User Id=admin;Password=; gives the admin user context.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
vor 6 Tagen
Nano
b26c56ac2d
Fix header.asp: move nav active-state logic out of function into simple vars
VBScript errors on Function defs mixed with executable code in same block.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
vor 6 Tagen
Nano
bdcd2e9b62
Polish UI: navbar, homepage, and site CSS
- Navbar: BrainOrdure branding, Posts/Categories links, active-link highlighting, fix VBScript comment bleed-through
- Homepage: replace framework starter template with clean blog hero
- site.css: custom stylesheet (dark brand, card shadows, readable typography)
- Footer: year and site name
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
vor 6 Tagen
Nano
e379eec766
Fix deploy: add scripts/ folder, create webdata.mdb via ADOX, run migrations
- Copy scripts/ folder on deploy so runMigrations.vbs is available on server
- Create empty webdata.mdb via ADOX (32-bit cscript) on first deploy
- Run migrations after each deploy using SysWOW64\cscript.exe (JET 4.0 requires 32-bit)
- Remove stale webdata.accdb (wrong format for JET 4.0 provider)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
vor 6 Tagen
Nano
65e4895e15
Switch DB from ACE OLEDB (.accdb) to JET 4.0 (.mdb)
vor 6 Tagen
Nano
5fc5662cc8
Implement Categories and Comments features (via Codex)
vor 6 Tagen
Nano
ac29afed19
Implement Posts feature: controller actions, views (via Codex)
vor 6 Tagen
Nano
d473adcce3
Fix: rename New action to NewForm (VBScript reserved keyword)
vor 6 Tagen
Nano
e4f0c8f82e
Scaffold blog entities: Categories, Posts, Comments
- Migrations: create Categories, Posts, Comments tables
- Generated POBOs and Repositories for all three tables
- Generated CategoriesController, PostsController, CommentsController
- Wired controllers into autoload, registry, and routes
- Added autoload_models.asp and autoload_repositories.asp
- Removed stale Households migration (wrong project)
vor 6 Tagen
Nano
081630155c
Fix deploy script: preserve public/ subfolder structure for IIS
vor 6 Tagen
Nano
d7fd1f8160
Add CI/CD scripts for aspblogbrainordure-test site
vor 6 Tagen
Daniel Covington
e15cf7bf56
Refactor project into generic starter template
- remove domain-specific controllers, models, repositories, and views
- keep only Home/Error starter routing and controller registry entries
- add IIS Express startup support with run_site.cmd and applicationhost.config
Co-Authored-By: Abacus.AI CLI <agent@abacus.ai>
vor 3 Wochen
Daniel Covington
27e1b5a927
Consolidate best ASP MVC framework components
Co-Authored-By: Abacus.AI CLI <agent@abacus.ai>
vor 3 Wochen
Daniel Covington
f7f2ed8d32
Testing and harness are complete
vor 1 Monat
Daniel Covington
c7f96f2978
Added more tests
vor 1 Monat
Daniel Covington
f229f088eb
Docs and test Implementation
vor 1 Monat
Daniel Covington
264231aad1
'init'
vor 1 Monat