/[drupal]/contributions/modules/advanced_profile/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/advanced_profile/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.22 - (show annotations) (download)
Tue Dec 16 04:37:44 2008 UTC (11 months, 1 week ago) by michellec
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA1, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-5
Changes since 1.21: +2 -0 lines
File MIME type: text/plain
NOISSUE by Michelle: Fixed missing order on profile visits that was causing it to show the oldest visits.
NOISSUE by Michelle: Code clean up and comments.
NOISSUE by Michelle: Added options for image directory and interval granularity.
1 December 15, 2008
2 -----------------
3 NOISSUE by Michelle: Fixed missing order on profile visits that was causing it to show the oldest visits.
4 NOISSUE by Michelle: Code clean up and comments.
5 NOISSUE by Michelle: Added options for image directory and interval granularity.
6
7 December 13, 2008
8 -----------------
9 #343848 by Michelle: Added fasttoggle variable to author pane.
10 #341619 by Michelle: Added education to the filters of the user list view.
11
12 December 13, 2008 -- ALPHA 7
13 -----------------
14 #341619 by Michelle: Themed user list view.
15 NOISSUE by Michelle: Split .module up into more .inc files to enable conditionally loading depending on what other modules are enabled.
16 NOISSUE by Michelle: Moved theme related files (css, templates) into theme directory.
17 NOISSUE by Michelle: Updated readme to match latest changes.
18
19 December 2, 2008
20 -----------------
21 #341619 by Michelle: Added missing user list view as reported by sebastiang.
22
23 December 1, 2008 -- ALPHA 6
24 -----------------
25 NOISSUE by Michelle: Filtered profile visits to not show anon visitors or people viewing their own profile.
26 NOISSUE by Michelle: Broke up panels include files.
27 #334645 by Michelle: Rewrote readme.txt and handbook pages to match new version.
28
29 November 24, 2008
30 -----------------
31 NOISSUE by Michelle: Missed returning $vars from dummy addvars function which wiped out a good chunk of the page.
32
33 November 19, 2008 -- UNSTABLE 1
34 -----------------
35 NOISSUE by Michelle: Added content type to show recent profile visitors.
36 #334645 by Michelle: Wrote a very rough readme with install instructions.
37
38 November 18, 2008
39 -----------------
40 #334645 by Michelle: Brought over code from old version to create the uprofile node type and fixed it up a bit so it disabled instead of hides when the type exists.
41
42 November 16, 2008
43 -----------------
44 #334645 by Michelle: Wrapped profile / contact integration in a check to avoid conflict with Advanced Forum.
45 #334645 by Michelle: Added dummy function advanced_profile_addvars() to avoid errors if people upgrade and forget to remove that call.
46 #334645 by Michelle: Renamed author-pane.tpl.php to advanced_profile_author-pane.tpl.php for clarity.
47 #334645 by Michelle: Cleaned up default CSS.
48
49 November 14, 2008
50 -----------------
51 #334645 by Michelle: Began complete rewrite from scratch. Changelog before this point is mostly irrelevent but kept for historical purposes.
52 #334645 by Michelle: Fixed contrib integration for author pane. Added images from Advanced Forum.
53 #334645 by Michelle: Added more CSS from Advanced Forum.
54
55 ------------------------ BEFORE REWRITE -------------------------------------------------
56
57 Jun 30, 2008
58 ------------
59 #NONE by Michelle: Switched to named months in CHANGELOG.txt to avoid confusion.
60 #NONE by Michelle: General code clean up
61 #NONE by Michelle: Moved CSS adding function into the menu hook instead of having a function call.
62 #276559, 254577 by Michelle: Added check around CSS adding to only do it on the user page. Untested fix.
63 #257737 by stephthegeek: CSS clean up and neutralizing.
64 #259059 by rpmute: Added redirect from usernode to profile page.
65 #274959 by Michelle but thanks to sdboyer. Fixed bug with user info pane title.
66
67 Apr 28, 2008
68 ------------
69 Switched fieldgroups over to work with latest CCK. See #97375
70 Added custom content type to hold note for guestbook.
71 Changed name of module in .info, removed package, and moved nodeprofile_helper to the nodeprofile package.
72
73 Apr 13, 2008
74 ------------
75 Removed redundant file panels-content_userinfo.inc as it was moved into the .module file some time ago.
76 Removed unneeded template_preprocess_node().
77 Added saftey check to theme_advprofile_userinfo() to be sure we have the user object and not just the UID.
78 Removed references to profile theme subdirectory as this unnecessarily complicates installation.
79 Renamed advp-profile-userinfo.tpl.php to advanced_profile_userinfo.tpl.php for clarity.
80 Minor code clean up such as adding underscores to squished together variable names and fixing spacing.
81 Removed code about anonymous users that was from advforum and would never apply to profiles.
82 Removed unfinished and outdated activity integration.
83 Removed extra ampersands that caused #246191
84 Changed view loading to new method suggested by chx.
85 Renamed views-list-buddylist_of_uid to advanced_profile_view_buddylist_of_uid.tpl for clarity.
86 The nodeprofile from user panels relationship is now in the dev version of nodeprofile so added a check for that file around the code to define the relationship.
87 In settings, changed it to check for nodeprofile_helper and not just nodeprofile before offering the option of what tabs to show as it is nodeprofile_helper that handles this.
88 #217869 Corrected access check for edit tabs in nodeprofile_helper. Thanks meeotch.
89
90 Mar 07, 2008
91 ------------
92 Code clean up. Fixed #219682 in the process.
93
94 Feb 06, 2008 - ALPHA 3
95 ------------
96 #215882 Replaced $vars['directory'] with path_to_theme() because the former is unreliable.
97 #217234 Fixed buddylist link. Thanks txcrew.
98 #218370 Fixed contact link. Thanks tehquickness.
99 Added some more comments in the code.
100 Refactored advanced_profile_addvars() so it's clearer.
101
102 Jan 27, 2008 - ALPHA 2
103 ------------
104 Removed blog pane from main panel page because it's broken.
105 Refactored user info pane, which fixes #215074 and #215224
106 Cleaned up CSS
107
108 Jan 27, 2008
109 ------------
110 Changed main panel page: split up 'all about user' mini panel, removed buddylist panes, added blog pane
111 Added view for my blog
112 Switched to using views panes: My posts, My buddies, My blog
113 CSS fixes: #214304 and others
114
115 Jan 26, 2008 - ALPHA 1
116 ------------
117 Removed dependency on CCK
118 Removed nodeprofile_panels.inc and moved it into nodeprofile_helper
119 Removed config option to select profile data holder as it wasn't used for anything
120 Changed config option for profile types to only show up with nodeprofile as that's the only place it's used
121 Changed nodeprofile helper code to make one edit tab per type selected on settings page
122 Changed the readme to just link to the docs
123
124 Jan 17, 2008
125 ------------
126 Added support for activity module
127
128 Jan 08, 2008
129 ------------
130 Updated docs
131 Fixed settings page
132
133 Dec 23, 2007
134 ------------
135 Initial dev release.

  ViewVC Help
Powered by ViewVC 1.1.2