***: Caarrie|away is now known as Caarrie|sleeping
fabricius has quit IRC (Ping timeout: 276 seconds)
lindonb has joined #tikiwiki CIA-88: tikiwiki: 03nkoth * r36131 10/trunk/lib/categories/categlib.php: [FIX] If looking for categories under the root category but looking only for top level, should only return top level, not all ***: goj_killedByISP has joined #tikiwiki
goj has quit IRC (Disconnected by services)
goj_killedByISP is now known as goj
nima has quit IRC (Ping timeout: 252 seconds)
nima has joined #tikiwiki
coaboa has joined #tikiwiki
coaboa|afk has quit IRC (Ping timeout: 250 seconds)
Jyhem_laptop has quit IRC (Ping timeout: 260 seconds)
Jyhem_laptop has joined #tikiwiki
Jyhem_laptop has quit IRC (Remote host closed the connection) CIA-88: tikiwiki: 03nkoth * r36132 10/trunk/lib/wiki-plugins/wikiplugin_list.php: [ENH] Allow maxRecords setting on top of offset setting ***: lindonb has left CIA-88: tikiwiki: 03nkoth * r36133 10/trunk/ (2 files in 2 dirs): [NEW] New way to generate custom UI for unified search (still figuring out how to do AJAX pagination properly) but otherwise working, Documentation will follow. ***: nkoth has quit IRC (Quit: nkoth) CIA-88: tikiwiki: 03changi67 * r36134 10/trunk/ (2 files in 2 dirs): Missing Id ***: SJ-Jay has joined #tikiwiki SJ-Jay: polom everyone!
anyone up yet? :P coaboa: polom SJ-Jay: hey coboa! :)
have you noticed a bug in v.7.1 search?
when i search for something with the search box menu.. it works.. but if i search on the tiki-searchresult.php i receive a 404 error "file og directory not found" ***: fabricius_ has joined #tikiwiki
fabricius_ has quit IRC (Client Quit)
fabricius_ has joined #tikiwiki
Merbster has joined #tikiwiki Merbster: Aloha TikiDudes :) ***: Laiat has joined #tikiwiki Laiat: Hello. SJ-Jay: hi Laiat Laiat: How goes? ***: Jyhem_laptop has joined #tikiwiki Laiat: So, um, I have what may be a stupid question, but I've been hunting around the documentation for a while now, and haven't found anything. Anyone about that's willing and able to put up with said question? SJ-Jay: just fire your question! :)
let's see if we can answer hehe
or at least give you a desent answer Laiat: Thanks. Sorry, I was... still hunting. I'm building a site where the forums are the main focus, and I want to make it so a certain number of posts puts a user into a group which has higher permissions.
Is that possible? SJ-Jay: hmm.. well there's a point system in tikiwiki.. but i'm not sure if you can use that.. Laiat: Naw, it's gotta be automatic. They're really lazy people. Eheh. SJ-Jay: just saw something with ranking in the admin page
you might have a look at that Laiat: Okay. I thought the ranking was like a karma thing? SJ-Jay: not sure.. i'm not that into the forum part yet.. Laiat: Ah. Well, thanks for giving me a new direction! ***: Jyhem_laptop has quit IRC (Read error: Operation timed out) SJ-Jay: np.. next time just fire your question.. peps in this channel are really helpful and friendly! :) changi|away: SJ-Jay: tiki-searchresults.php and not tiki-searchresult.php
SJ-Jay: but you should'nt use MySQL Fulltext search. Unified search is better SJ-Jay: hey changi.. 2 secs i'll check :)
sorry typo.. ofc it's tiki-searchresults.php
it looks like both are activated.. unified and legacy Laiat: I'm off to bed, it now being almost 6 am. Thanks, man. SJ-Jay: hehe g'night! ;9
;) Laiat: Take care. ***: Laiat has quit IRC (Quit: Page closed) SJ-Jay: do i have to configure unified search or is it enough just to activate it?
changi|away do i have to configure unified search or is it enough just to activate it? ***: fabricius_ has quit IRC (Ping timeout: 240 seconds)
Caarrie|sleeping is now known as Caarrie|away CIA-88: tikiwiki: 03sylvieg * r36135 10/branches/7.x/templates/trackerinput/statictext.tpl: [FIX]tracker: do not escape static text when parsed sylvieg: SJ-Jay: you need at least to run an indexation ;-) SJ-Jay: yeah i know now :D
searchbox is not working with lucene coaboa: found that too, sadly. Just gives an empty result. Auto complete works and index said it succesfully indexed 1 page (clean install) something I miss?
btw: Tiki - Trunk - Admin - Features - Gloabal Feature - Main Feature (Tab): Every feature has a line "Settings ---List --- Permissions" beneath it. Merbster: Is it possible to style the Unified Search results? ***: Jyhem_laptop has joined #tikiwiki sylvieg: there were bugs with the search box with the parameters not set correctly ... perhaps it is still bugged
Merbster: templates/searchresults-plain.tpl .. perhaps this one Merbster: sylvieg, so the theme for the search results of the lucene search has to be specified as a parameter to the plugin? sylvieg: do we have a function that truncate an html string? ***: Bernard1 has joined #tikiwiki sylvieg: not sure I understand - therm modification will occur as usual - templates overlaos... theme slector... ***: lindonb has joined #tikiwiki lindonb: sylvieg: did you get php debugging to work on aptana studio 3? from their forums it looks like that feature hasn't been added to version 3 yet, but it's not totally clear sylvieg: lindonb: yes - more or less - I have a strnage bug .. I can see var in the tiki but not in smarty
s/yes/no
I am still on aptana 2 - and it is does not work perfectly - sorry I did not read enough carefully lindonb: ah okay, version 2
yes, i've got php debugging working with version 2
but no tpl debugging sylvieg: lindonb: I will be interested to know if it is my version or a bug in aptana 2.. I try to debug lib/smarty_tiki/block.tabset.php
from tiki-list_object_permissions.php in 7 or trunk lindonb: ok, let me look sylvieg: all the vars in tabset are undefined
.. from internet can be a problem in my xdebug version lindonb: you are debugging remotely? sylvieg: no localhost Merbster: Does tiki do something special with type attributes of objects you serialize/deserialize?
xdebug tells me that a type property of on eof my object is "tiki" when I hover over the attribute, but when I inspect the object it's set correctly. :S
$object->type <- hovering over object gives the correct value for type but hovering over type gives "tiki" CIA-88: tikiwiki: 03sylvieg * r36136 10/branches/7.x/templates/trackerinput/statictext.tpl: [FIX]tracker : better fix to 3615: show always the parsing and do not truncate the html: Do we have a function that truncate html? lindonb: sylvieg: when I first land on the breakpoint in block.tabset.php many of the variables are uninitialized sylvieg: normal.. but after the second time?
they stay uninitialized for me.. lindonb: then the variables are okay for the following 4 times sylvieg: :-( so it is probably because of the version of my xdebug - should go to thte latest and not the latest LTS :-(
thank you so much lindonb lindonb: eg smarty_tabset_name has a value of tabs_list_object_permissions the next time
no problem marclaporte: polom
sylvieg : for XML-import/export: any reason why number of page hits is not part of the XML? sylvieg: no ... because was not needed for my user case -: sylvieg merging and have so strange conflists CIA-88: tikiwiki: 03sylvieg * r36137 10/trunk/ (19 files in 9 dirs):
tikiwiki: [MRG] Automatic merge, branches/7.x 35996 to 36135
tikiwiki: CAREFUL: fr/language.php has not neen merge
tikiwiki: bp 36091 has not been merge back in trunk (conflicted - because indetation change)
tikiwiki: 03sylvieg * r36138 10/branches/7.x/lib/wiki-plugins/wikiplugin_tracker.php: [FIX]TRACKER: do not show description for a static field as it is the content
tikiwiki: 03sylvieg * r36139 10/trunk/ (4 files in 4 dirs): [MRG] Automatic merge, branches/7.x 36135 to 36138 sylvieg: lphuberdeau: around/ Does it make sense to cache the result of the last search - because people search - click on a result - and then come back - for another result? ***: goj has quit IRC (Disconnected by services)
goj_killedByISP has joined #tikiwiki
goj_killedByISP is now known as goj marclaporte: http://tikisuite.org/trunk/tiki-install.php I am getting quite a few Undefined variable and Undefined index : could this be Smarty upgrade? changi|away: marclaporte: oh yes Jyhem_laptop: polom lphuberdeau: sylvieg, yes it would changi|away: lphuberdeau: hi, is it normal that when we search "back" in wikipage it return nothing even if i have backslash backport pages ? marclaporte: changi|away : http://tiki.org/Pre-Dogfood+Server
Jyhem : http://tiki.org/Pre-Dogfood+Server changi|away: marclaporte: the same without trim :) marclaporte: :-) :-) ***: Bernard1 has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki Merbster: Does tikiwiki prevent me calling my own scripts directly ? ***: Bernard1 has quit IRC (Quit: Leaving.) changi|away: Merbster: what do you mean ? lphuberdeau: changi, yes, not the same word/stem changi|away: lphuberdeau: is it possible to use a wildcard ? lphuberdeau: lucene supports it, but it's intentionally prevented from unified search
support in lucene is limited to 3 chars and up from the beginning, and that may not be possible with all search engines ***: Jyhem_laptop has quit IRC (Ping timeout: 246 seconds) SJ-Jay: guys
can i show a module in a menu based on which categori the wiki is in? lphuberdeau: that's in the feature requests, but some work needed to make it efficient, doing it in a non-efficient way is quite easy ***: Merbster has quit IRC (Read error: Connection reset by peer)
Bernard1 has joined #tikiwiki
SJ-Jay has quit IRC ()
Bernard1 has quit IRC (Client Quit)
lphuberdeau has quit IRC (Ping timeout: 264 seconds) marclaporte: SJ-Jay: Google for "Template Tricks"
Tiki should be first result :-)
and click on "Categories used in templates" ***: lphuberdeau has joined #tikiwiki
lindonb has quit IRC (Quit: lindonb)
lindonb has joined #tikiwiki
lindonb has quit IRC (Quit: lindonb)
Bernard1 has joined #tikiwiki
chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki CIA-88: tikiwiki: 03changi67 * r36140 10/trunk/ (53 files in 4 dirs):
tikiwiki: [ENH] Remove unused headtitle
tikiwiki: [FIX] get headtitle in smarty plugin block title working
tikiwiki: [ENH] Remove unnecessary tra ***: nkoth has joined #tikiwiki CIA-88: tikiwiki: 03changi67 * r36141 10/trunk/lang/fr/language.php: [TRA] ***: Bernard1 has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki CIA-88: tikiwiki: 03changi67 * r36142 10/trunk/lang/ (de/language.php fr/language.php): [TRA] get_strings to cleanup Tiki|bot: New Forum Posts: Problem custom modules - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42027 CIA-88: tikiwiki: 03changi67 * r36143 10/trunk/lang/fr/language.php: [TRA] Possible untranslated ? yes they are not :) changi|away: goodnight tiki's ***: coaboa has quit IRC (Ping timeout: 250 seconds)
Bernard1 has quit IRC (Quit: Leaving.) CIA-88: tikiwiki: 03nkoth * r36144 10/branches/7.x/lib/setup/js_detect.php:
tikiwiki: [FIX] Timezone detection from browser not working for GMT+ and GMT- timezones
tikiwiki: because these are not supported by TikiDate as valid. However, Etc/GMT- and
tikiwiki: Etc/GMT+ are. Note that Etc/GMT+ is equivalent to GMT- (that's the way *nix has
tikiwiki: always been with those timezones) ***: lindonb has joined #tikiwiki
lphuberdeau has quit IRC (Ping timeout: 260 seconds)