manifest.php 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834
  1. <?php return array (
  2. 'manifest-version' => '1.1',
  3. 'manifest-attributes' =>
  4. array (
  5. 'changelog' => '1.14.1-pl
  6. ==============
  7. - Added a system setting to hide the lock menu item.
  8. - Updated the "tpl.lockScreen" chunk. Don\'t forget to update it.
  9. 1.14.0-pl
  10. ==============
  11. - Added ability to lock admin panel.
  12. 1.13.1-pl
  13. ==============
  14. - Fixed a bug with the last update.
  15. 1.13.0-pl
  16. ==============
  17. - Added a system setting to disable setting the authenticated user from "mgr" context for a guest user on a website.
  18. 1.12.2-pl
  19. ==============
  20. - Optimized for utf8mb4.
  21. - Fixed broken email authentication.
  22. - Fixed bug with creating a new admin notes.
  23. 1.12.1-pl
  24. ==============
  25. - Some bugfixes.
  26. 1.12.0-pl
  27. ==============
  28. - Added package action management which allows to prevent from installing, uninstalling, updating and removing packages.
  29. 1.11.2-pl
  30. ==============
  31. - Some code optimization (special thanks to Fi1osof).
  32. 1.11.1-pl
  33. ==============
  34. - Fixed error in the names of the two last added system settings.
  35. - Changed order of including css files.
  36. 1.11.0-pl
  37. ==============
  38. - Added 2 system settings - "admintools_custom_css" and "admintools_custom_js" which allow to add to the manager interface custom style and javascript files.
  39. - Tuned the purple theme.
  40. 1.10.1-beta
  41. ==============
  42. - Added the \'purple\' color theme.
  43. - Bugfixes.
  44. 1.10.0-beta
  45. ==============
  46. - Added color themes.
  47. - The resource tree can be moved to the right side.
  48. 1.9.0-pl
  49. ==============
  50. - Added plugin interface with bound events.
  51. 1.8.2-pl
  52. ==============
  53. - Added a checkbox "Create cache" to the resource form which allows to save the resource to the cache when you save it.
  54. - Admin notes can be imported and exported.
  55. 1.8.1-beta
  56. ==============
  57. - Fixed issue #8 with mbstring.
  58. 1.8.0-beta
  59. ==============
  60. - Added alternative permissions for resources.
  61. - Template link in the resource form is made as icon.
  62. - The "description" and "introtext" fields now are resizable.
  63. 1.7.0-pl
  64. ==============
  65. - Added animation for the main menu.
  66. - Added system setting to disable templates and resources relationship.
  67. 1.6.0-pl
  68. ==============
  69. - Added templates and resources relationship.
  70. 1.5.0-pl
  71. ==============
  72. - Added user notes functionality.
  73. 1.4.1-pl
  74. ==============
  75. - Made the alternate login interface in pure javascript. Remove the jQuery from the AdminLogin snippet.
  76. - Automatic logout inactive or blocked user if he is logged in.
  77. 1.4.1-beta
  78. ==============
  79. - Element names in the elements log are links now.
  80. - Fixed bug of the email authorization.
  81. 1.4.0-beta
  82. ==============
  83. - Backend users can authorize via email.
  84. - Some code optimization.
  85. 1.3.0-pl
  86. ==============
  87. - Added system setting for switching on/off the favorite elements function.
  88. - Added ability to clear only the saved resource cache (system setting "clear_only resource_cache").
  89. - Added system setting for hiding component description at menu "Extras".
  90. - The list of the edited elements is getting from the system \'manager_log\' table.
  91. - Added filter to the last edited elements grid.
  92. - The user settings of the favorite elements and the system settings save to the extended field of the user (special thanks to Lukas Zahnd).
  93. - Fixed some bugs (special thanks to Lukas Zahnd).
  94. 1.2.1-pl
  95. ==============
  96. - Fixed bug with favorites elements.
  97. 1.2.0-pl
  98. ==============
  99. - Added a log of recently edited elements to the tree toolbar.
  100. - Switch off check the elements permission for users with sudo while the tree is building.
  101. - Fixed some bugs.
  102. 1.1.1-pl
  103. ==============
  104. - Fixed session array for admintools.
  105. 1.1.0-pl
  106. ==============
  107. - Remember system settings state.
  108. - Added system setting allowing to switch off check the elements permission while the tree is building.
  109. - Show favorite elements without category folders.
  110. 1.0.2-pl
  111. ==============
  112. - Personal setting for each user.
  113. 1.0.1-pl
  114. ==============
  115. - Changed the cache path.
  116. 1.0.0-pl
  117. ==============
  118. - Initial release.',
  119. 'license' => 'GNU GENERAL PUBLIC LICENSE
  120. Version 2, June 1991
  121. --------------------------
  122. Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  123. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  124. Everyone is permitted to copy and distribute verbatim copies
  125. of this license document, but changing it is not allowed.
  126. Preamble
  127. --------
  128. The licenses for most software are designed to take away your
  129. freedom to share and change it. By contrast, the GNU General Public
  130. License is intended to guarantee your freedom to share and change free
  131. software--to make sure the software is free for all its users. This
  132. General Public License applies to most of the Free Software
  133. Foundation\'s software and to any other program whose authors commit to
  134. using it. (Some other Free Software Foundation software is covered by
  135. the GNU Library General Public License instead.) You can apply it to
  136. your programs, too.
  137. When we speak of free software, we are referring to freedom, not
  138. price. Our General Public Licenses are designed to make sure that you
  139. have the freedom to distribute copies of free software (and charge for
  140. this service if you wish), that you receive source code or can get it
  141. if you want it, that you can change the software or use pieces of it
  142. in new free programs; and that you know you can do these things.
  143. To protect your rights, we need to make restrictions that forbid
  144. anyone to deny you these rights or to ask you to surrender the rights.
  145. These restrictions translate to certain responsibilities for you if you
  146. distribute copies of the software, or if you modify it.
  147. For example, if you distribute copies of such a program, whether
  148. gratis or for a fee, you must give the recipients all the rights that
  149. you have. You must make sure that they, too, receive or can get the
  150. source code. And you must show them these terms so they know their
  151. rights.
  152. We protect your rights with two steps: (1) copyright the software, and
  153. (2) offer you this license which gives you legal permission to copy,
  154. distribute and/or modify the software.
  155. Also, for each author\'s protection and ours, we want to make certain
  156. that everyone understands that there is no warranty for this free
  157. software. If the software is modified by someone else and passed on, we
  158. want its recipients to know that what they have is not the original, so
  159. that any problems introduced by others will not reflect on the original
  160. authors\' reputations.
  161. Finally, any free program is threatened constantly by software
  162. patents. We wish to avoid the danger that redistributors of a free
  163. program will individually obtain patent licenses, in effect making the
  164. program proprietary. To prevent this, we have made it clear that any
  165. patent must be licensed for everyone\'s free use or not licensed at all.
  166. The precise terms and conditions for copying, distribution and
  167. modification follow.
  168. GNU GENERAL PUBLIC LICENSE
  169. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  170. ---------------------------------------------------------------
  171. 0. This License applies to any program or other work which contains
  172. a notice placed by the copyright holder saying it may be distributed
  173. under the terms of this General Public License. The "Program", below,
  174. refers to any such program or work, and a "work based on the Program"
  175. means either the Program or any derivative work under copyright law:
  176. that is to say, a work containing the Program or a portion of it,
  177. either verbatim or with modifications and/or translated into another
  178. language. (Hereinafter, translation is included without limitation in
  179. the term "modification".) Each licensee is addressed as "you".
  180. Activities other than copying, distribution and modification are not
  181. covered by this License; they are outside its scope. The act of
  182. running the Program is not restricted, and the output from the Program
  183. is covered only if its contents constitute a work based on the
  184. Program (independent of having been made by running the Program).
  185. Whether that is true depends on what the Program does.
  186. 1. You may copy and distribute verbatim copies of the Program\'s
  187. source code as you receive it, in any medium, provided that you
  188. conspicuously and appropriately publish on each copy an appropriate
  189. copyright notice and disclaimer of warranty; keep intact all the
  190. notices that refer to this License and to the absence of any warranty;
  191. and give any other recipients of the Program a copy of this License
  192. along with the Program.
  193. You may charge a fee for the physical act of transferring a copy, and
  194. you may at your option offer warranty protection in exchange for a fee.
  195. 2. You may modify your copy or copies of the Program or any portion
  196. of it, thus forming a work based on the Program, and copy and
  197. distribute such modifications or work under the terms of Section 1
  198. above, provided that you also meet all of these conditions:
  199. a) You must cause the modified files to carry prominent notices
  200. stating that you changed the files and the date of any change.
  201. b) You must cause any work that you distribute or publish, that in
  202. whole or in part contains or is derived from the Program or any
  203. part thereof, to be licensed as a whole at no charge to all third
  204. parties under the terms of this License.
  205. c) If the modified program normally reads commands interactively
  206. when run, you must cause it, when started running for such
  207. interactive use in the most ordinary way, to print or display an
  208. announcement including an appropriate copyright notice and a
  209. notice that there is no warranty (or else, saying that you provide
  210. a warranty) and that users may redistribute the program under
  211. these conditions, and telling the user how to view a copy of this
  212. License. (Exception: if the Program itself is interactive but
  213. does not normally print such an announcement, your work based on
  214. the Program is not required to print an announcement.)
  215. These requirements apply to the modified work as a whole. If
  216. identifiable sections of that work are not derived from the Program,
  217. and can be reasonably considered independent and separate works in
  218. themselves, then this License, and its terms, do not apply to those
  219. sections when you distribute them as separate works. But when you
  220. distribute the same sections as part of a whole which is a work based
  221. on the Program, the distribution of the whole must be on the terms of
  222. this License, whose permissions for other licensees extend to the
  223. entire whole, and thus to each and every part regardless of who wrote it.
  224. Thus, it is not the intent of this section to claim rights or contest
  225. your rights to work written entirely by you; rather, the intent is to
  226. exercise the right to control the distribution of derivative or
  227. collective works based on the Program.
  228. In addition, mere aggregation of another work not based on the Program
  229. with the Program (or with a work based on the Program) on a volume of
  230. a storage or distribution medium does not bring the other work under
  231. the scope of this License.
  232. 3. You may copy and distribute the Program (or a work based on it,
  233. under Section 2) in object code or executable form under the terms of
  234. Sections 1 and 2 above provided that you also do one of the following:
  235. a) Accompany it with the complete corresponding machine-readable
  236. source code, which must be distributed under the terms of Sections
  237. 1 and 2 above on a medium customarily used for software interchange; or,
  238. b) Accompany it with a written offer, valid for at least three
  239. years, to give any third party, for a charge no more than your
  240. cost of physically performing source distribution, a complete
  241. machine-readable copy of the corresponding source code, to be
  242. distributed under the terms of Sections 1 and 2 above on a medium
  243. customarily used for software interchange; or,
  244. c) Accompany it with the information you received as to the offer
  245. to distribute corresponding source code. (This alternative is
  246. allowed only for noncommercial distribution and only if you
  247. received the program in object code or executable form with such
  248. an offer, in accord with Subsection b above.)
  249. The source code for a work means the preferred form of the work for
  250. making modifications to it. For an executable work, complete source
  251. code means all the source code for all modules it contains, plus any
  252. associated interface definition files, plus the scripts used to
  253. control compilation and installation of the executable. However, as a
  254. special exception, the source code distributed need not include
  255. anything that is normally distributed (in either source or binary
  256. form) with the major components (compiler, kernel, and so on) of the
  257. operating system on which the executable runs, unless that component
  258. itself accompanies the executable.
  259. If distribution of executable or object code is made by offering
  260. access to copy from a designated place, then offering equivalent
  261. access to copy the source code from the same place counts as
  262. distribution of the source code, even though third parties are not
  263. compelled to copy the source along with the object code.
  264. 4. You may not copy, modify, sublicense, or distribute the Program
  265. except as expressly provided under this License. Any attempt
  266. otherwise to copy, modify, sublicense or distribute the Program is
  267. void, and will automatically terminate your rights under this License.
  268. However, parties who have received copies, or rights, from you under
  269. this License will not have their licenses terminated so long as such
  270. parties remain in full compliance.
  271. 5. You are not required to accept this License, since you have not
  272. signed it. However, nothing else grants you permission to modify or
  273. distribute the Program or its derivative works. These actions are
  274. prohibited by law if you do not accept this License. Therefore, by
  275. modifying or distributing the Program (or any work based on the
  276. Program), you indicate your acceptance of this License to do so, and
  277. all its terms and conditions for copying, distributing or modifying
  278. the Program or works based on it.
  279. 6. Each time you redistribute the Program (or any work based on the
  280. Program), the recipient automatically receives a license from the
  281. original licensor to copy, distribute or modify the Program subject to
  282. these terms and conditions. You may not impose any further
  283. restrictions on the recipients\' exercise of the rights granted herein.
  284. You are not responsible for enforcing compliance by third parties to
  285. this License.
  286. 7. If, as a consequence of a court judgment or allegation of patent
  287. infringement or for any other reason (not limited to patent issues),
  288. conditions are imposed on you (whether by court order, agreement or
  289. otherwise) that contradict the conditions of this License, they do not
  290. excuse you from the conditions of this License. If you cannot
  291. distribute so as to satisfy simultaneously your obligations under this
  292. License and any other pertinent obligations, then as a consequence you
  293. may not distribute the Program at all. For example, if a patent
  294. license would not permit royalty-free redistribution of the Program by
  295. all those who receive copies directly or indirectly through you, then
  296. the only way you could satisfy both it and this License would be to
  297. refrain entirely from distribution of the Program.
  298. If any portion of this section is held invalid or unenforceable under
  299. any particular circumstance, the balance of the section is intended to
  300. apply and the section as a whole is intended to apply in other
  301. circumstances.
  302. It is not the purpose of this section to induce you to infringe any
  303. patents or other property right claims or to contest validity of any
  304. such claims; this section has the sole purpose of protecting the
  305. integrity of the free software distribution system, which is
  306. implemented by public license practices. Many people have made
  307. generous contributions to the wide range of software distributed
  308. through that system in reliance on consistent application of that
  309. system; it is up to the author/donor to decide if he or she is willing
  310. to distribute software through any other system and a licensee cannot
  311. impose that choice.
  312. This section is intended to make thoroughly clear what is believed to
  313. be a consequence of the rest of this License.
  314. 8. If the distribution and/or use of the Program is restricted in
  315. certain countries either by patents or by copyrighted interfaces, the
  316. original copyright holder who places the Program under this License
  317. may add an explicit geographical distribution limitation excluding
  318. those countries, so that distribution is permitted only in or among
  319. countries not thus excluded. In such case, this License incorporates
  320. the limitation as if written in the body of this License.
  321. 9. The Free Software Foundation may publish revised and/or new versions
  322. of the General Public License from time to time. Such new versions will
  323. be similar in spirit to the present version, but may differ in detail to
  324. address new problems or concerns.
  325. Each version is given a distinguishing version number. If the Program
  326. specifies a version number of this License which applies to it and "any
  327. later version", you have the option of following the terms and conditions
  328. either of that version or of any later version published by the Free
  329. Software Foundation. If the Program does not specify a version number of
  330. this License, you may choose any version ever published by the Free Software
  331. Foundation.
  332. 10. If you wish to incorporate parts of the Program into other free
  333. programs whose distribution conditions are different, write to the author
  334. to ask for permission. For software which is copyrighted by the Free
  335. Software Foundation, write to the Free Software Foundation; we sometimes
  336. make exceptions for this. Our decision will be guided by the two goals
  337. of preserving the free status of all derivatives of our free software and
  338. of promoting the sharing and reuse of software generally.
  339. NO WARRANTY
  340. -----------
  341. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  342. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  343. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  344. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  345. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  346. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  347. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  348. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  349. REPAIR OR CORRECTION.
  350. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  351. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  352. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  353. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  354. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  355. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  356. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  357. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  358. POSSIBILITY OF SUCH DAMAGES.
  359. ---------------------------
  360. END OF TERMS AND CONDITIONS',
  361. 'readme' => '--------------------
  362. AdminTools
  363. --------------------
  364. Author: Sergey Shlokov <sergant210{at}bk.ru>
  365. --------------------
  366. A basic Extra for MODx Revolution Administrators.
  367. Feel free to suggest ideas/improvements/bugs on GitHub:
  368. http://github.com/sergant210/AdminTools/issues',
  369. 'chunks' =>
  370. array (
  371. 'tpl.login.form' => '<div id="container">
  372. <div id="modx-login-logo">
  373. <!--[if gte IE 9]><!--><img src="/manager/templates/default/images/modx-logo-color.svg" alt="MODX CMS/CMF"><!--<![endif]-->
  374. <!--[if lt IE 9]><img alt="MODX CMS/CMF" src="/manager/templates/default/images/modx-logo-color.png" /><![endif]-->
  375. </div>
  376. <div class="modx-form" id="modx-login-panel">
  377. <div class="panel-title">
  378. <h2>[[++site_name]]</h2>
  379. </div>
  380. <div id="errormsg">[[+errormsg]]</div>
  381. <div class="panel-body">
  382. <form method="post" action="" id="manager-login-form">
  383. <div class="login-form-item">
  384. <div class="login-form-element">
  385. <input type="text" placeholder="[[%admintools_username_email]]" class="form-text" name="userdata" id="userdata" autocomplete="on">
  386. </div>
  387. </div>
  388. <div class="form-action">
  389. <button id="send-email-btn" value="1" type="button" class="primary-button login-form-btn">[[%admintools_send_authorization_link]]</button>
  390. </div>
  391. </form>
  392. </div>
  393. </div>
  394. </div>',
  395. 'tpl.lockScreen' => '<!DOCTYPE html>
  396. <html lang="[[+lang]]">
  397. <head>
  398. <meta charset="UTF-8">
  399. <title>[[+title]]</title>
  400. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  401. <style>
  402. .lockscreen {
  403. background-image: url([[+assets_url]]components/admintools/images/lockscreen.jpg);
  404. }
  405. @media only screen and (max-width : 767px) {
  406. .lockscreen {
  407. background-image: url([[+assets_url]]components/admintools/images/lockscreen800.jpg);
  408. }
  409. }
  410. @media only screen and (min-width : 768px) and (max-width: 1223px) {
  411. .lockscreen {
  412. background-image: url([[+assets_url]]components/admintools/images/lockscreen1280.jpg);
  413. }
  414. }
  415. .lockscreen .container {
  416. background-color: rgba(255,255,255,0.1);
  417. margin: 5% auto 0;
  418. padding: 20px;
  419. text-align: center;
  420. width: 250px;
  421. }
  422. .lockscreen .form-element {
  423. box-sizing: border-box;
  424. font-size: 14px;
  425. margin: 5px 0;
  426. padding: 6px 12px;
  427. width: 220px;
  428. }
  429. .lockscreen .username {
  430. font-size: 20px;
  431. color: #fff;
  432. padding: 10px;
  433. }
  434. .lockscreen input {
  435. border: 1px solid transparent;
  436. }
  437. .lockscreen input:focus {
  438. border-color: #45a2ec;
  439. outline: 0;
  440. }
  441. .lockscreen .btn {
  442. display: inline-block;
  443. color: #fff;
  444. background-color: #3697CD;
  445. font-weight: bold;
  446. line-height: 1.6;
  447. text-align: center;
  448. vertical-align: middle;
  449. cursor: pointer;
  450. border: 1px solid #3CA4DE;
  451. }
  452. .btn:hover {
  453. color: #fff;
  454. background-color: #286090;
  455. border-color: #1e4c74;
  456. }
  457. </style>
  458. </head>
  459. <body class="lockscreen">
  460. <div class="container">
  461. <div class="photo"><img src="[[+photo]]" alt="avatar" onsubmit="return false;"></div>
  462. <div class="username">[[+username]]</div>
  463. <form name="unlockform" action="[[+form_action]]" method="POST">
  464. <div>
  465. <input id="unlock_code" class="form-element" type="password" name="unlock_code" placeholder="[[+input_placeholder]]" required>
  466. </div>
  467. <div>
  468. <button class="form-element btn submit-btn">[[%admintools_unlock]]</button>
  469. </div>
  470. </form>
  471. </div>
  472. <script>
  473. document.forms[0].addEventListener("submit", function(event) {
  474. event.preventDefault();
  475. let body = "admintools_action=unlock&action=mgr/system/unlock&unlock_code=" + encodeURIComponent(unlock_code.value) + "&HTTP_MODAUTH=[[+auth]]";
  476. let xhr = new XMLHttpRequest();
  477. xhr.open(this.getAttribute(\'method\'), this.getAttribute(\'action\'), true);
  478. xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest");
  479. xhr.setRequestHeader(\'Content-Type\', \'application/x-www-form-urlencoded\');
  480. xhr.onreadystatechange = function() {
  481. if (this.readyState == 4 && this.status == 200) {
  482. document.location.reload();
  483. }
  484. };
  485. xhr.send(body);
  486. });
  487. </script>
  488. </body>
  489. </html>',
  490. ),
  491. 'setup-options' => 'admintools-1.14.1-pl/setup-options.php',
  492. ),
  493. 'manifest-vehicles' =>
  494. array (
  495. 0 =>
  496. array (
  497. 'vehicle_package' => 'transport',
  498. 'vehicle_class' => 'xPDOObjectVehicle',
  499. 'class' => 'modNamespace',
  500. 'guid' => '4870b6fbb88737e9429cdae5c1addb0f',
  501. 'native_key' => 'admintools',
  502. 'filename' => 'modNamespace/ea1328f5a5592b4f25aee9cb188c1995.vehicle',
  503. 'namespace' => 'admintools',
  504. ),
  505. 1 =>
  506. array (
  507. 'vehicle_package' => 'transport',
  508. 'vehicle_class' => 'xPDOObjectVehicle',
  509. 'class' => 'modSystemSetting',
  510. 'guid' => '49839713be40f525b095a547bbd02f3f',
  511. 'native_key' => 'admintools_favorites_icon',
  512. 'filename' => 'modSystemSetting/276354bbbec5189bb72ea0165809a24b.vehicle',
  513. 'namespace' => 'admintools',
  514. ),
  515. 2 =>
  516. array (
  517. 'vehicle_package' => 'transport',
  518. 'vehicle_class' => 'xPDOObjectVehicle',
  519. 'class' => 'modSystemSetting',
  520. 'guid' => '8849668367153a0dd2fa471effd31735',
  521. 'native_key' => 'admintools_check_elements_permissions',
  522. 'filename' => 'modSystemSetting/87afb97596b8c5ab8f508198b7e0cf87.vehicle',
  523. 'namespace' => 'admintools',
  524. ),
  525. 3 =>
  526. array (
  527. 'vehicle_package' => 'transport',
  528. 'vehicle_class' => 'xPDOObjectVehicle',
  529. 'class' => 'modSystemSetting',
  530. 'guid' => 'cea8c11bd1868984b183da749257b39e',
  531. 'native_key' => 'admintools_remember_system_settings',
  532. 'filename' => 'modSystemSetting/8bfbec7ea118dd5e345a9e0a9aa4f77d.vehicle',
  533. 'namespace' => 'admintools',
  534. ),
  535. 4 =>
  536. array (
  537. 'vehicle_package' => 'transport',
  538. 'vehicle_class' => 'xPDOObjectVehicle',
  539. 'class' => 'modSystemSetting',
  540. 'guid' => '71ff66c154110979f16e7244ecbbc6fc',
  541. 'native_key' => 'admintools_enable_elements_log',
  542. 'filename' => 'modSystemSetting/3af4c888a80f816516e1b0fded43a581.vehicle',
  543. 'namespace' => 'admintools',
  544. ),
  545. 5 =>
  546. array (
  547. 'vehicle_package' => 'transport',
  548. 'vehicle_class' => 'xPDOObjectVehicle',
  549. 'class' => 'modSystemSetting',
  550. 'guid' => '60924b7a619ae479e7306ceddee70536',
  551. 'native_key' => 'admintools_enable_favorite_elements',
  552. 'filename' => 'modSystemSetting/c9962f1115a3d3a5177dd03d9eaa2758.vehicle',
  553. 'namespace' => 'admintools',
  554. ),
  555. 6 =>
  556. array (
  557. 'vehicle_package' => 'transport',
  558. 'vehicle_class' => 'xPDOObjectVehicle',
  559. 'class' => 'modSystemSetting',
  560. 'guid' => 'b706e5892fc380d0afc1bb96795c65b9',
  561. 'native_key' => 'admintools_clear_only_resource_cache',
  562. 'filename' => 'modSystemSetting/d87c8dd05607ceeabc5c5021bb2f7a31.vehicle',
  563. 'namespace' => 'admintools',
  564. ),
  565. 7 =>
  566. array (
  567. 'vehicle_package' => 'transport',
  568. 'vehicle_class' => 'xPDOObjectVehicle',
  569. 'class' => 'modSystemSetting',
  570. 'guid' => '8beb4751e4d5ff3fdc34af70bb8cf379',
  571. 'native_key' => 'admintools_hide_component_description',
  572. 'filename' => 'modSystemSetting/cdb7e7396854e987e5797d20e78f3a6b.vehicle',
  573. 'namespace' => 'admintools',
  574. ),
  575. 8 =>
  576. array (
  577. 'vehicle_package' => 'transport',
  578. 'vehicle_class' => 'xPDOObjectVehicle',
  579. 'class' => 'modSystemSetting',
  580. 'guid' => 'c85994cc8dd29d776b1a511b19f8a6f2',
  581. 'native_key' => 'admintools_email_authorization',
  582. 'filename' => 'modSystemSetting/701ebb83384a2ee4fcff9370dbdde229.vehicle',
  583. 'namespace' => 'admintools',
  584. ),
  585. 9 =>
  586. array (
  587. 'vehicle_package' => 'transport',
  588. 'vehicle_class' => 'xPDOObjectVehicle',
  589. 'class' => 'modSystemSetting',
  590. 'guid' => 'c5f55286d9ea671fd34427ff9c22970f',
  591. 'native_key' => 'admintools_authorization_ttl',
  592. 'filename' => 'modSystemSetting/9b80111aa71e6b09b3a1d480b9b8cc28.vehicle',
  593. 'namespace' => 'admintools',
  594. ),
  595. 10 =>
  596. array (
  597. 'vehicle_package' => 'transport',
  598. 'vehicle_class' => 'xPDOObjectVehicle',
  599. 'class' => 'modSystemSetting',
  600. 'guid' => '3f12a4036ea098dab67c41d682b32585',
  601. 'native_key' => 'admintools_loginform_resource',
  602. 'filename' => 'modSystemSetting/9b8cc3f6139f63a281e6dbc42160e262.vehicle',
  603. 'namespace' => 'admintools',
  604. ),
  605. 11 =>
  606. array (
  607. 'vehicle_package' => 'transport',
  608. 'vehicle_class' => 'xPDOObjectVehicle',
  609. 'class' => 'modSystemSetting',
  610. 'guid' => 'bc26f8ccabb017595377ba4efad19702',
  611. 'native_key' => 'admintools_enable_notes',
  612. 'filename' => 'modSystemSetting/cdd31e9b3db1db65145188e3711d001f.vehicle',
  613. 'namespace' => 'admintools',
  614. ),
  615. 12 =>
  616. array (
  617. 'vehicle_package' => 'transport',
  618. 'vehicle_class' => 'xPDOObjectVehicle',
  619. 'class' => 'modSystemSetting',
  620. 'guid' => 'b9de2880af01772f193ff3d70be8845a',
  621. 'native_key' => 'admintools_template_resource_relationship',
  622. 'filename' => 'modSystemSetting/b97d4f769007fe10780d2d8d4125298f.vehicle',
  623. 'namespace' => 'admintools',
  624. ),
  625. 13 =>
  626. array (
  627. 'vehicle_package' => 'transport',
  628. 'vehicle_class' => 'xPDOObjectVehicle',
  629. 'class' => 'modSystemSetting',
  630. 'guid' => '982f4edb19b3ad3806db33fe859c09e8',
  631. 'native_key' => 'admintools_animate_menu',
  632. 'filename' => 'modSystemSetting/8a49dd6ce498ff42766168c64ee567f7.vehicle',
  633. 'namespace' => 'admintools',
  634. ),
  635. 14 =>
  636. array (
  637. 'vehicle_package' => 'transport',
  638. 'vehicle_class' => 'xPDOObjectVehicle',
  639. 'class' => 'modSystemSetting',
  640. 'guid' => 'c0468eb02cfa900f6a18fbcebcfe0107',
  641. 'native_key' => 'admintools_alternative_permissions',
  642. 'filename' => 'modSystemSetting/b9e8d51804be7cb63e2dc903fd68b5e6.vehicle',
  643. 'namespace' => 'admintools',
  644. ),
  645. 15 =>
  646. array (
  647. 'vehicle_package' => 'transport',
  648. 'vehicle_class' => 'xPDOObjectVehicle',
  649. 'class' => 'modSystemSetting',
  650. 'guid' => '09fd5920df96d02897b3be3fe091bf52',
  651. 'native_key' => 'admintools_plugins_events',
  652. 'filename' => 'modSystemSetting/63dc46f3abec7edd1928bc154a72db26.vehicle',
  653. 'namespace' => 'admintools',
  654. ),
  655. 16 =>
  656. array (
  657. 'vehicle_package' => 'transport',
  658. 'vehicle_class' => 'xPDOObjectVehicle',
  659. 'class' => 'modSystemSetting',
  660. 'guid' => '11f070736dd1387aadced586c0c08861',
  661. 'native_key' => 'admintools_theme',
  662. 'filename' => 'modSystemSetting/f8961e1ecfda1a9dd608c714fb0b69a9.vehicle',
  663. 'namespace' => 'admintools',
  664. ),
  665. 17 =>
  666. array (
  667. 'vehicle_package' => 'transport',
  668. 'vehicle_class' => 'xPDOObjectVehicle',
  669. 'class' => 'modSystemSetting',
  670. 'guid' => '71b0169ec8fa1eccb28bbcf866817963',
  671. 'native_key' => 'admintools_modx_tree_position',
  672. 'filename' => 'modSystemSetting/eb847dde791d6acb2d666701e0e20f46.vehicle',
  673. 'namespace' => 'admintools',
  674. ),
  675. 18 =>
  676. array (
  677. 'vehicle_package' => 'transport',
  678. 'vehicle_class' => 'xPDOObjectVehicle',
  679. 'class' => 'modSystemSetting',
  680. 'guid' => '0f2766ebb9fa7751a16bda798a4a7964',
  681. 'native_key' => 'admintools_custom_css',
  682. 'filename' => 'modSystemSetting/91eae891d78cf31c4dcb4d8906729386.vehicle',
  683. 'namespace' => 'admintools',
  684. ),
  685. 19 =>
  686. array (
  687. 'vehicle_package' => 'transport',
  688. 'vehicle_class' => 'xPDOObjectVehicle',
  689. 'class' => 'modSystemSetting',
  690. 'guid' => 'dc184366401901e94d8faf142dbbd34d',
  691. 'native_key' => 'admintools_custom_js',
  692. 'filename' => 'modSystemSetting/ca7f3d5759d077aea41a04e0bb60ee3d.vehicle',
  693. 'namespace' => 'admintools',
  694. ),
  695. 20 =>
  696. array (
  697. 'vehicle_package' => 'transport',
  698. 'vehicle_class' => 'xPDOObjectVehicle',
  699. 'class' => 'modSystemSetting',
  700. 'guid' => 'e57260f7cc7a3aac956079351a300d23',
  701. 'native_key' => 'admintools_package_actions',
  702. 'filename' => 'modSystemSetting/5a3cb465ac965538643555849d86979a.vehicle',
  703. 'namespace' => 'admintools',
  704. ),
  705. 21 =>
  706. array (
  707. 'vehicle_package' => 'transport',
  708. 'vehicle_class' => 'xPDOObjectVehicle',
  709. 'class' => 'modSystemSetting',
  710. 'guid' => 'a2a87faabe7196e01f89251b4d7bf082',
  711. 'native_key' => 'admintools_only_current_context_user',
  712. 'filename' => 'modSystemSetting/c3878bcfb68730834a4fe1ed57fdd6a8.vehicle',
  713. 'namespace' => 'admintools',
  714. ),
  715. 22 =>
  716. array (
  717. 'vehicle_package' => 'transport',
  718. 'vehicle_class' => 'xPDOObjectVehicle',
  719. 'class' => 'modSystemSetting',
  720. 'guid' => '467583e49c8e770477a906e239cb4908',
  721. 'native_key' => 'admintools_show_lockmenu',
  722. 'filename' => 'modSystemSetting/a129ed3dcb15e68887113146245011d5.vehicle',
  723. 'namespace' => 'admintools',
  724. ),
  725. 23 =>
  726. array (
  727. 'vehicle_package' => 'transport',
  728. 'vehicle_class' => 'xPDOObjectVehicle',
  729. 'class' => 'modSystemSetting',
  730. 'guid' => 'e940a9530a6854e3cfbd3b004fe2b3c9',
  731. 'native_key' => 'admintools_lock_timeout',
  732. 'filename' => 'modSystemSetting/784ff94c07382094cf80734940ee5e29.vehicle',
  733. 'namespace' => 'admintools',
  734. ),
  735. 24 =>
  736. array (
  737. 'vehicle_package' => 'transport',
  738. 'vehicle_class' => 'xPDOObjectVehicle',
  739. 'class' => 'modSystemSetting',
  740. 'guid' => 'c8d23fe3ee4cf3c63ea3258182f9ba79',
  741. 'native_key' => 'admintools_unlock_code',
  742. 'filename' => 'modSystemSetting/48e0184c3818d0f9ed4d55e78f0643a0.vehicle',
  743. 'namespace' => 'admintools',
  744. ),
  745. 25 =>
  746. array (
  747. 'vehicle_package' => 'transport',
  748. 'vehicle_class' => 'xPDOObjectVehicle',
  749. 'class' => 'modCategory',
  750. 'guid' => '5ac7e1df6ec515227685a61d5a285c7d',
  751. 'native_key' => NULL,
  752. 'filename' => 'modCategory/a29b16e7687581d115a241b36ce5ef18.vehicle',
  753. 'namespace' => 'admintools',
  754. ),
  755. ),
  756. );