2
0
Fork 0
mirror of https://github.com/discourse/wp-discourse.git synced 2025-10-03 08:59:21 +08:00
Commit graph

28 commits

Author SHA1 Message Date
Angus McLeod
22ee91dfb5
Two Five Seven (#541)
* Don't try to add url to <head> if it's not present

* Update js config and formatting for comment block and sidebar

* PHP Linting

* FIX: Don't auto-publish updates to existing posts.

See: https://meta.discourse.org/t/disable-posting-wordpress-articles-to-discourse-when-theyre-updated/204488

* Bump version and release notes.

* Fix remote-post.php linting

* Update tests.yml to install svn

* Re-generate comments js build
2025-04-15 16:53:23 -07:00
James Nylen
3fd1644c13
Fix HTML of avatars in quotes in comments (#369)
* Add alt attributes for participant avatars

* Add alt attributes for quote avatars in comment bodies

* Update formatting and utility usage, and fix tests.

* Convert add_avatar_alt to fix_avatars_in_quotes

Adds a fix for avatar srcs with relative protocols.

---------

Co-authored-by: timbocode <timbocode@gmail.com>
Co-authored-by: Angus McLeod <angus@mcleod.org.au>
2023-02-15 12:16:19 -08:00
Angus McLeod
420d577aa0
IMPROVE: add translation pipeline for configurable text (#422)
* IMPROVE: add translation pipeline for configurable text

* Update version and release notes

* Update ci.yml
2021-11-05 12:17:25 -07:00
Tim Hughes
ebd48f6e3d
Adds alt attribute for comment avatars (#368)
Comment avatars currently have an empty `alt` attribute - i.e. `alt=""`.

This PR simply adds `Avatar for {username}` for the `alt` description.
2020-09-04 11:15:38 -07:00
scossar
0b9cd0d78e
Add noreferrer noopener 2020-08-08 13:39:55 -07:00
scossar
c8a240f99f Changes for the plugin review 2019-07-31 15:48:52 -07:00
scossar
5887330eed Add post_id parameter to publish_format_html 2019-01-10 15:08:16 -08:00
scossar
9d649d728f Add sidebar for Gutenberg editor 2018-11-21 17:37:15 -08:00
scossar
f94f82650a Remove unnecessary unary operator 2018-08-17 14:02:55 -07:00
scossar
10b8069c0a Move discourse_topic_link into a separate function 2018-08-17 13:53:31 -07:00
scossar
60698c2c0b Merging changes from adamcapriola-adamcapriola-patch-2 2018-08-17 12:25:36 -07:00
Adam Capriola
f5d2e2a32f
Escape HTML 2018-08-16 15:12:47 -04:00
Adam Capriola
e3158c0ce3
Open links in new tab fix
Echos are missing to enable the "Open Links in New Tab" feature.
2018-08-16 14:23:23 -04:00
scossar
a8ccd1cd24 Changes for WordPress coding standards 2018-05-30 17:49:44 -07:00
scossar
465a8c0455 Use parameter to add odd/even class 2018-05-29 16:40:59 -07:00
scossar
904460e0af Remove old comments 2018-05-29 14:11:59 -07:00
scossar
5960e90485 Use echo esc_html instead of esc_html_e 2018-04-20 17:23:25 -07:00
scossar
afe819f10e Merge branch 'beta-join-discussion-link' into beta 2018-04-20 17:09:32 -07:00
scossar
30dbbe65f5 Use esc_html_e 2018-04-20 16:19:15 -07:00
scossar
8ed23247d9 Add doc comment parameter 2018-04-18 13:45:46 -07:00
scossar
4d0524ad3f Add discourse_comments_number argument 2018-04-18 12:59:43 -07:00
scossar
a954c3cd09 Fix doc comments 2018-03-01 15:54:07 -08:00
scossar
8856d2a8a6 Changes for WordPress coding standards 2018-03-01 15:19:23 -08:00
scossar
136afeae62 Use PluginOptions trait 2018-03-01 15:02:24 -08:00
scossar
560a041f5e Changes for the codesniffer 2017-10-13 14:41:25 -07:00
scossar
c65ff17c06 Use discourse-new-tab setting 2017-10-13 14:38:43 -07:00
scossar
91d4320ca4 Merging changes from Git for 1.0.2 release
git-svn-id: http://plugins.svn.wordpress.org/wp-discourse/trunk@1513648 b8457f37-d9ea-0310-8a92-e5e31aec5664
2016-10-12 23:00:01 +00:00
scossar
1f08cb03bb Merging changes from Git for 1.0.0 release
git-svn-id: http://plugins.svn.wordpress.org/wp-discourse/trunk@1503232 b8457f37-d9ea-0310-8a92-e5e31aec5664
2016-09-27 00:23:10 +00:00
Renamed from lib/html-templates.php (Browse further)