| /[drupal]/contributions/modules/path_redirect/path_redirect.admin.inc |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Moved path_redirect_validate_redirect() to path_redirect.module.
by Dave Reid: Removed stupid constant REQUEST_TIME.
Follow-up by Dave Reid: Simplified status code option on module settings page.
by Dave Reid: Simplified the status code option by removing the lengthy, scary descriptions. Also changed link to Wikipedia instead of the very technical W3C page.
by Dave Reid: Split path_redirect_status_codes() into path_redirect_status_code_options() and path_redirect_status_code_descriptions().
#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: Cleaned up APIs. Still more cleanups to do.
by Dave Reid: Added extra validation for invalid redirection from url aliases and valid local paths.
by Dave Reid: Changed the autocomplete path to a js.module-compatible path.
by Dave Reid: More syncs with 6.x. Added path_redirect_generate.module.
by Dave Reid: Synced with 6.x.
#405250 by Dave Reid: Fixed PHP4 incompatibility with foreach and references. Plus many misc fixes.
Reuse string already used in "Import"
Descriptive button name
Do not use the word "Submit" for form submission as it is difficult to translate. Change to "Import" as a descriptive name of the action that will be performed.
#158547 by Dave Reid: Added basic export functionality and reverted recent minor string changes.
by Dave Reid: Fixed coder warnings.
by Dave Reid: Use #access instead of an if statement for admin option.
by Dave Reid: Use #access instead of an if statement for admin option.
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.
Corrected case of edit/delete links.
Correct wording if no redirects available.
by Dave Reid: Fixed undefined locale_language_list() when locale module is disabled.
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!
#367477 by Dave Reid: Fixed use of $_SERVER['REQUEST_TIME'] to time().
by Dave Reid: Added automatic redirect creation when path aliases are changed manually.
by Dave Reid: Simplified path_redirect_autocomplete() and improved tests.
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: 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!
by Dave Reid: Updated translations pot file.
#255034 by Dave Reid: Fixed redirects on paths with a trailing slash.
by Dave Reid: Simply the redirect table generation and shorten the table width.
by Dave Reid: Fixed a lot of coder.module findings.
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.
#231294 by self: Allow longer query strings
Minor cleanup thanks to coder.module; make use of request_uri()
#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
Lots of updates to catch back up with 5.x head.
#203728 by self: URL fixes and other minor housekeeping
Removed double blank
* 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
#203208 by greggles, self: Bad signature for path_redirect_admin_form (mislabeled form_state) * Better labels for add/edit buttons in the form
#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
#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
#193885 by self: Missing maxlengths on path_redirect edit fields
#183430 by HorsePunchKid: Updated for D6, tested against MySQL and Postgres and is working fairly well
file path_redirect.admin.inc was initially added on branch DRUPAL-6--1.
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 |