#3075 closed defect (bug) (fixed)
Meetings: Add "Biweekly" option
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | has-patch |
Cc: |
Description
Background #2916
On https://make.wordpress.org/meetings/, some teams (Themes, Docs, Community) have biweekly meetings, but the "Next Meeting" column lists them as either weekly or monthly due to the lack of a "Biweekly" option in the Meeting Post Type plugin.
If anyone wants to take a stab, the plugin is here: sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-meeting-posttype.
Attachments (2)
Change History (10)
#3
@
7 years ago
- Summary changed from Add "Biweekly" option to make.wordpress.org/meetings to Meetings: Add "Biweekly" option
Related: #2218
#4
@
7 years ago
3075.patch is a good start, but doesn't work as expected: if the start date is 2015-05-14
and the current date is 2017-08-29
, it displays the next meeting date as 2016-07-07
.
3075.2.patch addresses that by mirroring the monthly
option logic. And while were at it:
- Adds missing
id
attribute for radio buttons to properly associate them with the labels. - Puts the labels after radio buttons instead of before, for consistency with the rest of WP admin.
Should be good to go.
#5
@
7 years ago
Hello @SergeyBiryukov
Thanks for the correction and I will be taking care on next time.
Again, many thanks :)
Hi @SergeyBiryukov
I have added my patch.
Once, you get the time please review it and let me know if any changes on that.