[Mahara-contributors] [Bug 732462] Re: Allow re-ordering of files for File(s) to Download block

2016-10-18 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Triaged => In Progress

** Changed in: mahara
   Status: In Progress => Confirmed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/732462

Title:
  Allow re-ordering of files for File(s) to Download block

Status in Mahara:
  Confirmed

Bug description:
  Files can be selected in the order in which they should appear in the
  File(s) to Download block. However, when additional files are added,
  the order can't be changed to drop them in further up the list. Re-
  order buttons are needed. The block would basically stay the same but
  have ordering buttons like on the Manage Collections screen so that
  you can move files up and down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/732462/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 732462] Re: Allow re-ordering of files for File(s) to Download block

2015-01-10 Thread Kristina Hoeppner
** Tags added: block

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/732462

Title:
  Allow re-ordering of files for File(s) to Download block

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Files can be selected in the order in which they should appear in the
  File(s) to Download block. However, when additional files are added,
  the order can't be changed to drop them in further up the list. Re-
  order buttons are needed. The block would basically stay the same but
  have ordering buttons like on the Manage Collections screen so that
  you can move files up and down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/732462/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 732462] Re: Allow re-ordering of files for File(s) to Download block

2014-12-15 Thread Aaron Wells
Hi Kristina,

I think we are on the same page, but using different terminology.

The artefact chooser I'm referring to, is a Pieforms element that lets
you choose one (or more) of your artefacts. We use it on the config page
of several blocks, including Resume, and Profile Information. If we
implemented drag-and-drop ordering in this artefact chooser, then it
would let users rearrange the order that the selected artefacts show up,
within many different kinds of block instances. Although on further
reflection, I think the blocks that use files are using a different
Pieform element, the filepicker, so we'd need to implement that
separately.

It sounds like what you thought I was describing was what I usually call
the block palette, or block picker. That's the bar down the left-
hand side of the screen when you're editing a Page's contents, that lets
you drag block instances onto a Page. And I agree, we don't need a UI
for re-ordering those at the moment. With the recent API changes, admins
can re-order those via direct database updates.

Cheers,
Aaron

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/732462

Title:
  Allow re-ordering of files for File(s) to Download block

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Files can be selected in the order in which they should appear in the
  File(s) to Download block. However, when additional files are added,
  the order can't be changed to drop them in further up the list. Re-
  order buttons are needed. The block would basically stay the same but
  have ordering buttons like on the Manage Collections screen so that
  you can move files up and down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/732462/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 732462] Re: Allow re-ordering of files for File(s) to Download block

2014-12-13 Thread Kristina Hoeppner
Isn't the artefact chooser different to re-ordering items with a block
when selecting them?

While it might be nice to re-order items in the artefact chooser
according to what a site admin things the most important items are and
placing them higher up, I think it is quite different to being able to
re-order individual artefacts within a block when choosing them. I find
that more important than the re-ordering of block types in the artefact
chooser. Can't we do that (the re-ordering of block types) now / soon
with the patch that you proposed, Aaron, but just in the code?

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/732462

Title:
  Allow re-ordering of files for File(s) to Download block

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Files can be selected in the order in which they should appear in the
  File(s) to Download block. However, when additional files are added,
  the order can't be changed to drop them in further up the list. Re-
  order buttons are needed. The block would basically stay the same but
  have ordering buttons like on the Manage Collections screen so that
  you can move files up and down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/732462/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 732462] Re: Allow re-ordering of files for File(s) to Download block

2014-02-26 Thread Jono Mingard
We now package jQuery UI (used in the drag-and-drop page editor) which
includes a 'Sortable' module. This isn't at all accessible though so
some workaround would have to be found for keyboard accessibility ...
perhaps something like the solution here
http://stackoverflow.com/questions/16844616/jqueryui-sortable-with-
keyboard

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/732462

