David Cavins

Results 26 issues of David Cavins

As suggested by @mbou in this ticket: https://wordpress.org/support/topic/add-single-doc-file-size-and-extension/

enhancement

Achim on this support thread has some interesting ideas about enriching edits to a doc. https://wordpress.org/support/topic/revision-summary-2/#post-11462991 • Allow user to enter a reason for the edit, like bbPress or Wikipedia...

enhancement

The way we're declaring widths on the `post-revisions` table does not appear to work with some themes. code: https://github.com/boonebgorges/buddypress-docs/blob/2.1.x/includes/addon-history.php#L409 ![revisions-table](https://user-images.githubusercontent.com/1391994/42097425-bb060ede-7b7d-11e8-92e0-8883bcee12fe.png) According to Mozilla, most of the `` attributes have been...

Hi Boone- In `bp_docs_get_group_settings()`, there's a `wp_parse_args` at the end that assumes that BP Docs should be enabled if no metadata was found. I'm thinking that if nothing is found,...

If you're in a group doc directory down one folder, the tag links (at the top of the directory) still show all tags associated with that group, but the tag...

Percent signs in post_names appears to break single doc queries. For example, a nicely slugged doc `hey%20now` will return a 404 with this request in `$wp_query`: `http://my.local/docs/hey%20now/` ``` sql SELECT...

This support request wishes for some way to produce a "print" version of a doc. It's not a bad idea, but I'm more interested in being able to generate a...

enhancement

The media button creation is currently gate-kept by this logic: `if ( bp_docs_is_existing_doc() && ! current_user_can( 'bp_docs_edit' ) ) { return; } ` which I guess is filterable in the...

If I set a restrictive "read comments" setting like "doc author only" and a more permissive "post comments" setting like "logged-in", the comments section isn't visible to logged-in users. The...