| /[drupal]/contributions/modules/path_redirect/path_redirect.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
by Dave Reid: Added support for deleted taxonomy terms and user paths.
by Dave Reid: Fixed another backwards-compatible call to path_redirect_delete().
by Dave Reid: Allow redirection on <front>.
Moved path_redirect_validate_redirect() to path_redirect.module.
by Dave Reid: Removed stupid constant REQUEST_TIME.
#617354 by jcarnett, Dave Reid: Do not replace <front> with front page path in case the variable changes later.
by Dave Reid: Make redirect form validation re-usable.
by Dave Reid: Merged _path_redirect_check() back into path_redirect_init() and split the current page loading into _path_redirect_load_current_page_redirect().
#620064 by brad bulger, Dave Reid: Fixed fatal error when parse_url() returns FALSE instead of an array.
by Dave Reid: Fixed ambiguous $r in _path_redirect_check().
#621888 by andypost: Fixed SQL typo in path_redirect_load_by_path().
#618596 by Dave Reid: Fixed default purge option. Let's not delete data by default.
#618706 by simonb, Dave Reid: Fixed path_redirect_delete_by_path().
by Dave Reid: Cleaned up APIs. Still more cleanups to do.
by Dave Reid: Changed the autocomplete path to a js.module-compatible path.
#450294 by Dave Reid: Fixed undefined function parse_ul(). Oops.
#448334 by Dave Reid: Fixed PHP4 incompatibility with parse_url().
by Dave Reid: Synced with 6.x.
#405250 by Dave Reid: Fixed PHP4 incompatibility with foreach and references. Plus many misc fixes.
#158547 by Dave Reid: Added basic export functionality and reverted recent minor string changes.
by Dave Reid: Fixed coder warnings.
by Dave Reid: Update HEAD to Drupal 7.
by Dave Reid: Fixed coder review warnings.
by Dave Reid: Changed default settings and updated Drupal 7 preparations. Fixed inconsistent string case usage with core.
Fixed context insensitive string and wrong use of format_plural().
Corrected case of edit/delete links.
Added missing periods to description sentences
by Dave Reid: Fixed bug in path_redirect_delete()'s legacy parameter support.
by Dave Reid: Changed logic in path_redirect_load() and path_redirect_delete() for flexibility (removes need for custom _path_redirect_load_init() function).
by Dave Reid: Remove $join parameter from path_redirect_load() and path_redirect_delete().
by Dave Reid: Adding new private function to load redirect based from separate path and query source fields.
by Dave Reid: Added path_redirect_var(), an internal implementation of variable_get() with automatic defaults and error checking.
#382166 by Dave Reid: Added multilingual support for redirects!
by Dave Reid: Fixed the update on last_used to use rid instead of path.
#367477 by Dave Reid: Fixed use of $_SERVER['REQUEST_TIME'] to time().
#366430 by Dave Reid: Remove beginning and ending slashes from path field.
by Dave Reid: Added automatic redirect creation when path aliases are changed manually.
by Dave Reid: Replaced substr() and strlen() with drupal_substr() and drupal_strlen(). by Dave Reid: Changed 'from' field to a required field and simplified validation. by Dave Reid: Fixed coder SQL warning in path_redirect_autocomplete(). by Dave Reid: Added tests for auto completion.
by Dave Reid: Add legacy path_redirect_delete() API support for pathauto.
by Dave Reid: Changed path_redirect_load() and path_redirect_delete() for more flexibility.
by Dave Reid: Added autocompletion for the 'from' field on admin/build/path-redirect/add using a list of current 404s encountered on the site.
by Dave Reid: Allow UTF8 URLs to be used as 'from' paths (consistency with path module).
- Cleaned up form elements. - Added a last used timestamp column so that inactive redirects can be purged. - Rearranged code in path_redirect.module so that hooks are all together at the top. - Simplifid path_redirect_save() with drupal_write_record(). - Started writing the test suite!
#365589 by Dave Reid: Followup to fix hook_help paths.
#365589 by Todd Nienkerk, Dave Reid: Moved settings page into admin/build/path-redirect/settings for improved UI and consistency.
by Dave Reid: Split code from hook_init() into path_redirect_check().
by Dave Reid: Simplified code in path_redirect_admin and shortend table width.
#200080 by moshe weitzman: Fixed errors with redirection and caching. Also synced up a couple changes from 6.x-1.x.
by Dave Reid: Reworked the login in path_redirect_init() and also added a meta-refresh when path_redirect_redirect_warning is enabled.
#255034 by Dave Reid: Followup to remove trailing slash on URLs with a query string.
#255034 by Dave Reid: Fixed redirects on paths with a trailing slash.
#287484 by Pasqualle: Synchronize path_redirect_goto with the current drupal_goto().
by Dave Reid: Fixed a lot of coder.module findings.
#254017 by Freso: Fix unnecessary t() in hook_menu().
by Dave Reid: Add new option (path_redirect_default_status) to replace the constant (do things the Drupal way). Change toggle radio options to checkboxes for usability.
#249444 by sinasalek: List of redirects url is not html safe
Bad operator precedence fixed; minor coder nitpicking; README updated.
Bug in last commit related to allowing spaces; editing caused broken paths
#246494 by SubOracle: Better job of allowing spaces in paths * Include variable deletions in path_redirect_uninstall * Updated translation PO template * Hopefully the last commit before 5.x-1.2!
#168877 by dww, horsepunchkid: Path-redirect as an option on the node add/edit form
#231294 by self: Allow longer query strings * Fix warning during redirect loop check if redirect is not found
#218277 by greggles: Prevent (some) redirection loops
#218277 by greggles: Avoid redirect loops when redirect points to itself
#219916 by self: Call to undefined function base_path() * Fixed bad CVS $Id$ token in .info file
#219916 by self: Call to undefined function base_path() * Fixed bad CVS $Id$ token in .info file
#216652: Redirect fails when "allow bypassing" is enabled; random whitespace cleanup
#216652: Redirect fails when "allow bypassing" is enabled
Minor cleanup thanks to coder.module; make use of request_uri()
Various fixes thanks to coder.module; use request_uri().
#167265 by David Lesieur, self: URL argument to cancel redirection #154925 by apsivam, self: Warning message when redirection takes place
#167265 by David Lesieur, self: URL argument to cancel redirection #154925 by apsivam, self: Warning message when redirection takes place
#181575 by self: API call to add redirects
#181575 by self: API call to add redirects
Lots of updates to catch back up with 5.x head.
A few more minor backend changes to sync with the D6 version.
Miscellaneous minor improvements: * Restored breadcrumb on "add" page * Backported some i18n tweaks by hass * Various whitespace cleanup * Consistent order for menu item parameters * Better comments and help text now that query strings are allowed
#174961 by rwbgb, self: Allow query strings in "from" paths
#203728 by self: URL fixes and other minor housekeeping
#203728 by self: Better URLs: avoid underscore and separate out "delete"
#198122 by fago, self: Provide workflow-ng integration; seems to be working, more or less!
#204045 by LUTi, self: Admin table too wide; give it a class #200080 by kmillecam, jjeff, self: Workaround when drupal_goto() and url() are not available
* Fixed some code style issues regarding t(). * Moved as much HTML as possible outside translatable strings. * Reusing core strings like 'Edit', etc.
#203505 by self: Validation does not check if "from" path is already redirected * More useful path_redirect_load() can now load by "from" path * Better inline help messages and validation error messages * Standardized form construction between 5.x and 6.x branches * Cleaned up various code comments * Display admin table even if no redirects exist
#203505 by self: Validation does not check if "from" path is already redirected * Provide path_redirect_load() and use where appropriate * Better inline help messages and validation error messages * Standardized form construction between 5.x and 6.x branches * More informative delete confirmation page * Cleaned up various code comments * Extraneous whitespace in path_redirect.install
#158261 by self: Show actual paths in admin interface; save what user actually enters; should also address #119249, #97399 * Minor improvement to admin UI: show table even with no redirects (a la path.module)
#200080 - fixing undefined drupal_goto() function for anonymous users when page caching is turned on
#201505 by greggles, self: UI says 307 redirect, code does 306
#194974 by greggles, self: proper way to delete redirects from external code * Better preg_replace for grabbing the "from" path (see #158261) * Minor code format cleanup
#194974 by greggles, self: proper way to delete redirects from external code
#196206 by self: Test link should not include query and fragment
#196206 by self: Test link should not include query and fragment
#194556 by self: Does not return to main admin page after edit or delete #194337 by self: Improper comparison when checking for redirect to self * Bits of extraneous whitespace, partially thanks to coder.module
#194337 by self: Improper comparison when checking for redirect to self * Better comment for "+" issue (#119249) * Whitespace tweaks thanks to coder.module
#97387 by hass: drupal_set_header should be used for header() #194337 by self: Improper comparison when checking for redirect to self
#193885 by self: Long URLs get truncated; thanks to aylwin for the tip.
#193885 by self: Missing maxlengths on various fields #191107 by self: Sortable admin table for path redirects
#180161 by self: Fixes Postgres support and also gives the path_redirect primary key the proper sequence name
/tmp/cvskjhJOr
#183430 by HorsePunchKid: Updated for D6, tested against MySQL and Postgres and is working fairly well
Several new features/fixes #180161 Postgres support #165481 Allow longer URLs in form field #178432 Better UTF8 URL compatibility #155963 Allow <front> as a redirect path
Adding link to w3.org information about redirect codes.
fixes for #128443 bug where 302 redirect is always sent. adds update_2 which changes db schema slightly.
#113610 - fixing breadcrumb capitolization per moonray
#128164 re-arranging admin table layout
cleanup
Port do Drupal 5 along with a few new features and bug fixes
syncing with HEAD
#87730 and #81148 - added missing delete function
#88918 fix for hook_perm
Committing jjeff's path_redirect module.
file path_redirect.module was added on branch DRUPAL-4-7 on 2006-08-24 05:55:08 +0000
Committing jjeff's path_redirect module.
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 |