22 comments

  1. Lloyd Budd

    Brilliant!

  2. j_aroche

    Great job!! Really.

    One thing I'll like to see, is know if a function has important changes in X.Y wordpress version, add more functions args o changes in how the data is returned…. but I guess that's more away in what grep could do ;)

  3. Historial de funciones en Wordpress « Javier Aroche @ Wordpress

    […] releases, para poder comprobar que funciones se pueden usar en cual versión de WordPress. Hoy Ozh anuncia la disponibilidad de su Historial de implementaciones en funciones de WordPress, una herramienta que permite saber en […]

  4. Weblog Tools Collection » Blog Archive » WordPress Functions Implementation History Tool

    […] fixes and everything about blogging, especially with WordPress. Go ahead, subscribe to our feed!WordPress Functions Implementation History Tool: Ozh has come up with a fantastic WordPress Function Implementation History tool that is […]

  5. Ozh

    javier » indeed, that a bit too far for grep, it would require a more sophisticated tool such as the one used in phpxref

  6. Enlaces varios en Buayacorp – Diseño y Programación

    […] Historial de funciones de WordPress: herramienta útil para los que desarrollan plugins de WordPress y quieren mantener la compatibilidad con versiones anteriores. […]

  7. Anne Helmond

    Thank you for doing a great job. This is a tool I have been secretly wishing for!

  8. Tom Howard

    Ozh, this is awesome. It's inspired me to look into writing a tool to that will take some code and give the WordPress versions it's compatible with. Let me know if that's something you are working on and if so, I'll stand clear.

  9. Ozh

    Tom » yes this is something I have in mind as it is an obvious enhancement of the tool, but I really dont' know when I have some time to work on this. Do feel free to get your hands onto this if you have some time, and be sure to let me know if you happen to make something cool :)

  10. (勉强)更新 at catch the digital flow

    […] blog 没时间照料了,另外最近也的确没什么值得一提的好消息,前几天 Ozh 开发出一个 WordPress […]

  11. Tom Howard

    I know how it feels. I'll allocate some time to have a stab at it and I'll keep you updated.

  12. wiertnice

    Thanks

    One thing I'll like to see, is know if a function has important changes in X.Y wordpress version, add more functions args o changes in how the data is returned…. but I guess that's more away in what grep could do

  13. Ryan McCue

    Is the full source (i.e. PHP, jQuery code (could get that myself from the source) and sweat :P ) available? I'd like to modify it and build my own for my own software.

    It would be much appreciated :)
    Thanks,
    Ryan.

  14. Ozh

    Ryan » everything is derived from this autocomplete jquery plugin.

  15. Ozh

    Ryan » everything is derived from this autocomplete jquery plugin.

  16. Ryan McCue

    How did you convert the grep result into a PHP array?

  17. Jacob Santos

    The tool is awesome for functions, but where it falls apart is for objects.

    Two objects can have a function named add() but be two separate functions. I'm not sure your script takes that into account and therefore can't be used with objects.

    I would like to know where you got all of those versions because I might wish to write a strict PHP based tokenized version that does take functions in account and would not have any false positives from javascript files.

  18. Ozh

    Jacob » Indeed, the tool is not perfect. Data come from a basic grep, so it doesn't make a difference between foo::bar() and bar::bar()

  19. Ben Tremblay

    Nice … I just added this as an update to "Developer Documentation" in Codex.

  20. Dave Stewart

    Awesome!

    One major improvement though, would be to list WHICH file the function is in. That way if I want to look at the source, I don't need to search the entire WordPress codebase.

    Many thanks!
    Dave

  21. Iferrari » Blog Archive » Post Template Feature in Wordpress 2.6

    […] to find when the Page Template feature in WordPress was released. I found at Ozh's Blog a WordPress Functions Implementation History Tool and I discovered there that this feature makes part of WP since it's 1.5 […]

  22. SEO Consultant

    Great post again , Ozh.. you are the master.. did you go to school with yoda?

Comments are closed.