| 1 |
contextlinks.module
|
| 2 |
CHANGELOG.txt
|
| 3 |
$Id: CHANGELOG.txt,v 1.7.2.1 2007/02/22 02:59:35 jhriggs Exp $
|
| 4 |
|
| 5 |
2007-02-21
|
| 6 |
- release 5.x-1.1
|
| 7 |
- contextlinks.module
|
| 8 |
- only validate image URL if one is provided
|
| 9 |
- fix updating of classes by getting cid from $form_values in
|
| 10 |
_contextlinks_admin_form_submit()
|
| 11 |
|
| 12 |
2007-02-15
|
| 13 |
- release 5.x-1.0
|
| 14 |
- contextlinks.module
|
| 15 |
- updated for Drupal 5 (addresses feature 105601 requested by vb)
|
| 16 |
- add URL template to classes for shorthand links for searches or
|
| 17 |
other uses (http://google.com/search?q={}&lr=lang_sr) (addresses
|
| 18 |
feature 28260 requested by flevour)
|
| 19 |
- contextlinks.js: updated for jQuery in Drupal 5
|
| 20 |
- contextlinks.info: new file
|
| 21 |
- contextlinks.install
|
| 22 |
- remove ctime, mtime, uid
|
| 23 |
- add url_template
|
| 24 |
- add google, amazon template examples
|
| 25 |
- INSTALL.txt, README.txt: updated for Drupal 5 changes
|
| 26 |
|
| 27 |
2006-05-10
|
| 28 |
- release 4.7r2/2006051000
|
| 29 |
- contextlinks.module
|
| 30 |
- updated coding style to more-closely resemble Drupal's standards
|
| 31 |
- moved all admin pages under admin/settings
|
| 32 |
- removed install/remove
|
| 33 |
- use theme_add_style() for CSS
|
| 34 |
- use drupal_add_js() for Javascript
|
| 35 |
- contextlinks.install
|
| 36 |
- new install file
|
| 37 |
- performs database UTF-8 update
|
| 38 |
- contextlinks.js: use addLoadEvent()
|
| 39 |
- INSTALL.txt
|
| 40 |
- updated paths
|
| 41 |
- added note about adding to input formats
|
| 42 |
- removed install system note
|
| 43 |
- README.txt: added contextlinks.install
|
| 44 |
|
| 45 |
2005-11-29
|
| 46 |
- release 4.7r1/2005112900
|
| 47 |
- contextlinks.module
|
| 48 |
- updated for Drupal 4.7
|
| 49 |
- moved install/remove to admin/contextlinks
|
| 50 |
- set window.onload rather than using hook_onload()
|
| 51 |
- contextlinks.js: set window.onload rather than using hook_onload()
|
| 52 |
- INSTALL.txt: updated paths
|
| 53 |
|
| 54 |
2005-03-21
|
| 55 |
- release 4.6r1/2005032100
|
| 56 |
- contextlinks.module: updated for Drupal 4.6
|
| 57 |
|
| 58 |
2005-01-17
|
| 59 |
- release 4.5r3/2005011700 (updated versioning to be more
|
| 60 |
meaningful)
|
| 61 |
- contextlinks.module
|
| 62 |
- moved script import from _init() to _menu()
|
| 63 |
- fixed installation/removal bug where menus would not properly
|
| 64 |
update (fixes bug 15699 reported by sammoscheck)
|
| 65 |
|
| 66 |
2004-09-16
|
| 67 |
- release 1.1.1/2004091600
|
| 68 |
- contextlinks.module
|
| 69 |
- updated for menu caching
|
| 70 |
- fixed description bug on admin/modules page
|
| 71 |
|
| 72 |
2004-09-03
|
| 73 |
- release 1.1.0/2004090301
|
| 74 |
- contextlinks.module: updated for CVS, including input formats
|
| 75 |
|
| 76 |
2004-09-03
|
| 77 |
- release 1.0.3/2004090300
|
| 78 |
- contextlinks.module
|
| 79 |
- capitalized yes/no
|
| 80 |
- added braces to db_next_id() calls
|
| 81 |
- placed style/script HTML head additions in hook_init()
|
| 82 |
- updated to use script for new windows rather than
|
| 83 |
HTML4/XHTML-invalid 'target' attribute
|
| 84 |
- implemented hook_onload()
|
| 85 |
- removed single quotes from %d in queries
|
| 86 |
- contextlinks.css: added inline display to image
|
| 87 |
- contextlinks.js: added
|
| 88 |
- README: updated for contextlinks.js
|
| 89 |
|
| 90 |
2004-08-17
|
| 91 |
- release 1.0.2/2004081700
|
| 92 |
- contextlinks.module
|
| 93 |
- fixed/updated doc comments
|
| 94 |
- changed double quotes to single quotes where appropriate
|
| 95 |
- added several missing t() calls
|
| 96 |
- changed link-creation to not use l() which broke external links
|
| 97 |
with clean URLs disabled (fixes bug 10127 reported by juh)
|
| 98 |
- removed _contextlinks_error_handler()
|
| 99 |
|
| 100 |
2004-05-19
|
| 101 |
- release 1.0.1/2004051900
|
| 102 |
- contextlinks.module: re-added missing default info class to
|
| 103 |
install
|
| 104 |
- contextlinks.png: updated to include default info class
|
| 105 |
|
| 106 |
2004-05-12
|
| 107 |
- initial release 1.0/2004051200
|