Text
Welcome to Zotonic 0.65.0, released on March 17, 2022.
Welcome to Zotonic 0.64.0, released on March 4, 2022.
Fetch the data for an import of a resource. Returns data in the format used by m_rsc_export and m_rsc_import. Either…
Add a handler for receiving e-mail notifications
Access log event for http. Called from the z_stats.
Check for logon options, called if logon_submit returns undefined. This is used to fetch external (or local…
observe_auth_client_switch_user/2
Send a request to the client to switch users. The zotonic.auth.worker.js will
Return the options for the DKIM signature on outgoing emails. Called during email encoding.
Called just before validation of all query arguments by z_validation.
Let all modules add resource specific response headers to the request. The accumulator is the list of headers to be set.
Notification to import a medium record from external source. This is called for non-file medium records, for example…
Determine the URL fetch options for fetching the content of an URL. Used by z_fetch.erl.
observe_auth_client_logon_user/2
Send a request to the client to login a user. The zotonic.auth.worker.js will
observe_media_preview_options/3
Modify the options for an image preview url or tag. This is called for every image url generation, except if the…
Create a custom action Create a custom filter Create a custom model Create a custom controller Custom pivots Create a…
Activate/deactivate modules Filter and convert characters Erlang tab completion Debugging db (query) issues Reset a…
These Cookbook items each represent a stage in some Zotonic users’ journeys to understand the workings of Erlang and…
These cookbook entries contain valuable nuggets of information regarding the frontend development of a site.
Creating a custom widget on the edit page Customizing the layout of the admin edit page Customizing the style of an…
Takes a menu, or a menu resource id, and adds all haspart objects connected to the menu ids.
Return rtl or ltr depening on the direction of the language.
Ensures thant an HTML escaped value is properly escaped.
Welcome to Zotonic 0.63.0, released on Oct 29, 2021.
Subtracts an hour from a date. The value must be of the form {{Y,M,D},{H,I,S}} .
Adds an hour to a date. The value must be of the form {{Y,M,D},{H,I,S}} .
Parses an URL (URI) using uri_string:parse/1 .
Model for OAuth2 consumer configuration and token access, including consumer lists and per-consumer token retrieval.
Simple controller for connection tests, used on the /test/connection page.
Test if the given URL is a url for the current site.
is_site_url url url_abs sanitize_url is_letsencrypt_valid_hostname urlize escape_link urlencode urldecode parse_url…
Non destructive edits of images.
Manages the medium_edit_settings property for non destructive image editing.
Zotonic comes with a large collection controllers that cover many use cases, so you’ll probably have to resort to…
Welcome to Zotonic 0.62.0, released on July 7, 2021.
Exported APIs:
Welcome to Zotonic 0.61.0, released on June 7, 2021.
Model for sitemap generation metadata, including available urlsets and paged urlset export values.
Sanitize a HTML code. Removes elements and attributes that might be dangerous, like <script\> elements.
Sanitize an URL. Removes URLs that might be dangerous, like javascript: URLs.
Syslog integration module for forwarding Zotonic log events to external syslog services.
Filter to derive a Table Of Contents from a HTML body.
Dispatch rules Name Path Resource Args initial_test [“test”,”initial_postback_test”] controller_template…
Dispatch rules Name Path Resource Args microsoft_authorize [“oauth-service”,”authorize”,”microsoft”]…
Check with useauth if the authentication using the Microsoft identity platform is enabled and configured.
Adds logon using the Microsoft identity platform.
Dispatch rules Name Path Resource Args fileuploader [“fileuploader”,”upload”,name] controller_fileuploader []…
Model to start uploads, upload a block and delete uploads.
The fileuploader controller is used to upload parts of a file.
Upload files using a parallel web worker.
Welcome to Zotonic 0.60.0, released on February 15, 2021.
Welcome to Zotonic 0.59.0, released on December 18, 2020.
Model for checking if a site has version control enabled.
This module pulls updates of a site‘s code from a remote version control system. The supported version control systems…
This controller is used as a jumping stone after a log on from the /logon page. The p argument is passed from the…
Generates an absolute URL for the given dispatch information.
Generates the relative URL for the given dispatch information.
Welcome to Zotonic 0.58.0, released on November 2, 2020.
Zotonic is a modern and extensive content management system. It has its roots in systems before it and carries the…
Welcome to Zotonic 0.56.3, released on August 31, 2020.
Welcome to Zotonic 0.54.3, released on August 31, 2020.
Show a duration in hours, minutes and seconds.
Adds support for viewing and handling audio medium items.
Welcome to Zotonic 0.54.2, released on August 4, 2020.
Dispatch rules Name Path Resource Args oauth2_consumer_authorize [“oauth-service”,”authorize”,”zotonic”
Model for OAuth2 service flow helpers, including redirect URL generation and oauth redirect processing.
A ticketing system for out of band MQTT posts via HTTP.
DomainKeys Identified Mail Signatures (RFC 6376) is a method to add a signature to outgoing emails. This enables…
Welcome to Zotonic 0.54.1, released on June 16, 2020.
Welcome to Zotonic 0.56.1, released on June 16, 2020.
Zotonic is a set of regular OTP applications. These can be found in the repository’s apps/ directory:
All the nitty gritty details when the big picture has settled.
Mocking module for access control during tests.
Welcome to the Zotonic User Guide. This guide is a non-technical introduction to Zotonic.
Model for LinkedIn integration helpers, currently exposing whether LinkedIn auth integration is enabled.
This model exposes some meta-information for the use in mod_admin templates.
Authorization checks to perform, in addition to the acl_action dispatch option, can be given in the acl dispatch option
An edge has been inserted. Note that the Context for this notification does not have the user who created the edge.
Authentication against some (external or internal) service was validated
Import WordPress .wxr files in your site.
Notification to translate or map a file after upload, before insertion into the database Used in mod_video to queue…
See if there is a ‘still’ image preview of a media item. (eg posterframe of a movie) Return:: {ok, ResourceId} or…
Put a value into the typed key/value store
Delete a value from the typed key/value store
Check and possibly modify the http response security headers All headers are in lowercase.
Add extra javascript with the \{% script %\} tag. (map) Used to let modules inject extra javascript depending on the…
A module has been stopped and deactivated.
Site configuration parameter was changed
Notify that the session’s language has been changed
Final try for dispatch, try to match the request. Called when the site is known, but no match is found for the path
Used in the admin to process a submitted resource form
An activity in Zotonic. When this is handled as a notification then return a list of patterns matching this activity.
Render the javascript for a custom action event type. The custom event type must be a tuple, for example: `{% wire…
Dispatch rules Name Path Resource Args admin_translation [“admin”,”translation”] controller_admin [{acl_module
Dispatch rules Name Path Resource Args signup [“signup”] controller_signup [] signup_confirm [“signup”,”confirm”]…
Dispatch rules Name Path Resource Args admin_mailinglist [“admin”,”mailinglists”] controller_admin_mailinglist…
Dispatch rules Name Path Resource Args admin_development [“admin”,”development”] controller_admin [{template
Dispatch rules Name Path Resource Args admin_custom_redirect [“admin”,”custom-redirect”] controller_admin…