Stephane Daury (stephdau)
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack Post Views] Stats not updatingHi there.
Some large sites have thousands of posts. We can’t return them all. It’ll end up breaking on your end faster than on ours, as Jeremy suggested. 🙂
Multiple queries to get the total are fine, especially if you limit them to once an hour
(we suggest only 180 seconds caching on the docs).For more advanced things,you should consider using the many stats-related endpoints offered by our REST API instead:
* https://developer.wordpress.com/docs/api/1/get/sites/%24site/stats/
* https://developer.wordpress.com/docs/api/1/get/sites/%24site/stats/visits/
* and more at https://developer.wordpress.com/docs/api/Hope this helps.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Rating / Voting in CarouselYou can use any of the jp_carousel_* actions and filters to hook into the Jetpack Carousel on the server-side (like to output your data, for example). Then on the client-side, get your Javascript rating code to load after the Jetpack+Carousel JS, and hook into them (hook on the bindings, etc).
Forum: Plugins
In reply to: [Plugin: Jetpack] Can't comment on Carousel images – errorrev 626180, for even clearer intent.
Forum: Plugins
In reply to: [Plugin: Jetpack] Can't comment on Carousel images – errorHi there,
This should now fixed in the trunk version of Jetpack, as of rev 626158.
I personally wasn’t able to reproduce it with a vanilla WP install, but based on the thread above, testing for the existence of the multisite functions before using them should help alleviating the problem for those who had it.
Coming soon to a Jetpack release near you (or use trunk if you’re feeling experimental). 🙂
Forum: Networking WordPress
In reply to: Doing local dev with mutlisite and domain mappingThe secret to getting that working locally is in your hosts file, so that you can “pretend” all those domains are actually running on your local machine (or any other alternative location, such as a test server).
Check out this tutorial: http://wpmututorials.com/how-to/using-a-hosts-file/
Forum: Plugins
In reply to: Feedback wanted for new Directory (LDAP/AD/etc) authentication pluginLet’s take this to http://groups.google.com/group/wpdirauth-support/msg/437acf108dcd1273
Forum: Plugins
In reply to: Feedback wanted for new Directory (LDAP/AD/etc) authentication plugin@a5ben: wpDirAuth is probably not MU ready (yet).
We’re focusing on standard WP for now.
For WPMU/LDAP, see http://wpmudev.org/project/WPMU-LDAP-Authentication-Plug-in
PS: for the new version of wpDirAuth, see the message right above yours.
Forum: Requests and Feedback
In reply to: wpLDAP tentative fork feedback neededThe closest I could think would be a plugin that integrates with something like http://www.pubcookie.org/
Another task for another time. 🙂
Forum: Plugins
In reply to: Feedback wanted for new Directory (LDAP/AD/etc) authentication pluginThere is also a support group located at http://groups.google.com/group/wpdirauth-support
On another note, wpDirAuth has been accepted in the WordPress Plugin Directory, so the source repository is being moved to its final location at http://svn.wp-plugins.org/wpdirauth/
As I understand it, wpDirAuth will therefore now be listed in the wordpress.org Plugin Finder at http://wordpress.org/extend/plugins/wpdirauth/ once released (ie: once a stable tag has been created).
Forum: Plugins
In reply to: Feedback wanted for new Directory (LDAP/AD/etc) authentication pluginI have now setup a Google Group as a better collaboration channel for wpDirAuth.
Join us. The water’s great. 🙂
Forum: Alpha/Beta/RC
In reply to: What will WP 3 look like?Oh, and I’m not against contributing where I can either.
Forum: Alpha/Beta/RC
In reply to: What will WP 3 look like?@suavito: I’m with you on the WP-as-CMS abuse.
I maintain a custom CMS for a large university, and I’d definitely like to see some stuff ported to WP.
I use WP to run my site, including a page-based labs section, and I can see it’s not going to scale too well to loads of content.
Same opinion on other CMS, but I haven’t checked out Drupal, for which I hear good things.
In other words, count me in the ones wanting to hear more about WP 3 as a CMS. 🙂
Forum: Plugins
In reply to: Feedback wanted for new Directory (LDAP/AD/etc) authentication pluginOh, and I’ve committed the new SAFE vs STANDARD modes yesterday.
wpDirAuth now tries to detect conflicting plugins by seeing if the wp_login and wp_setcookie functions have already been overwritten.
If so, wpDirAuth starts in pseudo safe mode, with a warning message stating so in place of the config panel.
Note that we can’t detect if another plugin tries to overwrite these function after wpDirAuth has done so (only allowed once in WP, for understandable reasons)
Forum: Plugins
In reply to: Feedback wanted for new Directory (LDAP/AD/etc) authentication plugin@rbulling: Hey R, thanks for joining in. I’ve reviewed the patch and applied it in rev. 350 tonight.
I’ll take all the copy and docs editing support I can get so I can focus on the code. 🙂
And a public thanks for the licensing info in our off-thread discussions.