I have submitted my project to Google Code.
Best Regards!
I have submitted my project to Google Code.
Best Regards!
Hi everyone,
Don’t forget to send your code to Google unless you are not interested in the final payment, the t-shirt and the certificate. There are only 4 of us uploaded so far, so I thought I should remind it
http://code.google.com/p/google-summer-of-code-2011-wordpress/
Thanks for the link and reminder, just on time
You’re welcome
Before closing the browser, you had 3 paragraphs. After recovering the post, you only have one. Surely that’s not expected behavior?
That’s only a display bug, which I was aware of (not in track though) – tinymce shows the “raw” version of the post, but it saves the formatted version.
Something which will be solved in 0.9.2 shortly
My video presentation, make sure you check the HD version.
Sorry it took so long, I had some problems with the uploading and all that jazz.
Make sure you visit the IRC channel on 2nd of Sept. where Ben and I will be showcasing stuff we wrote, asking questions and giving feedback about our GSoC2011 experience.
Looks like it only got 26 seconds worth of video. Also, your WordPress version is out of date.
Check the HD version!!!
Yeah, the HD version has only 26 seconds :-/
I’m watching it right now minute 12. Do not skip ahead.
Weird :/
Re-uploaded, should work now ok!
All better!
I had an extremely busy week but here’s what I managed to cook up:
Looks good Wojtek. I look forward to your presentation today.
I had some problems with recording sound but I think it is still crystal clear. As always, the best way to learn how to use it is actually using it. Since it already comes with a documentation explaining things in detail and on-screen explanations are also more than adequate, I did not feel the need to explain things over and over again.
Things will be hopefully much simpler in the upcoming versions, so stay tuned!
I cannot currently post to WordPress.tv, so as per Andrea’s instructions, I’m posting this screencast here… enjoy!
This looks awesome. Been using it for a bit now. Good stuff.
Have a quick Q about post upload JavaScript event handling (to fire a custom event). Think I see a filter there, but got a little lost in the weeds. Got a second to chat? What’s the best way to contact you?
Wrong reply first time
Skype works well if that works for you – my Skype ID is jacobwg7600
Skype works : jacobwg7600
Nice job! Will 3.3 have this incorporated?
It should… I’m exciting to start using the max resize stuff on my client sites!
Proud to say I have released a stable 1.0 of WP Document Revisions, now available in the WordPress repository.
For those just tuning in, WP Document Revisions is essentially three things:
Questions? Comments? Would love to hear them below, otherwise, be sure to tune in to the IRC chat, this Friday, Sept. 2nd, at 16:00 UTC (Noon Eastern).
Do you have any plans to implement a front end?
Yes and no. For a site I’m working on, I’m using a combination of two plugins I wrote for another project, count shortcode which can make a front end to browse documents, especially in coordination with a faceted search widget. Because documents are really posts, many built in WordPress features should work based on the query. You can modify it with a handful of filters or URL changes, e.g., ?post_type=document. Also of note, the code cookbook has an example of how to implement a shortcode of revisions.
Nice, we can use a lot of these in the mobile apps if these make it into core someday. Good job!
Hi Dan,
I have already added patches to the trunk.
i would appreciate if you can have a look
I’ve been digging through the patches and will have full notes by the review chat tomorrow.
A quick question: what’s the point of wp.getSettings and wp.updateSettings? Are they really necessary when we already have wp.getOptions and wp.setOptions? Unless I’m missing something, I don’t see that the *Settings versions really add anything over the *Options versions…
There two types of options with different permission levels.
For example thumbnail size, image size information must be available for content writers.
Currently there is no cap validation for this.
But other information like admin mail id, mail server password must be validated against ‘manage_options’ cap. That is why i,m dividing options into to two categories and have two different methods.
Blog_options – available for any users
Admin_options – available only for users with ‘manage_options’ cap.
To share admin_options in different functions i declared it as a global variable.
When adding to the trunk it will initialized separately after initializing blog options.
Instead of duplicating so much code, wouldn’t it make more sense to just add an ‘if’ statement to get/setOptions depending on which list of options the requested one falls in? And if it’s in admin_options, you do the manage_options cap check?
Thanks to all for cooperation on this project.
I submitted thread in the WP Hackers list about my project.
I have uploaded my screencast on WPTV.
I want to praise my mentors Andrew Nacin and Nikolay Bachiyski, colleague Stas Suscov for helping in project application and Ofer Wald for helping in beta testing phase.
I am looking forward to incorporate my project in WP core 3.3. and I am also open to become full time committer on the WP core.
Best Regards
Marko Novaković 1:05 pm on September 5, 2011 Permalink |
I changed my upload on Google Code.
Mathews Jose 1:49 pm on February 20, 2012 Permalink |
Hai, I would like to do google summer of code project with wordpress how could I start. How can I register with wordpress.
Thank You
Marko Novaković 2:56 pm on February 20, 2012 Permalink |
Apply your project to http://www.google-melange.com/gsoc/homepage/google/gsoc2012 when will be available, try to make some plugin or core contribution before you apply, because it is condition to be accepted.