03kroky6 r59958 10branches/16.x/lib/core/Table/Code/WidgetOptionsFilter.php
[FIX] avoid using regexp in tablesorter dropdown filters to allow filtering by strings containing special characters like brackets
03kroky6 r59959 10branches/ 1015.x/lib/core/Table/Code/WidgetOptionsFilter.php 1015.x
[bp/59958] [FIX] avoid using regexp in tablesorter dropdown filters to allow filtering by strings containing special characters like brackets
03kroky6 r59960 10trunk/templates 10trunk 10trunk/lib/core/Table/Code/WidgetOptionsFilter.php * [MRG] Automatic merge, branches/16.x 59953 to 59958
03kroky6 r59961 10branches/ 1012.x/lib/smarty_tiki/function.jscalendar.php 1012.x 1012.x/lib/jquery_tiki/tiki-jquery.js
[bp/59929] [FIX] jscalendar smarty/tiki function updates the alt hidden field with timestamp when user manually changes the text field (i.e. clicking escape and not using the date/time picker - onClose was not being called in that case)
03jonnybradley r59962 10branches/16.x/ 10lib/parser/parserlib.php 10lib/tikilib.php
Revert r59868: [FIX] wiki: Protect email addresses when defined as mailto links, e.g. [mailto:spam@example.com|the label]
Fails badly when the label contains formatting, such as icons or images etc and not easy to fix due to $noparsed elements and protected characters.
Note to self: leave the parser alone!
03jonnybradley r59963 10trunk/lib/tikilib.php 10trunk/lib/parser/parserlib.php 10trunk * [MRG] Automatic merge, branches/16.x 59958 to 59962
03jonnybradley r59964 10branches/ 1015.x/lib/tikilib.php 1015.x 1015.x/lib/parser/parserlib.php
[bp/r59962]Revert r59868: [FIX] wiki: Protect email addresses when defined as mailto links, e.g. [mailto:spam@example.com|the label]
Fails badly when the label contains formatting, such as icons or images etc and not easy to fix due to $noparsed elements and protected characters.
Note to self: leave the parser alone!
i was just told about tikiwiki for a sport club website.
i want to try and install in a local VM to evaluate, and in debian 8
on the web site, the debian install guide seems very old
and 2nd, does anyone knows about a not too expensive tikiwiki hoster in france ? (no budget from the club, and think it's not good for long term use on a home computer)
hi dcpc007, please register to tiki.org and post to the forums, for that we can come back to you. I have to go now, but like to answer.
For the french hoster you might want to ask Jyhem. Maybe you want to consder aswell a french language hoster from Canada -> then asl nelsono.
I have a Tiki as a plain installation on a debian based Ubuntu locally without XAMPP
Maybe I can give you a few hints later, but it is quite simple anyway.
Maybe you can mae it even with the old doc.
Here's a puzzle: trying to log in to my localhost (where I have a very simple 7-letter password), I get an error in Chrome: "Unknown password format". This is a tiki 15 site. Any ideas?
Ok, it happens in all browsers.
Hmm, locked out of my own localhost site.
polom
hey guys, seems something is wrong with our tiki.org mail server
we (at least me and amette) do not receive any mails from there in the last day or so
we are trying to contact frank now
hi luciash. The installation that's broken is using a database that I exported from a remote site. I don't know if there's a pref setting that I need to change.
How do you reset the pw in the db? I thought they were encrypted.
I never saw before the error: "Unknown password format" - it showed in three browsers, just a white screen with that text.
and usually when i need to reset a pw in a database i copy the hash value from one i know, but maybe this db is using a different pw technique (there's a pref for that)
nextdoc webroot is totally empty, except for index.php... something fails miserably on the full update...
amette_ debugs jonnyb: ok, cool, that would fit our observations
np, yw, I think those issues are still leftovers from the reinstall
I am also fixing sync2git (on the same server)... I thought that was fixed, but apparently it also failed.
funny, I went through the install pages and never came to a place to change the admin password, unlike what's said on the doc.t.o page.
I know there's a screen to change the pw on the initial installation, but I didn't see it on this attempt.
chibaguy: how about you reset the admin user email to yours and do a pw reset maybe? (if your localhost mail sending works, if not you could use the debug mail sender mode)
I haven't sent mail from localhost, so will have to look into that.
The tiki has two users, admin and Gary. The admin account I changed the pw, which now doesn't work. The Gary account I didn't change, and it still works.
So the process of changing the pw might have done something weird. I'll make more users and test them.
It seems like the daily nextdoc full re-install failed because the backup of the live site wasn't done yet. I changed the crontab entry and a full install is underway right now. We'll have to see tomorrow again. <- luciash
Gary is also admin group, so I changed admin's pw at admin's user prefs. But doing this caused a system error" Unknown column 'password' in 'field list'
joined #tikiwiki
back
Yeah, I'll try it in another localhost tiki (I have a couple that are branch 15)
But I also have to get php recognized in windows cmd to use composer - many little tasks.
have to restart - bbl
joined #tikiwiki
back
hmm, did an svn up and composer update and still get the system error "Unknown column 'password' in 'field list'"
I'll try to reproduce in another installation.
The following error message was returned:
Unknown column 'password' in 'field list'
The query was:
update `users_users` set `hash`=? ,`password`=? ,`pass_confirm`=?, `provpass`=? where binary `login`=?
The built query was likely:
update `users_users` set `hash`='$1$1S8.ZGEx$yAjwv5wxtOODx17thidGz.' ,`password`='' ,`pass_confirm`='1476287456', `provpass`='' where binary `login`='admin'
03rjsmelo r59965 10trunk/ 10templates/search/rebuild.tpl 10lib/core/Tiki/Command/IndexRebuildCommand.php 10lib/core/Services/Search/Controller.php * [NEW] Report statistics on the index rebuild process