This suggestion will probably not be popular: use a VPS or dedicated
server. If you’re stuck on a shared server, write your own simple
blog or use one of the newer, lightweight ones.
I had continuous problems with Typo on my shared host. I switched to
a VPS with 192 MB RAM and have had 0 problems and continuous uptime
for the last three months. (granted, I’m using a trunk version from a
few months ago).
After complaining about my RSS sidebar not working, I rolled up my
sleeves
and fixed it. This, after giving a try at Mephisto and finding it
harder to
set up than Typo was. So Typo is back in my good graces, and honestly
there
isn’t any feature that I can think of that I’m eager to have added.
Maybe
I’m too easy to please but it works great for me right now. I’m stable
on
r1004 if anyone wants a recommended trunk version to use.
That said, what reason would one want to go to r1055, or something more
stable between the two?
That said, what reason would one want to go to r1055, or something
more stable between the two?
In all honesty if you have a stable trunk version then stick with
it. I only jumped up trunk to test the thing. But seriously … if
it’s stable then stay where you are.
Ok it’s the simplist problem. But in the admin panel, the menu tabs need
to
be set at 0.8em not 12px becuase some people have bigger font schemes
than
some…
Add it to trac, either as a new ticket or as a patch to an older
ticket. Then, since Trac isn’t all that hot at telling people when
older tickets change, send mail to this list, and we’ll see what we
can do.
I’m going to assume that you’re using the trunk with svn not 2.6.x.
Go ahead and edit the CSS file that’s broken. Change 12px to 0.8em.
Feel free to fix whatever else looks broken.
Then run ‘svn diff’. It should give you a patch. If it includes too
many files (like config files, etc), then try ‘svn diff FILENAMES’.
Save the patch to a file, like /tmp/admin-fix.patch
Then create a new ticket in trac (http://typospehere.org/trac) that
describes the problem. Save the ticket, then click on ‘attach’ and
upload your patch.
If the change is really small (as this one probably is), then you can
just cut-and-paste the patch into the ticket, but that usually makes
it harder for us to apply it. I it’s a 1-line change, it’s probably
not a bit deal.
How do I develop a patch? Sorry to ask so noobish questions, I am
very new here.
You can check out the slides from my Laying Tracks presentation for
some basic information. The presentation was directed toward Rails
development, but much of it will apply to making a Typo patch,
especially the mechanics of generating the patch file. It’s only 16
slides so it’s a quick read.
In this case, it’s pretty easy. I’ll try to get to it this weekend,
but I won’t be able to do anything with it until tonight at the
earliest, and probably not until sometime tomorrow. A ticket would
make it a lot harder to forget :-).
Scott
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.