[1:23] Trebly joined #tikiwiki [1:53] Trebly Hi, Help, it is a long time I have not used the editor for document creation. I don't find anymore the way (where are the options) with wysiwyg to add most of wiki tags. Like H1 H2 H3 etc... before to redact I was using wiki syntax and wysiwig only for test. For starting a new site I wish to use the wysiwyg editor,and make it to be used by users... [1:53] Trebly I set long time ago an extended config for test, and many thing have changed... [2:11] benoitg joined #tikiwiki [2:13] CIA-36 tikiwiki: 03marclaporte * r39902 10/trunk/lib/prefs/flaggedrev.php: Clearer description for Revision Approval Categories preference [2:28] benoitg joined #tikiwiki [2:36] AldenisZen joined #tikiwiki [3:2] goj_killedByISP joined #tikiwiki [4:32] benoitg joined #tikiwiki [5:39] phantomfakeBNC joined #tikiwiki [5:49] Bernard1 joined #tikiwiki [6:8] Bernard1 joined #tikiwiki [7:8] pkdille joined #tikiwiki [7:29] CIA-36 tikiwiki: 03marclaporte * r39903 10/trunk/ (7 files in 3 dirs): Better handling of hints for preferences requiring a separator between values [7:52] Bernard1 joined #tikiwiki [7:55] CIA-36 tikiwiki: 03marclaporte * r39904 10/trunk/lib/modules/modlib.php: Move category module param to the top because it's more useful than others on the list. TODO: A feature pref check for the params. Ex.: if perspectives or categories are not used... [8:4] phantomfakeBNC joined #tikiwiki [8:34] xavi joined #tikiwiki [9:54] Bernard1 joined #tikiwiki [10:18] Bernard1 joined #tikiwiki [10:43] Bernard1 joined #tikiwiki [12:41] rodrigoprimo joined #tikiwiki [13:5] CIA-36 tikiwiki: 03sampaioprimo * r39905 10/trunk/templates/messu-compose.tpl: for easier translation sentences should not be splited [13:25] sandroandrade joined #tikiwiki [13:36] mealstrom joined #tikiwiki [13:39] mealstrom hi, ive got question about RSS module in tiki. Is it possible to configure rss to send feed when wiki-pages updates? [13:39] mealstrom say page "Local Dialplan" was changed and everyone who was subscribe to wiki-rss get notified about it? [14:1] PhilBack|afk joined #tikiwiki [14:1] PhilBack|afk polom [14:2] PhilBack I've got a problem with usermodules parms in 6.x [14:2] PhilBack Params appears as "Array" in an input field... Weird. [14:20] Tiki|bot Recent Bug: Tracker item: #4167 - - Tracker Import from csv does not import date and time properly - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4167 [14:27] Beestje I just opened this bug. I have a solution for version 3.3 :-) [14:27] Beestje I'll check first to see whether it's still a problem in version 8.x [14:35] Beestje yep, same problem in 8.x [14:36] * Beestje starting PHP learning mode [14:47] Beestje I put the correct code in the Description of the bug. [14:48] Beestje I also added the correct code for version 8.3 [14:49] Beestje I don't have the ability right now to check if it works for version 8.3 [14:49] Beestje also I'm a complete newbie regarding PHP [14:50] Beestje If anyone would be able to look into this bug and see if my code is worthy to be taken into the svn, I'd be very happy :-D [14:50] Beestje finally something i'm able to give back to the tikiwiki community (besides closing duplicate bugs...) [15:5] radek82 joined #tikiwiki [15:29] henry_ joined #tikiwiki [15:30] henry_ hello Torsten? [15:34] xavi mealstrom: that's the idea of wiki rss (afaik, it's a feature in tiki, even if I don't know whether it's bug free or not). Try for yourself [15:35] xavi Beestje: try in a 8x localhost of your own, and when it works, you can commit yourself directly to 8x (afaik), and port it to trunk by you or someone else [15:35] xavi just request commit permissions when you consider that you are reading for commiting :-) [15:35] xavi http://dev.tiki.org/Commit [15:38] mealstrom xavi: so rss works only if new page is created? [15:38] xavi it should be updated when the page is changed, afaik [15:39] Beestje @xavi : thanks! Not able to set up 8.x now. Just learned php starting as of yesterday so I don't feel ready to commit at all :-D [15:41] Beestje Just would like someone to review the code that I wrote and see if it's correct. [15:41] xavi Beestje: take it easy, and take your time. But I suggest that you take some time in a few days, for instance, and install a tiki8 in your localhost [15:41] xavi test your fix yourself [15:41] xavi and if you see that it works there, then commit it ;-) [15:41] Beestje well, the code works, just don't know whether it's properly structured [15:42] xavi Beestje: I'm not good coder, so I'm not the right person to review others code. Good luck to find someone [15:42] xavi if not enough feedback here, send your request at the tikiwiki-devel list [15:42] xavi http://tiki.org/lists [15:54] Beestje thanks, already noticed that i used the split() function and in later versions of tikiwiki, they seem to be using the preg_split() function [15:54] Beestje have to adjust that first. Also for the 8.3 version a dateformat was added that I didn't take into consideration [15:57] Beestje hmmm... don't see why I should use the preg_split instead of a normal split in this situation. [15:57] nkoth|nelson joined #tikiwiki [16:0] Jyhem_laptop http://fr.php.net/manual/en/function.split.php [16:0] Jyhem_laptop Beestje: → "This function has been DEPRECATED as of PHP 5.3.0. Relying on this feature is highly discouraged." [16:0] Jyhem_laptop That's why [16:1] Beestje ooohhhh :-) i see :-D [16:1] Beestje back to the drawing ... euhm I mean coding board :-D [16:1] Jyhem_laptop look at the page, they explain how to switch [16:3] PhilBack Got my modules thing sorted out. Basically there is no UI but the parms work. Only showing Array() when you edit and there are none. Code was changed but workaround decent enoguh? [16:3] PhilBack s/enoguh?/enough/ [16:6] Beestje @Jyhem : thanks. So in this case it would be even better to use the explode() function instead of preg_split()? [16:7] Beestje quote : If you don't require the power of regular expressions, it is faster to use explode(), which doesn't incur the overhead of the regular expression engine. [16:10] Beestje And afaik I don't need reg exp. to split e.g. "24/12/2010 18:35:21" [16:37] nkoth|nelson hi, has anyone here tried to backport arildb's fixes for special characters in urls in wysiwyg to tiki6? [16:37] nkoth|nelson i am getting stuck [16:39] PhilBack Didn't even knew about that... [16:50] PhilBack Is there anyone having the drawing sources used for the fivealive theme? [16:52] riouxjp64 joined #tikiwiki [16:53] riouxjp64 Hi, how I can justify a text on a wiki page on Tiki 8.2 thank [16:54] nkoth|nelson justify as in flush both left and right? i don't think that is possible in any editor on the web [17:1] riouxjp64 on a word document I can put the text in left center right and justified. Can I justify a text on a page wiki [17:2] CIA-36 tikiwiki: 03sampaioprimo * r39906 10/branches/8.x/ (. templates/messu-compose.tpl): [17:2] CIA-36 tikiwiki: [bp/39905]for easier translation sentences should not be splited (fixes fatal [17:2] CIA-36 tikiwiki: error reported by jean-luc, see [17:2] CIA-36 tikiwiki: http://sourceforge.net/mailarchive/forum.php?thread_name=CABd-ERHOUJB%2BMDesudt9DzjJfTCmpcgc1BLdpc%2BPCoTzP7K92A%40mail.gmail.com&forum_name=tikiwiki-devel) [17:3] xavi left #tikiwiki [17:4] nkoth|nelson riouxjp64: no [17:6] riouxjp64 ok thanks [17:13] mealstrom left #tikiwiki [17:25] PhilBack @riuxjp64: If you put it in a {DIV()} you can. Check the blockquote sample. http://doc.tiki.org/PluginDiv [17:25] PhilBack Got myself a bit better at theming... Check http://philippeback.eu/tiki-index.php [18:0] arildb joined #tikiwiki [18:21] Tiki|bot Recent Bug: Tracker item: #4168 - - WYSIWYG & Mobile: check if browser is supported and provide relevant error message - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4168 [19:24] CIA-36 tikiwiki: 03marclaporte * r39907 10/trunk/lib/prefs/ (http.php https.php): Avoid false reset to default links in the admin panel [19:30] CIA-36 tikiwiki: 03marclaporte * r39908 10/trunk/lib/prefs/session.php: fix typo [19:33] RobertPlummer joined #tikiwiki [19:37] CIA-36 tikiwiki: 03marclaporte * r39909 10/trunk/lib/prefs/session.php: clearer pref name [19:50] CIA-36 tikiwiki: 03marclaporte * r39910 10/trunk/templates/admin/include_login.tpl: dos2unix [20:0] CIA-36 tikiwiki: 03marclaporte * r39911 10/trunk/ (9 files in 2 dirs): dos2unix [20:3] nkoth|nelson left #tikiwiki [20:12] CIA-36 tikiwiki: 03marclaporte * r39912 10/trunk/lib/ (4 files in 3 dirs): dos2unix [20:34] Bernard1 joined #tikiwiki [20:34] pkdille joined #tikiwiki [20:52] Tiki|bot Recent Bug: Tracker item: #4169 - - Plugin: RSS - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4169 [22:10] redflo joined #tikiwiki [22:54] phantomfakeBNC joined #tikiwiki [23:21] Jyhem_laptop joined #tikiwiki [23:50] CIA-36 tikiwiki: 03chealer * r39913 10/trunk/ (templates/tiki-admin_menus.tpl tiki-admin_menus.php): [ENH] Admin menus: change menu creation and modification CSRF protection mechanism from check_authenticity() to check_ticket()