Skip to content
  1. Sep 10, 2012
    • Rene Saarsoo's avatar
      Show just one asset of each subgroup in ThumbList. · f1b7783b
      Rene Saarsoo authored
      This way splitting the assets into subgroups will help to reduce the
      amount of information shown in ThumbList display.
      f1b7783b
    • Rene Saarsoo's avatar
      Support nested grouping of assets. · 6e86106d
      Rene Saarsoo authored
      Nested groups can be defined as follows:
      
          [{
              "title": "Main group",
              "items": [
                  {"title: "subgroup",
                   "items: [ ... ]}
              ]
          }]
      
      In UI the tree will then show subfolders for the nested asset groups.
      But the ThumbList display will still show all the assets in old way,
      and the assets in subgroups will be expanded so they will appear as if
      they were listed directly inside the top level group.
      
      I guess in some way this beats the whole point of having the subgroups -
      as all the assets still show up on the main page as if there were no
      subgroups at all.  On the other hand we now technically have support for
      subgroups, but I feel that's not really what these users were after when
      they asked for nested grouping.
      
      Additionally eliminated :dup_asset warning.  It didn't fit nicely to the
      new way of iterating over assets, and I think it wasn't such a useful
      warning anyway.
      6e86106d
    • Rene Saarsoo's avatar
      f7bfe1b8
    • Rene Saarsoo's avatar
      Rename comments validator module to Auth. · 66d0f34d
      Rene Saarsoo authored
      66d0f34d
  2. Sep 07, 2012
  3. Sep 06, 2012
  4. Sep 05, 2012
  5. Sep 04, 2012
  6. Sep 03, 2012
Loading