/[drupal]/contributions/modules/weblink/weblink.module
ViewVC logotype

Log of /contributions/modules/weblink/weblink.module

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


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.81.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 30 15:42:00 2006 UTC (3 years, 7 months ago) by ber
Branch: DRUPAL-4-6
Changes since 1.81.2.1: +4 -1 lines
Diff to previous 1.81.2.1 , to branch point 1.81 , to next main 1.84
#54834 by David Lesieur clearing cache on any update. The cache did not respect changes made to titles.

Revision 1.84 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 12 21:11:28 2006 UTC (3 years, 10 months ago) by weitzman
Branch: MAIN
CVS Tags: HEAD
Changes since 1.83: +9 -7 lines
Diff to previous 1.83
update for node permissions. upgrade recommended.

added 'edit own weblinks' permission. adjust your site accordingly.

Revision 1.81.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 12 21:08:06 2006 UTC (3 years, 10 months ago) by weitzman
Branch: DRUPAL-4-6
Changes since 1.81: +9 -7 lines
Diff to previous 1.81
update for node permissions. upgrade recommended.

added 'edit own weblinks' permission. adjust your site accordingly.

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 1 13:44:53 2005 UTC (4 years, 2 months ago) by ber
Branch: MAIN
Changes since 1.82: +1 -1 lines
Diff to previous 1.82
forgeot a comma.

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 1 13:42:17 2005 UTC (4 years, 2 months ago) by ber
Branch: MAIN
Changes since 1.81: +5 -3 lines
Diff to previous 1.81
making the link generation themable

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 28 18:48:56 2005 UTC (4 years, 4 months ago) by ber
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.80: +2 -2 lines
Diff to previous 1.80
fixed issue 27693. Thank to samo for the patch

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 23 19:26:24 2005 UTC (4 years, 4 months ago) by ber
Branch: MAIN
Changes since 1.79: +3 -2 lines
Diff to previous 1.79
http://drupal.org/node/24567 fixed. Thank you nysus for the patch

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 16 13:29:05 2005 UTC (4 years, 5 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78
Enforce absolute URLs in RSS feeds; the weblink/goto link was relative.

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 16 13:21:18 2005 UTC (4 years, 5 months ago) by arnabdotorg
Branch: MAIN
Changes since 1.77: +15 -2 lines
Diff to previous 1.77
Patch for issue #25132

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 16 19:25:02 2005 UTC (4 years, 6 months ago) by ber
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76
Increased alowed length of URLs.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 8 15:22:24 2005 UTC (4 years, 6 months ago) by ber
Branch: MAIN
Changes since 1.75: +101 -1024 lines
Diff to previous 1.75
- Complete rewrite of the module, prepqring it for the new image bundle that will be released very soon:
  Is now compatible with 4.6 . after so,e testing it should be released for 4.6.
- Removed browsing and directory interface. Use directory module instead.
- Removed monitoring. Monitoring will soon be released as a new module.
- Removed Blogmarks. Blogmarks should be released as a new module.
- Removed all extra fields. Additional fields must be handled by new modules trough nodeAPI,for example flexinode module.
- Removed rating. Rating should be handled by a rating module.
- Removed impotr export. this will be moved to a more general import export module.
- Use Drupals validate_url for better validation
- Add class 'outgoing' for themability
- Cleaned up a lot of crufty code.

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 24 09:31:09 2005 UTC (4 years, 8 months ago) by tma0
Branch: MAIN
Changes since 1.74: +30 -46 lines
Diff to previous 1.74
- CSS customizable layout

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 18 13:12:08 2005 UTC (4 years, 8 months ago) by publian
Branch: MAIN
Changes since 1.73: +5 -5 lines
Diff to previous 1.73
The comment mistake is fixed.

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 18 13:08:13 2005 UTC (4 years, 8 months ago) by publian
Branch: MAIN
Changes since 1.72: +12 -12 lines
Diff to previous 1.72
#18646: Fix node_access_join_sql()

Revision 1.67.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 10 21:17:03 2005 UTC (4 years, 9 months ago) by syscrusher
Branch: DRUPAL-4-5
Changes since 1.67.2.4: +2 -2 lines
Diff to previous 1.67.2.4 , to branch point 1.67 , to next main 1.84
Fixed error in handling of related taxonomy items, which was causing an SQL
syntax error. Related bug report http://www.drupal.org/node/16008 .

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 7 13:56:43 2005 UTC (4 years, 10 months ago) by tma0
Branch: MAIN
Changes since 1.71: +412 -144 lines
Diff to previous 1.71
Added some features, see CHANGELOG

Revision 1.67.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 26 16:04:27 2004 UTC (5 years ago) by goba
Branch: DRUPAL-4-5
Changes since 1.67.2.3: +2 -2 lines
Diff to previous 1.67.2.3 , to branch point 1.67
fix op name, spotted by Remco Brink (ported from HEAD)

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 26 16:03:49 2004 UTC (5 years ago) by goba
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70
fix op name, spotted by Remco Brink

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 21 22:23:12 2004 UTC (5 years ago) by goba
Branch: MAIN
Changes since 1.69: +70 -58 lines
Diff to previous 1.69
several theme enhancements:
 - only allow access to stat info for those with permission
 - remove vid from url and parameters, since it was not utilised
 - more metainformation (displaying # of subcats)
 - parent, related and subcats are now formatted as lists
 - they also have the same amount of metainformation
 - the short weblink view is input format aware
 - some usual links are printed in the short weblink view

All ported from 4.5

Revision 1.67.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 21 22:22:08 2004 UTC (5 years ago) by goba
Branch: DRUPAL-4-5
Changes since 1.67.2.2: +1 -1 lines
Diff to previous 1.67.2.2 , to branch point 1.67
backport required change from HEAD, since it does not break anything in 4.5, and it is easier to keep 4.5 and HEAD in feature-sync

Revision 1.67.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 21 22:21:02 2004 UTC (5 years ago) by goba
Branch: DRUPAL-4-5
Changes since 1.67.2.1: +68 -56 lines
Diff to previous 1.67.2.1 , to branch point 1.67
several theme enhancements:
 - only allow access to stat info for those with permission
 - remove vid from url and parameters, since it was not utilised
 - more metainformation (displaying # of subcats)
 - parent, related and subcats are now formatted as lists
 - they also have the same amount of metainformation
 - the short weblink view is input format aware
 - some usual links are printed in the short weblink view

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 21 18:35:37 2004 UTC (5 years ago) by goba
Branch: MAIN
Changes since 1.68: +22 -7 lines
Diff to previous 1.68
css hooks for better styling, and adding breadcrumbs on category pages (which makes the vocabulary link obsolote) /ported from 4.5/ - plus fixing an op check error in the HEAD version

Revision 1.67.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 21 18:33:17 2004 UTC (5 years ago) by goba
Branch: DRUPAL-4-5
Changes since 1.67: +21 -6 lines
Diff to previous 1.67
css hooks for better styling, and adding breadcrumbs on category pages (which makes the vocabulary link obsolote)

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 31 09:21:03 2004 UTC (5 years ago) by tdobes
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67
Update for recent _block hook changes

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 25 07:47:42 2004 UTC (5 years, 1 month ago) by ber
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.66: +15 -15 lines
Diff to previous 1.66
patch #11838 committed

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 21 16:46:44 2004 UTC (5 years, 1 month ago) by ber
Branch: MAIN
Changes since 1.65: +19 -36 lines
Diff to previous 1.65
patch from #8701 applied

Revision 1.61.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 31 14:07:15 2004 UTC (5 years, 2 months ago) by goba
Branch: DRUPAL-4-4
Changes since 1.61.2.2: +2 -2 lines
Diff to previous 1.61.2.2 , to branch point 1.61 , to next main 1.84
use drupal_specialchars() instead of htmlspecialchars()

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 31 14:06:18 2004 UTC (5 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.64: +35 -18 lines
Diff to previous 1.64
some improvements and fixes (forward ported from 4.4):

  - support blogmarks via the weblink-blogmark type (more user
    friendly in admin overviews and the tracker)
  - better error reporting when blogmark addition failed
  - check if the user tries to blogmark the site itself,
    misunderstanding the whole purpose of blogmarks
  - link to the user node page on error, since the error
    is displayed to the user

Revision 1.61.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 31 13:54:40 2004 UTC (5 years, 2 months ago) by goba
Branch: DRUPAL-4-4
Changes since 1.61.2.1: +34 -17 lines
Diff to previous 1.61.2.1 , to branch point 1.61
some improvements and fixes:

 - support blogmarks via the weblink-blogmark type (more user
   friendly in admin overviews and the tracker)
 - better error reporting when blogmark addition failed
 - check if the user tries to blogmark the site itself,
   misunderstanding the whole purpose of blogmarks
 - link to the user node page on error, since the error
   is displayed to the user

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 30 23:54:40 2004 UTC (5 years, 2 months ago) by ber
Branch: MAIN
Changes since 1.63: +57 -34 lines
Diff to previous 1.63
Updated patch, includes changes for new filter system.

thanks to torgeirb.

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 19 10:53:37 2004 UTC (5 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62
- node.static -> node.sticky

Revision 1.61.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 21 07:02:29 2004 UTC (5 years, 6 months ago) by goba
Branch: DRUPAL-4-4
Changes since 1.61: +197 -6 lines
Diff to previous 1.61
ported blogmark changes to 4.4 (also adding an order to the weblink list)

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 20 15:53:20 2004 UTC (5 years, 6 months ago) by goba
Branch: MAIN
Changes since 1.61: +197 -6 lines
Diff to previous 1.61
new blogmarks functionality with bookmarklet

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 27 00:20:04 2004 UTC (5 years, 8 months ago) by adrian
Branch: MAIN
Branch point for: DRUPAL-4-4
Changes since 1.60: +3 -3 lines
Diff to previous 1.60
fixed a small bug with the configuration screen.

verified to be working in 4.4.0 , will tag as such

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 15 20:23:41 2004 UTC (5 years, 8 months ago) by goba
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59
display short tips summary

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 6 12:18:29 2004 UTC (5 years, 8 months ago) by goba
Branch: MAIN
Changes since 1.58: +2 -1 lines
Diff to previous 1.58
fixing unintentional fallover

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 1 22:30:40 2004 UTC (5 years, 8 months ago) by goba
Branch: MAIN
Branch point for: drop
Changes since 1.57: +18 -10 lines
Diff to previous 1.57
add help to monitored link pages, disable that page if monitoring is disabled and reuse the standard attributes in the monitored links list

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 1 21:46:16 2004 UTC (5 years, 8 months ago) by goba
Branch: MAIN
Changes since 1.56: +3 -3 lines
Diff to previous 1.56
nothing to print here

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 1 21:32:34 2004 UTC (5 years, 8 months ago) by goba
Branch: MAIN
Changes since 1.55: +299 -266 lines
Diff to previous 1.55
Reorganized and updated weblink module. Motto: 'do more with less'.
Changes:
 - reordered functions, so the order makes sense
 - removed a lot of repeated code
 - fixed redirection bug
 - added admin option to disable monitoring alltogether
 - added admin option to specifx default link target and
   disable that user setting
 - removed taxonomy links from node link list, since
   this is a theme task
 - added option to only print the 'visit' word on the visit link
 - use the latest Drupal technology (like drupal_map_assoc())
 - fix a lot of crap in the weblink_form function
   (error handling, teaser editing, etc).

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 17:21:05 2004 UTC (5 years, 9 months ago) by goba
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
fix to work with latest user hook changes

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 8 13:42:46 2004 UTC (5 years, 9 months ago) by goba
Branch: MAIN
Changes since 1.53: +8 -34 lines
Diff to previous 1.53
apply node hook changes, remove unsupported save hook and fix doxygen comments

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 8 13:05:05 2004 UTC (5 years, 9 months ago) by goba
Branch: MAIN
Changes since 1.52: +19 -6 lines
Diff to previous 1.52
apply filter system changes

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 2 11:06:43 2004 UTC (5 years, 9 months ago) by goba
Branch: MAIN
Changes since 1.51: +11 -15 lines
Diff to previous 1.51
compose_tips is not supported anymore, welcome filter tips :)

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 23 21:44:02 2004 UTC (5 years, 10 months ago) by goba
Branch: MAIN
Changes since 1.50: +2 -3 lines
Diff to previous 1.50
cometics: put this single setting into a group, so it will properly line up with the other filter settings on the page

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 13:00:05 2004 UTC (5 years, 10 months ago) by goba
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49
there is a common rule, that filter() should not be called alone, but check_output() should be used instead

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 12:41:27 2004 UTC (5 years, 10 months ago) by goba
Branch: MAIN
Changes since 1.48: +4 -4 lines
Diff to previous 1.48
there is no way, the author intended check_output() here, since term names are not supposed to contain anything one would filter

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 23 17:06:52 2003 UTC (5 years, 11 months ago) by goba
Branch: MAIN
Changes since 1.47: +7 -22 lines
Diff to previous 1.47
Some small fixes:
 - unify the taxonomy dropdown display (as in other modules)
 - fix another translated string
 - get rid of one of the goto functions, since they were so similar

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 23 16:47:17 2003 UTC (5 years, 11 months ago) by goba
Branch: MAIN
Changes since 1.46: +59 -50 lines
Diff to previous 1.46
Improve on translateable strings and interface useabilty:

 - directly put translatable strings into t()
 - include %option instead of the verbatim option text when refering to form options, so these will automatically get translated to the same string
 - only apply weblink filter if enabled
 - use form groups instead of tables for grouped form elements
 - never include punctuation in strings to translate, but add them after (before) the translation as needed

Revision 1.39.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 15:52:38 2003 UTC (5 years, 11 months ago) by walkah
Branch: DRUPAL-4-3
Changes since 1.39.2.3: +29 -24 lines
Diff to previous 1.39.2.3 , to branch point 1.39 , to next main 1.84
a couple small fixes:
* support $db_prefix
* only show the 'create weblink' link when the user has appropriate access.
* unclosed <div> tag

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 18:53:59 2003 UTC (5 years, 11 months ago) by goba
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45
fixing all pager display calls to invoke theme('pager', ...) instead

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 21:37:30 2003 UTC (5 years, 11 months ago) by tdobes
Branch: MAIN
Changes since 1.44: +9 -5 lines
Diff to previous 1.44
Merged eos' enhancements:- create "create weblinks" links only if user_access- target blank for anon userSee http://drupal.org/node/view/4305

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 20:56:11 2003 UTC (5 years, 11 months ago) by tdobes
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43
Patch by mikeryan (0167) to fix blank create weblink page

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 19:53:57 2003 UTC (5 years, 11 months ago) by tdobes
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42
Merging weitzman's changes from revision 1.39.2.2 (DRUPAL-4-3 branch) to HEAD

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 17:42:10 2003 UTC (5 years, 11 months ago) by weitzman
Branch: MAIN
Changes since 1.41: +1 -2 lines
Diff to previous 1.41
removed a watchdog call that was probably added just for debugging. was being called every time the monitored weblinks list was viewed

Revision 1.39.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 17:41:13 2003 UTC (5 years, 11 months ago) by weitzman
Branch: DRUPAL-4-3
Changes since 1.39.2.2: +0 -1 lines
Diff to previous 1.39.2.2 , to branch point 1.39
removed a watchdog call that was probably added just for debugging. was being called every time the monitored weblinks list was viewed

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 29 19:35:10 2003 UTC (5 years, 11 months ago) by goba
Branch: MAIN
Changes since 1.40: +8 -14 lines
Diff to previous 1.40
make this work with the latest CVS theme and menu code (otherwise no weblink function was accessible)

Revision 1.39.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 26 22:01:14 2003 UTC (6 years ago) by weitzman
Branch: DRUPAL-4-3
Changes since 1.39.2.1: +2 -2 lines
Diff to previous 1.39.2.1 , to branch point 1.39
a bit better themeability on the main page. still not especially flexible.

Revision 1.39.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 26 21:37:33 2003 UTC (6 years ago) by weitzman
Branch: DRUPAL-4-3
Changes since 1.39: +1 -1 lines
Diff to previous 1.39
fixed a malformed link

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 02:46:20 2003 UTC (6 years ago) by tdobes
Branch: MAIN
Changes since 1.39: +209 -160 lines
Diff to previous 1.39
Merged adrian's changes with other recent progress (i.e. new theme system).  Also added compose_tips for weblink filter

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 22:09:27 2003 UTC (6 years ago) by adrian
Branch: MAIN
Branch point for: DRUPAL-4-3
Changes since 1.38: +348 -104 lines
Diff to previous 1.38
First release of the bright shining new weblink module.

Included in this release is
1) cleaned up html.
2) postgres support.
3) a new latest weblinks block
4) the ability to specify how many links to show in blocks
5) integration with simon lindsay weblink monitoring code. This module now supercedes cloud.module
6) a load of bug fixes.
7) supports drupal 4.3.0 menu and help functions.
8) a new [weblink:] filter

