Needs work
Project:
Bibliography Module
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2009 at 07:25 UTC
Updated:
27 Mar 2019 at 14:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rjerome commentedThe functionality is there, i.e. types do have a weight associated with them, there just not being used at the present. I started to implement this a while back and never finished it. I'll try to push it back up the priority list...
Comment #2
rajab natshahI think We need to have the weight effect all viewed data or drop-downs.
I'm working on a patch for this.
Comment #3
rajab natshahComment #4
rajab natshahI have Completed the Weight Feature based on rjerome's Foundation.
This patch will have the Weight works for form Field and Filters, order in the publication types in displays will be effected with value of weight in publication type to.
Rewarding :)
Comment #5
rajab natshahComment #6
rajab natshahThis is the Full and Better Patch #6.
- Fixed space in link issue.
- Set the code to Standard format.
Rewarding :)
Comment #7
Anonymous (not verified) commentedFrom which branch are you working? 7.x-1.x seems the most recent and most up2date.
Your patch removes the following form config, that does not seem right
This looks a little odd:
I think it is more Drupal-like to add a 'page argument' and use that as a function argument here instead of func_get_args.
De arrow up and down should work different I think, when I push the arrow up the item will go one down and vice versa.
Comment #8
rajab natshahHi Leon,
Thanks for passing by.
This patch is for the 7.x-1.0-rc7 so it's on the 7.x-1.x branch.
and the function is to increase or decrease .. ( Not Up or Down )
About $args = func_get_args();
rjerome is using that for Show and Hide.
I just wanted to see if the patch can make it to the module.
If we need to improve .. for sure all the module need to be improved .. or have the 7.x-2.x or 7.x-3.x ..
I have seen that most of the work is on https://github.com/Gizra/biblio
but we need to work with the latest stable one.
Rewarding :)
Comment #9
rajab natshahComment #10
Anonymous (not verified) commentedThe arrow implies that the row is moved downwards, so for me it should be more logical to give the arrow the correct meaning.
There is not a lot activity around this module the last time, so I have no idea how long it will take before the module will be patched.
Comment #11
rajab natshahOk then .. We may employ that then ..
Thanks Leon.
Rewarding work :)
Comment #12
rajab natshahNow we do have the advanced patch #12 to do this for views as well.
to have a Sort order field ( Publication type weight ).
Rewarding :)
Comment #13
rajab natshahComment #14
rajab natshahI have been testing this patch in a production environments and it's working in a good status.
Not sure if we can switch to use the Drag and Drop to re-order.
I do have a potential interest to help on any new features, or marked milestones. on the biblio module or any other sub modules.
Rewarded work :)
Comment #15
szeidler commentedI also worked on the weighted publication type listing. I used Drupal's default tabledrag functionality to make the interface consistent. I patched it against 7.x-1.x-dev, but the patch is also applicable against 7.x-1.0-rc7. Would be nice, to get a patch into the dev-branch, to make the publication types more usable for clients with a special set of publication types.
Comment #17
szeidler commentedHere's a reroll. Let's see what the testbot thinks.
Comment #18
liam morlandComment #19
liam morlandA huge patch like this needs tests.
Comment #20
szeidler commentedThanks for looking into this. I just saw, that I actually had a bit of a git-trouble in my recent patch and committed a *.orig file, which came from patching.
When cleaning this up, the actual patch should be much less complex.
Comment #21
szeidler commentedHere's the cleaned up patch.
Comment #22
liam morlandThanks. This will still need tests.