advanced_profile 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| advanced_profile-6.x-1.0.tar.gz | 28.39 KB | 238afc3934b59ed1dd2f6d6942b42e81 |
| advanced_profile-6.x-1.0.zip | 45.72 KB | 24d0972fe35e3ae6f29641fbc1edbbad |
Release notes
Important notes: If you are upgrading from a previous version, there's a few things you need to pay attention to:
* APK's version of the Author Pane template is no longer auto discovered. You need to copy it to your theme.
* There is no styling by default. If you were relying on old styles, you'll need to copy over a stylesheet.
* The field names for the included CCK profile node export have changed. If you have not changed the included variant, it will be pulling from code and the names won't match. You can either make a change (any change, just something to get it to override) before upgrading to keep the old version of the variant in the database or you can delete and re-add the "about me" and "interests" fields after the upgrade. I don't believe the fieldsets were affected.
#618166 by Michelle: Added uninstall to remove variables.
NOISSUE by Michelle: Added profile visits variable that contains the list before it's themed.
NOISSUE by Michelle: Coder clean up & documentation tweaks.
NOISSUE by Michelle: Fixed title of settings page.
#914888 by Michelle: Added setting to change the 'View' tab of the user view page.
NOISSUE by Michelle: Updated variant export to use the new field names.
NOISSUE by Michelle: Moved username into t() on profile visits display.
advanced_profile 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| advanced_profile-6.x-1.0-rc1.tar.gz | 27.43 KB | cae85987c6c8c1fffca606e01fcc72b7 |
| advanced_profile-6.x-1.0-rc1.zip | 44.6 KB | a40c53dc9921c7fa65c93ce4bc27acfe |
Release notes
At this point, I'm pretty much done with this branch. If someone wants to make some nicer styles to include, I'll add those. I don't expect to do much else. I have some ideas for new features but they will either be in a new branch or in Drupal 7. If no major issues crop up, I'll be doing a 1.0 release soon.
Important notes:
The default variant has been changed to match the changed fields in the uprofile export. If you have existing data and have not overridden the variant, your profiles will not display properly. There are two options:
1) Before upgrading, make a change to the variant* so it puts the existing variant into the database and stops pulling from code.
2) After upgrading, edit the variant* to use the old groups and fields.
(* ?q=admin/build/pages/nojs/operation/user_view/handlers/user_view_panel_context_2/content )
Also, styling is no longer included automatically. If you were relying on this, you will need to follow the instructions on the bottom of this page. If you are already handling styling in your theme, this does not affect you.
Changes since Beta 3:
NOISSUE by Michelle: Cleaned up uprofile export and broke it up further.
NOISSUE by Michelle: Updated readme.txt
NOISSUE by Michelle: Updated variant export to match changes in fields.
advanced_profile 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| advanced_profile-6.x-1.0-beta3.tar.gz | 27.96 KB | f2a2f45b2394718af105dc76c410bfc4 |
| advanced_profile-6.x-1.0-beta3.zip | 40.86 KB | 7c48a33eb231a91240d15917b09d2acc |
Release notes
March 13, 2010 -- BETA 3
--------------
NOISSUE by Michelle: Cleaned up included views and made them make more sense.
NOISSUE by Michelle: Made 'Topics the user has participated in' the default view and gave it a local task but kept the topics/replies views as alternates.
NOISSUE by Michelle: Added FBSS wall by default
NOISSUE by Michelle: Added title to page variant.
February 5, 2010
----------------
#649738 by artscoop: Fixed bug with fetching recent profile visitors.
December 7, 2009
-----------------
NOISSUE by Michelle: Redirect from profile node to profile page was not specific enough.
November 12, 2009
-----------------
NOISSUE by Michelle: Simplified included CSS.
#588468 by Michelle: Updated included Author Pane template to work with AP 2.x.
NOISSUE by Michelle: Reworked included views to remove page display & turn on pager.
NOISSUE by Michelle: Removed comment wall from included handler.
NOISSUE by Michelle: Removed rounded corners styling from included handler.
NOISSUE by Michelle: Added advanced_profile_blue-lagoon.css as example for sprucing up the profiles.
September 29, 2009
------------------
#589518 by markus_petrux: Updated pane subtype to not include node type.
advanced_profile 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| advanced_profile-6.x-1.0-beta2.tar.gz | 26.89 KB | f9579ea73218a83ff7154e0614d945ff |
| advanced_profile-6.x-1.0-beta2.zip | 37.83 KB | 979474f4ef8a027d38c4cf3fc7068ee5 |
Release notes
I think this beta is pretty solid, but be sure to test it first before running it in production. Also check the queue for any issues I missed that show up once folks upgrade and start testing it. This will likely be the last beta unless something unexpected shows up. There are a couple more things I want to add and then I'll move to RC.
Notes:
- I forgot to update the README.txt before tagging the beta, so see the current docs here: http://drupal.org/node/517182
- This version is expecting Author Pane 2.x. If you need to use AP 1.x because you're also using AF 1.x, try deleting and re-adding the AP content type. It might take a little fiddling but should, in theory, work.
- If you have overridden either your variant or any views, you will not see the latest changes unless you revert them. Reverting will lose all your changes so you need to decide which you want to keep.
- As always, make sure to delete the old directory before untarring the new one and clear your cache.
- Testing was done with these versions: CCK (dev), CTools (1.0), Panels (3.0), Content Profile (dev), Author Pane (2.x dev), Link (2.6), Views (dev), User Relationships (RC2).
Changes since beta 1:
- #575324 by Michelle: Broke up and revamped uprofile.inc.
advanced_profile 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| advanced_profile-6.x-1.0-beta1.tar.gz | 24.44 KB | 7d31c7563b325e16ae7de39675f2936e |
| advanced_profile-6.x-1.0-beta1.zip | 31.22 KB | 5d2877695ceaba31cf02592f25013f70 |
Release notes
If you are using the Panels method, this version requires CTools & Panels Beta 4. Don't forget to enable Page Manager in CTools. You will also need to enable the "user_view" page on admin/build/pages because they are now disabled by default. Don't forget to remove the old directory before untarring the new version.
At this point, version 1 is feature complete. There is a lot more I want to do with user profiles, but it's time to get the bugs worked out and get a full D6 release out the door. Other features will wait for 2.x.
Changes since Alpha 3:
#509410 by Michelle: Removed PHP header from friends view since it only works if you have the php filter module enabled.
#463928 by Michelle: Fixed argument from user posts view so it correctly shows posts only from that user.
#517102 by Michelle, merlinofchaos: Updated handler to work with CTools/Panels beta 4.
#466534 by Michelle: Removed the User Relationships pane from the handler.
NOISSUE by Michelle: Additions and corrections to readme.txt.
advanced_profile 6.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| advanced_profile-6.x-1.0-alpha3.tar.gz | 23.99 KB | 7b617969e6724406b11ff561d20bbabc |
| advanced_profile-6.x-1.0-alpha3.zip | 30.71 KB | 92e2b35ef7d17844608cccc734d73cee |
Release notes
This release contains the conversion to Panels 3 / CTools. In addition to the normal requirements in the README, you need:
CCK latest dev
Author Pane latest dev
Content profile latest dev + the changes in #430220: improve Panels 3 relationship
Make sure you clear your cache after installing it.
There is no supported upgrade path from Alpha 2!
This should be the last of the major changes. At this point, I need to add in the user list view and do some general clean up. There was also a mysterious issue (#461566: Help test the handler) that could still re-appear. I still don't recommend it for production use, but we're far enough that you can play with it in dev if you have a site that won't be live for a while.
Changes since Alpha 3:
#368548 by Michelle: Added function prefix to advanced_profile_create_content_type.
NOISSUE by Michelle: Updated readme.
#450324 by Michelle: Cleaned up included views and added them to the new handler. Also set the styles and CSS IDs on the panes and updated the readme.
#450324 by Michelle: Converted P2 page to P3 handler
#450324 by Michelle: Converted profile visits content type to Panels 3.
advanced_profile 6.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| advanced_profile-6.x-1.0-alpha2.tar.gz | 23.9 KB | 58f72b7c20563b6ebe492f0d7e955f18 |
| advanced_profile-6.x-1.0-alpha2.zip | 31.14 KB | 5b61a108699f743d7ee02eb48ec76344 |
Release notes
Warning: This release isn't well tested because I blew up my dev site with Panels 2 on it. I am doing a release simply as a cutoff point for the switch to Panels 3. The D6 version is still not supported and not recommended for use.
Changes since Alpha 1:
NOISSUE by Michelle: Updated Author Pane template to match changes to Author Pane.
NOISSUE by Michelle: Cleaned up CSS file.
#370758 by Michelle: Added imagecache integration to size main profile photo from Author Pane.
#363004 by Michelle: Removed unused image directory option. Also added a warning to the content type creation option.
advanced_profile 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| advanced_profile-5.x-1.0.tar.gz | 22.22 KB | fb65562cf76f1f7ae7e54a96d2d9ba11 |
| advanced_profile-5.x-1.0.zip | 29.97 KB | f4c6c9ab491b54d3c14a56a3c7fb4332 |
Release notes
Official 1.0 release!
Changes since RC1:
NOISSUE by Michelle: Updated Author Pane template with latest changes.
NOISSUE by Michelle: Updated Author Pane template with latest changes.
#363004 by Michelle: Removed unused image directory option. Also added a warning to the content type creation option.
advanced_profile 6.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| advanced_profile-6.x-1.0-alpha1.tar.gz | 23.48 KB | aa0e619fb14dc940c1919d9fd15515cd |
| advanced_profile-6.x-1.0-alpha1.zip | 30.83 KB | 2c30499c0861d0b313b1a6e1d702f5d2 |
Release notes
This version seems to be working fairly well, enough to call it an alpha. Still needs to be documented as the instructions are somewhat different from D5. I don't recommend using it on a live site, yet, because I haven't decided what is going into 1.0 and what will be held for 2.x so there may be some radical changes before we get to a 1.0 release.
Changes since unstable 1:
January 16, 2009
----------------
#359502 by Michelle: Added check to be sure template is in use before adding the module path to it.
#358012 by dekita, Michelle: Updated content copy import code to D6.
#358013 by Michelle: Updated panels page to fix profile visits, remove the unfinished activity, and a few other clean ups.
January 12, 2009
----------------
NOISSUE by Michelle: Fixed bad copy on settings page.
January 7, 2009
----------------
NOISSUE by Michelle: Added css to just plain /user page.
NOISSUE by Michelle: Added option to not use included panel page to override the user page.
advanced_profile 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| advanced_profile-6.x-1.x-dev.tar.gz | 29.46 KB | 9d8dd35a65284d6959c872a31f968340 |
| advanced_profile-6.x-1.x-dev.zip | 45.95 KB | e9c5eb5eef7ec87cb51d61640cf1302e |
Release notes
This is the development snapshot for the D6 branch of APK. It is frequently broken. I do not recommend using it and do not offer support for it. Use the named releases.
advanced_profile 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| advanced_profile-5.x-1.x-dev.tar.gz | 21.87 KB | c61c48f5fa58ce7e6219ea5da88094b0 |
| advanced_profile-5.x-1.x-dev.zip | 29.08 KB | 2c9375dfadcbbc4b8613155b5de83c69 |
Release notes
This is the development snapshot for the 5.x branch. Now that 5.x is finished, it will only contain bug fixes. It won't be as thoroughly tested as named releases but may be usable if you need a bug fix that hasn't made it to a release, yet.