Skip to content
  1. Jun 06, 2013
  2. Oct 23, 2012
  3. Sep 24, 2012
  4. Sep 20, 2012
  5. Sep 08, 2012
  6. Sep 07, 2012
  7. Aug 26, 2012
  8. Aug 25, 2012
  9. Aug 24, 2012
  10. Aug 23, 2012
  11. Aug 21, 2012
  12. Aug 20, 2012
  13. Jul 16, 2012
  14. Mar 10, 2012
  15. Mar 09, 2012
  16. Mar 08, 2012
    • Ethan Winn's avatar
      Refactored js library to separate backend-specific code. · c446cca3
      Ethan Winn authored
      As part of a move to include support for both Services and RestWS, objects with
      code specific to Services JSON REST implementation have been moved to
      drupalbackbone-services.js, with shared code in drupalbackbone.js.
      
      This basically means all the basic objects (the base Drupal Model, Collection,
      and View objects) have stayed in the shared file, all others moved to
      -services.
      
      As part of this move I also reorganized so that all Models, Collections and
      Views are in properties of those names in the Drupal.Backbone object. For
      example Drupal.Backbone.Model has become Drupal.Backbone.Models.Base and
      Drupal.Backbone.NodeModel has become Drupal.Backbone.Models.Node.
      
      This makes naming cleaner and is a recommendation from the Backbone Recipes
      book (a good read!).
      c446cca3
  17. Feb 26, 2012