public
Description: nonviral cocoa source for implementing an application feedback panel (for bugs, feature requests and support)
Homepage:
Clone URL: git://github.com/rentzsch/jrfeedbackprovider.git
rentzsch (author)
Tue Feb 03 17:46:09 -0800 2009
commit  ec2ae615e5b96c0f2f1008621072dcdb39d55f5f
tree    07fc16545cd733de5e2455d3e949e821c406255d
parent  d03f9b9cf5373a9762409509dc4b329e7aebb24e
name age message
file README.markdown Loading commit data...
directory demo/
file jrfeedback.php
directory lib/
README.markdown

JRFeedbackProvider

is a nonviral (MIT license) drop-in source code package which provides an in-application user feedback mechanism for Cocoa apps. It puts up a panel something like this:

It supplies the panel (in .xib form), the Objective-C controller code and even the .php file to put on your web server to turn those web form posts into email messages (just replace YOUR_(FEEDBACK_)EMAIL_ADDRESS_HERE@gmail.com with whatever you want).

Requires 10.5.

Please report bugs and request features on the Lighthouse JRFeedbackProvider project site.

Version History

  • 1.1

    • [NEW] Set the user's reply address in the server-side PHP script. (Michael Zornek)

    • [FIX] Assertion failure if user clicks "Send" button and without waiting click the "Cancel" button. (Oleg Krupnov)

    • [CHANGE] Change "Submit" button to "Send" to be more respectful of the user. (Oleg Krupnov)

  • 1.0 Original release