manifest.php 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  1. <?php return array (
  2. 'manifest-version' => '1.1',
  3. 'manifest-attributes' =>
  4. array (
  5. 'changelog' => 'Changelog for HybridAuth.
  6. 3.0.0 pl
  7. ==============
  8. - Updated HybridAuth core.
  9. 3.0.0 rc
  10. ==============
  11. - Refactored to use HybridAuth 3.
  12. - Updated default providers.
  13. 2.1.0 pl
  14. ==============
  15. - Added modx.pro provider.
  16. - Improved compatibility with PHP 7.2.
  17. - Improved ExtJs grid in manager.
  18. 2.0.4 pl
  19. ==============
  20. - Fixed possible "No provider ID specified" message in the system log.
  21. - Updated HybridAuth library to version 2.9.1.
  22. 2.0.3 pl
  23. ==============
  24. - Improved the handling of exceptions.
  25. - Fixed debug mode.
  26. 2.0.2 pl
  27. ==============
  28. - Fixed possible XSS in the authorization links.
  29. 2.0.1 pl
  30. ==============
  31. - Removed error "You cannot access this page directly" from system log.
  32. 2.0.0 pl
  33. ==============
  34. - PSR-2
  35. - Updated HybridAuth library to version 2.8.2.
  36. - HybridAuth library integrated via composer.
  37. - Ability to unbind services from a profile of user.
  38. - If pdoTools is installed, the component will use it for the processing of a chunks.
  39. 1.1.4 pl
  40. ==============
  41. - [#34] Fixed scopes in Facebook provider.
  42. - Fixed possible E_WARNING in Vkontakte provider.
  43. 1.1.3 pl
  44. ==============
  45. - [#37] Increased length of some haUserService fields.
  46. 1.1.2 pl
  47. ==============
  48. - Updated main oAuth providers, including Google and Facebook.
  49. 1.1.1 pl
  50. ==============
  51. - [#17] Fixed work with enabled php-apc after updated HybridAuth core to version 2.3.0.
  52. 1.1.0 pl
  53. ==============
  54. - Updated HybridAuth core to version 2.3.0.
  55. - Shows more errors from HybridAuth in MODX log.
  56. 1.0.0 pl
  57. ==============
  58. - Removed object haUser. All existing users will be converted to modUser on package upgrade.
  59. - Removed function filter_var() for email validation.
  60. - Returned back transparent images.
  61. 0.9.0 pl
  62. ==============
  63. - Added possibility to view user\'s linked services in manager.
  64. 0.8.8 pl1
  65. ==============
  66. - [#26] Fixed calculation of time of the queries.
  67. - Fixed E_NOTICE on line 99 of hybridauth.class.php.
  68. 0.8.7 pl
  69. ==============
  70. - [#23] Fixed parameter "debug" for HybridAuth.
  71. - [#21] Improved usernames.
  72. 0.8.6 pl
  73. ==============
  74. - [#20] Improved work with context settings.
  75. - Fixed method makePlaceholders.
  76. 0.8.5 pl4
  77. ==============
  78. - Improved package uninstall and reinstall.
  79. - [#17] Fixed work with enabled php-apc.
  80. - Added Foursquare icon.
  81. - Fixed possible E_WARNING on initialization.
  82. 0.8.4 pl
  83. ==============
  84. - Added rel="nofollow" into chunk with link to provider.
  85. - Improved description of system settings.
  86. 0.8.3 pl
  87. ==============
  88. - Improved generation of providers links.
  89. 0.8.2 pl
  90. ==============
  91. - Added parameter "&redirectUri=``" for solve issue "redirect_uri_mismatch" when using multiple contexts.
  92. - Context settings now can override providers keys in system settings. Very helpful for multiple contexts.
  93. 0.8.1 pl
  94. ==============
  95. - Fixed bug with saving parameters to $_SESSION.
  96. 0.8.0 pl
  97. ==============
  98. - [#7] Fixed generation of links for sites in subfolder.
  99. - [#4] Fixed login to separate contexts.
  100. - Improved support of multiple contexts.
  101. 0.7.0 pl2
  102. ==============
  103. - New snippet "haProfile" for update user profile.
  104. - Automatic generation of links of providers.
  105. - Improved chunks, added icons for some providers.
  106. - Automatic logout of users that was been blocked by administrator.
  107. - Added virtual field "gravatar" to class "haUser". You can get it with $modx->user->get(\'gravatar\');.
  108. - Extension package is removed from system settings when you uninstall component.
  109. - Replaced file "action.php" to plugin "HybridAuth".
  110. - Added new providers: "Draugiem" and "Xing".
  111. - [#3] Fixed "No foreign key definition for parentClass: modUser using relation alias: Services" log entries.
  112. - Fixed order of links to providers, specified in the parameter "&providers".
  113. 0.6.0 pl
  114. ==============
  115. - Added ability to disable new user registrations. See system setting "ha.register_users".
  116. 0.5.0 beta
  117. ==============
  118. - Fixed login trough vk.com
  119. - Updated HybridAuth core to version 2.1.2
  120. 0.4.0 beta
  121. ==============
  122. - Updated HybridAuth core to version 2.1.1
  123. - Improved initialization of main class
  124. 0.3.3 beta
  125. ==============
  126. - Fixed issue with empty email
  127. 0.3.2 beta
  128. ==============
  129. - Added exception handler for catching all exceptions from HybridAuth into MODX system log
  130. 0.3.1 beta
  131. ==============
  132. - Changing user class to haUser on login through remote service.
  133. - On uninstall of component all haUsers becomes modUsers.
  134. 0.3.0 beta
  135. ==============
  136. - Fixed save of a photo in profile.
  137. - Improved errors handling.
  138. - Fixed increment of username if remote username exists on site.
  139. - If authenticated user linking remote service record, that already exists in remote profiles of the site - this record changes the owner. You can re-link any of your records to any accounts on site.
  140. 0.2.0 beta
  141. ==============
  142. - Added parameter &groups=``. For example, &groups=`Users:1` will add new user to group "Users" with role "member"
  143. - Updated snippet params, added russian localization.
  144. - Chunks localization
  145. - Updated readme
  146. 0.1.0 beta
  147. ==============
  148. - Initial release.',
  149. 'license' => 'GNU GENERAL PUBLIC LICENSE
  150. Version 2, June 1991
  151. --------------------------
  152. Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  153. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  154. Everyone is permitted to copy and distribute verbatim copies
  155. of this license document, but changing it is not allowed.
  156. Preamble
  157. --------
  158. The licenses for most software are designed to take away your
  159. freedom to share and change it. By contrast, the GNU General Public
  160. License is intended to guarantee your freedom to share and change free
  161. software--to make sure the software is free for all its users. This
  162. General Public License applies to most of the Free Software
  163. Foundation\'s software and to any other program whose authors commit to
  164. using it. (Some other Free Software Foundation software is covered by
  165. the GNU Library General Public License instead.) You can apply it to
  166. your programs, too.
  167. When we speak of free software, we are referring to freedom, not
  168. price. Our General Public Licenses are designed to make sure that you
  169. have the freedom to distribute copies of free software (and charge for
  170. this service if you wish), that you receive source code or can get it
  171. if you want it, that you can change the software or use pieces of it
  172. in new free programs; and that you know you can do these things.
  173. To protect your rights, we need to make restrictions that forbid
  174. anyone to deny you these rights or to ask you to surrender the rights.
  175. These restrictions translate to certain responsibilities for you if you
  176. distribute copies of the software, or if you modify it.
  177. For example, if you distribute copies of such a program, whether
  178. gratis or for a fee, you must give the recipients all the rights that
  179. you have. You must make sure that they, too, receive or can get the
  180. source code. And you must show them these terms so they know their
  181. rights.
  182. We protect your rights with two steps: (1) copyright the software, and
  183. (2) offer you this license which gives you legal permission to copy,
  184. distribute and/or modify the software.
  185. Also, for each author\'s protection and ours, we want to make certain
  186. that everyone understands that there is no warranty for this free
  187. software. If the software is modified by someone else and passed on, we
  188. want its recipients to know that what they have is not the original, so
  189. that any problems introduced by others will not reflect on the original
  190. authors\' reputations.
  191. Finally, any free program is threatened constantly by software
  192. patents. We wish to avoid the danger that redistributors of a free
  193. program will individually obtain patent licenses, in effect making the
  194. program proprietary. To prevent this, we have made it clear that any
  195. patent must be licensed for everyone\'s free use or not licensed at all.
  196. The precise terms and conditions for copying, distribution and
  197. modification follow.
  198. GNU GENERAL PUBLIC LICENSE
  199. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  200. ---------------------------------------------------------------
  201. 0. This License applies to any program or other work which contains
  202. a notice placed by the copyright holder saying it may be distributed
  203. under the terms of this General Public License. The "Program", below,
  204. refers to any such program or work, and a "work based on the Program"
  205. means either the Program or any derivative work under copyright law:
  206. that is to say, a work containing the Program or a portion of it,
  207. either verbatim or with modifications and/or translated into another
  208. language. (Hereinafter, translation is included without limitation in
  209. the term "modification".) Each licensee is addressed as "you".
  210. Activities other than copying, distribution and modification are not
  211. covered by this License; they are outside its scope. The act of
  212. running the Program is not restricted, and the output from the Program
  213. is covered only if its contents constitute a work based on the
  214. Program (independent of having been made by running the Program).
  215. Whether that is true depends on what the Program does.
  216. 1. You may copy and distribute verbatim copies of the Program\'s
  217. source code as you receive it, in any medium, provided that you
  218. conspicuously and appropriately publish on each copy an appropriate
  219. copyright notice and disclaimer of warranty; keep intact all the
  220. notices that refer to this License and to the absence of any warranty;
  221. and give any other recipients of the Program a copy of this License
  222. along with the Program.
  223. You may charge a fee for the physical act of transferring a copy, and
  224. you may at your option offer warranty protection in exchange for a fee.
  225. 2. You may modify your copy or copies of the Program or any portion
  226. of it, thus forming a work based on the Program, and copy and
  227. distribute such modifications or work under the terms of Section 1
  228. above, provided that you also meet all of these conditions:
  229. a) You must cause the modified files to carry prominent notices
  230. stating that you changed the files and the date of any change.
  231. b) You must cause any work that you distribute or publish, that in
  232. whole or in part contains or is derived from the Program or any
  233. part thereof, to be licensed as a whole at no charge to all third
  234. parties under the terms of this License.
  235. c) If the modified program normally reads commands interactively
  236. when run, you must cause it, when started running for such
  237. interactive use in the most ordinary way, to print or display an
  238. announcement including an appropriate copyright notice and a
  239. notice that there is no warranty (or else, saying that you provide
  240. a warranty) and that users may redistribute the program under
  241. these conditions, and telling the user how to view a copy of this
  242. License. (Exception: if the Program itself is interactive but
  243. does not normally print such an announcement, your work based on
  244. the Program is not required to print an announcement.)
  245. These requirements apply to the modified work as a whole. If
  246. identifiable sections of that work are not derived from the Program,
  247. and can be reasonably considered independent and separate works in
  248. themselves, then this License, and its terms, do not apply to those
  249. sections when you distribute them as separate works. But when you
  250. distribute the same sections as part of a whole which is a work based
  251. on the Program, the distribution of the whole must be on the terms of
  252. this License, whose permissions for other licensees extend to the
  253. entire whole, and thus to each and every part regardless of who wrote it.
  254. Thus, it is not the intent of this section to claim rights or contest
  255. your rights to work written entirely by you; rather, the intent is to
  256. exercise the right to control the distribution of derivative or
  257. collective works based on the Program.
  258. In addition, mere aggregation of another work not based on the Program
  259. with the Program (or with a work based on the Program) on a volume of
  260. a storage or distribution medium does not bring the other work under
  261. the scope of this License.
  262. 3. You may copy and distribute the Program (or a work based on it,
  263. under Section 2) in object code or executable form under the terms of
  264. Sections 1 and 2 above provided that you also do one of the following:
  265. a) Accompany it with the complete corresponding machine-readable
  266. source code, which must be distributed under the terms of Sections
  267. 1 and 2 above on a medium customarily used for software interchange; or,
  268. b) Accompany it with a written offer, valid for at least three
  269. years, to give any third party, for a charge no more than your
  270. cost of physically performing source distribution, a complete
  271. machine-readable copy of the corresponding source code, to be
  272. distributed under the terms of Sections 1 and 2 above on a medium
  273. customarily used for software interchange; or,
  274. c) Accompany it with the information you received as to the offer
  275. to distribute corresponding source code. (This alternative is
  276. allowed only for noncommercial distribution and only if you
  277. received the program in object code or executable form with such
  278. an offer, in accord with Subsection b above.)
  279. The source code for a work means the preferred form of the work for
  280. making modifications to it. For an executable work, complete source
  281. code means all the source code for all modules it contains, plus any
  282. associated interface definition files, plus the scripts used to
  283. control compilation and installation of the executable. However, as a
  284. special exception, the source code distributed need not include
  285. anything that is normally distributed (in either source or binary
  286. form) with the major components (compiler, kernel, and so on) of the
  287. operating system on which the executable runs, unless that component
  288. itself accompanies the executable.
  289. If distribution of executable or object code is made by offering
  290. access to copy from a designated place, then offering equivalent
  291. access to copy the source code from the same place counts as
  292. distribution of the source code, even though third parties are not
  293. compelled to copy the source along with the object code.
  294. 4. You may not copy, modify, sublicense, or distribute the Program
  295. except as expressly provided under this License. Any attempt
  296. otherwise to copy, modify, sublicense or distribute the Program is
  297. void, and will automatically terminate your rights under this License.
  298. However, parties who have received copies, or rights, from you under
  299. this License will not have their licenses terminated so long as such
  300. parties remain in full compliance.
  301. 5. You are not required to accept this License, since you have not
  302. signed it. However, nothing else grants you permission to modify or
  303. distribute the Program or its derivative works. These actions are
  304. prohibited by law if you do not accept this License. Therefore, by
  305. modifying or distributing the Program (or any work based on the
  306. Program), you indicate your acceptance of this License to do so, and
  307. all its terms and conditions for copying, distributing or modifying
  308. the Program or works based on it.
  309. 6. Each time you redistribute the Program (or any work based on the
  310. Program), the recipient automatically receives a license from the
  311. original licensor to copy, distribute or modify the Program subject to
  312. these terms and conditions. You may not impose any further
  313. restrictions on the recipients\' exercise of the rights granted herein.
  314. You are not responsible for enforcing compliance by third parties to
  315. this License.
  316. 7. If, as a consequence of a court judgment or allegation of patent
  317. infringement or for any other reason (not limited to patent issues),
  318. conditions are imposed on you (whether by court order, agreement or
  319. otherwise) that contradict the conditions of this License, they do not
  320. excuse you from the conditions of this License. If you cannot
  321. distribute so as to satisfy simultaneously your obligations under this
  322. License and any other pertinent obligations, then as a consequence you
  323. may not distribute the Program at all. For example, if a patent
  324. license would not permit royalty-free redistribution of the Program by
  325. all those who receive copies directly or indirectly through you, then
  326. the only way you could satisfy both it and this License would be to
  327. refrain entirely from distribution of the Program.
  328. If any portion of this section is held invalid or unenforceable under
  329. any particular circumstance, the balance of the section is intended to
  330. apply and the section as a whole is intended to apply in other
  331. circumstances.
  332. It is not the purpose of this section to induce you to infringe any
  333. patents or other property right claims or to contest validity of any
  334. such claims; this section has the sole purpose of protecting the
  335. integrity of the free software distribution system, which is
  336. implemented by public license practices. Many people have made
  337. generous contributions to the wide range of software distributed
  338. through that system in reliance on consistent application of that
  339. system; it is up to the author/donor to decide if he or she is willing
  340. to distribute software through any other system and a licensee cannot
  341. impose that choice.
  342. This section is intended to make thoroughly clear what is believed to
  343. be a consequence of the rest of this License.
  344. 8. If the distribution and/or use of the Program is restricted in
  345. certain countries either by patents or by copyrighted interfaces, the
  346. original copyright holder who places the Program under this License
  347. may add an explicit geographical distribution limitation excluding
  348. those countries, so that distribution is permitted only in or among
  349. countries not thus excluded. In such case, this License incorporates
  350. the limitation as if written in the body of this License.
  351. 9. The Free Software Foundation may publish revised and/or new versions
  352. of the General Public License from time to time. Such new versions will
  353. be similar in spirit to the present version, but may differ in detail to
  354. address new problems or concerns.
  355. Each version is given a distinguishing version number. If the Program
  356. specifies a version number of this License which applies to it and "any
  357. later version", you have the option of following the terms and conditions
  358. either of that version or of any later version published by the Free
  359. Software Foundation. If the Program does not specify a version number of
  360. this License, you may choose any version ever published by the Free Software
  361. Foundation.
  362. 10. If you wish to incorporate parts of the Program into other free
  363. programs whose distribution conditions are different, write to the author
  364. to ask for permission. For software which is copyrighted by the Free
  365. Software Foundation, write to the Free Software Foundation; we sometimes
  366. make exceptions for this. Our decision will be guided by the two goals
  367. of preserving the free status of all derivatives of our free software and
  368. of promoting the sharing and reuse of software generally.
  369. NO WARRANTY
  370. -----------
  371. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  372. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  373. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  374. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  375. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  376. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  377. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  378. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  379. REPAIR OR CORRECTION.
  380. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  381. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  382. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  383. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  384. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  385. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  386. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  387. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  388. POSSIBILITY OF SUCH DAMAGES.
  389. ---------------------------
  390. END OF TERMS AND CONDITIONS',
  391. 'readme' => '--------------------
  392. HybridAuth
  393. --------------------
  394. Author: Vasiliy Naumkin <bezumkin@yandex.ru>
  395. --------------------
  396. An integration of open source social sign on php library - http://hybridauth.sourceforge.net/ into MODX Revolution.
  397. The main goal of HybridAuth library is to act as an abstract api between your application and various social apis and identities providers such as Facebook, Twitter, MySpace, LinkedIn, Google and Yahoo.
  398. HybridAuth enable developers to easily build social applications to engage websites vistors and customers on a social level by implementing social signin, social sharing, users profiles, friends list, activities stream, status updates and more.
  399. Feel free to suggest ideas/improvements/bugs on GitHub:
  400. http://github.com/bezumkin/modx-hybridauth/issues
  401. --------------------
  402. Installation
  403. --------------------
  404. Download and install it with MODX package manager
  405. Then:
  406. 1. Register and get api keys from needed services. For example, create twitter application - https://dev.twitter.com/apps/new
  407. 2. Open system settings in manager, switch to hybridauth and make\\update ha.keys.Servicename. In our wxample it will be ha.keys.Twitter
  408. 3. You need to set your keys as json sting with array. {"key":"you key from twitter","secret":"secret from twitter"}. It needed for proper initialization of the library (http://hybridauth.sourceforge.net/userguide/Configuration.html).
  409. 4. Now you can run snippet [[!HybriAuth?providers=`Twitter`]] on any page.
  410. If there will be any errors on library initialization - it will be logged in in system log.
  411. I recorded simple video with Twitter login http://www.youtube.com/watch?v=ron_VTaQeWE for you.',
  412. ),
  413. 'manifest-vehicles' =>
  414. array (
  415. 0 =>
  416. array (
  417. 'vehicle_package' => 'transport',
  418. 'vehicle_class' => 'xPDOObjectVehicle',
  419. 'class' => 'modNamespace',
  420. 'guid' => '9fe00f6d423e207e3621bacdfe68d907',
  421. 'native_key' => 'hybridauth',
  422. 'filename' => 'modNamespace/c0cb7d04e252f33ee73d0ded9825743c.vehicle',
  423. 'namespace' => 'hybridauth',
  424. ),
  425. 1 =>
  426. array (
  427. 'vehicle_package' => 'transport',
  428. 'vehicle_class' => 'xPDOObjectVehicle',
  429. 'class' => 'modSystemSetting',
  430. 'guid' => '65101c37402fbdbdec3b4ab6be1671bd',
  431. 'native_key' => 'ha.keys.Yandex',
  432. 'filename' => 'modSystemSetting/3657003864ce0b49ce743f4bcfea3065.vehicle',
  433. 'namespace' => 'hybridauth',
  434. ),
  435. 2 =>
  436. array (
  437. 'vehicle_package' => 'transport',
  438. 'vehicle_class' => 'xPDOObjectVehicle',
  439. 'class' => 'modSystemSetting',
  440. 'guid' => '71cb0737155c7c4d21b6b7348ff122df',
  441. 'native_key' => 'ha.keys.GitHub',
  442. 'filename' => 'modSystemSetting/121572b7722bb5f16091e361c3302315.vehicle',
  443. 'namespace' => 'hybridauth',
  444. ),
  445. 3 =>
  446. array (
  447. 'vehicle_package' => 'transport',
  448. 'vehicle_class' => 'xPDOObjectVehicle',
  449. 'class' => 'modSystemSetting',
  450. 'guid' => 'f464ea839b7a194159ddbaf22874b955',
  451. 'native_key' => 'ha.keys.Google',
  452. 'filename' => 'modSystemSetting/66e3ae32e348f14552bdab8229dc60cd.vehicle',
  453. 'namespace' => 'hybridauth',
  454. ),
  455. 4 =>
  456. array (
  457. 'vehicle_package' => 'transport',
  458. 'vehicle_class' => 'xPDOObjectVehicle',
  459. 'class' => 'modSystemSetting',
  460. 'guid' => '639ab79f9e041b0422ff47bf024701c0',
  461. 'native_key' => 'ha.keys.Facebook',
  462. 'filename' => 'modSystemSetting/09d1a9ed492d221ad6afd448a34ff74a.vehicle',
  463. 'namespace' => 'hybridauth',
  464. ),
  465. 5 =>
  466. array (
  467. 'vehicle_package' => 'transport',
  468. 'vehicle_class' => 'xPDOObjectVehicle',
  469. 'class' => 'modSystemSetting',
  470. 'guid' => '97fc7b0c6983519e49509c2556969ab4',
  471. 'native_key' => 'ha.keys.Vkontakte',
  472. 'filename' => 'modSystemSetting/3b6e2a1063e96d6a82b01f9648c8983e.vehicle',
  473. 'namespace' => 'hybridauth',
  474. ),
  475. 6 =>
  476. array (
  477. 'vehicle_package' => 'transport',
  478. 'vehicle_class' => 'xPDOObjectVehicle',
  479. 'class' => 'modSystemSetting',
  480. 'guid' => 'aee581b9d1269316d7d7ed1c0abb6c53',
  481. 'native_key' => 'ha.register_users',
  482. 'filename' => 'modSystemSetting/0e33aad693408787ae977f98911d4b16.vehicle',
  483. 'namespace' => 'hybridauth',
  484. ),
  485. 7 =>
  486. array (
  487. 'vehicle_package' => 'transport',
  488. 'vehicle_class' => 'xPDOObjectVehicle',
  489. 'class' => 'modSystemSetting',
  490. 'guid' => '99496b7235e25574e16f8a489ec2ad02',
  491. 'native_key' => 'ha.frontend_css',
  492. 'filename' => 'modSystemSetting/dfc4de90bdafca52ed084e455d0d0c6f.vehicle',
  493. 'namespace' => 'hybridauth',
  494. ),
  495. 8 =>
  496. array (
  497. 'vehicle_package' => 'transport',
  498. 'vehicle_class' => 'xPDOObjectVehicle',
  499. 'class' => 'modCategory',
  500. 'guid' => '2e43ec747f9ac5ea66b844f3acaedf2d',
  501. 'native_key' => NULL,
  502. 'filename' => 'modCategory/45aa19d4de18755e69371d6aa3a5d0da.vehicle',
  503. 'namespace' => 'hybridauth',
  504. ),
  505. ),
  506. );