fabricius: joined #tikiwiki Tiki|bot: joined #tikiwiki MagicFab_: joined #tikiwiki
joined #tikiwiki sipherdee: joined #tikiwiki Tiki|bot: joined #tikiwiki arildb_: joined #tikiwiki fabricius1: joined #tikiwiki Tiki|bot: joined #tikiwiki TomJarvis: joined #tikiwiki Tiki-KGB: 03lindonb r49980 10trunk/doc/devtools/satis.json * tablesorter: add latest version 2.15.2
03lindonb r49981 10trunk/lib/ 10wiki-plugins/wikiplugin_fancytable.php 03core/Table/Check.php 10core/Table/Factory.php 10wiki-plugins/wikiplugin_trackerlist.php
[REF]: tablesorter: standardize the checking of preferences needed for tablesorter PenguinMan98: joined #tikiwiki
Well, thanks to all your help in here a little miracle came to pass
I got tiki 12 installed and configured and my site operational exactly 4 hours before my home computer fried crispy unrecoverable. Tiki-KGB: 03lindonb r49982 10trunk/ 10(12 files in 5 dirs)
[REF] tablesorter: Organize table settings by column to minimize duplication; rename table settings file to more closely match the source file name; other minor changes PenguinMan98: So now we're running on the remote server and all is well
There were a few migration quirks though
Even though the site seems to be working correctly, I get this error message whenever I save anything: Search index could not be updated. The site is misconfigured. Contact an administrator. File 'temp/unified-index/segments_g5g' is not readable.
googling the error has produced some information but no solid leads yet
heh
I found myself asking about this same thing happening in tiki 10 after deleting the temp directory
http://irc.tiki.org/irclogger_log/tikiwiki?date=2013-07-05,Fri
Let's see if my own workaround works around it again
OK. that got rid of the missing file error
but it still says the search index can't be updated
https://dev.tiki.org/item4115
But I am on tiki 12
I turned off the basic mysql full text search then enabled the unified index. Below I found a pulldown for the engine. Lucerne was selected. I changed it to mysql full-text and saved
Then when I edited and saved a page, the error changed to 'CLICK HERE TO REBUILD INDEX'
I clicked there and it took my to the admin-search.php again and threw the same error
So I clicked it again
Then it happily told me it had built the index
Now all is well TomJarvis: PenguinMan98: I'm glad you got it workin. Tiki|bot: joined #tikiwiki PenguinMan98: <3 Tiki-KGB: 03lindonb r49983 10trunk/ 10composer.json 10composer.lock * tablesorter: add latest version 2.15.2
03lindonb r49984 10trunk/ 10composer.json 10composer.lock * tablesorter: revert back to version 2.14.4 - need to get 2.15.2 working first Tiki|bot: Recent Bug: - Photo EXIF Orientation Hanlding - http://dev.tiki.org/item5147 PenguinMan98: kk. Now that I'm on 12, I have every intention of tearing this program apart and bending it to my whim
Your forum software? I'm going to make it beg for mercy
hehe
I didn't heavily mod the 10 because I knew it would be a PITA to upgrade later to 12
But now all bets are off. TomJarvis: PenguinMan98: You better hurry, 13 will be here in June. http://tiki.org/tiki-view_forum_thread.php?comments_parentId=51266 PenguinMan98: Naw. No more upgrades for me. I'm going to lock in on this version and run with it
That's one thing I learned in the industry is that it's not worth the effort building your site around a 3rd party program and dealing with its frustrations for the purpose of keeping it clean for 'upgrades'
The better path is to pick a version, lock in. Make it sing your tune.
Then you are in control of the upgrades TomJarvis: 12 is LTS PenguinMan98: Hence why I picked 12
For any part I don't change, I'll have years of support with it
And who knows but that you all will want me to share my changes to the forums TomJarvis: With commit access, you could share your improvements PenguinMan98: My users love forum play but haven't used mine because tiki's forums are 'too clunky and weird'
I told one just today to make a forum post and they came back to me asking me what the 'edit' field was for. I had to double check and it seems that the field for the main body of the forum post is labeled 'Edit'
wtf?
Even I haven't been able to figure out how to make polls work
and the security for the sign-up system just fails. I'm going to try re-captcha.
If that doesn't work, I'll write my own TomJarvis: PenguinMan98: You might be interested in this from a couple of days ago: http://irc.tiki.org/irclogger_log/tikiwiki?date=2014-02-17,Mon&sel=106#l102 PenguinMan98: sweet
I wrote a single page using the Tiki templating system. After the dust settled
all the tiki pages work, and all of my pages work
But that one I wrote into the tiki template does not
I honestly have no idea where to even start so I'm going to be reviewing the steps for creating such a page
Does Tiki have some kind of registry of pages that it comes with? TomJarvis: PenguinMan98: ??? It only comes with HomePage in the wiki PenguinMan98: No, I mean files. like tiki-calendar.php TomJarvis: You didn't read them all as they uploaded, or then later as they deleted, the other day? PenguinMan98: See what I've noticed is, if I copy a public file and rename it and then copy the corresponding template/ and rename it the same, the resulting page does not work.
So I'm asking if tiki somehow somewhere knows what files are valid or not
Oh, well of course it would work that time TomJarvis: One of the reasons you run setup.sh is to set the files user and group, if those are not correct, the browser may not be able to read them. PenguinMan98: so you think the reason is that the permissions on that file are wrong
let me check your theory
Nope. It has the same owner and permission settings as the other files
http://screencast.com/t/PyU7wp1X6Ivf TomJarvis: What are you trying to load that page with? PenguinMan98: load with? I'm just trying to call it
mlpnwrp.com/chatLog.php TomJarvis: from your shell try: php -f chatLog.php PenguinMan98: how do you register the php so I don't have to give a full path each time? TomJarvis: Sorry, cd to the folder containing chatLog.php and try that. PenguinMan98: No, I mean I need to find where the blasted php.exe is TomJarvis: enter: which php PenguinMan98: how useful TomJarvis: To see your PATH: echo $PATH
Or enter: env PenguinMan98: http://screencast.com/t/sar2ULyNWxeV TomJarvis: So, you may have a coding problem in your php program. PenguinMan98: well, it worked before the move TomJarvis: Have you looked at the code to make sure it uploaded correctly? PenguinMan98: 4 hours after I uploaded the last bits to the new server, the HDD on my home PC fried crispy unrecoverable
So what I've got is what I've got
every other page on the site works TomJarvis: No backups? Which brings up: Do you make off site backups of your new VPS, or does A2 do that? PenguinMan98: It's my responsibility. I can pay a little extra per month for that if I wish
But I think I'll back it up myself on my new HDD that should come tomorrow
Yeah, I'm pretty fail that way
I can't afford fancy backup solutions. I can barely afford food
the only reason I'm hosted is because I solicited donations from my users TomJarvis: Get an Amazon S3 account and install S3Tools on your VPS. S3 backup is cheap. PenguinMan98: I'll look into that, thanks! TomJarvis: I back up over 20 domains to S3 each night and keep the backups over a week, and it is usually around $3 per month. PenguinMan98: oddball question but do you suppose it was running the server on my home pc that taxed the drive enough to fail after only 14 months of life? TomJarvis: Sorry, no idea. -: PenguinMan98 nods. didn't think so PenguinMan98: But that's the shortest life of a HDD I've ever experienced TomJarvis: I am shutting down now.
Bye. PenguinMan98: k! nn
thanks for all
fixed it. It was my fault. name collision from another feature I deployed last week
I just didn't know it was down before the move
nn xavi: joined #tikiwiki
joined #tikiwiki redflo: joined #tikiwiki Telesight: joined #tikiwiki Tiki|bot: Recent Bug: - WikiPlugin Slideshow to customize Wiki Slideshow (jQuery.S5) useless - http://dev.tiki.org/item5148 Tiki-KGB: 03gezzzan r49985 10trunk/ 10composer.json 10composer.lock * [MOD] adding bootstrap v3.1.1 ricks99: joined #tikiwiki luciash: plomplom Tiki|bot: joined #tikiwiki luciash: what happens with .t.o sites ???
i get cannot connect to database or tiki installer screens instead of doc.t.o, tv., branding., etc.
weird
doc. seems back rodrigoprimo: joined #tikiwiki ricks99: hi luciash. t.o sites working for me
left #tikiwiki Tiki-KGB: 03lphuberdeau r49986 10trunk/ 10templates/goal/edit_reward.tpl 10lib/core/Services/Goal/Controller.php 10lib/goal/goallib.php * [ENH] Preference check on credit reward, list available credit types
03xavidp r49987 10branches/12.x/templates/wizard/admin_community.tpl
[FIX]Remove feature friends (unmaintained for long and feature with non-clear future) and replace it with the checkbox to allow enabling share and social_networks. Also add settings expected in production environments (based on feedback with tiki site admins) to handle Real Name preferences, and Contact us feature.
03xavidp r49988 10branches/12.x/templates/wizard/admin_community.tpl * [FIX]Add missing icons (consistency) dabright: joined #tikiwiki Tiki-KGB: 03xavidp r49989 10branches/12.x/templates/wizard/admin_community.tpl
[FIX]Display consistency: icons inside fieldsets shown at 32px width, and make them fit in the first line without changing layout of other options. jonnyb: joined #tikiwiki
polompompom Tiki-KGB: 03xavidp r49990 10trunk/templates/wizard/admin_community.tpl 10trunk * [MRG] Automatic merge, branches/12.x 49975 to 49989
03jonnybradley r49991 10branches/12.x/ 10templates/list_file_gallery.tpl 10tiki-list_file_gallery.php
[FIX] filegals: Use object or category perms to decide if users can move files or galleries around, rather than only global perms (thanks eromneg) luciash: pompom jonnyb jonnyb: hi luciash Tiki-KGB: 03jonnybradley r49992 10branches/12.x/templates/structures_toc-leaf.tpl
[FIX] structures: Revert r49960 as structure admin can be used in the {toc} plugin also, so hard-coding the links to tiki-edit_structure is no good
03jonnybradley r49993 10branches/12.x/lib/smarty_tiki/function.query.php
[FIX] ajax: Generic fix for {query} and related smarty functions not to create links to tiki-ajax_services.php but use the HTTP_REFERER instead arildb: Can I integrate a module in a top level page, e.g. tiki-mycustomfile.php? lphuberdeau: please explain a bit more... and specify the version ;) arildb: Hi lphuberdeau. Using Tiki 12 and have made some custom toplevel files. I need to use a tiki module in the top level page. I assume the .tpl file must be updated. Would the syntax be something like {module...}? lphuberdeau: yes, you can do it from the template
{module name=name ... parameters ...} arildb: ok, thanks lphuberdeau: alternatively, you can call it from PHP TikiLib::lib('module')->execute_module($def) arildb: right Tiki-KGB: 03jonnybradley r49994 10(5 files in 4 dirs)
[MRG] Automatic merge, branches/12.x 49989 to 49993
Conflict in list_file_gallery.tpl resolved manually (overflow-y:hidden breaks chosen menus) Tiki|bot: joined #tikiwiki
New Forum Posts: LDAP Tabs Missing? - http://tiki.org/tiki-view_forum_thread.php?forumId=17&comments_parentId=51275 Tiki-KGB: 03jonnybradley r49995 10branches/12.x/templates/structures_toc-leaf.tpl * [FIX] structures: Remove redundant (and faulty) href from structure nodes Tiki|bot: New Forum Posts: How to block external acess? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51272
New Forum Posts: Spreadsheet Tutorial? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51277 Tiki-KGB: 03luciash r49996 10trunk/tiki-slideshow.php
[FIX] Slideshow: make the jQuery UI themes work again - modal has to be changed to tikiModal to prevent conflict with Bootstrap modal function -: luciash thought there was no module smarty block and used {wikiplugin _name=module module=...} in the past Tiki-KGB: 03lphuberdeau r49997 10trunk/ 10lib/smarty_tiki/function.object_selector.php 10lib/jquery_tiki/tiki-jquery.js 10templates/object_selector.tpl * [ENH] Make sure the object_selector selects the current value when provided
03jonnybradley r49998 10branches/12.x/ 10lib/structures/structlib.php 10templates/structures_toc-leaf.tpl
[FIX] structures: Fixes for {toc} plugin in type=admin mode when in a wiki page: hide add, move & delete icon buttons (as they don't work here), and fix parent_id confusion when not at the top of the structure
03lphuberdeau r49999 10trunk/ 10(7 files in 7 dirs) * [MOD] Adding support for one-time badges as a reward lphuberdeau: commit 50k is up for grabs Tiki-KGB: 03jonnybradley r50000 10trunk/lib/structures/structlib.php 10trunk 10trunk/templates/structures_toc-leaf.tpl * [MRG] Automatic merge, branches/12.x 49993 to 49998 fabricius: joined #tikiwiki luciash: coolio :) -: luciash congrats jonny for commit 50k jonnyb: coo, hadn't spotted that - thanks luciash! :) Tiki|bot: New Forum Posts: Spreadsheet Tutorial? - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51277
New Forum Posts: LDAP Tabs Missing? - https://tiki.org/tiki-view_forum_thread.php?forumId=17&comments_parentId=51275
New Forum Posts: How to block external acess? - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51272
New Forum Posts: Spreadsheet Tutorial? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51277
New Forum Posts: LDAP Tabs Missing? - http://tiki.org/tiki-view_forum_thread.php?forumId=17&comments_parentId=51275
New Forum Posts: How to block external acess? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51272 Tiki-KGB: 03lphuberdeau r50001 10branches/12.x/ 10lib/core/Tiki/Profile.php 10lib/prefslib.php 10lib/prefs/global.php
[MOD] Adding :preference_name$ syntax to expand values into profiles at object creation, only applies to public preferences (whitelist) arildb: jonnyb: you got commit #50000! jonnyb: is there a prize? ;) arildb: should be jonnyb: :D
so decimalist though arildb: :) Tiki-KGB: 03jonnybradley r50002 10branches/12.x/ 10modules/mod-func-cart.php 10lib/payment/cartlib.js
[FIX] cart: Make update button work in ajax mode and fire complete event when done
03lphuberdeau r50003 10(6 files in 6 dirs) * [MRG] Automatic merge, branches/12.x 49998 to 50002 marclaporte: joined #tikiwiki luciash: marclaporte: polom
assigned a bug to robertplummer even when he didn't volunteer to solve it as he is the one behind http://code.google.com/p/jquerys5/people/list - needs to be fixed there. is that correct ?
http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=5148 Tiki-KGB: 03lphuberdeau r50004 10trunk/ 10templates/goal/show.tpl 10lib/core/Services/Goal/Controller.php 10lib/goal/goallib.php * [ENH] Display rewards below progress bars marclaporte: joined #tikiwiki jonnyb: luciash: wish5148 looks reasonable, maybe Robert will be along later luciash: jonnyb: ok, thx for feedback marclaporte: joined #tikiwiki
joined #tikiwiki Tiki-KGB: 03lphuberdeau r50005 10trunk/ 03templates/medialist.tpl 10lib/core/Search/Formatter/Builder.php
[NEW] Introducing the medialist template for PluginList, allowing to display in bootstrap media-list format marclaporte: joined #tikiwiki fabricius: joined #tikiwiki Tiki-KGB: 03xavidp r50006 10branches/12.x/ 10(5 files in 4 dirs)
[FIX]Display detailed results more compact in one line in most cases (title in two lines) without percentage by default (horizontal bar below already are visual indicators or percentage), and add a preference to provide explicit percentage also in the results. Fix labels in the forum thread list columns indicating what are those numbers shown below in their respective columns.
03xavidp r50007 10(6 files in 5 dirs) * [MRG] Automatic merge, branches/12.x 50002 to 50006 TomJarvis: joined #tikiwiki Tiki|bot: Recent Bug: - Sorting by points in forum threads produces mysql error - http://dev.tiki.org/item5149 Tiki-KGB: 03xavidp r50008 10branches/12.x/tiki-admin.php
[FIX]Fix link to 'Rating' in general, and not necessarily to 'Advanced Rating'. And enable the link in the admin panels for more cases related to rating.
03lphuberdeau r50009 10trunk/ 10templates/goal/edit_condition.tpl 03lib/rating/formula/RelationPresent.php 10lib/core/Services/Goal/Controller.php 10lib/goal/goallib.php
[MOD] Adding a condition type to check the presence of badges (for composite goals) crinkle: I'm getting a 404 "The requested URL /tikiwiki/HomePage was not found on this server", I think it might be a problem with apache, thoughts? lphuberdeau: .htaccess not set-up or apache does not have mod_rewrite enabled
or even .htaccess not enabled in apache crinkle: that might be it, i'll investigate marclaporte: joined #tikiwiki crinkle: lphuberdeau: i didn't have the rewrite mod enabled, thanks for the help!
left #tikiwiki Marie_: joined #tikiwiki RobertPlummer: joined #tikiwiki
lukeg1: Were you ever able to get rangy working with the Phraser? Tiki-KGB: 03xavidp r50010 10branches/12.x/templates/admin/include_rating.tpl
[FIX]Usability fix: Move advanced rating to the bottom of the page, so that the admin can see the extra fieldset with its own form shown when advanced ratnig is enabled. robertplummer_: joined #tikiwiki mendax: joined #tikiwiki
so what do we do in here?
ping Tiki|bot: joined #tikiwiki
New Forum Posts: How do you embed a Mathematica CDF in a Tikiwiki blog post? - http://tiki.org/tiki-view_forum_thread.php?forumId=2&comments_parentId=51281 mendax: what is tikiwiki robertplummer_: mendax: tiki.org xavi: left #tikiwiki mendax: guys i know we are in tiki but i need your help Tiki-KGB: 03xavidp r50011 10branches/12.x/ 03img/icons/large/stock_select-color_new.png 10templates/modules/mod-since_last_visit_new.tpl
[FIX]Add icon for Image Galleries and Images from Image Galleries in the since_last_visit_new module in jquery mode, since it was missing as shown in tiki.org community site (image galleries are being used still there, as an example).
03xavidp r50012 10(5 files in 5 dirs) * [MRG] Automatic merge, branches/12.x 50006 to 50011 arildb: mendax: "what is tikiwiki" is probably a too broad question. Try to be more specific. Then it may be easier toget an answer lukeg1: RobertPlummer: Yes, rangy is working with the Phraser, sorry for the delay on reply. Tiki|bot: joined #tikiwiki
New Forum Posts: wikiLingo + tiki demo - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51285 Tiki-KGB: 03nkoth r50013 10trunk/ 10lib/wiki-plugins/wikiplugin_tracker.php 10lib/wiki-plugins/wikiplugin_trackerlist.php 10templates/tracker_pretty_item.tpl 10lib/trackers/trackerlib.php * [ENH] Allow permName of tracker fields to be used in pretty tracker templates