
CVS log for interchange/code/UserTag/forum.tag
Up to [Local Repository] / interchange / code / UserTag
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Sat Mar 31 00:20:18 2007 UTC (21 months, 1 week ago) by pajamian
Branches: STABLE_5_4-branch
CVS tags: REL_5_4_3
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +10 -5
lines
Fix incorrect license in headers GPL v2 -> GPL v2 "or later". Update copyrights.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Mar 30 23:40:57 2007 UTC (21 months, 1 week ago) by pajamian
Branches: MAIN
CVS tags: STABLE_5_6-root,
STABLE_5_6-branch,
REL_5_7_1,
REL_5_6_1,
REL_5_5_3,
REL_5_5_2,
REL_5_5_1,
HEAD,
DEB_5_6_1_2,
DEB_5_5_1_1_1,
DEB_5_5_1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +10 -5
lines
Fix incorrect license in headers GPL v2 -> GPL v2 "or later". Update copyrights.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Nov 8 18:14:42 2005 UTC (3 years, 2 months ago) by jon
Branches: MAIN
CVS tags: STABLE_5_4-root,
REL_5_4_2,
REL_5_4_1,
REL_5_4_0,
REL_5_3_3,
REL_5_3_2
Branch point for: STABLE_5_4-branch
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4
lines
Big copyright and version number update to prepare for 5.3.2 release.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Feb 10 14:38:39 2005 UTC (3 years, 10 months ago) by docelic
Branches: MAIN
CVS tags: DEB_5_3_0_20051028_1,
DEB_5_3_0_20051004_1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +9 -3
lines
Header/license fix or Version update+minor formatting fix, or both
Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 25 22:20:36 2003 UTC (5 years, 11 months ago) by racke
Branches: LINUXIA
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +0 -0
lines
updated LINUXIA branch to 4.9 sources in order to use it as testbed again
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Nov 4 16:10:53 2002 UTC (6 years, 2 months ago) by mheins
Branches: MAIN
CVS tags: STABLE_5_2-root,
STABLE_5_2-branch,
STABLE_5_0-root,
STABLE_5_0-branch,
REL_5_2_1,
REL_5_2_0,
REL_5_1_1,
REL_5_1_0,
REL_5_0_2,
REL_5_0_1,
REL_5_0_0_RC2,
REL_5_0_0_RC1,
REL_5_0_0,
REL_4_9_9,
REL_4_9_8,
REL_4_9_6,
REL_4_9_5,
REL_4_9_4,
MANIFEST,
DEB_5_2_1_1,
DEB_5_0_0_2,
DEB_4_9_8_20031014_1,
DEB_4_9_8_20031010_1,
DEB_4_9_8_20030911_1,
DEB_4_9_8_20030706_1,
DEB_4_9_8_2
Branch point for: LINUXIA
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1
lines
* Allow setting of anonymous name.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 6 02:55:50 2002 UTC (6 years, 3 months ago) by mheins
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2
lines
* Add DBM definition for forum, but keep disabled. Tested, works
at least minimally on DBM. God help the person who puts up a
DBM forum, though. They better hope it is not popular....
* Allow changeable date format for {DATE} key in forum templates.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Oct 6 01:37:42 2002 UTC (6 years, 3 months ago) by mheins
Branches: MAIN
* Add "forum" feature to foundation. Allows commenting on products and
also as a byproduct arbitrary blog-style forums.
This is a complete forum display:
[forum top=THREAD_ID /]
You can get more complex than that. There is an illustration of the
templated version in the pages/forum/display.html page.
Disabled by default for DBM and Oracle. No database def is
supplied for Oracle.
With Postgres and MySQL, the forum is displayed in the flypage
automatically by default. The thread doesn't exist until the
first comment is made, at which time we create a top-level thread
named for the SKU.
An email notification goes out with new comments if that is
enabled.
There is some scoring logic for display, but no way to assign
scores yet (except by editing the database directly).
The reply and submit pages use include files from include/forum.
Arbitrary forums need to be enabled by setting the artid equal
to the code. If the artid is 0, as is the default on a random
submit, no display will be done. (The enabling is done automatically
for products by passing the product=1 parameter in the URL and
finding the product in the database.)
Interchange CVSweb <info@icdevgroup.org>