[01:36] jonnyb joined #tikiwiki [03:37] fabricius joined #tikiwiki [04:14] jonnyb joined #tikiwiki [06:00] fabricius joined #tikiwiki [06:31] fabricius joined #tikiwiki [10:39] amette_ pölöm [10:49] olinuxx bonjour [10:52] amette_ salut [11:00] chibaguy joined #tikiwiki [11:57] jonnyb joined #tikiwiki [14:27] Jyhem_laptop joined #tikiwiki [15:13] jonnyb polom all [15:14] jonnyb just found some code from revision 2! Oldest untouched code in tiki maybe? tiki-admingroups.php:108 [15:26] Tiki-KGB 03jonnybradley r62856 10branches/17.x/lib/core/Services/Group/Controller.php [15:26] Tiki-KGB [FIX] groups: The anniversary field on groups isn't actually an integer, but is a partial date string, and needs to preserve leading zeros etc. [15:26] Tiki-KGB Also the int filter was coercing an empty string to zero, which was causing all users to be immediately removed from all groups as if by magic. [15:35] nelsonko joined #tikiwiki [15:38] Tiki-KGB 03jonnybradley r62857 10trunk/lib/core/Services/Group/Controller.php 10trunk * [MRG] Automatic merge, branches/17.x 62854 to 62856 [15:48] RobertIT hello guys/ladies [15:49] jonnyb hi RobertIT [15:49] RobertIT where is default localization of file gallery? [15:49] RobertIT is possible to create folders in shell? [15:49] RobertIT for file gallery? [15:50] jonnyb how do you mean localization? [15:50] RobertIT because i transfering all files from attachments to file gallery but first i need to create folders [15:50] jonnyb the nearest to creating galleries via the shell would be the batch upload feature [15:51] RobertIT and the best way for me is enter to server here i have wiki and then md folders with -p [15:51] jonnyb file galleries aren't folders (or directories) [15:51] jonnyb the just look a bit like them [15:51] RobertIT hmm [15:53] RobertIT so where im putting png files ? [15:54] RobertIT fx i make a directory named test and inside im uploading 1.png [15:54] jonnyb are you storing the files in the database (the default, but not a good option for a lot of files) or on the file system? [15:54] RobertIT where in server i can find it? [15:55] RobertIT for now in database but i want to change to files [15:55] RobertIT because i need to have searching via pdf files [15:55] jonnyb the files wil be in the database then [15:55] RobertIT via text inside pdf files i mean [15:56] jonnyb i think you definitely need them on the file system then [15:56] RobertIT yes [15:56] jonnyb they will be stored where you tell it to, which is why it's not the default [15:56] RobertIT but first i need to prepare tree of directories named the same like wiki->structures [15:57] Jyhem_laptop polom [15:57] RobertIT oh ok [15:57] jonnyb You should be able to find most of what you need here https://doc.tiki.org/File+Gallery [15:57] jonnyb polom Jyhem_laptop [15:58] jonnyb RobertIT: if you prepare all the directories and file as you want them on the server somewhere else (like by ftp or something) you can then import them all as they are and the dirs will get converted into glalleries [15:58] Jyhem_laptop RobertIT: If you store filegalleries files on the filesystem (recommended), they will all end up in the same directory and their filenames will be obfuscated. [15:59] RobertIT ok thx :) ill try [15:59] jonnyb info on batch uload is here https://doc.tiki.org/Batch+Upload (including the shell commands) [16:00] Jyhem_laptop batch upload creates galleries from dirs? I did not know that [16:01] jonnyb yes, we added that in about 14 i think [16:01] jonnyb more help if you do `php console.php help files:batchupload` [16:04] Jyhem_laptop wow, great news [16:04] Jyhem_laptop jonnyb: about your hosting question. Is canada suitable or only US? [16:05] Jyhem_laptop https://www.kimsufi.com/us/en/servers.xml [16:05] jonnyb might be near enough [16:06] jonnyb i suspect the support on kimsufi is pretty minimal, if not non-existant? [16:06] jonnyb but will add it to the list, ta! :) [16:07] Jyhem_laptop Otherwise, if they don't *have* to be on your server, I thought the videos could be on vimeo? [16:07] Jyhem_laptop support is minimal, I think [16:09] Jyhem_laptop For the professional supported offering, they have: https://www.ovh.com/us/dedicated-servers/hosting/ [16:10] Jyhem_laptop still in Canada [16:11] Jyhem_laptop Or this: https://www.soyoustart.com/en/essential-servers/ which I believe is between kimsufi and ovh as support goes [16:11] Jyhem_laptop All 3 from the same company, so Canada still [16:13] jonnyb ovh might be a good option - thanks [16:15] Jyhem_laptop they are all offerings from OVH :-) [16:15] * Jyhem_laptop asking right now if online.net has a datacenter in the US [16:16] Jyhem_laptop no, they don't [16:17] Jyhem_laptop ohhh, you mentioned images, not videos. Amazing! [16:18] jonnyb yup, a lot of photos! [16:19] jonnyb Anyway, i think we have enough options now, OVH looks pretty good, still not expensive but they're ok on support aren't they? (the old tiki community server is/was with them right?) [16:19] jonnyb thanks Jyhem_laptop [16:20] Jyhem_laptop np, happy to help [16:21] Jyhem_laptop the old tiki community was/is with them. The great thing is we never had to use the support !!! :) [16:21] jonnyb so here's another question - we need to customse an RSS feed and this commit looks like it can be done: https://sourceforge.net/p/tikiwiki/code/35006/ [16:21] jonnyb but how? :) [16:25] Jyhem_laptop no clue. It's missing a smarty template :) [16:25] jonnyb ;) [16:31] Tiki|bot Recent Bug: - http://dev.tiki.org/item6358 [16:36] Padlock joined #tikiwiki [16:36] Padlock Polom everyone ! [16:36] isadfa joined #tikiwiki [16:37] Padlock That pain in the A. Padlock has opened a new support request ! :-D [16:39] jonnyb hi Padlock - first one? ;) [16:39] Padlock nope. This one's number 3 [16:41] jonnyb :P [16:44] Padlock I hope i'm not being a little too overwhelming :-/ [16:46] jonnyb not at all, that's what that tracker is there for! [16:50] Tiki-KGB 03drsassafras r62858 10branches/17.x/lib/core/TikiFilter.php [16:50] Tiki-KGB [REF] Tikifilters - better documentation of differences between 'digits' and 'int' [16:54] Tiki-KGB 03drsassafras r62859 10trunk/lib/core/TikiFilter.php 10trunk * [MRG] Automatic merge, branches/17.x 62856 to 62858 [17:52] jonnyb joined #tikiwiki [17:54] Tiki-KGB 03chealer r62860 10trunk/templates/tiki-flaggedrev_approval_header.tpl [17:54] Tiki-KGB [REF] Optimize [17:54] Tiki-KGB [REF] Comments [18:59] Telesight joined #tikiwiki [19:16] Tiki-KGB 03jonnybradley r62861 10branches/17.x/lib/rss/rsslib.php [19:16] Tiki-KGB [FIX] rss: Convert dates to unix format and filter empty ones for \Zend\Feed\Writer\Entry::setDateModified [20:10] Tiki-KGB 03jonnybradley r62862 10branches/17.x/_htaccess [20:10] Tiki-KGB [DOC] rss: Add an example rewrite rule for turning search results into an RSS feed [20:12] Tiki-KGB 03jonnybradley r62863 10branches/17.x/lib/rss/rsslib.php * [FIX] rss: $date not $data (thanks Chealer) [20:35] Jyhem_laptop joined #tikiwiki [20:45] Jyhem_laptop_ joined #tikiwiki [21:12] Tiki-KGB 03jonnybradley r62864 10trunk/lib/rss/rsslib.php 10trunk/_htaccess 10trunk * [MRG] Automatic merge, branches/17.x 62858 to 62863 [22:07] olinuxx joined #tikiwiki [22:30] Tiki-KGB 03chealer r62865 10trunk/lib/wiki-plugins/wikiplugin_wysiwyg.php * [REF] Clarify [23:53] isadfa joined #tikiwiki