Tiki-KGB: tikiwiki [bp/r46398,r46399][NEW] Added new tab "Tools" in the admin search panel
tikiwiki [NEW] Added search for string in all text columns, in all tables. Search is limited to admins
tikiwiki [NEW] Add viewing of table data for report_string_in_db search tool
tikiwiki 03arildb r46617 10trunk/ 10tiki-report_string_in_db.php 10templates/tiki-report_string_in_db.tpl
tikiwiki Add Id property
tikiwiki 03arildb r46618 10trunk/ 10(11 files in 5 dirs)
tikiwiki Add missing SVN id keyword surfhai: joined #tikiwiki Jyhem_laptop: joined #tikiwiki marclaporte: joined #tikiwiki arildb: I am fixing up the SVN Id keyword settings. I see that tiki-edit_docs.tpl has the keyword svn:executable = * Should that be there? Tiki-KGB: tikiwiki 03arildb r46619 10branches/11.x/ 10(16 files in 10 dirs)
tikiwiki Add missing SVN id keyword marclaporte: arildb: I doubt it
it should be like other files Tiki-KGB: tikiwiki 03arildb r46620 10branches/11.x/templates/modules/mod-twitter.tpl
tikiwiki Add missing SVN id keyword arildb: should I remove it?
I don't know what this keyword means/does, but it sounds wrong on a .tpl file Tiki-KGB: tikiwiki 03arildb r46621 10branches/11.x/templates/tiki-edit_docs.tpl
tikiwiki Removed svn:executable keyword
tikiwiki 03arildb r46622 10trunk/templates/tiki-edit_docs.tpl
tikiwiki Removed svn:executable keyword
tikiwiki Added svn:id keyword arildb: Can somebody please check what $_SERVER['HTTPS'] is set to on Apache, when SSL is activated? I don't have an installation to check
on ? refizul: I installed a Tiki 9.5 and it tells me in tiki-admin.php : A new version of Tiki, 9.4, is available. You are currently running 9.5. Please visit tiki.org/Download. arildb: refizul: I don't think that part is working as it should refizul: arildb: $_SERVER['HTTPS'] = on arildb: refizul: thanks Tiki|bot: New Forum Posts: Does anyone have any experience setting up Vagrant? (or can find time to figure it out?) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=47929 Tiki-KGB: tikiwiki 03arildb r46623 10trunk/tiki_tests/tikitestslib.php
tikiwiki [FIX] IIS report $_SERVER['HTTPS'] = off, when no SSL is there. Apache (and others?) report no value. Tiki|bot: New Forum Posts: How can users email all other users? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=47930 dabright: joined #tikiwiki Tiki|bot: New Forum Posts: jcapture applet.php - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=47931 dabright: joined #tikiwiki refizul: Tiki 9.5 tiki-list_file_gallery.php : System error. Unknown column 'tab.1' in 'order clause'
SQL query ends with: [...] as tab ORDER BY `isgal` desc, tab.1 arildb: refizul: There is a fix for that in SVN refizul: hm - I cannot use a newer version, because I need email in the forum
is it difficult to backport?
the bug seems not to be there in Tiki 9.4 arildb: refizul: Stil Tiki 9. The fix was just done after the release refizul: but I do not get this error in a 9.4 on same server arildb_: joined #tikiwiki refizul: workaround: Preference feature file galleries disabled arildb_: good one refizul: I could install 9.4 but I already did three installations in last 30 hours arildb: refizul: Do you have write access to the server? refizul: yes, root shell arildb: refizul: Here the fix is described. You can update the file yourself. http://sourceforge.net/p/tikiwiki/code/46575
I see that's the link to the fix in trunk. So, the line numbers may be off
same change though refizul: lib/filegals/filegallib.php - ORDER BY RAND arildb: That's a comment refizul: yes - but it is not there
a similar line is: if ( $orderby != '' ) $orderby = 'tab.'.$orderby; arildb: Tou need to replace the line - if ($orderby != 'RAND()' && $orderby != '') $orderby = 'tab.'.$orderby; refizul: I suppose I can change this one, eh? arildb: with the lines starting with '+' below refizul: there is no line with RAND()
must be an lder version
older arildb: ok, maybe that has been added later
this is the trunk version refizul: but the one above looks like the right one
I'll replace it arildb: ah..the fix in Tiki 9 is a bit different: http://sourceforge.net/p/tikiwiki/code/46608. Still the other one should also work. refizul: it seems to work arildb: :-) refizul: ...a sourceforge letter from the patchman... goj_killedByISP: joined #tikiwiki refizul: arildb: thx, that'll save me a few hours ... *dance* arildb: he he marclaporte: joined #tikiwiki dabright: joined #tikiwiki arildb_: joined #tikiwiki marclaporte1: joined #tikiwiki SkiNut1: joined #tikiwiki luciash_: joined #tikiwiki rinnan1: joined #tikiwiki Ludo-: joined #tikiwiki PenguinMan98: joined #tikiwiki
I don't suppose any of you know how to set up a mailserver eliasp: joined #tikiwiki Sp4rKy: joined #tikiwiki Tiki-KGB: tikiwiki 03marclaporte r46624 10branches/11.x/ 10templates/admin/include_features.tpl 10templates/admin/include_search.tpl 10lib/prefs/feature.php
tikiwiki As per discussion at http://thread.gmane.org/gmane.comp.cms.tiki.devel/29609 and http://tiki.org/Profiles+Team, to have more robust default settings, changing the default from Unified Search to MySQL Full Text Search, which AFAIK, never has any issues, even on shared hosting. Also, improving the documentation and putting Unified Search as an advanced feature. Labelling
tikiwikiMySQL Full Text Search as Basic Search and Unified Search as Advanced Search
tikiwiki 03marclaporte r46625 10branches/ 1010.x/templates/admin/include_search.tpl 1010.x/templates/admin/include_features.tpl 1010.x/lib/prefs/feature.php
tikiwiki Making 10.x search interface be like in 11.x (not an exact backport of r46624) As per discussion at http://thread.gmane.org/gmane.comp.cms.tiki.devel/29609 and http://tiki.org/Profiles+Team, to have more robust default settings, changing the default from Unified Search to MySQL Full Text Search, which AFAIK, never has any issues, even on shared hosting. Also, improving
tikiwikithe documentation and putting Unified Search as an advanced feature. Labelling MySQL Full Text Search as Basic Search and Unified Search as Advanced Search
tikiwiki 03marclaporte r46626 10branches/9.x/ 10lib/prefs/feature.php 10templates/admin/include_features.tpl 10templates/admin/include_search.tpl
tikiwiki Making 9.x LTS search interface be like in 10.x and 11.x (not an exact backport of r46624) As per discussion at http://thread.gmane.org/gmane.comp.cms.tiki.devel/29609 and http://tiki.org/Profiles+Team, to have more robust default settings, changing the default from Unified Search to MySQL Full Text Search, which AFAIK, never has any issues, even on shared hosting. Also
tikiwiki, improving the documentation and putting Unified Search as an advanced feature. Labelling MySQL Full Text Search as Basic Search and Unified Search as Advanced Search marclaporte: joined #tikiwiki luciash_: PenguinMan98: google.com > Howto setup mailserver <yourOS> PenguinMan98: Yeah, been going through that for a while luciash: :) PenguinMan98: still doesn't work luciash: :( PenguinMan98: It's asking for a database
I have no idea what it means luciash: otherwise I would recommend to use SMTP instead
should be fairly easy with gmail SMTP (if you have one gmail address) -: luciash guessing it is meant for Tiki arildb: joined #tikiwiki -: PenguinMan98 shrugs PenguinMan98: I downloaded a windows smtp server but it won't run asking for a database arildb_: joined #tikiwiki redflo: joined #tikiwiki luciash: PenguinMan98: if you have e-mail address provider with SMTP, you do not need install SMTP. just use that SMTP what you use for sending your e-mails...
PenguinMan98: iow you do not need to install anything jonnyb: joined #tikiwiki arildb: joined #tikiwiki Tiki-KGB: tikiwiki 03arildb r46627 10branches/11.x/ 10templates/admin/include_search.tpl 04tiki-report_string_in_db.php 04templates/tiki-report_string_in_db.tpl
tikiwiki [ROLLBACK/r46616] No NEW commits in this branch
tikiwiki [bp/r46398,r46399][NEW] Added new tab "Tools" in the admin search panel
tikiwiki [NEW] Added search for string in all text columns, in all tables. Search is limited to admins
tikiwiki [NEW] Add viewing of table data for report_string_in_db search tool dabright: joined #tikiwiki Tiki|bot: joined #tikiwiki goj_killedByISP: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki Tiki|bot: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki rodrigoprimo: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki LaurentN: joined #tikiwiki dabright: joined #tikiwiki LaurentN: Hi. Is it possible to use trackers in a blog? as a kind of template? dabright1: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki
joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki
joined #tikiwiki dhazel: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki arildb: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki
joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki
joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki surfhai: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki Jyhem_laptop: joined #tikiwiki dabright: joined #tikiwiki marclaporte: joined #tikiwiki surfhai1: joined #tikiwiki dabright: joined #tikiwiki Tiki-KGB: tikiwiki 03marclaporte r46628 03branches/10.x/installer/schema/20130314_keep_search_pref_settings_tiki.php
tikiwiki [bp/r46392] [FIX] upgrade: Check the prefs in the database for feature_search setting and set both search prefs if it's 'y' or empty (which was the default prior to r45122) to avoid settings being switched around (thanks Geoff) dabright: joined #tikiwiki
joined #tikiwiki fabricius: joined #tikiwiki
joined #tikiwiki
polom dabright: joined #tikiwiki
joined #tikiwiki Telesight: joined #tikiwiki dabright: joined #tikiwiki rodrigoprimo: left #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki rodrigoprimo: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki dabright: joined #tikiwiki dabright1: joined #tikiwiki TomJarvis: joined #tikiwiki dabright: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki Tiki-KGB: tikiwiki 03jonnybradley r46629 03branches/11.x/installer/schema/20130410_keep_wysiwyg_htmltowiki_setting_tiki.php
tikiwiki [FIX] wysiwyg: Maintain wysiwyg_htmltowiki setting if using previous default (n = html) as default changed to y in 11.x - thanks Geoff dabright1: joined #tikiwiki Tiki-KGB: tikiwiki 03jonnybradley r46630 10(17 files in 12 dirs)
tikiwiki [MRG] Automatic merge, branches/11.x 46596 to 46629
tikiwiki 03jonnybradley r46631 10trunk
tikiwiki [SVN] ignore npmjs (node package manager) modules dir (used for rebuilding elFinder in situ)
tikiwiki 03arildb r46632 10trunk/ 10(5 files in 3 dirs)
tikiwiki [MOD] Changes that should allow fulltext search in InnoDB, for MySQL 5.6 or higher.
tikiwiki Installer has been changed, so the fulltext image definitions are included, if the engine supports fulltext search.
tikiwiki The fulltext index definitions are placed in a new file.
tikiwiki TikiDb::isMySQLFulltextSearchSupported implements the check used.
tikiwiki Test on MySQL 5.6 is still pending. TomJarvis: joined #tikiwiki arildb: joined #tikiwiki Tiki-KGB: tikiwiki 03arildb r46633 10trunk/db/tiki_fulltext_indexes.sql
tikiwiki Add SVN ID keyword SkiNut: joined #tikiwiki rodrigoprimo1: joined #tikiwiki fabricius1: joined #tikiwiki amette_: joined #tikiwiki arildb: Fulltext search for innodb (using MySQL 5.6 or higher) now works in trunk
or so it seems in my test Tiki|bot: New Forum Posts: Fulltext search for InnoDB integrated in trunk - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=47949 fabricius: joined #tikiwiki marclaporte: joined #tikiwiki dabright: joined #tikiwiki arildb: joined #tikiwiki Tiki|bot: New Forum Posts: Version 10.2-10.3 - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=47952 nkoth|nelson: joined #tikiwiki