[01:31] leagris joined #tikiwiki [02:29] Tiki-KGB joined #tikiwiki [06:40] Tiki-KGB 03chibaguy r51886 10branches/13.x/ 10(24 files in 2 dirs) [06:40] Tiki-KGB [FIX] Correct Glyphicons location for Bootswatch themes, and reflect popover width bootstrap.css override. [07:12] Tiki-KGB 03chibaguy r51887 10branches/13.x/styles/jqui/options/flat.css [07:12] Tiki-KGB [FIX] Updated Flat theme option for jQui. (This file was edited directly, not produced by the Less pre-compiler; there's no flat.less file yet.) [07:18] Tiki-KGB 03chibaguy r51888 10branches/13.x/styles/jqui/options/element.css [07:18] Tiki-KGB [FIX] Updated Element theme option for jQui. (This file was edited directly, not produced by the Less pre-compiler; there's no element.less file yet.) [07:26] Tiki-KGB 03chibaguy r51889 10branches/13.x/styles/jqui/options/haus.css [07:26] Tiki-KGB [FIX] Updated Haus theme option for jQui. (This file was edited directly, not produced by the Less pre-compiler; there's no haus.less file yet.) [07:30] Tiki-KGB 03chibaguy r51890 10branches/13.x/styles/jqui/options/rising.css [07:30] Tiki-KGB [FIX] Updated Rising theme option for jQui. (This file was edited directly, not produced by the Less pre-compiler; there's no rising.less file yet.) [08:16] Tiki-KGB 03chibaguy r51891 10branches/13.x/styles/jqui/options/excitebike.css [08:16] Tiki-KGB [FIX] Updated Excite Bike theme option for jQui. Not a complete update, but good enough. (This file was edited directly, not produced by the Less pre-compiler; there's no excitebike.less file yet.) [08:44] Tiki-KGB 03chibaguy r51892 10branches/13.x/styles/jqui/options/good.css [08:44] Tiki-KGB [FIX] Updated Good theme option for jQui. (Update in progress. This file was edited directly, not produced by the Less pre-compiler; there's no good.less, yet.) [09:26] Tiki-KGB 03chibaguy r51893 10branches/13.x/styles/jqui/options/horizons.css [09:26] Tiki-KGB [FIX] Updated Horizons theme option for jQui. (Update in progress. This file was edited directly, not produced by the Less pre-compiler; there's no horizons.less, yet.) [09:50] fabricius joined #tikiwiki [09:52] GillesM joined #tikiwiki [11:06] bkm joined #tikiwiki [12:20] Tiki|Log joined #tikiwiki [12:20] Topic for #tikiwikiis now Tiki Wiki CMS Groupware - the Free & Open Source Web Application with the most built-in features! Latest Tiki LTS version 12.2 (Altair) is out! Question? Just ask! We log the channel @ http://irc.tiki.org (start line with [off] to exclude message from log) [12:21] redflo joined #tikiwiki [13:16] jonnyb joined #tikiwiki [13:17] jonnyb pom pom pom [14:05] Jyhem pom polom [14:05] jonnyb hi Jyhem [14:06] Jyhem Has anyone set recaptcha with “Anonymous editors must enter anti-bot code (CAPTCHA) ” ? [14:06] jonnyb sometimes, mainly to test it though [14:06] Jyhem I have a tracker which is filled anonymously and the recaptcha does not prevent anything (either when users ignore it or fill wrong answers) [14:07] Jyhem without recaptcha, our ugly tiki captcha works fine [14:07] jonnyb ew, not tried it on a tracker - is that the plugin, or the usual admin interface? [14:08] jonnyb recaptcha has a bit of js it needs to include for the ajax bits afaicr [14:09] Jyhem the pluginTracker in a wiki page [14:10] Jyhem I see if (extension_loaded('gd') && function_exists('imagepng') && function_exists('imageftbbox') && $prefs['feature_antibot'] == 'y' && empty($user) && $prefs['recaptcha_enabled'] != 'y') { [14:10] jonnyb hmm, looks like tiki-setup.php:247 includes the right code [14:11] Jyhem has some js for the non-recaptcha case, but there is no } else { with js for recaptcha :-( [14:11] Jyhem I was looking into lib/wiki-plugins/wikiplugin_tracker.php [14:12] Jyhem Sorry, rice is cooked, BBL [14:32] Tiki-KGB 03jonnybradley r51894 10branches/13.x/templates/tiki-view_forum.tpl * [FIX] forums: Don't make the page jump up (out of sight) when toggling filters [14:42] SkiNut joined #tikiwiki [15:06] Jyhem back [15:59] jonnyb joined #tikiwiki [17:12] aalex joined #tikiwiki [19:56] Telesight joined #tikiwiki [20:14] Tiki-KGB 03gezzzan r51895 10branches/13.x/templates/tiki-admingroups.tpl [20:14] Tiki-KGB [FIX] wrong preference name condition to display users tracker, see http://dev.tiki.org/item5307 [20:14] Tiki-KGB also some code formatting and adding missing closing div that was breaking the layout [21:06] aalex What is the standard format for doc strings in Tiki? [21:30] Tiki|bot Recent Bug: - http://dev.tiki.org/item5308 [21:40] Tiki|bot Recent Bug: - http://dev.tiki.org/item5309 [21:40] Tiki|bot Recent Bug: - http://dev.tiki.org/item5310 [21:45] Telesight joined #tikiwiki [23:28] aalex I suggest that private methods should have their name starting with an underscore. [23:28] aalex I should probably send a mail about this. [23:42] Tiki-KGB 03alexandrequessy r51896 10branches/12.x/lib/userslib.php * [ENH] userslib: copy LDAP email to Tiki users system