Closed (fixed)
Project:
Page Title
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
13 Mar 2012 at 23:19 UTC
Updated:
30 May 2012 at 16:40 UTC
Jump to comment: Most recent file
I'm doing this as a separate module and will post a patch soon.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | page_title-uuid-deploy-dupport-1481104-1.patch | 1.81 KB | recidive |
Comments
Comment #1
recidive commentedHere's the patch that adds a submodule page_title_uuid and add UUID and Deploy support to Page Title.
Comment #2
nicholasthompsonI have applied this to the D7 branch. It doesn't look like there is a UUID API in the D6 branch?
I haven't applied the patch directly as I think its excessive to have this in a separate module when its just a non-dependant hook implementation, so I added it directly into the module.
Do we also need to implement any of the other hooks?
http://drupalcode.org/project/uuid.git/blob/10cac313a421eaea004d45b3feb5...
Comment #3
recidive commentedHi @nicholasThompson. Thanks for committing this.
I've just committed a patch to implement hook_hook_info() in uuid module, so now the hooks can live in a separate inc file.