Tiki-KGB: 03drsassafras r58880 10trunk/ 10(16 files in 7 dirs) * remove outdated challenge responce feature (second attempt) nelsonko: left #tikiwiki julenlar: joined #tikiwiki 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 drsassafras: joined #tikiwiki
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? Tiki-KGB: 03xavidp r58881 10branches/15.x/doc/devtools/sqlupgrade.sh
[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 ).
03xavidp r58882 10branches/ 1014.x 1014.x/doc/devtools/sqlupgrade.sh
[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 ).
03xavidp r58883 10branches/ 1012.x 1012.x/doc/devtools/sqlupgrade.sh
[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 ). zlinux: joined #tikiwiki xavi: joined #tikiwiki
polom
setup.sh can't updated composer in one server behind a firewall proxy 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 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?
php temp/composer.phar update
?
for the record, I downloaded composer in Tiki12 by hand with: wget https://getcomposer.org/download/1.1.2/composer.phar drsassafras: composer is run through sh setup.sh xavi: thanks Brendan ( drsassafras ), but it failed fetching composer.phar through a firewall proxy (that's what composer said)
that's why I need to figure out the right way to do by hand drsassafras: if the .phar is in temp file, i dont think it tries to fetch it again….. have you re-tried? xavi: yes, I tried, and It tried to slef-update
and I confirm that the version in that folder was older/different size, so I replaced by hand
maybe something changed in the firewall of my former job, because I had no issues in the past drsassafras: I wonder if composer is having a hard time with the firewall.
proxy sorry, not firewall xavi: last message was:
[ComposerDownloaderTransportException]
The "https://getcomposer.org/download/1.1.2/composer.phar.sig" file could not be downloaded: failed to open stream: Cannot connect to HTT
PS server through proxy
and previous message, in an earlier update of another tiki12 instance somewhere else in the same server:
[ComposerDownloaderTransportException]
The "https://getcomposer.org/versions" file could not be downloaded: failed to open stream: Cannot connect to HTTPS server through proxy drsassafras: I was just doing this the other day. Its run through PHP. 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):
export HTTPS_PROXY_REQUEST_FULLURI=0
export HTTP_PROXY_REQUEST_FULLURI=0 # or false Tiki|bot: New Forum Posts: Projects(discussions) - http://tiki.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=59908 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% jonnyb: joined #tikiwiki Jyhem_: polom jonnyb: hi Jyhem_ 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
bbl jonnyb: ok
bb 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 chibaguy: joined #tikiwiki
polom jonnyb: hi chibaguy
and hi xavi xavi: hi jonnyb and all chibaguy: hi jonnyb and xavi
and all xavi: mmmm is automerging to trunk still on/valid?
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 Tiki-KGB: 03xavidp r58885 10branches/15.x/templates/tracker_filter.tpl
[FIX]Fix serurl links for tracker status in the filter bar. Thanks Gino Brochu for reporting and marclaporte. 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.
Seems to be another variation of the error messages occurring lately. Tiki|bot: Recent Bug: - http://dev.tiki.org/item5984
Recent Bug: - http://dev.tiki.org/item5985 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
[FIX] Remove remaining php5.3 incompatible array syntax usage (from backports r57826 and r57887, both my bad, apologies)
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
[REL] Revert r58884: disabled outdated preference_challange feature
Reverting temporarily for emergency 12.8 release as i think this needs further work and testing (apologies)
I would prefer it be marked with a deprecated warning or something rather than be removed in a minor upgrade...
03jonnybradley r58888 10branches/12.x/lib/setup/twversion.class.php * [REL] Preparing 12.8 release
03jonnybradley r58889 04branches/12.x/db/tiki-secdb_12.7_mysql.sql * [REL] Removing previous secdb file
03jonnybradley r58890 10branches/12.x/README * [REL] Update README file for 12.8
03jonnybradley r58891 10branches/12.x/ 10(52 files in 52 dirs) * [REL] Update language.php files for 12.8
03jonnybradley r58892 10branches/12.x/changelog.txt * [REL] Update changelog.txt for 12.8
03jonnybradley r58893 10branches/12.x/copyright.txt * [REL] Update copyright.txt for 12.8 nelsonko: joined #tikiwiki
left #tikiwiki redflo: joined #tikiwiki NoteOn: joined #tikiwiki Tiki-KGB: 03jonnybradley r58894 03branches/12.x/db/tiki-secdb_12.8_mysql.sql * [REL] SecDB for 12.8
03jonnybradley r58895 03tags/12.8 * [REL] Tagging release 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?
https://sourceforge.net/projects/tikiwiki/files/Tiki_12.x_Altair/12.8/ arildb: joined #tikiwiki jonnyb: joined #tikiwiki Jyhem: back
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)
give me a little time jonnyb: coolio, thanks Tiki|bot: New Forum Posts: Projects(discussions) - https://tiki.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=59908
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
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
New Forum Posts: Projects(discussions) - http://tiki.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=59908
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
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 Jyhem: jonnyb: after svn up, I did sh setup.sh and composer complains:
[RuntimeException]
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 jonnyb: hi Jyhem
i got that recently too, but removing that smarty dir and running it again fixed it
think something changed in composer Jyhem: Yes, I realise I can step eround the issue, but if we can't fix it, maybe something for the release notes?
rm -rf vendor/smarty/ worked 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? ;) ) Jyhem: jonnyb: the site looks ok outwardly. Anything specfic I should test for? Tiki-KGB: 03jonnybradley r58896 10branches/15.x/console.php
[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 jonnyb: Jyhem: it was problems in the unified search so reindexing and searching should uncover any nasties remaining
but i really hope it doesn't :O Jyhem: Oh, this is an old Tiki3→6→9→12 It does not use unified search.
Let me backup again and test that jonnyb: :D Tiki-KGB: 03jonnybradley r58897 10(5 files in 4 dirs) * [MRG] Automatic merge, branches/15.x 58875 to 58896 Jyhem: also, doc/devtools/sqlupgrade.sh failed
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"
On whch I clicked and… It looks happy
I did searches and such. Looks good jonnyb: super, thanks Jyhem
I checked the code here several times but it's always nice to have these things confirmed out in the wild! :) -: Jyhem looking at doc/devtools/sqlupgrade.sh Jyhem: sigh. Did you get Revision: 58883 in Tiki12.8?
jonnyb: xavi: this just does not work for me :-( jonnyb: no idea, sorry Tiki-KGB: 03jyhem r58898 10branches/12.x/doc/devtools/sqlupgrade.sh * [FIX][revert 58883] That was breaking single-site Tikis panamaus: joined #tikiwiki
joined #tikiwiki Telesight: joined #tikiwiki 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
03amnabilal r58900 10branches/12.x/tiki-print.php * [Fix]"Show page title" page property check is added. torsten: joined #tikiwiki olinuxx: joined #tikiwiki zlinux: joined #tikiwiki Telesight: joined #tikiwiki giesen: joined #tikiwiki