[00:22] rodrigoprimo1 joined #tikiwiki [00:39] rodrigoprimo joined #tikiwiki [00:39] rodrigoprimo left #tikiwiki [00:55] marclaporte joined #tikiwiki [03:08] fabricius joined #tikiwiki [03:25] goj joined #tikiwiki [07:36] arildb joined #tikiwiki [08:18] Tiki-KGB tikiwiki 03marclaporte r44197 10branches/10.x/ 10lib/prefs/feature.php 04installer/schema/20120824_bc_center_preference_tiki.sql [08:18] Tiki-KGB tikiwiki Partial revert of r42708. Now that :: is no longer expropriated as a namespace separator (we are using :_: instead), there is no longer a need to change the several years old syntax for centered text. This was already done for the the Jison parser in r44111 [08:33] luciash RobertPlummer: s/him/her/ ;) [08:56] fabricius joined #tikiwiki [09:05] kstingel joined #tikiwiki [09:17] gour joined #tikiwiki [09:19] Caarrie|sleeping joined #tikiwiki [09:19] sipherdee joined #tikiwiki [09:20] kstingel1 joined #tikiwiki [09:20] Tiki-KGB joined #tikiwiki [09:51] gour_ joined #tikiwiki [09:54] gour joined #tikiwiki [10:00] marclaporte joined #tikiwiki [10:55] redflo joined #tikiwiki [11:36] Jyhem polom [12:00] ravi joined #tikiwiki [12:02] Guest77661 how to make page like when user sign in first time, they need to fill out necessary info, like picture, About Me section etc etc. and if anything is blank after first login, they need to get automatic reminders until they fix it. [12:05] Guest77661 how can do that? [12:39] luciash Guest77661: hi, you could do it with a User Tracker and a Module which would check for if the Tracker Item Field is empty [12:41] luciash Guest77661: something like {if empty($f_42)}You did not fill in your About Me section{/if} [12:42] Guest77661 all functionality which i wrote in above is implement using user tracker? [12:44] Guest77661 luciash:r u there? [12:44] luciash Guest77661: no. it is just a hint how to do it. You will need knowledge how to set up the Tracker, how to do the custom Module and knowledge of Smarty syntax, then you will need some JavaScript knowledge how to do a pop-up alert box if you need this [12:45] Guest77661 i have a basic knowledge of tracker [12:45] Guest77661 but how to display that form when user first login in tikwiki? [12:45] luciash Guest77661: if you do not know how to do it, I would recommend to hire a Tiki Consultant to do the job for you [12:46] luciash Guest77661: it will display every time untill filled in [12:47] luciash until not empty [12:47] Guest77661 can u please send link of that document [12:47] luciash what document [12:47] Guest77661 that i know in traker to make that field mandetory [12:47] luciash i do not think there is any document about it. it is just hint from me how i would do it [12:48] Guest77661 how to do the custom Module [12:48] luciash ah, custom module [12:48] Guest77661 u know how to display that page at start up when user first login [12:48] Guest77661 can u please give some hint of it [12:49] Guest77661 ? [12:49] luciash see doc.tiki.org/User+Modules [12:54] luciash you will also need plugin trackerlist in the module which will check the fields for the user [12:54] Guest77661 thanks for your help [13:05] kstingel joined #tikiwiki [13:10] rodrigoprimo joined #tikiwiki [13:40] Tiki-KGB tikiwiki 03arildb r44198 10trunk/admin/include_wiki.php [13:40] Tiki-KGB tikiwiki [FIX] Make the rebuild backlinks process run when the backlinks feature is enabled [13:40] rodrigoprimo left #tikiwiki [14:00] sandroandrade joined #tikiwiki [14:02] sandroandrade joined #tikiwiki [14:59] RobertPlummerMob joined #tikiwiki [14:59] RobertPlummerMob polom all [15:06] amette joined #tikiwiki [15:42] Tiki-KGB tikiwiki 03jonnybradley r44199 10(9 files in 8 dirs) [15:42] Tiki-KGB tikiwiki [MRG] Automatic merge, branches/10.x 44174 to 44197 [15:42] Tiki-KGB tikiwiki Conflict resolved manually in lib/tikilib.php [16:08] Tiki-KGB tikiwiki 03jonnybradley r44200 10branches/10.x/lib/wiki/editlib.php [16:08] Tiki-KGB tikiwiki [FIX] wysiwyg: Add a space in front of (or after) a plugin if it's the first (or last) thing on the page when not in html mode. Prevents the caret being stuck inside the plugin making it impossible to add new lines or text. [16:38] Tiki-KGB tikiwiki 03jonnybradley r44201 10branches/10.x/lib/ckeditor_tiki/plugins/tikiplugin/plugin.js [16:38] Tiki-KGB tikiwiki [FIX] wysiwyg: Remove built-in ckeditor "image properties" context menu option as it appears for tiki plugins which can lead to the plugin being corrupted. [17:23] marclaporte joined #tikiwiki [17:29] arildb_ joined #tikiwiki [17:59] arildb_ joined #tikiwiki [18:03] kstingel joined #tikiwiki [18:08] refizul polom [18:11] gour i've strange problem that when accessing my tiki site served by hiawatha webserver (behind nginx acting as reverse proxy), i get local port number appended to the URL - try http://atmarama.sites.djangohosting.ch [18:13] gour hiawatha dev says that the server does not do any redirect. here is wget output if it helps to someone - http://pastebin.com/k7smY6UN [18:13] gour who do you think is to be blamed? [18:13] refizul blame Tiki :-) [18:13] gour i recall having similar problems when using MODx in the past with cherokee [18:14] refizul the backend webserver does strange things - if you know the filename, it works [18:20] gour refizul: so, you belive that hiawatha server is the culprit? [18:20] gour *believe [18:24] refizul the backend finds .htaccess because there is a rewrite to :64915/tiki-index.php [18:24] refizul so something is wrong with the backend because of the port [18:24] refizul does the backend run on port 80? [18:32] refizul you can do a recursive grep 64915 on the configuration [18:40] gour refizul: well, i'm just shared user so cannot test hiawatha on 80 [18:41] gour configuration is very simple, but i'll try to hide .htaccess [18:42] refizul what happens if you deploy an index.html or index.php to tiki root directory? [18:43] gour let me throw some index.html to the root [18:46] refizul is this your own index.html? or a copy off webserver's default file? [18:46] refizul of ... [18:46] gour using phpinfo for index.php, shows phpinfo page [18:48] refizul are you able to see any own index.html? [18:48] gour refizul: it shows my copy of index.html [18:48] gour you can check now [18:49] arildb_ joined #tikiwiki [18:49] refizul move tiki root .htaccess to .htaccessY [18:50] refizul just to disable it [18:50] gour refizul: there is actually no .htaccess, only _htaccess [18:50] gour that makes me even more confused [18:50] refizul ??? no symlink? [18:50] gour nope [18:51] refizul how does the webserver know about tiki-index.php? [18:51] gour i installed tiki via nginx/hiawatha, no apache [18:51] refizul do you have Tiki rewrite rules in nginx or hiawatha? [18:53] gour refizul: no rewrite rules via hiawatha...probably nothing for nginx as well [18:54] refizul this cannot be - the url without filename rewrites to :64915/tiki-index.php [18:56] refizul are both webservers running on the same machine? [18:59] arildb__ joined #tikiwiki [19:06] gour yes [19:07] luciash tiki-index.php is always the default index script in tiki [19:08] luciash it is redirected to via index.php i think and u need to add rule in .htaccess to avoid displaying it [19:09] gour luciash: should i put tiki-index.php as 'start page' for tiki? [19:09] luciash start page ? [19:09] luciash if u mean home page u can set that to something else even a blog [19:10] luciash but unless u have .htaccess enabled server and SEFURLs on, it will always display tiki-index.php [19:10] luciash when u go to wiki pages [19:13] luciash tiki-admin.php?page=general&cookietab=3 [19:13] luciash Home Page fieldset [19:24] refizul If both webservers are on one machine, maybe 64915 is the backend port [19:31] refizul then maybe the rewrite/proxypass in nginx is not transparent [19:35] refizul check nginx settings for: proxy_redirect proxy_set_header [19:44] redflo joined #tikiwiki [19:53] kstingel RobertP, where are you? (I think I may be querying wrong Robert lol) [20:24] changi polom [20:49] Tiki|bot New Forum Posts: Gamification - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45660 [20:49] Tiki|bot New Forum Posts: Registration - by invitation only - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45659 [20:49] Tiki|bot New Forum Posts: problem with rar upload - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45651 [20:54] fabricius joined #tikiwiki [21:06] Tiki-KGB tikiwiki 03arildb r44202 10trunk/lib/init/initlib.php [21:06] Tiki-KGB tikiwiki [FIX] missing $_SERVER['REQUEST_URI'] on IIS 6 [21:27] changi joined #tikiwiki [21:28] gour excuse me. i had to go afk...no insight into nginx setting, yes 64915 is local port on which hiawatha server is listening and accepting requests dispatched by nginx (reverse-proxy) startfile is settings as per http://www.hiawatha-webserver.org/manpages and setting it to tiki-index.php solved the problem, afaict [21:31] gour except that logout is the problem, it, again, appends the port number [21:32] gour any idea why tiki-logout.php fails? [21:37] gour refizul: with nginx/nginx, nginx/cherokee & nginx/apache it works [21:43] refizul This is odd - looks like a very special nginx/hiawatha problem. Maybe try apache as frontend and see if this happens again. [21:46] gour refizul: i don't have access to the front-end...only back-end...now will try with lighty [21:49] gour if it works with lighty, then lot of suspicion will be on hiawatha [21:52] refizul you could set up a complete testing machine with apache/hiawatha if the problem is worth that ;-) [22:04] arildb joined #tikiwiki [22:11] gour refizul: strange...lighty also get port number appended...it looks as misconfigured nginx [22:15] refizul take hostages and demand nginx to be reconfigured :-) [22:16] refizul similar with 7080 here: http://forum.parallels.com/pda/index.php/t-260563.html [22:19] gour refizul: thanks for the link [22:20] refizul nginx example: http://serverfault.com/questions/171678/nginx-config-front-end-reverse-proxy-to-another-port [22:24] changi joined #tikiwiki [22:25] * gour submitted bug ticket to the support stuff [22:26] kstingel has anyone been assigned to address the problem where Tiki can't tell that $base is a checkout if it's been checked out with Subversion 1.7.x? [22:29] arildb_ joined #tikiwiki [22:29] kstingel eg: checkout path = /home/svn-co/tiki-wc ... webroot = /home/webs/tikis/ [22:29] changi joined #tikiwiki [22:31] kstingel .. in example above "svn-co" denotes central location for SVN checkouts (as opposed to any local repos created, which would be "svn-repo") [22:45] marclaporte joined #tikiwiki [22:45] refizul kstingel: I do not understand the problem. What is Tiki supposed to tell? [22:47] kstingel on the general admin page, where Tiki reads it's current version ... if it's a Subversion 1.7.x checkout, there won't be a ".svn" folder in the base directory ... [22:47] kstingel Subversion 1.7.x only puts a single .svn directory in the root of the checkout ... which will always be at least 1 level above the webroot [22:48] kstingel ... possibly 2, if it's a branch or tag checkout [22:50] refizul did you try checkout with a dot? [22:50] kstingel but then, if the webroot is a symlink to the checked out directory (as I am in the process of setting up) where would the .svn folder be in relation to webroot? [22:52] kstingel original co was - svn co -q --depth empty . [22:54] kstingel then I did ( from within wc ) - svn up -q --set-depth empty trunk ... [22:55] kstingel - svn up -q --set-depth empty tags [22:55] kstingel - svn up -q --set-depth immediates branches [22:56] kstingel cd into branches [22:56] kstingel - svn up -q --set-depth exclude [22:57] kstingel now I'm running - svn up -q --set-depth infinity trunk to populate the tree [22:58] refizul you checked out all repos at once (with --depth empty)? [22:59] kstingel individually [23:00] kstingel single co was Tiki's toplevel ... then update to add only those folders I need locally [23:02] kstingel I did "immediates" followed by "exclude" on branches, so that as new branches are added, I will automatically see them when I check for changes [23:03] refizul are there any .svn dirs below top level checkout? [23:07] refizul I guess you need checkouts for each branch [23:08] refizul checkout all and updating only branches you need won't work with subversion 1.7 [23:10] refizul more: http://www.itwriting.com/blog/5016-subversion-1-7-released-just-one-svn-directory-per-working-copy.html [23:12] kstingel http://tiki.kstingel.com/Getting+Tiki ... I'm about to do a re-write, adding Ubuntu and Windows in a tabbed Div [23:17] refizul if you treat it this way, branches and trunk will be subtrees of a single project [23:18] refizul they will share the same metadata in subversion 1.7 [23:19] refizul this means there is no folder branches/10.x/.svn/ anymore [23:19] refizul likewise no trunk/.svn/ [23:23] kstingel that's why I'm setting my dev server up the way I am ... so I can see if I can come up with a work around so I can retain my 4 Dev trees as a single co [23:25] kstingel checkout of a sparse update will be fine for Subversion 1.6.x users, but it looks like 1.7.x users would be better served to checkout each desired tree seperately [23:25] refizul I guess it is not possible anymore to mix behaviour of single co and seperate co with svn 1.7 - but maybe there is a trick [23:27] refizul This problem will hit me in a few years - meanwhile Debian wheezy will stay at 1.6 [23:29] kstingel I've just installed Ubuntu 12.10 Desktop on my dev laptop... by default, it runs Subversion 1.7.x (I rolled it back to 1.6.x for the time being) [23:31] RobertPlummerMob joined #tikiwiki [23:31] kstingel I'm wondering if there is a way Tiki can query the version of SVN on the machine ... then it would be a simple matter to run a different "look" routine depending on which SVN was used [23:34] kstingel or possibly ... we could just add a file into the root of each "tree" then somehow make Subversion automatically add the values Tiki looks for [23:39] refizul we can ship a version.bin or version.txt an write the number in [23:40] arildb__ joined #tikiwiki [23:41] refizul analyse the svn version won't help [23:42] RobertPlummerMob joined #tikiwiki [23:55] fabricius joined #tikiwiki [23:59] arildb_ joined #tikiwiki [23:59] gour ...or switch to something else :-) [23:59] RobertPlummerMob joined #tikiwiki