Skip to content
  1. Feb 25, 2011
  2. Jun 01, 2009
  3. May 31, 2009
  4. May 29, 2009
  5. Apr 08, 2009
  6. Apr 03, 2009
  7. Mar 21, 2009
  8. Mar 09, 2009
  9. Mar 07, 2009
  10. Feb 28, 2009
  11. Feb 27, 2009
  12. Feb 22, 2009
  13. Feb 21, 2009
  14. Feb 19, 2009
  15. Feb 16, 2009
  16. Feb 14, 2009
    • Jakob Petsovits's avatar
      * Implement the 'nids' operation constraint natively (with table joins). · 19b6d38d
      Jakob Petsovits authored
      * Fix the item query for updating project/item associations when the
        project directory changes - it didn't include the repo_id, which is baad.
      * Move hook_enable() to versioncontrol_project.install, as it isn't
        executed in when residing in the .module file.
      * Use commitlog_operations_page() instead of commitlog_operations() so that
        query argument filters work also on node/$nid/commitlog.
      19b6d38d
  17. Feb 10, 2009
    • Jakob Petsovits's avatar
      #363883 by jpetso: Keep track of nids for items and operations in the db. · f600ef53
      Jakob Petsovits authored
      Still comes without directly hooking into the versioncontrol_get_operations()
      query, but even without that we can already cut down a lot on queries.
      
      Lose two API calls (get_statistics() and get_projects_for_operation())
      in favor of lower-level code (direct queries or new constraints for
      versioncontrol_project_get_projects()).
      
      Also fix the user account page's project/commit display to work again.
      
      To the best of my knowledge, the project node integration module should
      now work correctly again, and more efficiently than ever before.
      Further performance improvements ('project_nids' constraint for
      versioncontrol_get_operations()) pending.
      6.x-1.0-beta1
      f600ef53
  18. Feb 09, 2009
  19. Jan 25, 2009
    • Jakob Petsovits's avatar
      Replace lots of · 913086d5
      Jakob Petsovits authored
      $form['blah'] = array('#type' => 'value', '#value' => $blah);
      elements with
      $form['#blah'] = $blah;
      as the former is now deprecated in Drupal 6.
      
      I hope I didn't miss any form_alter or $form_state['values'] conversion,
      anyways I tried to be as thorough as possible.
      
      Did not touch the form_altered node form, as it's supposed to have changed
      in regards to form element handling, $form['#node'] and all. This will need
      to be tested and probably fixed sooner or later.
      913086d5
  20. Jan 11, 2009
  21. Jan 10, 2009
  22. Jan 07, 2009