←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
redflojoined #tikiwiki [00:11]
....... (idle for 34mn)
Tiki|botjoined #tikiwiki [00:45]
marclaportejoined #tikiwiki [00:59]
Tiki-KGB03jonnybradley r46977 10trunk/ 10templates/remarksbox.tpl 10tiki-setup_base.php 10templates/tiki-user_preferences.tpl 10lib/smarty_tiki/block.remarksbox.php
[ENH] remarksbox: Remember which rboxes have been closed by the user and keep them closed (reset button in user preferences)
Thanks for the idea luciash, sorry it took so long! :)
[01:08]
......... (idle for 44mn)
03pascalstjean r46978 03trunk/lib/wiki-plugins/wikiplugin_webdocviewer.php
[NEW] New plugin to allow over 20 file types to be viewed inline using Google Document Viewer
[01:52]
............ (idle for 55mn)
Anzhejoined #tikiwiki [02:47]
Anzhe_mjoined #tikiwiki [02:50]
TomJarvisjoined #tikiwiki [02:52]
Tiki-KGB03pascalstjean r46979 10trunk/lib/wiki-plugins/wikiplugin_webdocviewer.php * [MOD] Removed Print line used during testing [02:56]
...... (idle for 27mn)
goj_killedByISPjoined #tikiwiki [03:23]
..... (idle for 24mn)
Anzheusability question for Tiki Wiki 11 - the Pages section has two tabs, List Wiki Pages & Create a Wiki Page... I find that it "saves state" - the last tab you looked at is the one you'll see next time regardless of your intended action.
In other words, if I List Wiki Pages, and then via the left menu select "Create a Wiki Page", it will take me to Pages and show me the List Wiki Pages screen instead.
This is clearly incorrect.
How do either stop saving state, or override the tab display so that you get the one you intended?
[03:47]
marclaportejoined #tikiwiki
polom
Tiki 11.x rocks
[03:52]
Anzhepolom! [03:53]
marclaporte:-) [03:54]
Anzhemarclaporte: if you have a minute, please check the log to see the question I just posted here [03:54]
marclaportesure
Anzhe: yes, that tab memory is annoying
Expect for turning off tabs, I don't know of a solution or workaround
I vaguely remember when it was introduced
It was to solve the problem of always having to select tab2 or tab3 when you came back
[03:54]
Anzheit makes sense in all context except when you select a link to a specific tab
then it's a complete UI failure
[03:59]
in there a way to get rid of the "Titles" button on the Search module?
I can post a photo if that's not a clear question
[04:06]
marclaporteAnzhe: about tabs memory, can you http://dev.tiki.org/Make+a+wish ? I suggest you record a short screencast: http://doc.tiki.org/Screencast#Demo_of_screencast_and_editing_the_video and then, we'll have a community discussion about to resolve
"Titles" button on the Search module -> Yes, there a bunch of module options.
http://demo.tiki.org/11x/tiki-admin_modules.php?edit_assign=18&cookietab=2 check the tabs here
try show_go_button=n
titles used to be go I think :-)
[04:09]
Anzhethere is Titles and Go :-)
but only the Go button has a appearance config option
wait what
that worked
ok hold on!
someone oughta file a bug report
"Show Go Button" toggles the "Titles" button? that's how you give new users headaches! ;-)
marclaporte: do you know how often the Lucene index is updated?
[04:15]
marclaporteOn your Tiki site or in general? [04:23]
Anzhethe default setting
I just turned the search on for our site and forced an index update
but I'm curious how/when it updates itself
for example, a cron queue that is tapped with each page edit...
[04:25]
marclaporteSo not all operations are handled by incremental updates. Thus, you need to have a daily cron for a full rebuild.
ex.: when you rename a page, the old page stays in the index and when you click on it, you get an error
"Show Go Button" toggles the "Titles" button -> instead of a bug report, what do you say that I teach you to commit a fix for this?
basically, learning to commit and changing a text label
This will be useful as well when you want to commit translations
[04:27]
Anzhethat would be very kind of you. if you've got time now I've got time, or we can schedule a mentoring session for another date/time? [04:31]
.... (idle for 19mn)
marclaportejoined #tikiwiki
so...
[04:50]
Anzhedid you not receive my last message?
marclaporte: that would be very kind of you. if you've got time now I've got time, or we can schedule a mentoring session for another date/time?
[04:51]
marclaporteLet's start now
and see how far we get :-)
[04:52]
Anzheok [04:52]
marclaporte1st thing, you fix locally [04:52]
Anzhelog it all here or switch to direct messaging? [04:52]
marclaportethen, after, you learn to commit
log all here, for others to learn as well
So, there is inconsistent label. Which one to keep, which one to change?
[04:52]
Anzheclearly we keep the button, because the functionality is a Title search
Go means nothing in particular
[04:53]
marclaporteSo what exact text do you want to change, and from what to what? [04:55]
Anzheok, on the Search module preferences (having already added it to a page region), under the Module tab, there is an option called "Show Go Button"
below the input also has the text "Show go to page button. Default: "y" (do show go button)"
[04:56]
marclaporteok, perfect [04:56]
Anzheall instances of "go" should be changed to "Titles"
(I'm being exceedingly loquacious for posterity's sake)
[04:56]
marclaporteSo, now, you need to grep (search through all) the code to see if it's a unique use
So you don't break something else by making this better. Seems unlikely, but just to be sure
[04:57]
Anzheone moment, my IDE is still indexing the Tiki11 local install [04:57]
marclaporteSo most text strings are in the templates directory [04:58]
AnzheI assume you do active development, just out of curiousity which IDE do you use? [04:58]
marclaporteI usually commit from the server, no IDE
I just SSH to Linux server, change code, and commit from there
[04:59]
Anzheyou write PHP without an IDE?
are you a wizard?
[04:59]
marclaporteA lot of people here like PHP Storm [05:00]
Anzhethat's what I've used for a couple of years as well [05:00]
marclaporteI don't do tricky stuff [05:00]
Anzhestarted with NetBeans but it just ran like... a non-runner
ok, I found 9 instances of "do show go button" in my T11 vanilla install
one is in the modules folder, the rest are localization strings
in the lang folders
mod-func-search.php line 58 has it
[05:00]
marclaporteok, so there is where you need to modify it [05:02]
Anzheyep [05:02]
marclaporteIt will break all the translations, and then you need to decide if that is a good thing or bad thing
Should translations be invalidated? If Yes, you have nothing else to do (but commit)
[05:03]
AnzheI guess that depends if the translations are obsolete as well
the UK Eng and FR are obviously wrong
so I think they should be invalidated
question
the array itself is misnamed
line 56
'show_go_button'
this array has 6 usages in mod-func-search.php and one in mod-search.tpl
it should be renamed to 'show_titles_button'
shall I go ahead and update all instances in the single commit?
[05:04]
marclaporteFor the record, if they should not be invlidated, then, there should be a search & replace to change the original string -> http://dev.tiki.org/mass+spelling+correction
yes, you should commit all this in one commit since it's all related
[05:07]
Anzhelemme go ahead and make those edits then, one moment [05:08]
marclaporteBut if you change the variable name, it could get more tricky
So you can be lazy/safe and keep variable name and just change labels
[05:08]
Anzheit's a key within the 'params' array
rather than an independent variable, so I think changing it fully is low-risk
[05:08]
marclaporteWhat about existing sites that are using it under that name? [05:09]
AnzheI don't follow
the commit would not impact existing sites
[05:09]
marclaporteIf someone has a wiki page in which he calls that module with show_go_button=n as a param, what will happen? [05:10]
Anzhenothing, or it'll throw an error for array key not found [05:11]
marclaporteSo they could have a change of behavior, no? [05:11]
Anzheindeed, but clearly calling an apple "potato" for legacy's sake is also not ideal
so I would defer to the developer guidelines
which are...? :-)
[05:11]
marclaportehehe [05:12]
Anzheactually no
first I would find the person who changed "Go" to "Titles" and slap them with a trout
THEN I could consult the developer guidelines
[05:12]
marclaportehahahahhahaha
The general guideline is to do what you think is best for Tiki
[05:12]
Anzheit was you, wasn't it? and now you're making me clean up your mess under the guise of a learning exercise!
Anzhe looks askance at marc
[05:13]
marclaporte:-) :-) :-)
Next lesson will be on svn blame :-)
[05:13]
Anzhecommit comment rage? ;-) [05:13]
marclaporteI suggest you commit to trunk since there could be a change in behavior and it will be your first commit [05:14]
Anzhewhere is TW's code hosted?
I haven't read up on the dev side of things at all
my apologies
[05:14]
marclaporteand gives others the chance to give feedback. And, if all good, you can backport to 11.x
https://sourceforge.net/p/tikiwiki/code/HEAD/tree/trunk/
See http://dev.tiki.org/Commit+Code
What is your SourceForge username?
[05:15]
Anzheok if we're gonna be using soureforge I need to drop offline for a moment and turn on my VPN
SF is blocked in China >_>
[05:15]
marclaporteok [05:15]
Anzheand I'll also make a new SF username
back in 5 minutes I guess
joined #tikiwiki
Anzhe waves at marc
ok, I'm VPN'd and registered
[05:15]
Tiki|botNew Forum Posts: Choosing the size of the RR plugin picture output - https://tiki.org/tiki-view_forum_thread.php?forumId=24&comments_parentId=48427
New Forum Posts: Datachannel Help - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48422
New Forum Posts: PluginSQL Approval - No Change to Plugin - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48420
[05:23]
marclaporteI need your username [05:29]
Anzheanzhe [05:29]
marclaportewhile you read: http://dev.tiki.org/3+Rules [05:29]
PrezKennedyjoined #tikiwiki [05:31]
AnzheAnzhe has finished reading the 3 Rules and 3 Rules Extended Edition [05:32]
marclaporteYou can commit access: https://sourceforge.net/users/anzhe [05:32]
Tiki|botNew Forum Posts: Choosing the size of the RR plugin picture output - http://tiki.org/tiki-view_forum_thread.php?forumId=24&comments_parentId=48427
New Forum Posts: Datachannel Help - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48422
New Forum Posts: PluginSQL Approval - No Change to Plugin - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48420
[05:33]
Anzhemarclaporte: one moment please, subordinate just came in
marclaporte: ok, I'm back. All of my pet projets are on BitBucket, so I have TortoiseHg installed. Do you recommend I add TortoiseSVN or use PHPStorm's internal SVN tools?
[05:33]
panamausjoined #tikiwiki [05:37]
marclaporteI guess try first with PHPStorm [05:39]
Anzhefor anyone reading this log post facto, we're taking a break from the exercise while I get my SVN integration in PHPStorm sorted [05:53]
....... (idle for 32mn)
marclaportejoined #tikiwiki [06:25]
TomJarvisjoined #tikiwiki
polom
I have been following the mentoring session while I wait for a scan to complete. The scan ended so I am shutting down for the night. I will have to see how it ends tomorrow.
[06:26]
marclaporteTomJarvis: you will do your 1st commit as well? [06:33]
TomJarvisI am interested in the possibility, but I am stuck on tiki 9 (php level problem) so I probably can't participate until I get that fixed.
Someone asked about showing titles in the file galleries slide show. The support for it is in the tpl file, has that been added in Tiki's above 9?
[06:35]
marclaporteI don't know
use demo.tiki.org to check quickly
do you have your commit access yet?
[06:37]
TomJarvisI do not have commit access. [06:43]
marclaporteok, let's get that part solved and you can commit later, when you are ready [06:44]
Bert_joined #tikiwiki
Hi!
[06:44]
marclaporteI just need your SourceForge username
hi Bert_
[06:44]
Bert_I'm trying to add a link to an image, but when I do, it opens the link on a different window, how do i get it to open in the same window? [06:45]
marclaporteis the link on same domain? [06:46]
Bert_yes [06:46]
marclaporteare you using relative or absolute link? [06:46]
Bert_absolute [06:47]
marclaportetry relative [06:47]
Bert_will do, will report back in a few
Great! It's working Marc
[06:47]
marclaportesuper! [06:50]
TomJarvisMy SourceForge username is tomjrvs, at least that is what I put in the "Community members information". I am away from home and I don't find it in my laptop's passwordsafe. [06:50]
marclaporteBert_: and it's better if ever you change your domain name in the future [06:50]
Bert_Another question, I'm trying to add google authorship for differnt users. What's the easiest way to do so. Right now I'm creating a category for each users, and then adding the code through a module and parsing the module by categories. This way is kinda annoying, what's a better solution?
To sum it up, I need a way to add items to a page base on the creator of that page.
[06:51]
TomJarvisBert: Write a plugin. [06:53]
marclaporteTomJarvis: you have commit access: https://sourceforge.net/u/tomjrvs/profile/ [06:53]
TomJarvisI tested file galleries slide show in demo tiki 11. There is no option to request the description in the settings, and it does not display. [06:54]
Bert_Write a plugin? I wouldn't know where to start lol [06:54]
marclaporteBert_: what is "google authorship" ? [06:55]
TomJarvisI tried the slideshow URL appending caption=d and it does a brief list of the description before the start of the slideshow, but it didn't change the slideshow. [06:55]
Bert_It shows a pic of the author of the page on google search results https://plus.google.com/authorship [06:55]
marclaporteSo like a more from this author type of thing? [06:56]
TomJarvisThank you for the commit access. [06:57]
Bert_Marc for the picture to show, I need to add a link of that user's 'google' profile for every article they create, i'm not sure how to do that. [06:58]
marclaporteBert_: 1st thing, Tiki would need a mapping of Tiki usernames and corresponding Google IDs [07:01]
Bert_How would I go about doing that?
I'm new to tikiwiki
[07:01]
marclaporteNot sure but
It reminds me a bot of http://doc.tiki.org/Interoperability#Gravatar
bot -> bit
[07:02]
Bert_cool, will look into that, thanks for your help, i'm out, have a nice night/morning lol [07:04]
Anzhemarclaporte: regarding the impact of changes to the English UI text on other lang files, what is the responsibility of the person changing the UI?
should they update the root lang string in every lang file and let localizers update the result straing
*string
[07:05]
TomJarvisGood night [07:06]
Anzheor should they leave the root string as is and there is some sort of auto update tool that handles that?
how does it work
[07:06]
marclaporteAnzhe: there is a script for that (get_strings.php), run at each release.
So you can run anytime and commit if you want, or do nothing and it will happen automagically
[07:07]
Anzheok [07:08]
marclaporteso those now broken translations will fade away [07:08]
Anzheinteresting [07:08]
marclaporteAnd the new one will be added in comments in SVN, so translators know it's there (but these commented out string are deleted at packaging time to save disk space) [07:14]
Anzhemarclaporte: I'm actually in the office today :-) so I need to focus on some non-Tiki projects for the remainder of the day, thank you for all your help, we'll resume in a day or two [07:24]
joined #tikiwiki [07:34]
................. (idle for 1h24mn)
coaboajoined #tikiwiki [08:58]
............ (idle for 59mn)
Anzhe_mjoined #tikiwiki [09:57]
.... (idle for 17mn)
joined #tikiwiki [10:14]
......... (idle for 44mn)
joined #tikiwiki [10:58]
...... (idle for 27mn)
joined #tikiwiki [11:25]
...... (idle for 26mn)
redflojoined #tikiwiki [11:51]
Anzhe_mjoined #tikiwiki [11:54]
...... (idle for 28mn)
joined #tikiwiki [12:22]
.... (idle for 19mn)
chibaguyjoined #tikiwiki [12:41]
Tiki-KGB03xavidp r46980 10mods/trunk/wiki-plugins/r/lib/wiki-plugins/wikiplugin_rr.php
[ENH]Added message and icon to indicate when cached content is displayed and how to force content refresh
03xavidp r46981 10mods/trunk/wiki-plugins/r/lib/wiki-plugins/wikiplugin_rr.php
[FIX]Changed string to indicated that it's 'Cached R' content, and not general wiki page cache
[12:46]
Anzhe_mjoined #tikiwiki [12:51]
Anzhejoined #tikiwiki [12:51]
...... (idle for 29mn)
Anzhe_mjoined #tikiwiki [13:20]
..... (idle for 21mn)
Anzhejoined #tikiwiki [13:41]
Anzhe_mjoined #tikiwiki [13:49]
chibaguyjoined #tikiwiki [13:50]
...... (idle for 28mn)
Anzhe_mjoined #tikiwiki [14:18]
...... (idle for 28mn)
joined #tikiwiki [14:46]
...... (idle for 27mn)
fabriciusjoined #tikiwiki [15:13]
Anzhe_mjoined #tikiwiki [15:15]
...... (idle for 29mn)
joined #tikiwiki [15:44]
...... (idle for 29mn)
joined #tikiwiki [16:13]
goj_killedByISPjoined #tikiwiki [16:23]
.... (idle for 19mn)
Anzhe_mjoined #tikiwiki [16:42]
...... (idle for 29mn)
joined #tikiwiki [17:11]
Telesightjoined #tikiwiki [17:19]
joined #tikiwiki [17:33]
Anzhe_mjoined #tikiwiki [17:39]
Telesightjoined #tikiwiki [17:53]
arildbjoined #tikiwiki [17:57]
Telesightjoined #tikiwiki [18:00]
Anzhejoined #tikiwiki [18:03]
Anzhe_mjoined #tikiwiki [18:08]
...... (idle for 29mn)
joined #tikiwiki [18:37]
astroo-joined #tikiwiki
hello people
[18:39]
xavijoined #tikiwiki [18:39]
............. (idle for 1h2mn)
RobertRjoined #tikiwiki
Hello All
[19:41]
astroo-hello [19:42]
Tiki|botjoined #tikiwiki [19:45]
RobertRLooks busy in here :) [19:45]
..... (idle for 20mn)
xavileft #tikiwiki [20:05]
..... (idle for 23mn)
Tiki|botRecent Bug: - Not possible to save page - http://dev.tiki.org/item4612 [20:28]
Tiki-KGB03lphuberdeau r46982 10trunk/lib/ 10(46 files in 11 dirs) * [ENH] Move Lucene implementation to be more symetric to elastic and mysql [20:30]
marclaportejoined #tikiwiki [20:39]
.... (idle for 16mn)
Tiki|botNew Forum Posts: How do display a banner? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48439 [20:55]
..... (idle for 21mn)
luciashpolom polom [21:16]
astroo-hello [21:18]
RobertRHi luci [21:20]
...... (idle for 25mn)
Tiki|botjoined #tikiwiki [21:45]
joined #tikiwiki [21:56]
Telesightjoined #tikiwiki [22:04]
joined #tikiwiki
joined #tikiwiki
[22:12]
............ (idle for 56mn)
aalexjoined #tikiwiki [23:10]
..... (idle for 24mn)
RobertRTake care all [23:34]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)