Gwayne: joined #tikiwiki
joined #tikiwiki Jyhem__: joined #tikiwiki GillesM: joined #tikiwiki Tiki-KGB: 03fmg-sf r51232 10trunk/setup.sh * [ENH] move function upwards for being invoked by workaround functions
03fmg-sf r51233 10trunk/setup.sh * [FIX] complete 'for'-loop
03fmg-sf r51234 10trunk/setup.sh * [ENH] chmod only directories in whitelist - part II arildb_: joined #tikiwiki Tiki-KGB: 03chibaguy r51235 10trunk/ 10(11 files) * [ENH] Modified file-top comment. arildb: joined #tikiwiki arildb_: joined #tikiwiki foreclosurepeda: joined #tikiwiki
tikiwiki 12.1: I am using a map in a tracker. When it displays initially the center is in Africa. Where do I go read to learn how to make the center of the map become the US on initial display? Thanx Tiki-KGB: 03lindonb r51236 10trunk/ 10(10 files)
[ENH] tablesorter boostrapification: improve setting of variables to handle transparent and white colors. Add tablesorter.less to other legacy themes that have been converted to bootstrap. Gwayne: joined #tikiwiki MichaelC3: joined #tikiwiki Tiki-KGB: 03gezzzan r51237 10trunk/ 10composer.json 10composer.lock * [ENH] upgrade to smarty v3.1.18 redflo: joined #tikiwiki jonnyb: joined #tikiwiki Tiki-KGB: 03jonnybradley r51238 10trunk/lib/jquery_tiki/tiki-jquery.js * [FIX] zoom: Allow zoom to be part of the rel attribute, not always all of it Tiki|bot: joined #tikiwiki Tiki-KGB: 03jonnybradley r51239 10branches/ 1012.x 1012.x/lib/jquery_tiki/tiki-jquery.js
Merged from trunk
[FIX] zoom: Allow zoom to be part of the rel attribute, not always all of it [from revision 51238] Jyhem_laptop: joined #tikiwiki
joined #tikiwiki lphuberdeau: joined #tikiwiki Tiki-KGB: 03nkoth r51240 10trunk/lib/rss/rsslib.php
[FIX] RSS source site title and url (if any) was not showing until full search rebuild Tiki|bot: New Forum Posts: composer.tiki.org question - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=52153 chibaguy: joined #tikiwiki jonnyb: hi chibaguy chibaguy: hi jonnyb nonwww: joined #tikiwiki
help I can't access my tiki site after I enabled it to and a prefix www to the example.com/bogus/ jonnyb: hi nonwww - it might be a problem in .htaccess - maybe you need to set the RewriteBase directive (there are some notes in there to help) nonwww: i tried it it did not work
there are some notes in there to help where? jonnyb: can you get to the database (in phpmyadmin for instance?) nonwww: yes I can jonnyb: in the _htaccess file nonwww: I will look in that file once more jonnyb: you can probably turn off the "redirect www" pref directly in the database - search in tiki_preferences for tiki_domain_prefix
(if i understood you correctly) nonwww: yes you did
that is exactly what I want to do Tiki-KGB: 03nkoth r51241 10trunk/lib/core/Search/ContentSource/ArticleSource.php * [FIX] Wrong lib, fatal error aalex: joined #tikiwiki Tiki-KGB: 03fmg-sf r51242 10trunk/setup.sh * [ENH] prepare php cli version check
03fmg-sf r51243 10trunk/setup.sh * [ENH] necessary shell commands for php cli version check Telesight: joined #tikiwiki Tiki|bot: New Forum Posts: Wed, May 14, 1200 UTC. Live Tiki 13 release "scrum" meeting - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=52155 Tiki-KGB: 03fmg-sf r51244 10trunk/setup.sh * [ENH] run php cli version check before running composer
03jonnybradley r51245 10trunk/templates/tracker/edit_field.tpl
[FIX] trackers: Bootstrappification flipped logic on tracker_change_field_type pref test somehow (and closing tag didn't match) Tiki|bot: New Forum Posts: batch upload large (~100 GB) files - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=52156 refizul: Is there anything special to know about backporting?
An extra prefix?
I guess the modified setup.sh should be in 12.x too jonnyb: hi refizul refizul: hello jonnyb jonnyb: refizul: have a look at https://dev.tiki.org/Merge+a+commit+from+trunk Tiki|bot: New Forum Posts: Should be 1230 UTC: Wed, May 14, 1200 UTC. Live Tiki 13 release "scrum" meeting - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=52157 refizul: jonnyb: ah, there, I was on https://dev.tiki.org/DevTips#Commit_messages
this is helpful, THX Tiki-KGB: 03fmg-sf r51246 10branches/12.x/setup.sh
[bp/r51244] [ENH] restrict chmod to whitelist [ENH] URLs with https [FIX] item4721 : run php cli version check before running composer
03alexandrequessy r51247 10trunk/ 10doc/devtools/update.dogfoodserver.sh 10_htaccess * use console.php to update db in update.dogfoodserver.sh aalex: oops ;)
there is a file I commited which I wasn't supposed to. reverted. Tiki-KGB: 03alexandrequessy r51248 10trunk/_htaccess * revert bad commit on _htaccess jonnyb: thanks aalex :) aalex: jonnyb: for the fix or the revert? :)
at least i clean up after my mess ;) jonnyb: both :) aalex: well, pleasure
more to come!
I should have started my commit message by "[FIX]". Next time!
You guys use tabs?!? ews! :-(( jonnyb: yes, we seem to - just one of those things Tiki|bot: New Forum Posts: tiki-user_information.php error - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=52158 aalex: tiki.sf.net - lol
oh, that's another project
I am trying to figure out where is the -n option parsed in console.php
Some symphony command line parser.
Oh, no, it's setup.sh that has the bug I am looking for. jonnyb: Sorry aalex, don't really do that shell scripting aalex: I'll figure it out :) refizul: aalex: what's wrong with setup.sh ? aalex: refizul: it doesn't parse the -n arg
refizul: I think it's like 178 that's wrong
the first getops arg
maybe some colon-separated letters thing
ah no: colons are for options with an argument, and -n has none. It's ok.
Oh, OPT_NOTINTERACTIVE variable is simply ignored, and the user is asked for input no matter what. (using the read command)
That's it! So it should test for if [ -n "$OPT_NOTINTERACTIVE" ]; then more often. refizul: you can use the model name without option without going interactive aalex: http://dev.tiki.org/item5188#content2 refizul: sh setup.sh suphp aalex: "model name"?
refizul: what is "suphp"? A kind of preset for the Tiki setup? refizul: the script was rewritten for Tiki Permission Check
the old version with options was restricted to few server models
suphp is a webserver model which needs different file permissions then default webservers
this is a preset, yes
http://example.vom/permissioncheck/ aalex: "suphp" seems deprecated refizul: http://example.com/permissioncheck/ aalex: hem, tiki.org? refizul: once you know your webserver model you choose the option for it
you can check this at your own page aalex: still, the -n option doesn't work :( refizul: rename permissioncheck/.htaccess first aalex: But, yes, that's already one step further towards automation. refizul: the -n option is legacy aalex: oh? refizul: https://doc.tiki.org/Permission+Check aalex: But we need it for the update.dogfoodserver.sh script refizul: no, you don't need it. once you know the webserver model, usage is: sh setup.sh modelname
this is not interactive
interactive is without any modelname
close to generic usage is the model "mixed"
sh setup.sh mixed aalex: Yeah, that was my next question.
ah, thanks! So I will do that in the update.dogfoodserver.php script.
Instead or using the -n flag, which doesn't work.
.sh i mean
refizul: thanks for your help! Tiki-KGB: 03alexandrequessy r51249 10trunk/doc/devtools/update.dogfoodserver.sh
[FIX] Fix option for non-interactive usage of install.sh in update.dogfoodserver.sh. Closes ticket #5188. aalex: refizul: can I / should I remove the -n option parsing in setup.sh?
I am ready to commit :)
Since it's deprecated anyways. refizul: Not sure what will break in peoples installations when we remove the legacy stuff
people's aalex: Ok, I will simply add a warning message, then. Tiki-KGB: 03jonnybradley r51250 10trunk/lib/smarty_tiki/function.jscalendar.php
[MOD] jscal: Actually not jscalendar anymore but the jquery-ui DatePicker - add a span so CSS can target elements with them
03alexandrequessy r51251 10trunk/setup.sh
[FIX] Print warning when user provides the deprecated -n option to setup.sh. Fixes #5188
03jonnybradley r51252 10trunk/lib/wiki-plugins/wikiplugin_tracker.php * [FIX] tracker: Don't output an empty div for a description if there isn't one
03nkoth r51253 10trunk/lib/core/Search/ContentSource/ArticleSource.php * [ENH] Index published state as well for filtering purposes
03jonnybradley r51254 10branches/ 1012.x/lib/smarty_tiki/function.jscalendar.php 1012.x
[bp/r51250][MOD] jscal: Actually not jscalendar anymore but the jquery-ui DatePicker - add a span so CSS can target elements with them
03jonnybradley r51255 10branches/12.x/lib/wiki-plugins/wikiplugin_tracker.php
[bp/r51252][FIX] tracker: Don't output an empty div for a description if there isn't one rin67630: joined #tikiwiki
hello, couls someone help me to register? jonnyb: hi rin67630 - what's the problem? rin67630: I am confused, I cannot go further, I entered my correct eMail and got please enter a valid email! jonnyb: did you get as far as https://tiki.org/tiki-register.php ? rin67630: Yes I did Tiki-KGB: 03alexandrequessy r51256 10trunk/templates/admin/include_performance.tpl * Improve message in performance admin page for OpCache-specific instructions jonnyb: hmm, yes i see it says "A valid email is mandatory to register" before you even enter anything rin67630: Yesterday I attempted a fist time, now RIN67630 is a not verified user, bu I never got any confirmation mail, no way to redo the validation process? jonnyb: well it accepted my email address ok, and i see a page now saying "You will receive an email with the information needed to log into this site the first time." rin67630: yes, but i did not receive it, not in the spam folder either jonnyb: are you sure? i got my one - came from noreply@tiki.org
(and the validation link worked) rin67630: yes but mine does not come. jonnyb: and you're sure you got your email in right? you said there was a "please enter a valid email" message (in which case the user shouldn't have been created) rin67630: Today I started another account and with that one it even refuses to accept may valid lazlo.lebrun@googlemail.com email at all, pretending it is not valid???? jonnyb: i don't think it knows how to pretend ;) rin67630: Very funny, any help? jonnyb: have logged in now and that's not the email showing - let's go private, this chat is logged (and you don't want more spam i guess? :) ) rin67630: OK, That one was the one I used for my second attempt jonnyb: by the way, you can start a message here with [off] to have it not logged
(but see pm rin67630) rin67630: OK thank you for the clue. jonnyb: i'm afraid i can't resend the validation mail (bug in current version, must fix that) - but i could send a test mail to your new account if that would help? rin67630: did you send me an email a my RIN67630 address? jonnyb: will do...
ok, test sent
ok, failed - it says: "mailbox unavailable" rin67630: I must have made a typo in the mail (from yesterday) can you kill the RIN67630 account? By the way, if you are a guru maybe I could also bring my main problem directly in that chat? jonnyb: rin67630: did you see the private meessages i sent? i guess not - i could correct the email on that user if you like
as for "the main problem" i'd be glad to help later or tomorrow - need to go and eat now :)
sure, can do rin67630: Thank you, enjoy your meal! jonnyb: just sent a test mail (just in case) rin67630: Roger! jonnyb: i didn't get an error so have validated your account - welcome! (sorry it was a struggle)
super, thanks for the reply, you should be able to log in now? Tiki-KGB: 03fmg-sf r51257 10trunk/setup.sh * [ENH] option: run composer noninteractive refizul: Do we still backport to 11.x? Tiki-KGB: 03marclaporte r51258 10trunk/templates/admin/include_performance.tpl * Making opcode cache messages consistent.
03patrick-proulx r51259 10trunk/templates/tiki-adminusers.tpl * Fixed a bug with user registration. The template's user id was not properly set Tiki|bot: New Forum Posts: Killed my wiki... - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=52163 TheBeardedBro: joined #tikiwiki Tiki-KGB: 03fmg-sf r51260 10trunk/setup.sh * [ENH] help: list of options with 'composer' sipherdee: joined #tikiwiki rin67630: joined #tikiwiki Tiki-KGB: 03lrrcenter r51261 10trunk/ 10lib/webmail/tikimaillib.php 10sendmail.php
[FIX] Restore Mail Queue functionality that was lost when htmlMimeMail.php was retired some time ago. Save messages to the database and send them later by running sendmail.php from cron.
03lrrcenter r51262 10branches/12.x/ 10lib/webmail/tikimaillib.php 10sendmail.php
[bp/r51261][FIX] Restore Mail Queue functionality that was lost when htmlMimeMail.php was retired some time ago. Save messages to the database and send them later by running sendmail.php from cron.