Changeset 157989 in webkit


Ignore:
Timestamp:
Oct 24, 2013, 9:43:19 PM (12 years ago)
Author:
rniwa@webkit.org
Message:

Move everything except ChangeLog and config.json into public directory.
https://bugs.webkit.org/show_bug.cgi?id=123319

Rubber-stamped by Stephanie Lewis.

  • admin: Removed.
  • admin/admin.css: Removed.
  • admin/builders.php: Removed.
  • admin/index.php: Removed.
  • admin/repositories.php: Removed.
  • api: Removed.
  • api/failing-tests.php: Removed.
  • api/manifest.php: Removed.
  • api/report.php: Removed.
  • api/results.php: Removed.
  • common.css: Removed.
  • config.json: Copied from include/config.json.
  • include: Removed.
  • include/admin-footer.php: Removed.
  • include/admin-header.php: Removed.
  • include/config.json: Removed.
  • include/db.php: Removed.
  • include/init-database.sql: Removed.
  • include/json-shared.php: Removed.
  • include/test-results.php: Removed.
  • index.html: Removed.
  • js: Removed.
  • js/autocompleter.js: Removed.
  • js/build.js: Removed.
  • js/dom.js: Removed.
  • main.css: Removed.
  • public: Added.
  • public/admin: Copied from admin.
  • public/api: Copied from api.
  • public/common.css: Copied from common.css.
  • public/include: Copied from include.
  • public/include/config.json: Removed.
  • public/include/db.php:
  • public/index.html: Copied from index.html.
  • public/js: Copied from js.
  • public/main.css: Copied from main.css.
Location:
trunk/Websites/test-results
Files:
1 added
1 deleted
2 edited
1 copied
7 moved

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Websites/test-results/ChangeLog

    r157988 r157989  
     12013-10-24  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Move everything except ChangeLog and config.json into public directory.
     4        https://bugs.webkit.org/show_bug.cgi?id=123319
     5
     6        Rubber-stamped by Stephanie Lewis.
     7
     8        * admin: Removed.
     9        * admin/admin.css: Removed.
     10        * admin/builders.php: Removed.
     11        * admin/index.php: Removed.
     12        * admin/repositories.php: Removed.
     13        * api: Removed.
     14        * api/failing-tests.php: Removed.
     15        * api/manifest.php: Removed.
     16        * api/report.php: Removed.
     17        * api/results.php: Removed.
     18        * common.css: Removed.
     19        * config.json: Copied from include/config.json.
     20        * include: Removed.
     21        * include/admin-footer.php: Removed.
     22        * include/admin-header.php: Removed.
     23        * include/config.json: Removed.
     24        * include/db.php: Removed.
     25        * include/init-database.sql: Removed.
     26        * include/json-shared.php: Removed.
     27        * include/test-results.php: Removed.
     28        * index.html: Removed.
     29        * js: Removed.
     30        * js/autocompleter.js: Removed.
     31        * js/build.js: Removed.
     32        * js/dom.js: Removed.
     33        * main.css: Removed.
     34        * public: Added.
     35        * public/admin: Copied from admin.
     36        * public/api: Copied from api.
     37        * public/common.css: Copied from common.css.
     38        * public/include: Copied from include.
     39        * public/include/config.json: Removed.
     40        * public/include/db.php:
     41        * public/index.html: Copied from index.html.
     42        * public/js: Copied from js.
     43        * public/main.css: Copied from main.css.
     44
    1452013-10-24  Ryosuke Niwa  <rniwa@webkit.org>
    246
  • TabularUnified trunk/Websites/test-results/public/include/db.php

    r157988 r157989  
    3030    global $_config;
    3131    if (!$_config)
    32         $_config = json_decode(file_get_contents(dirname(__FILE__) . '/config.json'), true);
     32        $_config = json_decode(file_get_contents(dirname(__FILE__) . '/../../config.json'), true);
    3333    return $_config[$key];
    3434}
Note: See TracChangeset for help on using the changeset viewer.