***: ChanServ sets mode: +o marclaporte CIA-50: tikiwiki: 03marclaporte * r36507 10/trunk/doc/devtools/securitycheck.php: cosmetic fix
tikiwiki: 03marclaporte * r36508 10/trunk/doc/devtools/ (prefreport.php securitycheck.php): doc for devs ***: marclaporte has quit IRC (Ping timeout: 264 seconds) CIA-50: tikiwiki: 03chealer * r36509 10/trunk/ (6 files in 6 dirs): [REF] rename lastUpdatePrefs fake preference to "versionOfPreferencesCache" ***: Caarrie|away is now known as Caarrie|sleeping
goj_killedByISP has joined #tikiwiki
goj has quit IRC (Disconnected by services)
goj_killedByISP is now known as goj CIA-50: tikiwiki: 03chealer * r36510 10/trunk/lib/ (setup/prefs.php tikilib.php):
tikiwiki: [REF] get rid of the lastReadingPrefs fake preference. lastReadingPrefs and lastUpdatePrefs and now replaced by versionOfPreferencesCaches
tikiwiki: initialize_prefs(): try to explain algorithm, better
tikiwiki: 03nkoth * r36511 10/trunk/lib/wiki-plugins/wikiplugin_customsearch.php: [ENH] Show spinner when search results are still loading
tikiwiki: 03chealer * r36512 10/trunk/ (3 files in 3 dirs): [REF] remove definitions of need_reload_prefs session variable, which presumably didn't work as need_reload_prefs is always defined in initialize_prefs() before being used
tikiwiki: 03chealer * r36513 10/trunk/lib/setup/prefs.php: [REF] initialize_prefs(): remove outdated comments ***: GillesM has joined #tikiwiki
GillesM has quit IRC (Read error: Connection reset by peer)
mlpvolt has quit IRC (Quit: ChatZilla 0.9.87 [Firefox 5.0/20110615151330])
lphuberdeau has quit IRC (Ping timeout: 252 seconds)
changi|morphee is now known as changi
SJ-Jay has joined #tikiwiki Merbster: Good morning SJ-Jay: morning guys CIA-50: tikiwiki: 03chealer * r36514 10/trunk/tiki-login.php: [REF] remove useless assignment ***: redflo has joined #tikiwiki
lphuberdeau has joined #tikiwiki Merbster: 'ello lphuberdeau
lphuberdeau, When you are designing apps. And there's a "built in" data access layer (in PHP I think that would be PDO) are you using that as your data layer or do you write your own "wrapper" to PDO and use that as a datalayer?
lphuberdeau, an example would be; if you create an object factory (the pattern) would you use PDO directly in the object factory, or write your own DB class that you use in the object factory? changi: polom SJ-Jay: hey changi :) ***: that_nima has quit IRC (Ping timeout: 260 seconds)
that_nima has joined #tikiwiki
chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy chibaguy: polom Merbster: polom chibaguy chibaguy: hi Merbster -: Merbster is sorely missing enumerations in PHP ***: jonnyb has joined #tikiwiki jonnyb: pol and also om chibaguy: howdy jonnyb jonnyb: hi chibaguy - how's things? chibaguy: oh, things are fine. CIA-50: tikiwiki: 03jonnybradley * r36515 10/trunk/lib/prefslib.php: [FIX] prefs: "Too many wrenches" (thanks mlaporte) chibaguy: an extra spanner in the works jonnyb: :P ***: j0n3 has joined #tikiwiki
Caarrie|sleeping is now known as Caarrie|away Merbster: an extra spanner?
chibaguy, ? chibaguy: Merbster, sorry, wasn't paying attention. Spanner is british english for wrench, and I understand "put a spanner in the works" means to cause trouble. Merbster: hahahaha
ok chibaguy ***: j0n3 has quit IRC (Quit: j0n3) jonnyb: John Lennon wrote a nice book called "A Spaniard In The Works" Merbster: jonnyb, what was it about? jonnyb: nonsense mainly, poetry etc (good though) Merbster: on an entirely different note; I managed to get xDebug working remote, but I simply cannot get it wokring with my localhost CLI php scripts :S jonnyb: Merbster: cool - i think i had xdebug working sort of with CLI scripts before and was thinking i should try that again (but haven't) Merbster: I managed to get it working remotely with web PHP. not CLI :P
But according to Xdebug docs it's possible ***: ricks99 has joined #tikiwiki
SJ-Jay has quit IRC (Read error: Connection reset by peer)
lphuberdeau has quit IRC (Ping timeout: 246 seconds) Merbster: ricks99, why do you have oracle.com in your hostname? ricks99: 'cause i'm doing work via vpn Merbster: ricks99, is oracle your employer? ricks99: mostly, yup Merbster: ricks99, showoff ;) ricks99: still working on a way to have tiki work pay 100% of my bills :) Merbster: ricks99, hehehe. :P I wish you luck :D ricks99: one day... maybe... gotta figure out a way to sell 1,000 x copies of "Smarites" :P -: chibaguy suggests adding sexy illustrations to "Smarties" ricks99: huh? you mean you didn't find the screenshots of the Admin pages "sexy"? chibaguy: only in the broadest sense of the word ;-)
ricks99, do you offer hosting services for tiki sites, like as a reseller? ricks99: no. mostly consulting, fixing, training, themeing, etc. smaller jobs really Merbster: ricks99, are you the author of the book?
Tiki for Smarties ricks99: yup. and tiki essentials chibaguy: oh, ok. I offered to host a couple of sites for my brother in law (who's having problems with the guy doing it now) so got a reseller account to give it a try, and was wondering if you'd tried that or not. ricks99: Would love to know how that works out for you chibaguy: Hopefully, it'll go smoothly, and means a couple of joomla to tiki migrations. ;-)
yeah, I'll let you know. Merbster: if I have a file that contains a single variable. and I want to use that variable inside a static function how would I do that?
the static function is in another file than the one containing the value
ofcourse I have to do an include but PHP keeps telling me the variable is undef
does includes have their own variable scop? so I have to do global $varName after the include?
scope*
apparantly yes. ricks99: y, need global Merbster: it will only be global inside my function scope right ricks99 ? ricks99: beleive so, yes ***: redflo has left Merbster: Does tikiwiki use X-formation? ***: ricks99 has quit IRC (Remote host closed the connection)
radek82 has joined #tikiwiki
Jyhem_laptop has quit IRC (Remote host closed the connection) jonnyb: Merbster: what is x-formation? (i'd guess that mean no, i've not seen it in tiki) Merbster: jonnyb, there's a mysterious user in my mysql database called X-formation CIA-50: tikiwiki: 03jonnybradley * r36516 10/trunk/lib/core/TikiConnect.php: [FIX] connect: set_lastUpdatePrefs has been renamed to invalidateModifiedPreferencesCaches jonnyb: a tiki user? (i guess that's a valid username) Merbster: not a tiki user
a mysql user
it has no perms though
or privileges* jonnyb: looks like it's from http://www.x-formation.com Merbster: jonnyb, I found out. :P
nevermind jonnyb: np
lunchtime ***: Merbster has quit IRC (Quit: Leaving)
lphuberdeau has joined #tikiwiki CIA-50: tikiwiki: 03jonnybradley * r36517 10/trunk/lib/captcha/captchalib.php: [ENH] captcha: Make it possible to create a captcha of any type, independent of prefs, and return the captcha id from the generate function (should make no difference to existing code) ***: lphuberdeau has quit IRC (Ping timeout: 245 seconds) CIA-50: tikiwiki: 03jonnybradley * r36518 10/trunk/lib/ (4 files in 4 dirs): [MOD] connect: Implement simple captcha when signing up for tiki connect (more to do - debug code & comments to be cleaned out later) jonnyb: off now - more on Monday, have good weekends all ***: jonnyb has quit IRC (Quit: I am going outside... I may be some time...)
Balu_ has joined #tikiwiki Balu_: Hallo
Jemand der Deutsch kann hier :D
hmmm schade :( ***: Balu_ has left
RobertPlummer has joined #tikiwiki RobertPlummer: polom all
I'm wondering if perhaps you guys would mind me using tiki ajax services for things like toolbars and the wrench menu in file galleries. CIA-50: tikiwiki: 03chealer * r36519 10/trunk/lib/prefslib.php: [FIX] rename lastUpdatePrefs fake preference to "versionOfPreferencesCache" (forgotten in r36509) RobertPlummer: This seems like it would both fix the problem and refactor the code to be less intrusive. ***: mlpvolt has joined #tikiwiki mlpvolt: hello tiki, hopefully an easy question . . . . do individual files (in filegals) have object permissions? I have been quite fuzzy on this but think no. RobertPlummer: chealer, what do you think of migrating the above over to ajax rather than how it is now? CIA-50: tikiwiki: 03chealer * r36520 10/trunk/lib/ (prefslib.php tikilib.php): [REF] getModifiedPreferences(): warn that now2 methods with the same name exist in tikilib and prefslib chealer: RobertPlummer: sorry, I hardly know AJAX RobertPlummer: I am just looking at line 1741+ in toolbarslib.php and it looks freakishly put together.
getWikiHtml
I was thinking of using jQuery rather than the method they use there.
The thing is that this is breaking with sheets now and I have no idea where to start, and not sure anyone else knows either.
chealer, looks like a big pill, I think I'm going to fix rather than rewrite. CIA-50: tikiwiki: 03changi67 * r36521 10/trunk/tiki-edit_invoice.php: Avoid function calls in a FOR loop test part ***: AldenisZen has joined #tikiwiki AldenisZen: Hello. Fresh install, getting an Apache error... can't find any real info toward a solution: http://pastebin.com/Ex97bcjb RobertPlummer: AldenisZen: What version of Tiki? ***: horky has quit IRC (Quit: leaving) AldenisZen: RobertPlummer, 7.1 RobertPlummer: AldenisZen: What type of server? CIA-50: tikiwiki: 03changi67 * r36522 10/trunk/lib/ (3 files in 2 dirs): Avoid function calls in a FOR loop test part mlpvolt: in testing 7 (this applies to 6 and 5 as well) my conclusion is that we have a UI for assigning object permissions to filegal files that actually does nothing of the sort - it assigns object perms to the filegal. Am i wrong? AldenisZen: RobertPlummer, not sure the question... I used "shared hosting" from hostgator.com RobertPlummer: AldenisZen: It is a windows server or linux? Sounds like linux (I use hostgator, love them)
AldenisZen: I encourage you to ask the guys at hostgator, it is probably a configuration on the server, sometimes you get funny errors in hosted environments. They are generally VERY helpful. IE, it looks like an issue with the apache install and the mods turned on to run within it.
AldenisZen: But I am newer to apache (2 years) CIA-50: tikiwiki: 03changi67 * r36523 10/trunk/ (3 files): Avoid unused parameters AldenisZen: Thanks RobertPlummer - Centos I think. RobertPlummer: AldenisZen: Yea, those guys are really amazing, they love linux! AldenisZen: Well, so far I really like them. Quick question, can I confirm it is not a htaccess issue by simply deleteing that file? I.E., there would be no restrictions?
Someone suggested it might be that, but I used the file that came with Tikiwiki, so I doubt it. RobertPlummer: AldenisZen: Not sure I understand your question.
Oh, right AldenisZen: If I have a blank htaccess file, then there are no restrictions and it is not related to that, correct? RobertPlummer: htaccess, try renaming it first, and see what happens.
right
blank is fine, that is apache that uses that. AldenisZen: I hate to assume. RobertPlummer: That is what I assumed. AldenisZen: I don't need to do anything more than upload it do I, or do I need to reset Apache somehow? RobertPlummer: :) CIA-50: tikiwiki: 03changi67 * r36524 10/trunk/tiki_tests/tiki-tests_list.php: Unknow RobertPlummer: No, apache shouldn't need to be restarted, but I guess it won't hurt. AldenisZen: Not sure how to restart it via shared hosting.. lol CIA-50: tikiwiki: 03robertplummer * r36525 10/trunk/ (2 files in 2 dirs):
tikiwiki: [FIX] File ref named wrong in toolbar
tikiwiki: [FIX] Smarty comment
tikiwiki: 03robertplummer * r36526 10/trunk/templates/tiki-edit_help_sheet_interface.tpl: [FIX] Re-added translation, removed for testing
tikiwiki: 03changi67 * r36527 10/trunk/lib/core/Tracker/Field/Rating.php: Avoid function calls in a FOR loop test part
tikiwiki: 03changi67 * r36528 10/trunk/tiki-adminusers.php: Avoid unused parameters ***: mlpvolt has quit IRC (Quit: ChatZilla 0.9.87 [Firefox 5.0/20110615151330])
Merbster has joined #tikiwiki
Merbster is now known as Merbt
Merbt is now known as Merbster
chibaguy has quit IRC (Read error: Connection reset by peer) Merbster: Aloha
chealer, changi, RobertPlummer ! RobertPlummer: Merbster! Merbster: Sorry I craved attention.
:P ***: chealer_ has joined #tikiwiki
chealer has quit IRC (Ping timeout: 245 seconds)
radek82 has quit IRC (Quit: Leaving) RobertPlummer: We all have our moments. CIA-50: tikiwiki: 03chealer * r36529 10/trunk/templates/wiki-plugins/wikiplugin_bigbluebutton.tpl: [FIX] HTML special characters encoding. untested
tikiwiki: 03chealer * r36530 10/trunk/ (3 files in 2 dirs): [REF] rename bbb_name to bbb_meeting as much as possible, to distinguish from $_POST['bbb_name'] (untested) ***: chealer_ is now known as chealer CIA-50: tikiwiki: 03robertplummer * r36531 10/trunk/templates/ (fgal_context_menu.tpl list_file_gallery_content.tpl): [FIX] Set the smarty var "changes" from one include to another, it was being lossed, probably a smarty bug, file gal menus are back now. RobertPlummer: menus are back in file gal, WOOHOO!
chealer, it was not even a line of code, GRRR!
smarty 3 = TOUCHY! CIA-50: tikiwiki: 03changi67 * r36532 10/trunk/lib/metrics/metricslib.php: [FIX] Wrong variable
tikiwiki: 03changi67 * r36533 10/trunk/lib/test/language/GetStringsTest.php: Wrong obj
tikiwiki: 03changi67 * r36534 10/trunk/lib/ (11 files in 6 dirs): Avoid unused parameters chealer: RobertPlummer: hum... I think that reminds me a Smarty 3 change, yes
RobertPlummer: yeah, see "Scope of Special Smarty Variables" in SMARTY2_BC_NOTES RobertPlummer: ok
So what I did = good? Correct? ***: fabricius has joined #tikiwiki fabricius: polom
hi Merbster
hi Jyhem and amette CIA-50: tikiwiki: 03robertplummer * r36535 10/trunk/templates/fgal_context_menu.tpl:
tikiwiki: [NEW] Added display for just open text documents (ie, we will probably need to handle spreadsheets and presentations).
tikiwiki: [FIX] For svg images, I had "merged" just before I uploaded because of some changes there, but forgot to add $changes. Easy fix. Tiki|bot: New Forum Posts: Tracker field: Date & time - blank - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42107 Merbster: hey fabricius did you get my latest mail? chealer: RobertPlummer: seems OK ("In the rare case you need these values in a subtemplate, you have to pass them as parameters.") Merbster: Does any of you guys use netbeans for development? chealer: RobertPlummer: did you really mean the "{$files|@debug_print_var}"
Merbster: jonnyb does RobertPlummer: lol no, still working on it. chealer: (last time anyway) Merbster: I am having trouble finding where to setup the new line characters
I read somewhere it's important to use LF isntead of CR LF (or whatever their signs are)
if a <A href=""> is defined in a translation file. is it on purpose that the tag is not close again? (with </A) chealer: Merbster: depends on the case, but probably Merbster: chealer, ok. I won't correct it then. ***: thraxisp has quit IRC (Quit: thraxisp)
rodrigo_sampaio has joined #tikiwiki Merbster: fabricius? fabricius: yes Merbster
Merbster: I am checking pdo right now Merbster: fabricius, ok :)
What is the context of the translation "Explorer" ? CIA-50: tikiwiki: 03robertplummer * r36536 10/trunk/templates/fgal_context_menu.tpl: [FIX] Removed debug line chealer: Merbster: assuming that you're translating a poorly translated language, do you know about Interactive translation? Merbster: chealer, no, please elaborate
I don't know if Danish is a poorly translated language in that regard fabricius: question: I know the operator to force Tiki in the local.php to use the adodb databasedriver -> $api_tiki='adodb'; -> can anybody tell me the equivalent for pdo? Maybe the same with pdo instead of adodb (I am not sure) Merbster: fabricius, perspectivehack uses PDO and nothing else
settings of tiki will not affect it fabricius: Merbster: I did send you an e-mail with the pdo settings on my host Merbster: fabricius, do you see: Â anywhere in the file? fabricius: Iĺl check, mom
no Merbster: what editor are you using? fabricius: gedit Merbster: hmmm fabricius: did search
should I try vim? Merbster: yes
I am using gvim fabricius: kk,mom Merbster: for windows fabricius: yes gvim Merbster: fabricius, what do you mean by "mom" ? :P fabricius: moment Merbster: lol fabricius: please give me or please wait - a moment
gvim not found  Merbster: fabricius, on linux it's probably just vim
or vi
but it can be a bit unwieldy :P fabricius: ubuntu / gnome -> gvim Merbster: fabricius, I don't follow? fabricius: I did search for  in the file tiki-category_nail.php with gvim on my ubuntu-gnome-gnuisnotlinux desktop and gvim did not find  Merbster: fabricius, does your file contain any weird isolates chars?
because the file I recieved from you do.
does* fabricius: how can I identify weird isolated characters? Merbster: look with your eyes :P
they are on their own line in the file I have here fabricius: grrrr - ok, mom Merbster: it's not tiki-setup fabricius: not spaces, but characters? Merbster: but nail_category or whatevr you called it
it migjht show as spaces, depending on your OS' charset fabricius: aha Merbster: it's only the first char of empty lines in the file I have here fabricius: Merbster: it seems, that you are focussing the right track - and I have an idea what happened
Merbster: give me a few minutes please
about 5 Merbster: sure I am watching danish comedy with my girlfriend so no ruish fabricius: uhhh -> Parse error: syntax error, unexpected '}' in /www/htdocs/w00d75b2/fabricius-website/TIKI71test/tiki-7-1-test/tiki-category_nail.php on line 70
line 70 is the last } Merbster: fabricius, I think it will be easier if I send you the file directly (the working one I have) fabricius: yes, that would be te besth
the best Merbster: fabricius, you will recieve an email soon I just need to boot up the company laptop fabricius: ok
thx
I wonder, whay I cannot see the chars
Merbster: do you think, I did the rest of the setup all right? Merbster: yes ***: Jyhem_laptop has joined #tikiwiki fabricius: ok, cool Jyhem_laptop: polom fabricius: bolow Merbster: fabricius, you got mail
wolob jyhem
fabricius, you got mail
argh
allready wrote it
sorry
I am tired fabricius: nope, I didn't recieve yet
relly Merbster: it will come from company email fabricius: really
to fabricius.me ? Merbster: yes fabricius: I check the spamfilter - mom
ah now Merbster: remember to setup the database settings in the file as well fabricius: uhaaaa
no errormessage atleast
you r a wizard man
line 47 ?? Merbster: db setup yes fabricius: so you are going around tiki direct into the db Merbster: yes
only reading though CIA-50: tikiwiki: 03changi67 * r36537 10/trunk/lib/filegals/filegallib.php: Avoid unused parameters Merbster: nkoth helped me write the code fabricius: cool
I need about two or three minutes to know
if it works
but lloks fine
mom
looks CIA-50: tikiwiki: 03changi67 * r36538 10/trunk/xmlrpc.php: [FIX] Wrong variable Merbster: fabricius, is it working? fabricius: I think - not - 1 minute
No
itś not working Merbster: did you categorize the pages you are testing= fabricius: yes
that's why I see, that it is not working
pages are staying in the default perspective, instead of switching CIA-50: tikiwiki: 03tikii18nbot * r36539 10/trunk/lang/ru/language.php: Russian translations done on i18n.tiki.org ***: i_ has joined #tikiwiki i_: hi
tiki ppl
i need help ***: i_ is now known as Guest56107 Guest56107: i need help to find a theme
heeeeeeellllllllllllllpppppppppppppppppppppppp
i need help
someone please talk to me
now please
i need help to find a specific template CIA-50: tikiwiki: 03changi67 * r36540 10/trunk/templates/blog_post_actions.tpl: [FIX] We don't need smarty plugin {wiki} for that. RobertPlummer: Guest56107: What seems to be the problem? Guest56107: i have a backup of my offile website i
need to knwo what theme it was using RobertPlummer: In what form do you have the backup?
mysql? website? Guest56107: everything RobertPlummer: Is the website accessible? Guest56107: msql and the root directory
no its offline on my hard drive] RobertPlummer: Can you bring us mysql db? Guest56107: yes
what can i copy paste or email you RobertPlummer: You have pypmyadmin? Guest56107: hes
yes AldenisZen: RobertPlummer, fabricius - HostGator said they needed to whitelist some of their "mod rules", whatever that means exactly. Anyhow, thank you both for all of your help! RobertPlummer: AldenisZen: I ran into the same exact issue, no prob. AldenisZen: I am thinking of making either a forum post on their site, or blogging about it so that people who search hostgator and tikiwiki will be able to find a solution. RobertPlummer: AldenisZen: WOuldn't be a bad idea
Guest56107:
SELECT *
FROM `tiki_preferences`
WHERE ( `name` = 'style' ) ***: Guest56107 has quit IRC (Ping timeout: 252 seconds)
lphuberdeau has joined #tikiwiki
RobertPlummer has quit IRC (Ping timeout: 245 seconds)
Jyhem_laptop has quit IRC (Ping timeout: 258 seconds)
rodrigo_sampaio has quit IRC (Ping timeout: 260 seconds)
rodrigo_sampaio has joined #tikiwiki
rodrigo_sampaio has quit IRC (Client Quit) fabricius: AldenisZen: is your Tiki running now? AldenisZen: yes
still need to do some conmfigurting later
configuring ***: dthacker has joined #tikiwiki fabricius: so HostGator did sort out the issues!?
just wanted to know, if your sorted for the moment
have to go now - massively tired ***: fabricius is now known as fabricius|sleep
Merbster has quit IRC (Quit: Leaving)
thraxisp has joined #tikiwiki