Releases for Glossify Internal Links Auto SEO
glossify 6.x-2.2
rsvelko - December 21, 2009 - 14:43
| Download | Size | md5 hash |
|---|---|---|
| glossify-6.x-2.2.tar.gz | 10.92 KB | 4836db28b7c033eb4145e20d25a7ded7 |
Official release from CVS tag: DRUPAL-6--2-2
Last updated: December 21, 2009 - 14:45
Changes since DRUPAL-6--2-1:
- #664926 by rsvelko: added a setting for Unicode support (On by default) - so that people with PCRE problems can turn this off.
glossify 6.x-2.1
rsvelko - December 18, 2009 - 15:44
| Download | Size | md5 hash |
|---|---|---|
| glossify-6.x-2.1.tar.gz | 10.73 KB | 9efaf6411eeb6873ae22a2f2515167fe |
Official release from CVS tag: DRUPAL-6--2-1
Last updated: December 18, 2009 - 15:45
Changes since DRUPAL-6--2-0:
- #333743 by rsvelko: made it work with html-entities (thus compatible with WYSWYG editors) Hooray!.
glossify 6.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| glossify-6.x-2.0.tar.gz | 10.55 KB | 3f9bc34361f6dcf0b16cecc24bcc1f84 |
Official release from CVS tag: DRUPAL-6--2-0
Last updated: December 18, 2009 - 15:05
Changes since DRUPAL-6--2-0-RC2:
- #333743 by rsvelko: changed the regexp that auto-links - now this module works with Unicode characters (Cyrillic etc. ) (html-escaped sequences are still a problem).
glossify 6.x-2.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| glossify-6.x-2.0-rc2.tar.gz | 10.51 KB | 4e6bd12f6cac0d668a989390870be69a |
Official release from CVS tag: DRUPAL-6--2-0-RC2
Last updated: November 26, 2009 - 21:15
Changes since DRUPAL-6--2-0-RC1:
- by rsvelko: Added the 'do not break words' option in the Admin UI and a time-needed-for-parsing debug option.
- by rsvelko: Simplified the README.
- #369156 by rsvelko: Fixed the keywords-within-keywords problem. The current replacement happens in '1st come-1st served'-mode. First always come the longer term-titles . If one term is linkified, no other links can further see this text chunk...
glossify 6.x-2.0-rc1
rsvelko - November 26, 2009 - 09:57
| Download | Size | md5 hash |
|---|---|---|
| glossify-6.x-2.0-rc1.tar.gz | 10.13 KB | 1cfaa59159a1f0d7518b1e8d850cb014 |
Official release from CVS tag: DRUPAL-6--2-0-RC1
Last updated: November 26, 2009 - 10:00
Changes since DRUPAL-6--2-0-ALPHA1:
- by rsvelko: do not link node to itself - made title aware not just nid aware.
- by rsvelko: Re-wrote the html-parsing (yes - one more time!) to make it run in one go - instead of in a foreach..
- by rsvelko: Now link-only-1st should work. Initial tests are good.
- by rsvelko: New option: do-not-break-words (default=TRUE). After you update - only whole words will be linkify-ed.
glossify 6.x-1.x-dev
rsvelko - August 30, 2009 - 12:06
| Download | Size | md5 hash |
|---|---|---|
| glossify-6.x-1.x-dev.tar.gz | 10.92 KB | c1a2475d3d329749f57c256dbc910776 |
Nightly development snapshot from CVS branch: DRUPAL-6--1
Last updated: December 22, 2009 - 00:07
Changes since DRUPAL-6--2-0-ALPHA1:
glossify 6.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| glossify-6.x-2.0-alpha1.tar.gz | 10.2 KB | 429c9433c17bfdf99e957112d1ff7885 |
Official release from CVS tag: DRUPAL-6--2-0-ALPHA1
Last updated: August 29, 2009 - 04:15
Since v2.0 - the module uses the simplehtmldom PHP library ( simplehtmldom ) via the simplehtmldom API module (a new requirement of Glossify ).
This ensures that html is parsed safely=correctly in hook_nodeapi, $op=alter.
- no replacement is done in the html tags themselves (a bug in Glossify v.1.x)
- only in their plaintext
- all a-tags' plaintext is ignored
- when doing a preg_replace - the node's title is preg_quote-ed
glossify 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| glossify-6.x-1.1.tar.gz | 9.66 KB | 497e047d0b3c7969f1060e8d91482ed6 |
Official release from CVS tag: DRUPAL-6--1-1
Last updated: November 5, 2008 - 18:45
Changes:
- Regex should be better behaved (honors word boundaries, should be better at leaving markup alone)
- Won't link a node to itself.
glossify 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| glossify-5.x-1.1.tar.gz | 9.66 KB | 30d3586515e687c4221b66f47ba6df65 |
Official release from CVS tag: DRUPAL-5--1-1
Last updated: November 5, 2008 - 18:30
Initial port to Drupal 5 by miche. Fixes [#328459].
Changes:
- Regex should be better behaved (honors word boundaries, should be better at leaving markup alone)
- Won't link a node to itself
glossify 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| glossify-6.x-1.0.tar.gz | 9.6 KB | bc264b4031a6195f26f6f50a675f9251 |
Official release from CVS tag: DRUPAL-6--1-0
Last updated: October 29, 2008 - 15:10
Initial version.
