←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | Caarrie|away is now known as Caarrie
ricks99|away has quit IRC (Quit: Get more help: Tiki for Smarties http://twbasics.keycontent.org and Tiki Essentials http://twessentials.keycontent.org) chealer has quit IRC (Remote host closed the connection) | [01:05] |
CIA-65 | tikiwiki: 03robertplummer * r28820 10/trunk/lib/jquery_tiki/tiki-jquery.js: [FIX] turned off logger for sheet | [01:14] |
*** | chealer has joined #tikiwiki | [01:21] |
...... (idle for 28mn) | ||
goj|ghost has joined #tikiwiki
goj has quit IRC (Ping timeout: 246 seconds) goj|ghost is now known as goj | [01:49] | |
CIA-65 | tikiwiki: 03nkoth * r28821 10/trunk/ (4 files in 3 dirs): [NEW] Mass search and replace of content in wiki pages | [02:07] |
.... (idle for 15mn) | ||
*** | Caarrie is now known as Caarrie|sleeping | [02:22] |
............................. (idle for 2h23mn) | ||
yonixxx has joined #tikiwiki
yoni has quit IRC (Read error: Connection reset by peer) | [04:45] | |
yonixxx has quit IRC (Remote host closed the connection)
yonixxx has joined #tikiwiki | [04:55] | |
yonixxx has quit IRC (Remote host closed the connection)
chealer_ has joined #tikiwiki | [05:10] | |
CIA-65 | tikiwiki: 03pkdille * r28822 10/trunk/templates/ (attachments.tpl attachments_tracker.tpl categorize.tpl): [MOD] remove some useless css classs on td and tr tags in formcolor tables | [05:12] |
*** | chealer has quit IRC (Ping timeout: 265 seconds)
chealer_ has quit IRC (Read error: No route to host) chealer_ has joined #tikiwiki chealer_ has quit IRC (Client Quit) chealer__ has joined #tikiwiki pkdille has joined #tikiwiki pkdille has quit IRC (Remote host closed the connection) | [05:13] |
chealer__ has quit IRC (Ping timeout: 265 seconds) | [05:27] | |
chealer__ has joined #tikiwiki
chealer__ is now known as chealer_ chealer_ is now known as chealer | [05:34] | |
.... (idle for 19mn) | ||
chealer has quit IRC (Remote host closed the connection) | [05:54] | |
chealer has joined #tikiwiki | [06:00] | |
......... (idle for 40mn) | ||
redflo has joined #tikiwiki | [06:40] | |
......... (idle for 40mn) | ||
Wilkins has joined #tikiwiki | [07:20] | |
........ (idle for 38mn) | ||
xavi has joined #tikiwiki | [07:58] | |
coaboa has joined #tikiwiki | [08:04] | |
coaboa | hello and good morning | [08:05] |
Is there a way to include a file containing a script to via look and feel? Siomilar to templates {include file='/path/somescript'} as this would be easier to maintain.
* to tiki *similar | [08:12] | |
...... (idle for 26mn) | ||
*** | xavi has quit IRC (Ping timeout: 252 seconds) | [08:38] |
.... (idle for 17mn) | ||
coaboa | cool include via look and feel works. great ;-) | [08:55] |
*** | xavi has joined #tikiwiki | [08:57] |
..... (idle for 21mn) | ||
jonnyb has joined #tikiwiki | [09:18] | |
coaboa | hi jonnyb
hi xavi | [09:18] |
jonnyb | polom coaboa and all | [09:18] |
...... (idle for 25mn) | ||
CIA-65 | tikiwiki: 03xavidp * r28823 10/trunk/lib/wiki-plugins/wikiplugin_trackerlist.php: [MOD]More detailed description on how to prevent unwanted access to wiki pages acting as smarty templates in pretty trackers | [09:43] |
xavi | hi coaboa and jonnyb | [09:43] |
jonnyb | hola xavi | [09:43] |
..... (idle for 23mn) | ||
*** | ricks99 has joined #tikiwiki | [10:06] |
xavi has quit IRC (Ping timeout: 252 seconds) | [10:14] | |
Caarrie|sleeping is now known as Caarrie|away | [10:27] | |
coaboa has quit IRC (Remote host closed the connection) | [10:41] | |
Tikiwiki|bot | New Forum Posts: Bridging with PHPBB? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=38347 | [10:55] |
...... (idle for 25mn) | ||
*** | xavi has joined #tikiwiki | [11:20] |
xavi | jonnyb, a question about jquery, in case you know a quick answer or link for more info | [11:21] |
jonnyb | fire away xavi | [11:21] |
xavi | remember you told a tip to pre-load some values in tracker forms using jquery?
let me give the link.... http://doc.tiki.org/PluginJq well, it works with text fields, but not with textarea any tip on how to get a similar effect on a textarea field in a tracker? | [11:21] |
jonnyb | does the textarea have an "id" or just a "name"?
probably just a name i'm guessing | [11:22] |
xavi | mmm, good question, let me check...example: http://161.116.82.31/tiki_trunk/BasicPipe+Seccio+10
ah, sorry, useless example since anons can't add items checking myself | [11:22] |
jonnyb | :)
you'll probably need something like $('textarea[name="edit"]').val() | [11:23] |
xavi | id="area_67" and name="track_67"
^it has both, name and id I'll try your tip | [11:25] |
jonnyb | oh... and $('#area_67').val() is no good?
# means id there's lots more on this here: http://api.jquery.com/browser/ look under "selectors" | [11:25] |
xavi | I mean: this $("#track_68").val("foo or bar"); works for a text field, but not for a text area
(using trunk) | [11:26] |
jonnyb | for some stupid reason the textareas use a different naming system in tracker (!) | [11:27] |
xavi | ok, great, it works with $("#area_67").val("test"); in a textarea
yes, I've just noticed! Thanks for tip, it works | [11:27] |
jonnyb | annoying, isn't it! :) | [11:27] |
xavi | I?ll add to documentation of PluginJQ
he, he, jonnyb, and any trick to allow multilines in the text area content added by jquery magic? | [11:28] |
jonnyb | like by using n you mean? | [11:33] |
xavi | this doesn't work: $("#area_67").val("test1 %%% test2 %%% test3");
ah, ok, I'll try | [11:33] |
jonnyb | %%% is for wiki parsed stuff | [11:33] |
xavi | yes
and that's js, ok, ok | [11:33] |
jonnyb | n is a linefeed (usually) | [11:33] |
xavi | xavi slowly learning | [11:33] |
jonnyb | :) | [11:33] |
xavi | yes, it works! nice :-) | [11:34] |
jonnyb | might be weird on windows (especially in IE) | [11:34] |
xavi | oups, is it unsupported by IE8? | [11:35] |
jonnyb | don't know - you might need to use nr (or is it rn - i can never remember)
(or care ;) ) | [11:35] |
xavi | :-) | [11:36] |
*** | FrankP has joined #tikiwiki
eromneg has joined #tikiwiki | [11:39] |
xavi | luciash? | [11:55] |
*** | yonixxx has joined #tikiwiki | [11:57] |
CIA-65 | tikiwiki: 03changi67 * r28824 10/trunk/templates/tiki-theme_control_objects.tpl: [MOD] No change indentation only
tikiwiki: 03changi67 * r28825 10/trunk/templates/tiki-theme_control_objects.tpl: [MOD] remove some useless css classes on td and tr tags in formcolor tables | [12:01] |
xavi | I'd need some help with some css trick to make code from geshi wrap even when line numbers are on
example: http://161.116.82.31/tiki_trunk/test | [12:04] |
CIA-65 | tikiwiki: 03changi67 * r28826 10/trunk/templates/tiki-theme_control_sections.tpl: [MOD] No change indentation only
tikiwiki: 03changi67 * r28827 10/trunk/templates/tiki-theme_control_sections.tpl: [MOD] remove some useless css classes on td and tr tags in formcolor tables | [12:06] |
ricks99 | @xavi: when using line numbers, really should be an ordered list <ol> with list elements <li> | [12:08] |
*** | coaboa has joined #tikiwiki | [12:09] |
CIA-65 | tikiwiki: 03changi67 * r28828 10/trunk/templates/tiki-theme_control.tpl: [MOD] No change indentation only
tikiwiki: 03changi67 * r28829 10/trunk/templates/tiki-theme_control.tpl: [MOD] remove some useless css classes on td and tr tags in formcolor tables | [12:13] |
xavi | hi ricks99 . but what does it mean, that when using line numbers, no line wrapping is possible?
my question is, i npart, which css do I need to modify in order to have the line wrap when I use line numbers in plugin code? witout linenumbers, code wraps already (in both cases, the same param wrap=1 is set) mmmm, somewhere the pre tag gets different style (out of tiki, so in geshi, somewhere) when using line numbers xavi digging in geshi a bit | [12:17] |
ricks99 | as a hack, you need to use the {word-wrap: break-word; } css...
but that does not address the *real* problem: the code/markup that Tiki is generating is wrong should be <ol><li> instead of <table>... | [12:23] |
xavi | ricks, I'm afraid it's in purpose of a new geshi version that I use
so that the code can be copied without copying the line numbers | [12:33] |
ricks99 | hm. produces bad/invalid/incorrect html though. will also fail accessiblity | [12:34] |
xavi | my question is , where could I add that {word-wrap: break-word; }? (getting lost inside geshi code) | [12:34] |
HideMe | I'm having an issue with the Tiki mailer. Setup test mail was sent/received.... but the 'forgot password' feature isn't sending mail. Any ideas why? | [12:35] |
xavi | ricks99: , never mind, too complicated, probably, I'll live with it
I need this new version of geshi because it supports R syntax (rsplus) and it seems, for waht you say, that the problem is in geshi HideMe: check the bug tracker, to see if this is a known bug at http://dev.tiki.org/tracker5 | [12:35] |
HideMe | xavi, seems to be one for 2005... that's about it.
I'm using the current version. | [12:38] |
xavi | "current"=5.1? | [12:39] |
HideMe | yes.
Not LTS. | [12:39] |
xavi | HideMe: it works for me in trunk
let me try in 5... | [12:41] |
HideMe | k | [12:41] |
*** | jonnyb has quit IRC (Quit: jonnyb) | [12:44] |
xavi | mmmm , I get white page on tiki5
which language are you using, btw? HideMe: ^ | [12:45] |
HideMe | English
I get the page that the reminder has been sent.... no mail is received though. | [12:45] |
xavi | mmm, my problem in five seems to be another
using catalan, some single quote in localitzed strings is breaking some js message, producing an error, and since I had errors shown only for admin, the anonymous user was seing a blank page once showing errors for all users, then I get that page working, at least now I'll test the password resend in 5 and switching to English, just in case works for me, HideMe | [12:46] |
HideMe | Argh. | [12:49] |
xavi | so you must have some other problem
try looking at the tiki logs once you have set that email sending is loogged in tiki logs (In Admin > General) hth | [12:49] |
HideMe | nothing in the tiki log
Oh ok.. sec xavi, no error but I see the entry. | [12:50] |
xavi | ok, I would say that you try to reproduce with another (fake?) user that yopu create with another email
to see if the problem if with that email account, or whatever (in spam folder, etc.) | [12:54] |
HideMe | ok, brb | [12:58] |
CIA-65 | tikiwiki: 03sylvieg * r28830 10/trunk/lib/wiki-plugins/wikiplugin_trackerlist.php: notice | [13:00] |
*** | kiai has joined #tikiwiki | [13:04] |
CIA-65 | tikiwiki: 03sylvieg * r28831 10/trunk/ (4 files in 4 dirs): [FIX]TRACKERLIST: fix sticky calendar popup | [13:08] |
HideMe | xavi Looks like a non-issue. | [13:10] |
*** | jonnyb has joined #tikiwiki | [13:14] |
xavi | bbl | [13:17] |
*** | xavi has quit IRC (Quit: Page closed) | [13:17] |
HideMe | Can anyone tell me how to get the links up at the very top like tikiwiki.org? | [13:26] |
..... (idle for 21mn) | ||
CIA-65 | tikiwiki: 03sylvieg * r28832 10/trunk/lib/wiki-plugins/wikiplugin_trackerlist.php: notice | [13:47] |
Tikiwiki|bot | New Forum Posts: File Galleries + Odd HTML(?) code showing on screen - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=38352
New Forum Posts: HowTo GraphViz? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38351 | [13:48] |
*** | kiai has quit IRC (Quit: Page closed)
MartinCleaver has joined #tikiwiki MartinCleaver has quit IRC (Excess Flood) | [13:54] |
CIA-65 | tikiwiki: 03jonnybradley * r28833 10/trunk/lib/ (4 files in 4 dirs):
tikiwiki: [ENH] ckeditor: Wysiwyg plugins - double click to edit. tikiwiki: Probably only works with htmltowiki and lots of optimisation and tidying still to do, but getting closer... | [14:01] |
*** | MartinCleaver has joined #tikiwiki | [14:04] |
jonnyb has quit IRC (Quit: jonnyb) | [14:12] | |
Tikiwiki|bot | New Forum Posts: put blog and forum on custom home page. - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38353 | [14:18] |
*** | jonnyb has joined #tikiwiki | [14:29] |
RavenC has joined #tikiwiki | [14:41] | |
RavenC | polom | [14:41] |
jonnyb | polom RavenC | [14:43] |
CIA-65 | tikiwiki: 03jonnybradley * r28834 10/trunk/lib/ (ajax/tikitohtml.php tikilib.php wiki/editlib.php): [MOD] parse_data: Change parse option 'fck' to a boolean (from y/n) | [14:52] |
*** | ricks99_ has joined #tikiwiki
ricks99 has quit IRC (Ping timeout: 240 seconds) xavi has joined #tikiwiki | [14:56] |
chealer | polom | [15:06] |
jonnyb | hi chealer | [15:06] |
Tikiwiki|bot | Info: Tiki Receives Best of Open Source Software Applications Award - http://info.tikiwiki.org/article109-Tiki-Receives-Best-of-Open-Source-Software-Applications-Award | [15:09] |
RavenC | hi johnnyb & chealer | [15:09] |
HideMe | Can anyone tell me how to get the links up at the very top like tikiwiki.org? | [15:23] |
ricks99_ | @HideMe use secondar menu option on look & feel
note, however, actual placement may vary, depending your ur theme | [15:24] |
HideMe | fivealive theme
"Secondary site menu custom code" This? | [15:25] |
chealer | hi jonnyb, RavenC
jonnyb: so we'll see in New York :-) | [15:26] |
*** | artem has joined #tikiwiki | [15:27] |
jonnyb | indeed chealer | [15:27] |
ricks99_ | y | [15:27] |
jonnyb | going to be a busy month up 'til then... | [15:27] |
*** | artem has quit IRC (Client Quit)
goj has quit IRC (Ping timeout: 246 seconds) goj has joined #tikiwiki | [15:28] |
HideMe | ricks99_, Got the secondbar menu to show.... but do you know how I get it to look like the one on tikiwiki.org?
n/m I go it :) | [15:31] |
ricks99_ | are you using css or phplayer menu? | [15:31] |
chealer | jonnyb: yeah :-P
ricks99_: yay! | [15:32] |
ricks99_ | ? | [15:32] |
HideMe | {menu id=X css=y type=horiz} | [15:35] |
ricks99_ | k. thats it | [15:37] |
*** | david-w has joined #tikiwiki
ricks99_ is now known as ricks99 | [15:40] |
.... (idle for 15mn) | ||
redflo has left | [15:57] | |
sylvieg | somebody reported that at registration the message 'You will receive an email...' is not displayed anymore .... witht eh description of the bug - I can not find it out | [16:05] |
chealer | sylvieg: http://article.gmane.org/gmane.comp.cms.tiki.cvs/57223 | [16:08] |
*** | david-w has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722155716]) | [16:08] |
sylvieg | thx chealer | [16:09] |
.... (idle for 15mn) | ||
*** | Wilkins has quit IRC (Ping timeout: 240 seconds) | [16:24] |
CIA-65 | tikiwiki: 03sylvieg * r28835 10/trunk/lib/registration/registrationlib.php: [FIX]registration: show 'you will receive email'
tikiwiki: 03jonnybradley * r28836 10/trunk/ (4 files in 4 dirs): [ENH] ckeditor: Wysiwyg plugins - now partially working in non-htmltowiki mode. Shows plugin ok, but has problems saving which will be fixed next. | [16:34] |
*** | jonnyb has quit IRC (Quit: jonnyb) | [16:37] |
pikytcus has quit IRC (Remote host closed the connection) | [16:50] | |
.... (idle for 15mn) | ||
HideMe | What is the permission to create a wiki page called? I can't seem to find it. | [17:05] |
ricks99 | @HideMe: pls see docs: http://doc.tikiwiki.org/tiki-index.php?page=Permissions#Permissions_by_section | [17:12] |
HideMe | ricks99, I still don't see a "create" wiki page permission.
Can edit pages (tiki_p_edit), yes. No create. | [17:15] |
ricks99 | edit = create | [17:16] |
xavi | HideMe: test with that, because it must be the same
as rick already pointed out :-) | [17:16] |
ricks99 | :-) (hi xavi) | [17:17] |
xavi | hi ricks99-fast-fingers
:-) | [17:18] |
ricks99 | gotta grab the easy questions quickly :-) | [17:18] |
xavi | :-)
sylvieg? did you know that tracker item history is buggy? | [17:18] |
HideMe | well it's odd.... I have the edits enabled. created two new accounts and the "create a wiki page" link is gone.
perhaps its the inherit anonymous, as I give anonymous NO rights | [17:20] |
xavi | it's not important for me (I'm not using the feature). I was just curious, and willing to take a screenshot for documentation, but I relaized that there are (at least) a couple of issues with it: | [17:20] |
sylvieg | it is supposed not to be - except the last one I fixed about duplication | [17:20] |
xavi | (1) version is shown always as "1" to me, in all versions of that item
(2) is about duplication, all right (maybe we didn't upgrade that c2c.op.o site for a few weeks) fyi: http://c2c.ourproject.org/tiki/tiki-tracker_view_history.php?itemId=10 xavi goes to upgrade that site with latest trunk, just in case | [17:21] |
ricks99 | @HideMe: possibly the menu itmes restricted to specific groups. | [17:24] |
xavi | xavi doesn't understand HideMe's problem | [17:24] |
HideMe | xavi While logged in as a registered user, I no longer have the "create wiki page" links.
permissions seem ok | [17:27] |
ricks99 | @HideMe: do you have the menu option restricted to a specific group?
(and did you clear the cache)? | [17:28] |
xavi | yes, HideME, it seems that you have to play a bit more with the menu options, assignation to groups, read the docs related to menus, ... | [17:28] |
HideMe | menus are limited to registered users | [17:32] |
xavi | HideMe: revise menu options, and see which groups are assigned to them (= they have permission to see them) | [17:35] |
*** | ricks99 is now known as ricks99|away | [17:35] |
xavi | and in case you have an option assigned to two groups, read the documenation about menus, to find out whether the users has to be in both, or in any of the two | [17:35] |
HideMe | I can see the menu though... just the ONE option to create is missing. | [17:35] |
xavi | (I don't remember beforehand) | [17:35] |
HideMe | That doesn't make sense, they whole menu wouldn't render if it was permission on the menu, no? | [17:36] |
ricks99|away | @HideMe: menu *options* can be restricted to specific groups. as xavi suggested, check the docs for details | [17:36] |
xavi | "the ONE option to create"? | [17:36] |
ricks99|away | there are perms *per menu* and *per optin* (in adition to *per feature*) | [17:36] |
HideMe | Yes... "Create a wiki page" is on;y shown for admin | [17:36] |
xavi | then, you need to assgn it to registered
or whatever group you want its users to see it | [17:37] |
HideMe | lol | [17:38] |
xavi | xavi is having issues when using "php installer/shell.php" in two different computers (using latest trunk on both) | [17:38] |
HideMe | I have.
Wow... tikiwiki has to be the most unintuitive permission/menu/block system I've ever seen. | [17:38] |
xavi | unintiutive: did you read the documentation for menus, anyway? (just curiosity) | [17:38] |
ricks99|away | Tiki has the most "fine-grained" perm system.
:-) just try creating a SINGLE menu in mediawiki that has DIFFERENT options for differtnt users/groups. Cannot be done. ... but Tiki can :-) | [17:39] |
xavi | HideMe: how intuitive is for you (or was when you learned it, if so) the permission system in GNU/Linux, for comparison? | [17:40] |
ricks99|away | "With great power comes great(er) complexity" | [17:40] |
xavi | :-)
with my previous questions, I'm not saying that tiki is the most intuitive system for permissions for newbies just wondering how more or less intuitive it is compared to other permission systems | [17:40] |
HideMe | xavi compare tiki to other CMS/wiki software would be a better question. | [17:41] |
ricks99|away | ricks99|away agrees that the docs are... in many places... umm....er..... *lacking* | [17:41] |
xavi | fine-grained, etc.
HideMe: please, if you find ways to propose to make the system more intuitive, please, write a message to the tiki users or devel list, so taht others can think about that... it's not an easy topic | [17:41] |
ricks99|away | @HideMe: u might find this primer helpful http://twbasics.keycontent.org/Creating+Menu+Options <shameless plug> | [17:43] |
xavi | and there are many use cases that you might not be considering, etc. , that would need to be resolved for a complex fine-grained perms system | [17:43] |
RavenC | I will attest to the difficulties from a newbie standpoint, but once you get a feeling of what the program does, it really is relatively easy. And as always, if the tw.o docs don't help you, there is always http://twbasics.keycontent.org/ | [17:44] |
HideMe | ricks99|away, I'm simply using the default menu, admin has the 'create wiki page' link, where as registered users do not. It WAS there before, I've since created new users (registered) which cannot see the link. | [17:46] |
xavi | anybody knows why there are two copies of Zend in trunk under lib/core/Zend and lib/core/lib/Zend ??? | [17:48] |
ricks99|away | so *some* registered users can see th others link, but others cannot? | [17:48] |
*** | ricks99|away is now known as ricks99 | [17:48] |
ricks99 | ricks99 maybe rick doesn't fully understand the issue. | [17:49] |
xavi | sylvieg: fyi, with updated trunk, same issue: http://c2c.ourproject.org/tiki/tiki-tracker_view_history.php?itemId=10
and tiki caches cleared, etc. s/same issue/same 2 issues | [17:51] |
*** | MartinCleaver has quit IRC (Quit: MartinCleaver) | [17:52] |
HideMe | sec... let me try something before I end up jumping out the window. | [17:52] |
sylvieg | xavi - the duplication needs a database update | [17:53] |
HideMe | Ok... so I've verified both tiki_p_view,tiki_p_edit are allowed for registered users. | [17:53] |
xavi | sylvieg: db updated, afaik
xavi confused I managed to run "php installer/shell.php" and that should have run all sql's... | [17:53] |
HideMe | The link lol
Now the menu has something there.... seemingly a placeholder, with no text. | [17:55] |
ricks99 | @HideMe: are you creating your own menu (recommeded) or modifying the "as shipped" menu? | [17:57] |
HideMe | ricks99, I'm not editing the menu, I simply enabled secondmenu in the them to use as shipped menu links, and then hid the shipped menu from everyone but admin.
It worked, but the crate wiki link is gone. | [18:00] |
*** | redflo has joined #tikiwiki | [18:09] |
xavi | HideMe, I think I get your problem now. You need to allow the menu (as a whole) to be seen by all, and restrict menu option by assigning them to the groups you want them to see them
does it make sense to you? | [18:10] |
*** | redflo has quit IRC (Remote host closed the connection)
redflo has joined #tikiwiki | [18:10] |
CIA-65 | tikiwiki: 03sylvieg * r28837 10/trunk/installer/schema/20101001_duplic_actionlog_tiki.sql: [FIX]clean duplication in actionlog | [18:11] |
sylvieg | xavi: can you try this one^^ it should delete the duplication | [18:11] |
xavi | ok, sylvieg, there I go... | [18:12] |
HideMe | xavi Mmm I think so... let me first check permission on the menu again | [18:13] |
xavi | :-), btw, sylvieg, you live a month later than the rest of the world :-)
or I don't know your "month"-zone :-) 20101001_... xavi knows that time passes very quickly but... | [18:13] |
HideMe | xavi, ok, so I am in Admin > Menus > Permissions (key icon) and it says: No direct permissions yet applied to this object. Global permissions apply. | [18:14] |
*** | MartinCleaver has joined #tikiwiki | [18:14] |
sylvieg | 2010 10 01? | [18:15] |
xavi | ok, HideMe, then go to global permissions, and allow anons or reg. to see menus | [18:15] |
HideMe | sylvieg, it's 9 (sept) | [18:15] |
xavi | sylvieg: see the file name that you created and committed :-) | [18:15] |
sylvieg | oops | [18:15] |
xavi | :-) | [18:15] |
sylvieg | what do I do .. do I rename now? | [18:15] |
xavi | yes, +1 | [18:16] |
HideMe | xavi, ok, I clicked global.... it says: {treetable}: No rows found | [18:16] |
xavi | HideMe: ok, that might be due to a bug. See the other tab, which allows you to select features
and ensure that you have menus enabled | [18:16] |
CIA-65 | tikiwiki: 03sylvieg * r28838 10/trunk/installer/schema/20100901_duplic_actionlog_tiki.sql: oops | [18:17] |
sylvieg | sorry - I am bad with date | [18:17] |
xavi | thks, sylvieg :-) | [18:17] |
HideMe | xavi, again {treetable}: No rows found | [18:17] |
sylvieg | thx for noticing it quickly | [18:17] |
HideMe | select groups tab works, both anonymous and registered are clicked.
(checked off) | [18:18] |
sylvieg | ( I was lazy to commit the script - so now done ) for the problem with version Id ... I have no idea....yet | [18:18] |
xavi | "select features", I mean
at HideMe ^ | [18:18] |
HideMe | xavi, yes, that tab retuens {treetable}: No rows found too | [18:18] |
xavi | xavi checking that tab/feature | [18:19] |
*** | jonnyb has joined #tikiwiki | [18:19] |
xavi | HideMe: can you select "Show permissions for disabled features"? | [18:20] |
HideMe | yes
and everything is checked | [18:20] |
xavi | then grant permissions to your groups for menus
what's your problem then? sylvieg: confirmed, thanks, duplication gone. | [18:22] |
HideMe | xavi, it has no option on that page! | [18:26] |
xavi | don't you have a tab called "Assign permissions" under tiki-objectpermissions.php ? (global permissions) | [18:26] |
HideMe | xavi, yes. | [18:27] |
xavi | ok, did you search for the word "menu"?
in the filter box on top "on top": under the "Permissions" title menu options seem to be inside the "tiki" section in that page | [18:27] |
HideMe | ok... I see that.
two permissions there... neither have anything to do with creating a wiki page Can edit menu (tiki_p_edit_menu) Can edit menu option (tiki_p_edit_menu_option) The permission for the crate wiki page is tiki_p_view and tiki_p_edi *create | [18:29] |
xavi | be back later | [18:33] |
HideMe | haha
See... admit it's hoop upon hoop. Thanks for the time anyway. | [18:33] |
CIA-65 | tikiwiki: 03changi67 * r28839 10/trunk/templates/ (5 files): [MOD] No change indentation only | [18:45] |
tikiwiki: 03changi67 * r28840 10/trunk/templates/ (4 files): [MOD] remove some useless css classes on td and tr tags in formcolor tables | [18:50] | |
*** | pkdille has joined #tikiwiki | [18:51] |
CIA-65 | tikiwiki: 03pkdille * r28841 10/trunk/templates/ (6 files): [MOD] remove some useless css classs on td and tr tags in formcolor tables | [18:56] |
.... (idle for 17mn) | ||
chealer | changi: if a commit does not modify behavior, it's not necessarily to tag it [MOD] | [19:13] |
luciash | polom polom | [19:13] |
RavenC | hi luciash | [19:13] |
chealer | changi: I've seen others use [INDENT], IIRC, though I think that one is not official
hi luciash xavi: lib/core/lib/ is not supposed to exist anymore in trunk. Rodrigo recently moved that up, to simply lib/core/ | [19:13] |
luciash | hi everybody | [19:15] |
chealer | s/necessarily/necessary/ | [19:15] |
luciash | actually those [FOO] which are recognized go automagically to changelog, so should be logical (meaningful) for changelog | [19:16] |
HideMe | so I've rolled my DB back to before I started playing with menus. The default menu still does not have the "create wiki page" link though wiki permissions are set for registered users to do so. Any idea? | [19:18] |
luciash | HideMe: after clearing Tiki cache ? | [19:18] |
HideMe | luciash, yes. all tiki caches | [19:19] |
luciash | and the item is in the menu defined ? | [19:20] |
HideMe | How so?
I see the link while logged in as Admin.... but not as a registered user. | [19:21] |
luciash | how so ? it's a question... sorry for my english | [19:21] |
ricks99 | @HideMe: if returned to defaults, the Reg group requires access to wiki and listpages feature, in addition tiki_p_edit perm | [19:21] |
HideMe | yes, please explain what you mean. | [19:21] |
luciash | ah | [19:21] |
ricks99 | to clear cache, select Admin > Tiki Cache from the menu | [19:22] |
HideMe | ricks99, Ok... I've given the Registered group permissions to edit wiki pages (tiki_p_edit)
still no link for them | [19:23] |
ricks99 | did u clear the cache. ^^^ | [19:23] |
HideMe | Yes, see above at 15:19 | [19:23] |
CIA-65 | tikiwiki: 03changi67 * r28842 10/trunk/templates/ (18 files): [MOD] remove some useless css classes on td and tr tags in formcolor tables | [19:23] |
HideMe | Cleared ALL tiki cache | [19:23] |
luciash | basically your group needs permissions which are listed for the menu item on the Admin > Menus > Main Application menu (id 42) > Edit items (icon) > Create New Page
tiki-admin_menu_options.php?menuId=42 | [19:24] |
ricks99 | @HideMe: I cannot reproduce your error.
on my brand new 5.1 install, after granting tiki_p_edit to registered group, the wiki > Create page option appears, as expected | [19:26] |
luciash | HideMe: more specifically tiki-admin_menu_options.php?menuId=42&offset=25 | [19:27] |
ricks99 | pls check your Registered group permissions | [19:27] |
luciash | HideMe: Sections: feature_wiki,feature_listPages
HideMe: Permissions: tiki_p_view,tiki_p_edit | [19:27] |
HideMe | tiki-admin_menu_options.php?menuId=42&offset=25 doesn't exist. | [19:27] |
luciash | HideMe: how so ? it does for me in my Tiki 5.1 | [19:28] |
HideMe | I've gone into tiki-admin_menu_options.php?menuId=42 , searched for create and added the permission for registered on create a Wiki Page (tiki-listpages.php?cookietab=2#tab2) But the link isn't there. | [19:29] |
luciash | HideMe: did you delete menu with Id 42 ? | [19:29] |
HideMe | Mmm where does it show my version?
no. | [19:29] |
luciash | changelog.txt
do you have feature_listPages enabled ? | [19:30] |
HideMe | k.. I too am using 5.1 | [19:31] |
CIA-65 | tikiwiki: 03jonnybradley * r28843 10/trunk/ (3 files in 3 dirs):
tikiwiki: [ENH] ckeditor: Wysiwyg plugins - now mostly working in non-htmltowiki mode. Still ends up showing plugin syntax after double-click editing (TODO), but loads and saves ok. tikiwiki: Also some refactoring and implementation properly on {CODE} section. | [19:31] |
luciash | or can you access tiki-listpages.php?cookietab=2#tab2 with Registered group user ? | [19:32] |
ricks99 | @HideMe: are you 100% sure that the user is in the Registered group? | [19:32] |
HideMe | Is feature_listPages a plugin? | [19:33] |
luciash | HideMe: nope, it is just a feature under Admin > Wiki iirc | [19:33] |
HideMe | luciash, yes I can access tiki-listpages.php?cookietab=2#tab2 is a registered user.... the link isn't in the menu though. | [19:33] |
luciash | ah, hmm, and do you see as the user the Create a Wiki Page tab ? | [19:35] |
HideMe | list pages is enabled... and on that page is a tab to create a page.
Yes Still no link as the admin user has though. | [19:35] |
*** | jonnyb has quit IRC (Quit: jonnyb) | [19:38] |
luciash | HideMe: weird, i have it (just created test user "foo", and gave the Registered group tiki_p_edit | [19:39] |
HideMe | wtf | [19:39] |
ricks99 | do u have a URL public? | [19:40] |
HideMe | ricks99, nope, I'm just testing local to see if tiki is right for me. | [19:40] |
ricks99 | as with luciash, my 5.1 site has the menu option, as expected | [19:41] |
HideMe | and you haven't touched the default menus? | [19:41] |
ricks99 | nope
all i did was give tiki_p_edit to the Registereed group then created a new user. that new user can see wiki > create link last thing... your 100% that you modified the *group* permission -- not the homepage *page* permission? | [19:41] |
HideMe | ok.. so I'm going to take this permission off the menu item tiki-admin_menu_options.php?menuId=42&offset=0&sort_mode=position_asc&optionId=36 | [19:43] |
luciash | HideMe: just curious, what OS you try under ? Linux or Windows ? | [19:43] |
HideMe | rick pretty sure I did.... lets walk through it.
luciash, linux | [19:43] |
ricks99 | 1. select Admin > Groups | [19:44] |
HideMe | OMG!
so I took that permission off that luciash told me to set... and now it's there! | [19:44] |
ricks99 | y. because now *ANYONE* will see the option
this is not what you want you want only registered users to see the create option, right? | [19:45] |
luciash | HideMe: did you assign the tiki_p_edit on tiki-objectpermissions.php?group=Registered actually ? | [19:47] |
HideMe | Right... however, I set permissions on the modules so only registered users can see them. | [19:47] |
CIA-65 | tikiwiki: 03changi67 * r28844 10/trunk/templates/ (17 files): [MOD] remove some useless css classes on td and tr tags in formcolor tables | [19:47] |
HideMe | anonymous visitors can't see any menu | [19:47] |
luciash | HideMe: ok, that will work for you, but it is just a workaround, we really wonder why it doesn't work for you the "standard way" | [19:48] |
HideMe | luciash, yes. anon has nothing.... registered have some.
Ok... seriously.... I want to jump out the window. The link is gone again. | [19:48] |
ricks99 | withing seeing your actual site, i cannot provide any additioanl details. sorry.
as i said, i have confirmed that it works as expected on my sites | [19:52] |
HideMe | After adding a secondsite menu {menu id=49 css=y type=horiz} and then site menu bar {menu id=42 css=y type=horiz} the links are gone.
Ok... try maknig those theme changes though. *making because that's when I initially noticed the issue when moving my menus around. Ah HA! now removing the secondsite menu {menu id=49 css=y type=horiz} the link is back! | [19:52] |
ricks99 | there is no menu #49 in a default install
did u create a custom menu? or apply a profile? a new tiki install has a single menu: #42 | [19:58] |
HideMe | 49 is a custom menu I created... just some links.
Adding both the menus to the theme at once the link went away.... I took 49 out, saved, the link was back. Added 49 again, now all is well. too quirky. | [20:00] |
ricks99 | ricks99 is completely lost at this point :(
sorry i can't help more. if you're still having problems, i suggest posting to the support forums | [20:01] |
HideMe | you guys have helped greatly... it may be resolved. | [20:04] |
chealer | changi: ^^ | [20:04] |
CIA-65 | tikiwiki: 03pkdille * r28845 10/trunk/templates/ (7 files): [MOD] no changes, code indenting | [20:07] |
chealer | pkdille: if a commit does not modify behavior, it's not necessary to tag it [MOD]. I've seen others use [INDENT], IIRC, though I think that one is not official. | [20:08] |
luciash | luciash seconds chealer :) | [20:16] |
*** | Tikiwiki|bot has quit IRC (Ping timeout: 252 seconds) | [20:19] |
pkdille has quit IRC (Remote host closed the connection) | [20:33] | |
.... (idle for 19mn) | ||
ricks99 has quit IRC (Quit: Get more help: Tiki for Smarties http://twbasics.keycontent.org and Tiki Essentials http://twessentials.keycontent.org) | [20:52] | |
RavenC has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~)
david-w has joined #tikiwiki coaboa has quit IRC (Read error: Connection reset by peer) | [21:05] | |
MartinCleaver_ has joined #tikiwiki
MartinCleaver has quit IRC (Ping timeout: 260 seconds) MartinCleaver_ is now known as MartinCleaver RobertPlummer has joined #tikiwiki xavi has left | [21:14] | |
RobertPlummer | Developers, a couple of quick questions: I'm getting ready to write the styler for sheet, and I wanted to run something by you and get your opinion. What do you think of using the existing TikiWiki syntax but sending the request (example change text color) back to the server, have the server interpret it and then the response would be a command to change a cells color, or background color, or font? | [21:20] |
*** | yonixxx has quit IRC (Quit: yonixxx) | [21:26] |
eromneg has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722155716]) | [21:32] | |
redflo has quit IRC (Ping timeout: 260 seconds)
redflo has joined #tikiwiki MartinCleaver has quit IRC (Quit: MartinCleaver) | [21:39] | |
luciash | RobertPlummer: i don't get it, sounds complicated | [21:46] |
RobertPlummer | It is actually not to bad. The complication comes in re-writing the system or use the existing.
TikiWiki syntax has an interpreter, I believe it is written in php. | [21:47] |
luciash | you mean Smarty ?
why not style it only via CSS/jQuery ? | [21:47] |
*** | chealer has quit IRC (Read error: No route to host) | [21:48] |
RobertPlummer | When a cell's value is set, we could just send that value back to the server, and the server detect the syntax, and just tell the sheet to change something.
sort of. This way you could use the buttons or direct syntax to change a cell Like this.... Cell's value changes. this value is sent via ajax to the server using jQuery ajax, the server looks at the value, and the response is something like {color: 'red'}, then the cell changes. This way if the interpreter changes, we won't have to rewrite anything. | [21:48] |
luciash | you mean to support wiki syntax like __bold__ ? and interpret it via ajax going through tikilib parsing ? | [21:52] |
RobertPlummer | right | [21:52] |
luciash | well, why not | [21:53] |
RobertPlummer | that way I don't have to write a new function to understand those values. The way I'm recommending will take much less time to code. | [21:53] |
luciash | maybe it will be slow but why not to give it a try | [21:53] |
RobertPlummer | No no no, fast fast fast. | [21:53] |
luciash | :) | [21:53] |
RobertPlummer | The user won't even know.
In-fact I've already built sheet to do things like this. | [21:53] |
luciash | i mean tikilib is already huge
and going through whole of it isn't super fast | [21:54] |
RobertPlummer | what do you mean?
The interpreter? Is there a specific lib or function that does the interpreting? That I can mod with regex or something to make these changed? changes | [21:54] |
luciash | tikilib.php is bunch of regexps and replaces so every call is going through whole of it to check "just in case" if the string doesn't match some of the wiki syntax | [21:56] |
RobertPlummer | How long would you say it would take on a single value?
are we talking miliseconds? | [21:56] |
luciash | i don't really know, just test ;) | [21:56] |
RobertPlummer | ok
Where is tikilib.php? | [21:56] |
luciash | in lib/ | [21:57] |
RobertPlummer | Found it right before you said it :() | [21:57] |
luciash | np :)
please don't be scared ;) | [21:57] |
RobertPlummer | I can use just certain functions like parse_data_inline_syntax for instance
we only need to change font, color, and background-color; | [21:58] |
luciash | okay then | [21:59] |
RobertPlummer | (at this time) | [21:59] |
luciash | it would become worse for sure when you would like to support all the wiki plugins ;) | [22:00] |
RobertPlummer | Well, we may need to change a few things, but my hope is that it will sort of just work.
Small steps though. For instance, things like regex don't need to change, we can reuse them. Possibly even make an object that is just all the regex, then build our functions around them. Or migrate older ones to use the new system I'm telling you, 1 location for changing this stuff will make things so much simpler. | [22:00] |
*** | chealer has joined #tikiwiki | [22:05] |
sylvieg | getting crazy with rewrite rule again why RewriteRule fr/toto toto [QSA,L]
is not working the styles and all are still fetched in fr/ directory? | [22:08] |
luciash | sylvieg: using RewriteBase ? | [22:09] |
sylvieg | not really .... I wants the other tiki rewrite rule working
each time I have to do something with rewrite rules - it is painful - at least it is only once a year | [22:09] |
chealer | RobertPlummer: so you'd only support GUI/toolbar actions, not parsing hand-written syntax?
oh sorry I missed the answers RobertPlummer: so you don't want/intend that the sheet supports the full wiki syntax? | [22:16] |
*** | Tikiwiki|bot has joined #tikiwiki | [22:27] |
Tikiwiki|bot | New Forum Posts: Can't get get the users to see pictures - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=38356 | [22:27] |
*** | david-w has left | [22:30] |
.......... (idle for 45mn) | ||
changi has quit IRC (Ping timeout: 265 seconds) | [23:15] | |
RobertPlummer | chealer: I think that was mark's vision, and is now becoming myn.
chealer: had you been reading my conversation with sylvieg? | [23:26] |
*** | changi has joined #tikiwiki | [23:27] |
RobertPlummer | polom | [23:28] |
.... (idle for 17mn) | ||
*** | changi has quit IRC (Ping timeout: 258 seconds) | [23:45] |
Caarrie|away is now known as Caarrie | [23:59] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |