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

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

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


Revision 1.8.2.11 - (hide annotations) (download)
Mon Oct 19 17:00:59 2009 UTC (5 weeks, 5 days ago) by darthclue
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--2-6, DRUPAL-6--2-5
Changes since 1.8.2.10: +6 -0 lines
File MIME type: text/plain
BUG FIX and FEATURES : SEE CHANGELOG for details.
1 darthclue 1.8.2.11 2009-10-19
2     ----------------------
3     - 6.x-2.5
4     -- #606456 : Updates to preset and default bookmarks will now update all existing bookmarks to new link.
5     -- #575290 : If a user clicks Add this page they will be redirected back to the same page after adding the bookmark.
6    
7 darthclue 1.8.2.10 2009-06-20
8     ----------------------
9     - 6.x-2.4
10     -- #388654 : Bookmarks now support query strings
11     -- #470692 : Block is not shown unless the role has administer own bookmarks permission
12     -- #419486 : Curly brackets now included at no extra charge
13    
14 darthclue 1.8.2.9 2009-03-17
15     ----------------------
16     - 6.x-2.3
17     -- #372460 : Bookmark defaults broken
18     -- #373005 : Added README.TXT
19     -- #365698 : Block Translations
20     -- #298772 : Options block condensed to single line
21     -- FEATURE : When menu items are updated anywhere in Drupal, the bookmarks module will now check to see if it contains a reference
22     to the link being changed and update bookmarks to the new link.
23    
24 darthclue 1.8.2.8 2009-01-24
25     ----------------------
26     - 6.x-2.2
27     -- BUG FIX : Path not showing when editting items.
28     -- BUG FIX : Permissions weren't being checked when editting an item. This permitted users to edit items that didn't belong to them.
29    
30 darthclue 1.8.2.6 2009-01-23
31     ----------------------
32 darthclue 1.8.2.7 - 6.x-2.1
33     -- BUG FIX : Deep Items / Folders not properly processed.
34    
35     2009-01-23
36     ----------------------
37 darthclue 1.8.2.6 - 6.x-2.0
38     -- BUG FIX : Adding items to the default list was not working.
39     -- FEATURE : Presets can now be defined.
40     -- SUPPORT : D5 Support is officially dropped.
41    
42 darthclue 1.8.2.5 2009-01-20
43     ----------------------
44     - 6.x-1.7-0
45     -- BUG FIX : Editing a bookmark item gave access to place bookmarks in other user bookmarks.
46     -- FEATURE : Parent items are no longer listed as <bookmarks-x> but now reflect the username.
47    
48     2008-12-24
49     ----------------------
50     - 6.x-1.6-0
51     -- #284311 : Update function now returns an array.
52    
53 darthclue 1.8.2.4 2008-12-17
54     ----------------------
55     - 6.x-1.5-0
56     -- #342055 : Default bookmarks can now be specified.
57     -- DHTML Menus 3.2 no longer provides theme functions. Using straight menu functions instead.
58    
59 darthclue 1.8.2.3 2008-07-11
60     ----------------------
61     - 6.x-1.4-4
62     -- #280874 : DHTML Menu private functions aren't always available. Using theme() instead.
63    
64 darthclue 1.8.2.2 2008-07-10
65     ----------------------
66     - 6.x-1.4-3
67     -- #280557 : DHTML Menu private functions aren't always available. Using theme() instead.
68    
69     2008-07-09
70     ----------------------
71     - 6.x-1.4-2
72     -- #280151 : Edit / Delete operations not working.
73    
74 darthclue 1.8.2.1 2008-07-09
75     ----------------------
76     - 6.x-1.4-1
77     -- #280151 : Unable to get external URL to resolve.
78    
79 darthclue 1.8 2008-06-16
80     ----------------------
81     - 6.x-1.4-0
82     -- #269498 : Show bookmark description as visible text in addition / instead of as alt text.
83     -- Moved public bookmark pages to bookmarks/public and bookmarks/public/user.
84     -- Changed the way public bookmarks are shown on the user profile page.
85     -- Changed the way bookmarks are named in the database.
86    
87 darthclue 1.7 2008-06-12
88     ----------------------
89 darthclue 1.8 - 6.x-1.3-2 : #266735 : Allow bookmarks to be viewed by the public as part of the user profile.
90 darthclue 1.7
91 darthclue 1.6 2008-06-11
92     ----------------------
93 darthclue 1.8 - 6.x-1.3-1 : Fixed bug that required dhtml_menus 6.x-1.05.
94 darthclue 1.6
95 darthclue 1.5 2008-06-04
96     ----------------------
97     - 6.x Version : Direct port of User Menus code
98    
99     2006-08-05
100     ----------------------
101 smsimms 1.4 - Removed (undocumented) support for the discontinued weblinks module. (smsimms)
102    
103 darthclue 1.5 2006-08-03
104     ----------------------
105 smsimms 1.4 - Added German translation (yaph)
106    
107 darthclue 1.5 2006-08-02
108     ----------------------
109 smsimms 1.3 - Issue 47947, Bug in PostgreSQL DB schema (smsimms)
110     - Added Polish translation (mumonzan)
111     - Added Spanish translation (Sergio Gonzalez)
112     - Rename class name "icon" to "bookmark-icon" to avoid conflicts with
113     themes and other modules (moshe weitzman)
114     - Have MySQL create the bookmarks table with UTF-8 encoding
115    
116 darthclue 1.5 2005-08-09
117     ----------------------
118 smsimms 1.2 Issue 27109, PostgreSQL DB schema. (Daniel)
119    
120 darthclue 1.5 2004-10-11
121     ----------------------
122 smsimms 1.2 Drupal 4.5 compatibility. (Matt)
123    
124 darthclue 1.5 2004-03-18
125     ----------------------
126 smsimms 1.2 Fixed bug 6386. Index.php was not being stripped off stored URL's. (Matt)
127    
128 darthclue 1.5 2004-02-27
129     ----------------------
130 smsimms 1.2 Rewritten the module to allow offsite links and use cleaner links (Matt)
131    
132 darthclue 1.5 2004-01-13
133     ----------------------
134 smsimms 1.2 Use theme("image", ...) to theme the delete icon emitted by default. (Ax)
135    
136 darthclue 1.5 2003-12-07
137     ----------------------
138 smsimms 1.2 Use drupal_set_message() to provide the bookmark action status
139     messages. (Moshe)
140    
141 darthclue 1.5 2003-11-29
142     ----------------------
143 smsimms 1.2 Adopt the module to the new title management scheme, so the bookmark
144     links will better remember the title of the bookmarked page. (Goba)
145    
146 darthclue 1.5 2003-11-14
147     ----------------------
148 smsimms 1.2 Add a theme function for the delete icon, so it can be customized
149     in the theme this way. (Goba)
150    
151 darthclue 1.5 2003-10-11
152     ----------------------
153 smsimms 1.2 Complete rewrite to allow arbitrary pages to be bookmarked
154     on the site. Also as most of the pages provide no title,
155     let the users edit the bookmark titles. (Goba)
156    
157 darthclue 1.5 2003-02-25
158     ----------------------
159 smsimms 1.2 Updated to fit CVS, uses new menu hooks, cleaned out drupal_url calls,
160     generally patched and fixed. Changed name from hotlist => bookmarks.
161    
162 darthclue 1.5 2002-06-11
163     ----------------------
164 smsimms 1.2 - added _system() hook
165    
166 darthclue 1.5 2002-04-29
167     ----------------------
168 smsimms 1.2 - expanded help for theme authors
169     - updated to use new l() and drupal_url() functions
170    
171 darthclue 1.5 2002-01-07
172     ----------------------
173     - small bugfix (bluto)
174    
175     2002-01-01
176     ----------------------
177     - initial release. (berserk)

  ViewVC Help
Powered by ViewVC 1.1.2