The bug reporting system won't let me submit a bug, even though I was logged in and even though the instructions say you don't need to be logged in.

The drupal-devel mailling list is closed, and I'm not going to subscribe to a mailling list just to report a bug.

The theme in question is "Jeroen", linked on the download page, which is not even close to working and has obviously not even been tested; I fixed two bugs before it would even show up in the admin page selector:

1. The declaration was "class Theme extends BaseTheme",
it needs to be "class Theme_jeroen...".

2. It was completely missing the "system" function.

Now it sort of show up, but produces "Fatal error: Call to undefined function: user() in /usr/share/drupal/themes/jeroen/jeroen.theme on line 307" instead of the user info box.

Of course, I'm not claiming that every thing needs to be perfect. I'm
more annoyed that reporting a bug is made unecessarily painful.

Comments

moshe weitzman’s picture

i can't update bugs either. i'm just a lowly content admin. we need dries/kjartan for this.

Dries’s picture

We need to update the project module first because the "post content" permission has been replaced by more fine-grained permissions (and the project module is still using "post content"). Feel free to update the module in CVS, or show some patience.