From 030641547f319020797678641e8a94b11d5aa23a Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <ericrasmussen1@gmail.com> Date: Thu, 2 May 2013 17:31:36 -0500 Subject: [PATCH] [gh-703] (Missed in 85d760b) Add upload_replace info to README and revert to original info file --- README.md | 4 ++++ sites/all/modules/upload_replace/upload_replace.info | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bf32c1d8..6928261b9 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,10 @@ In this example the web root is /Library/WebServer/Documents and Apache runs as - Merge global redirect functions into Redirect module. See http://drupal.org/node/905914 + * upload_replace.module + + - Drupal 7 bug fixes. See http://drupal.org/node/1115484#comment-5646558 + * webform.module - Make Safe Key values accessible via tokens. See http://drupal.org/node/1340010#comment-6709520 Patch applied: http://drupal.org/files/webform-1340010-19.patch diff --git a/sites/all/modules/upload_replace/upload_replace.info b/sites/all/modules/upload_replace/upload_replace.info index e14ce8e8e..a295b84ba 100644 --- a/sites/all/modules/upload_replace/upload_replace.info +++ b/sites/all/modules/upload_replace/upload_replace.info @@ -2,7 +2,9 @@ name = Upload replace description = Make the most recent version of a file always retain its original filename, older file with the same name are renamed by drupal standards "_0, _1, etc" core = 7.x files[] = upload_replace.module -; patched with http://drupal.org/files/upload_replace_error-1115484-13.patch -version = "7.x-1.0-beta1-patched" +; Information added by drupal.org packaging script on 2011-12-15 +version = "7.x-1.0-beta1" core = "7.x" project = "upload_replace" +datestamp = "1323909946" + -- GitLab