←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | ibrrorg has joined #tikiwiki
Caarrie|away is now known as Caarrie | [00:26] |
ibrrorg | is there a way to only allow anonymous to view the main page, but have to login to use anything else? i didn't see a deal in the perms (tiki 3.1) thank you
specific to the main page | [00:27] |
luciash | ibrrorg: hi, you can use GROUP wikiplugin
or perms per page | [00:29] |
ibrrorg | not sure what that is, if you tell me where to read about it i will go study and can go from there
will check the perms per page right now | [00:30] |
luciash | just give tiki_p_view to Registered only
and then on Home you edit Perms and allow tiki_p_view to Anonymous too Admin > Groups for the global perms | [00:30] |
ibrrorg | will do! thank you! BTW found a person to look at the job that u'd said to go ahead and post on the fourm | [00:31] |
*** | SEWilco2 has quit IRC ("Leaving.") | [00:32] |
luciash | ibrrorg: you got priv msg here ;) | [00:32] |
ibrrorg | prv msg? | [00:33] |
luciash | private message
in this irc chat | [00:33] |
..... (idle for 20mn) | ||
*** | chealer has joined #tikiwiki
kiilo has quit IRC ("Leaving.") | [00:53] |
.... (idle for 18mn) | ||
ildefonso has joined #tikiwiki | [01:11] | |
....... (idle for 30mn) | ||
chealer | hum, strange. if I remove the fat in the definition of tiki_modules, it shows properly as accepting NULL in params
with "CREATE TABLE `tiki_modulestest2` (`params` varchar(255) default NULL) ENGINE=MyISAM; | [01:41] |
OK, columns in the key can't be NULL | [01:47] | |
luciash | chealer: great | [01:49] |
ildefonso | are you using a varchar as primary key?
sorry... looking for log and reading it. | [01:52] |
*** | btiffin has joined #tikiwiki | [01:56] |
chealer | ildefonso: yes | [02:06] |
sylvieg: so I guess you'll have to figure why the code tries to leave params NULL | [02:13] | |
..... (idle for 22mn) | ||
*** | Lucymoz has joined #tikiwiki | [02:35] |
gozer_ has joined #tikiwiki | [02:41] | |
gozer_ has quit IRC (Remote closed the connection)
gozer_ has joined #tikiwiki | [02:51] | |
SEWilco2 has joined #tikiwiki | [02:57] | |
nkoth has joined #tikiwiki
nkoth has quit IRC (Client Quit) ibrrorg has quit IRC ("Page closed") | [03:03] | |
franck has quit IRC () | [03:16] | |
.... (idle for 17mn) | ||
luminoso has quit IRC (Read error: 60 (Operation timed out))
ibrrorg has joined #tikiwiki luminoso has joined #tikiwiki | [03:33] | |
luciash | anyone awake still ?
we got run into a weird 3.x to 4.0 upgrade problem which looks very much like this: http://tikiwiki.org/tiki-view_forum_thread.php?topics_offset=1&forumId=6&comments_parentId=18153 | [03:47] |
ildefonso | yea, I'm awake.... | [03:48] |
luciash | i did the upgrade and i can still login with my Chromium web browser but the other user gets the "You have to enable cookies to be able to login to this site" error
after he logged out, he can't login anymore, even with the same user as me any ideas ? it is weird we get this with version 4.0 still while the forum reports are some years old | [03:49] |
ildefonso | reading....
luciash : how is the session being managed? ie, where is the session data being stored? (php/db/...) I think that, maybe, it is no longer sending the cookie associated with the session, and thus: it will just complain about it. and, because of the browser where you installed from, there was already a cookie, maybe the session is kept with the same cookie, and thus: will work with it. but it is failing to generate a new one, and will not accept a new session. now, that's weird enough..... | [03:52] |
luciash | yeah
well, it says "Session storage location: Default (from php.ini)" | [03:57] |
ildefonso | so, standard php sessions.... | [03:58] |
luciash | and "Session lifetime: 0"
on Admin → General → General settings tab | [03:58] |
ildefonso | I'm not sure, but I think 0 means unlimited. | [03:59] |
luciash | or -1 ? | [03:59] |
ildefonso | or -1....
not sure. try to set it to, say, 300. and try again..... in my 3.3 site the session lifetime is 0, but my sessions *do* timeout, around 10 minutes or so... I try to click on any part of the menu, and it just give me the access denied, so, I still don't know what does the 0 means. | [03:59] |
luciash | i think 0 is default and unlimited because it is master value in phpinfo too | [04:03] |
ildefonso | ok.
now, why does my sessions get closed? mmmm... timing now, leaving that untouched, will try to click later. | [04:03] |
luciash | only difference to master value is session.save_path /tmp and session.use_only_cookies On | [04:05] |
ildefonso | session.save_handler = files , right? | [04:08] |
luciash | yep | [04:08] |
ildefonso | in my debian system, sessions are stored on /var/lib/php5 | [04:08] |
*** | gozer_ has quit IRC () | [04:08] |
ildefonso | I don't think /tmp is a good place to store the session data (may be accessed by any logged in user, or any user with access to open files (php function?)).
wow, the file contains the session data in a format that looks similar to the one used by serialize. I have never looked at a session file before :P never worried about it. | [04:10] |
luciash | hum, where can i change the session.save_path in Tiki ? | [04:11] |
ildefonso | no, it is php.ini | [04:12] |
*** | rolandtanglao has joined #tikiwiki | [04:12] |
luciash | ah, it's a webhosting provider with cpanel, but when it is different from master it must be possible to change somewhere | [04:13] |
ildefonso | mmmm.... in my tw it is equal. | [04:15] |
luciash | on that server it says "no value" for Master Value | [04:15] |
ildefonso | btw, do you have ssh access to that host? | [04:17] |
luciash | yep | [04:17] |
ildefonso | if the person tries to login, the session is created, like this sess_ce39c8a8e309fc288ee90d53cf84ab6f
and you can ls -l , and later ls -l again and compare, and see if the session for the new user is actually created. | [04:17] |
*** | rolandtanglao_ has joined #tikiwiki | [04:19] |
ildefonso | one of the differences is that the session that have the user correctly loged in have: tiki-user-tikiwiki|s:5:"admin" somewhere (the admin part can change, off course). | [04:20] |
luciash | there's a lot in /tmp :) | [04:21] |
ildefonso | is your site "live", or is that a test server. | [04:22] |
luciash | stuff from August even | [04:22] |
ildefonso | the files are named "sess_........" | [04:22] |
luciash | live
yep | [04:22] |
ildefonso | ok, I think you can safely remove *really* old ones.
find may help you, I don't remember the parameter, but you can tell it to delete files older than N time. | [04:22] |
luciash | ok, deleted some, it doesn't seem to help anything
the sess_ file is successfully created in /tmp with expires: Wednesday, December 01, 2010 11:29:14 PM | [04:32] |
*** | rolandtanglao_ has quit IRC () | [04:33] |
luciash | says the user's cookie | [04:33] |
*** | rolandtanglao_ has joined #tikiwiki | [04:34] |
ildefonso | ok.
no, it will not help that much (unless your /tmp is out of disk space --- unlikely). it was just to "cleanup" a little. | [04:36] |
*** | rolandtanglao has quit IRC (Read error: 113 (No route to host))
rolandtanglao_ is now known as rolandtanglao | [04:37] |
ildefonso | so, the user gets the cookie, and then complains it doesn't have it..... would have to study the login code and see where is that problem, and why is that only happening when upgrading from 3 to 4.
I don't know, maybe sylvieg could be more useful on this part, I'm really new to tw development :( . is the error message the same if you give an invalid password? | [04:38] |
luciash | it is really weird, never met this problem yet (for so many years involved in tiki) | [04:41] |
*** | ibrrorg has quit IRC ("Page closed") | [04:41] |
luciash | i don't think so
nope | [04:41] |
ildefonso | so, it goes through the authentication processes, and then fail. | [04:42] |
*** | Caarrie is now known as Caarrie|sleeping | [04:44] |
btiffin has quit IRC (Remote closed the connection) | [04:49] | |
luciash | it stops after line if (ini_get('session.use_cookies') == 1 && !isset($_COOKIE[ session_name() ]) && $prefs['session_silent'] != 'y') {
line 17 in tiki-login.php | [04:49] |
*** | ibrrorg has joined #tikiwiki | [04:51] |
luciash | any idea where $prefs['session_silent'] can be set ? | [04:53] |
*** | rolandtanglao has quit IRC ()
Lucymoz has quit IRC (Read error: 110 (Connection timed out)) | [04:54] |
ildefonso | no, but I use grep to find these things.
something like: "grep -r "session_silent" *" on your tw root. it can take a long time, or can print lots of sites, in which case, you need to further filter the search, with a "grep -v " (to remove pattern-matching lines), or additional greps, like this: grep -r "session_silent" * | grep -v dont_wanted_pattern|grep and_also_this_pattern anyway, need to go to sleep now. | [04:56] |
luciash | i just try to modify the tiki-login script now adding $prefs['session_silent'] = 'y'; before that check
for some reason for that user it seems the COOKIE for session_name is not set though okay, thanks for your help | [04:58] |
*** | ibrrorg has quit IRC ("Page closed") | [05:03] |
luciash | oh, for some reason the other user doesn't get session.use_only_cookies set to On !
and then it fails | [05:14] |
eh, bullshit, of course it is not set when i use custom phpinfo for not logged in user | [05:22] | |
Tikiwiki|bot | Recent Bug: Tracker item: #2910 - - non-Admin users cannot assign Category or see the Category tab when ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=2910
Recent Bug: Tracker item: #2911 - - non-Admin users cannot assign Category or see the Category tab when ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=2911 | [05:28] |
*** | SEWilco2 has quit IRC ("Leaving.")
chibaguy has joined #tikiwiki ChanServ sets mode: +o chibaguy | [05:36] |
chibaguy | polom | [05:39] |
*** | chealer_ has joined #tikiwiki | [05:40] |
gozer_ has joined #tikiwiki | [05:49] | |
chealer has quit IRC (Read error: 113 (No route to host))
franck has joined #tikiwiki | [05:56] | |
btiffin has joined #tikiwiki | [06:04] | |
luciash | hi gary | [06:12] |
chibaguy | hi luciash | [06:14] |
luciash | after upgrade from 3.x to 4.0 i am not able to login from other browsers than the one i made the upgrade with :-/ any ideas ?
it's something to do with cookies / session | [06:28] |
*** | btiffin has quit IRC (Remote closed the connection) | [06:32] |
chibaguy | I read the log, but haven't had that problem. | [06:33] |
luciash | grmbl ! i think i found out why :-( | [06:33] |
chibaguy | For example, zukakakina.com was upgraded from 3 to 4 but I don't think there's been any login trouble. | [06:34] |
luciash | it doesn't like a space in the path to tiki !
like example.org/Tiki 4/ it must be Tiki4 ! but this worked fine in 3.x | [06:34] |
chibaguy | ok, that would explain why some sites have the problem and some don't. | [06:35] |
luciash | lost some hours again to find it out :-p | [06:35] |
chibaguy | users' directory names
:-| | [06:35] |
luciash | yea, another nasty bug ;) | [06:41] |
...... (idle for 28mn) | ||
bbl | [07:09] | |
*** | marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte | [07:14] |
.... (idle for 16mn) | ||
gozer_ has quit IRC ()
gozer_ has joined #tikiwiki | [07:30] | |
....... (idle for 34mn) | ||
rolandtanglao has joined #tikiwiki
xavi has joined #tikiwiki | [08:05] | |
gozer_ has quit IRC () | [08:15] | |
Wilkins has joined #tikiwiki | [08:20] | |
........... (idle for 52mn) | ||
Beestje | Beestje feeling stupid
i can't seem to get my custom plugin to work in 3.3 ... used to work in 2.4 | [09:12] |
CIA-50 | tikiwiki: 03sept_7 * r23607 10/trunk/lib/core/lib/StandardAnalyzer/TokenFilter/EnglishStemmer/PorterStemmer.php: [FIX] Zend recommandation no PHP ending tag
tikiwiki: 03sept_7 * r23608 10/trunk/lib/core/lib/TikiDb/ (Adodb.php Exception.php Pdo.php): [ENH] Coding stylle from CodeSniffer | [09:20] |
......... (idle for 43mn) | ||
tikiwiki: 03sept_7 * r23609 10/trunk/lib/ (126 files in 77 dirs): [FIX] Coding style from CodeSniffer : Opening brace of a class must be on the line after the definition, and Some ending tags removing... | [10:06] | |
Beestje | I wrote a plugin for 2.x that displays the last n number of blogposts from a certain blogId in a wiki page. | [10:08] |
*** | chibaguy has quit IRC (Read error: 110 (Connection timed out)) | [10:08] |
Beestje | I've modified it a bit for 3.3 as it didn't work out of the box. Checking the parameters works, but I don't get any posts to be displayed.
wikiplugin_blogposts.php : http://pastebin.com/m1cfdd0f2 Also using tiki-view_blog_pluginblogposts.tpl for the layout : http://pastebin.com/macdd1c6 But i don't see the problem... it is enabled in the editing and plugin preferences, and it gets the parameters. | [10:08] |
CIA-50 | tikiwiki: 03sept_7 * r23610 10/third_party/ (fckeditor/index.php smarty/index.php): [FIX] Zend recommandations : No PHP ending tags | [10:25] |
*** | chealer__ has joined #tikiwiki
chibaguy has joined #tikiwiki ChanServ sets mode: +o chibaguy | [10:26] |
chealer_ has quit IRC (Read error: 110 (Connection timed out))
doubleclic_ has quit IRC (Read error: 110 (Connection timed out)) doubleclick has joined #tikiwiki | [10:42] | |
....... (idle for 32mn) | ||
CIA-50 | tikiwiki: 03jonnybradley * r23611 10/branches/4.x/ (3 files in 3 dirs): [FIX] Only display edit buttons for users you can actually edit | [11:20] |
*** | kiilo has joined #tikiwiki | [11:25] |
...... (idle for 25mn) | ||
Caarrie|sleeping is now known as Caarrie | [11:50] | |
CIA-50 | tikiwiki: 03sylvieg * r23612 10/trunk/installer/ (2 files in 2 dirs): [FIX]rollback 23595 as jonny fixes differently in 4 | [12:01] |
...... (idle for 29mn) | ||
*** | ricks99 has joined #tikiwiki | [12:30] |
luciash | re-polom | [12:38] |
chibaguy | wb | [12:39] |
luciash | tnx | [12:39] |
*** | tobias has joined #tikiwiki | [12:52] |
tobias | hi | [12:52] |
*** | tobias is now known as Guest59276
rodrigo_sampaio has joined #tikiwiki | [12:52] |
Guest59276 | where can i activate in tikiwiki 3.2 the possibility that user can change their profiles? thks for help... | [12:53] |
ricks99 | @guest59276: need to turn on the user prefs feature. pls see docs for details: http://doc.tikiwiki.org/user+preferences | [12:54] |
Guest59276 | thks but i can find the preferences in the part of benutzer... | [13:02] |
ricks99 | sorry, but i do not understand your question. :( | [13:05] |
Guest59276 | aaahhhh..... i got it. the part is, "My tiki" has to be activated.
Thks a lot. | [13:05] |
*** | Rodrigo has joined #tikiwiki | [13:12] |
Rodrigo | Hi. Yesterday I reported a problem regarding the display of pages containing Brazilian Portuguese (pt-BR) characters. Well, I made some more tests and found something.
Pages containing portuguese characters (ex: ã, é, ç, etc.) are displayed correctly, unless there is a CODE plugin in the page. If a single CODE plugin is inserted, even not containing any of those characters, the browser selects the "Ocidental-ISO8859-1" character set and the characters are displayed incorrectly (as a pair of other characters). Can anyone help me with this issue ? Is there any configuration for the character Is this the right place to ask for help regarding this type of issue ? | [13:15] |
*** | Kimberlee has joined #tikiwiki | [13:21] |
Kimberlee | hello all | [13:21] |
Guest59276 | does someone know please, where can i deactivate webmail for users? thks... | [13:22] |
ricks99 | @Rodrigo: i cannot duplicate. i have a pt-br page with CODE plugin. all characters appear correctly (4.x)
@Guest59276 on Admin: Features. Please see docs http://doc.tikiwiki.org/features+admin | [13:23] |
Rodrigo | @ricks99: If I ask the browser to select the UTF-8 enconding, the page is displayed correctly. But I have to do this mannually for every page that is displayed wrong. It happens in Firefox and Internet Explorer, so it doesn't seems to be a browser bug.
I have already configured UTF-8 to be the default character set. What is happening is that when a CODE plugin is found in the page, something makes the browser bypass my default, and choose ISO-8859-1 encoding. | [13:26] |
ricks99 | don't know, i cannot duplicate. do you have "detect browser language" in i18n admin turned on?
on my tiki, pt-br pages are fine. even pages with pt-br characters in the page name. even with code plugin | [13:28] |
Rodrigo | Yesterday I suspected of page names, but it is ok. In my system, the problem is definetely the CODE plugin. If I remove it, and place a BOX, for example, the page is displayed correctly. | [13:31] |
*** | grobda24 has joined #tikiwiki | [13:31] |
Kimberlee | if I have multiple tiki sites using intertiki however I want to share additional user data between the sites - would customized user preferences be the way to do this? | [13:32] |
ricks99 | don't know :-( what options are you using with the CODE plugin? | [13:32] |
*** | Beestje has quit IRC ("He who laughs last, thinks slowest") | [13:32] |
ricks99 | regular {CODE()} text{CODE} produces no errors for me | [13:33] |
*** | Beestje has joined #tikiwiki | [13:33] |
Rodrigo | None. Just including a {CODE()} some code {CODE} causes the problem.
I've tested on Linux and Windows. So it is probably not a browser issue. | [13:33] |
*** | btiffin has joined #tikiwiki | [13:35] |
ricks99 | don't know, sorry. as i said i cannot duplicate. CODE + pt-br working fine on my 4.x tiki sorry | [13:36] |
Rodrigo | You mentioned the "detect browser language" setting. As my tiki is is portuguese, I'm not finding this configuration. Could you point out where can I find it ? | [13:36] |
Beestje | @sylvieg : is it possible to commit the changes that you have performed yesterday for the tracker default sort order issue to branch 3.x as well? | [13:37] |
*** | vnuchaev has joined #tikiwiki | [13:37] |
vnuchaev | hello! | [13:37] |
ricks99 | @Rodrigo: Detectar idioma do navegador on Idioma (tiki-admin.php?page=i18n) | [13:37] |
vnuchaev | Does anybody know beautiful site (design) in TikiWiki? | [13:38] |
Beestje | i'm reading the "how to get commit access" and it seems to be the preferred way for a stable branch to get one of you to take care of it :) | [13:38] |
Rodrigo | Ok, I've found it (had to check "Multinguie" first). | [13:38] |
ricks99 | @Rodrigo: but I'm just "grasping at straws" -- I still cannot duplicate your issue | [13:39] |
Guest59276 | ok, i found it. webmail is an experimental tool in tiki 3.2. thks a lot... ricks99 | [13:40] |
chibaguy | Kimberlee, intertiki is basically undocumented. It can get log-in info and maybe user prefs but I'm not sure what else.
vnuchaev: did you look at http://themes.tikiwiki.org? | [13:40] |
Rodrigo | I didn't work either. Do you think could be something related to the PHP / Apache / MySQL setup ?
If so, why would pages without the CODE plugin display correctly ? That's what is confusing me. | [13:41] |
ricks99 | @Rodrigo: possible. i think it is specific to your setup, though, since I cannot duplicate. is this a public tiki? do u have a URL that I can see? | [13:42] |
Rodrigo | No it is an local intranet, unfortunately
I have other stuff (Mantis - bug tracking, a local intranet system written in PHP) running on the server, but have never seen any problem regarding character set. | [13:43] |
sylvieg | Beestje: I just committed in proposed | [13:45] |
Rodrigo | @ricks99: Do you have any public site (in pt-BR and TikiWiki 4.X) that I can test ? | [13:45] |
ricks99 | @Rodrigo: to confirm that it isn't a problem with your *browsre*, try this link: http://twbasics.keycontent.org/4.x/tiki-index.php
then select the # update it Português Brasileiro translation site is running 4.x | [13:45] |
sylvieg | Rodrigo: do you have AddDefaultCharset UTF-8 in your server conf - sometimes it helps | [13:47] |
Rodrigo | Everything is fine with the site. The upper code block is enclosed in a CODE or BOX ? | [13:47] |
sylvieg | Rodrigo: check http://tikiwiki.org/utf-8 just inm case | [13:47] |
ricks99 | @Rodrigo it is using {CODE()}...{CODE} | [13:48] |
*** | Guest59276 has quit IRC ("Page closed") | [13:49] |
Rodrigo | Ok. Thanks for your help one more time. I'll study the link carefully and see if there is something wrong with my configuration. | [13:51] |
*** | chealer has joined #tikiwiki | [13:51] |
Beestje | @sylvieg : thanks! | [13:51] |
Rodrigo | Going out for lunch now ! | [13:51] |
ricks99 | good luck Rodrigo | [13:51] |
Rodrigo | @ricks99: Thanks. If I find the problem, I'll post here. | [13:52] |
*** | RavenC has joined #tikiwiki
Rodrigo has quit IRC ("Page closed") | [13:53] |
ricks99 | Now rick needs help...
On the "Close site when server load is above the threshold " option, what *exactly* does "Maximum average server load threshold in the last minute" mean? # of conneections? memory consumed? bandwidth? something else? | [13:57] |
luciash | ricks99: i think it is the same number as in the footer | [14:01] |
ricks99 | footer? | [14:02] |
luciash | yes | [14:02] |
ricks99 | i mean, footer of what? the php.ini? | [14:02] |
luciash | footer of tiki
the stats under the powered by | [14:02] |
ricks99 | o.... | [14:03] |
*** | vnuchaev has quit IRC ("Page closed") | [14:03] |
ricks99 | but what does it actually "mean"? how is it computed. what does a threshold of "3" mean in the "real world"? | [14:04] |
luciash | no idea :-p
wikipedia ? | [14:04] |
*** | chealer__ has quit IRC (Read error: 110 (Connection timed out)) | [14:04] |
ricks99 | ricks99 thought luciash knew *everything* :) | [14:05] |
luciash | heheh
if i knew everything i would be some god | [14:06] |
chibaguy | well, 3 is the magic number. fewer than 3 legs and the stool falls over, more than three and it wobbles. ;-) | [14:06] |
luciash | and not wasting my time here ;) | [14:07] |
ricks99 | but then we would miss you | [14:07] |
luciash | :) | [14:08] |
ricks99 | my bottom bar only shows "execution time, memory usage, and db queries" | [14:08] |
luciash | oh
it must be some speciality then in php which displays the load | [14:10] |
ricks99 | is this an apache cnf or php.ini? | [14:15] |
luciash | http://en.wikipedia.org/wiki/Load_(computing) | [14:15] |
ricks99 | ricks99 needs a more basic text :( | [14:18] |
luciash | follow the source ;) | [14:19] |
ricks99 | so, unless u know the # of processors available, on your server, the number is essentially meaningless. i'm on a shared host, processors are allocated dynamically to all users. i have no way of knowing this.
does this imply that i cannot use the "close tiki fi..." feature? | [14:21] |
luciash | http://www.google.com/search?q=how+to+display+server+load+in+php
no idea | [14:22] |
ricks99 | ricks99 just wants a way to temporarily "close" a site before it hits the host max connections/bandwith and displays an ugly "tiki cannot connect "error msg | [14:22] |
luciash | ricks99: yep, we have it set up on tw.o i think like that | [14:23] |
ricks99 | for a shared host, though, server load is basically useless. i think i really want a way to monitor the # of db connections and close tiki before it maxes out
ricks99 thinks #db connections may be more useful (certainliy easier to understand) than server load tw.o running on a dedicated server? right? | [14:23] |
Tikiwiki|bot | Welcome to the official Tikiwiki English Irc channel, tw.o is better known as http://tikiwiki.org or the official website of the project. | [14:26] |
luciash | no idea, ohertel
ask him but you are right it is pretty useless on shared hosting | [14:26] |
ricks99 | tx for ur help luciash | [14:27] |
CIA-50 | tikiwiki: 03sylvieg * r23615 10/branches/4.x/ (2 files in 2 dirs): [bp/r 23357][MOD]CATEGORY: 3 params showname, showdescription, showtype
tikiwiki: 03sylvieg * r23613 10/branches/4.x/lib/modules/modlib.php: [FIX]modules: to avoid db error params can not be NULL. http_build_query can return NULL or empty strind depending on system: TODO: fix why params column can not accept NULL tikiwiki: 03sylvieg * r23617 10/branches/4.x/lib/wiki-plugins/wikiplugin_tracker.php: [FIX]tracker: a little bit more about page selector | [14:27] |
luciash | wow, sylvie commit storm :) | [14:28] |
CIA-50 | tikiwiki: 03sylvieg * r23614 10/trunk/ (7 files in 5 dirs): [MRG] Automatic merge, branches/4.x 23593 to 23613
tikiwiki: 03sylvieg * r23619 10/branches/proposed/tiki-export_tracker.php: [bp/r 23593][FIX]tracker: fix export when sort field is not the default one for a tracker | [14:28] |
*** | btiffin has quit IRC (Remote closed the connection) | [14:30] |
CIA-50 | tikiwiki: 03sept_7 * r23621 10/trunk/installer/ (shell.php tiki-installer.php): [FIX] coding Style : more class definition
tikiwiki: 03sept_7 * r23620 10/trunk/ (35 files in 18 dirs): tikiwiki: [FIX] Coding style : no PHP ending tags, no function in for loop, lass tikiwiki: declaration start on own line... All this from CodeSniffer | [14:34] |
*** | lphuberdeau1 has joined #tikiwiki | [14:40] |
CIA-50 | tikiwiki: 03jonnybradley * r23616 10/branches/4.x/ (lib/userslib.php remote.php tiki-logout.php): [MOD] Refactoring of logout code (use in installer to come next)
tikiwiki: 03jonnybradley * r23618 10/branches/4.x/ (installer/tiki-installer.php templates/tiki-install.tpl): tikiwiki: [FIX] Use logout function in userlib instead of including tiki-loghout.php - suspected of causing the installer to loop back to the start on some configurations. tikiwiki: Also keep track of install_type and send to change password form if a 'scratch' (i.e. clean) install. tikiwiki: 03lphuberdeau * r23623 10/trunk/templates/tiki-edit_languages.tpl: [FIX] Unescaped values caused injections (and made it unusable) | [14:50] |
tikiwiki: 03sylvieg * r23624 10/branches/4.x/lib/wiki/xmllib.php: [FIX]xml import: if page already exists: cumulate on history + error if structure already exists | [15:03] | |
*** | grobda24 has quit IRC (Read error: 101 (Network is unreachable)) | [15:06] |
CIA-50 | tikiwiki: 03sept_7 * r23625 10/trunk/lib/ (4 files in 3 dirs): [FIX] DOS->UNIX
tikiwiki: 03sept_7 * r23626 10/trunk/lib/ajax/ajaxlib.php: [FIX] Coding style | [15:16] |
Beestje | I've just set up Eclipse for PHP developers + Subclipse
How do you all debug ? did anyone use the zend server CE edition? | [15:19] |
luciash | i debug manually but sylvie and jonny is using php x-debug iirc | [15:20] |
CIA-50 | tikiwiki: 03sept_7 * r23627 10/trunk/lib/tikidate-php5.php: [FIX] COding style from CodeSniffer | [15:23] |
luciash | luciash wonders where was any discussion we folow some "coding style" from CodeSniffer ? | [15:25] |
chibaguy | probably somewhere, there was | [15:28] |
luciash | ah, there ?
or there ? | [15:29] |
*** | timotiCK has joined #TIKIWIKI
timotiCK has quit IRC (Remote closed the connection) | [15:29] |
.... (idle for 16mn) | ||
CIA-50 | tikiwiki: 03sylvieg * r23628 10/trunk/ (5 files in 2 dirs): [MOD]tracker: possibility to use a pretty display in tiki-view_tracker_item.php | [15:45] |
*** | nkoth has joined #tikiwiki | [15:45] |
sylvieg | luciash: the fixes spet7 is doing are zend style fixes | [15:46] |
luciash | and what is CodeSniffer ??? | [15:46] |
Tikiwiki|bot | New Forum Posts: Importar Calendario - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=35451 | [15:46] |
*** | coaboa has joined #tikiwiki
gozer_ has joined #tikiwiki | [15:47] |
luciash | the discussion about apostrophes is useless... if he uses ´ instead of correct ' in PHP, no wonder it doesn't work | [15:50] |
sylvieg | the fr language does not follow that... | [15:51] |
luciash | but french is computer language like php, right ?
*is not or coding language ;) or even html using it for html attributes like alt is stupid it's like trying to use alt=¯nonsense¯ | [15:51] |
*** | Caarrie has quit IRC (Remote closed the connection) | [15:58] |
luciash | btw, what benefits it brings to Tiki to follow these Zend coding habits ?
just that some CodeSniffer is happy ? or will it improve performance ? | [15:59] |
*** | Caarrie has joined #tikiwiki
coaboa_ has quit IRC (Read error: 110 (Connection timed out)) ildefonso has quit IRC ("Leaving") | [16:01] |
luciash | luciash hears the sound of silence | [16:12] |
lphuberdeau1 | no benefit | [16:14] |
marclaporte | marclaporte poloms
getting rid of ending ?> can avoid problems | [16:15] |
luciash | well, then i wonder why the changes to classes having opening bracket on new line are desired | [16:16] |
marclaporte | consistency :-) | [16:16] |
luciash | i agree with ?> but the other changes doesn't seem really worth it
better would be some auto-formatter of commits | [16:16] |
*** | grobda24 has joined #tikiwiki | [16:18] |
marclaporte | well, if it gets false positives out of the way, it makes it easier to catch the real issues
(less noise) it's nice to see rolandtanglao here! | [16:18] |
*** | grobda24-ghost has joined #tikiwiki
grobda24-ghost is now known as grobda grobda24 has quit IRC (Nick collision from services.) grobda is now known as grobda24 | [16:21] |
chealer_ has joined #tikiwiki
grobda24-ghost has joined #tikiwiki grobda24 has quit IRC (Nick collision from services.) grobda24-ghost is now known as grobda24 | [16:28] | |
CIA-50 | tikiwiki: 03Jyhem * r23629 10/branches/3.0/lang/fr/language.php: [FIX] Really explain what the option does (in 4.x #23447) | [16:33] |
*** | WildPikachu has joined #tikiwiki | [16:35] |
WildPikachu | hey guys ... I think i'm doing something wrong in 3.2 ... I can't seem to add polls as a module on the right hand side, its active, I created one poll, but when I go to modules, its not there | [16:35] |
marclaporte | are polls activated? | [16:36] |
WildPikachu | yep | [16:36] |
marclaporte | did you you give proper perms to the module?
ex: do you see as admin, but not as Anonymous | [16:36] |
WildPikachu | well, as admin I can edit it
i don't see it as admin in the modules list when i try assign it to the right hand side | [16:37] |
marclaporte | hmmm
did you give perms to vote? | [16:37] |
*** | SEWilco2 has joined #tikiwiki | [16:37] |
WildPikachu | yep ... see I can't even assign it to be a module on the right hand side of the page, I can only admin it and access it in the admin section | [16:38] |
SEWilco2 | Does the assignment on the right produce an error, or it is merely not visible? Is it visible if placed on the left side? | [16:40] |
WildPikachu | its not visible in the module list dropdown :)
I should maybe be using 3.3 before I come with problems like this which may already be fixed :) | [16:40] |
SEWilco2 | Yup, that's a reason to "can't". | [16:41] |
ricks99 | if this is a module you created, you need to assign it from the USER MODULES tab. click the green + | [16:41] |
SEWilco2 | That's an odd problem in any version. :-( | [16:41] |
*** | chealer has quit IRC (Read error: 113 (No route to host)) | [16:42] |
WildPikachu | its the polls module, official module :) | [16:42] |
ricks99 | what is the name of the module? i dont have a "polls" module
in my tiki | [16:43] |
WildPikachu | http://xyz/tiki-admin_polls.php | [16:44] |
ricks99 | that is how you create a poll -- not a module
you need to: 1. create the poll 2. create a module 3. put the poll in the module 4. assign the module to the left/right column | [16:44] |
WildPikachu | ah, gotcha
found it :) thanks guys :), long live tikiwiki! WildPikachu looks for the donate button o/ | [16:45] |
*** | WildPikachu has left "Leaving"
rolandtanglao has quit IRC () GillesM has joined #tikiwiki | [16:48] |
nkoth has quit IRC () | [16:56] | |
marclaporte has quit IRC (Read error: 60 (Operation timed out)) | [17:10] | |
CIA-50 | tikiwiki: 03sylvieg * r23630 10/branches/4.x/lib/tikilib.php: [FIX]language: browser langauge must be limited to available language(ex: en_uk can be the browser language and not selected) | [17:21] |
Tikiwiki|bot | New Forum Posts: Problema con titulos en modulos - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=35454 | [17:28] |
.... (idle for 15mn) | ||
*** | Wilkins has quit IRC (Read error: 113 (No route to host))
chibaguy has quit IRC (Read error: 104 (Connection reset by peer)) gozer_ has quit IRC (Remote closed the connection) gozer_ has joined #tikiwiki | [17:43] |
CIA-50 | tikiwiki: 03sylvieg * r23631 10/trunk/ (9 files in 6 dirs): [MRG] Automatic merge, branches/4.x 23613 to 23630 | [17:58] |
*** | MacLeod has joined #tikiwiki | [18:09] |
MacLeod | How can I get a code snippet for displaying a Network Solutions seal between the <head> tags on a Tiki site?
I checked the custom site header in Admin > Look & Feel, and that code ends up between the <body> tags. | [18:10] |
ricks99 | 4.x allows you to add content to <head> section. prior versions, you'll need to edit the header.tpl | [18:11] |
MacLeod | @ricks99: kthx | [18:13] |
ricks99 | yw | [18:15] |
CIA-50 | tikiwiki: 03sylvieg * r23632 10/branches/4.x/lib/tikilib.php: oops - forgot the global | [18:20] |
tikiwiki: 03sylvieg * r23633 10/branches/proposed/lib/tikilib.php: [bp/r 23630, 23632][FIX]language: browser langauge must be limited to available language(ex: en_uk can be the browser language and not selected) | [18:25] | |
*** | franck has quit IRC () | [18:36] |
franck has joined #tikiwiki | [18:42] | |
timotiCK has joined #TIKIWIKI
timotiCK has left | [18:47] | |
.... (idle for 17mn) | ||
Kimberlee has quit IRC () | [19:04] | |
CIA-50 | tikiwiki: 03sylvieg * r23634 10/branches/4.x/lib/structures/structlib.php: notice | [19:04] |
*** | ricks99 is now known as ricks99_away
marclaporte has joined #tikiwiki ChanServ sets mode: +o marclaporte | [19:11] |
CIA-50 | tikiwiki: 03jonnybradley * r23635 10/trunk/db/ (4 files): [FIX] Remove duplicated insert statement | [19:21] |
*** | kiilo has quit IRC (Read error: 110 (Connection timed out))
rodrigo_sampaio has quit IRC ("Leaving.") | [19:31] |
marclaporte | I saw a regression in 4.x
in last few weeks If you do a section edit, after saving the page, it doesn't send you to your section It just puts PageName# in the URL, instead of PageName#SectionA Did anyone see this? Any idea what commit could be responsible? | [19:37] |
....... (idle for 32mn) | ||
*** | xavi has left | [20:10] |
sylvieg | marclaporte: did you try without ajax? | [20:19] |
*** | MacLeod has quit IRC ("Page closed") | [20:32] |
ricks99_away is now known as ricks99
Caarrie has quit IRC (Remote closed the connection) Caarrie has joined #tikiwiki | [20:38] | |
ildefonso has joined #tikiwiki | [20:54] | |
CIA-50 | tikiwiki: 03sylvieg * r23636 10/branches/4.x/templates/categobjects.tpl: backport also sefurl - partiel 23363 | [20:54] |
ildefonso | polom | [20:54] |
*** | doubleclick has quit IRC () | [20:57] |
CIA-50 | tikiwiki: 03pkdille * r23637 10/trunk/ (10 files in 5 dirs): [MOD] lesser magic: some more prefs in admin general template | [21:01] |
Tikiwiki|bot | New Forum Posts: Delete a tracker item from within a wiki page. - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=35458 | [21:10] |
*** | luminoso_ has joined #tikiwiki | [21:11] |
CIA-50 | tikiwiki: 03sylvieg * r23638 10/trunk/ (4 files in 4 dirs): [MRG] Automatic merge, branches/4.x 23630 to 23636 | [21:20] |
*** | Caarrie is now known as Caarrie|away
luminoso has quit IRC (Read error: 110 (Connection timed out)) grobda24-ghost has joined #tikiwiki grobda24-ghost has quit IRC (Remote closed the connection) | [21:20] |
kiilo has joined #tikiwiki
chealer__ has joined #tikiwiki grobda24 has quit IRC (Read error: 110 (Connection timed out)) op has joined #tikiwiki | [21:33] | |
op | hello, I am looking for contact information of tikiwki consultants in Sao Paulo, Brazil. | [21:40] |
*** | op has quit IRC ("Page closed")
kiilo has quit IRC ("Leaving.") | [21:46] |
luminoso_ has quit IRC (Read error: 110 (Connection timed out))
lphuberdeau1 has quit IRC (Read error: 110 (Connection timed out)) RavenC has quit IRC ("~ Trillian Astra - www.trillian.im ~") Sug4r` has quit IRC (calvino.freenode.net irc.freenode.net) chealer_ has quit IRC (Read error: 110 (Connection timed out)) gozer_ has quit IRC () Sug4r has joined #tikiwiki | [21:51] | |
luciash | luciash poloms back to keyboard | [22:02] |
*** | luminoso has joined #tikiwiki
luminoso_ has joined #tikiwiki | [22:12] |
luminoso_ has quit IRC (Client Quit)
kiilo has joined #tikiwiki | [22:18] | |
..... (idle for 23mn) | ||
Tikiwiki|bot | New Forum Posts: Duplicate key error on language editing - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=35459 | [22:42] |
*** | ibrrorg has joined #tikiwiki | [22:49] |
ibrrorg has quit IRC ("Page closed")
Tricia has quit IRC (Ping timeout: 180 seconds) marclaporte has quit IRC (Read error: 110 (Connection timed out)) | [22:55] | |
......... (idle for 41mn) | ||
ildefonso has quit IRC ("Leaving") | [23:39] | |
.... (idle for 17mn) | ||
CIA-50 | tikiwiki: 03pingus * r23639 10/mods/trunk/features/aulawiki/ (3 files in 3 dirs): [MOD] tiki_p_create_ws_resour cannot remove/change ws objectperms anymore | [23:56] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |