Skip to content
  1. 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
  2. Feb 09, 2009
  3. 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
  4. Jan 11, 2009
  5. Jan 10, 2009
  6. Jan 07, 2009
  7. Jan 05, 2009
  8. Jan 04, 2009
  9. Jan 02, 2009
  10. Jun 05, 2008
  11. Jan 21, 2008
  12. Jan 11, 2008
  13. Jan 10, 2008
  14. Jan 09, 2008
  15. Nov 09, 2007
  16. Oct 30, 2007
  17. Oct 29, 2007
  18. Oct 27, 2007
  19. Oct 26, 2007
    • Jakob Petsovits's avatar
      * Remove the UNIQUE (repo_id, directory) as there can be multiple · b11be1a1
      Jakob Petsovits authored
        "empty" projects that have (0, '') for those values.
        Please give update.php a shot.
      
      * Implement the "restrict project creation for users without VCS account"
        option. node_access() can't be hooked into, so for better usability
        we might want to get an additional patch into project.inc.
      
      * Properly namespace the get_projects_for_commit() function.
      5.x-1.3
      b11be1a1
  20. Oct 17, 2007
  21. Oct 12, 2007
  22. Oct 06, 2007
  23. Oct 02, 2007
  24. Sep 23, 2007