pedro_morgan: golang is the strategic decision, for goroutines and a compiled think with no silly "missing parts".. same "app logic", just a fifferent client o same db..... MagicFab: joined #tikiwiki
joined #tikiwiki luciash: pedro_morgan: sorry, no idea what golang is :) pedro_morgan: luciash: https://tour.golang.org/welcome/1 fabricius: a coding/programming language - what is the connection with Tiki pedro_morgan ? pedro_morgan: I celebrated my 50th earlier this ear.. luciash: ah :) I guess I cannot wrap my head around it, sorry pedro_morgan: And I got some tikiwiki's running.. and working sweet.. like this one http://anahata-retreat.org.nz/ luciash: (not crazy enough probably) pedro_morgan: and also some tikiwiki on a "lan" with some manuals.. and alike.. and thanks to tiki tewam.. they are a reliable olde system.. and thanks all..... luciash: cool pedro_morgan: In concert I also write pyqt applications... = living.. as a db app/developer mainly python...
So snag is that I'm now writing "API" with golang..
So what I want to do is basically write a "golang" interface into tikiwiki, mainy to parse contents etc etc.. server side.....
Simple stuff would be updating tikiwikki.. as a backend into the db.. (avoiding tikiwiki)... but a lot of the magix happens in tiki wiki.. luciash: fabricius might give you some hints about the existing Wiki/Jison parser maybe to not reinvent the wheel? It is called wikiLingo or something...
I have no idea how it is supposed to work and barely nobody uses it in Tiki though so it seems to be destined for extinction in the end... pedro_morgan: well the json interface is exactly what I am after.. a way to removely "enquire" from remote service=tw.. luciash: sorry, maybe it is totally unrelated: https://doc.tiki.org/wikiLingo
probably not what you are looking for
I did not mean json (jison != json) pedro_morgan: quick question.. as I dive through php.. where is the "wiki parser" ?? luciash: lib/
what Tiki version?
lib/parser/parserlib.php pedro_morgan: git ? luciash: we are still struggling on it: https://dev.tiki.org/Wiki+Parser+Revamp
nope, sf.net SVN repo pedro_morgan: ok am into a challenge.. never writtena parser in my life.. but having a stab.......... Jyhem_laptop: joined #tikiwiki pat-proulx: joined #tikiwiki
joined #tikiwiki Gwayne: joined #tikiwiki fabricius: pedro_morgan: still there? pat-proulx: joined #tikiwiki Jyhem_laptop_: joined #tikiwiki Jyhem_: joined #tikiwiki Tiki|bot: New Forum Posts: Tiki12: profile/advanced Save button not working - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56754
New Forum Posts: Custom CSS rule at tiki.org causing problems - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56749
New Forum Posts: Page Templates - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=56743
New Forum Posts: Tiki12: profile/advanced Save button not working - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56754
New Forum Posts: Custom CSS rule at tiki.org causing problems - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56749
New Forum Posts: Page Templates - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=56743 MagicFab: joined #tikiwiki
joined #tikiwiki Jyhem__: joined #tikiwiki Jyhem_laptop_: joined #tikiwiki Jyhem___: joined #tikiwiki Tiki|bot: New Forum Posts: Tiki12: profile/advanced Save button not working - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56754
New Forum Posts: Custom CSS rule at tiki.org causing problems - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56749
New Forum Posts: Page Templates - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=56743 Jyhem___: joined #tikiwiki Jyhem_laptop_: joined #tikiwiki Gwayne: joined #tikiwiki pedro_morgan: joined #tikiwiki Tiki|bot: joined #tikiwiki amette: joined #tikiwiki mose: joined #tikiwiki Tiki-KGB: joined #tikiwiki panamaus: joined #tikiwiki lhtseng: joined #tikiwiki leagris: joined #tikiwiki luciash: joined #tikiwiki Caarrie|sleeping: joined #tikiwiki refizul: joined #tikiwiki Telesight: joined #tikiwiki MagicFab: joined #tikiwiki leagris: joined #tikiwiki fabricius: joined #tikiwiki redflo: joined #tikiwiki fabricius: joined #tikiwiki chibaguy: joined #tikiwiki
polom luciash: bolow pat-proulx: joined #tikiwiki nelsonko: joined #tikiwiki nelsonko_: joined #tikiwiki Tiki|bot: New Forum Posts: Kommentaransicht anpassen - http://tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=56758 nelsonko_: joined #tikiwiki pat-proulx_: joined #tikiwiki jonnyb: joined #tikiwiki
polom chibaguy: polomagain jonnyb: hi chibaguy - just did a little css fix, hope it was right :) chibaguy: ah, ok, if it works, that's fine. redflo: joined #tikiwiki chibaguy: There's a mix of styles in the Bootstrapified forms that probably should be fixed: when the label and input are in a row, sometimes the label is left-aligned, and sometimes right-aligned. Bootstrap docs and some best practices I've read say the labels should be right-aligned to make it clear which label is for which input.
So there's minimal whitespace between the label and input. But this also makes a ragged left margin which looks messy to some people apparently.
So we have some forms one way and some the other.
Seems like they should be consistent. Any suggestions?
I'll post it to the artwork list. pat-proulx: joined #tikiwiki jonnyb: sorry chibaguy - distraction(s)
i'd go for following the bootstrap standard by default, others can override locally if they really need to imho chibaguy: You don't mind the ragged left margin? jonnyb: one nice one i've spotted in a similar vein is the size of the left (labels) "column" varying, particulalry for instance on the registration form with user tracker fields and captcha added, they're all different!
no, right aligned for labels make sense to me
https://tiki.org/tiki-register.php for example (of both things)
i thnk it's the reg fields labels width that needs to be reduced from col-md-4 to col-md-3
however the registration ones also have col-sm-3 so i got scared and ran away :) chibaguy: Hmm, yeah, we should have a forms style guide.
I made a page long ago about bootstrapifying forms but didn't suggest any widths.
or grid classes
I wonder what the thinking is regarding col-md-3 vs col-sm-3, etc. I need to do some more research. jonnyb: i think leaving the tracker plugins ones alone would be best and make the reg ones match (and antibot) chibaguy: Yeah, there's also the variability of the input field width. jonnyb: and different * positions for the mandatory ones, it's a chewey one! :) chibaguy: yep, well, I'll research and make a wiki page as a start.
gotta take the dog out now. bbl. luciash: I tend to agree.
hi jonny :) jonnyb: polom luciash luciash: about your CSS fix I just wondered why it is limited to .col1 and not all the tables with .table-responsive class in all module zones too jonnyb: yes, was wondering that too - but the commit before by chibaguy was deliberately only for the col1, it just only has some of the grid widths set
also not really sure why the bootstrap definition isn't good enough ;) chibaguy: ah, when we had just the bootstrap definition, the tables would run under the right column because the @media breakpoint was wider (.container width) than the column containing the table.
It seems the Bootstrap rule assumes a table directly in the .container.
Or anyway in some div the same width. jonnyb: ah, fair enough, thanks chibaguy pat-proulx: joined #tikiwiki chibaguy: Of course simpler is better, so if things still display nicely after your simplification, that's good. jonnyb: fabricius: are you about? just fixed the tracker country user pref field so https://tiki.org/tiki-register.php should now get a dropdown menu when it updates (to r55989+) fabricius: cool jonnyb jonnyb: seems tha Tiki-KGB isn't reportgin commits anymore? (or which ever one it was) fabricius: ohh yes ... do you know who is in charge?
actually I have to go off ... need to do some work out of the house (shouldn't be here at all at all now) luciash: :) jonnyb: It's Oliver, i'll email
trouble is there are 3000+ items in there was mangled county values, so we'll need to fix them somehow...
was/with pat-proulx: joined #tikiwiki MagicFab: joined #tikiwiki pat-proulx: joined #tikiwiki MagicFab: joined #tikiwiki pat-proulx: joined #tikiwiki
joined #tikiwiki Tiki|bot: New Forum Posts: Can't login to new installation - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=56760 gezza: joined #tikiwiki fabricius1: joined #tikiwiki pat-proulx: joined #tikiwiki davidgs: joined #tikiwiki
I posted about this to the forums, but it was suggested I come here. Can't login to my new installation. And it won't send a password reset email gezza: hi davidgs
the default password (admin) does not wok?
work davidgs: Nope. And I even went in to phpMyAdmin and ran UPDATE `users_users` SET `password`='admin', `hash`= md5('admin') WHERE `login`='admin'; with no luck
And if I ask it to send an email, no email ever comes. luciash: davidgs: anything in the logs? did you try if you fullfill all the requirements by going to tiki-check.php? gezza: hm, strange, is it a local installation? davidgs: No, it's on my hosting providers' box. and tiki-check.php says I don't have permission to use that feature since I'm not logged in
Don't see anything in the server logs either. gezza: ais it an autoinstaller like softacolous? davidgs: yes, I used softaculous to install gezza: hm, i often use it, did not have problems so far davidgs: And I deleted and re-installed, and get the same behaviour gezza: in softacolous tiki install there is a field to set admin password
did you set there something?
which Tiki version is it? davidgs: right. I used that to set it to a known password (failed) and then tried again leaving the default (also failed)
version 12.4 gezza: let me try a new install, brb luciash: sounds like .htaccess (redirect) problem to me
do you use the provider original .htaccess or did you enable the _htaccess provided by tiki ? davidgs: I hadn't touched anything in the install directory luciash: can you see a file .htaccess there? (with dot)
if not, then it must be something else gezza: hm, i just did a fresh install on my softacoulus, Tiki12.4, set password to "admin"
it works fine, I can log in
Powered By Softaculous 4.6.4 davidgs: I just did a re-install ... same behaviour
and there is an _htaccess but no .htaccess
I DO have a .htaccess file in the sites main directory, but that only has a re-write rule to redirect http-->https
feel free to take a look at mine ... http://psikick.org/tiki10
Got it!! the redirect from http to https is the culprit. As soon as I turned that off, it started working again. But that's a huge problem for me ... jonnyb: davidgs: you can set your tiki to use https and then it should be ok again (i think), once you've logged in davidgs: seems as soon as I turn on the http-->https redirection in my top-level .htaccess the loginceases to function jonnyb: on admin/login called "Use HTTPS login"
either that or override it in your tiki .htaccess and let tiki do it for you davidgs: But that disables https for the rest of the site. jonnyb: can't you do a similar redirect in your /tiki/.htaccess that disables it while leaving it on for the parent directory? davidgs: So I had to turn re-direction off, then in the admin settings, chose "require https login" and then turn redirection back on and that seems to work. Non-obvious, for sure. jonnyb: nice one, that's what i was trying to suggest, as you say, a bit obscure
wonder if we can add a note to the troubleshooting pages to help others? davidgs: seems like if the installation is to a host using https then the login using https should be set on by default. jonnyb: are you a coder? ;) fabricius: joined #tikiwiki jonnyb: bye for now, more tomorrow... pat-proulx: joined #tikiwiki Tiki|bot: New Forum Posts: Can't login to new installation - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=56760
New Forum Posts: Kommentaransicht anpassen - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=56758
New Forum Posts: Tiki12: profile/advanced Save button not working - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56754
New Forum Posts: Can't login to new installation - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=56760
New Forum Posts: Kommentaransicht anpassen - http://tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=56758
New Forum Posts: Tiki12: profile/advanced Save button not working - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56754
New Forum Posts: Auto selecting category - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=56763 fabricius: polom
Hi davidgs davidgs: joined #tikiwiki
Hi fabricius. Yes, I solved the problem fabricius: cool
so a good hint to come here to the IRC? davidgs: An excellent hint! we tracked it all down.
very odd case. don't install on an https server. enable https AFTER you set "require https login" in the admin gui fabricius: or temporarily set https off, then activate in tiki and then reactivate on the server? nelsonko: joined #tikiwiki