[00:00] RobertPlummer Jyhem: Nearly done with jquery stuff [00:05] RobertPlummer that went fine, now updating [00:05] RobertPlummer hopefully it will crash so I can fix [00:05] RobertPlummer It went fine. [00:06] Tiki-KGB 03nkoth r51406 10trunk/ 10(52 files in 52 dirs) * [REL] Pre-branching update language strings [00:08] Tiki-KGB 03nkoth r51407 03branches/13.x * [BRANCH] Creation, branches/13.x 0 to 51406 [00:11] luciash ok, we have new branch, yay ! thanks Nelson [00:11] * luciash going to close REL of 12.2 [00:12] Jyhem So, essentially, this whole composer step in sh setup.sh is about getting the same contents in vendor and vendor_extra as in the tgz bundled package ? [00:16] Tiki-KGB 03nkoth r51408 10branches/12.x/lib/setup/wiki.php * [BRA] Link changed to new branch [00:19] * Jyhem calling it a day. Nothing else to try now. [00:21] * Jyhem thinking of some composer.tiki.org/vendors/tiki-12.2-vendor.tgz and tiki-12.2-vendor_extra.tgz [00:21] Jyhem which setup.sh might simply download and deploy [00:22] Tiki-KGB 03nkoth r51409 10branches/12.x/lib/setup/wiki.php * [REVERT] Committed in wrong branch [00:24] Tiki-KGB 03nkoth r51410 10branches/13.x/lib/setup/wiki.php * [BRA] Update link to 13.x profiles [00:46] Tiki-KGB 03luciash r51411 10branches/12.x/lib/setup/twversion.class.php * [REL] Closing release 12.2 [00:50] luciash joined #tikiwiki [00:50] Topic for #tikiwikiis now Tiki Wiki CMS Groupware - the Free & Open Source Web Application with the most built-in features! Latest Tiki LTS version 12.2 (Altair) is out! Question? Just ask! We log the channel @ http://irc.tiki.org (start line with [off] to exclude message from log) [00:56] Tiki-KGB 03luciash r51412 10trunk/doc/stable.version * [REL] adding 12.2 release [01:04] Tiki-KGB 03luciash r51413 10trunk/doc/ 10longterm.cycle 10regular.cycle * [REL] adding 12.2 release [01:16] Tiki-KGB 03nkoth r51414 10branches/13.x/templates/trackerinput/showtikiorg.tpl * {BRA] Add branch to show.tiki.org [01:38] Tiki-KGB 03nkoth r51415 10branches/13.x/templates/trackerinput/showtikiorg.tpl * [FIX] Remove tags leaving only branches [01:38] Tiki-KGB 03nkoth r51416 10branches/12.x/templates/trackerinput/showtikiorg.tpl * [bp/r51415][FIX] Remove tags leaving only branches [02:31] nelsonko_ joined #tikiwiki [02:53] Gwayne joined #tikiwiki [02:53] Gwayne joined #tikiwiki [03:06] Tiki-KGB 03nkoth r51417 10trunk/doc/devtools/tim/tim-common * [BRA] Add new version branch [03:10] Tiki-KGB 03nkoth r51418 10trunk/doc/devtools/tim/tim-create [03:10] Tiki-KGB [FIX] Change away from removed shell.php functionality and remove useless line that cannot remove old lock format [03:20] Tiki-KGB 03nkoth r51419 10trunk/doc/devtools/tim/tim-create [03:20] Tiki-KGB [FIX] Remove useless code as it cannot work to inject content into home page that way [03:20] nelsonko left #tikiwiki [06:32] lindonb left #tikiwiki [07:34] chibaguy joined #tikiwiki [07:55] diggy joined #tikiwiki [07:55] xavi joined #tikiwiki [09:09] chibaguy joined #tikiwiki [10:31] Tiki|bot New Forum Posts: 12.2 + tiki-plugin - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=52254 [10:42] fabricius joined #tikiwiki [10:55] redflo joined #tikiwiki [11:26] luciash bolow bolow [11:26] luciash fabricius: pm [11:52] chibaguy joined #tikiwiki [12:28] Tiki-KGB 03jonnybradley r51420 10trunk/lib/setup/wiki.php 10trunk/templates/trackerinput/showtikiorg.tpl 10trunk * [MRG] Automatic merge, branches/13.x 51406 to 51415 [13:23] nelsonko joined #tikiwiki [14:27] chibaguy joined #tikiwiki [14:59] jonnyb joined #tikiwiki [15:09] jonnyb polom.2 [15:17] RobertPlummer polom all [15:17] jonnyb hi RobertPlummer [15:17] RobertPlummer hi jonnyb [15:19] RobertPlummer jonnyb: So I'm stull wondering, why is the lock file so important not to commit to? [15:19] RobertPlummer still [15:19] fabricius joined #tikiwiki [15:20] jonnyb it should only change if we change composer.json, so any other changes without that should indicate and error [15:20] jonnyb also your commit messages don't say anything about composer usually [15:20] jonnyb when you update do you do "php temp/composer.phar install" or "php temp/composer.phar update"? [15:21] RobertPlummer jonnyb: But that isn't what it says here - https://dev.tiki.org/Composer#Adding_dependencies [15:22] RobertPlummer I see nothing that says "Please do not commit an updated composer.lock file." [15:22] RobertPlummer If it does update, does it throw an error on other developer's development environment? [15:23] RobertPlummer I'm just trying to find the path of least resistence, not trying to cause waves, just want to make sure it is easier on everyone. [15:23] jonnyb ok, so here's an example: http://sourceforge.net/p/tikiwiki/code/51373 [15:24] jonnyb i don't see the corresponding change to composer.json there [15:24] jonnyb also the commit message says nothing about composer [15:25] jonnyb compared to http://sourceforge.net/p/tikiwiki/code/51404 for instance [15:26] RobertPlummer jonnyb: Shouldn't composer update the composer.json file if the lock file updates? Especially if it is dependent on a repository that has not yet stabilized fully. [15:26] RobertPlummer I digress with the commit message. [15:27] jonnyb ah right - it's your dev-master stuff... i don't think they should be in composer, as discussed on the dev list [15:27] RobertPlummer But why? [15:27] jonnyb also they introduce a requirement for devs to install git, which is not part of the agreed spec [15:27] RobertPlummer It is experimental. [15:27] aalex joined #tikiwiki [15:28] RobertPlummer Why not include git? [15:28] RobertPlummer 90% of the depencies use it. [15:28] jonnyb i guess - there are a couple of avn ones (that also quite often cause weirdness) [15:28] jonnyb er, like which ones? [15:28] RobertPlummer send [15:28] RobertPlummer zend [15:28] RobertPlummer jquery [15:28] RobertPlummer jquery ui [15:28] RobertPlummer They all use git, it is mainstream now. [15:29] RobertPlummer Also, a little language called "php" is on git. [15:29] RobertPlummer https://github.com/php [15:29] RobertPlummer I don't get why we should strive not to support it, when it is mainstream, and would make things easier on the already taxed community. [15:29] jonnyb most of them use zip files (although they are on github, true) [15:30] RobertPlummer It is just that if you are a developer, most likely you use git and svn. [15:30] RobertPlummer not one or the other, and if you do, you will be using both soon, as the entire development of open source software has nearly shifted to using it. [15:31] RobertPlummer objectively speaking, of course. [15:31] jonnyb i don't believe https://packagist.org/packages/bombayworks/zendframework1 required you to have git installed [15:31] RobertPlummer True, but for those who want to develop it, they do. [15:33] jonnyb it's just that in a collaborative project if we change the requirements it's usual to have a discussion about it (and document it), rather than just introduce a unilateral change... sorry, phone [15:33] RobertPlummer np jonnyb, thanks for helping me to see the light. Perhaps we could bring it to the list. [15:45] chibaguy joined #tikiwiki [16:02] nelsonko joined #tikiwiki [16:29] jonnyb hi xavi, nelsonko and all [16:30] nelsonko hi jonnyb [16:34] redflo joined #tikiwiki [16:37] xavi hi jonnyb nelsonko and all [16:47] RobertPlummer joined #tikiwiki [17:03] Tiki|bot Recent Bug: - 12.2: Install with InnoDB never ends the db population step - http://dev.tiki.org/item5248 [17:09] RobertPlummer all: just fyi, I've updated my site to use tiki wiki 13.x, and am using wikiLingo in modules. [17:09] RobertPlummer To help and find bugs. [17:10] RobertPlummer It is wicked awesome! [17:20] marclaporte joined #tikiwiki [17:42] fabricius joined #tikiwiki [17:53] marclapo1 joined #tikiwiki [18:00] Jyhem plop [18:23] RobertPlummer Jyhem: Ever get it sorted? [18:24] Jyhem Still a mystery. I will have another go [18:27] RobertPlummer all (and Jyhem ) wikiLingo powered wiki syntax + modules - http://visop-dev.com/Project+jQuery.sheet [18:27] RobertPlummer woohoo! 13.x powered as well. [18:29] RobertPlummer I'm using plugins to mutate syntax output, if you ever get a chance, check this out: https://github.com/wikiLingo/wikiLingo/blob/master/WikiLingo/Plugin/Menu.php AND https://github.com/wikiLingo/wikiLingo/blob/master/WikiLingo/Plugin/Menu/Block.php [18:30] RobertPlummer so a simple list, wrapped in a MENU plugin, becomes a menu. [19:19] gavincrenshaw joined #tikiwiki [19:19] gavincrenshaw polom all [19:20] jonnyb hi gavincrenshaw [19:22] fabricius joined #tikiwiki [19:29] marclaporte joined #tikiwiki [19:29] RobertPlummer polom gavincrenshaw [19:29] gavincrenshaw does anyone know how to add smarty modifiers to tiki? [19:30] gavincrenshaw or if they already exist, how to implement them? [19:32] Tiki-KGB 03nkoth r51421 10branches/13.x/lib/wiki-plugins/wikiplugin_wysiwyg.php * [FIX] Check correct perm in case of included page [19:34] luciash gavincrenshaw: see lib/smarty_tiki/modifier.... [19:35] gavincrenshaw luciash: I've tried adding my own to that called modifier.revese_array, but whenever I try to implement it I get this error [19:35] gavincrenshaw on line 11 "{foreach from=$rating_options|@array_reverse item=v key=i}" modifier 'array_reverse' not allowed by security setting [19:36] luciash u have a typo ? [19:37] luciash revese_array [19:38] gavincrenshaw that was just a typo here [19:39] gavincrenshaw it's correct in the file [19:39] luciash you should not need the @ there, do you ? [19:40] gavincrenshaw i've tried it both ways, but when I found the reverse_array modifier online everyone says you need the @ [19:40] gavincrenshaw http://stackoverflow.com/questions/3382476/arrange-list-in-reverse-array-within-foreach [19:41] luciash gavincrenshaw: you also perhaps need to add it in the array in lib/init/smarty.php on line $this->php_modifiers [19:43] luciash gavincrenshaw: but i thought you need it only for some internal php functions, not custom modifiers in smarty_tiki [19:45] Telesight joined #tikiwiki [20:08] gavincrenshaw luciash: I added it to the array in lib/init/smarty.php and it worked. Thanks [20:18] Tiki-KGB 03jshauk r51422 10trunk/ 10(5 files in 5 dirs) [20:18] Tiki-KGB [ADD] optional display preference in "Admin Rating > User Interface" to display ratings in reverse [20:32] RobertPlummer joined #tikiwiki [20:43] RobertPlummer Hey guys, I have a url, after upgrading to 13.x it no longer works with pretty urls on: http://visop-dev.com/doc/js3/index.html [20:43] RobertPlummer What could I do to enable it that isn't custom? [20:49] gavincrenshaw joined #tikiwiki [21:16] Tiki-KGB 03xavidp r51423 10branches/13.x/lib/core/Reports/Send/EmailBuilder/TrackerItemComment.php [21:16] Tiki-KGB [FIX]Fix url from daily reports to new comments, so that they link to the right tab and location when tracker item comments are set to be shown below the items instead of inside its own tab. [21:19] RobertPlummer nm, I got it. [21:19] RobertPlummer The file was missing. [21:46] pablokbs joined #tikiwiki [21:47] pablokbs hello everybody, I need some help with tiki-wiki ... I can't login to my site, I've tried to upgrade it to the latest version and still not working. If I do a clean install it works, but I need my content [21:47] pablokbs is there a way to import my content from the OLD db ? [21:47] pablokbs the error is: "You need to be a registered user in order to have access to TBCC Wiki." [21:47] pablokbs I've tried changing the password via mysql client but it's the same [21:49] pablokbs I see no errors on apache logs [21:49] gavincrenshaw pablokbs: if you have access to the database just delete the password and login with just your username [21:49] pablokbs gavincrenshaw: I'll try that [21:49] gavincrenshaw pablokbs: should work. I've tired it before. then you can just change the password after you login [21:50] pablokbs same error :( [21:52] gavincrenshaw pablokbs: what mysql client are you using [21:52] pablokbs mysql command line [21:53] gavincrenshaw pablokbs: do you have access to the database via phpmyadmin or something similar? [21:53] pablokbs yes, what do want me to try ? [21:54] gavincrenshaw using phpmyadmin go open the table called users and find your name and just delete the password out of the password field [21:55] gavincrenshaw if that doesn't work try replacing the password with NULL [21:55] pablokbs gavincrenshaw: the same :( [21:56] gavincrenshaw did you try NULL? [21:56] pablokbs yes [21:56] pablokbs without quotes [21:58] Tiki-KGB 03xavidp r51424 10branches/12.x/lib/core/Reports/Send/EmailBuilder/TrackerItemComment.php [21:58] Tiki-KGB [bp/r51423][FIX]Fix url from daily reports to new comments, so that they link to the right tab and location when tracker item comments are set to be shown below the items instead of inside its own tab. [21:58] gavincrenshaw if it works with a clean install, just export all the data you need from your old site with phpmyadmin and import it into the new one [21:58] pablokbs when you see "all the data" [21:58] pablokbs which tables are you talking about ? [21:58] gavincrenshaw all of them [21:59] pablokbs if I do that, it breaks :( [21:59] gavincrenshaw it gives you the same error? [21:59] pablokbs there is something in my DB that breaks the login [21:59] pablokbs yes [21:59] xavi pablokbs: was the site working before you upgraded? [21:59] gavincrenshaw that is peculiar [22:00] pablokbs xavi: actually, it wasn't working, and I've tried to fix it by upgrading it [22:00] xavi why it was not working? [22:00] xavi what happened? [22:00] pablokbs I can go back to the previous version of the files and DB, and the error is the same [22:01] xavi I mean, it stopped working at some point. Why? what happened? [22:01] pablokbs I don't know how it happened, it just wasn't working [22:01] xavi any clue? [22:01] gavincrenshaw do you have a debugger running? like xdebug? [22:01] pablokbs none, that's why the called me :P [22:01] pablokbs xdebug? let me check [22:01] xavi what was the error message? [22:01] pablokbs xavi: You need to be a registered user in order to have access to TBCC Wiki. [22:02] xavi do you have url of that site? [22:02] pablokbs gavincrenshaw: I don't have that installed on my computer (I've downloaded the DB and files to my computer and I'm trying to fix it here) [22:02] gavincrenshaw don't worry about xdebug then [22:03] xavi pablokbs: this is not a standard mesage from tiki, but a custom message from your site [22:03] xavi do you have any url to have a look from outside? [22:03] pablokbs WAIT [22:03] xavi to get better idea on how to provide advice [22:03] pablokbs I THINK [22:03] pablokbs i've fixed it [22:03] gavincrenshaw if the user can login on the clean install, export that user and import it to the old database [22:03] pablokbs one second :P [22:04] pablokbs gavincrenshaw: yes! [22:04] pablokbs I think that worked [22:04] pablokbs one second, I'm making sure [22:05] pablokbs I think it's working [22:05] xavi sorry, getting late here. pablokbs, ensure you have read this at some point: http://doc.tiki.org/Upgrade [22:05] xavi special attention to the section about how to fix the encoding issues, if you come from a tiki before 5.1 [22:05] pablokbs I did a clean install [22:06] pablokbs imported the DB [22:06] pablokbs I run the upgrade again, and it looks like it's working [22:06] pablokbs thank you so much for your help, guys :) [22:06] xavi g'luck (if you reach a dead end on irc, you can always try a message at the tikiwiki-users list or forums). http://tiki.org/Mailing+lists [22:06] gavincrenshaw *high fives* [22:06] pablokbs xavi: thanks! [22:07] pablokbs is there karma here? [22:07] pablokbs gavincrenshaw++ [22:07] pablokbs xavi++ [22:07] pablokbs :P [22:07] xavi glad it worked for you [22:07] xavi karma: not any more (since many many years ago) [22:07] gavincrenshaw glad we could help [22:07] xavi pablokbs: just remember to help somebody else in the tiki forums, and you will be fine :-) [22:07] xavi cheers [22:07] xavi left #tikiwiki [22:08] pablokbs that sounds good [22:11] Caarrie joined #tikiwiki [22:23] Tiki|bot New Forum Posts: wikiLingo v1.0 rc1 - Green Lantern - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=52265