amy
|
1348d0225f
|
correct architectural goof where conference aliases had global scope instead of community scope (untested)
|
2026-04-18 21:13:00 -05:00 |
|
amy
|
8c46c000e0
|
bug fix in Manage Conferences for conferences with no topics - also replaced MySQL-specific IFNULL function with standard SQL COALESCE function
|
2026-03-22 22:06:10 -06:00 |
|
amy
|
ea6bac19a8
|
added SPDX identifiers to the template headers and to the "config" and "database" packages
|
2026-03-12 23:08:43 -06:00 |
|
amy
|
3c7c91fa1b
|
more database refinements along with new command line options
|
2026-03-05 16:25:33 -07:00 |
|
amy
|
55c5c88c95
|
some database code cleanups
|
2026-03-05 15:47:23 -07:00 |
|
amy
|
acbcad7e63
|
working on back end of Import Messages (unfinished)
|
2026-02-27 23:18:01 -07:00 |
|
amy
|
220e1ecc98
|
further optimized database calls to replace all single-value QueryRowContext calls with GetContext
|
2026-02-23 18:21:38 -07:00 |
|
amy
|
4113ba2fca
|
replace all single-row SelectContext calls with GetContext calls
|
2026-02-23 16:31:08 -07:00 |
|
amy
|
6189b474d0
|
new transaction mechanism that eliminates a lot of excess cruft
|
2026-02-21 21:41:24 -07:00 |
|
amy
|
f48d97868d
|
removed the defer idiom for storing audit records; it's not necessary, because AmStoreAudit just pushes the audit record to the writer goroutine anyway
|
2026-02-21 18:24:29 -07:00 |
|
amy
|
5acb67106c
|
all audit messages that were implemented but needed community ID context now have it
|
2026-02-21 17:25:40 -07:00 |
|
amy
|
f80f63a142
|
implemented "prune attachment" on post
|
2026-02-21 15:36:48 -07:00 |
|
amy
|
51b15f5878
|
moved the BuggyAttachments reference up to the application layer, instead of at the database layer
|
2026-02-15 21:28:14 -07:00 |
|
amy
|
777b5ca846
|
worked out some bugs in exporting messages, not all in new code - mechanisms will be needed to cope with the bugs in the database
|
2026-02-15 16:40:56 -07:00 |
|
amy
|
fc92f4038a
|
added conference export backend (untested)
|
2026-02-14 23:09:53 -07:00 |
|
amy
|
c7e43b539b
|
landed "change conference information" and fixed a bug in AmGetPublishedPosts
|
2026-02-02 15:58:08 -07:00 |
|
amy
|
38ed57d207
|
landed AmSearchPosts and the "Find Posts" functionality on the main Find page
|
2026-01-31 22:32:40 -07:00 |
|
amy
|
a0d3f3715a
|
landed fixseen and got rid of all explicit LOCK TABLES operations (not needed in modern MySQL, especially with transaction semantics)
|
2026-01-30 18:20:58 -07:00 |
|
amy
|
53845bf6b1
|
landed publishing post to front page
|
2026-01-30 15:09:19 -07:00 |
|
amy
|
84d734578b
|
landed "move message" functionality
|
2026-01-29 22:38:27 -07:00 |
|
amy
|
b59e15a48e
|
hooked up "nuke message" and finished defining the message box
|
2026-01-28 18:59:38 -07:00 |
|
amy
|
b6de9bd9ec
|
refactoring: use QueryRowContext instead of QueryContext when we only need one row
|
2026-01-23 16:30:53 -07:00 |
|
amy
|
6c34c70458
|
implemented AmGetPublishPosts to get the posts published to the front page
|
2026-01-22 23:16:06 -07:00 |
|
amy
|
9218025450
|
implemented low-level Nuke method on posts
|
2026-01-21 23:09:53 -07:00 |
|
amy
|
5c9d1463b1
|
implemented low-level SetHidden and Scribble methods on the post
|
2026-01-20 23:05:24 -07:00 |
|
amy
|
700dbd6726
|
implemented attachment downloading
|
2026-01-20 22:23:46 -07:00 |
|
amy
|
664525ea36
|
completed update to SetAttachment (not yet tested)
|
2026-01-20 17:22:40 -07:00 |
|
amy
|
31b4a5bbd2
|
working on updating SetAttachment to be fully Venice-compatible (in progress)
|
2026-01-19 23:21:08 -07:00 |
|
amy
|
652cdf8477
|
added display of attachment presence to post
|
2026-01-19 22:54:28 -07:00 |
|
amy
|
d0c84216c3
|
set up show/hide of controls on topic page
|
2026-01-15 22:59:27 -07:00 |
|
amy
|
dd3a2ec677
|
fixed bug in AmNewPost and filling in default pseud for post box
|
2026-01-05 23:05:52 -07:00 |
|
amy
|
e581d7ded5
|
filled in the slippage code and permission checks on posting
|
2026-01-03 23:24:07 -07:00 |
|
amy
|
3eb0f6a259
|
first draft of posting to a topic (including preview)
|
2026-01-01 22:41:43 -07:00 |
|
amy
|
c958bc5826
|
completed the Scan() error handling
|
2025-12-30 23:19:39 -07:00 |
|
amy
|
d87b4b9411
|
I can display the posts in a topic, albeit imperfectly
|
2025-12-29 23:17:27 -07:00 |
|
amy
|
5c8bb8dd5e
|
all database operations now take a context.Context, which is propagated through from sources
|
2025-12-20 22:29:26 -07:00 |
|
amy
|
9e6bf2feda
|
should be complete with initial read posts code
|
2025-12-20 15:51:18 -07:00 |
|
amy
|
80bd0e03fd
|
additional work on reading posts - still not quite there yet but getting closer
|
2025-12-19 23:23:58 -07:00 |
|
amy
|
43bd810942
|
wrote the code to handle attachment upload (and link from new-topic post)
|
2025-11-17 21:50:53 -07:00 |
|