Title:
  Allow re-ordering of files for File(s) to Download block

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Files can be selected in the order in which they should appear in the
  File(s) to Download block. However, when additional files are added,
  the order can't be changed to drop them in further up the list. Re-
  order buttons are needed. The block would basically stay the same but
  have ordering buttons like on the Manage Collections screen so that
  you can move files up and down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/732462/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 732462] Re: Allow re-ordering of files for File(s) to Download block

2013-05-20 Thread Aaron Wells
There's several JS drag-and-drop ordering libaries mentioned here:
http://stackoverflow.com/questions/10361779/drag-and-drop-to-reorder-
html-lists

Searching for javascript order by dragging jquery turns up some
additional hits. (It'd be preferable to use something based on jQuery,
because that's already in wide use in Mahara.)

** Tags added: js

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/732462

Title:
  Allow re-ordering of files for File(s) to Download block

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Files can be selected in the order in which they should appear in the
  File(s) to Download block. However, when additional files are added,
  the order can't be changed to drop them in further up the list. Re-
  order buttons are needed. The block would basically stay the same but
  have ordering buttons like on the Manage Collections screen so that
  you can move files up and down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/732462/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 732462] Re: Allow re-ordering of files for File(s) to Download block

2013-05-20 Thread Aaron Wells
Come to think of it, Mahara already has a drag-and-drop reordering
framework. This is essentially what the placement system for blocks on
Pages is. :)

I believe we're using MochiKit for this functionality.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/732462

Title:
  Allow re-ordering of files for File(s) to Download block

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Files can be selected in the order in which they should appear in the
  File(s) to Download block. However, when additional files are added,
  the order can't be changed to drop them in further up the list. Re-
  order buttons are needed. The block would basically stay the same but
  have ordering buttons like on the Manage Collections screen so that
  you can move files up and down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/732462/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 732462] Re: Allow re-ordering of files for File(s) to Download block

2013-05-16 Thread Don Presant
It would be preferable to have re-ordering by dragging, if possible. The
ordering buttons in Manage Collections are tedious and slightly
confusing, especially with longer lists. Is there an OS JS tool for
this?

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/732462

Title:
  Allow re-ordering of files for File(s) to Download block

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Files can be selected in the order in which they should appear in the
  File(s) to Download block. However, when additional files are added,
  the order can't be changed to drop them in further up the list. Re-
  order buttons are needed. The block would basically stay the same but
  have ordering buttons like on the Manage Collections screen so that
  you can move files up and down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/732462/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 732462] Re: Allow re-ordering of files for File(s) to Download block

2011-11-22 Thread François Marier
** Tags added: filedownload

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/732462

Title:
  Allow re-ordering of files for File(s) to Download block

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Files can be selected in the order in which they should appear in the
  File(s) to Download block. However, when additional files are added,
  the order can't be changed to drop them in further up the list. Re-
  order buttons are needed. The block would basically stay the same but
  have ordering buttons like on the Manage Collections screen so that
  you can move files up and down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/732462/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 732462] Re: Allow re-ordering of files for File(s) to Download block

2011-03-10 Thread Kristina Hoeppner
** Attachment added: ordering_download_files.png
   
https://bugs.launchpad.net/bugs/732462/+attachment/1898292/+files/ordering_download_files.png

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/732462

Title:
  Allow re-ordering of files for File(s) to Download block

Status in Mahara ePortfolio:
  New

Bug description:
  Files can be selected in the order in which they should appear in the
  File(s) to Download block. However, when additional files are added,
  the order can't be changed to drop them in further up the list. Re-
  order buttons are needed. The block would basically stay the same but
  have ordering buttons like on the Manage Collections screen so that
  you can move files up and down.

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 732462] Re: Allow re-ordering of files for File(s) to Download block

2011-03-10 Thread François Marier
** Changed in: mahara
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/732462

Title:
  Allow re-ordering of files for File(s) to Download block

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Files can be selected in the order in which they should appear in the
  File(s) to Download block. However, when additional files are added,
  the order can't be changed to drop them in further up the list. Re-
  order buttons are needed. The block would basically stay the same but
  have ordering buttons like on the Manage Collections screen so that
  you can move files up and down.

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp