Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Developer doc: update the documentation page: "Helper functions" with all available helper functions and best practises #884

Closed
mattab opened this issue Jul 27, 2009 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. worksforme The issue cannot be reproduced and things work as intended.

Comments

@mattab
Copy link
Member

mattab commented Jul 27, 2009

There are a few un-documented helper functions that plugin developers can use. They should appear in the documentation page: http://dev.piwik.org/trac/wiki/Plugins/GlobalFunctions

For example:

  • how to write SQL in Tracker code (where Piwik_* doesn't work)
  • expand documentation on the smarty functions
  • more..
@mattab
Copy link
Member Author

mattab commented Jul 22, 2010

To build some plugins it would be useful to easily access a list of developer friendly flags:

* isAdmin
* isSuperUser
* isAnonymous
* isView
* ? 
  • document the postEvent smarty hook. Do we use the filter feature? what we need is simply way to print out html in templates from plugins; clarify.
  • document all of the variables accessible in smarty in the piwik wiki.

@mattab
Copy link
Member Author

mattab commented Mar 11, 2013

we'll update http://piwik.org/docs/plugins/functions/ at some point

@mattab mattab added this to the Official Piwik Plugins Repository project milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

1 participant