9 Commits

Author SHA1 Message Date
3a31aca467 Convert @ to : in parameter names
- Still more to do; possible connection exhaustion
2024-06-04 22:52:12 -04:00
7231a95fca Change to PDODocument library 2024-06-04 19:56:06 -04:00
1ca7dbdedd Tweaks to document access 2024-06-03 18:18:51 -04:00
93dd8e880f First cut of item-with-feed and list impl
- Add strict types to all files
- Convert many queries to document commands
2024-06-02 22:14:19 -04:00
b88ad1f268 Add table to doc util script
- Remove db parameter from several places
- Add constructors for document types
2024-06-01 23:17:29 -04:00
df20936af2 WIP on document conversion 2024-05-30 21:58:54 -04:00
58dd7a4ffb Add bookmark item search (#15)
- Implement form styling throughout
- Modify header links for narrower views
- Clean up CSS
2024-05-26 16:56:30 -04:00
9d59bfb1c6 Add search index (#15)
- Add utility rebuild script
- Add Search to header
- Add shell of search page
- Add search query support to ItemList
2024-05-26 14:18:20 -04:00
210377b4da Move list retrieve/render to class (#15)
- array_key_exists -> key_exists
2024-05-25 23:03:39 -04:00