[01:11] dennmans left #tikiwiki [01:15] sylvieg joined #tikiwiki [01:15] sylvieg joined #tikiwiki [01:51] arildb_ joined #tikiwiki [03:11] CIA-98 joined #tikiwiki [03:12] CIA-98 tikiwiki: 03robertplummer * r42892 10/trunk/lib/test/core/JisonParser/OutputTest.php: [ENH] Added some formatting and no_line_skipping method [03:13] RobertPlummer fabricius: I am not sure, but jison parser may be stable enough for 10, probably not default though, unless you guys just must have it. [03:14] RobertPlummer fabricius: Thing with the new parser vs old, is that it can be fixed SO MUCH faster than the old parser. Generally the mild abstraction makes understandability very much better. [03:24] goj joined #tikiwiki [06:55] arildb joined #tikiwiki [09:04] franGrn joined #tikiwiki [09:04] franGrn hola [10:07] redflo joined #tikiwiki [11:36] sylvieg joined #tikiwiki [11:49] GillesM joined #tikiwiki [11:57] arildb_ joined #tikiwiki [12:09] CIA-98 tikiwiki: 03sylvieg * r42893 10/trunk/lib/smarty_tiki/block.textarea.php: [FIX]do not force width is cols is given [12:10] arildb_ joined #tikiwiki [12:31] rodrigoprimo joined #tikiwiki [13:27] CIA-98 tikiwiki: 03xavidp * r42894 10/branches/9.x/lang/ca/language.php: a few more [13:32] rodrigoprimo joined #tikiwiki [13:38] arildb_ joined #tikiwiki [14:33] RobertPlummer polom all [14:33] RobertPlummer Devs unite! [14:37] amette *fistintheair* [14:37] RobertPlummer amette: Wanna test the jison parser? [14:37] amette puh, quite busy right now - but give me some hints on how to do that please :) [14:38] RobertPlummer tiki-admin.php, search "jison", tick box, click save. [14:38] RobertPlummer done [14:38] amette alright - will do :) [14:38] RobertPlummer wysiwyg is broken right now, but focusing on it today. [14:38] RobertPlummer now that we have an alternate handler, it is somewhat better. [14:39] RobertPlummer Problem is how it is implemented. [14:39] RobertPlummer I might just start from scratch for how jison integrates with it. [14:39] amette I don't really care about wysiwyg, so I can just keep the jison parser running while working on my test-site and we'll see what happens [14:39] RobertPlummer amette: The only real tests, are the real world. Your help is greatly appreciated. [14:40] amette you're welcome - your work is highly appreciated!! :) [14:44] CIA-98 tikiwiki: 03robertplummer * r42895 10/trunk/lib/ (2 files in 2 dirs): [FIX] Right after div or table should not get a break, as they breaks the line [14:44] RobertPlummer This last commit would have taken us a few hours at least to spot and fix. [14:44] RobertPlummer In this case, easy to spot, easy to fix. [14:44] RobertPlummer This new parser is AWESOME! [14:45] amette :) [14:45] RobertPlummer (And so is the coffee that helped me do it!) [14:46] amette ( :D ) [14:53] marclaporte joined #tikiwiki [14:58] marclaporte polom [14:58] marclaporte Jyhem: I wonder why we don't use ini_set of memory_limit all the time [15:01] radek82 joined #tikiwiki [15:07] amette RobertPlummer: [MyPage] creates a href "MyPage" instead of "http://my.tiki.site/MyPage" [15:07] RobertPlummer That is correct syntax for a url amette [15:07] RobertPlummer amette, you want [[MyPage] [15:07] amette yeah, but before it did the last thing [15:08] amette which is quite handy, when you know that you will be moving the site to another domain later - e.g. moving from dev to prod domain [15:09] amette marclaporte: because the user should be able to choose his poison himself?! this could be a preference though perhaps [15:13] amette ah, RobertPlummer - no, I don't want [[MyPage] - I want for example to create a page (let's say in a profile) in which I say "To configure this go to [tiki-admin_security.php]" - and I can't know what domain the Tiki will run on [15:14] RobertPlummer [[MyPage] will output [MyPage] amette [15:14] amette uhm, yeah... I _want_ a hyperlink :) [15:15] RobertPlummer Is you want a wiki link, ((MyPage)) [15:15] RobertPlummer (()) -> wiki link [15:15] amette which won't work for links like /tiki-admin_security.php [15:15] RobertPlummer [] || [|] -> href link [15:15] RobertPlummer [tiki-admin_security.php|Admin Security] [15:16] amette and then I get ..... [15:17] amette a workaround would be to link to [/tiki-admin_security.php] (notice the slash in the beginning), but that won't work, if Tiki runs in a subdirectory [15:18] amette the old parser correctly prepends the http://domain/path Tiki is running in [15:18] RobertPlummer Give me a minute to look at the code. [15:19] amette sure [15:29] dhazel joined #tikiwiki [15:36] sandroandrade_ joined #tikiwiki [15:38] CIA-98 tikiwiki: 03robertplummer * r42896 10/trunk/lib/core/JisonParser/ (Wiki.jison Wiki.js Wiki.php): [FIX] Bold state starts only when just before words or numbers, otherwise it is never started, thus never ended. [15:47] RobertPlummer joined #tikiwiki [15:47] RobertPlummer my ubuntu Xorg just went belly up [15:52] marclaporte joined #tikiwiki [15:53] ron__ joined #tikiwiki [15:56] ron__ Hi, I am hoping to get Facebook and Twitter integrated into my tiki site, particularly in the shout box as shown at http://doc.tiki.org/Social+Networks. I tried to do it, but failed. Can anyone help? [15:56] marclaporte left #tikiwiki [16:00] CIA-98 tikiwiki: 03lphuberdeau * r42897 10/trunk/lib/jquery_tiki/tiki-maps.js: [FIX] Binding of onclick action was not done on the right container, preventing some dialogs from opening in context in the map [16:15] CIA-98 tikiwiki: 03robertplummer * r42898 10/trunk/doc/devtools/parser_diff.php: [NEW] Parser diff, old vs new [16:24] time_r joined #tikiwiki [16:43] marclaporte joined #tikiwiki [16:44] CIA-98 tikiwiki: 03robertplummer * r42899 10/trunk/lib/ (2 files in 2 dirs): [FIX] link handling internal vs external, and ref, icon, and cache [16:44] RobertPlummer amette: svn up bud [16:44] RobertPlummer ron__: I'd like to help, but have not used that functionality. [16:51] ron__ I also tried to get the login with Facebook working, but Facebook now forces you to host your app with heroku (or other trusted providers). I need to get some social media presence on my site, basic follow me and like us buttons. Any help would be great. [16:56] ron__ I haven't gotten into SVN yet. I have some git experience, but am not at a point in understanding development (particularly with tiki php and zend framework) to trust myself with any source code [17:00] Tiki|bot Recent Bug: Tracker item: #4290 - - nbsp text in heading - http://dev.tiki.org/item4290 [17:00] CIA-98 tikiwiki: 03robertplummer * r42900 10/trunk/lib/ (2 files in 2 dirs): [FIX]
right before
on hidden list item [17:08] RobertPlummer ron__: Yea, tiki is a huge project, can be a daunting task at first. [17:09] RobertPlummer ron__: But it may be a good way to get involved. Are you windows or linux? [17:09] RobertPlummer (or mac) [17:30] Tiki|bot New Forum Posts: Mail notifications - Cant enter e-mail address - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45151 [17:31] amette just came back from dinner... will test now... [17:34] amette RobertPlummer: works great! cheers, mate! :) [17:34] RobertPlummer cool amette [17:41] CIA-98 tikiwiki: 03lphuberdeau * r42901 10/trunk/lib/wiki-plugins/wikiplugin_appframe.php: [ENH] Allow to specify a custom class name on the overlay within appframe [17:55] ron__ mac [18:28] CIA-98 tikiwiki: 03robertplummer * r42902 10/trunk/lib/core/JisonParser/Wiki/ (Handler.php HtmlCharacter.php): [FIX] " -- " doesn't need protection [18:40] fabricius joined #tikiwiki [18:40] fabricius ola [18:42] time_r joined #tikiwiki [19:04] ron__ joined #tikiwiki [19:14] CIA-98 tikiwiki: 03robertplummer * r42903 10/trunk/lib/wiki-plugins/wikiplugin_img.php: [FIX] Src can be set, but only for looking at thumbnails [19:14] _qP joined #tikiwiki [19:19] time_r joined #tikiwiki [19:20] fabricius joined #tikiwiki [19:23] CIA-98 tikiwiki: 03lphuberdeau * r42904 10/trunk/templates/tracker/remove_item.tpl: [FIX] Remove service rendering - bad merge caused by blank file created in trunk while the file was added in 9.x [19:48] CIA-98 tikiwiki: 03robertplummer * r42905 10/trunk/lib/jquery_tiki/tiki-jquery.js: [FIX] .html() was turning valid svg into html (in chrome), .children() simply moves them [19:49] changi joined #tikiwiki [20:07] RobertPlummer joined #tikiwiki [20:11] waldo_ joined #tikiwiki [20:13] waldo_ Attempting to install Tiki on a Ubuntu 12.04 server, but failing. I've followed the directions per http://doc.tiki.org/Ubuntu+Install&structure=Tiki+Installation+Guide , [20:13] waldo_ but when I go to http://myservername/tiki-9.1/tiki-install.php, a 500 error is thrown after I submit on the DB page [20:14] waldo_ I've installed MySQL and created the db manually [20:14] waldo_ added the db user and password, and am confident that I'm entering them in the page correctly [20:15] waldo_ ls [20:15] waldo_ does anyone have input as to where to go from here? [20:22] waldo_ ...Bueller...? [20:25] RobertPlummer joined #tikiwiki [20:28] CIA-98 tikiwiki: 03lphuberdeau * r42907 10/branches/9.x/lib/wiki-plugins/wikiplugin_trackerlist.php: [KIL] Un-needed eval statement [20:37] waldo_ Please nevermind, the wiki's install documentation is just bad. [20:57] fabricius WOW [20:58] CIA-98 tikiwiki: 03lphuberdeau * r42910 10/trunk/ (3 files in 2 dirs): [FIX] Preference report fixes [20:58] dhazel joined #tikiwiki [20:58] dhz joined #tikiwiki [21:09] ron__ joined #tikiwiki [21:34] Tiki|bot New Forum Posts: Freetags and calendar events? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45152 [21:48] CIA-98 tikiwiki: 03lphuberdeau * r42911 10/branches/9.x/lib/wiki/wikilib.php: [FIX] Never generate all_languages links when the feature is disabled [22:01] CIA-98 tikiwiki: 03lphuberdeau * r42912 10/branches/9.x/lib/tikiaccesslib.php: [FIX] Let's not send 0 as an HTTP status code. [22:46] CIA-98 tikiwiki: 03robertplummer * r42913 10/trunk/ (4 files in 4 dirs): [22:46] CIA-98 tikiwiki: [FIX] misc draw fixes, to do with dimensions and compatibility issues in chrome [22:46] CIA-98 tikiwiki: [FIX] Initial startup if container doesn't exist, reload location [22:46] CIA-98 tikiwiki: 03robertplummer * r42914 10/trunk/lib/svg-edit_tiki/draw.js: [22:46] CIA-98 tikiwiki: [FIX] misc draw fixes, to do with dimensions and compatibility issues in chrome [22:46] CIA-98 tikiwiki: [FIX] Initial startup if container doesn't exist, reload location [23:01] ron__ joined #tikiwiki