You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added ability to pass query string parameters along after a module save
Added the base_model_helpers.php in which your module models can inherit from to make it easier to create form fields (inherit from Base_model_fields), related items (inherit from Base_model_related_items) and validation (inherit from Base_model_validation) in there own classes
Added Social class and associated social_helper class
Added limit_to_user parameter to models to filter list results automatically by the authenticated user
Added red error indication on tabs that contain validation errors
Added "vars" method to module models which will pass specified variable values to the create/edit screen
Added "equalize_key_value" as a parameter to a select field type (was previously just for enum field types)