Log of /contributions/modules/quote/quote.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 11 09:36:13 2007 UTC
(2 years, 3 months ago)
by
karthik
Branch:
MAIN
Changes since
1.33: +47 -25 lines
Diff to
previous 1.33
use system_settings_form for the settings form with a validate hook to take care of checkboxes.
Introduce quote_variable_get.
Add install file - include update to move from the old variable system to the new one.
Add hook_uninstall.
Blind port from D5.
Revision
1.29.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 11 09:34:53 2007 UTC
(2 years, 3 months ago)
by
karthik
Branch:
DRUPAL-5
Changes since
1.29.2.5: +47 -25 lines
Diff to
previous 1.29.2.5
, to
branch point 1.29
use system_settings_form for the settings form with a validate hook to take care of checkboxes.
Introduce quote_variable_get.
Add install file - include update to move from the old variable system to the new one.
Add hook_uninstall.
Revision
1.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 10 07:56:41 2007 UTC
(2 years, 3 months ago)
by
karthik
Branch:
MAIN
Changes since
1.30: +5 -6 lines
Diff to
previous 1.30
#166053: Morbus - Fix title attributes + capitalisation in hook_link.
Filter_tip clean-up.
D5 blind port.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 2 15:48:47 2006 UTC
(3 years, 7 months ago)
by
karthik
Branch:
MAIN
Changes since
1.21: +84 -45 lines
Diff to
previous 1.21
New features:
-Settings page added.
-Option to customise individual node types.
-Option to disable the filter for nodes [in case the PHP filter is being used].
Removed:
-Individual node type customisation in the content type page.
-K
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 31 19:09:46 2006 UTC
(3 years, 7 months ago)
by
karthik
Branch:
MAIN
Changes since
1.20: +77 -54 lines
Diff to
previous 1.20
-4.7 update.
-Forms API upgrade.
-Add anonymous user in quote.
-Remove all the "Re:" cruft - out of scope for this module.
-Instead of the above, subject fields are made mandatory while quoting this avoids tags being displayed in the title.
-Clean up queries.
-Added comments + language fixes.
-Formatting tasks.
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 30 11:02:10 2004 UTC
(5 years ago)
by
wazdog
Branch:
MAIN
Changes since
1.14: +7 -4 lines
Diff to
previous 1.14
If the quote.css file is not uploaded (as in the case of moving the rules into a theme's stylesheet), then a <link> tag will not be added to the <head>. Also cleaned up README.txt.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 13 10:40:53 2004 UTC
(5 years, 1 month ago)
by
wazdog
Branch:
MAIN
Branch point for:
DRUPAL-4-5
Changes since
1.12: +10 -11 lines
Diff to
previous 1.12
Updated function to handle multiple nested [quote] tags.
Updated two strings to make more clear.
Moved quote-author div into quote-msg div.
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 1 00:08:34 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Changes since
1.11: +1 -1 lines
Diff to
previous 1.11
Added CVS $Id$ tag to all *.module files where it was missing (as required
by the coding standards, see CODING_STANDARDS.html). I also unified the
format and the location of the $Id$ tag. It starts with "//" and is placed
on the second line in all *.module files, now.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 21 09:33:41 2004 UTC
(5 years, 9 months ago)
by
tdobes
Branch:
MAIN
Changes since
1.6: +8 -16 lines
Diff to
previous 1.6
Removed option to use older-style quotes and worked around default comment title containing the [quote] tags by setting a default comment title when quoting
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 20 15:57:33 2003 UTC
(5 years, 11 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.2: +2 -5 lines
Diff to
previous 1.2
small fix - we can't use t() in an init hook? should we keep it that way? loading locale is pretty expensive memory wise.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 18 02:33:33 2003 UTC
(5 years, 11 months ago)
by
weitzman
Branch:
MAIN
INTRO
This module adds a 'quote' below nodes. When clicked, the source node
is copied to the comment body with <cite> tags around it.
TODO
- rework comment.module so this works for comment replies as well
THEMEING
- just stylize the <cite> tag to format quoted text.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.