| /[drupal]/contributions/modules/page_title/page_title.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Changed description text inline with usability suggestion in #600384
Changed description text inline with usability suggestion in #600384
Changed description text inline with usability suggestion in #600384
applying the token flush fix from #529186
applying the token flush fix from #529186
Added tokens to the hook_page_title_pattern implementation so that non-frontpage pages can add to the avilable tokens for parsing the pattern
Tweak to the hook_page_title_pattern_alter implementation. We need to pass tokens, when we have them, too.
Minor bug fix with the new hook_page_title_pattern_alter. It seems Drupal_alter doesnt like passing multiple variables of non-array types
Added hook_page_title_pattern_alter to allow complete control of the page title outside of this module
Added hook_page_title_pattern_alter to allow complete control of the page title outside of this module
Added hook_page_title_pattern_alter to allow complete control of the page title outside of this module
Applied fix for Content Copy from #582218
Added forum support + moved many hook_form_alter implementations into hook_form_FORM_ID_alter implementations
Fixed the forum admin settings root page title. We dont need a separate submit handler, just the correct form key name\!
A fix for forum handling - the root forum overview is sorted out now. Plus a comment fix
Fixed issue #582218 - Content Copy broken due to incorrect FAPI implementation
Fixed issue #582218 - Content Copy broken due to incorrect FAPI implementation
Ported changed from Drupal5 branch to fix the double encoding issues. We now use filter_xss in place of strip_tags and check_plain
Removed uncesseary use of strip_tags as we're using filter_xss instead now
Better fix for the double entity encoding. Using FilterXSS to keep the content clean
Added support for forums and containers and fixed the double encoding bug. Thanks to EclipseGc on IRC for help with that
Better integration with the forum module. Page titles can be configured for containers, forums and forum root. Additional code tidy up after a running coder.
Fix for #600384 - page title field description
Implement fix for cached tokens #529186 and #370856
Fix for Forum issue #548610
More work to make Page Title compatible with Drupal 7
Work on improving compatibility with Drupal 7
Work on porting Page Title to Drupal 7
Tweak to the node edit form page title settings to make it consistend with the DRUPAL-6--2 implementation
Some code for variable tidy-up on uninstall and setting submission
Fix for #319641 - Add the page title settings for nodes to the node type edit form
Tweak to the install to remove the pager_pattern on uninstall and addition of show_field toggle on the node_type_form (suggested in #319641)
Addition of hook_content_extra_fields which allows CCK to control the position of the field
Fix for #492546 and #492258
Brought features inline with DRUPAL-6--2... Page number appending pattern, blog homepage patterns, etc
Added blog scope for page titles. Also added a Token Scope column to the admin page
Addition to allow for Pager pattern title appending (eg, add Page 1, 2, 3 onto Views Listings)
Hopefully the final nail in the coffin of double encoded page titles...
Restored a legacy command as requested in issue #427530. The removal of this caused some sites to break
Restored a legacy command as requested in issue #427530. The removal of this caused some sites to break
Some major reworking to the module including new features such as taxonomy and user page titles
Some major reworking to the module to bring it inline with the work on DRUPAL-6--2. This includes taxonomy & user page titles
Fix for issue #416930 Plus addition of new Drupal Alter feature....
Fixed issue with inconsistent variable names in page_title_page_get_title - used instead of .
Added frontpage fallback to default token layout and switched to using token_replace_multiple instead of multiple token_replace calls
Added CVS $ marker to admin inc and fixed issue with with permissions found in #330253
Moving admin pages into separate include
Switch to using token_replace_multiple rather than multiple calls to token_replace
Backported patch from #330253 - unauthorized users overwrote authorized page title settings on nodes
Fixed some code style issues, chrunk a field size and fixed issue #346276
Fixes for coder module to bring Page Title to better Drupal 6 compatibility
Update to improve page title detection for Comment Reply form
Adding in the Zen Theme hook from #267873
Fixing bugs from: #264662, #238550, #238549 and #223746
Added an implementation of hook_preprocess_page
Adding the Drupal 6 admin form template
A 'working' Page Title for Drupal 6
sync DRUPAL-5--2 into HEAD for working on Drupal 6 port
Update the help on the content_type configuration page as per #238549
Fix for issue when other modules use tokens before Page Title
Page Title is now Node-Aware... Fixes bug: #214994
Fixed issue #194254 where page titles were being loaded for nodes flagged as page AND teaser.
Fixing default frontpage tokens (#208481). Thanks 'smk ka'
Removing obselete and remarked out code
Fixed issue with page title token selection (#193219)
Syncing HEAD with DRUPAL-5--2
Added Strip Tags back in - its needed to stop things like <em> getting into the <title>. Also fixed some token related issues where it was doing a node token replace when a node was not available (eg frontpage)
Fixed issue with the page-title token being double-check_plain'd
Removed misleading comment
Bug fix to allow page title to work on non-node pages
Bug Fixes + Update to token pattern selection
Integration of tokens module, ability to configure each content type to have its own token pattern + some documentation update
Optimized some db_*() queries.
Removed accidental inclusion of incorrect help text.
Removed accidental inclusion of incorrect help text.
Added missing </p> tag in help text.
Added missing </p> tag in help text.
Updated description of Page title field on content creation forms.
Reverted some help text from commitid 7cd246b267904567.
#119016: Added ability to hide the Page title text box based on content type.
Added description of Page title field to content creation forms.
Added description of Page title field to content creation forms.
Made Page title field's maxlength be 255.
Made Page title field's maxlength be 255.
Updated help text to reflect reality.
Added new "administer page titles" privilege.
Moved settings form to admin/content/page_title.
Added comments and changed "templates" to "patterns" in help.
Added comments and changed "templates" to "patterns" in help.
Updated files from 5.x branch.
Removed MODULE_DESCRIPTION as it is caused issues with creating .pot files.
Added $Id$ tags.
Added $Id$ tags.
I found a use case where page_title_page_get_title() can get called more than once per page request, so added static caching to the function.
122734 by nicholasThompson. Adaptation of John/VLAD_X's patches.
122734 by nicholasThompson. Adaptation of John/VLAD_X's patches.
Committing fixes from #130416 and #124169 . Ampersands and Apostrophe's are now handled correctly. The template.php now has the correct example for Drupal 5.x
#98614 5.0 compatibility by Harry Slaughter
#86246 %site_slogan wasn't getting parsed
#86246 %site_slogan wasn't getting parsed
fixing problem where page title was getting set during node_load on listings pages
fixing problem where page title was getting set during node_load on listings pages
better fix to #62108 thanks AjK; split .install into separate file
#62108 by karpuz
rm queryd
fixing IDs
adding robotstxt module to repo. Adding : to page_title
queryd => query
#51090 thanks smsimms
4-7 version
file page_title.module was added on branch DRUPAL-4-7 on 2006-02-21 15:37:41 +0000
Initial checkin of the Page title module. This module allows admins to have direct control over the page title of their site (not to be confused with the node title). Two different templates are available in the site settings, and a specific page title can be entered on node creation forms to override any specific page title. Sponsored by Mark Nunney.
file page_title.module was initially added on branch DRUPAL-4-6.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |