Log of /contributions/modules/bookreview/bookreview.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.11.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 14 02:28:46 2005 UTC
(4 years, 5 months ago)
by
jeremy
Branch:
DRUPAL-4-5
Changes since
1.11.2.5: +4 -3 lines
Diff to
previous 1.11.2.5
, to
branch point 1.11
- issue #22529: properly format teasers (need to edit/update to take
affect)
- set readmore flag if using teaser so "read more" link appears
----------------------------------------------------------------------
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 16 17:35:42 2005 UTC
(4 years, 7 months ago)
by
jeremy
Branch:
MAIN
Branch point for:
DRUPAL-4-6
Changes since
1.17: +38 -18 lines
Diff to
previous 1.17
- updated to work with Drupal 4.6
- introduced 'Book review store link' block allowing dynamic link to external
bookstore such as Amazon.com
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Feb 21 04:43:16 2005 UTC
(4 years, 9 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.16: +50 -13 lines
Diff to
previous 1.16
- bookreview.module
o updated 'bookreview' page based on a patch from Emiliano of
opiniaopublica.com, thanks!
- bookreview.css
o updated to support new bookreview page
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 20 16:40:35 2005 UTC
(4 years, 9 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.14: +57 -7 lines
Diff to
previous 1.14
o added support for unlimited teasers (allows displaying entire book on
the front page)
o added simple 'bookreview' page, based on the recipe.module's recipe page
Revision
1.11.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 29 05:13:51 2005 UTC
(4 years, 9 months ago)
by
jeremy
Branch:
DRUPAL-4-5
Changes since
1.11: +76 -84 lines
Diff to
previous 1.11
- bookreview.module:
o put bookreview.css into seperate configurable file (issue #15327)
o filter type configurable per-node (issue #15701)
o filters don't strip div and span tags (issue #15701)
o added "price" (issue #15161)
o convert "copyright" and "pages" from int to varchar (issue #14954)
- bookreview.mysql:
o added "price" column
o convert "copyright" and "pages" from int to varchar
- bookreview.pgsql:
o add PostgreSQL support (issue #14955)
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 28 23:17:52 2004 UTC
(4 years, 10 months ago)
by
goba
Branch:
MAIN
Branch point for:
DRUPAL-4-5
Changes since
1.10: +75 -66 lines
Diff to
previous 1.10
update for 4.5:
- menu and help hook update
- removed error variables from form fields
- removed textual optional signals from form fields
- view hook now gets the node by reference, and allows
the theme to modify it
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 1 00:08:29 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Changes since
1.9: +1 -0 lines
Diff to
previous 1.9
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.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 6 13:59:30 2004 UTC
(5 years, 2 months ago)
by
goba
Branch:
MAIN
Changes since
1.8: +18 -8 lines
Diff to
previous 1.8
port changes from 4.4 to HEAD:
- add rating possibility for books
- add setting to disable synopsis and contents fields
- themeable bookreview display
- fix a small typo
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 26 14:15:00 2004 UTC
(5 years, 4 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.7: +13 -3 lines
Diff to
previous 1.7
- bookreview.module:
o Fix bug #9517: translate return from _node_name hook
o Fix bug #8877: non-admin unable to view/create bookreviews
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 20 03:04:57 2004 UTC
(5 years, 6 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.4: +42 -31 lines
Diff to
previous 1.4
May 19, 2004 (Jeremy Andrews)
- bookreview.module:
o cleaned up <css> output in html page source
o added validation to be sure $node->review is not blank
o added configurable minimum number of words of $node->review
o fixed to only display author(s) and link(s) sections if they exist
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 19 03:04:41 2004 UTC
(5 years, 6 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.2: +27 -16 lines
Diff to
previous 1.2
- bookreview.module:
o allow custom title/description for links
- bookreview.mysql:
o added 'description' field for link titles
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 19 02:19:27 2004 UTC
(5 years, 6 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.1: +139 -29 lines
Diff to
previous 1.1
While a few more features are planned, the book review module is now fully
usable.
May 18, 2004 (Jeremy Andrews)
- bookreview.module:
o fixed bug where authors and links weren't being saved/restored
o formats display of book reviews with built-in css
o added taxonomy support
o added minimal search support (still need to add the ability to search by
title, author, publisher, isbn, etc...)
o miscellaneous cleanup
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 18 02:17:04 2004 UTC
(5 years, 6 months ago)
by
jeremy
Branch:
MAIN
Not yet ready for prime time. The bookreview module creates a new node
type for writing and publishing book reviews. Data entry and updating
is written. Display of book reviews is not yet written.
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.