Probably the proper D7 place for Content Lock is the Content Authoring section, at admin/config/content, this is one-liner in content_lock.module (line 82):

- $items['admin/settings/content_lock']
+ $items['admin/config/content/content_lock']
CommentFileSizeAuthor
#1 configure_links-1277444-1.patch939 bytesjaydub

Comments

jaydub’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new939 bytes

The latest code in the d7 branch has the proper path set but the module .info files do not have the updated link set which means that the configure link on the modules page is not working. The attached patch fixes that.

13rac1’s picture

Status: Needs review » Reviewed & tested by the community

Works.

larowlan’s picture

Status: Reviewed & tested by the community » Needs work

Also needs to include changes to hook_menu (the patch file)

jaydub’s picture

Status: Needs work » Reviewed & tested by the community

The path to /admin/config/content/content_lock is already updated in hook_menu(). See http://drupalcode.org/project/content_lock.git/blob/refs/heads/7.x-1.x:/...

ohnobinki’s picture

Version: 7.x-1.x-dev » 7.x-1.1
Component: Miscellaneous » User interface
Category: task » bug
Status: Reviewed & tested by the community » Fixed

I'm quite sure this is fixed in 7.x-1.3

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

jaydub’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
Status: Closed (fixed) » Needs review

The change to the .info file as posted in my patch in #1 has not been committed to git yet so reopening. This is a quickie fix.

likewhoa’s picture

Version: 7.x-1.x-dev » 7.x-2.0
Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

works for me.

pandaski’s picture

Version: 7.x-2.0 » 7.x-2.x-dev
Status: Reviewed & tested by the community » Patch (to be ported)
Issue tags: +7.x-2.1

  • Joseph Zhao committed ccd935b on 7.x-2.x
    Issue #1277444 by jaydub: Move "Content Lock" to admin/config/content
    
pandaski’s picture

Status: Patch (to be ported) » Fixed

Thanks guys, will be in next release very soon.

  • Joseph Zhao committed ccd935b on 7.x-3.x
    Issue #1277444 by jaydub: Move "Content Lock" to admin/config/content
    
drumm’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.