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

Log of /contributions/modules/contextlinks/contextlinks.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.10.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 13:16:37 2007 UTC (2 years, 4 months ago) by jhriggs
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.10.2.1: +3 -3 lines
Diff to previous 1.10.2.1 , to branch point 1.10 , to next main 1.11
- release 5.x-1.2
- contextlinks.module
  - only validate template URL if one is provided (fixes bug 144186
    reported by Doobyfrucan)

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 22 03:01:05 2007 UTC (2 years, 9 months ago) by jhriggs
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +5 -5 lines
Diff to previous 1.10
merge from DRUPAL-5

Revision 1.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 22 02:59:35 2007 UTC (2 years, 9 months ago) by jhriggs
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.10: +5 -5 lines
Diff to previous 1.10
  - release 5.x-1.1
  - contextlinks.module
    - only validate image URL if one is provided
    - fix updating of classes by getting cid from $form_values in
      _contextlinks_admin_form_submit()

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 15 16:42:51 2007 UTC (2 years, 9 months ago) by jhriggs
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.9: +236 -220 lines
Diff to previous 1.9
  - release 5.x-1.0
  - contextlinks.module
    - updated for Drupal 5 (addresses feature 105601 requested by vb)
    - add URL template to classes for shorthand links for searches or
      other uses (http://google.com/search?q={}&lr=lang_sr) (addresses
      feature 28260 requested by flevour)
  - contextlinks.js: updated for jQuery in Drupal 5
  - contextlinks.info: new file
  - contextlinks.install
    - remove ctime, mtime, uid
    - add url_template
    - add google, amazon template examples
  - INSTALL.txt, README.txt: updated for Drupal 5 changes

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 10 16:14:45 2006 UTC (3 years, 6 months ago) by jhriggs
Branch: MAIN
Changes since 1.8: +240 -466 lines
Diff to previous 1.8
merge from DRUPAL-4-7

Revision 1.8.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 10 16:12:47 2006 UTC (3 years, 6 months ago) by jhriggs
Branch: DRUPAL-4-7
Changes since 1.8: +240 -466 lines
Diff to previous 1.8 , to next main 1.11
  - release 4.7r2/2006051000
  - contextlinks.module
    - updated coding style to more-closely resemble Drupal's standards
    - moved all admin pages under admin/settings
    - removed install/remove
    - use theme_add_style() for CSS
    - use drupal_add_js() for Javascript
  - contextlinks.install
    - new install file
    - performs database UTF-8 update
  - contextlinks.js: use addLoadEvent()
  - INSTALL.txt
    - updated paths
    - added note about adding to input formats
    - removed install system note
  - README.txt: added contextlinks.install

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 29 17:49:54 2005 UTC (3 years, 11 months ago) by jhriggs
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.7: +201 -118 lines
Diff to previous 1.7
  - release 4.7r1/2005112900
  - contextlinks.module
    - updated for Drupal 4.7
    - moved install/remove to admin/contextlinks
    - set window.onload rather than using hook_onload()
  - contextlinks.js: set window.onload rather than using hook_onload()
  - INSTALL.txt: updated paths

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 21 16:17:23 2005 UTC (4 years, 8 months ago) by jhriggs
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.6: +5 -5 lines
Diff to previous 1.6
version 4.6r1 - initial 4.6 release

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 17 14:06:32 2005 UTC (4 years, 10 months ago) by jhriggs
Branch: MAIN
Changes since 1.5: +18 -19 lines
Diff to previous 1.5
merge from 4.5

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 17 14:02:43 2005 UTC (4 years, 10 months ago) by jhriggs
Branch: DRUPAL-4-5
Changes since 1.5: +18 -19 lines
Diff to previous 1.5 , to next main 1.11
2005-01-17
  - release 4.5r3/2005011700 (updated versioning to be more
    meaningful)
  - contextlinks.module:
    - moved script import from _init() to _menu()
    - fixed installation/removal bug where menus would not properly
      update (fixes bug 15699 reported by sammoscheck)

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 16 19:21:59 2004 UTC (5 years, 2 months ago) by jhriggs
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.4: +6 -6 lines
Diff to previous 1.4
  - release 1.1.1/2004091600
  - contextlinks.module:
    - updated for menu caching
    - fixed description bug on admin/modules page

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 3 19:36:12 2004 UTC (5 years, 2 months ago) by jhriggs
Branch: MAIN
Changes since 1.3: +192 -233 lines
Diff to previous 1.3
  - release 1.1.0/2004090301
  - contextlinks.module: updated for CVS, including input formats

  - release 1.0.3/2004090300
  - contextlinks.module:
    - capitalized yes/no
    - added braces to db_next_id() calls
    - placed style/script HTML head additions in hook_init()
    - updated to use script for new windows rather than
      HTML4/XHTML-invalid 'target' attribute
    - implemented hook_onload()
    - removed single quotes from %d in queries

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 3 17:22:11 2004 UTC (5 years, 2 months ago) by jhriggs
CVS Tags: DRUPAL-4-4
Changes since 1.2.2.1: +54 -40 lines
Diff to previous 1.2.2.1 , to branch point 1.2 , to next main 1.11
  - release 1.0.3/2004090300
  - contextlinks.module:
    - capitalized yes/no
    - added braces to db_next_id() calls
    - placed style/script HTML head additions in hook_init()
    - updated to use script for new windows rather than
      HTML4/XHTML-invalid 'target' attribute
    - implemented hook_onload()
    - removed single quotes from %d in queries

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 17 17:32:59 2004 UTC (5 years, 3 months ago) by jhriggs
Branch: MAIN
Changes since 1.2: +173 -244 lines
Diff to previous 1.2
  - release 1.0.2/2004081700
  - contextlinks.module:
    - fixed/updated doc comments
    - changed double quotes to single quotes where appropriate
    - added several missing t() calls
    - changed link-creation to not use l() which broke external links
      with clean URLs disabled (fixes bug 10127 reported by juh)
    - removed _contextlinks_error_handler()

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 17 17:30:35 2004 UTC (5 years, 3 months ago) by jhriggs
Changes since 1.2: +173 -244 lines
Diff to previous 1.2
  - release 1.0.2/2004081700
  - contextlinks.module:
    - fixed/updated doc comments
    - changed double quotes to single quotes where appropriate
    - added several missing t() calls
    - changed link-creation to not use l() which broke external links
      with clean URLs disabled (fixes bug 10127 reported by juh)
    - removed _contextlinks_error_handler()

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 19 13:49:14 2004 UTC (5 years, 6 months ago) by jhriggs
Branch: MAIN
Changes since 1.1: +4 -3 lines
Diff to previous 1.1
  - release 1.0.1/2004051900
  - contextlinks.module: re-added missing default info class to
    install
  - contextlinks.png: updated to include default info class

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 12 19:59:26 2004 UTC (5 years, 6 months ago) by jhriggs
Branch: MAIN
initial import; 1.0/2004051200

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