Log of /contributions/modules/favorite_nodes/favorite_nodes.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.8.2.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 14 18:28:26 2009 UTC
(6 months, 1 week ago)
by
kbahey
Branch:
DRUPAL-6--1
Changes since
1.8.2.12: +69 -32 lines
Diff to
previous 1.8.2.12
, to
branch point 1.8
- Fix for argument order. Tries to be smart and recognize which is a node type and which is a uid
- Fix for showing the favorite nodes on a user's profile.
- Tested with the profile tabs module and confirmed working
Revision
1.5.2.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 12 17:25:38 2008 UTC
(19 months, 2 weeks ago)
by
kbahey
Branch:
DRUPAL-5
Changes since
1.5.2.10: +14 -10 lines
Diff to
previous 1.5.2.10
, to
branch point 1.5
Per killes:
- Added user_access check on the xmlrpc call. Not sure if that ever worked
since there is no user object if one is anonymous.
- Replaced "print theme('page' ...)" remnant from 4.6 by "return $output"
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 30 17:26:37 2007 UTC
(22 months, 3 weeks ago)
by
kbahey
Branch:
MAIN
Changes since
1.6: +23 -2 lines
Diff to
previous 1.6
Now exposes the timestamp of adding the node to favorite as a sortable field and
as filter in views.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 29 20:41:21 2007 UTC
(22 months, 3 weeks ago)
by
kbahey
Branch:
MAIN
Changes since
1.5: +216 -61 lines
Diff to
previous 1.5
#178358 by kbahey, Views integration for favorite nodes.
- Filter for current users (my favorite nodes)
- Filter for all nodes that have been added to favorites by any user.
- A field that shows how many users have added the node to favorites,
useful as an indication for popularity.
- An argument that allows filtering of Favorites nodes for a specific user.
This is useful to show "editor's picks" and such type of lists.
Revision
1.5.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 29 20:38:31 2007 UTC
(22 months, 3 weeks ago)
by
kbahey
Branch:
DRUPAL-5
Changes since
1.5.2.3: +105 -1 lines
Diff to
previous 1.5.2.3
, to
branch point 1.5
#178358 by kbahey, Views integration for favorite nodes.
- Filter for current users (my favorite nodes)
- Filter for all nodes that have been added to favorites by any user.
- A field that shows how many users have added the node to favorites, useful as an indication for popularity.
- An argument that allows filtering of Favorites nodes for a specific user.
This is useful to show "editor's picks" and such type of lists.
Revision
1.5.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 23 10:04:26 2007 UTC
(2 years ago)
by
ax
Branch:
DRUPAL-5
Changes since
1.5.2.2: +50 -45 lines
Diff to
previous 1.5.2.2
, to
branch point 1.5
* <code>$node_types = node_get_types(); natcasesort($node_types);</code> throws "Object of class stdClass could not be converted to string" [1]. replaced all instances of node_get_types() (and natcasesort()) with a custom, cached function _node_types_natcasesort() that sorts the output of node_get_types() case insensitive by node type name.
* removed 2 remaining + diff indicators
* coding style
[1] http://drupal.org/node/64279#comment-202377
Revision
1.5.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 20 04:30:36 2007 UTC
(2 years ago)
by
kbahey
Branch:
DRUPAL-5
Changes since
1.5: +66 -27 lines
Diff to
previous 1.5
- New settings option to add a menu for each node type in the navigation block.
- The headings for node types in the user page are now hyperlinked to the page for that type.
- Some cleanup and refactoring.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 25 02:39:17 2006 UTC
(3 years, 7 months ago)
by
wafaa
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.2: +2 -1 lines
Diff to
previous 1.2
#58665: User Profiles gets a PHP error if favourites.module is enabled and no favourites
supplied (Thanks to Steve McKenzie)
#58672: Added .install file (Thanks to Steve McKenzie)
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.