CHANGELOG.txt |
CHANGELOG.txt |
|
Linkit x.x-x.x, xxxx-xx-xx
Linkit 7.x-1.3, 2011-10-29
------------------------------
#1106774 by anon: Linkit popup is not closed when instering links.
#1105018 by donniewiko, anon: Strict Standards: Only variables should be passed
by… |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
verbatim copies of this license document, but… |
linkit-dashboard.tpl.php |
linkit-dashboard.tpl.php |
|
Linkit dashboard template file |
linkit.admin.inc |
linkit.admin.inc |
|
Admin page callbacks for the Linkit module. |
linkit.css |
css/linkit.css |
|
#linkit { padding:1em; }
#linkit .auto-item-info {
float:right;
font-size:10px;
}
#linkit .auto-item-info span { font-weight:bold; }
#linkit .auto-item-title {
margin-right:1.5em;
float:left;
}
span.throbber {
height: 15px;
margin: 1em… |
linkit.info |
linkit.info |
|
name = Linkit
description = Linkit provides an easy way for users to link to internal content by search with an autocomplete field.
core = 7.x
package = Linkit
configure = admin/config/content/linkit
dependencies[] = pathologic |
linkit.install |
linkit.install |
|
Installation file for linkit. |
linkit.module |
linkit.module |
|
Main file for linkit module. |
linkit_file.info |
plugins/linkit_file/linkit_file.info |
|
name = Linkit File
description = Extend Linkit with support for file links.
core = 7.x
package = Linkit
dependencies[] = "linkit" |
linkit_file.module |
plugins/linkit_file/linkit_file.module |
|
Extend Linkit with files. |
linkit_node.info |
plugins/linkit_node/linkit_node.info |
|
name = Linkit Node
description = Extend Linkit with support for node links.
core = 7.x
package = Linkit
dependencies[] = "linkit" |
linkit_node.module |
plugins/linkit_node/linkit_node.module |
|
Extend Linkit with node links. |
linkit_permissions.info |
plugins/linkit_permissions/linkit_permissions.info |
|
name = Linkit Permissions
description = Extend Linkit with permissions for plugins.
core = 7.x
package = Linkit
dependencies[] = "linkit" |
linkit_permissions.module |
plugins/linkit_permissions/linkit_permissions.module |
|
Extend Linkit with permissions. |
linkit_taxonomy.info |
plugins/linkit_taxonomy/linkit_taxonomy.info |
|
name = Linkit Taxonomy
description = Extend Linkit with support for taxonomy links.
core = 7.x
package = Linkit
dependencies[] = "linkit"
dependencies[] = "taxonomy" |
linkit_taxonomy.module |
plugins/linkit_taxonomy/linkit_taxonomy.module |
|
Extend Linkit with taxonomy links. |
linkit_user.info |
plugins/linkit_user/linkit_user.info |
|
name = Linkit User
description = Extend Linkit with support for user links.
core = 7.x
package = Linkit
dependencies[] = "linkit" |
linkit_user.module |
plugins/linkit_user/linkit_user.module |
|
Extend Linkit with user links. |
README.txt |
README.txt |
|
INTRODUCTION
============
Linkit provides an easy interface for internal linking. Linkit links to
nodes, users, files and terms by default, using an autocomplete field.
Linkit has two major advantages over traditional linking
1. The user does not… |