[03:00] nelsonko joined #tikiwiki [03:22] Tiki-KGB 03drsassafras r58880 10trunk/ 10(16 files in 7 dirs) * remove outdated challenge responce feature (second attempt) [04:18] nelsonko left #tikiwiki [05:34] julenlar joined #tikiwiki [06:34] Tiki|bot New Forum Posts: Can't save some page edits at tiki.org - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59907 [07:10] drsassafras joined #tikiwiki [07:11] drsassafras question for you guys, when dealing with language.php files, is there some automated process I need to be aware of or is directly editing them the best bet? [08:42] Tiki-KGB 03xavidp r58881 10branches/15.x/doc/devtools/sqlupgrade.sh [08:42] Tiki-KGB [FIX]Fix command to that it works in most supported tiki versions 12+, and when multitiki domain names contain dots. This way multitikis can be easily updated all their databases at once again with a simple command, while there is no direct support for a solution within console.php d:u --site=ALL (RFE: https://dev.tiki.org/item5653 ). [08:52] Tiki-KGB 03xavidp r58882 10branches/ 1014.x 1014.x/doc/devtools/sqlupgrade.sh [08:52] Tiki-KGB [bp/r58881][FIX]Fix command so that it works in most supported tiki versions 12+, and when multitiki domain names contain dots. This way multitikis can be easily updated all their databases at once again with a simple command, while there is no direct support for a solution within console.php d:u --site=ALL (RFE: https://dev.tiki.org/item5653 ). [08:56] Tiki-KGB 03xavidp r58883 10branches/ 1012.x 1012.x/doc/devtools/sqlupgrade.sh [08:56] Tiki-KGB [bp/r58881][FIX]Fix command so that it works in most supported tiki versions 12+, and when multitiki domain names contain dots. This way multitikis can be easily updated all their databases at once again with a simple command, while there is no direct support for a solution within console.php d:u --site=ALL (RFE: https://dev.tiki.org/item5653 ). [09:07] zlinux joined #tikiwiki [09:20] xavi joined #tikiwiki [09:21] xavi polom [09:21] xavi setup.sh can't updated composer in one server behind a firewall proxy [09:22] Tiki-KGB 03drsassafras r58884 10branches/12.x/ 10templates/modules/mod-login_box.tpl 10templates/admin/include_login.tpl 10lib/prefs/feature.php 03installer/schema/20160613_feature_challange_disable.sql * disabled outdated preference_challange feature [09:22] xavi but I managet to get composer.phar thorugh wget (which is properly configured to go through the firewall proxy). what would be the manual procedure to run composer? [09:23] xavi php temp/composer.phar update [09:23] xavi ? [09:23] xavi for the record, I downloaded composer in Tiki12 by hand with: wget https://getcomposer.org/download/1.1.2/composer.phar [09:24] drsassafras composer is run through sh setup.sh [09:25] xavi thanks Brendan ( drsassafras ), but it failed fetching composer.phar through a firewall proxy (that's what composer said) [09:25] xavi that's why I need to figure out the right way to do by hand [09:25] drsassafras if the .phar is in temp file, i dont think it tries to fetch it again….. have you re-tried? [09:26] xavi yes, I tried, and It tried to slef-update [09:26] xavi and I confirm that the version in that folder was older/different size, so I replaced by hand [09:27] xavi maybe something changed in the firewall of my former job, because I had no issues in the past [09:28] drsassafras I wonder if composer is having a hard time with the firewall. [09:28] drsassafras proxy sorry, not firewall [09:29] xavi last message was: [09:29] xavi [Composer\Downloader\TransportException] [09:29] xavi The "https://getcomposer.org/download/1.1.2/composer.phar.sig" file could not be downloaded: failed to open stream: Cannot connect to HTT [09:29] xavi PS server through proxy [09:29] xavi and previous message, in an earlier update of another tiki12 instance somewhere else in the same server: [09:30] xavi [Composer\Downloader\TransportException] [09:30] xavi The "https://getcomposer.org/versions" file could not be downloaded: failed to open stream: Cannot connect to HTTPS server through proxy [09:31] drsassafras I was just doing this the other day. Its run through PHP. [09:33] xavi mmmm, interesting. Following advice of other people finding similar issue in the past, exporting these 2 vars (related to proxy) in the console fixed the issue for me ()sh setup.sh run as expected later on): [09:33] xavi export HTTPS_PROXY_REQUEST_FULLURI=0 [09:33] xavi export HTTP_PROXY_REQUEST_FULLURI=0 # or false [09:34] Tiki|bot New Forum Posts: Projects(discussions) - http://tiki.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=59908 [10:49] drsassafras xavi, I am trying to make those database changes and am having difficulties. I have read https://dev.tiki.org/Hello+World#To_modify_the_database_schema, and tried to follow what it said, but am unable to get my .sql files to execute after a commit. Ideally I would like to be able to see the changes before a commit is made. Ive tried running "php console.php database:update" without success and the schema table is also not reflecting the changes. Im 99% [11:45] jonnyb joined #tikiwiki [11:53] Jyhem_ polom [11:54] jonnyb hi Jyhem_ [11:55] Jyhem_ drsassafras: there are obscure naming rules for .sql files to execute. Something wiith having _tiki or such in the name. I forgot which they are and where they are documented, and I need to leave for lunch now, but there's your lead. hope it helps [11:56] Jyhem_ bbl [11:56] jonnyb ok [11:56] jonnyb bb [11:59] xavi drsassafras: sorry, got distracted with other tasks. See Jyhem_'s comments. I don't know where that was documented, but see the other namings under that folder, they seem to need to end in "_tiki.sql" or something in order to get executed for some reason [12:01] chibaguy joined #tikiwiki [12:08] chibaguy polom [12:08] jonnyb hi chibaguy [12:08] jonnyb and hi xavi [12:09] xavi hi jonnyb and all [12:09] chibaguy hi jonnyb and xavi [12:09] chibaguy and all [13:49] xavi mmmm is automerging to trunk still on/valid? [13:50] xavi I mean, I have a fix to commit. I understand that I can still commit to 15.x first, until I see any clear message that we should proceed differently [13:56] Tiki-KGB 03xavidp r58885 10branches/15.x/templates/tracker_filter.tpl [13:56] Tiki-KGB [FIX]Fix serurl links for tracker status in the filter bar. Thanks Gino Brochu for reporting and marclaporte. [14:09] chibaguy When I open a "post comment" form (at a blog post) and then don't submit the comment but instead navigate away from the page, I get an error "0 error" at the top of the blog page before the page is replaced. [14:10] chibaguy Seems to be another variation of the error messages occurring lately. [14:22] Tiki|bot Recent Bug: - http://dev.tiki.org/item5984 [14:32] Tiki|bot Recent Bug: - http://dev.tiki.org/item5985 [14:40] Tiki-KGB 03jonnybradley r58886 10branches/12.x/ 10lib/core/Search/Elastic/RescoreQueryBuilder.php 10lib/core/Search/Elastic/Index.php 10lib/test/core/Search/Expr/ParserTest.php 10lib/test/core/Search/Elastic/RescoreQueryBuilderTest.php [14:40] Tiki-KGB [FIX] Remove remaining php5.3 incompatible array syntax usage (from backports r57826 and r57887, both my bad, apologies) [14:46] Tiki-KGB 03jonnybradley r58887 10branches/12.x/ 10templates/modules/mod-login_box.tpl 10templates/admin/include_login.tpl 10lib/prefs/feature.php 04installer/schema/20160613_feature_challange_disable.sql [14:46] Tiki-KGB [REL] Revert r58884: disabled outdated preference_challange feature [14:46] Tiki-KGB Reverting temporarily for emergency 12.8 release as i think this needs further work and testing (apologies) [14:46] Tiki-KGB I would prefer it be marked with a deprecated warning or something rather than be removed in a minor upgrade... [14:48] Tiki-KGB 03jonnybradley r58888 10branches/12.x/lib/setup/twversion.class.php * [REL] Preparing 12.8 release [14:48] Tiki-KGB 03jonnybradley r58889 04branches/12.x/db/tiki-secdb_12.7_mysql.sql * [REL] Removing previous secdb file [14:50] Tiki-KGB 03jonnybradley r58890 10branches/12.x/README * [REL] Update README file for 12.8 [14:52] Tiki-KGB 03jonnybradley r58891 10branches/12.x/ 10(52 files in 52 dirs) * [REL] Update language.php files for 12.8 [14:52] Tiki-KGB 03jonnybradley r58892 10branches/12.x/changelog.txt * [REL] Update changelog.txt for 12.8 [14:54] Tiki-KGB 03jonnybradley r58893 10branches/12.x/copyright.txt * [REL] Update copyright.txt for 12.8 [14:56] nelsonko joined #tikiwiki [14:56] nelsonko left #tikiwiki [14:59] redflo joined #tikiwiki [15:02] NoteOn joined #tikiwiki [15:06] Tiki-KGB 03jonnybradley r58894 03branches/12.x/db/tiki-secdb_12.8_mysql.sql * [REL] SecDB for 12.8 [15:06] Tiki-KGB 03jonnybradley r58895 03tags/12.8 * [REL] Tagging release [15:12] jonnyb hi all - had to release a new 12.x (12.7 wasn't php 5.3 friendly) - can anyone help test a tarball from here please? [15:12] jonnyb https://sourceforge.net/projects/tikiwiki/files/Tiki_12.x_Altair/12.8/ [15:30] arildb joined #tikiwiki [15:53] jonnyb joined #tikiwiki [16:31] Jyhem back [16:33] Jyhem jonnyb: I found a Tiki 12 running on PHP 5.3.10-1ubuntu3.23 with Suhosin-Patch (cli) (built: May 19 2016 20:38:03) [16:33] Jyhem give me a little time [16:33] jonnyb coolio, thanks [17:05] Tiki|bot New Forum Posts: Projects(discussions) - https://tiki.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=59908 [17:05] Tiki|bot New Forum Posts: Can't save some page edits at tiki.org - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59907 [17:05] Tiki|bot New Forum Posts: Info popup in Gallery shows huge box with longer descriptions - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=59906 [17:15] Tiki|bot New Forum Posts: Projects(discussions) - http://tiki.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=59908 [17:15] Tiki|bot New Forum Posts: Can't save some page edits at tiki.org - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59907 [17:15] Tiki|bot New Forum Posts: Info popup in Gallery shows huge box with longer descriptions - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=59906 [17:18] Jyhem jonnyb: after svn up, I did sh setup.sh and composer complains: [17:18] Jyhem [RuntimeException] [17:18] Jyhem Could not scan for classes inside "vendor/smarty/smarty/libs/sysplugins/smarty_security.php" which does not appear to be a file nor a folder [17:18] jonnyb hi Jyhem [17:19] jonnyb i got that recently too, but removing that smarty dir and running it again fixed it [17:19] jonnyb think something changed in composer [17:20] Jyhem Yes, I realise I can step eround the issue, but if we can't fix it, maybe something for the release notes? [17:22] Jyhem rm -rf vendor/smarty/ worked [17:27] jonnyb yes, i can't think of a way of doing it cleanly in tiki, so if you could add it to the release notes that would be good (do we have release notes? ;) ) [17:27] Jyhem jonnyb: the site looks ok outwardly. Anything specfic I should test for? [17:28] Tiki-KGB 03jonnybradley r58896 10branches/15.x/console.php [17:28] Tiki-KGB [FIX] console: Set ignoreValidationErrors on unavailable commands which otherwise may report "Too many arguments" (now will correctly report "Command not available at this stage. Complete required installation steps.") Thanks marclaporte [17:28] jonnyb Jyhem: it was problems in the unified search so reindexing and searching should uncover any nasties remaining [17:28] jonnyb but i really hope it doesn't :O [17:31] Jyhem Oh, this is an old Tiki3→6→9→12 It does not use unified search. [17:31] Jyhem Let me backup again and test that [17:31] jonnyb :D [17:32] Tiki-KGB 03jonnybradley r58897 10(5 files in 4 dirs) * [MRG] Automatic merge, branches/15.x 58875 to 58896 [17:34] Jyhem also, doc/devtools/sqlupgrade.sh failed [17:39] Jyhem OK, I switched to unified search (mysql fulltext version) and clicked on "Rebuold Index" and then it shows an error tip which contains "* Click here to rebuild index" [17:39] Jyhem On whch I clicked and… It looks happy [17:41] Jyhem I did searches and such. Looks good [17:43] jonnyb super, thanks Jyhem [17:44] jonnyb I checked the code here several times but it's always nice to have these things confirmed out in the wild! :) [17:45] * Jyhem looking at doc/devtools/sqlupgrade.sh [17:59] Jyhem sigh. Did you get Revision: 58883 in Tiki12.8? [18:00] Jyhem jonnyb: xavi: this just does not work for me :-( [18:01] jonnyb no idea, sorry [18:14] Tiki-KGB 03jyhem r58898 10branches/12.x/doc/devtools/sqlupgrade.sh * [FIX][revert 58883] That was breaking single-site Tikis [18:36] panamaus joined #tikiwiki [18:37] panamaus joined #tikiwiki [18:53] Telesight joined #tikiwiki [19:38] Tiki-KGB 03drsassafras r58899 10trunk/installer/schema/ 0420160612_remove_feature_challenge_pref.sql 0320160612_remove_feature_challenge_pref_tiki.sql * [SEC][DB][REM][KIL] SQL is now processed [20:00] Tiki-KGB 03amnabilal r58900 10branches/12.x/tiki-print.php * [Fix]"Show page title" page property check is added. [20:54] torsten joined #tikiwiki [20:59] olinuxx joined #tikiwiki [21:40] zlinux joined #tikiwiki [23:03] Telesight joined #tikiwiki [23:58] giesen joined #tikiwiki