Check out http://alcohol.ijib.com/blog (wp15gamma) vs http://www.ijib.com/blog (wp122). What I did was copy over the mysql db and run an upgrade. I then had to manually change the url names to get it to work right but then it did. Everything seems to be good except for on the right side pane where under archives, it only prints the year. Anyone know what's going on with that? Thanks!
Looks fine to me.
What do you think it should look like?
Oops - sorry I clicked the wrong link.
EDITED
Look at wp-includes/locale.php. Is there a section like
// The Months
$month["01"] = __("January");
$month["02"] = __("February");
$month["03"] = __("March");
etc.
That (and any localiztion stuff you're doing) is what is used to display the months.
strange. that's all good and there
strange again. it turns out that cvs update hasn't been working at all for me so i was on some old build when i first got the cvs. i did another instance of the cvs and just copied over the config file and now it's beautiful.
what is the proper way of using cvs to update?
The information on the bottom of the download page has always worked for me.
After doing that once, you should just need to go to your wordpress directory and type
cvs update
I'm running Linux. I know nothing about cvs on other platforms.