Skip to content
  1. Jun 25, 2008
  2. Jun 24, 2008
  3. Jun 23, 2008
    • Jakob Petsovits's avatar
      Bugfix time: · a29b964b
      Jakob Petsovits authored
      * Re-add '#name' properties for the buttons, so that the right one
        is selected on submit.
      * Scrap the broken condition (using a wrong, previous variable name)
        so that the replaced file is added to the form state again on uploading.
      a29b964b
    • Jakob Petsovits's avatar
      * Move non-button elements to the respective container form elements. · 0c08790f
      Jakob Petsovits authored
        That way we can encapsulate as much as possible, and that's good for
        grouping the code. Consequently, widget code order is now sane at last:
        first comes hook_widget() which decides between upload and edit widget,
        then comes the upload widget, and then comes the edit widget.
        Finally some structure where I immediately find stuff.
      
      * Move file uploading from the value callback to the submit callback.
        I'm pretty convinced that we don't want to upload selected files
        if *any* button is pressed (not just the "Upload" button).
      
      * Rename $fieldname to $field_name, like used in core CCK code.
      0c08790f
    • Jakob Petsovits's avatar
      Refine the CSS, getting rid of unnecessary bottom margin in Konqueror. · ad7f7a17
      Jakob Petsovits authored
      Nice side effect: more filefield-classed divs for detailed themeability.
      ad7f7a17
    • Jakob Petsovits's avatar
      Views 2 integration. Now that was easier than I expected - · 419dea73
      Jakob Petsovits authored
      by defining a relationship to the {files} table, we get all
      the file filters for free. That's pretty neat.
      419dea73
  4. Jun 22, 2008
  5. Jun 21, 2008
  6. Jun 18, 2008
  7. Jun 11, 2008
  8. Jun 10, 2008
  9. Jun 03, 2008
  10. Jan 03, 2008
  11. Dec 06, 2007
  12. Dec 05, 2007
    • Jakob Petsovits's avatar
      Remove the "Show 'List' option" widget setting, and replace it · 2c0b098a
      Jakob Petsovits authored
      by an "Always list files" field setting (= !$show_list).
      
      No upgrade path (yet?) - it's not possible to have a universally applicable
      upgrade path, but most people probably don't use different widget settings
      in different instances of that field... so, I'll try a heuristic solution.
      Scheduled for the next commit, that is.
      2c0b098a
  13. Nov 21, 2007
  14. Oct 14, 2007
  15. Sep 25, 2007
  16. Sep 03, 2007