- 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.
Showing
- CHANGELOG.txt 7 additions, 0 deletionsCHANGELOG.txt
- database/database.mysql 36 additions, 2 deletionsdatabase/database.mysql
- database/database.pgsql 3 additions, 1 deletiondatabase/database.pgsql
- database/updates.inc 122 additions, 1 deletiondatabase/updates.inc
- misc/drupal.css 9 additions, 0 deletionsmisc/drupal.css
- modules/blog.module 2 additions, 6 deletionsmodules/blog.module
- modules/blog/blog.module 2 additions, 6 deletionsmodules/blog/blog.module
- modules/comment.module 8 additions, 9 deletionsmodules/comment.module
- modules/comment/comment.module 8 additions, 9 deletionsmodules/comment/comment.module
- modules/drupal.module 0 additions, 18 deletionsmodules/drupal.module
- modules/drupal/drupal.module 0 additions, 18 deletionsmodules/drupal/drupal.module
- modules/locale.module 1 addition, 1 deletionmodules/locale.module
- modules/locale/locale.module 1 addition, 1 deletionmodules/locale/locale.module
- modules/node.module 1 addition, 1 deletionmodules/node.module
- modules/node/node.module 1 addition, 1 deletionmodules/node/node.module
- modules/profile.module 220 additions, 226 deletionsmodules/profile.module
- modules/profile/profile.module 220 additions, 226 deletionsmodules/profile/profile.module
- modules/system.module 1 addition, 1 deletionmodules/system.module
- modules/system/system.module 1 addition, 1 deletionmodules/system/system.module
- modules/tracker.module 2 additions, 6 deletionsmodules/tracker.module
Loading
Please register or sign in to comment