Please log any problems on the bugtracker

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 14:49:40 2003 UTC (6 years ago) by goba
Branch: MAIN
Changes since 1.37: +50 -22 lines
Diff to previous 1.37
Fix theme function names (make the module work again in the
new theme system), plus add doxygen comments, so these
theme functions will be displayed on the generated output groupped.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 22:26:01 2003 UTC (6 years ago) by dries
Branch: MAIN
Changes since 1.36: +8 -8 lines
Diff to previous 1.36
- Theme system updates: theme() function return their data now.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 07:07:46 2003 UTC (6 years ago) by axel
Branch: MAIN
Changes since 1.35: +10 -10 lines
Diff to previous 1.35
Make compatible with table prefixing in 4.3 (by Axel)
Lists should be enclodes in ul or ol, html validity fix (by Goba)
Move weblink-4.3.module to weblink.module

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 10 20:56:37 2003 UTC (6 years ago) by goba
Branch: MAIN
Changes since 1.34: +4 -2 lines
Diff to previous 1.34
lists should be enclodes in ul or ol, html validity fix

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 16:46:32 2003 UTC (6 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.33: +7 -8 lines
Diff to previous 1.33
Integrate _system hook into _help hook, as the latest
help subsystem changes dictate, so the weblink module
will not print out its help above all admin pages

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 6 09:50:45 2003 UTC (6 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
Fix "create menu" link for weblinks

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 28 15:56:10 2003 UTC (6 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.31: +15 -15 lines
Diff to previous 1.31
Support translation of every message, where other modules
support translation. Include the numbers and names in the texts,
and let the translators choose where that stuff should go in the
text.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 13:24:26 2003 UTC (6 years, 5 months ago) by weitzman
Branch: MAIN
Branch point for: DRUPAL-4-2
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
fixed a db_query_range() call

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 19:31:29 2003 UTC (6 years, 7 months ago) by weitzman
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
now using db_query_range() for better DB compatibility

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 17:23:57 2003 UTC (6 years, 7 months ago) by weitzman
Branch: MAIN
Changes since 1.28: +6 -1 lines
Diff to previous 1.28
added a warning when an admin fails to assign a vocabulary to this module

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 10 22:40:24 2003 UTC (6 years, 8 months ago) by ax
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27
don't show / count unpublished / to be moderated links

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 20 03:24:45 2003 UTC (6 years, 9 months ago) by ax
Branch: MAIN
Changes since 1.26: +1 -2 lines
Diff to previous 1.26
fixed a small bug in format_plural(<hits>)

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 20 00:42:44 2003 UTC (6 years, 9 months ago) by ax
Branch: MAIN
Changes since 1.25: +325 -321 lines
Diff to previous 1.25
- fixed bad line endings (last commit was with the wrong ones)
- added pager support. can be toggled / configured via weblink_settings()
- fixed some "uninitialized var" warnings (methods first '$output .= "..."' > '$output = "..."')

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 19 14:11:02 2003 UTC (6 years, 9 months ago) by barry
Branch: MAIN
Changes since 1.24: +321 -319 lines
Diff to previous 1.24

updated to work with clean url's

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 15 12:36:43 2003 UTC (6 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.23: +8 -8 lines
Diff to previous 1.23
- Updated the modules in the contributions repository to use
  'theme("function")' instead of '$theme->function()'.  Hopefully I didn't
  break anything.  If I did, let me know.

  The following modules need special attention (but should still work as is):

  1. The ldap_integration directory has its own user.module; I haven't updated
     the documentation bit that talks about themes.

  2. The hotlist module uses '$theme->hotlist_del_icon'.  Should be avoided
     and somehow wrapped in a (larger) call to theme().

  3. The image module has its own way of doing what 'theme()' does (or the
     former 'theme_invoke()').  Constructs like the one below (a) look wrong
     and (b) should be rewritten to properly use 'theme()'.  For example:

     $theme->box("foo", method_exists("bar") ? $theme->bar() : $bar);

     Search for "image_gallery_album", "image_gallery_home" and
     "image_thumb_browser".  I've already changed '$theme->box()' to
     'theme()'.

  4. The sidebar module uses '$theme->foreground' and '$theme->background'.
     Should be avoided and somehow wrapped in a (larger) call to theme().

  5. The org_informations module uses '$theme->separator()', which is new to
     me.

  6. The taxonomy_filter module uses '$theme->taxolist_filter_item()'.  It
     should use 'theme("taxolist_filter_item")' instead.  I haven't changed
     it because it would probably fail to resolve the default function if
     not overridden by a theme.

  7. The taxonomy_dhtml module's INSTALL file still talks about
     '$theme->image'.

  8. The xloadtree module's INSTALL file still talks about '$theme->image'.

  9. I haven't updated the style.module; too many $theme's, though I don't
     think it needs any updates.

  [I'll try to update the sandboxes later on.]

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 11 20:27:26 2003 UTC (6 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.22: +4 -4 lines
Diff to previous 1.22
- See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 23 11:05:31 2002 UTC (6 years, 11 months ago) by porciletto
Branch: MAIN
Branch point for: DRUPAL-4-1
Changes since 1.21: +10 -21 lines
Diff to previous 1.21
replaced custom function with official theme_invoke
replaced generic "post content" permission with "create weblinks"
indexed to nid

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 8 23:24:26 2002 UTC (6 years, 11 months ago) by porciletto
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
updated to taxonomy rev 1.20

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 29 02:56:52 2002 UTC (7 years, 1 month ago) by barry
Branch: MAIN
Changes since 1.19: +31 -33 lines
Diff to previous 1.19
* Fixed problems with earlier update (must test before commiting in future, doh!)
* Ran code through code-style.pl

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 29 00:24:19 2002 UTC (7 years, 1 month ago) by barry
Branch: MAIN
Changes since 1.18: +22 -14 lines
Diff to previous 1.18
updated to work with latest changes to block system.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 17 12:22:29 2002 UTC (7 years, 1 month ago) by barry
Branch: MAIN
Changes since 1.17: +4 -2 lines
Diff to previous 1.17
* Fixed a taxonomy related bug, a missing unset() made the main
directory page list sub-terms incorrectly.

* added a <br /> in after each link, i think this looks better.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 18 15:40:55 2002 UTC (7 years, 3 months ago) by barry
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Corrected the revision number

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 18 15:40:06 2002 UTC (7 years, 3 months ago) by barry
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
----------------------------------------------------------------------

Increased length of link field in weblink_form()
Thanks Jef :)

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 12 21:16:16 2002 UTC (7 years, 3 months ago) by barry
Branch: MAIN
Changes since 1.14: +125 -68 lines
Diff to previous 1.14
a few additions by Marco :)

changes:
- just one vocabulary is used for browsing; this is consistent with
imagea and forum2
- complete support for unlimited subcategories
- support for themes; one has to override weblink_page_default(),
weblink_page_view() or weblink_node_short() in his theme
- some cosmetic, more "directory-like" changes
- other minor fixes

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 9 16:36:38 2002 UTC (7 years, 4 months ago) by barry
Branch: MAIN
Changes since 1.13: +9 -13 lines
Diff to previous 1.13
Applied marco's fixs:
 - deleted unused globals
 - fixed a few queries
 - removed a filter() call

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 6 18:03:50 2002 UTC (7 years, 4 months ago) by barry
Branch: MAIN
Changes since 1.12: +20 -16 lines
Diff to previous 1.12

Applied Julio's multiple vocabulary patch.

Please Note: I've not tested this as I'm in a bit of a rush, so any feedback is welcome especially from Simon with regards to the work he did earlier this week.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 2 23:23:51 2002 UTC (7 years, 4 months ago) by simon
Branch: MAIN
Changes since 1.11: +49 -21 lines
Diff to previous 1.11
Fixed taxonomy behaviour to handle subcategories in taxonomy terms correctly, and to support relations.
Fixed the "mouse hover" title in a few places.
Added new feature to users "edit account" page, so they can choose whether to have the weblink module open a new window when a link is clicked or not.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 16 23:03:11 2002 UTC (7 years, 5 months ago) by barry
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10

Fixed a small bug (Thanks Kristjan)

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 9 12:17:13 2002 UTC (7 years, 6 months ago) by barry
Branch: MAIN
Branch point for: DRUPAL-4-0
Changes since 1.9: +1 -1 lines
Diff to previous 1.9

- added _system function
- cosmetic change to configuration page
- all a tags replaced with lm()'s
- small bugfix to the block

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 9 12:15:38 2002 UTC (7 years, 6 months ago) by barry
Branch: MAIN
Changes since 1.8: +11 -9 lines
Diff to previous 1.8

woops, commited rather than updated

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 2 12:37:21 2002 UTC (7 years, 6 months ago) by barry
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7

a slight cosmetic change to the _form function's output. (thanks Moshe)

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 26 14:39:02 2002 UTC (7 years, 7 months ago) by barry
Branch: MAIN
Changes since 1.6: +18 -13 lines
Diff to previous 1.6

fixed an error where on displaying nodes it would show all nodes not just weblin
ks

the rest was really just cosmetic stuff:
 moved the click counter out of the a tag
 module now passes the code-style script

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 25 20:28:34 2002 UTC (7 years, 7 months ago) by barry
Branch: MAIN
Changes since 1.5: +88 -17 lines
Diff to previous 1.5

one step closer to a full directory system
(doesn't support having > 1 vocabulary or vocabularies with terms deeper than 1 level, yet)

90% of links are called using lm()
(the few that don't require target="_blank")

added a top 10 links block

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 19 11:38:43 2002 UTC (7 years, 7 months ago) by barry
Branch: MAIN
Changes since 1.4: +13 -2 lines
Diff to previous 1.4

commited a few ui changes suggested by moshe:

* helper text under the link textbox explaining submission guidelines.
* the link in the node's links box:
    now has a title tag containing the nodes title
    the display mode of the link in the links bar is now confurable and can be displayed as the nodes title or the url
* updated the install file to include a step about enabling the module and tidied up the wishlist

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 18 19:50:15 2002 UTC (7 years, 7 months ago) by barry
Branch: MAIN
Changes since 1.3: +83 -85 lines
Diff to previous 1.3

the module now checks the user has post content rights,
it complies with coding standards &
now supports taxonomy

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 18 12:05:31 2002 UTC (7 years, 7 months ago) by barry
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2

fixed node sorting problem in node_page_default() (added a DESC to the end of sql statement)

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 11 19:15:09 2002 UTC (7 years, 7 months ago) by barry
Branch: MAIN
Changes since 1.1: +33 -12 lines
Diff to previous 1.1

tidied up the code a little
added a click-through counter

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 3 12:05:29 2002 UTC (7 years, 7 months ago) by barry
Branch: MAIN

Initial commit of the weblinks module.
see INSTALL and CHANGELOG for more info.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2