/[drupal]/contributions/modules/weblink/CHANGELOG
ViewVC logotype

Contents of /contributions/modules/weblink/CHANGELOG

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


Revision 1.20 - (show annotations) (download)
Mon May 16 19:25:02 2005 UTC (4 years, 6 months ago) by ber
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-6
Changes since 1.19: +4 -1 lines
Increased alowed length of URLs.
1 16 May 2005
2 - maximum characters in textfield is now 65535, you can insert urls with over 65thousand characters now (as opposed ro the previous 128)
3
4 2 May 2005
5 - Complete rewrite of the module, prepqring it for the new image bundle that will be released very soon:
6 Is now compatible with 4.6 . after so,e testing it should be released for 4.6.
7 - Removed browsing and directory interface. Use directory module instead.
8 - Removed monitoring. Monitoring will soon be released as a new module.
9 - Removed Blogmarks. Blogmarks should be released as a new module.
10 - Removed all extra fields. Additional fields must be handled by new modules trough nodeAPI,for example flexinode module.
11 - Removed rating. Rating should be handled by a rating module.
12 - Removed impotr export. this will be moved to a more general import export module.
13 - Use Drupals validate_url for better validation
14 - Add class 'outgoing' for themability
15 - Cleaned up a lot of crufty code.
16
17 November 2004
18 -------------
19 - new weblink fields
20 - optional weblink.weblink
21 - weblink filter improvment [weblink:id|text]
22 - language taxonomy
23 - changed visual representation, short list format options
24 - default Create weblink navigation category (like in forum module)
25 - added filtering option to node edit form
26 - added checked_ok field
27 - import export API
28
29 01 March 2004
30 -------------
31
32 Changes by Goba:
33
34 - reordered functions, so the order makes sense
35 - removed a lot of repeated code
36 - fixed redirection bug
37 - added admin option to disable monitoring alltogether
38 - added admin option to specify default link target and
39 disable that user setting
40 - removed taxonomy links from node link list, since
41 this is a theme task
42 - added option to only print the 'visit' word on the visit link
43 - use the latest Drupal technology (like drupal_map_assoc())
44 - fixed a lot of crap in the weblink_form function
45 (error handling, teaser editing, etc).
46 - made compatible with latest bookmarks.module functionality
47 to add external URLs listed in the weblinks registry to the
48 bookmarks list with a click
49
50 18th November 2003:
51 -------------------
52
53 Merged Adrian's improvements with enhancements/bugfixes
54 from September 2003 - present, among them support for the new theme system.
55 Also added compose_tips message. (TDobes)
56
57 17th November 2003:
58 -------------------
59
60 Adrian's improvements:
61 1) cleaned up html.
62 2) postgres support.
63 3) a new latest weblinks block
64 4) the ability to specify how many links to show in blocks
65 5) integration with simon lindsay weblink monitoring code. This module now supercedes cloud.module
66 6) a load of bug fixes.
67 7) supports drupal 4.3.0 menu and help functions.
68 8) a new [weblink:] filter
69
70 14th November 2003:
71 ------------------
72
73 Fix the module to be in line with the latest theme changes,
74 group themeable functions, and add doxygen comments. (Goba)
75
76 11th November 2003:
77 -------------------
78
79 Html validity fix by Goba
80
81 10th November 2003:
82 -------------------
83
84 Support table prefixes for compatibility with Drupal 4.3 by Axel
85
86 9th July 2002:
87 --------------
88
89 Applied marco's fixs:
90 - deleted unused globals
91 - fixed a few queries
92 - removed a filter() call
93
94 7th July 2002:
95 --------------
96
97 Applied unlimited vocabulary patch by Julio
98
99 2nd July 2002:
100 --------------
101
102 A few updates by Simon, can now handle taxonomy better
103
104 12th June 2002:
105 ---------------
106
107 Fixed a small bug (Thanks Kristjan)
108
109
110
111 9th May 2002:
112 -------------
113
114 added _system function
115 cosmetic change to configuration page
116 all a tags replaced with lm()'s
117 small bugfix to the block
118
119 2nd May 2002:
120 -------------
121
122 a small cosmetic fix to the _form function
123
124 26 April 2002:
125 --------------
126
127 fixed an error where on displaying nodes it would show all nodes not just weblinks
128
129 the rest was really just cosmetic stuff:
130 moved the click counter out of the a tag
131 module now passes the code-style script
132
133 25 April 2002:
134 --------------
135
136 one step closer to a full directory system
137 (doesn't support having > 1 vocabulary or vocabularies with terms deeper than 1 level, yet)
138
139 90% of links are called using lm()
140 (the few that don't require target="_blank")
141
142 added a top 10 links block
143
144 module ran through coding standards script
145
146 19 April 2002:
147 --------------
148
149 a few ui issues suggested by moshe:
150
151 added some help text on the submission form.
152 added a title to the link
153 the link in the node links bar is configurable under admin interface to either display title or url
154
155 18 April 2002: Part 2:
156 ----------------------
157
158 added a check to make sure the user has "post content" rights
159 the module now complys with drupal's coding standards
160 support for taxonomy module
161
162
163 18 April 2002:
164 --------------
165
166 Nodes were reverse order in node_page_default() i added a DESC to the SQL statement to sort it.
167
168 11 April 2002:
169 --------------
170
171 slight code tidy up
172 click-through counter (in need of a better name)
173
174 03 April 2002:
175 --------------
176
177 Initial release.

  ViewVC Help
Powered by ViewVC 1.1.2