Just an FYI from my experience:
I have been toying with Drupal for about a week now, and I have been so bold as to install a few extra modules. One slip move on my part, however, and I caused my entire drupal installation to stop responding!
I am getting close to where I want to be. I'm on the knife edge of deciding to go with 4.7.0 Beta4, or the latest stable 4.6. Most of 4.7 appears to be working; but I have one more AcidFree issue.
A required module for AcidFree is Filemanager. Is there a version that will work on 4.7? This could be a dealbreaker that puts me on 4.6. I'd hate to do that as things do seem to be working for the most part.
Hi,
I'm trying to make a module with a specific handling of a file, so I do not want to use upload module, thanks.
I've resumed my problem in a toto module, which is below. I've tried several things, without success. I have always a "toto file field is required.".
As I understood there are no flexible way for users to manage node sort order. I saw that node order is hardcoded in the SQL quries. This concernes all possible node listings.
I wonder, will there be something for this in 4.7 ? I mean some API which will help to change nodes sort order on the page. For example, to give a user two links : sort by name and sort by date ...