←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | MartinCleaver has joined #tikiwiki | [00:10] |
....... (idle for 30mn) | ||
NoMore has quit IRC (Ping timeout: 246 seconds)
MartinCleaver has quit IRC (Quit: MartinCleaver) | [00:40] | |
CIA-65 | tikiwiki: 03marclaporte * r28494 10/branches/5.x/ (4 files in 2 dirs): [FIX] rollback changes made to the wrong branch | [00:50] |
*** | NoMore has joined #tikiwiki | [00:56] |
FrankP has quit IRC (Ping timeout: 252 seconds) | [01:04] | |
CIA-65 | tikiwiki: 03marclaporte * r28495 10/trunk/img/tiki/ (tikibutton.png tikibutton2.png tikibutton3.png): [MOD] new badges, now 88x31px, colors changed to promote more the blue logo. Special Thanks to Rick Sapir for original design and Simon Lussier for update.
tikiwiki: 03marclaporte * r28496 10/trunk/tiki-directory_browse.php: [DOC] fix doc link | [01:05] |
tikiwiki: 03marclaporte * r28497 10/branches/proposals/5.x/img/tiki/ (tikibutton.png tikibutton2.png tikibutton3.png): [bp/r28495] [MOD] new badges, now 88x31px, colors changed to promote more the blue logo. Special Thanks to Rick Sapir for original design and Simon Lussier for update. | [01:20] | |
...... (idle for 29mn) | ||
*** | goj|ghost has joined #tikiwiki
goj has quit IRC (Ping timeout: 246 seconds) goj|ghost is now known as goj | [01:49] |
Caarrie is now known as Caarrie|sleeping | [01:59] | |
......... (idle for 42mn) | ||
rotterdam has quit IRC (Read error: Connection reset by peer)
rotterdam has joined #tikiwiki | [02:41] | |
...... (idle for 28mn) | ||
Tikiwiki|bot | New Forum Posts: Undefined index problem - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38057 | [03:10] |
New Forum Posts: Mass assign permissions - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38059 | [03:21] | |
........... (idle for 50mn) | ||
*** | rotterdam has quit IRC (Quit: Saindo) | [04:11] |
....................................... (idle for 3h14mn) | ||
olio has quit IRC (Read error: Operation timed out) | [07:25] | |
......... (idle for 44mn) | ||
CIA-65 | tikiwiki: 03changi67 * r28498 10/trunk/lib/captcha/captchalib.php: [MOD] Quality : Opening brace of a class must be on the line after the definition => quality.tikiwiki.org
tikiwiki: 03changi67 * r28499 10/trunk/lib/language/Language.php: [MOD] Quality : Opening brace of a class must be on the line after the definition => quality.tikiwiki.org | [08:09] |
tikiwiki: 03changi67 * r28500 10/trunk/ (3 files in 3 dirs): [MOD] Missing Subversion property svn:keywords = Id => quality.tikiwiki.org
tikiwiki: 03changi67 * r28501 10/trunk/antibot.php: [MOD] Short PHP opening tag used + A closing tag is not permitted at the end of a PHP file => quality.tikiwiki.org | [08:15] | |
*** | ChefTim has joined #tikiwiki | [08:29] |
ChefTim | Hi. Added javascript to the user custom head in general appearance settings and now my site shows a blank page. Need help. | [08:30] |
*** | FrankP has joined #tikiwiki | [08:31] |
....... (idle for 30mn) | ||
luciash | hi
ChefTim: go to your database and look for tiki-preferences table and feature_custom_html_head_content | [09:01] |
ChefTim | I fixed it.
I removed the contents of that | [09:04] |
luciash | yes | [09:05] |
ChefTim | and deleted template cache
and other caches still didnt fix then did mysite/tiki-admin.php?page=look&lm_preference[]=feature_sitemycode&looksetup&cookietab=2 why adding to feature_custome_html_head_content affects sitemycode I dont understand | [09:05] |
luciash | problem is if you put JS directly there, you need to use {literal}...{/literal} around it, otherwise Tiki interprets curly brackets as smarty code tags | [09:06] |
ChefTim | I realize that now :(
is there somewhere I can quickly find the default entry in sitemycode so that I can restore it? | [09:06] |
luciash | better use Miscellaneous tab for custom JS directly put on page (or link to js file instead)
there should be green reset icon next to the info icon | [09:07] |
ChefTim | doh
lol thanks. its late | [09:08] |
luciash | np
you did good job already figuring your problem out yourself ;) | [09:08] |
ChefTim | desperation is a great motivator
need a warning on the custom html head content about the smarty code thing | [09:09] |
luciash | btw, you discovered a little nasty bug, you are right sitemycode is affected | [09:11] |
ChefTim | I found it discussed in a previous irc log | [09:11] |
luciash | but not by the feature_custom_html_head_content | [09:13] |
ChefTim | that is what I edited though | [09:14] |
luciash | it is getting set initially itself and then it stays like "modified" until it is reset
then it is set again if you re-apply the page and then seems to stay "ok" again anyway, if you didn't touch sitemycode textarea, it shoudn't make WSOD the curly brackets were probably in your feature_custom_html_head_content right ? | [09:14] |
ChefTim | I put a small block of javascript in there. lots of curlies | [09:16] |
luciash | yeah, needs literal as in the example under the textarea
or put it in Misc tab last textarea called "Custom JavaScript" | [09:17] |
ChefTim | aye. I hadn't actually looked up the meaning of the literal tag before. or If I did read it I didn't remember in my impulsive cut and paste. | [09:17] |
luciash | there you can put JS directly without care of literal, because it is special for JS and prepared for that input | [09:18] |
ChefTim | I think part of it is due to most other cms's that I have used have a "custom head" section and they always took javascript so I assumed it was ok here. | [09:19] |
luciash | i proposed all those should be on the same tab "Custom Code" | [09:19] |
ChefTim | I'll remember that. thanks | [09:19] |
luciash | yeah, it is not very clever, it shouldn't WSOD at least but give warning instead in an ideal world ;)
it is because the other CMS probably don't allow Smarty code in there | [09:20] |
ChefTim | I am sure it will be fixed in time. If not by the developers then me when I am comfortable enough to start contributing. | [09:21] |
luciash | that would be great, you're welcome
just let us know here when you're ready ;) | [09:21] |
ChefTim | it will be a good long while I am sure
its been a while since I dug into code but tikiwiki impresses me and I am becoming invested in it so I might as well learn how it works | [09:21] |
luciash | lunch time, bbl | [09:26] |
.... (idle for 19mn) | ||
*** | redflo has joined #tikiwiki | [09:45] |
.... (idle for 15mn) | ||
goj|ghost has joined #tikiwiki
goj has quit IRC (Ping timeout: 248 seconds) goj|ghost is now known as goj | [10:00] | |
FrankP has quit IRC (Ping timeout: 252 seconds) | [10:10] | |
.............. (idle for 1h5mn) | ||
NoMore has quit IRC () | [11:15] | |
......... (idle for 40mn) | ||
Caarrie|sleeping is now known as Caarrie|away
JoernOtt has joined #tikiwiki JoernOtt has quit IRC (Client Quit) | [11:55] | |
............. (idle for 1h2mn) | ||
conner_bw has joined #tikiwiki
conner_bw has quit IRC (Client Quit) | [13:03] | |
.......... (idle for 49mn) | ||
CIA-65 | tikiwiki: 03jonnybradley * r28502 10/branches/experimental/wysiwyg_ckeditor_update/ (15 files in 9 dirs): [MRG] Automatic merge, trunk 28485 to 28501 | [13:55] |
*** | jonnyb has joined #tikiwiki | [13:59] |
jonnyb | polom-end
is trunk quite broken or is it just me? | [14:03] |
luciash | hi jonnyb
no clue | [14:03] |
jonnyb | looks like something's gone odd with the theme - minify css seems broken, and i've got the ajax loading div showing (in strasa) | [14:04] |
luciash | minify never worked right for me, keepin' it off mostly
might be latest gary's merge of *-reference.css accidentaly broke something | [14:13] |
jonnyb | ah yes, that sounds prossible | [14:16] |
..... (idle for 23mn) | ||
found it :) | [14:39] | |
CIA-65 | tikiwiki: 03jonnybradley * r28503 10/trunk/styles/layout/layout.css: [FIX] layout.css: rogue curly bracket
tikiwiki: 03jonnybradley * r28504 10/branches/experimental/wysiwyg_ckeditor_update/ (. styles/layout/layout.css): [MRG] Automatic merge, trunk 28501 to 28503 | [14:39] |
*** | rotterdam has joined #tikiwiki | [14:53] |
CIA-65 | tikiwiki: 03jonnybradley * r28505 10/branches/experimental/wysiwyg_ckeditor_update/lib/smarty_tiki/block.textarea.php:
tikiwiki: [FIX] ckeditor: Use packaged js for ckeditor source by default - source version was breaking ajax page load for some reason. tikiwiki: Also display loading div while ckeditor initialises (takes a while in Firefox) | [15:06] |
.... (idle for 18mn) | ||
tikiwiki: 03jonnybradley * r28506 10/branches/experimental/wysiwyg_ckeditor_update/lib/toolbars/toolbarslib.php: [ENH] ckeditor: Some missing tools (icons for admin page to come) | [15:24] | |
...... (idle for 25mn) | ||
*** | rotterdam is now known as rotterdam|away | [15:49] |
CIA-65 | tikiwiki: 03jonnybradley * r28507 10/branches/experimental/wysiwyg_ckeditor_update/lib/ (6 files in 5 dirs): [MOD] ckeditor: rename ajaxAutoSave plugin to 'autosave' (more ckeditor-like naming) | [15:51] |
..... (idle for 23mn) | ||
Tikiwiki|bot | New Forum Posts: Batch File upload. How to? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38066 | [16:14] |
*** | rotterdam|away is now known as rotterdam | [16:22] |
................ (idle for 1h19mn) | ||
FrankP has joined #tikiwiki | [17:41] | |
rotterdam has quit IRC (Ping timeout: 276 seconds)
rotterdam has joined #tikiwiki | [17:52] | |
CIA-65 | tikiwiki: 03jonnybradley * r28508 10/branches/experimental/wysiwyg_ckeditor_update/lib/ckeditor_tiki/plugins/autosave/plugin.js: [MOD] ckeditor: Significant refactoring and simplification of autosave plugin. Also added standard tiki copyright. | [18:00] |
*** | rotterdam has quit IRC (Ping timeout: 265 seconds)
rotterdam has joined #tikiwiki | [18:07] |
................. (idle for 1h20mn) | ||
luciash | >learn prossible as something between probable and possible :) (new word invention courtesy by jonnyb) | [19:29] |
Sug4r | OK, here we go! | [19:29] |
*** | niclone has quit IRC (Excess Flood)
niclone has joined #tikiwiki | [19:29] |
jonnyb | luciash does indeed see all :) | [19:30] |
luciash | :D | [19:30] |
jonnyb | it was in fact what i meant
prossible - nice | [19:30] |
Tikiwiki|bot | New Forum Posts: Make a wiki page admin view only? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38069 | [19:35] |
luciash | i haven't spotted it at the first sight though... just now when i came back i was wondering if it was just a typo but then looking at the keyboard layout i thought "r" key is little far from "p"... aah, he maybe wanted to write probable first but then changed his mind ;) | [19:35] |
..... (idle for 20mn) | ||
Tikiwiki|bot | New Forum Posts: Incorrect time is displayed - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38071 | [19:55] |
..... (idle for 21mn) | ||
New Forum Posts: Comments not showing - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=2&comments_parentId=38073
New Forum Posts: Can I change the padding on top and have the logo not stretched? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38072 | [20:16] | |
................ (idle for 1h17mn) | ||
*** | Gergely has joined #tikiwiki | [21:33] |
Gergely | Good evening or morning! Do I really need to identify myself or it is just a trick?
Anyway, I wanted to ask something about <x>. | [21:40] |
luciash | you need it only if you want talk in pm
or others talk to you in pm | [21:41] |
Gergely | oh. good to know. the nickserv did not say that | [21:41] |
luciash | well, also if you want to admin a channel, prevent stealing your nick by someone else, etc. | [21:42] |
Gergely | so one could log in as NickServ and post the same message replacing the /msg with msg? | [21:43] |
luciash | luciash thought <x> is dead already in latest Tiki versions | [21:43] |
Gergely | good news to me about the <x>. I am still about 5.0, but there it is 100% present | [21:44] |
luciash | ah, well, maybe it is some JS code you insert it doesn't like, you can try to put it inside JS wikiplugin, or HTML plugin
i just thought and haven seen issues with <x> lately haven't | [21:44] |
Gergely | overly. if including a page that has a back button, then it gives a funny ja<x>vascript ... | [21:45] |
luciash | via INCLUDE plugin ? | [21:46] |
Gergely | haven't tried in trunk though
right so can I put the include inside a html plugin? or does the include commit the parsing itself? it seems to me that the latter is true is not <x> some feature that can be turned off? | [21:46] |
the include does not commit any parsing | [21:57] | |
.... (idle for 19mn) | ||
luciash | it seems to be a bug if INCLUDE puts <x> in it but the page itself is not
you can put INCLUDE inside HTML if you provide wiki=y param (iirc) to HTML plugin but it is kinda "scratching using your left leg behind your right ear" as we say in czech ;) | [22:16] |
*** | rotterdam is now known as rotterdam|away | [22:21] |
Gergely | I just tried the reversed order HTML in the included page
the only thing is that I cannot activate it for some reason the plugin is enabled, but I get a "Until an editor of the site validates the parameters, execution will not be possible. ... " and it does help if I click approve as admin clicked both in the included and in the including page, but in vain I try now the html-include combination and hope that it can be approved/activated | [22:24] |
luciash | aren't u admin on that site ? | [22:29] |
Gergely | admin is admin on all pages as default is not it?
the reversed order has the same synptom found it: tiki_p_plugin_approve admin is not assigned by default | [22:31] |
Can approve plugin execution (tiki_p_plugin_approve) is globally set, but it still does not work. I might need to clear the cache. | [22:43] | |
clearing cache did not help either | [22:48] | |
*** | rotterdam|away is now known as rotterdam | [22:57] |
Tikiwiki|bot | New Forum Posts: Thanks for the help guys :( - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38074 | [22:58] |
*** | rotterdam is now known as rotterdam|away | [23:08] |
Gergely | In 4.1 I never had any big hassle with approving plugins. I had better get some sleep now, and hope for a better luck tomorrow. Thanks for the hints luciash, and good night! | [23:09] |
luciash | good night Gergely | [23:11] |
*** | Gergely has quit IRC (Ping timeout: 252 seconds) | [23:14] |
NoMore has joined #tikiwiki | [23:24] | |
NoMore | hey can someone explain a bit about user wiki pages?
like, can you set up many, and do you have unique url extension? where sub urls of like that username for example are in control of that user | [23:24] |
*** | Caarrie|away is now known as Caarrie | [23:35] |
FrankP has quit IRC (Ping timeout: 240 seconds) | [23:46] | |
rotterdam|away is now known as rotterdam | [23:57] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |