By dries on
We have upgraded drupal.org to use the development version of Drupal (CVS HEAD). Please report problems (such as broken links and PHP warnings) in the comments below for the site maintainers to pick up and fix. Thanks.
We have upgraded drupal.org to use the development version of Drupal (CVS HEAD). Please report problems (such as broken links and PHP warnings) in the comments below for the site maintainers to pick up and fix. Thanks.
Comments
TODO: mod_rewrite rules to fix external referrers
It would be nice to have some
mod_rewriterules to redirect external referers. See therewrite_old_url()function inincludes/common.incfor inspiration.TODO: xtemplate improvements
The new theme, called Xtemplate, is designed after the old Bluemarine theme but has some visual glitches and UI inconsistencies. Patches that fix or improve the theme are happily accepted.
Glitches
Here is a list of glicthes when viewed with Opera 6 (Linux):
any css experts here?
that could help in getting xtemplate.{theme|css} right? would be sufficient to just get the xtemplate.css and some static pages (like a node with many comments, a book page, a forum page, ...) from drupal.org and make them layout properly.
we would greatly appreciate any help on this.
I am new to Drupal...
but I do have some experience working with CSS layouts in a professional setting. I will download some pages from drupal.org and work on it a bit. My spare time is limited but I will try get some results by this weekend.
Can you point out what particular issues (besides the ones Dries posted above) you are having ?
The font is *WAY* to small in Opera 7
Subject says all.
Better?
Better now?
Somewhat
Still to small, but we are getting there.
Its pretty inconsistent, http://drupal.org/forum is illegible, but the deeper forum topics are ok.
Ditto in IE Mac
Font sizes are OK in Mac Opera 6, but very mixed up & problematical in Mac MSIE 5.2 (these are the latest version for Mac OS X). In IE/Mac, on certain pages (documentation, forum main & topic-list pages) the main content area font is now so very small that it takes repeated application of the larger button to make it readable at all. However, this resizing causes the top and side menu text becomed ludicrously large, plus the page requires horizontal scrolling since it won't resize to accomodate this massive font size change.
On the forum topic-list pages, there's a very odd mix of font sizes: the descriptions are in 5 pixel micro-text (so tiny that letters are deformed), but 2 columns over, the "last post" column is in a normal small font. The font in news items' sub-comments is also uncomfortably small (and again, resizing to make it readable destroys the rest of the page layout). The comment attribution line is even smaller (deformed 5 pixel letters again).
This problem is definitely new in the last few weeks.
Resolved
This MSIE Mac font size issue is now all fixed. (Thank you!)
Quick fix CSS file for XTemplate.
This CSS script should fix the semi-random changes in spacing between forum
items. And it uses pixel sizing for fonts to eliminate unpredictable inheritance
patterns when using percentages (producing unreadable fonts). I also moved all the font size properties to a section of their own so you can easily adjust font sizes to your liking.
Cut Here
-------------------------------------------
Patch?
Can you post this on the mailing list as a patch? If not, I'll try to figure out the changes later.
random comment spacing fix
This one is due to the fact that margins merge when you put two of them together (a 5px margin-bottom plus a 5px margin-top on the next element = a distance of 5px between the two elements). But if you put a table open or close tag between them they stop collapsing since both of them consider the table another element (so a total of 10 px is shown since both elements keep 5 px between themselves and the table tag).
Change line 101 (after the selector "table .comment {") in xtemplate.css to read:
That should fix it by using 1 bottom margin of 10px instead of two combined 5px top and bottom margins.
Doesn't work.
Thanks synistar. I tried the suggested change but that doesn't fix the problem.
Screenshot broken link
The screenshot link in the front page gives error.
seems to be a permissions problem
seems to be a permissions problem
Another error
I just gave everyone access to view the images but now there is another error, so it seems.
New screenshots
We need new screenshots. The admin menu got so much nicer.
--
Drupal services
My Drupal services
tracker error
I only see (replies: ) ie no number. I am not sure what causes this, maybe it is comment_num_replies. What does watchdog say?
--
Drupal services
My Drupal services
nothing in watchdog
must be a bug
Fixed
Fixed as of a minute ago.
Bug Preview gives empty page
I filled out a bug report and hit preview, got an empty page except for the header and right-hand boxes.
works for me
must be a permission problem (authenticated users need "maintain bug reports" permission).
updated book pages disappear
(see Using TortoiseCVS for an example - it's not listed in the parent) because "moderate" gets set to 1 (see http://lists.drupal.org/pipermail/drupal-devel/2003-February/021654.html). and i cannot set moderate to 0 because there is no "moderate" show in the admin page.
wasn't this fixed already? please do so.
Bug re-introduced by node API changes
I was fixed but it has been reintroduced by Kjartan's node API changes. As of that commit, the "moderate" option is only shown when the queue module is enabled (which we don't want here on drupal.org).
so what should be done about this?
it certainly doesn't encourage people to update the book when that page doesn't get listed afterwards anymore ...
Error in CVS application page
The contributions CVS access page. It's broken. It implodes with great force.
- Grugnog
http://drupal.org/image
warning: Wrong parameter count for method_exists() in /var/www/drupal.org/modules/image.module on line 969.No Horizontal scrollbar in Mozilla 1.2.1
As per subject.
Er...
Er, actually, there's a horizontal scrollbar, but it doesn't actually scroll all the way over to the edge of the menu bar. Several of the menu items on the far left in the "About Drupal | Documentation ...." menu are not visible unless the browser window is maximized (at 1280x1024 - I didn't check at other resolutions).