Skip to content
  1. Mar 14, 2012
  2. Mar 10, 2012
  3. Mar 09, 2012
  4. 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
  5. Feb 27, 2012
  6. Feb 26, 2012
  7. Feb 21, 2012
  8. Feb 20, 2012
  9. Feb 13, 2012
  10. Feb 12, 2012