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

  ViewVC Help
Powered by ViewVC 1.1.2