app_config.php 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. <?php
  2. //application details
  3. $apps[$x]['name'] = "Content Manager";
  4. $apps[$x]['uuid'] = "892c8d0b-bfa5-1bdf-e090-a974da7a7c5e";
  5. $apps[$x]['category'] = "System";
  6. $apps[$x]['subcategory'] = "";
  7. $apps[$x]['version'] = "";
  8. $apps[$x]['license'] = "Mozilla Public License 1.1";
  9. $apps[$x]['url'] = "http://www.fusionpbx.com";
  10. $apps[$x]['description']['en-us'] = "Manage Content for any page in the interface.";
  11. $apps[$x]['description']['es-cl'] = "Administra el Contenido de cualquier pagina en la interfaz.";
  12. $apps[$x]['description']['es-mx'] = "Administra el Contenido de cualquier pagina en la interfaz.";
  13. $apps[$x]['description']['de-de'] = "";
  14. $apps[$x]['description']['de-ch'] = "";
  15. $apps[$x]['description']['de-at'] = "";
  16. $apps[$x]['description']['fr-fr'] = "Gerer le contenu des pages de l'interface.";
  17. $apps[$x]['description']['fr-ca'] = "Gerer le contenu des pages au interface.";
  18. $apps[$x]['description']['fr-ch'] = "";
  19. $apps[$x]['description']['pt-pt'] = "Gerir o conteúdo de qualquer página na interface.";
  20. $apps[$x]['description']['pt-br'] = "";
  21. //permission details
  22. $y=0;
  23. $apps[$x]['permissions'][$y]['name'] = "content_view";
  24. $apps[$x]['permissions'][$y]['menu']['uuid'] = "90397352-395c-40f6-2087-887144abc06d";
  25. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  26. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  27. $y++;
  28. $apps[$x]['permissions'][$y]['name'] = "content_add";
  29. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  30. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  31. $y++;
  32. $apps[$x]['permissions'][$y]['name'] = "content_edit";
  33. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  34. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  35. $y++;
  36. $apps[$x]['permissions'][$y]['name'] = "content_delete";
  37. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  38. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  39. $y++;
  40. $apps[$x]['permissions'][$y]['name'] = "rss_view";
  41. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  42. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  43. $apps[$x]['permissions'][$y]['groups'][] = "user";
  44. $y++;
  45. $apps[$x]['permissions'][$y]['name'] = "rss_add";
  46. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  47. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  48. $apps[$x]['permissions'][$y]['groups'][] = "user";
  49. $y++;
  50. $apps[$x]['permissions'][$y]['name'] = "rss_edit";
  51. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  52. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  53. $apps[$x]['permissions'][$y]['groups'][] = "user";
  54. $y++;
  55. $apps[$x]['permissions'][$y]['name'] = "rss_delete";
  56. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  57. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  58. $apps[$x]['permissions'][$y]['groups'][] = "user";
  59. $y++;
  60. $apps[$x]['permissions'][$y]['name'] = "rss_sub_view";
  61. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  62. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  63. $apps[$x]['permissions'][$y]['groups'][] = "user";
  64. $y++;
  65. $apps[$x]['permissions'][$y]['name'] = "rss_sub_add";
  66. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  67. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  68. $apps[$x]['permissions'][$y]['groups'][] = "user";
  69. $y++;
  70. $apps[$x]['permissions'][$y]['name'] = "rss_sub_edit";
  71. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  72. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  73. $apps[$x]['permissions'][$y]['groups'][] = "user";
  74. $y++;
  75. $apps[$x]['permissions'][$y]['name'] = "rss_sub_delete";
  76. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  77. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  78. $apps[$x]['permissions'][$y]['groups'][] = "user";
  79. $y++;
  80. $apps[$x]['permissions'][$y]['name'] = "rss_sub_category_view";
  81. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  82. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  83. $apps[$x]['permissions'][$y]['groups'][] = "user";
  84. $y++;
  85. $apps[$x]['permissions'][$y]['name'] = "rss_sub_category_add";
  86. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  87. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  88. $apps[$x]['permissions'][$y]['groups'][] = "user";
  89. $y++;
  90. $apps[$x]['permissions'][$y]['name'] = "rss_sub_category_edit";
  91. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  92. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  93. $apps[$x]['permissions'][$y]['groups'][] = "user";
  94. $y++;
  95. $apps[$x]['permissions'][$y]['name'] = "rss_sub_category_delete";
  96. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  97. $apps[$x]['permissions'][$y]['groups'][] = "admin";
  98. $apps[$x]['permissions'][$y]['groups'][] = "user";
  99. //schema details
  100. $y=0;
  101. $apps[$x]['db'][$y]['table']['name'] = "v_rss";
  102. $apps[$x]['db'][$y]['table']['parent'] = "";
  103. $z=0;
  104. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
  105. //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][0] = "rssid";
  106. //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][1] = "rss_id";
  107. $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";
  108. $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "integer";
  109. $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "INT NOT NULL AUTO_INCREMENT";
  110. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  111. $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
  112. $z++;
  113. $apps[$x]['db'][$y]['fields'][$z]['name'] = "rss_uuid";
  114. $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
  115. $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
  116. $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
  117. $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
  118. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  119. $z++;
  120. $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
  121. $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
  122. $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
  123. $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
  124. $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
  125. $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains";
  126. $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
  127. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  128. $z++;
  129. $apps[$x]['db'][$y]['fields'][$z]['name'] = "v_id";
  130. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  131. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  132. $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
  133. $z++;
  134. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_language";
  135. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsslanguage";
  136. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  137. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  138. $z++;
  139. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_category";
  140. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsscategory";
  141. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  142. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  143. $z++;
  144. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_category";
  145. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubcategory";
  146. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  147. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  148. $z++;
  149. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_title";
  150. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsstitle";
  151. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  152. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  153. $z++;
  154. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_link";
  155. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsslink";
  156. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  157. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  158. $z++;
  159. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_description";
  160. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssdesc";
  161. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  162. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  163. $z++;
  164. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_img";
  165. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssimg";
  166. $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "bytea";
  167. $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "blob";
  168. $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "blob";
  169. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  170. $z++;
  171. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_optional_1";
  172. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssoptional1";
  173. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  174. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  175. $z++;
  176. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_optional_2";
  177. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssoptional2";
  178. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  179. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  180. $z++;
  181. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_optional_3";
  182. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssoptional3";
  183. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  184. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  185. $z++;
  186. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_optional_4";
  187. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssoptional4";
  188. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  189. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  190. $z++;
  191. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_optional_5";
  192. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssoptional5";
  193. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  194. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  195. $z++;
  196. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_add_date";
  197. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssadddate";
  198. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  199. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  200. $z++;
  201. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_add_user";
  202. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssadduser";
  203. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  204. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  205. $z++;
  206. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_del_date";
  207. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssdeldate";
  208. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  209. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  210. $z++;
  211. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_del_user";
  212. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssdeluser";
  213. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  214. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  215. $z++;
  216. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_order";
  217. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssorder";
  218. $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
  219. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  220. $z++;
  221. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_content";
  222. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsscontent";
  223. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  224. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  225. $z++;
  226. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_group";
  227. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssgroup";
  228. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  229. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  230. $y=1; //table array index
  231. $apps[$x]['db'][$y]['table']['name'] = "v_rss_sub";
  232. $apps[$x]['db'][$y]['table']['parent'] = "";
  233. $z=0;
  234. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
  235. //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][0] = "rsssubid";
  236. //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][1] = "rss_sub_id";
  237. $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";
  238. $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "integer";
  239. $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "INT NOT NULL AUTO_INCREMENT";
  240. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  241. $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
  242. $z++;
  243. $apps[$x]['db'][$y]['fields'][$z]['name'] = "rss_sub_uuid";
  244. $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
  245. $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
  246. $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
  247. $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
  248. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  249. $z++;
  250. $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
  251. $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
  252. $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
  253. $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
  254. $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
  255. $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains";
  256. $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
  257. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  258. $z++;
  259. $apps[$x]['db'][$y]['fields'][$z]['name'] = "v_id";
  260. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  261. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  262. $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
  263. $z++;
  264. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_id";
  265. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssid";
  266. $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
  267. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  268. $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
  269. $z++;
  270. $apps[$x]['db'][$y]['fields'][$z]['name'] = "rss_uuid";
  271. $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
  272. $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
  273. $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
  274. $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
  275. $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_rss";
  276. $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "rss_uuid";
  277. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  278. $z++;
  279. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_language";
  280. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssublanguage";
  281. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  282. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  283. $z++;
  284. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_title";
  285. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubtitle";
  286. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  287. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  288. $z++;
  289. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_link";
  290. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssublink";
  291. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  292. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  293. $z++;
  294. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_description";
  295. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubdesc";
  296. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  297. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  298. $z++;
  299. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_optional_1";
  300. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssuboptional1";
  301. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  302. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  303. $z++;
  304. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_optional_2";
  305. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssuboptional2";
  306. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  307. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  308. $z++;
  309. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_optional_3";
  310. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssuboptional3";
  311. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  312. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  313. $z++;
  314. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_optional_4";
  315. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssuboptional4";
  316. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  317. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  318. $z++;
  319. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_optional_5";
  320. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssuboptional5";
  321. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  322. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  323. $z++;
  324. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_add_date";
  325. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubadddate";
  326. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  327. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  328. $z++;
  329. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_add_user";
  330. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubadduser";
  331. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  332. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  333. $z++;
  334. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_del_user";
  335. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubdeluser";
  336. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  337. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  338. $z++;
  339. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_del_date";
  340. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubdeldate";
  341. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  342. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  343. $z++;
  344. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_parent_id";
  345. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubparentid";
  346. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  347. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  348. $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
  349. $y=2;
  350. $apps[$x]['db'][$y]['table']['name'] = "v_rss_sub_category";
  351. $apps[$x]['db'][$y]['table']['parent'] = "";
  352. $z=0;
  353. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
  354. //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][0] = "rsssubcategoryid";
  355. //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][1] = "rss_sub_category_id";
  356. $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";
  357. $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "integer";
  358. $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "INT NOT NULL AUTO_INCREMENT";
  359. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  360. $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
  361. $z++;
  362. $apps[$x]['db'][$y]['fields'][$z]['name'] = "rss_sub_category_uuid";
  363. $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
  364. $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
  365. $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
  366. $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
  367. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  368. $z++;
  369. $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
  370. $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
  371. $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
  372. $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
  373. $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
  374. $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains";
  375. $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
  376. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  377. $z++;
  378. $apps[$x]['db'][$y]['fields'][$z]['name'] = "v_id";
  379. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  380. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  381. $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
  382. $z++;
  383. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_category_language";
  384. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubcategorylanguage";
  385. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  386. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  387. $z++;
  388. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_category";
  389. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsscategory";
  390. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  391. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  392. $z++;
  393. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_category";
  394. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubcategory";
  395. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  396. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  397. $z++;
  398. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_category_description";
  399. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubcategorydesc";
  400. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  401. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  402. $z++;
  403. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_add_user";
  404. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssadduser";
  405. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  406. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  407. $z++;
  408. $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_add_date";
  409. $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssadddate";
  410. $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
  411. $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
  412. ?>