about.html |
help/about.html |
|
|
activitycomments.inc |
modules/heartbeat_comments/plugins/activitycomments.inc |
|
Defines activity comments. |
activitystatus.inc |
modules/heartbeat_plugins/plugins/activitystatus.inc |
|
|
CHANGELOG.txt |
CHANGELOG.txt |
|
CHANGELOG for hearbeat for Drupal 7
Heartbeat 7.x-1.x-dev |
ctools.html |
help/ctools.html |
|
|
ctools_export_ui_heartbeat_plugin.class.php |
modules/heartbeat_plugins/plugins/export_ui/ctools_export_ui_heartbeat_plugin.class.php |
|
Ctools export UI for a heartbeat plugin
@author stalski |
ctools_export_ui_heartbeat_stream.class.php |
modules/heartbeat_ui/plugins/export_ui/ctools_export_ui_heartbeat_stream.class.php |
|
Ctools export UI for a heartbeat stream.
@author stalski |
ctools_export_ui_heartbeat_template.class.php |
modules/heartbeat_ui/plugins/export_ui/ctools_export_ui_heartbeat_template.class.php |
|
Ctools export UI for a heartbeat template
@author stalski |
flagattachment.inc |
modules/heartbeat_plugins/plugins/flagattachment.inc |
|
|
groupactivity.inc |
modules/heartbeat_og/streams/groupactivity.inc |
|
Defines a stream for Group Activity. |
groupsactivity.inc |
modules/heartbeat_og/streams/groupsactivity.inc |
|
Defines a stream for Groups Activity. |
heartbeat-2col.tpl.php |
layouts/heartbeat_2col/heartbeat-2col.tpl.php |
|
Display Suite 2 column template for heartbeat activity. |
heartbeat-activity.tpl.php |
heartbeat-activity.tpl.php |
|
|
heartbeat.api.php |
heartbeat.api.php |
|
Hooks provided by the Heartbeat API. |
heartbeat.api.test |
tests/heartbeat.api.test |
|
Heartbeat API tests. |
heartbeat.css |
css/heartbeat.css |
|
@CHARSET "UTF-8";
/**
* Heartbeat streams.
*/
.heartbeat-stream {
padding: 2px 0;
clear: both;
width: auto;
/* FB styling */
font-size: 11px;
font-family: 'lucida grande', tahoma, verdana, arial,… |
heartbeat.entity.inc |
heartbeat.entity.inc |
|
|
heartbeat.heartbeat.inc |
heartbeat.heartbeat.inc |
|
Bulk export of heartbeat objects generated by Bulk export module. |
heartbeat.info |
heartbeat.info |
|
name = Heartbeat activity
description = Logs user activity when certain events occur, triggering actions. The logged data is accessable through heartbeat displays.
package = Heartbeat
core = 7.x
dependencies[] = ctools
configure =… |
heartbeat.install |
heartbeat.install |
|
Installation file for the heartbeat module.
@author
Jochen Stals - Menhir - www.menhir.be |
heartbeat.module |
heartbeat.module |
|
Module file for heartbeat activity.
Basic hook implementations and helper functions will be found here. |
heartbeat.pages.inc |
heartbeat.pages.inc |
|
Separate codefile for page displays |
heartbeat.streams.inc |
heartbeat.streams.inc |
|
|
heartbeat.views.inc |
heartbeat.views.inc |
|
Heartbeat Views support. Declares the required tables for Views. |
heartbeatactivity.inc |
includes/heartbeatactivity.inc |
|
HeartbeatActivity object
Defines one heartbeat activity object. |
heartbeatflagplugin.inc |
modules/heartbeat_plugins/includes/heartbeatflagplugin.inc |
|
Heartbeat Flag Base Plugin and some required utility functions. |
heartbeatmessagetemplate.inc |
includes/heartbeatmessagetemplate.inc |
|
HeartbeatMessageTemplate
Template object that holds configuration for
a message template. A HeartbeatActivity object
will be able to have the template as composite. |
heartbeatparser.inc |
includes/heartbeatparser.inc |
|
HeartbeatParser object
Parses database messages into a well formed stream of activity messages. |
heartbeatstream.inc |
includes/heartbeatstream.inc |
|
HeartbeatStream object is the object that takes stream
configuration to create a stream of activity objects.
It is the controlling organ at the pre-query, query and
post-query phases. |
heartbeatstreamconfig.inc |
includes/heartbeatstreamconfig.inc |
|
HeartbeatStream Configuration object
Parameter object that is given to a HeartbeatStreamConfig object
to form a full stream of handled activity objects. |
heartbeat_2col.css |
layouts/heartbeat_2col/heartbeat_2col.css |
|
@CHARSET "UTF-8";
.heartbeat-group-left {
width: 11%;
float: left;
}
.heartbeat-group-content {
float: left;
width: 89%;
float: left;
color: #808080;
}
.heartbeat-group-content .group-footer {
margin: 6px 0;
} |
heartbeat_comments.admin.inc |
modules/heartbeat_comments/heartbeat_comments.admin.inc |
|
Admin page callbacks for the heartbeat comments module. |
heartbeat_comments.info |
modules/heartbeat_comments/heartbeat_comments.info |
|
name = Heartbeat comments
description = Gives the possibility react on messages. For activity in node context, node comments can be used.
package = Heartbeat
dependencies[] = heartbeat
dependencies[] = heartbeat_plugins
files[] =… |
heartbeat_comments.install |
modules/heartbeat_comments/heartbeat_comments.install |
|
Installation file for heartbeat comments
by Stalski - Menhir - www.menhir.be |
heartbeat_comments.module |
modules/heartbeat_comments/heartbeat_comments.module |
|
Heartbeat comments for activity. |
heartbeat_comments.rules.inc |
modules/heartbeat_comments/heartbeat_comments.rules.inc |
|
Includes any rules integration provided by heartbeat comments. |
heartbeat_defaults.ds.inc |
modules/heartbeat_defaults/heartbeat_defaults.ds.inc |
|
Bulk export of ds objects generated by Bulk export module. |
heartbeat_defaults.heartbeat.inc |
modules/heartbeat_defaults/heartbeat_defaults.heartbeat.inc |
|
Bulk export of heartbeat objects generated by Bulk export module. |
heartbeat_defaults.info |
modules/heartbeat_defaults/heartbeat_defaults.info |
|
name = Heartbeat activity defaults
description = Default streams and heartbeat message templates ready to go. When rules enabled, there are default rules executions as well.
package = Heartbeat
core = 7.x
dependencies[] = heartbeat
files[] =… |
heartbeat_defaults.module |
modules/heartbeat_defaults/heartbeat_defaults.module |
|
Heartbeat defaults module file |
heartbeat_defaults.views_default.inc |
modules/heartbeat_defaults/heartbeat_defaults.views_default.inc |
|
Bulk export of views_default objects generated by Bulk export module. |
heartbeat_example.info |
modules/heartbeat_example/heartbeat_example.info |
|
name = Heartbeat Example
description = Shows how an external module can log by using hooks.
package = Heartbeat
dependencies[] = heartbeat
dependencies[] = heartbeat_defaults
hidden = TRUE
core = 7.x |
heartbeat_example.module |
modules/heartbeat_example/heartbeat_example.module |
|
Heartbeat example module |
heartbeat_nodejs.info |
modules/heartbeat_nodejs/heartbeat_nodejs.info |
|
name = "Heartbeat Node.js"
description = "Heartbeat Node.js integration"
package = Heartbeat
core = 7.x
dependencies[] = heartbeat
dependencies[] = nodejs |
heartbeat_nodejs.module |
modules/heartbeat_nodejs/heartbeat_nodejs.module |
|
Heartbeat node.js integration. |
heartbeat_og.ds.inc |
modules/heartbeat_og/heartbeat_og.ds.inc |
|
Bulk export of ds objects generated by Bulk export module. |
heartbeat_og.heartbeat.inc |
modules/heartbeat_og/heartbeat_og.heartbeat.inc |
|
Bulk export of heartbeat objects generated by Bulk export module. |
heartbeat_og.info |
modules/heartbeat_og/heartbeat_og.info |
|
name = Heartbeat Organic Groups
description = "Heartbeat OG integrates with the Organic Groups module. The module provides default streams, message templates, display suite layout settings for those templates and more. It also recognizes group… |
heartbeat_og.module |
modules/heartbeat_og/heartbeat_og.module |
|
Integration module for Heartbeat and Organic Groups. |
heartbeat_og.rules.inc |
modules/heartbeat_og/heartbeat_og.rules.inc |
|
Includes any rules integration provided by heartbeat OG. |