-
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 by dawithers
-
I meant entry.tpl, modify.tpl, past.tpl and userpanel.tpl.
2008-11-08 23:15:38 UTC by dawithers
-
set cols=50 for those boxes in the 3 column template files: entry.tpl and profile.tpl.
2008-11-08 23:08:00 UTC by dawithers
-
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 by dawithers
-
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 by dawithers
-
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 by dawithers
-
The hit counter increments by twos instead of ones.
2008-11-07 20:50:20 UTC by dawithers
-
I think the post titles ought to support a longer length of input.
2008-11-07 03:41:32 UTC by dawithers
-
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 by dawithers
-
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 by dawithers