Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. I'm trying to find my code for that... but I don't know where the code is. Hmm. What you basically do is: #instead of this: return jsonencode({"some" => "structure"}); # you do: return $_GET["callback"] . '(' . jsonencode({"some" => "structure"}) . ')'; So you're essentially wrapping the JSON that's returned. So if the request is: airports?icao=KJFK&callback=somefn (the browser populates "somefn" with some name, it gets returned as: somefn({JSON});
  2. build tarball in /tmp view the full commit | http://phpvms.net/downloads/nightly.tar.gz
  3. deploy script fixed view the full commit | http://phpvms.net/downloads/nightly.tar.gz
  4. call deploy script directly view the full commit | http://phpvms.net/downloads/nightly.tar.gz
  5. Made some changes to facilitate moving the public/ folder view the full commit | http://phpvms.net/downloads/nightly.tar.gz
  6. fix rsync options view the full commit | http://phpvms.net/downloads/nightly.tar.gz
  7. Reorganized folders to try to clean up the root folder a bit view the full commit | http://phpvms.net/downloads/nightly.tar.gz
  8. Hi all, To add a bit of organization to the modules madness, module/addon authors can add their modules to the downloads section above. It'll automatically create a topic in the Addon forum as well. If you have a bunch of add-ons you'd like grouped together, shoot me a message, and I can create a sub-category for you and restrict the uploads only to you.
  9. You still need the " "&callback=?";" portion. It might not be working because it needs the JSONP callback
  10. reorganize some asset directories view the full commit | http://phpvms.net/downloads/nightly.tar.gz
  11. Version v7.0.0-master

    6152 downloads

    This is for testing only and is still in development. This is the latest build of phpVMS. Includes the complete vendor directory and extra files removed. The hash file is also included if you want to verify the tar integrity.
  12. Change nightly tarball filename view the full commit | http://phpvms.net/downloads/nightly.tar.gz
  13. remove old installer assets view the full commit | http://phpvms.net/downloads/nightly.tar.gz
  14. Installer changes #1 view the full commit | http://phpvms.net/downloads/nightly.tar.gz
  15. This looks good, I'm working on a new vacentral library, and it'll be able to be retrofitted. The airport lookup is working in it. You don't need an API key for the Airport lookup call https://github.com/nabeelio/vacentral-library
  16. Cleanup Installer module scaffolding view the full commit | http://phpvms.net/downloads/nightly.tar.gz
  17. Scaffolding for Installer module view the full commit | http://phpvms.net/downloads/nightly.tar.gz
  18. re-add missing stub files view the full commit | http://phpvms.net/downloads/nightly.tar.gz
  19. Delete all of the installer stuff from the 3rd party plugin view the full commit | http://phpvms.net/downloads/nightly.tar.gz
  20. Include a copy of composer.phar view the full commit | http://phpvms.net/downloads/nightly.tar.gz
  21. maybe this will work view the full commit
  22. maybe this will work view the full commit
  23. Nabeel

    copy fix

    copy fix view the full commit
  24. attempt to get the root directory named right view the full commit
  25. removing superfluous files view the full commit
×
×
  • Create New...