Remaining tasks, following the alpha3 release:
- Get the sections view working again - i.e. tabs for sections
- Get the upgrade path working - i.e. pass over the config variables when upgrading
Although the upgrade should be done for a beta release, this may be quite a lot of work for porting only 5 config variables, and I may decide to move straight to a beta release without the upgrade path.
Now the module is mostly working. Here is the list of remaining tasks I'm aware of:
- Fix the graphs, which are broken because I can't remove the "height" CSS property attached to img tags in modern Drupal themes.
- Update the help info in bawstats.module
- Get the sections view working again - i.e. tabs for sections
- Get the upgrade path working - i.e. pass over the config variables when upgrading
Well, my "next week" has turned into 14 years. I'm closing this, but feel free to reopen if any of you are still around! Bawstats is now just about working with Drupal 8/9/10.
Closing this, due to inactivity from me for the past 15 years! But if your're still around @malc_b and using AWstats and drupal, feel free to reopen.
In the new 2.x branch, this problem is fixed.
With the port to Drupal 10, I've given up on this aspiration.
@ronaldmulero - test now added to #MR!47 thank you for the suggestion.
egfrith → created an issue. See original summary → .
Thank you for looking at this and producing the suggestion ravi. I've taken a look at the code. In Firefox, I'm not sure it worked - though I was having all sorts of problems with CSS being cached. I'm also wondering if the hard coding of the height of the Apply button via the margin-tope might be a bit fragile.
I've looked again at the way views does the exposed filters. The code there uses flexes, and the SASS code below works OK in my subtheme:
form--inline {
display: flex;
.form-actions {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
}
}
I'm not very expert on CSS and bootstrap, so I'm not sure if this is the optimal solution - I would defer to the experts!
After some time getting to the bottom of #3411785, I would hope that we could get this sorted out. @smustgrave: is it possible to set up open_basedir in the testing environment? If not, I'm not clear how a test could be created for this issue.
I think this is now outdated.
Marking as fixed. There's definitely no development work happening on the D7 version of Bawstats