block_edit 6.x-1.11
| Download | Size | md5 hash |
|---|---|---|
| block_edit-6.x-1.11.tar.gz | 11.59 KB | bcd0ef5e7752753fdb3a981b818125da |
| block_edit-6.x-1.11.zip | 13.62 KB | d09568a469dcd4ee3dc827bed52700df |
Release notes
Changes since 6.x-1.10:
- Only hide tabs on node/[nid].
- Added hook_perm.
- Added 'administer block_edit' permission. #822664: Add "administer block_edit" permission
- Fixed PHP notice. #755410: PHP notice: unset variable used
- Added 'clone' to node link options; fixed undefined index. #1222910: PHP5.3 watchdog error undefined index 'clone' and 'devel'
- Fixed CCK permission problem. #799674: Permission denied when clicking Edit Type
- Changed default value for Panels setting. #1197848: Block Edit defaults should not disabled Panels edit links
- Added uninstall hook to delete variables; renamed 'node_link_options' variable to respect the module's namespace. #919044: No uninstall hook
- Showed links on Views blocks if Views is hiding its own links. #1229666: Edit links for block generated by Views module are not showing
- Changed JS and CSS to not be aggregated. #746322: Don't Aggregate Block Edit CSS
- Keyed the links for easier CSS targeting. #994006: Links passed to theme_links are not keyed resulting in invalid class names in the markup
- Hide node links when not in 'normal' build mode. #812386: Disallow the edit links to appear in simplenews, rss, preview and print
block_edit 6.x-1.10
| Download | Size | md5 hash |
|---|---|---|
| block_edit-6.x-1.10.tar.gz | 10.05 KB | 8abbba413618eda9e74906fe1c66af03 |
| block_edit-6.x-1.10.zip | 11.97 KB | 006f376136b83b423faacadf3deb0809 |
Release notes
Changes since DRUPAL-6--1-9:
- Added finer grained permission for node links.
- Allowed different types of node links to be disabled regardless of permission.
- Added edit/delete any/own permissions support.
- Added checkbox and JS setting to control whether hover effect is used or not.
- Moved all drupal_add_ functions into hook_init (for performance reasons).
- Use JS to hide links so they display without JS enabled.
block_edit 6.x-1.9
| Download | Size | md5 hash |
|---|---|---|
| block_edit-6.x-1.9.tar.gz | 9.86 KB | 2a37e3d0399e1f6a3d72d56f5f100118 |
| block_edit-6.x-1.9.zip | 11.68 KB | 53718356e7cf99638094c034f3239540 |
Release notes
Changes since DRUPAL-6--1-8:
- Added option to hide tabs for a node type.
- Fix views admin links by setting auto width.
block_edit 6.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| block_edit-6.x-1.8.tar.gz | 9.7 KB | d5bc31d918be40f82e4f1dcd436c178c |
| block_edit-6.x-1.8.zip | 11.5 KB | bd8f493ee033da18221afdfacf359853 |
Release notes
Changes since DRUPAL-6--1-7:
- Fixed missing "List links" link from nice_menus and menu_block menus.
- General cleanup. Removed old comments and whitespace.
- #674754 by swentel and psynaptic: Default install doesn't trigger node edit links.
- Added panels support. Basically, just disable panels admin links by default with the ability to turn them back on. This is because we provide our own links for nodes.
- Adjusted CSS to highlight each link on hover instead of Views' default of highlighting all links.
- Streamlined CSS and made it work with themes that style ul.links li a.
- Added Edit type, Manage fields and Display fields to node edit links.
block_edit 6.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| block_edit-6.x-1.7.tar.gz | 9.51 KB | b765de1e8859bca9d60e97af2ed99b29 |
| block_edit-6.x-1.7.zip | 11.33 KB | 8831841d8169a17a92fcc55cc8447d92 |
Release notes
Changes since DRUPAL-6--1-5:
Read moreblock_edit 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| block_edit-6.x-1.6.tar.gz | 9.51 KB | 749bc359805a096d7f5f6aa7c8231f0e |
| block_edit-6.x-1.6.zip | 11.34 KB | eb9541352338e886b05598f6ce823481 |
Release notes
Changes since DRUPAL-6--1-5:
Read moreblock_edit 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| block_edit-6.x-1.5.tar.gz | 7.56 KB | f2daaa97e33c2f2a718095b4d9d2abca |
| block_edit-6.x-1.5.zip | 8.97 KB | 9d5c31a0eca0fedb8e2c7089e5bddede |
Release notes
block_edit 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| block_edit-6.x-1.4.tar.gz | 7.23 KB | 9b9921b60ff1aa1c754930d6929cca7e |
| block_edit-6.x-1.4.zip | 8.6 KB | 49e0b612a06a38a099c1b2ac3090e0e5 |
Release notes
Moved configure link for blocks generated by Views into the admin hover links provided by Views itself.
block_edit 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| block_edit-6.x-1.x-dev.tar.gz | 11.59 KB | af6412fc5c6f4e4cb70a0eb592d73d08 |
| block_edit-6.x-1.x-dev.zip | 13.63 KB | c65d766385dcd14e7ddf5d664fc996c6 |
Release notes
Nightly snapshot of the current development branch for Drupal 6.x.
block_edit 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| block_edit-6.x-1.3.tar.gz | 7.05 KB | f2d9cc057cfb79c9d2290b31ed60ab31 |
| block_edit-6.x-1.3.zip | 8.13 KB | 179dc7091b126be5017edd43bdaf42ff |
Release notes
- #337156: Adding basePath to edit links for cases when Drupal is in a sub-directory.
- #364091 by dharmatech: Add return path to edit links via Drupal.settings.block_edit.destination.
- #469740 by psynaptic: Make block edit links visually same as Views' edit links.
- Drupal coding standards and general clean-up.
- Change underscores to hyphens in CSS id and class attribute values to follow Drupal coding standards.
block_edit 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| block_edit-6.x-1.2.tar.gz | 6.81 KB | fb0936735e39e5c1521c1bd2ced1b5ac |
| block_edit-6.x-1.2.zip | 7.85 KB | dffc197e8fdc719f16f3511697e12b79 |
Release notes
Fixed javascript problems
block_edit 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| block_edit-5.x-1.2.tar.gz | 6.8 KB | e686d86e378a299eca5421fff3f47f9a |
| block_edit-5.x-1.2.zip | 7.83 KB | 2de3b3928bd11838679870b2948aa229 |
Release notes
Fixed Javascript Problems
block_edit 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| block_edit-5.x-1.1.tar.gz | 6.74 KB | a5103603d158ce1c3f5fe487aba0ae6f |
| block_edit-5.x-1.1.zip | 7.77 KB | d6cfe6f827107742d17d354a384d9e10 |
Release notes
Fixes accidental version problem
block_edit 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| block_edit-5.x-1.0.tar.gz | 6.75 KB | 59b1483f779954238c5a10b8e7bc7c16 |
| block_edit-5.x-1.0.zip | 7.78 KB | 32bf62e6822b75bcb16040047bde4f58 |
Release notes
First release for Drupal5
block_edit 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| block_edit-6.x-1.0.tar.gz | 6.75 KB | 8fc757777d6485aaf379847cf3b96f37 |
| block_edit-6.x-1.0.zip | 7.79 KB | 3a7ba6cbb10d1e50764267e9f39355cb |
Release notes
First Release for Drupal6