smr/src/sql
Robin Malley 069c75b72e Add a delete button.
Add a delete button to posts that will show up if the user is logged in
and is the owner of a post. If javascript is enabled, the user will be
prompted for conformation before deleting a post.
2021-10-11 00:59:50 +00:00
..
create_index_tags.sql Various updates 2020-10-10 23:28:39 +00:00
create_index_unlisted.sql started working on unlisted posts 2021-01-10 21:34:13 +00:00
create_table_authors.sql Move sql files into their own directory 2020-05-17 12:05:00 -04:00
create_table_comments.sql Move sql files into their own directory 2020-05-17 12:05:00 -04:00
create_table_images.sql Move sql files into their own directory 2020-05-17 12:05:00 -04:00
create_table_posts.sql started working on unlisted posts 2021-01-10 21:34:13 +00:00
create_table_raw_text.sql Started work on refactor 2020-12-20 08:16:23 +00:00
create_table_session.sql Started work on refactor 2020-12-20 08:16:23 +00:00
create_table_tags.sql Move sql files into their own directory 2020-05-17 12:05:00 -04:00
delete_post.sql Add a delete button. 2021-10-11 00:59:50 +00:00
delete_session.sql Finished up unlisted posts 2021-01-11 03:34:22 +00:00
delete_tags.sql Various updates 2020-10-10 23:28:39 +00:00
insert_anon_author.sql Started work on refactor 2020-12-20 08:16:23 +00:00
insert_author.sql Move sql files into their own directory 2020-05-17 12:05:00 -04:00
insert_comment.sql Started work on refactor 2020-12-20 08:16:23 +00:00
insert_post.sql started working on unlisted posts 2021-01-10 21:34:13 +00:00
insert_raw.sql Move sql files into their own directory 2020-05-17 12:05:00 -04:00
insert_session.sql Move sql files into their own directory 2020-05-17 12:05:00 -04:00
insert_tag.sql Various updates 2020-10-10 23:28:39 +00:00
select_author_index.sql Finished up unlisted posts 2021-01-11 03:34:22 +00:00
select_author_of_post.sql Started work on refactor 2020-12-20 08:16:23 +00:00
select_comments.sql Started work on refactor 2020-12-20 08:16:23 +00:00
select_download.sql Finished up unlisted posts 2021-01-11 03:34:22 +00:00
select_edit.sql Finished up unlisted posts 2021-01-11 03:34:22 +00:00
select_post.sql Finished up unlisted posts 2021-01-11 03:34:22 +00:00
select_post_hash.sql Finished up unlisted posts 2021-01-11 03:34:22 +00:00
select_post_tags.sql Various updates 2020-10-10 23:28:39 +00:00
select_site_index.sql started working on unlisted posts 2021-01-10 21:34:13 +00:00
select_suggest_tags.sql fix 2021-02-14 07:56:28 +00:00
select_tags.sql Various updates 2020-10-10 23:28:39 +00:00
select_valid_sessions.sql Allow logged in users to use their session immediately. 2021-09-11 21:50:23 +00:00
update_post.sql started working on unlisted posts 2021-01-10 21:34:13 +00:00
update_raw.sql Move sql files into their own directory 2020-05-17 12:05:00 -04:00
update_views.sql Started work on refactor 2020-12-20 08:16:23 +00:00