Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#9425 closed defect (invalid)

"Last modified" link shows up in awkward place on upper left of every page

Reported by: mitsu@… Owned by:
Priority: normal Milestone:
Component: wiki system Version: 0.12rc1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I just upgraded our Trac install to 0.12rc1, and for some reason the "Last modified" header is coming up on the upper left of every page, very large. It seems to be something missing from the CSS file? I thought it was supposed to come out on the upper right, much smaller. I'm attaching a screenshot.

I managed to work around this by creating a custom stylesheet but the appearance I'm getting couldn't possibly be what is intended.

Note: the version is 0.12rc1, not 0.12dev but I couldn't choose rc1 from the dropdown.

Attachments (0)

Change History (6)

comment:1 by Christian Boos, 14 years ago

Version: 0.12dev0.12rc1

Have you tried "Shift+Reload" in your browser (or some other more appropriate way to force a refresh of its cache of .css files)?

comment:2 by mitsu@…, 14 years ago

Yes, I tried clearing the browser cache. No go.

Sorry for all the duplicates of this ticket, by the way. Every time I tried to submit the original ticket, when I attempted to upload the screenshot it rejected it with a "probable spam" error. I didn't realize that was only rejecting my screenshot and not the ticket itself. I guess I'll file a separate ticket for that issue :)

Anyway, here is the comment I wanted to add:

Since I can't attach my screenshot, this is what it looks like, roughly:

wiki:WikiStart

    Last modified 10 days ago
TITLE OF PAGE IN BOLD

    content of page...

The "last modified" is in the same font size as the content, and it is on the upper left instead of the upper right and small.

And this is the custom stylesheet I made:

div.trac-modifiedby
{
padding-top:3px;
font-size:10px;
text-align:right;
float:right;
}

comment:3 by mitsu@…, 14 years ago

I just checked the css files in htdocs/css and doing a grep I don't find any that have the string "modifiedby" in them. It seems this is probably just a simple glitch where div.trac-modifiedby doesn't have a style in any of the 0.12rc1 stylesheets.

comment:4 by Christian Boos, 14 years ago

It's rather that you once "deployed" the static data somewhere, so that you can use it with htdocs_location but failed to run this trac-admin ... deploy again after the update.

See TracUpgrade#a5.Refreshstaticresources.

comment:5 by Christian Boos, 14 years ago

In trunk:

trac/htdocs/css/wiki.css:0084: div.trac-modifiedby {
trac/htdocs/css/wiki.css:0092: div.trac-modifiedby :link, div.trac-modifiedby :visited { color: inherit }

comment:6 by mitsu@…, 14 years ago

Resolution: invalid
Status: newclosed

Okay, you're right — the problem was an installation config issue —- it was looking at an older version of the Trac install for the css.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.