Hannes Magnusson wrote:
> The PhDTheme.classs.php attachment didn't come through (all
> non-text/plain attachments are stripped), and the phpweb patch looks
> broken.
That one is very simple: replace
class phpweb extends phpdotnet implements PhDTheme {
with
class phpweb extends phpdotnet {
I'm
On Nov 6, 2007 8:02 PM, Edward Z. Yang <[EMAIL PROTECTED]> wrote:
> This patch compresses the methodnames in a class synopsis if it matches
> the class name it belongs to. Since cvs patch doesn't seem to pick up on
> added files, PhDTheme.class.php is also attached, which needs to be
> placed in th
This patch compresses the methodnames in a class synopsis if it matches
the class name it belongs to. Since cvs patch doesn't seem to pick up on
added files, PhDTheme.class.php is also attached, which needs to be
placed in the include/ directory. A few notes:
- The serialized index cache hack has