-
Javadoc snippet:
@see a
@see b
@see c
Expected output:
See Also: │
a, b, c
Actual output:
See Also:
, , c
Patch attached.
2009-05-26 10:19:55 UTC in Python API documentation generation tool
-
File test_epydoc.py contains:
----------------------------------------------------------------------------
class A(object):
"""Class A
@see B
@see C
"""
pass
class B(A):
"""Class B"""
pass
class C(A):
"""Class C"""
pass
----------------------------------------------------------------------------
Using Epydoc, version 3.0.1 and running...
2008-12-05 08:48:33 UTC in Python API documentation generation tool
-
NO_PGXS is usually defined in contrib/contrib-global.mk, but that file is included only if NO_PGXS is set, which turns out to be a chicken and egg problem. In fact this issue was about streamlining the q3c Makefile with other contrib modules Makefiles. Just compare the q3c Makefile with any other module, and you'll see the difference. I don't think we really need to have a different behaviour...
2008-12-02 09:08:51 UTC in Q3C
-
Imported Debian source package from barry_0.12-1.dsc.
The file debian/control lists the build dependencies, and does not include libopensync0-dev, thus the build fails with the following error:
No package 'opensync-1.0' found
The attached patch fixes the issue.
2008-07-22 20:33:43 UTC in Barry
-
Hi there,
Thanks for providing q3c, it's a great extension to PostgreSQL!
I put q3c along with other contrib modules and tried to compile postgresql, but I had to tweak q3c's Makefile to make the build successful. Please find the patch attached.
2008-04-17 14:04:28 UTC in Q3C
-
Mmm I must be missing something obvious, but the flash video is served in an tag... My flashvideo module is properly activated.
2007-11-05 00:09:42 UTC in Gallery
-
Forcibly saving ffmpeg settings seems to help the transcode module to activate. Maybe there's a missing upgrade.
2007-11-04 23:53:05 UTC in Gallery
-
When I activate the plugin, it says:
This module requires an active graphics toolkit that can convert video files.
Example: Ffmpeg module
However the ffmpeg module is properly activated.
2007-11-04 23:41:47 UTC in Gallery
-
With Gallery2 from SVN, the patch does not apply cleanly:
Patching file flashvideo/classes/FlashVideoRenderer.class using Plan A...
Hunk #1 succeeded at 33.
Hunk #2 succeeded at 65.
Hunk #3 failed at 110.
Hunk #4 failed at 124.
Hunk #5 failed at 144.
Hunk #6 failed at 179.
Hunk #7 failed at 189.
5 out of 7 hunks failed--saving rejects to flashvideo/classes/FlashVideoRenderer.class.rej.
2007-11-04 23:30:06 UTC in Gallery
-
quenotj committed revision 3124 to the Wicket Stuff SVN repository, changing 2 files.
2007-10-18 08:35:29 UTC in Wicket Stuff