• Authorship Module: April 12, 2007 5:39

    Commit 5de7955 on 6.x-1.x, master
    by lafo
    Added 'LIMIT 1' to all DELETE sql queries (delete only one row at a time).
    
    Fixed bug with prefilling the authorship field with values from database (the sql query was wrong).
  • Archiver: April 11, 2007 1:34

    Commit 49aa323 on 5.x-1.x
    by lafo
    Fixed incorrect ordering of nodes in the archiver listing.
  • Authorship Module: April 11, 2007 1:10

    Commit e20e1b8 on 6.x-1.x, master
    by lafo
    List of changes:
    
    1. authorship.module:
    a) authorship_form_alter(): authorship controls in the comment-form
    b) authorship_form_alter(): authorship controls in the comment-admin-settings
    c) authorship_comment(): implementation of hook_comment()
    d) authorship_nodeapi(): INSERT is performed only when at least one of {$node->authorship, $node->profile_real_name} was specified. No point of storing empty rows.
    e) typo 'vlaue' changed to 'value'  (inside authorship_form_alter() )
    
    2. authorship.install:
    
    a) authorship_install(): updated DB structure
    b) authorship_update_2(): to update previous installations of the Authorship module
    c) authorship_uninstall(): implementation of hook_uninstall()
  • Archiver: April 6, 2007 18:53

    Commit daf08b7 on master
    by lafo
    Fixed incorrect ordering of nodes in the archiver listing.
  • Archiver: April 3, 2007 2:59

    Commit 736d199 on master
    by lafo
    The neccessity of patching the core was experimentally removed. Hiding of the nodes is now done by setting their node.status to 0. The problem is that unpublished ndoes are not accessible by anonymous users.
  • Archiver: April 1, 2007 19:52

    Commit ea20ac5 on 5.x-1.x, master
    by lafo
    Initial release for Drupal 5.1
nobody click here