←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
fabriciusjoined #tikiwiki [00:42]
....... (idle for 33mn)
joined #tikiwiki [01:15]
PrezKennedyjoined #tikiwiki [01:28]
........................................ (idle for 3h15mn)
joined #tikiwiki [04:43]
Jyhem_joined #tikiwiki [04:47]
luciash_joined #tikiwiki [04:48]
.... (idle for 18mn)
Tiki-KGBjoined #tikiwiki [05:06]
................................... (idle for 2h54mn)
gourjoined #tikiwiki [08:00]
................... (idle for 1h34mn)
redflojoined #tikiwiki [09:34]
..... (idle for 24mn)
Tiki-KGB03chibaguy r52864 10trunk/themes/base_files/ 10less/tiki-wikipages_and_plugins.less 10css/tiki_base.css * [REF] Use variables for colors (tiki-wikipages_and_plugins.less)
03chibaguy r52865 10trunk/ 10(11 files in 9 dirs) * [MOD] Add icon set information.
[09:58]
........ (idle for 39mn)
chibaguyjoined #tikiwiki
polom
[10:39]
..... (idle for 20mn)
olinuxxhi chibaguy [10:59]
chibaguyhi olinuxx [10:59]
...... (idle for 28mn)
Jyhem_laptopjoined #tikiwiki [11:27]
gourJyhem_laptop: morning. in order to learn more about it, i'm doing small research and i always find that HTTP_X_FORWARDED_FOR is used for detecting reverse proxy? [11:35]
.... (idle for 18mn)
jonnybjoined #tikiwiki [11:53]
Tiki-KGB03chibaguy r52866 10trunk/themes/base_files/ 10(13 files in 2 dirs) * [REF] Use variables for colors in tiki_base.css component Less files. [11:54]
jonnybpompom [11:54]
chibaguyThe naming scheme for themes has changed from themename.css to themename/css/tiki.css . PhpStorm seems to need a consistent pattern (per project) for naming CSS files compiled from Less files. I set it up to produce our new theme file names. So should theme options also be, for example, themename/options/optioname/css/tiki.css?
This is what will work for PhpStorm, but do people just making CSS theme option files mind if the path is like that?
Or is the inconsistency ok? (That is, jqui/options/element.css is also ok?)
Seems like the path and naming scheme should be consistent, whether the file is compiled or edited by hand.
battery running low. bbl.
[12:06]
jonnybsorry chibaguy - distracted... (reading) [12:15]
chibaguyok [12:15]
jonnybsounds like one for art list email?
i think themename/options/optioname/css/tiki.css is best (consistant)
[12:15]
chibaguymaybe so. I'll compose it. Yes, for the consistency, I think so. I'm not really too fond of the less direct way of naming, but I guess it's no big thing.
Anyway, I'll be back later.
[12:17]
jonnybalso
cya
[12:17]
gour_joined #tikiwiki [12:21]
......... (idle for 41mn)
Tiki-KGB03jonnybradley r52867 10branches/13.x/ 10lib/core/Services/Connect/Client.php 10lib/core/Tiki/Connect/Abstract.php 10lib/core/Tiki/Connect/Client.php
[FIX] connect: Following r52314 (changing connect data encoding to json_encoding) vote handling needed changing from array to stdClass objects (oops, but ok now)
[13:02]
.... (idle for 18mn)
03gezzzan r52868 10trunk/ 10(5 files in 2 dirs) * [MOD] use icon set for pref shared flags [13:20]
03jonnybradley r52869 10branches/13.x/lib/comments/commentslib.php * [FIX] forums: Don't parse plugin looking syntax in incoming mails [13:28]
.............. (idle for 1h6mn)
03jonnybradley r52870 10branches/13.x/ 10templates/comment-body.tpl 10lib/comments/commentslib.php * [FIX] forums: Don't show actions and icons for anonymous posters
03jonnybradley r52871 10(6 files in 5 dirs) * [MRG] Automatic merge, branches/13.x 52861 to 52870
[14:34]
Jyhem_laptoppolom [14:36]
jonnybpompom Jyhem_laptop [14:37]
Jyhem_laptopJyhem_laptop reads up on HTTP_X_FORWARDED_FOR reliability for reverse proxy detection [14:39]
Tiki-KGB03jonnybradley r52872 10branches/ 1012.x/templates/comment-body.tpl 1012.x 1012.x/lib/comments/commentslib.php
[bp/r52869][FIX] forums: Don't parse plugin looking syntax in incoming mails
[bp/r52870][FIX] forums: Don't show actions and icons for anonymous posters
[14:40]
Jyhem_laptopif HTTP_X_FORWARDED_FOR is reliably set by reverse proxies and not set when there is none, we can avoid an option [14:48]
gourJyhem_laptop: every simplification is welcome!! [14:50]
Jyhem_laptopNot if it breaks production servers !
I check on other such setups I can access
[14:50]
gourof course...still, i'm aiming at simplification of tiki's codebase
(including content of the tiki.org site as well)
[14:51]
Jyhem_laptopI never have any customer complaining about the codebase. They prefer things which work :) [14:53]
gourJyhem_laptop: that's true, but i, not have tiki customers (yet), would prefer to have simpler codebase to work with...hopefully it would help you to be more productive as well ;)
am i right that tiki's codebase is not very OOP?
[14:54]
Jyhem_laptopI'm not paid by productivity (number of code lines), but on providing functionality [14:56]
gourgour thinks about time = money, in general
moreover, i'm considering that tiki is FLOSS which means one should consider time of those working on it, besides monetary return based on it. otherwise, i the main motivation to work on tiki today is money, then it will slowly/surely decline
[14:57]
jonnybhi gour - the OOP bits are mostly in collected lib/core - it's a kind of work in progress :) [14:59]
gourjonnyb: ok, so slow migration/refactoring, right? [14:59]
jonnybyes, little by little [14:59]
gourcool [14:59]
jonnybtiki was started a long time ago and almost by design very non-oop, so as new stuff gets added or revamped we try and make it more organised [15:00]
Jyhem_laptopgour: I'm just more motivated by improving Tiki as a usable software than improving the code just for the code's sake. Personal bias. [15:00]
jonnyb(moslty) [15:00]
gourJyhem_laptop: ok...i'm not thinking about improving code for it's sake, but to prevent spaghetti which no one would like to touch in the future
Jyhem_laptop: but let's try to fix that reverse-proxy issue...there will be time to talk about aesthetics later :-)
[15:02]
Jyhem_laptopWe also have OOP sections nobody else than the author ever touches :-( [15:05]
gourgour is curious about the author
anyone using vim for php dev?
i wonder if there is some newer script for smarty support than the one from 2007?
Jyhem_laptop: tiki-based consulting is your main business?
[15:05]
Jyhem_laptopI am using vim [15:08]
gourJyhem_laptop: what plugins do you use for php/smarty? [15:09]
Jyhem_laptopgour: yes, but I also spend lots of time unpaid (like just now) [15:09]
gour:-) [15:09]
Jyhem_laptopI stopped using plugins because I don't want to waste time configuring vim evey time I'm on another server (some of which are not mine). I just cut-paste my favorite .vimrc
sometimes I instal ctags
[15:12]
nelsonkojoined #tikiwiki
hi jonnyb ping good morning/afternoon
[15:13]
jonnybhi nelsonko - how's it going? [15:14]
Jyhem_laptopSo, I just discussed with a guy who has a start-up providing cloud VMs (appsdeck.eu). He tells me they have HTTP_X_FORWARDED_FOR but it's not reliably configured everywhere. [15:14]
nelsonkonot too bad, just got back from nunavut on saturday and it was our Thanksgiving holiday weekend just past [15:15]
Jyhem_laptopMeaning, you _should_ set it up but it's not in default configs so some people may not have it set :-(
hi nelsonko. Is nunavut where you go when Montreal weather is too mild ? ^^
[15:15]
nelsonkoJyhem_laptop: lol, it was not my "choice" to go there, had to conduct some training [15:17]
gourJyhem_laptop: ok, i wonder whether it's more suitable than HTTP_X_FORWARDED_PROTO ? [15:20]
Jyhem_laptopI'll just be extra cautious, using first HTTP_X_FORWARDED_FOR or the permission. If either is set, we'll ignore $_SERVER['SERVER_PORT'] and use defaults or what people provide
or HTTP_X_FORWARDED_PROTO is available.
You already proved that HTTP_X_FORWARDED_PROTO is totally unreliable :-(
but should be used if available
[15:23]
gourgour nods [15:26]
chibaguyjoined #tikiwiki
back
[15:27]
gourJyhem_laptop: i've to go afk for ~2hrs...then i hope to be able to test further if there will be something [15:28]
Jyhem_laptopnp [15:31]
chibaguyThe superfish menus look and work really nicely in the Bootswatch themes, I think. Except for a few details which need fixing.
(Bad contrast in Amelia at least, and the "down" arrows aren't displaying currently.)
[15:43]
nelsonkoleft #tikiwiki
joined #tikiwiki
[15:44]
gour_joined #tikiwiki [15:49]
.... (idle for 15mn)
Mr_Bubu78joined #tikiwiki [16:04]
chibaguyBut it's disconcerting to use superfish and bootstrap menus at the same time because of their behavior difference: bootstrap top item needs a click to open the dropdown, but the superfish just needs a hover. [16:13]
..... (idle for 20mn)
jonnybchibaguy: i found an add-on library called superclick you can add that makes superfish menus show on click, maybe we should add that? [16:33]
chibaguyjonnyb, yeah, maybe so. although actually I prefer the open-on-hover, it's not good to be inconsistent. [16:41]
jonnybbut that's no good for touch screens, hence the general move to click or tap i guess [16:42]
Tiki-KGB03chibaguy r52873 10trunk/themes/amelia/css/tiki.css * [REF] Use variables for colors in tiki_base.css component Less files. [16:48]
chibaguyright [16:49]
Tiki-KGB03chibaguy r52874 10trunk/ 10themes/base_files/less/tiki-cssmenus.less 10themes/base_files/css/tiki_base.css 10themes/amelia/less/tiki.less * [FIX] Better variable for suckerfish top menu item color. [17:00]
chibaguywell, getting closer. [17:02]
jonnybbravo chibaguy ! [17:03]
..... (idle for 21mn)
Tiki-KGB03gezzzan r52875 10trunk/ 10(7 files in 2 dirs) * [MOD] icon set related changes, adding more icon definitions [17:24]
Jyhem_laptophi gour
what was your cut-paste code website again ?
[17:31]
gourJyhem_laptop: url? [17:31]
Jyhem_laptopyes, or name of the site for code bits sharing [17:32]
gourJyhem_laptop: tiki.sites.djangohosting.ch i pasted my patch at pastebin.com [17:32]
Jyhem_laptoppastebin, thx
http://pastebin.com/fQJaz17m
Is suggested patch, with param, etc
[17:32]
gour: ^ [17:42]
gourJyhem_laptop: that's against 13.0? [17:43]
Tiki-KGB03gezzzan r52876 10trunk/ 10templates/trackerinput/articles.tpl 10templates/search_stored/list.tpl 10templates/tracker/edit_field.tpl * [MOD] icon set changes [17:44]
Jyhem_laptopoups, no, against 12
wait a minute
[17:45]
gourJyhem_laptop: ok, it does not matter. i can dl v12 [17:45]
Jyhem_laptopok [17:46]
gourgour thinks that amongst 17 or so top-level menu items on tiki.org, Download deserves one place :-)
Jyhem_laptop: 12.2, right?
[17:47]
Jyhem_laptop12 svn
latest will do
[17:51]
gouri dl-ed 12.2...btw, that patch is not unified, right? [17:54]
Jyhem_laptopJyhem_laptop Notes that gour has a point about tiki.org, even though there is a huge "download" image [17:54]
gourgour still uploads to the server [17:55]
Jyhem_laptopI think it is unified «svn diff -x -u templates/tiki-install.tpl lib/setup/absolute_urls.php templates/admin/include_login.tpl templates/admin/include_general.tpl > patch.txt »
then again, svn diff -x --unified produces exactly the same output as svn diff
[17:55]
gouri'm not sure 'patch -p1 < patch' will work..let's see
gour has slow upload :-(
[17:57]
gour_joined #tikiwiki [18:00]
Tiki|botRecent Bug: - http://dev.tiki.org/item5486 [18:00]
gour_ahh, connection broke while i was scp-ing [18:04]
Tiki-KGB03jonnybradley r52877 10branches/13.x/lib/smarty_tiki/function.treetable.php
[FIX] treetable: Reset parent node if not setting it.
Should fix group inheritance listing errors on tiki-objectpermissions.php
Also remove redundant $id statement.
[18:04]
gour_Jyhem_laptop: patch to include_general.tpl failed [18:07]
Jyhem_laptopjust the include_general.tplfile ? [18:08]
gour_Yes
the 1st three applied cleanly
[18:09]
gourpatch unexpectedly ends in middle of line
Hunk #1 FAILED at 128.
[18:10]
Tiki-KGB03jonnybradley r52878 10branches/ 1012.x 1012.x/lib/smarty_tiki/function.treetable.php
[bp/r52877][FIX] treetable: Reset parent node if not setting it.
Should fix group inheritance listing errors on tiki-objectpermissions.php
Also remove redundant $id statement.
03jonnybradley r52879 10trunk/lib/smarty_tiki/function.treetable.php 10trunk * [MRG] Automatic merge, branches/13.x 52870 to 52877
[18:10]
gourlet me check the patch again [18:11]
Jyhem_laptopweird, there is only 1 line changed
add line {preference name=feature_port_rewriting} under line {preference name=feature_loadbalancer}
[18:11]
gourmaybe copy&paste issue [18:11]
Jyhem_laptopmaybe [18:12]
gourthat's how it looks here: http://pastebin.com/NebFnLna
Jyhem_laptop: i'm called for a dinner by family...bbs and resume
[18:14]
Telesightjoined #tikiwiki [18:19]
.......... (idle for 49mn)
gournow i see that include_login also failed [19:08]
Tiki|botNew Forum Posts: IndieWeb & IndieMark - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53686
New Forum Posts: icon style - btn vs link - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53681
New Forum Posts: Gwtting the 404 error "create this page" to display? - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=53679
[19:09]
New Forum Posts: IndieWeb & IndieMark - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53686
New Forum Posts: icon style - btn vs link - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53681
New Forum Posts: Gwtting the 404 error "create this page" to display? - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=53679
[19:19]
..... (idle for 24mn)
gour_joined #tikiwiki [19:43]
......... (idle for 40mn)
fabriciusjoined #tikiwiki [20:23]
gour_joined #tikiwiki [20:31]
.... (idle for 15mn)
olinuxxjoined #tikiwiki [20:46]
........... (idle for 52mn)
Jyhem_laptopjoined #tikiwiki [21:38]
gourdoes http://i18n.tiki.org require another registration besides the main/dev one? [21:38]
..... (idle for 20mn)
fabriciushello gour: yes [21:58]
Tiki|botNew Forum Posts: IndieWeb & IndieMark - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53686
New Forum Posts: icon style - btn vs link - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53681
New Forum Posts: Gwtting the 404 error "create this page" to display? - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=53679
[21:59]
fabriciusgour: you need an admin access to be able to translate all strings including admin panels ... you register an d come back here or to the dev-list with your username and apply for becoming admin on i18n
usually somebody reads, login, apply and confirm in 2 to 5 minutes - very rarely nobody sees for longer or for even hours - might depend on timezones aswell
in which language you want to translate?
[22:00]
gourfabricius: thank you. i've found some younger member within our non-profit community who wants to help me with Croatian translation since i don't have so much time for it or, let say, i want to focus on other aspects of tiki.
fabricius: do you recommend that i register on his behalf and give him credentials, or let him do it. problem is he is not hanging here...
[22:04]
fabriciususually that would not be the right way, but it is between you and him - anyway, once the member uses Tiki and wants to translate, there might be situations arising, where he has questions or other occations for direct contact to the community
gour: always best to register the main sourceforge tiki-mailing-lists, register a Tiki community account and getting to use IRC at freenode.net
[22:06]
gourfabricius: i follow mailing lists (via gmane) and have tiki account. now i wonder about i18n... [22:09]
Tiki|botNew Forum Posts: IndieWeb & IndieMark - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53686
New Forum Posts: icon style - btn vs link - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53681
New Forum Posts: Gwtting the 404 error "create this page" to display? - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=53679
[22:09]
gourisn't it possible to just register to br translator for the language and have someone else acting as 'admin'?
i expected something like transifex & co. one person is manager for the language, others are team-members only
my friend would fit into the role of team-member - firing up browser and do the work online
requiring him to follow lists, hang here etc. is too much for his nature :-)
[22:10]
fabriciusgour: it IS possible to just register for the translation - although it would be sad (and sometimes dangerous?) to not have any contact to people who translate our software to arbitrary languages. [22:12]
gourfabricius: do you have some example on your mind? i'm thinking for myself to fill that mediating role for him, if possible, since i anyway plan to get involved with tiki in general
Jyhem_laptop: got my email?
[22:14]
fabriciusgour: the Tiki translation on i18n works this way: login as admin - click to any dialogue, string, panel, etc. - press the button "online translation" - click on any (translatable) textstring - translate - save - press the button "online translation" again to be able to move on to another part of the application
gour: the translated files will be committed to the source code on a regular base
[22:16]
gourfabricius: hmm, it looks a bit more user-friendly thatn just plain list of strings at e.g. transflex, launchpad etc.
fabricius: what is the difference if one register 'just for translation?
[22:18]
fabriciusyeah gour - you see what you translate exactly in the context of the application
gour: the principle is, that a translator can translate ALL strings - ESPECIALLY the administration panels, which would be important for administrators and webmasters who do not or not well speak English
[22:19]
gourfabricius: if one is no admin, he can't see the context? [22:21]
fabriciusthat is why i18n is NOT connected to the other sites via Intertiki and why every interested translator gets an admin account
gour: if one is not admin, he cannot see the admin panel and thus he cannot translate the admin panel
[22:21]
gourfabricius: what he can translate? [22:22]
fabriciuson i18n the translator always IS admin and thus always can translate everything :D [22:23]
gouri see stats for Croatian - 11.62% done, how much is approx. the whole admin panel? [22:24]
fabriciusgour: we do not mind that a non-admin could find out, how a Tiki admin dialogue might look like and we appreciate admin-translations by average users aswell. similar to demo - on demosites you see admin dialogues aswell - nothing to hide, no secrets
I have no idea how much in % the admin panel is from the whole application strings
[22:25]
gourfor the beginning i'm more concerned to have user-end part translated since i'm the one who will do admin work for the site(s) so we need front-end in native language, later we can complete admin panel as service for other Croatian users [22:26]
fabriciusbut again: we do not have setup different levels of translators [22:26]
gouris there possibility for offline work like with E.g. *.po files and then commit later? [22:27]
fabriciusonce a person has admin privileges, he/she is still allowed to translate end-user parts first - no obligations what to translate first
you could translate via SVN and commit the language.php for croatian directly to the upstream - in that case the translator best asked Jonny Bradley where to commit (Tiki13 or Tiki Trunk), cause he does the semi-auto-merging
there even could be one person who commits the language.php of a given loanguage which originally was translated by several people - given the committer sorted out to merge translations himself
[22:27]
gourso, one can just use language.php and translate offline? that sounds good in our case. later i can, hopefully review/fix things
good
[22:31]
fabriciusgour: do you use SVN? [22:31]
gourmy translator probably does not even know what is SVN...i know, but don't use it - jumped on DVCS bandwagon straight from CVS (first to darcs, today mostly on fossil and bit of git) :-)
fabricius: if i get translated language.php which gets committed, can i review/fix it online 'cause it's easier when one see strings in real context?
[22:32]
fabriciusgour: BEFORE you commit it, you check on a local (or personal webserver) installation. So you should check it in context - for translations at least online-context-spot-check wise additionally to file-check [22:36]
gourfabricius: ohh, that's great. it means i just commit translated file on my developing/testing installation? [22:37]
fabriciusso you make a clean "fresh" installation and then replace the croatian language file with the new version (locally) .. from there you commit to the Tiki svn upstream but make sure not to lose the translations somebody else might have committed since you checked out your translated file [22:39]
goursure...can you check from when is the oldest commit for Croatian language, iow. if there is active admin maybe? [22:40]
fabriciusTell me, what is the language code for croatian? [22:46]
gourhr [22:47]
fabriciusI do not see the time in the file
http://svn.code.sf.net/p/tikiwiki/code/branches/13.x/lang/hr/language.php
pls ask Jonny or Jyhem about where to commit - I guess 13 better than trunk, but not sure
[22:51]
gourfabricius: ok, considering all this discussion, it seems ok to me to apply for admin account. can i register now and inform you about my username? [22:54]
fabriciussure [22:54]
gourfabricius: after submit,form responded with "Search index could not be updated. The site is misconfigured. Contact an administrator." ;)
fabricius: ok, my email is validated, username 'gour'
'hr' is on the list of "Some translation string may have been lost!"
[22:58]
fabriciusyou are admin now and can translate [23:02]
gourfabricius: thank you. i activated 'interactive translation'. that's the way? [23:07]
fabriciusyes gour ... move to somewhere, klick the tickbox top left of the browser window, translate, save [23:08]
gourfabricius: strange enough, but after clicking on that icon, ff was complaining about improper redirecting of the page
after using back button, it's ok
[23:08]
fabriciusstrange - I did not have this problem - translating myself now [23:09]
gourfabricius: it happened again - see http://imagebin.org/321734 [23:13]
fabriciuswhat's the link to the page that causes this message? [23:14]
gourhttp://i18n.tiki.org/tiki-interactive_trans.php?interactive_translation_mode=on [23:17]
...... (idle for 25mn)
gour --> sleep [23:42]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)