←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
nelsonko | joined #tikiwiki | [03:00] |
..... (idle for 22mn) | ||
Tiki-KGB | 03drsassafras r58880 10trunk/ 10(16 files in 7 dirs) * remove outdated challenge responce feature (second attempt) | [03:22] |
............ (idle for 56mn) | ||
nelsonko | left #tikiwiki | [04:18] |
................ (idle for 1h16mn) | ||
julenlar | joined #tikiwiki | [05:34] |
............. (idle for 1h0mn) | ||
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 | [06:34] |
........ (idle for 36mn) | ||
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? | [07:10] |
................... (idle for 1h31mn) | ||
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 ). | [08:42] |
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 ). | [08:52] | |
zlinux | joined #tikiwiki | [09:07] |
xavi | joined #tikiwiki
polom setup.sh can't updated composer in one server behind a firewall proxy | [09:20] |
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?
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 | [09:22] |
drsassafras | composer is run through sh setup.sh | [09:24] |
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 | [09:25] |
drsassafras | if the .phar is in temp file, i dont think it tries to fetch it again….. have you re-tried? | [09:25] |
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 | [09:26] |
drsassafras | I wonder if composer is having a hard time with the firewall.
proxy sorry, not firewall | [09:28] |
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 | [09:29] |
drsassafras | I was just doing this the other day. Its run through PHP. | [09:31] |
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 | [09:33] |
Tiki|bot | New Forum Posts: Projects(discussions) - http://tiki.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=59908 | [09:34] |
................ (idle for 1h15mn) | ||
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% | [10:49] |
............ (idle for 56mn) | ||
jonnyb | joined #tikiwiki | [11:45] |
Jyhem_ | polom | [11:53] |
jonnyb | hi Jyhem_ | [11:54] |
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 | [11:55] |
jonnyb | ok
bb | [11:56] |
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 | [11:59] |
chibaguy | joined #tikiwiki | [12:01] |
polom | [12:08] | |
jonnyb | hi chibaguy
and hi xavi | [12:08] |
xavi | hi jonnyb and all | [12:09] |
chibaguy | hi jonnyb and xavi
and all | [12:09] |
..................... (idle for 1h40mn) | ||
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 | [13:49] |
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. | [13:56] |
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. | [14:09] |
Tiki|bot | Recent Bug: - http://dev.tiki.org/item5984 | [14:22] |
Recent Bug: - http://dev.tiki.org/item5985 | [14:32] | |
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) | [14:40] |
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 | [14:46] | |
nelsonko | joined #tikiwiki
left #tikiwiki | [14:56] |
redflo | joined #tikiwiki | [14:59] |
NoteOn | joined #tikiwiki | [15:02] |
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 | [15:06] |
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/ | [15:12] |
.... (idle for 18mn) | ||
arildb | joined #tikiwiki | [15:30] |
..... (idle for 23mn) | ||
jonnyb | joined #tikiwiki | [15:53] |
........ (idle for 38mn) | ||
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 | [16:31] |
jonnyb | coolio, thanks | [16:33] |
....... (idle for 32mn) | ||
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 | [17:05] |
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 | [17:15] | |
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 | [17:18] |
jonnyb | hi Jyhem
i got that recently too, but removing that smarty dir and running it again fixed it think something changed in composer | [17:18] |
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 | [17:20] |
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:27] |
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 | [17:28] |
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 | [17:28] |
Jyhem | Oh, this is an old Tiki3→6→9→12 It does not use unified search.
Let me backup again and test that | [17:31] |
jonnyb | :D | [17:31] |
Tiki-KGB | 03jonnybradley r58897 10(5 files in 4 dirs) * [MRG] Automatic merge, branches/15.x 58875 to 58896 | [17:32] |
Jyhem | also, doc/devtools/sqlupgrade.sh failed | [17:34] |
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 | [17:39] | |
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! :) | [17:43] |
Jyhem | Jyhem looking at doc/devtools/sqlupgrade.sh | [17:45] |
sigh. Did you get Revision: 58883 in Tiki12.8?
jonnyb: xavi: this just does not work for me :-( | [17:59] | |
jonnyb | no idea, sorry | [18:01] |
Tiki-KGB | 03jyhem r58898 10branches/12.x/doc/devtools/sqlupgrade.sh * [FIX][revert 58883] That was breaking single-site Tikis | [18:14] |
..... (idle for 22mn) | ||
panamaus | joined #tikiwiki
joined #tikiwiki | [18:36] |
.... (idle for 16mn) | ||
Telesight | joined #tikiwiki | [18:53] |
.......... (idle for 45mn) | ||
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 | [19:38] |
..... (idle for 22mn) | ||
03amnabilal r58900 10branches/12.x/tiki-print.php * [Fix]"Show page title" page property check is added. | [20:00] | |
........... (idle for 54mn) | ||
torsten | joined #tikiwiki | [20:54] |
olinuxx | joined #tikiwiki | [20:59] |
......... (idle for 41mn) | ||
zlinux | joined #tikiwiki | [21:40] |
................. (idle for 1h23mn) | ||
Telesight | joined #tikiwiki | [23:03] |
............ (idle for 55mn) | ||
giesen | joined #tikiwiki | [23:58] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |