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

  ViewVC Help
Powered by ViewVC 1.1.2