Log of /contributions/modules/bio/bio.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.2.2.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 24 19:16:34 2008 UTC
(20 months ago)
by
dww
Branch:
DRUPAL-5
Changes since
1.2.2.27: +30 -10 lines
Diff to
previous 1.2.2.27
, to
branch point 1.2
#235970 by dww: Modified the registration form handling so that all
bio fields injected into the form are in their own fieldset. This
change also makes use of hook_user(), instead of hook_form_alter().
Revision
1.2.2.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 19 18:46:38 2008 UTC
(20 months, 1 week ago)
by
dww
Branch:
DRUPAL-5
Changes since
1.2.2.26: +11 -1 lines
Diff to
previous 1.2.2.26
, to
branch point 1.2
#236181 by dww: Exposed many fields from the {users} table to views.
This only works on views of bio nodes themselves. Currently, the
username, email, account status, picture, signature, access time,
creation time, and login time are exposed as fields. No arguments,
filters, or sorts are defined, but they would be easy to add.
Revision
1.2.2.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 19 00:55:55 2008 UTC
(20 months, 1 week ago)
by
dww
Branch:
DRUPAL-5
Changes since
1.2.2.25: +14 -2 lines
Diff to
previous 1.2.2.25
, to
branch point 1.2
#235956 by dww: Tied the status of the bio node (published vs.
unpublished) to the user's account status (active vs. blocked).
Sites that require administrator approval should have their bio nodes
default to unpublished and then the bios will automatically get
published as users are approved.
Revision
1.2.2.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 26 00:06:47 2007 UTC
(2 years, 6 months ago)
by
mfredrickson
Branch:
DRUPAL-5
Changes since
1.2.2.10: +50 -2 lines
Diff to
previous 1.2.2.10
, to
branch point 1.2
With the views patches in RTBC state, pre-emptively checking in bio's new views support.
See also: #142746
From the recently updated README:
The bio module now boasts integration with the views module. This integration takes two forms:
1. Custom filters: Bio has two useful filters, Node: Type is bio and Bio: Author has bio node
- Node: Type is bio node -- This is useful for shipping premade views that rely on bio, but are not tied to a particular type of node acting as the bio node (e.g. on one site it might be "Biography" on another "profile").
- Bio: Author has bio node -- This is useful for only returning results where the author has created a bio node. That way, if you are exposing bio fields (e.g. the "interests" taxonomy), you can be sure that a bio node exists for every other node returned in the query.
2. Duplicating existing views tables, fields, filters, and sorts: Bio "steals" the views definitions of every other module and makes them its own. For example, the node module exposes the "Node: Title" field and filters. Bio steals these and creates the "Bio: Node: Title". Using these fields you can create a view that returns a list of blog nodes with the author's bio node title. Don't worry, it sounds complicated at first, but you'll get the hang of it in no time.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 14 06:23:31 2007 UTC
(2 years, 9 months ago)
by
vauxia
Branch:
MAIN
Changes since
1.6: +5 -3 lines
Diff to
previous 1.6
#117292 'User already has a biography' error message issues ( webchick )
#117282 Users with a bio are not able to post other nodes ( webchick )
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 30 06:25:59 2007 UTC
(2 years, 9 months ago)
by
vauxia
Branch:
MAIN
Branch point for:
DRUPAL-5
Changes since
1.1: +116 -90 lines
Diff to
previous 1.1
- Drupal 5.0 compatibility
- Use any node type
- Use node module's permissions and form's for suggested node type
- Optionally simulate user profiles by viewing/editing bios on user page
- Still short and sweet :)
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.