Skip to content
  1. Feb 25, 2011
  2. Mar 18, 2009
  3. Mar 14, 2009
  4. Jun 27, 2008
  5. Feb 13, 2008
  6. Jun 18, 2007
  7. Feb 16, 2007
  8. Feb 13, 2007
  9. Feb 12, 2007
  10. Feb 03, 2007
  11. Jan 30, 2007
  12. Jan 25, 2007
  13. Dec 16, 2006
  14. Dec 13, 2006
    • Dan Morrison's avatar
      Updated support for CCK. · 3049ccc6
      Dan Morrison authored
      Input can either be id="byline" or id="field_byline" to populate a CCK 'byline' field.
      
      Also support for HTML/non-HTML input text areas
      3049ccc6
  15. Dec 03, 2006
    • Dan Morrison's avatar
      Started supporting CCK · d37fd652
      Dan Morrison authored
      If your input contains ANY classes at all, the content of those classes
      becomes available for absorbing into the node.
      If the input contains any ID elements, those too are added to the node
      object before saving.
      most of these extra blocks do not get serialized, as there is no handler
      for them
      BUT
      
      If you are importing to CCK, AND can manipulate your input so as to
      define ids of the form field_* - this block will be put in that cck
      field.
      
      So...
      if your input contains
      ...
      [div id='footer'][b]blah[/b][/div]
      ...
      and yo have a CCK node definition that includes a field called 'footer'
      - you need to work on your XSL import massager to make a conversion to
      [div id='field_footer'][b]blah[/b][/div]
      
      Once that is, done, the import_html process can detect that this is a
      ver special ID in the source document, and inject it into the CCK object
      as
      $node->field_footer[0][value] = "[b]blah[/b]";
      
      and things become good
      d37fd652
  16. Nov 20, 2006
  17. Nov 12, 2006
    • Dan Morrison's avatar
      Fixed page type selector (it didn't work) · ec29dc5b
      Dan Morrison authored
      Fixed 'do NOT add to menu' checkbox
      Repositioned settings summary
      Moved some of the options from final import stage back to settings and
      step 1. The final form was getting cluttered.
      ec29dc5b
  18. Oct 26, 2006
  19. Oct 13, 2006
  20. Oct 08, 2006
  21. Sep 14, 2006