Skip to content
Snippets Groups Projects
Select Git revision
  • 7.x-1.x
  • 3209795-administer-log-permission
  • 2.x
  • 8.x-1.x
  • previous/3209795-administer-log-permission/2021-08-03
  • previous/3209795-administer-log-permission/2021-08-02
  • 7.x-1.14
  • 7.x-1.13
  • 7.x-1.12
  • 7.x-1.11
  • 7.x-1.10
  • 7.x-1.9
  • 7.x-1.8
  • 7.x-1.7
  • 7.x-1.6
  • 7.x-1.5
  • 7.x-1.4
  • 7.x-1.3
  • 7.x-1.2
  • 7.x-1.1
  • 7.x-1.0
  • 7.x-1.0-beta2
  • 7.x-1.0-beta1
  • 7.x-1.0-alpha1
24 results

log-3209795

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / log
    266 commits behind, 98 commits ahead of the upstream repository.
    pcambra's avatar
    Issue #3167416 by pcambra: field_attach_validate not called for log entitis
    Pedro Cambra authored and Michael Stenta committed
    04117ccd
    History

    LOG

    A general purpose record keeping system.

    This module provides a new entity type called Log, which can be used for record keeping. Log types can be defined with different fields.

    The intended use is for record keeping, via manual or automatic entry. It is not designed for system logging, although perhaps it would work.

    Each log has a timestamp to indicate when the event took place (or when it will take place). It also has a boolean "done" field for indicating whether or not the task is done. Tasks can be automatically marked as done, or it can be a manual reconciliation process (configurable on the log type level).

    DEPENDENCIES

    This module depends on the following modules:

    INSTALLATION

    Install as you would normally install a contributed drupal module. See: http://drupal.org/documentation/install/modules-themes/modules-7 for further information.

    MAINTAINERS

    Current maintainers: