{"id":17693081,"url":"https://github.com/toolstack/schedule-posts-calendar","last_synced_at":"2025-09-07T20:06:47.698Z","repository":{"id":85642421,"uuid":"586090849","full_name":"toolstack/schedule-posts-calendar","owner":"toolstack","description":"Adds a JavaScript calendar to the scheduled publish widget to allow you to select a date and time graphically instead of via the text entry boxes.","archived":false,"fork":false,"pushed_at":"2023-08-22T23:19:01.000Z","size":477,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-26T06:32:48.289Z","etag":null,"topics":["calendar","wordpress"],"latest_commit_sha":null,"homepage":"http://toolstack.com/schedulepostscalendar","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toolstack.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-06T23:14:51.000Z","updated_at":"2023-01-11T03:34:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"55c5f460-cf2e-44e4-a767-74027823b2ca","html_url":"https://github.com/toolstack/schedule-posts-calendar","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/toolstack/schedule-posts-calendar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolstack%2Fschedule-posts-calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolstack%2Fschedule-posts-calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolstack%2Fschedule-posts-calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolstack%2Fschedule-posts-calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toolstack","download_url":"https://codeload.github.com/toolstack/schedule-posts-calendar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolstack%2Fschedule-posts-calendar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274088625,"owners_count":25220260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calendar","wordpress"],"created_at":"2024-10-24T13:44:10.212Z","updated_at":"2025-09-07T20:06:47.633Z","avatar_url":"https://github.com/toolstack.png","language":"CSS","readme":"# Schedule Posts Calendar #\n**Contributors:** [gregross](https://profiles.wordpress.org/gregross/)  \n**Plugin URI:** http://toolstack.com/schedulepostscalendar  \n**Author URI:** http://toolstack.com  \n**Tags:** admin, posts, calendar  \n**Requires at least:** 3.0.0  \n**Tested up to:** 6.3  \n**Stable tag:** 5.3  \n\nAdds a JavaScript calendar to the scheduled publish widget to allow you to select a date and time graphically instead of via the text entry boxes.\n\n## Description ##\n\nAdds a JavaScript calendar to the scheduled publish widget to allow you to select a date and time graphically instead of via the text entry boxes.\n\nThis plugin uses the gpl'd dhtmlxcalendar (http://dhtmlx.com/docs/products/dhtmlxCalendar/index.shtml) for the calendar control.\n\nThis code is released under the GPL v2, see license.txt for details.\n\n## Installation ##\n\n1. Extract the archive file into your plugins directory in the schedule-posts-calendar folder.\n2. Activate the plugin in the Plugin options.\n\n## Frequently Asked Questions ##\n\n### What browsers are supported? ###\n\nTry it and find out, the JavaScript to insert the calendar is pretty standard and should support any reasonably modern browser.\n\n### Why is the calendar overlapping the other areas? ###\n\nIf you are using IE in compatibility mode the calendar will overlap other areas, disable compatibility mode.\n\n## Screenshots ##\n\n### 1. The publish panel with the schedule menu expanded showing the calendar. ###\n![The publish panel with the schedule menu expanded showing the calendar.](assets/screenshot-1.png)\n\n### 2. The publish panel with the schedule menu expanded with the default WordPress date/time fields hidden. ###\n![The publish panel with the schedule menu expanded with the default WordPress date/time fields hidden.](assets/screenshot-2.png)\n\n### 3. The publish panel with the default WP fields hidden and a popup calendar field. ###\n![The publish panel with the default WP fields hidden and a popup calendar field.](assets/screenshot-3.png)\n\n### 4. The publish panel with the default WP fields hidden and a popup calendar visible. ###\n![The publish panel with the default WP fields hidden and a popup calendar visible.](assets/screenshot-4.png)\n\n### 5. The control panel options. ###\n![The control panel options.](assets/screenshot-5.png)\n\n### 6. The schedule menu item in the posts/pages list. ###\n![The schedule menu item in the posts/pages list.](assets/screenshot-6.png)\n\n### 7. The schedule mode in the posts/pages list. ###\n![The schedule mode in the posts/pages list.](assets/screenshot-7.png)\n\n\n## Changelog ##\n### 5.3 ###\n* Release date: August 22, 2023\n* Fixed medium severity security issues.\n* Added full translation support.\n\n### 5.2 ###\n* Release date: February 8, 2018\n* Updated calendar code to v5.1.\n* Fixed bug where post dates at the end of a month would wrap if the current month had lest days in it.\n* Fixed PHP warning if the options had not yet been saved.\n\n### 5.1 ###\n* Release date: February 5, 2016\n* Fixed: Cleaned up some WP_DEBUG messages.\n* Fixed: Incorrect month set when the today button was pressed with the popup calendar enabled.\n\n### 5.0 ###\n* Release date: April 3, 2015\n* Added \"wordpress\" theme that copies the colors from the current wordpress admin theme.\n* Updated calendar code to v4.1.3.\n* Updated default calendar style to the new \"wordpress\" theme.\n\n### 4.3 ###\n* Release date: December 30, 2013\n* Fixed bug with the start of week setting that was being overwritten.\n\n### 4.2 ###\n* Release date: December 27, 2013\n* Fixed issue with Tuesday/Thursday translations in the calendar\n\n### 4.1 ###\n* Release date: December 27, 2013\n* Fixed bug in translation code, enable/disable logic was inverted\n* Fixed bug in preferences code, would not allow you to disable translations\n\n### 4.0 ###\n* Release date: December 24, 2013\n* Added language support.\n\n### 3.6 ###\n* Release date: December 21, 2013\n* Add 'Today' button to reset the calendar to the current date.\n\n### 3.5 ###\n* Release date: December 11, 2013\n* Updated to new dhtmlxcalendar calendar code (version 3.6 build 131108).\n* Support new dhtmlxcalendar theme 'Terrace' (now the default for new installs).\n* Re-styled Cancel link in the post/page edit, it is now a button aligned to the right.\n* Added uninstall routine.\n* Tested with WordPress 3.8.\n\n### 3.4 ###\n* Release date: November 25, 2013\n* Bug fix on the quick edit theme selection code.\n\n### 3.3 ###\n* Release date: November 24, 2013\n* Bug fix on the theme selection code, thanks JochenT.\n* Code update to resolve deprecated use of role/responsibilities when adding the admin page, thanks JochenT.\n\n### 3.2 ###\n* Release date: July 18, 2012\n* Minor update, in previous versions if you use the quick edit mode and make a change to the scheduled date it would not update the scheduled date in the list.\n* Test up to WordPress 3.4.1.\n\n### 3.1 ###\n* Release date: May 1, 2012\n* Minor bug fix, when using the new quick edit mode in the posts/pages changing the date/time would incorrectly set the hour to be the same as the minute.\n\n### 3.0 ###\n* Release date: April 16, 2012\n* Major update to include support for a schedule calendar in the posts/pages list.\n\n### 2.1 ###\n* Release date: March 10, 2012\n* Minor bug fix that caused the in-line calendar to start one month in the future.\n\n### 2.0 ###\n* Release date: March 8. 2012\n* Created settings page.\n* Added options to set the start of the week.\n* Added theme option.\n* Added option to hide default WordPress date/time fields.\n* Added popup option to the calendar instead of the default in-line.\n\n### 1.1 ###\n* Release date: March 5, 2012\n* Minor update to reduce the size of the calendar div from 250px to 230px.\n* Added FAQ's.\n\n### 1.0 ###\n* Release date: March 2, 2012\n* Initial release.\n\n## Upgrade Notice ##\n### 5.2 ###\nNone.\n\n## Roadmap ##\n* None at this time.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolstack%2Fschedule-posts-calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoolstack%2Fschedule-posts-calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolstack%2Fschedule-posts-calendar/lists"}