-
This will require a fix in all of the templates as well as in the entry.php and modify.php. The 3 column template especially will need a fix for displaying titles that are multiple lines. Currently a multi-line title breaks the css.
2008-11-09 00:05:15 UTC in Journalness
-
I meant entry.tpl, modify.tpl, past.tpl and userpanel.tpl.
2008-11-08 23:15:38 UTC in Journalness
-
set cols=50 for those boxes in the 3 column template files: entry.tpl and profile.tpl.
2008-11-08 23:08:00 UTC in Journalness
-
this can be fixed by editing rss.php and atom.php so that the line:
$entries = $entry->getEntries();
is changed to
$entries = $entry->getEntries('','25');.
2008-11-08 23:07:20 UTC in Journalness
-
The maximum entries in the rss feed shouldn't be limited to the number of posts displayed on the front page. They should limit at something like 25.
2008-11-08 23:05:44 UTC in Journalness
-
The entry box and the clipboard boxes are too wide for the theme and mess up the css.
2008-11-08 23:03:55 UTC in Journalness
-
The hit counter increments by twos instead of ones.
2008-11-07 20:50:20 UTC in Journalness
-
I think the post titles ought to support a longer length of input.
2008-11-07 03:41:32 UTC in Journalness
-
When you come to the installation screen it tells you whether or not your config.php is writeable. You might have to create an empty config.php file before performing the install and then set the permissions to be writeable. Then run the installation script and make sure it says that your config.php is writeable.
2008-10-24 14:29:46 UTC in Journalness
-
This bug has been fixed in version 4.1.1. The patch that Todd attached was accidentally a reverse patch. It wouldn't affect an already vulnerable installation. It would be best just to download 4.1.1.
2008-10-24 14:27:10 UTC in Journalness