]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- put validate.php to document root
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Mar 2007 18:12:01 +0000 (18:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-associated_issue_text.patch -> 1.3

eventum-associated_issue_text.patch

index c1b9d8e4e5bd9132e4438d15f07fd90db953191a..a891d10be096718263ec4ae5720d6ebe0d5ea458 100644 (file)
@@ -36,7 +36,7 @@ Index: js/validation.js
 +        last_issue_number_validation_value = form_value;
 +    }
 +    validate_issue_http_client = new HTTPClient();
-+    validate_issue_http_client.loadRemoteContent(baseURL + 'misc/validate.php?action=validateIssueNumbers&values=' + 
++    validate_issue_http_client.loadRemoteContent(baseURL + '/validate.php?action=validateIssueNumbers&values=' + 
 +        form_value + '&field_name=' + field_name + '&form_name=' + form_name, 'displayIssueFieldValidation');
 +}
  
@@ -101,10 +101,10 @@ Index: include/class.issue.php
                      if (!in_array($associated_id, $current['associated_issues'])) {
                          Issue::addAssociation($issue_id, $associated_id, $usr_id);
                      } else {
-Index: misc/validate.php
+Index: validate.php
 ===================================================================
---- misc/validate.php  (revision 0)
-+++ misc/validate.php  (revision 0)
+--- validate.php       (revision 0)
++++ validate.php       (revision 0)
 @@ -0,0 +1,63 @@
 +<?php
 +/* vim: set expandtab tabstop=4 shiftwidth=4 encoding=utf-8: */
@@ -136,7 +136,7 @@ Index: misc/validate.php
 +// @(#) $Id$
 +//
 +
-+require_once(dirname(__FILE__) . '/../init.php');
++require_once(dirname(__FILE__) . '/init.php');
 +include_once(APP_INC_PATH . "class.auth.php");
 +include_once(APP_INC_PATH . "class.issue.php");
 +include_once(APP_INC_PATH . "db_access.php");
This page took 0.108313 seconds and 4 git commands to generate.