PageRenderTime 59ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 1ms

/components/com_kunena/CHANGELOG.php

https://github.com/viollarr/alab
PHP | 4755 lines | 2081 code | 971 blank | 1703 comment | 0 complexity | f48394b819366d6eb8d5079a5841527d MD5 | raw file
Possible License(s): LGPL-2.1, GPL-2.0, AGPL-3.0, Apache-2.0, BSD-3-Clause, GPL-3.0

Large files files are truncated, but you can click here to view the full file

  1. <?php
  2. /**
  3. * Kunena Component
  4. * @package Kunena
  5. *
  6. * @Copyright (C) 2008 - 2012 Kunena Team. All rights reserved.
  7. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
  8. * @link http://www.kunena.org
  9. **/
  10. // no direct access
  11. defined( '_JEXEC' ) or die();
  12. ?>
  13. <!--
  14. Changelog
  15. ------------
  16. This is a non-exhaustive (but still near complete) changelog for
  17. Kunena 1.6.x, including beta and release candidate versions.
  18. Legend:
  19. * -> Security Fix
  20. # -> Bug Fix
  21. + -> Addition
  22. ^ -> Change
  23. - -> Removed
  24. ! -> Note
  25. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  26. Kunena 1.7.2
  27. 31-January-2012 Matias
  28. # [#251] Wrong link in eg-GB.com_kunena.install.ini (line 142)
  29. # [#186] Prepare 1.7.2 Release
  30. 30-January-2012 Matias
  31. + [#250] Create installable language pack when building Kunena
  32. 29-January-2012 Matias
  33. # [#249] Workaround crash in PHP 5.3 method_exists() if class doesn't exist
  34. 28-January-2012 Matias
  35. # [#231] J2.5 Select box not working in category manager (better fix)
  36. # [#247] Clean up all languages, add pt-PT to distribution
  37. 27-January-2012 Matias
  38. # [#242] Fix language installation in Joomla 2.5
  39. 25-January-2012 Matias
  40. # [#225] Add support for JUpgrade 2.5.0 - fixing some bugs
  41. # [#235] Joomla 2.5: profile integration in menuitem always links to Kunena
  42. 24-January-2012 Matias
  43. # [#222] Do not allow login in CB integration if user has logged in
  44. # [#238] Fix pl-PL language installation
  45. 20-January-2012 810
  46. # [#231] J2.5 Select box not working in category manager
  47. # [#237] Add html5: Tabindex
  48. 20-January-2012 Xillibit
  49. # [#233] Kunena report generator does not display the installed path of Kunena
  50. # [#232] Kunena report generator not to conceal menu items
  51. 15-January-2012 Matias
  52. # [#222] CB integration login breaks user ACL (workaround Joomla 1.7.3 bug)
  53. # [#224] Bulk Actions post URL issues
  54. # [#223] Broken RSS link and other &amp; issues in English language
  55. # [#202] Automatically rename attachment if filename has no allowed characters
  56. # [#225] Add support for JUpgrade 2.5.0
  57. 07-January-2012 Xillibit
  58. # [#219] Fatal Error: Call to a member function enqueueMessage() in karma
  59. 30-December-2011 Matias
  60. # [#214] Fatal Error: Class 'JToolBarHelper' not found in toolbar.kunena.html.php
  61. # [#211] reCAPTCHA causes topic split
  62. # [#207] Latest posts show only first post as being new
  63. # [#210] No posts on the profile if new user has used discuss plugin
  64. # [#217] Discuss Plugin should not set meta keywords and description
  65. 27-December-2011 Xillibit
  66. # [#212] URLs are broken in RSS Atom feed
  67. 14-December-2011 Xillibit
  68. # [#206] Fatal error in preview if topic has attachments (regression)
  69. # [#204] Administration: Report configuration, Fatal error in detecting AUP (Little fix)
  70. 12-December-2011 Xillibit
  71. # [#203] Personal text overflows into other elements of Kunena user profile
  72. 11-December-2011 Xillibit
  73. # [#205] Chrome: white page blinks after saving profile
  74. # [#204] Administration: Report configuration, Fatal error in detecting AUP
  75. # [#206] Fatal error in preview if topic has attachments
  76. 10-December-2011 Matias
  77. # [#119] Text looking like bbcode becomes empty message
  78. # [#194] Blank message because of a bug in BBCode URL shortening
  79. + [#189] Add readme file for extra languages
  80. # [#192] Infinite redirect in installer (Chrome)
  81. # [#195] Password Reset, Remind and Registration URL not routed
  82. # [#191] Category index: URL to last post is wrong
  83. # [#174] Set upper limit to number of posts displayed
  84. # [#171] Fix UTF-8 URL encoding problem in IE
  85. ! Note: Urls having illegal or reserved characters: ()*! will change!
  86. # [#200] Automatically sync all new users into Kunena
  87. 24-November-2011 Xillibit
  88. # [#193] All new users are hidden in Kunena
  89. 23-November-2011 Matias
  90. # [#188] Undefined property in CKunenaLogin::getReturnURL()
  91. # [#190] Fatal error in module/plugin administration if Kunena not fully installed
  92. 20-November-2011 Matias
  93. ^ [#186] Update version to 1.7.2
  94. 14-November-2011 Xillibit
  95. # [#182] Duplicated COM_KUNENA_MENU_SEARCH in language file
  96. Kunena 1.7.1
  97. 16-November-2011 Matias
  98. ^ [#123] Update languages
  99. ^ [#123] Simplify language string for removing Kunena
  100. - [#123] Remove pl-PL and fi-FI (we need to be under 2M limit)
  101. ^ [#123] Kunena 1.7.1 Release (UnderUret)
  102. 14-November-2011 Matias
  103. # [#179] CB integration: registration not using CB setting
  104. 13-November-2011 810
  105. + [#178] Add youtube parameter CC
  106. 12-November-2011 Matias
  107. # [#81] Joomla 1.7: 404 error after logout
  108. # [#177] C:\fakepath when attaching file (remove path)
  109. * [#137] JomSocial Activity Stream displaying private posts
  110. 5-November-2011 Xillibit
  111. # [#175] When an user vote for a poll the time isn't saved
  112. 31-October-2011 Matias
  113. # [#169] Hide some extra information from configuration report (part 2)
  114. 29-October-2011 Matias
  115. # [#168] UTF title issue
  116. * [#169] Hide some extra information from configuration report
  117. 27-October-2011 Matias
  118. * [#163] Fix some issues with Canonical URL
  119. 26-October-2011 Xillibit
  120. # [#147] The points aren't gived with AUP under J!1.7+ (regression on access check)
  121. 26-October-2011 Matias
  122. # [#147] Add support for access levels and improve user groups support (also in J!1.5)
  123. # [#155] Apostrophes do not appear in the notification messages
  124. # [#159] Undefined proporties if duplicate identical message
  125. 22-October-2011 Xillibt
  126. # [#147] The points aren't gived with AUP under J!1.7+ (improvements on access check)
  127. 17-October-2011 Matias
  128. # [#118] Installer says: Install Kunena 1.6
  129. 16-October-2011 Xillibt
  130. # [#147] The points aren't gived with AUP under J!1.7+ (somes little improvements)
  131. 13-October-2011 Matias
  132. # [#150] Access control: Do not check Joomla groups if all users have access
  133. # [#151] reCaptcha: Fix error message if server cannot be connected
  134. # [#152] Allow [url] to start with index.php
  135. 08-October-2011 Xillibt
  136. # [#147] The points aren't gived with AUP under J!1.7+
  137. 07-October-2011 Xillibt
  138. # [#145] Users can't remove posts
  139. 26-September-2011 Xillibit
  140. # [#140] Undefined property: stdClass::$description
  141. 23-September-2011 Xillibit
  142. # [#138] When Deleting a message with attachment, attachment still remains
  143. 10-September-2011 Xillibit
  144. # [#133] Bug in page titles and meta descriptions
  145. 3-September-2011 Xillibit
  146. # [#120] PHP Fatal error: Class 'JDocumentHTML' not found in template
  147. # [#104] Template Manager cannot list more then 20 templates
  148. 2-September-2011 Matias
  149. # [#129] Fix canonical URLs
  150. ^ [#130] Improved JUpgrade support (package)
  151. 1-September-2011 Matias
  152. # [#126] Articles bbcode: \n is converted to <br>
  153. ^ [#128] Use update collection in Joomla 1.7 (show updates also for modules)
  154. ^ [#130] Improved JUpgrade support (usergroups, install Kunena)
  155. 31-August-2011 Matias
  156. # [#121] Joomla 1.7: fix broken French admin language file
  157. # [#121] Add missing nb-NO language
  158. # [#122] Fatal Error: Undeclared static property in KunenaAccessJoomla16
  159. ^ [#123] Prepare 1.7.1 Release: update version information
  160. 30-August-2011 Xillibit
  161. # [#118] Installer says: Install Kunena 1.6 (update fr-FR)
  162. Kunena 1.7.0
  163. 29-August-2011 Matias
  164. ^ [#107] Update credits
  165. # [#108] English language: Category Manager locked description error
  166. # [#111] Lightbox image width leads to invalid html, trim long urls break
  167. ^ [#98] Update nl-NL
  168. ^ [#45] Kunena 1.7.0 Release (Tale)
  169. 28-August-2011 Xillibit
  170. # [#110] Undefined property: stdClass::$category_alias
  171. 27-August-2011 Matias
  172. # [#98] Fix broken language files
  173. 26-August-2011 Xillibit
  174. # [#102] Don't select super user in userlist doesn't work
  175. 26-August-2011 Matias
  176. ^ [#98] Update ar-AA, bg-BG, ca-ES, cs-CZ, da-DK, de-DE, el-GR, es-ES, fa-IR
  177. ^ [#98] Update fi-FI, hu-HU, id-ID, it-IT, ja-JP, km-KH, lt-LT, mk-MK, nb-NO
  178. ^ [#98] Update nl-NL, pl-PL, pt-BR, pt-PT, ro-RO, ru-RU, sr-RS, sr-YU, sv-SE
  179. ^ [#98] Update th-TH, tr-TR, vi-VN, zh-CN, zh-TW
  180. + [#98] Add languages az-AZ, et-EE, he-IL, sq-AL and .tx/config file
  181. - [#99] Remove ar-AA, bg-BG, ca-ES, da-DK, fa-IR, hu-HU, id-ID, nb-NO, nl-NL, ro-RO, th-TH, tr-TR
  182. # [#96] Joomla 1.5: Last login time in user list uses wrong timezone (part 2)
  183. # [#100] Joomla 1.7: Warning: preg_match() when editing profile
  184. + [#95] Template chooser: Add &func=template&name=xxx
  185. # [#95] Template chooser: Fix a bug where images come from the wrong template
  186. 25-August-2011 Matias
  187. # [#95] Fix broken template chooser support
  188. # [#96] Joomla 1.5: Last login time in user list uses wrong timezone
  189. 24-August-2011 Xillibit
  190. ^ [#94] Update fr-FR language
  191. 23-August-2011 Xillibit
  192. # [#92] Article links under J1.6+ doesn't take care of seo (Part 2)
  193. 22-August-2011 Xillibit
  194. # [#92] Article links under J1.6+ doesn't take care of seo
  195. 22-August-2011 Matias
  196. # [#89] Joomla 1.7: Add ACL support to backend
  197. 21-August-2011 Xillibit
  198. # [#86] Let user to put only 8 attachments
  199. 21-August-2011 Matias
  200. # [#82] AUP integration: better detection to prevent crash on older versions
  201. # [#83] Joomla 1.5: Access levels are not working
  202. # [#84] Joomla 1.5: "Primary/Secondary Includes Child Groups" doesn't work
  203. # [#59] Joomla 1.5: Fix Mootools 1.12 support when editing category
  204. # [#59] Joomla 1.5: On Public category there's no need to show Public / Public Back-end
  205. 19-August-2011 Matias
  206. # [#69] Make local URIs to work in all tags [url], [url=xxx] and [img]
  207. # [#76] Joomla 1.7: Multi-language menu support is missing
  208. 18-August-2011 Matias
  209. # [#71] Improve English language by using category and topic instead of forum and thread
  210. # [#71] Improve English language (small changes)
  211. ^ [#45] Rename release to Kunena 1.7.0
  212. ^ [#45] Update version requirements
  213. ^ [#46] Hide JXtended and NoixACL Access control options if they are not used (deprecated)
  214. # [#77] Joomla 1.6/1.7 and IE9: empty page flickers after posting
  215. 17-August-2011 Matias
  216. # [#71] Improve English language in forum configuration
  217. 16-August-2011 Matias
  218. # [#66] Extra SQL queries to fetch moderators if there are no moderators
  219. # [#69] Parser double escapes all URLs resulting &amp;
  220. 15-August-2011 Matias
  221. # [#64] Fix naming conflict with Nooku
  222. 14-August-2011 Matias
  223. # [#57] Hide quick reply if captcha is enabled
  224. 13-August-2011 Matias
  225. + [#57] Create Kunena 2.0 compatible version of captcha + code improvements
  226. + [#57] Add new option to challenge new users with captcha
  227. + [#62] Save written message when posting/editing fails because of a mistake
  228. ! NOTE: Old templates keep on working, but are missing new features!
  229. 12-August-2011 Xillibit
  230. + [#57] Captcha plugin doesn't work in J1.6+
  231. # [#57] Captcha plugin doesn't work in J1.6+ (missing recaptcha class and rename class methods in the right way)
  232. 12-August-2011 Matias
  233. # [#59] Add support for access levels in category permissions
  234. # [#58] Blocked users are getting email notifications on public categories
  235. 11-August-2011 Xillibit
  236. ^ [#53] Move logout and login methods outside of display
  237. 11-August-2011 Matias
  238. ^ [#44] Subscription tries to send too many emails: add configuration options
  239. 10-August-2011 Xillibit
  240. # [#53] With CB 1.7.0 not possible to logout from Kunena
  241. 10-August-2011 Matias
  242. # [#48] Notice: Use of undefined constant KUNENA_JOOMLA_COMPAT
  243. # [#50] Joomla 1.7: Fix missing menu when not using default Kunena Menu
  244. # [#19] Problem with two-tiered duplicate menus
  245. # [#25] bbcodes in JomSocial activity stream
  246. * [#55] Only global moderators should be able to ban users
  247. # [#44] Subscription tries to send too many emails (hosts have limits: 10/sec)
  248. 4-August-2011 Matias
  249. # [#45] Prepare 1.6.6 Release: increase version
  250. # [#43] [quote] and other tags appears
  251. # [#46] Joomla 1.6+: Disable JXtended and NoixACL
  252. 3-August-2011 Xillibit
  253. # [#41] When thank you, the activity stream add more text than needed
  254. # [#37] thank you max number does not work
  255. # [#39] Some cancel buttons in backend doesn't back at the right place
  256. 2-August-2011 Xillibit
  257. * [#36] Function getAccess in Jomsocial activity returns nothing
  258. 31-July-2011 Xillibit
  259. # [#36] Jomsocial 2.2.3 error J17 K1.6.5
  260. Kunena 1.6.5
  261. 27-July-2011 Matias
  262. # [#27] Fixing broken language files (best effort)
  263. - [#27] Removing Macedonian language as it doesn't fit into package and hasn't been updated
  264. - [#27] Removing Czech language as it doesn't fit into package and hasn't been updated
  265. # [#27] Fix invalid syntax in a few language files
  266. ^ [#2] Add missing configuration options to install.xml file
  267. ^ [#2] Kunena 1.6.5 Release (Babel)
  268. 27-july-2011 810
  269. ^ [#27] Change Dutch language
  270. 26-July-2011 svanschu
  271. ^ [#27] pulling from transifex
  272. ^ [#27] revert the \n to <br /> commit
  273. 25-July-2011 Matias
  274. # [#21] Fix version detection for Joomla 1.7 (remaining cases)
  275. 24-july-2011 810
  276. ^ [#30] Css J17 backend template manager
  277. ^ [#27] Update English language
  278. ^ [#31] Css J16/J17 img border
  279. 24-July-2011 Xillibit
  280. # [#18] RSS Feeds are broken
  281. 22-July-2011 svanschu
  282. ^ [#27] change \n to <br />
  283. 22-july-2011 810
  284. ^ [#27] Change Dutch language
  285. 22-July-2011 Xillibit
  286. # [#32] Make better third party component detection in report configuration setting
  287. 19-July-2011 Xillibit
  288. # [#32] Backport fix for kunena 2.0 for access under j1.6/j1.7 (use function do detect joomla version)
  289. 19-July-2011 draganz
  290. # [#26] fix inline linked images in post area
  291. 17-July-2011 Xillibit
  292. # [#22] Feed rss is set always on rss type and never on atom type
  293. # [#32] Backport fix for kunena 2.0 for access under j1.6/j1.7
  294. 09-July-2011 lorddarkangel
  295. ^ [#16] fixing en-GB for transifex
  296. 8-July-2011 Xillibit
  297. # [#14] Category manager set item unpublished when filtered
  298. 7-July-2011 fxstein
  299. ^ [#10] Updated README.md for github (and builder)
  300. ^ [#9] Increase avatar database column to 255 - to support longer paths from conversions
  301. 4-July-2011 Matias
  302. # [#7] CB integration: Login and logout doesn't work
  303. ^ [#4] Improve Error handling for administrator
  304. 1-July-2011 Matias
  305. # [#3] Fix Joomla version detection for 1.7+
  306. # [#1] Joomla 1.6: JomSocial ActivityStream broken
  307. ^ [#4] Improve Error handling in Kunena administration
  308. # [#5] Wrong user count in statistics
  309. # [#6] User Ban: Modifying ban causes private and public reason to flip
  310. 23-June-2011 Matias
  311. # [#26236] Fix Kunena Internal Error on ill-formed attachments
  312. # [#26237] Fix Kunena login/logout form URL for sh404SEF
  313. 21-June-2011 Matias
  314. + [#26213] Add very basic RTL support for default template
  315. 19-June-2011 Xillibit
  316. # [#25980] Some strings are defined multiples times in en-GB file in frontend
  317. 15-June-2011 Xillibit
  318. # [#25980] A string was defined twice time in en-GB file in backend
  319. 14-June-2011 Matias
  320. # [#26152] KunenaAccess::loadSubscribers(): warning if all users gets removed from the list
  321. 14-June-2011 Xillibit
  322. # [#25980] Fix typo in en-GB file in backend
  323. 13-June-2011 Matias
  324. ^ [#25917] Merged revision 4936 from /branches/1.6.5-LDA-language-2011-05-20
  325. ^ [#25917] Merged revisions 4932-4934 from /branches/1.6.5-xillibit-fixes-11-06-2011
  326. 11-June-2011 Xillibit
  327. # [#26141] Use third parties API to get version of AUP and Uddeim (AUP version)
  328. # [#26140] J1.7 support : Systematic elimination of DS as directory separator (Backend part)
  329. # [#26140] J1.7 support : Systematic elimination of DS as directory separator (Frontend part)
  330. 11-June-2011 LDA
  331. ^ [#25944] update id-ID (thanks Daniel)
  332. + [#25944] added fa-IR (thanks Abdulhalim)
  333. 9-June-2011 Matias
  334. # [#26152] Fix undefined properties when approving messages (and showing system topic icon)
  335. 7-June-2011 Matias
  336. ^ [#25917] Merged revision 4866 from /branches/1.6.5-810-18-05-2011
  337. ^ [#25917] Merged revisions 4890-4909 from /branches/1.6.5-xillibit-fixes-15-05-2011
  338. ^ [#25917] Merged revision 4868 from /branches/1.6.5-LDA-language-2011-05-20
  339. 3-June-2011 Xillibit
  340. # [#26042] In config report for third party components under Joomla! 1.6 the wrong xml file is called
  341. 2-June-2011 Xillibit
  342. # [#26036] Add in userlist and stats a user count like jomsocial
  343. ^ [#25980] Weird characters in en-GB language file in backend (thanks nima.abbc)
  344. 31-May-2011 Matias
  345. ^ [#25917] Merged revisions 4862-4890 from /branches/1.6.5-xillibit-fixes-15-05-2011
  346. 28-May-2011 Xillibit
  347. + [#25998] Add setting to allow the user to show the number wanted of thankyou in the message
  348. 25-May-2011 Xillibit
  349. - [#25992] Revert change : Categories locked are showed in drop-down list
  350. ^ [#25993] Add language string instead the JText::sprintf('Read more...') into article bbcode
  351. # [#25993] When setting full is choosed in discuss plugin, only the part after the readmore is showed in Kunena
  352. ^ [#25980] Typo in en-GB language file in backend (thanks nima.abbc)
  353. 23-May-2011 Xillibit
  354. # [#25972] Global settings in profile doesn't follow disable or enable setting
  355. 22-May-2011 Xillibit
  356. # [#25959] Error 500 when you submit a pol without check any case
  357. # [#25931] Member Search from Memberlist not working
  358. # [#25960] When set a number limit for poll vote, the limit isn't reach
  359. 20-May-2011 LDA
  360. ^ [#25944] update el-GR (thanks Chrysovalantis Mochlas)
  361. ^ [#25944] update hu-HU (thanks pedrohsi)
  362. ^ [#25944] update th-TH (thanks drlovecat)
  363. ^ [#25944] update pt-BR (thanks iLucato)
  364. 20-May-2011 Xillibit
  365. # [#25939] Missing image causes Invalid argument supplied in BBCode parser
  366. 18-May-2011 810
  367. ^ [#25934] fix quote button
  368. ^ [#25934] fix pagination size for rockettheme, yootheme ect templates
  369. ^ [#25934] Minor CSS fixes
  370. 17-May-2011 Matias
  371. ^ [#25917] Merged revisions 4857-4862 from /branches/1.6.5-xillibit-fixes-15-05-2011
  372. 16-May-2011 Xillibit
  373. ^ [#25895] Simplify lightbox setting
  374. # [#24888] Under J!1.6, just sync user in right way when save profile to avoid issues
  375. 15-May-2011 Xillibit
  376. ^ [#25895] Let user choose to load completelly the lightbox (class and script) or just set the class on images
  377. # [#25896] Links in RSS Feed go to first page of thread when thread is more than 1 page
  378. # [#25897] Notice: Undefined variable: jconfig_smtpuser in administrator/components/com_kunena/admin.kunena.php
  379. ^ [#25898] Instead of showing "the profile page ins't available for guests" in system message, show it just below the loginbox
  380. # [#25899] Endtime of poll doesn't work
  381. 12-May-2011 Xillibit
  382. ^ [#24703] Update version info to 1.6.5-DEV
  383. 10-May-2011 severdia
  384. # [#25856] Fixed regression in image set selection
  385. # [#25859] Fixed toggler rollover
  386. Kunena 1.6.4
  387. 7-May-2011 fxstein
  388. # [#24703] Update readme and version info
  389. 4-May-2011 Matias
  390. # [#25819] Add Joomla 1.5 to 1.6 migration support
  391. 2-May-2011 Xillibit
  392. # [#25799] Joomla! 1.6 : when you set an admin group in a category, it doesn't saved
  393. 27-April-2011 Matias
  394. # [#25597] Joomla 1.6: Edit profile / Global Settings are not showing up
  395. # [#25770] Joomla 1.6: All dates are presented in UTC
  396. # [#25762] Joomla 1.6: Fix geshi highlighting (thanks JoniJnm)
  397. # [#25168] CSS fix to show Topic started Today by User in right order (thanks Jelle)
  398. 26-April-2011 Matias
  399. # [#25756] Joomla 1.6: Menu creation fails on duplicated menu alias (profile)
  400. # [#25095] Subscription email: remove hardcoded "XXX forum"
  401. ^ [#15886] Merged revisions 4801-4802 from /branches/1.6.4-810-15-04-2011
  402. 23-April-2011 Xillibit
  403. ^ [#24847] Make all updates on fr-FR languages files which are remaining
  404. 21-April-2011 810
  405. ^ [#24847] updated nl-NL
  406. # [#25718] PermDelete redirecting
  407. 20-April-2011 Matias
  408. ^ [#15886] Merged revisions 4778-4793 from /branches/1.6-xillibit-fixes-02-04-2011
  409. # [#25168] CSS coloration and layout fixes (thanks Jelle)
  410. # [#25710] Adminitration: Behavior reversed for Show Deleted Messages options
  411. 19-April-2011 Xillibit
  412. # [#25644] Image attachement can't be saved by right clicking the image, just allowing it in message
  413. ^ [#24847] Little update on fr-FR translation in backend
  414. # [#25592] Set true for JHtml::_('behavior.framework') to load mootools more
  415. 18-April-2011 Xillibit
  416. # [#25655] Categories locked are showed in drop-down list - Display locked cats in search
  417. 17-April-2011 Xillibit
  418. ^ [#24847] Little update on fr-FR translation
  419. # [#25664] Javascript error : document.id("postcatid") is null
  420. # [#25656] Date 1999-11-30 If someone has never logged-in
  421. 16-April-2011 Matias
  422. ^ [#15886] Merged revisions 4711-4778 from /branches/1.6-xillibit-fixes-02-04-2011
  423. ^ [#15886] Merged revisions 4720-4780 from /branches/1.6.4-language-LDA-2011-04-03
  424. ^ [#15886] Merged revisions 4773-4779 from /branches/1.6.4-810-15-04-2011
  425. 16-April-2011 svens(LDA)
  426. ^ [#24847] update fi-FI (thanks Mortti)
  427. 15-April-2011 810
  428. ^ [#25168] Minor CSS fixes
  429. ^ [#24847] updated nl-NL
  430. # [#25656] Last visit date is 1999-11-30 if user has never logged in
  431. 15-April-2011 Xillibit
  432. # [#25654] J1.6: the submenu created are not the right access
  433. # [#25655] Categories locked are showed in drop-down list
  434. 14-April-2011 svens(LDA)
  435. ^ [#24847] update ru-RU (thanks Zarkos)
  436. 12-April-2011 svens (LDA)
  437. ^ [#24847] update de-DE (thanks rich)
  438. 9-April-2011 Xillibit
  439. # [#25594] Remove adress mail from report kunena config
  440. # [#25595] Get menu details in report configuration doesn't work when it's translated in J1.6.1+
  441. 8-April-2011 Xillibit
  442. # [#25592] Under J1.6.1+ need to load proper for javascript and mootools
  443. 7-April-2011 Xillibit
  444. # [#23443] Article BBCode: dispatch onPrepareContent only after filling $article->text
  445. 5-April-2011 Matias
  446. # [#25326] Turn off PHP notice/warning handlers when not in debug mode (Joomla 1.5 surpresses way too many errors with @)
  447. ^ [#15886] Merged revisions 4714-4720 from /branches/1.6.4-language-LDA-2011-04-03
  448. 3-April-2011 LDA
  449. ^ [#24847] update es-ES (thanks Kunena Spanish Team)
  450. ^ [#24847] update ar-AA (thanks baazza)
  451. ^ [#24847] update ru-RU (thanks Zarkos)
  452. ^ [#24847] update lt-LT (thanks joomla123.lt)
  453. 29-March-2011 Matias
  454. # [#24991] Birthdate in kunena profile is different under Joomla 1.6 and Joomla 1.5
  455. 26-March-2011 Severdia
  456. # [#25329] Fixed avatar border regression
  457. 26-March-2011 Xillibit
  458. # [#25460] Issue on Joomla! 1.6 which prevent to show menu details in configuration report
  459. 25-March-2011 Xillibit
  460. # [#25448] Timestamp isn't saved in database on anonymous post
  461. 22-March-2011 Matias
  462. # [#24762] Regression in Installer: generate new moderator index only once
  463. 21-March-2011 Matias
  464. # [#24379] Fix Regression: undefined variable
  465. 18-March-2011 Matias
  466. # [#25168] Fix CSS color issue in sticky messages
  467. # [#25375] BBcode color editor doesn't display colors
  468. # [#24185] Joomla 1.6: Category ACL is not optimal (NOTE: migration from J1.5 needs manual step)
  469. 15-March-2011 Matias
  470. # [#25339] Joomla 1.6: Change event names
  471. # [#25343] Joomla 1.6: All links in modules have Itemid=0
  472. # [#25345] Userlist does not obey user setting to hide his email address
  473. ^ [#15886] Merged revisions 4567-4644 from /branches/1.6.4-LDA(svens)-language-2011-02-23
  474. 15-March-2011 LDA
  475. ^ [#24847] updated ar-AA (thanks baazza)
  476. ^ [#24847] updated pl-PL (thanks Andrzej Makowiecki)
  477. ^ [#24847] updated ru-RU (thanks Zarkos)
  478. 14-March-2011 Xillibit
  479. # [#25334] Object doesn't support this property or method in IE compatibility mode
  480. 13-March-2011 Severdia
  481. # [#25335] Fixed Javascripts errors in IE compatibility mode. (thanks to srebbul)
  482. # [#25329] Fixed missing style for search page header (from template param)
  483. 13-March-2011 Matias
  484. + [#25326] Implement improved PHP error handlers (backport from K2.0)
  485. ^ [#15886] Merged revisions 4567-4614 from /branches/1.6.4-LDA(svens)-language-2011-02-23
  486. 12-March-2011 svens(LDA)
  487. ^ [#24847] updated cs-CZ (thanks David Mara)
  488. ^ [#24847] updated ca-ES (thanks Arivor)
  489. ^ [#24847] updated nb-NO (thanks Joomla! i Norge)
  490. ^ [#24847] updated lt-LT (thanks Joomla123.lt)
  491. ^ [#24847] updated pl-PL (thanks JoomlAdmin.pl)
  492. ^ [#24847] updated fi-FI (thanks Mortti)
  493. 11-March-2011 Severdia
  494. ^ [#25296] Optimized images showing up as not fully optimized in Page Speed
  495. # [#25299] Fixed missing active menu for Atomic under Joomla 1.6
  496. 10-March-2011 Matias
  497. ^ [#15886] Merged revisions 4549-4590 from /branches/1.6-xillibit-01-03-2011
  498. 9-March-2011 Xillibit
  499. # [#25242] Load default icons backend J15 & J16 and fix calendar in new ban
  500. 9-March-2011 Matias
  501. # [#24783] Regression in installer: fix wrong message when uninstalling K1.6 and backup exists
  502. # [#24985] Threaded view broke Kunena Discuss
  503. # [#25254] Fix a bug where recent topics was very slow for visitors
  504. ^ [#25254] New users get unread messages from last 14 days, not 30 days as before
  505. 9-March-2011 810
  506. ^ [#25168] Fix CSS layout and color issues (j16 fixes)
  507. 8-March-2011 Xillibit
  508. # [#25227] Joomla! 1.6: changes for plugins directories and report configuration settings
  509. # [#25216] JomSocial activity stream integration shows unapproved posts
  510. 8-March-2011 810
  511. # [#24306] Max width bug image link
  512. ^ [#25168] Fix CSS layout and color issues (IE7 fixes, j16 fixes frontend)
  513. 8-March-2011 Matias
  514. # [#25205] Joomla 1.6: admin isn't by default a global moderator
  515. # [#24130] Joomla 1.6: Sending subscriptions doesn't work
  516. 7-March-2011 Matias
  517. # [#25198] Fix infinite redirect loops, show warning instead
  518. # [#25198] Warning: Invalid argument supplied for foreach() in KunenaRouter
  519. # [#25130] Improve Mootools version detection and warnings (under debug mode)
  520. ^ [#15886] Merged revisions 4531-4549 from /branches/1.6-xillibit-01-03-2011
  521. ^ [#15886] Merged revisions 4486-4567 from /branches/1.6.4-LDA(svens)-language-2011-02-23
  522. ^ [#24847] updated fi-FI (thanks Mortti)
  523. ^ [#15886] Merged revisions 4548-4569 from /branches/1.6.4-810-fixes-4-3-2011
  524. 6-March-2011 810
  525. ^ [#25168] Fix CSS layout and color issues (double div.kmsgtext in css)
  526. ^ [#24847] updated nl-NL
  527. ^ [#25168] Fix CSS layout and color issues (read announcement)
  528. 6-March-2011 svens(LDA)
  529. ^ [#24847] updated ru-RU (thanks Zarkos)
  530. ^ [#24847] updated de-DE (thanks rich)
  531. ^ [#24847] updated id-ID (thanks Daniel)
  532. ^ [#24847] disabled nb-NO version 1.6.1
  533. ^ [#24847] disabled pt-BR version 1.6.1
  534. 6-March-2011 Matias
  535. # [#25192] Regression: the "insert" button for adding a url to a post does not work
  536. # [#25191] Joomla 1.6: Kunena system plugin not installed
  537. # [#25191] Joomla 1.6: Untranslated string in menu manager: plg_system_kunena
  538. # [#25190] Joomla 1.6: User profiles are not created automatically into database
  539. # [#25190] Joomla 1.6: Administrators do not have administrative permissions
  540. # [#24960] Update example template to have all the new features
  541. + [#25197] Debug mode: Add JavaScript to detect some of the most common MooTools issues
  542. 5-March-2011 Matias
  543. # [#25166] Can't ban users in backend
  544. # [#23815] Deleted attachments are not removed from disk
  545. # [#25187] Joomla 1.6 workaround: Use two separate manifest files and hope that right one gets picked up
  546. # [#25188] Installer: Improve error reporting by showing all enqueued messages
  547. # [#25189] Joomla 1.6: Kunena System plugin isn't removed on uninstall
  548. # [#24184] Joomla 1.6: Menu creation fails on error if same alias is already defined
  549. # [#24184] Joomla 1.6: Menu item wasn't created into main menu
  550. 4-March-2011 810
  551. ^ [#25168] Fix CSS layout and color issues (Whoisonline)
  552. ^ [#25168] Fix CSS layout and color issues (few little fixes)
  553. 4-March-2011 Xillibit
  554. # [#25123] Cast all values to be int for security purpose (Part 2)
  555. ^ [#24847] Update fr-FR language
  556. 4-March-2011 Matias
  557. ^ [#25026] Make new subcription options more powerful
  558. ^ [#25026] Make new subcription options to work with custom templates (without changing them)
  559. # [#25142] Menu creation: New menu link into Kunena Menu should be unpublished by default
  560. # [#25142] Regression in Administration: Create Menu: menu link doesn't get updated
  561. # [#25140] Regression in CSS: Kunena menu tabs have too much left padding in some templates
  562. # [#25095] Subscription email: "Subject: xxx" gets filtered from the message
  563. # [#25095] Subscription email subject should be topic subject, not message subject
  564. + [#24023] Add instruction to moderator dropdowns
  565. # [#24469] Add configuration option to prevent Guests from viewing members' user profiles
  566. # [#25171] Cloak all Email addresses (in BBCode, profile, userlist)
  567. # [#24758] Confidential tags hide text from admins/mods in topic history and message preview
  568. # [#25178] Statistics page: database error
  569. # [#25168] Fix misc CSS layout and color issues (thanks 810)
  570. 3-March-2011 Xillibit
  571. # [#25123] Cast all values to be int for security purpose
  572. 3-March-2011 Matias
  573. + [#25026] Administration: Add more subscription options (thanks Frank Gore)
  574. + [#25023] Limit notification emails until user visits the topic again (thanks Frank Gore)
  575. + [#25023] Limit notification emails on category subscriptions for new topics only
  576. + [#25023] Add configuration option for limiting emails
  577. # [#25023] Do not show error message on sending emails if Kunena email address is empty
  578. ^ [#25023] Improve subscription emails to contain more relevant information
  579. 2-March-2011 svens(LDA)
  580. ^ [#24847] updated hu-HU (thanks pedrohsi)
  581. 2-March-2011 Matias
  582. # [#25130] Avoid JavaScript $() conflicts with JQuery and other frameworks
  583. ^ [#15886] Merged revisions 4522-4531 from /branches/1.6-xillibit-01-03-2011
  584. 2-March-2011 Xillibit
  585. # [#25123] trashUserMessages() in users manager doesn't work like excepted (Part 2)
  586. # [#25133] Mark all forum read fails under J! 1.6
  587. # [#25087] Show none in report configuration settings when there are no plugins, modules...
  588. 1-March-2011 Xillibit
  589. # [#25084] Moving topics shows unpulished categories in the pull-down
  590. # [#25083] "There are no forums in the category"
  591. # [#25093] Change "forum" to "category" in subscription emails
  592. # [#25100] Change translation of COM_KUNENA_BBCODE_HIDE
  593. # [#25123] trashUserMessages() in users manager doesn't work like excepted
  594. 27-February-2011 svens(LDA)
  595. + [#24847] added cs-CZ (thanks David Mara)
  596. ^ [#24847] updated el-GR (thanks Chrysovalantis Mochlas)
  597. ^ [#24847] updated da-DK (thanks Lars Westermann)
  598. ^ [#24847] updated ru-RU (thanks Zarkos)
  599. ^ [#24847] updated nl-NL (thanks weenkbuul)
  600. ^ [#24847] updated es-ES (thanks Kunena Spanish Team)
  601. 26-February-2011 Matias
  602. # [#25087] Administrator: Fatal error in Report Configuration Settings
  603. # [#24924] Userlist: MySQL error when getting usercount
  604. # [#24364] Fix broken layout in Google maps
  605. 23-February-2011 Matias
  606. ^ [#15886] Merged revisions 4401-4471 from /branches/1.6.3-language-LDAsvens-2011-01-22
  607. ^ [#15886] Merged revisions 4458-4462 from /branches/1.6-xillibit-19-02-2011
  608. ^ [#24847] update fi-FI
  609. # [#25051] Migration from older versions fail because of missing KunenaFactory
  610. # [#25048] Ordering of categories go random when >127 categories in one section
  611. # [#24902] Installer: Migrating Kunena fails under MySQL 5.5
  612. # [#24787] Make ZIP smaller than 2M by removing languages which haven't been updated since K1.6.0
  613. - [#24787] Remove languages: ar-AA, el-GR, it-IT, ja-JP, pl-PL, pt-PT, sr-RS, sr-YU, sv-SE, vi-VN, zh-CN, zh-TW
  614. # [#25000] Editor: add space before emoticon (fix broken emoticons when no space)
  615. # [#25001] RSS: add &format=feed into URI to prevent plugins outputing into stream
  616. # [#24379] Many repeated use of smileys causes white page
  617. # [#24824] Menu link should not have the same name.. (part 2: do not replace users own menu item)
  618. 22-February-2011 Matias
  619. # [#25046] Regression: deleted and unapproved messages are not gray when inside topic
  620. 21-February-2011 svens(LDA)
  621. ^ [#24847] update da-DK (thanks Lars Westermann)
  622. ^ [#24847] update de-DE (thanks rich)
  623. 21-February-2011 Severdia
  624. # [#24364] CSS fix for pagination and announcement links (regression from Joomla 1.6 fixes)
  625. 20-February-2011 svens(LDA)
  626. ^ [#24847] update hu-HU (thanks pedrohsi)
  627. 19-February-2011 Xillibit
  628. # [#24924] Add configuration setting to let users choose the way to count totalusers (Part 2)
  629. ^ [#24841] Report configuration settings: missing plg_jomosocial_groups and plg_jxfinder
  630. # [#24992] JFolder::delete : path isn't a folder administrator/components/com_kunena/archive , language...
  631. 19-February-2011 svens(LDA)
  632. ^ [#24847] update ru-RU (thanks Zarkos)
  633. ^ [#24847] update th-TH (thanks drlovecat)
  634. ^ [#24847] update tr-TR (thanks cumla)
  635. ^ [#24847] update zh-TW (thanks gewed)
  636. 19-February-2011 Matias
  637. # [#24985] Threaded layout was missing an image
  638. # [#24985] Fix wrong kind of link in threaded view
  639. # [#24985] Threaded view: Minor fix in message tree
  640. 18-February-2011 svens(LDA)
  641. ^ [#24847] update mk-MK (thanks Baze)
  642. ^ [#24847] update fi-FI (thanks Mortti)
  643. 18-February-2011 Matias
  644. + [#24985] Feature: Threaded and indented layouts for topics (disabled in configuration)
  645. 17-February-2011 Matias
  646. # [#24959] Always initialize session if allowed=na
  647. + [#24985] Feature: Threaded and indented layouts for topics
  648. 16-February-2011 Matias
  649. # [#24948] Administrator: Workaround for Joomla 1.5 bug where translations aren't shown in Menu Manager
  650. # [#24949] Installer: Parse error in PHP4
  651. # [#24824] Menu link should not have the same name as the real menu item
  652. # [#24783] Remove option to restore backup from K1.5 when K1.6 has already been installed
  653. ^ [#15886] Merged revisions 4391-4419 from /branches/1.6-xillibit-fixes-8-02-2011
  654. # [#24841] Cleanup configuration settings report
  655. # [#24841] Configuration report: improve menu item list (show all published items pointing to Kunena)
  656. # [#24784] SVN Install: Install new language files before entering into installer
  657. # [#22933] Add dropdown for Admin view trashed items (part 2: don't change meaning of old settings)
  658. 16-February-2011 Xillibit
  659. + [#24924] Add configuration setting to let users choose the way to count totalusers
  660. 14-February-2011 Xillibit
  661. # [#24818] MySQL tables are case insensitive: installation fails on JOS_ prefix
  662. 13-February-2011 Xillibit
  663. ^ [#24841] Remove in kunena report configuration the empty settings
  664. # [#24781] Administration: When creating new category, access control cannot be set
  665. # [#24842] Warning division by zero in latestx.php
  666. # [#24888] Under Joomla 1.6 avatar doens't update in kunena_users
  667. 13-February-2011 Severdia
  668. # [#24364] CSS fix for color coded user names (regression from Joomla 1.6 fixes)
  669. 12-February-2011 Xillibit
  670. # [#24843] Fatal error: Class 'JParameter' not found in /components/com_kunena/kunena.php on line 210
  671. 10-February-2011 svens(LDA)
  672. ^ [#24847] update ca-ES (thanks Arivor)
  673. ^ [#24847] update de-DE (thanks rich)
  674. 7-February-2011 Xillibit
  675. # [#23443] update french language file about edittime and gracetime
  676. # [#24755] Best credit to designers (thanks gonzaunit)
  677. # [#24784] Check if DOMDocument class exists and fail installation if it doesn't
  678. # [#24788] Allow permament delete on all topics, not just deleted ones
  679. ^ [#22933] Add dropdown for Admin view trashed items
  680. 5-February-2011 Matias
  681. # [#24761] Ban manager is not showing all the information
  682. # [#24762] Performance optimization for getting moderators by CB team (Thanks Beat!)
  683. # [#24763] NoixACL integration: fatal error while checking subscriber rights
  684. # [#24764] Using user defined title from menu Items breaks SEO in some environments (remove feature)
  685. 4-February-2011 Severdia
  686. # [#24364] CSS fixes for Joomla 1.6 (Beez and Atomic)
  687. 3-February-2011 Severdia
  688. + [#24745] Add new color options for template params (BlueEagle only)
  689. ^ [#24745] Changed admin config buttons
  690. # [#24364] CSS fixes for Joomla 1.6 (Beez and Atomic)
  691. 31-January-2011 fxstein
  692. ^ [#24703] Update version info to 1.6.4-DEV
  693. Kunena 1.6.3
  694. 31-January-2011 fxstein
  695. ^ [#24074] Update README.txt for 1.6.3 release
  696. ^ [#23898] Updated changelog date one more time to 2011
  697. 31-January-2011 Matias
  698. # [#24690] Profile/Recent view: Fix bug where clicking on More shows your own posts instead of users
  699. 30-January-2011 fxstein
  700. ^ [#23898] Updated kunena_upgrade.xml to use build variables
  701. ^ [#23898] Updated 2011 dates (additional)
  702. ^ [#24074] Update version info to 1.6.3 (Parlare)
  703. 30-January-2011 Severdia
  704. # [#22921] Updated Template Manager icon in menu
  705. ^ [#23898] Updated 2011 dates and .org instead of .com
  706. # [#24687] Fixed button text color when skinner is activated
  707. ^ [#24688] Reverted publish/unpublish images to Joomla 1.5 defaults
  708. # [#24022] Fixed extra table spacing on module positions
  709. # [#24022] Added check for module position to hide row if no module published.
  710. 30-January-2011 Matias
  711. * [#24563] Security (High/High): SQL injection vulnerability in search (thanks Adam Nichols)
  712. # [#24682] Joomla 1.6: Kunena Menu doesn't show up
  713. 29-January-2011 Matias
  714. # [#24656] CommunityBuilder: fix performance issues from loading users one by one (CB1.4+)
  715. ^ [#15886] Merged revisions 4298-4317 from /branches/1.6.3-language-LDAsvens-2011-01-22
  716. 29-January-2011 svens(LDA)
  717. ^ [#24560] update fi-FI (thanks Mortti)
  718. 28-January-2011 Severdia
  719. # [#24659] Fixed Google maps controls CSS
  720. 28-January-2011 Matias
  721. ^ [#24385] Performance optimization for high joomla guest counts by CB team (Thanks Beat!)
  722. ^ [#15886] Merged revisions 4303-4304 from /branches/1.6-xillibit-fixes-27-01-2011
  723. + [#24655] Add activity events for subscribe, favorite, sticky, lock, karma and onBeforePost/Reply/Edit
  724. + [#24656] CommunityBuilder: improve integration by adding support for all activity events (CB1.4+)
  725. # [#24656] Fix wrong parameters in onAfterThankyou and onAfterKarma
  726. 27-January-2011 svens(LDA)
  727. ^ [#24560] update ru-RU (thanks Zarkos)
  728. 27-January-2011 Xillibit
  729. # [#24272] When you want edit an anouncement unpublished, the forms is empty (Part 2)
  730. 27-January-2011 Severdia
  731. # [#24649] Fixed template params for header color in IE
  732. 26-January-2011 Matias
  733. ^ [#15886] Merged revisions 4157-4285 from /branches/1.6-xillibit-fixes-20111205
  734. ^ [#15886] Merged revisions 4274-4291 from /branches/1.6.3-language-LDAsvens-2011-01-22
  735. 26-January-2011 svens(LDA)
  736. ^ [#24560] update es-ES (thanks Kunena Spanish Team)
  737. ^ [#24560] update en-GB
  738. 24-January-2011 Xillibit
  739. # [#24590] Topic/Create: Showing poll and anonymous options works only in FireFox
  740. 23-January-2011 Xillibit
  741. ^ [#24413] Add title parameter in function CKunenaLink::GetThreadPageLink for module latest (Part 2)
  742. 22-January-2011 svens(LDA)
  743. ^ [#24560] update de-DE (thanks Rich)
  744. ^ [#24560] update ar-AA (thanks baazza)
  745. ^ [#24560] update di-FI (thanks Morrti)
  746. ^ [#24560] update es-ES (thanks Kunena Spanish Team)
  747. ^ [#24560] update ru-RU (thanks Zarkos)
  748. 22-January-2011 Matias
  749. # [#24563] Search does not check all variables
  750. 22-January-2011 Xillibit
  751. # [#24559] Hide confidential information also from moderators who are not moderating current category
  752. 19-January-2011 Xillibit
  753. # [#24277] Kunena userlist under J! 1.6 grab super admin with userid=62 instead of 42 (Part 2)
  754. 19-January-2011 Matias
  755. # [#24480] Regression: Do not send email to author itself
  756. * [#24494] Security (Low/Low): User can make XSS attack to himself (thanks Ervis Tusha)
  757. 17-January-2011 Xillibit
  758. # [#24443] BBCode help input need to be disabled to avoid to be edited
  759. 16-January-2011 Xillibit
  760. # [#24368] Set the subject for all replies on moderate doesn't work
  761. # [#24374] Fix PHP notices and warnings
  762. # [#24412] bulk actions delete permanently and restore shows up to moderators even if they have no permission to do those tasks
  763. ^ [#24413] Add title parameter in function CKunenaLink::GetThreadPageLink for module latest
  764. 15-January-2011 Matias
  765. ^ [#15886] Merged revisions 4181-4182 from /branches/1.6-LDAsvens-bugs-2011-01-13
  766. 14-January-2011 fxstein
  767. ^ [#24385] Performance optimization for high joomla guest counts by CB team (Thanks Beat!)
  768. 13-January-2011 Xillibit
  769. # [#24367] Kunena report function shows form even if id is empty
  770. 13-January-2011 svens(LDA)
  771. # [#24366] Joomla 1.6: Missing backend translations
  772. 13-January-2011 Matias
  773. # [#23920] Fix a bug when getting subscribers if string gets passed instead of an array
  774. # [#24357] CommunityBuilder integration: Fix white pages in CommunityBuilder backend
  775. # [#24357] CommunityBuilder integration: Fix broken sidebar modes in Community Builder Forum Plugin
  776. # [#24357] Change rank detection code to check category administrators (used in ACL integration)
  777. # [#24358] Fix broken Moderator rank detection
  778. # [#24359] Router: Undefined index 'func' in ParseRoute
  779. # [#23920] Fix another Kunena Internal Error when posting (subscriptions)
  780. 10-January-2011 Xillibit
  781. # [#24272] When you want edit an anouncement unpublished, the forms is empty
  782. # [#24277] Kunena userlist under J! 1.6 grab super admin with userid=62 instead of 42
  783. 9-January-2011 Xillibit
  784. # [#24239] When guest posting, the field name isn't displayed and it's empty, so the form can't validate
  785. * [#24073] Remove Kunena version put in RSS feed header
  786. ^ [#24073] When RSS feed is disabled show error 404 instead of a die()
  787. 8-January-2011 Xillibit
  788. # [#24230] Mark all forum read fails under J! 1.6
  789. 7-January-2011 Xillibit
  790. # [#23704] First item in breadcrumbs links to entrypage, not top-level index
  791. # [#23801] bug in aup activity integration which show subject for users which are not right to see it
  792. 7-January-2011 Matias
  793. ^ [#15886] Merged revisions 4157-4162 from /branches/1.6-xillibit-fixes-20111205
  794. 6-January-2011 Xillibit
  795. # [#24149] Redirect loop in userlist and update translation
  796. # [#24170] When save user profile under J! 1.6 the user is not assigned to any group
  797. 5-January-2011 Xillibit
  798. # [#24064] Fix some undefined variables in kunena report configuration
  799. # [#24156] Error message on start of installation on archive which is not here
  800. # [#24155] When posting as anonymous, no username is displayed in listcat and showcat
  801. 5-January-2011 Matias
  802. # [#24147] Show user defined title from menu Item (Parameters (System) > Page Title)
  803. 4-January-2011 Matias
  804. # [#24083] Joomla 1.6: generate Kunena Menu during installation
  805. ^ [#15886] Merged revisions 4049-4142 from /branches/1.6.3-jomsocial
  806. # [#24129] Fix conflicts with JXtended
  807. ^ [#15886] Merged revisions 4149-4153 from /branches/1.6.3-xillibit-j1.6fixes-01012011
  808. # [#23920] Fix Kunena Internal Error when posting (subscriptions)
  809. 4-January-2011 Xillibit
  810. # [#24064] Put some code in kunena report configuration into functions to be more readable
  811. # [#24094] Joomla 1.6: Article BBCode doesn't work
  812. 3-January-2011 Matias
  813. # [#24076] Profile user settings doesn't work in J!1.6 (part 2)
  814. ^ [#15886] Merged revisions 4141-4147 from /branches/1.6.3-xillibit-j1.6fixes-01012011
  815. 3-January-2011 Xillibit
  816. # [#24076] Profile user settings doesn't work in J!1.6
  817. 2-January-2011 Xillibit
  818. # [#24064] Joomla 1.6: Don't check if component is enabled, because it doesn't seem to work
  819. # [#24073] Joomla 1.6: Use Joomla! JDocumentFeed to generate RSS feed instead of Joomla! deprecated library
  820. # [#24081] Remove bbcode attachment and code from JS activity stream
  821. # [#24075] PDF generation is broken under J! 1.6
  822. 2-January-2011 Matias
  823. # [#24080] Kunena Discuss: Fatal error when sending subscription emails
  824. # [#24077] Joomla! version check in integration is slightly broken
  825. ^ [#15886] Merged revisions 4127-4135 from /branches/1.6.3-xillibit-j1.6fixes-01012011
  826. # [#24078] Joomla 1.6: Categories are not displayed in select lists
  827. # [#24084] Joomla 1.6: Kunena menu items are missing select for categories
  828. # [#24093] Joomla 1.6: Usergroups cannot be assigned into categories
  829. # [#24088] Installer: Add a few new breakpoints into database migration/upgrade process
  830. 2-January-2011 fxstein
  831. ^ [#24074] Update version info to 1.6.3-DEV
  832. 01-January-2011 Xillibit
  833. ^ [#23293] Update xml language file for fr-FR because doesn't work and fixes issues in fr-FR and en-GB
  834. # [#24062] Fix issue under J! 1.6 Fatal error: Cannot access protected property TableKunenaCategory::$_db in admin.kunena.php on line 1331
  835. # [#24063] Fix issue under J! 1.6 Fatal Error: Call to undefined method JSite::addCustomHeadTag() in kunena.parser.php on line 1074
  836. # [#24064] Report kunena configuration settings is broken under J! 1.6
  837. # [#24065] SQL Error when post new topic or reply under J! 1.6
  838. # [#24066] Credit has a space when the variable $this->params->get('templatebyName') is empty (thanks gonzaunit)
  839. # [#24071] Poll expired setting doesn't work in form and calendar doesn't open in J! 1.6
  840. ^ [#23293] Little update on fr-FR and en-GB to don't have issue with languages
  841. 21-December-2010 Matias
  842. ^ [#23920] Cleanup all KunenaAccess classes
  843. # [#23920] Fix a few bugs which broke up ACL
  844. # [#23920] Fix a bug making too many dummy queries when instantiating categories
  845. + [#23920] Administration: Display JomSocial group in category list, hide group info from edit
  846. + [#23920] Make Joomla 1.5 ACL integration to use phpgacl making it to work with a few ACL components
  847. # [#23920] Fix a bug where ACL groups were not shown at all
  848. 20-December-2010 Matias
  849. ^ [#23152] Update version info to 1.6.3 (Chama = group, society)
  850. + [#23920] Move some functions/functionality from derived classes into KunenaAccess
  851. + [#23920] Separate Kunena logic from ACL in KunenaAccess::getSubscribers()
  852. + [#23920] Add KunenaCategory::getCategoriesByAccess()
  853. ^ [#23920] Change session handling to accept new version of access classes
  854. ^ [#23920] Simplify structure in KunenaAccessXXX::loadAllowedCategories() functions
  855. + [#23920] Add CommunityBuilder triggers: loadAdmins, loadModerators, checkSubscribers
  856. 19-December-2010 Matias
  857. + [#23920] Add JomSocial groups support: Create new fields into tables
  858. + [#23920] Backport KunenaAccess classes from Kunena 2.0
  859. Kunena 1.6.2
  860. 29-December-2010 fxstein
  861. ^ [#23152] Update ReadMe for 1.6.2 Release
  862. 29-December-2010 Severdia
  863. # [#22979] Small CSS tweaks on spacing for subcategories.
  864. 25-December-2010 fxstein
  865. ^ [#23152] Update version info to 1.6.2 stable (Team)
  866. ^ [#23152] Update automatic version info for all languages
  867. # [#23152] Added missing index.html files to various languages
  868. ^ [#23152] Update automatic version info for default template
  869. + [#23152] Add Update version expansion to builder for default templates
  870. 24-December-2010 fxstein
  871. ^ [#15886] Merged revisions 4036-4063 from /branches/1.6-810-fixes-20101219
  872. ^ [#15886] Merged revisions 4052-4056 from /branches/1.6-LDAsvens-language-20101221
  873. ^ [#15886] Merged revisions 4005-4043 from /branches/1.6-xillibit-fixes-20101216
  874. 24-December-2010 810
  875. ^ [#23875] Minor html fixes backend (Joomla 1.6 Part 2)
  876. 23-December-2010 810
  877. ^ [#23875] Minor html fixes backend (Joomla 1.6)
  878. 21-December-2010 svens(LDA)
  879. ^ [#23293] update ru-RU (thanks Zarkos)
  880. ^ [#23293] update fi-FI (thanks Mortti)
  881. 20-December-2010 Xillibit
  882. ^ [#23293] Added french translation fr-FR.com_kunena.sys.ini
  883. 19-December.2010 Matias
  884. # [#23884] Add basic Joomla 1.6 support for menu items: latest, listcat, post, profile, showcat
  885. # [#23826] Fix regression in Category Manager: escaped too much
  886. # [#23885] Restore support for old templates from K1.6.1
  887. 19-December-2010 Xillibit
  888. + [#23892] Show in report configuration settings the Kunena template details
  889. # [#23798] On reply postcatid is undefined in javascript
  890. 18-December-2010 Matias
  891. + [#23863] Add support for language installation for j1.6
  892. ^ [#23863] Install language files during SVN install
  893. ^ [#23863] Remove special SVN language file handling
  894. ^ [#15886] Merged revisions 4005-4025 from /branches/1.6-xillibit-fixes-20101216
  895. # [#23872] Rename CKunenaFolder::makeSafe() as it conflicts with Joomla 1.6
  896. # [#23884] Support Joomla 1.6 in KunenaRoute class
  897. # [#23884] Add Joomla 1.6 translations: en-GB.com_kunena.sys.ini
  898. # [#23884] Fix menu highlight in Joomla 1.6
  899. # [#23884] Add basic Joomla 1.6 support for menu items: entrypage, help, rules, search
  900. # [#23798] Fix wrong case in filename: Kunena.special.js.php
  901. 18-December-2010 Xillibit
  902. ^ [#23863] Add support for language installation for j1.6
  903. 18-December-2010 810
  904. ^ [#23875] Minor html fixes backend
  905. ^ [#23875] Minor html fixes backend (part2)
  906. ^ [#23875] Minor html fixes backend (part3)
  907. 16-December-2010 Xillibit
  908. # [#23798] Remove ajax for show poll icon and anonymous field on new topic button tab (Part 3)
  909. ^ [#23821] Replace some select list in advanced search by JHTML things
  910. ^ [#23828] Save changed poll vote function use JDate instead of now() from mysql
  911. 16-December-2010 Matias
  912. * [#23813] Administration: Prevent possible XSS attacks
  913. 16-December-2010 810
  914. ^ [#23293] add/update languages Dutch
  915. ^ [#23854] Hyperlink announcement
  916. ^ [#23829] Double lines in flat.php because off ktopicmodule
  917. 15-December-2010 fxstein
  918. ^ [#15886] Merged revisions 3995-3996 from /branches/1.6.2-810-bugfixes-29-10-2010
  919. ^ [#15886] Merged revisions 3973-3997 from /branches/1.6-xillibit-fixes-20101130
  920. 15-December-2010 Xillibit
  921. ^ [#23798] Remove ajax for show poll icon and anonymous field on new topic button tab
  922. # [#23180] Don't need a function to get the client_id in KunenaUser
  923. # [#23763] Change single quoted HREFs in URLs generated by BBcode
  924. # [#23798] Remove ajax for show poll icon and anonymous field on new topic button tab (Part 2)
  925. 15-December-2010 810
  926. # [#23320] Auto Blending Feature (skinner) Color Bug
  927. # [#23293] add/update languages Dutch
  928. 14-December-2010 Xillibit
  929. # [#23760] when you select cb in integration: Profiles and User List, userlist don't work anymore
  930. 14-December-2010 Severdia
  931. # [#23251] Added fix from Jelle for broken ability to move posts (to fix Florian's previous fix)
  932. 13-December-2010 Xillibit
  933. # [#23251] When you merge topics even if there is no polls, the topics are not merged
  934. # [#23180] CB avatars aren't displayed in kunena user manager
  935. 13-December-2010 fxstein
  936. # [#23767] Add ksource=kunena into com_content events triggered by Kunena to prevent recursion
  937. - [#23767] Remove global variable: kunena_in_event - requires new release of discuss plugin
  938. 12-December-2010 Severdia
  939. # [#23251] Added fix from Xillibit for bro

Large files files are truncated, but you can click here to view the full file