Changeset 1845127
- Timestamp:
- 03/22/2018 02:54:38 PM (8 years ago)
- Location:
- playbuzz
- Files:
-
- 78 added
- 4 edited
-
tags/1.0.11 (added)
-
tags/1.0.11/class-pbconstants.php (added)
-
tags/1.0.11/class-playbuzz-quicktags.php (added)
-
tags/1.0.11/class-playbuzzembedcodes.php (added)
-
tags/1.0.11/class-playbuzzi18n.php (added)
-
tags/1.0.11/class-playbuzzoptions.php (added)
-
tags/1.0.11/class-playbuzzscriptsstyles.php (added)
-
tags/1.0.11/class-playbuzzsettings.php (added)
-
tags/1.0.11/class-playbuzzstorycreator.php (added)
-
tags/1.0.11/class-playbuzztinymce.php (added)
-
tags/1.0.11/css (added)
-
tags/1.0.11/css/admin-rtl.css (added)
-
tags/1.0.11/css/admin.css (added)
-
tags/1.0.11/css/index.php (added)
-
tags/1.0.11/css/story-creator (added)
-
tags/1.0.11/css/story-creator/pb-story-creator.css (added)
-
tags/1.0.11/css/tinymce-visual-editor-rtl.css (added)
-
tags/1.0.11/css/tinymce-visual-editor.css (added)
-
tags/1.0.11/img (added)
-
tags/1.0.11/img/action_close_blue.png (added)
-
tags/1.0.11/img/action_close_grey.png (added)
-
tags/1.0.11/img/action_edit_blue.png (added)
-
tags/1.0.11/img/action_edit_grey.png (added)
-
tags/1.0.11/img/favicon_blue.png (added)
-
tags/1.0.11/img/favicon_blue_dark.png (added)
-
tags/1.0.11/img/favicon_white.png (added)
-
tags/1.0.11/img/index.php (added)
-
tags/1.0.11/img/playbuzz-placeholder.png (added)
-
tags/1.0.11/img/plybuzz-logo-dark_bg.png (added)
-
tags/1.0.11/img/plybuzz-logo.png (added)
-
tags/1.0.11/img/search-icon.png (added)
-
tags/1.0.11/img/share.png (added)
-
tags/1.0.11/img/tinymce_playbuzz_blue.png (added)
-
tags/1.0.11/img/tinymce_playbuzz_grey.png (added)
-
tags/1.0.11/img/user-icon.png (added)
-
tags/1.0.11/js (added)
-
tags/1.0.11/js/all-posts (added)
-
tags/1.0.11/js/all-posts/_pb-all-posts.js (added)
-
tags/1.0.11/js/all-posts/pb-all-posts-controller.js (added)
-
tags/1.0.11/js/index.php (added)
-
tags/1.0.11/js/options (added)
-
tags/1.0.11/js/options/_pb-options.js (added)
-
tags/1.0.11/js/options/pb-options-controller.js (added)
-
tags/1.0.11/js/options/pb-options-model.js (added)
-
tags/1.0.11/js/pb-alert.js (added)
-
tags/1.0.11/js/pb-api.js (added)
-
tags/1.0.11/js/pb-event.js (added)
-
tags/1.0.11/js/pb-global.js (added)
-
tags/1.0.11/js/pb-jquery.js (added)
-
tags/1.0.11/js/pb-logger.js (added)
-
tags/1.0.11/js/pb-quicktags.js (added)
-
tags/1.0.11/js/pb-search-popup.js (added)
-
tags/1.0.11/js/pb-settings.js (added)
-
tags/1.0.11/js/playbuzz-admin.js (added)
-
tags/1.0.11/js/playbuzz-tinymce.js (added)
-
tags/1.0.11/js/story-creator (added)
-
tags/1.0.11/js/story-creator/_pb-story-creator.js (added)
-
tags/1.0.11/js/story-creator/pb-story-creator-controller.js (added)
-
tags/1.0.11/js/story-creator/pb-story-creator-model.js (added)
-
tags/1.0.11/js/story-creator/pb-story-creator-view.js (added)
-
tags/1.0.11/lang (added)
-
tags/1.0.11/lang/index.php (added)
-
tags/1.0.11/lang/playbuzz-he_IL.mo (added)
-
tags/1.0.11/lang/playbuzz-he_IL.po (added)
-
tags/1.0.11/lang/playbuzz.pot (added)
-
tags/1.0.11/lang/readme.txt (added)
-
tags/1.0.11/oembed.php (added)
-
tags/1.0.11/playbuzz.php (added)
-
tags/1.0.11/readme.txt (added)
-
tags/1.0.11/screenshot-1.jpg (added)
-
tags/1.0.11/screenshot-2.jpg (added)
-
tags/1.0.11/screenshot-3.jpg (added)
-
tags/1.0.11/screenshot-4.jpg (added)
-
tags/1.0.11/screenshot-5.jpg (added)
-
tags/1.0.11/screenshot-6.jpg (added)
-
tags/1.0.11/screenshot-7.jpg (added)
-
tags/1.0.11/shortcodes.php (added)
-
tags/1.0.11/uninstall.php (added)
-
trunk/js/story-creator/pb-story-creator-controller.js (modified) (1 diff)
-
trunk/js/story-creator/pb-story-creator-model.js (modified) (4 diffs)
-
trunk/playbuzz.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
playbuzz/trunk/js/story-creator/pb-story-creator-controller.js
r1845091 r1845127 46 46 47 47 //_this.model.savePost(sender.wp).then(_this.postSuccessHandler.bind(_this), _this.errorHandler.bind(_this)); 48 _this.model.previewPost(sender.wp).then(_this. refreshCreator.bind(_this), _this.errorHandler.bind(_this));48 _this.model.previewPost(sender.wp).then(_this.postSuccessHandler.bind(_this), _this.errorHandler.bind(_this)); 49 49 50 50 }); -
playbuzz/trunk/js/story-creator/pb-story-creator-model.js
r1845091 r1845127 45 45 * 3. perform given action (save/ publish) via wordpress 46 46 * @param action 47 * @param wpOriginalElement47 * @param actionOnWP 48 48 * @returns {Promise} 49 49 */ 50 PbStoryCreatorModel.prototype.performAction = function (action, wpOriginalElement, paramsToAction) {50 PbStoryCreatorModel.prototype.performAction = function (action, actionOnWP, paramsToAction) { 51 51 52 52 var _this = this; … … 71 71 .then(function (res) { 72 72 73 wpOriginalElement.click();73 actionOnWP.click(); 74 74 deferred.resolve(res); 75 75 }) … … 107 107 PbStoryCreatorModel.prototype.savePost = function (saveButton) { 108 108 109 return this.performAction(this.pbCreator. publish, saveButton);109 return this.performAction(this.pbCreator.save, saveButton); 110 110 111 111 }; … … 120 120 var redirect = true; 121 121 122 return this.performAction(this.pbCreator. publish, previewButton, redirect);122 return this.performAction(this.pbCreator.save , previewButton, redirect); 123 123 124 124 }; -
playbuzz/trunk/playbuzz.php
r1845121 r1845127 4 4 Plugin URI: https://www.playbuzz.com/ 5 5 Description: Embed customized playful content from Playbuzz.com into your WordPress site 6 Version: 1.0.1 06 Version: 1.0.11 7 7 Author: Playbuzz 8 8 Author URI: https://www.playbuzz.com/ -
playbuzz/trunk/readme.txt
r1845121 r1845127 4 4 Requires at least: 3.9 5 5 Tested up to: 4.7.1 6 Stable tag: 1.0.1 06 Stable tag: 1.0.11 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 113 113 == Changelog == 114 114 115 = 1.0.10 (2018-03-22) = 116 * Bug fix - Preview page does not display the Playbuzz item when using the Playbuzz creator 117 118 = 1.0.8 (2018-03-19) = 119 * Bug fix - Save draft didn't work without refreshing 115 = 1.0.11 (2018-03-19) = 116 * Bug fix - save draft didn't work without refreshing 120 117 121 118 = 1.0.7 (2018-03-14) =
Note: See TracChangeset
for help on using the changeset viewer.