Hi, Recently I have to update ordering of categories and blogroll (bookmarks), but looks like such operation is not supported well in current administration pages. I know it can be done with deleting and re-adding but I think it's bit tedious. so I used some SQLs by hand to get that work done (updating bookmark.priority and weblogcategory.position columns).
I have digged JIRA, SVN and a book titled Apache Roller 4.0 Beginner's guide and found that the bookmark editing page had the sort priority field in older Roller releases but I don't quite know why they are removed. are there any pointers about it? I think such functionality in both of bookmark / category editing page is useful, so I wish I could revert/implement them to the current version. Thanks.