Mohammad Jangda
Forum Replies Created
-
Forum: Plugins
In reply to: [Developer] Error when installing plugins with DeveloperThe error messages could definitely be better. Does it only happen on those three plugins?
If you’re interested in contributing, we’re working on Github: http://github.com/automattic/developer
Forum: Plugins
In reply to: [Liveblog] [Plugin: Liveblog] All requests to MySQL or static file?We looked a lot of options and approaches to handle caching and we went with this one. The intention is that if many people are watching the liveblog, some will end up making the same request and all requests after the first one will be cached. If you use Batcache, which we do on WordPress.com, this will work with some config tweaks.
Forum: Plugins
In reply to: [Liveblog] [Plugin: Liveblog] All requests to MySQL or static file?It’s an AJAX request to a permalink (
/2012/01/01/post-name/1234/5678). If you’re using a caching plugin, it will probably be cached depending on how things are configured.Forum: Plugins
In reply to: [Liveblog] [Plugin: Liveblog] Image upload sizesTracking here: https://github.com/Automattic/liveblog/issues/24
Forum: Plugins
In reply to: [Liveblog] [Plugin: Liveblog] Javascript error@leandrorg what version of Firefox are you using?
@kettlewell you probably have an older version of jQuery and will need to upgrade it to something newer (preferably just use the one that comes with WordPress).
Forum: Plugins
In reply to: [Liveblog] Feature request: Liveblog internationalizationThis was committed (along with Spanish and Dutch translations) and will be included in the next release:
https://github.com/Automattic/liveblog/commit/e5351e539e158f6fd69fb8bfbc22684c46284b29
Forum: Plugins
In reply to: [Liveblog] Feature request: Liveblog internationalization@elarequi Thank you for the patch and nice review.
We’re tracking the translation request here: https://github.com/Automattic/liveblog/issues/20
If you are familiar with Github can you submit a pull request? If not, we will work from your current ZIP.
Forum: Plugins
In reply to: [Liveblog] [Plugin: Liveblog] Twitter oEmbed Not DisplayedAgree. Tracking here: https://github.com/Automattic/liveblog/issues/18
A hybrid solution is the way to go. Discussion here: https://github.com/Automattic/liveblog/pull/6
Forum: Plugins
In reply to: [Liveblog] [Plugin: Liveblog] Error 200 Parse ErrorCan you share the headers and response of the AJAX request? (http://getfirebug.com/network)
Forum: Plugins
In reply to: [Liveblog] [Plugin: Liveblog] Feature request: editing past entriesSome discussion on the feature here: https://github.com/Automattic/liveblog/issues/9
Forum: Plugins
In reply to: [Developer] [Plugin: Developer] activation problemI just pushed a fix here: https://github.com/Automattic/developer/commit/d6b3dbb6635db4dc0b5ea5ac92f47953f72afde7
We’ll roll this out in the next version (probably soon).
Forum: Plugins
In reply to: [Liveblog] Normal Users dont see liveblog part@davidgustav can you start a new thread with details like browser version, output from Firebug or Web Inspector console, and a screenshot/screencast?
Forum: Plugins
In reply to: [Liveblog] [Plugin: Liveblog] Massive bug, I think@varunkrish try flushing your rewrite rules once again after changing to custom permalinks (Settings > Permalink, hit Save)
Forum: Plugins
In reply to: [Liveblog] [Plugin: Liveblog] Massive bug, I think@johnkoetsier can you update to v1.1 and try again?