drupal/modules
Dries Buytaert 2101f6c454 - Rewrote the profile module:
+ Added a 'created' field to the users table and renamed the 'timestamp'
     fied to 'changed' (cfr. node table).  Update.php will try to determine
     a 'created' timestamp for existing users.

   + The profile module no longer uses serialized data but has its own set
     of tables.  Known existing profile data is migrated by these new tables.
       TODO: migrate the birthday field.

   + The profile fields can be grouped, and within each group, profile fields
     can be sorted using weights.

   + The profile pages can be themed.

   + The profiles can be browsed based on certain properties/settings.

   + Change the _user hook: (i) 'private_view' and 'public_view' are merged
     into 'view' as there are no private fields and (ii) 'edit_form' has
     been renamed to 'edit'.

   + Avatar handling has been refactored and is now part of the user module.
     The users table has a dedicted 'picture' field.

   + Simplified the way themes should use display/visualize pictures or
     avatars.

   + Made it possible for administrators to replace or delete avatars.

   + ...

  I hope this make for a good base to build on collectively.
2004-03-11 20:33:59 +00:00
..
aggregator - Aggregator: fix for http://drupal.org/node/view/5733 2004-02-19 12:27:33 +00:00
archive - Modified patch by TheLibrarian: add a summary attribute to the calendar. 2004-03-05 20:57:05 +00:00
block - Restored the old block path behavior. 2004-03-05 20:33:02 +00:00
blog - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
blogapi - Fixed bug 4722. Patch by James. 2003-12-22 11:28:07 +00:00
book - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
comment - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
drupal - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
filter - Patch #6000 by Goba: makes the short tip list a HTML list (as it is semantically 2004-02-23 13:17:17 +00:00
forum - Patch #3786 by Gerhard: removed last instance of <none> 2004-03-09 21:34:24 +00:00
help Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
locale - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
node - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
page Patch 6270 by mathias: misc. fixes 2004-03-10 09:32:46 +00:00
path - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
ping Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
poll - Patch by Gerhard: move the updates to database/updates.inc so packaging 2004-02-25 22:20:09 +00:00
profile - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
search - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
statistics - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
story Patch 6270 by mathias: misc. fixes 2004-03-10 09:32:46 +00:00
system - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
taxonomy - Patch #4902 by Goba: fix URLs in RSS feeds. 2004-03-06 16:17:48 +00:00
throttle - Usability improvement: made the throttle message fit in the watchdog message. 2004-02-23 10:35:38 +00:00
tracker - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
user - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
watchdog - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
admin.module - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
aggregator.module - Aggregator: fix for http://drupal.org/node/view/5733 2004-02-19 12:27:33 +00:00
archive.module - Modified patch by TheLibrarian: add a summary attribute to the calendar. 2004-03-05 20:57:05 +00:00
block.module - Restored the old block path behavior. 2004-03-05 20:33:02 +00:00
blog.module - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
blogapi.module - Fixed bug 4722. Patch by James. 2003-12-22 11:28:07 +00:00
book.module - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
comment.module - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
drupal.module - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
filter.module - Patch #6000 by Goba: makes the short tip list a HTML list (as it is semantically 2004-02-23 13:17:17 +00:00
forum.module - Patch #3786 by Gerhard: removed last instance of <none> 2004-03-09 21:34:24 +00:00
help.module Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
locale.module - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
node.module - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
page.module Patch 6270 by mathias: misc. fixes 2004-03-10 09:32:46 +00:00
path.module - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
ping.module Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
poll.module - Patch by Gerhard: move the updates to database/updates.inc so packaging 2004-02-25 22:20:09 +00:00
profile.module - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
queue.module - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
search.module - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
statistics.module - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
story.module Patch 6270 by mathias: misc. fixes 2004-03-10 09:32:46 +00:00
system.module - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
taxonomy.module - Patch #4902 by Goba: fix URLs in RSS feeds. 2004-03-06 16:17:48 +00:00
throttle.module - Usability improvement: made the throttle message fit in the watchdog message. 2004-02-23 10:35:38 +00:00
title.module - Sanatize title before doing LIKE matches. 2004-02-21 23:52:11 +00:00
tracker.module - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
user.module - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
watchdog.module - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00