sylvieg: joined #tikiwiki
joined #tikiwiki arildb_: joined #tikiwiki CIA-98: joined #tikiwiki
tikiwiki: 03robertplummer * r42892 10/trunk/lib/test/core/JisonParser/OutputTest.php: [ENH] Added some formatting and no_line_skipping method 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.
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. goj: joined #tikiwiki arildb: joined #tikiwiki franGrn: joined #tikiwiki
hola redflo: joined #tikiwiki sylvieg: joined #tikiwiki GillesM: joined #tikiwiki arildb_: joined #tikiwiki CIA-98: tikiwiki: 03sylvieg * r42893 10/trunk/lib/smarty_tiki/block.textarea.php: [FIX]do not force width is cols is given arildb_: joined #tikiwiki rodrigoprimo: joined #tikiwiki CIA-98: tikiwiki: 03xavidp * r42894 10/branches/9.x/lang/ca/language.php: a few more rodrigoprimo: joined #tikiwiki arildb_: joined #tikiwiki RobertPlummer: polom all
Devs unite! amette: *fistintheair* RobertPlummer: amette: Wanna test the jison parser? amette: puh, quite busy right now - but give me some hints on how to do that please :) RobertPlummer: tiki-admin.php, search "jison", tick box, click save.
done amette: alright - will do :) RobertPlummer: wysiwyg is broken right now, but focusing on it today.
now that we have an alternate handler, it is somewhat better.
Problem is how it is implemented.
I might just start from scratch for how jison integrates with it. 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 RobertPlummer: amette: The only real tests, are the real world. Your help is greatly appreciated. amette: you're welcome - your work is highly appreciated!! :) 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 RobertPlummer: This last commit would have taken us a few hours at least to spot and fix.
In this case, easy to spot, easy to fix.
This new parser is AWESOME! amette: :) RobertPlummer: (And so is the coffee that helped me do it!) amette: ( :D ) marclaporte: joined #tikiwiki
polom
Jyhem: I wonder why we don't use ini_set of memory_limit all the time radek82: joined #tikiwiki amette: RobertPlummer: [MyPage] creates a href "MyPage" instead of "http://my.tiki.site/MyPage" RobertPlummer: That is correct syntax for a url amette
amette, you want [[MyPage] amette: yeah, but before it did the last thing
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
marclaporte: because the user should be able to choose his poison himself?! this could be a preference though perhaps
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 RobertPlummer: [[MyPage] will output [MyPage] amette amette: uhm, yeah... I _want_ a hyperlink :) RobertPlummer: Is you want a wiki link, ((MyPage))
(()) -> wiki link amette: which won't work for links like /tiki-admin_security.php RobertPlummer: [] || [|] -> href link
[tiki-admin_security.php|Admin Security] amette: and then I get <a href="tiki-admin_security.php>Admin Security</a> instead of <a href="http://my.tiki/tiki-admin_security.php>.....
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
the old parser correctly prepends the http://domain/path Tiki is running in RobertPlummer: Give me a minute to look at the code. amette: sure dhazel: joined #tikiwiki sandroandrade_: joined #tikiwiki 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. RobertPlummer: joined #tikiwiki
my ubuntu Xorg just went belly up marclaporte: joined #tikiwiki ron__: joined #tikiwiki
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? marclaporte: left #tikiwiki 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
tikiwiki: 03robertplummer * r42898 10/trunk/doc/devtools/parser_diff.php: [NEW] Parser diff, old vs new time_r: joined #tikiwiki marclaporte: joined #tikiwiki CIA-98: tikiwiki: 03robertplummer * r42899 10/trunk/lib/ (2 files in 2 dirs): [FIX] link handling internal vs external, and ref, icon, and cache RobertPlummer: amette: svn up bud
ron__: I'd like to help, but have not used that functionality. 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.
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 Tiki|bot: Recent Bug: Tracker item: #4290 - - nbsp text in heading - http://dev.tiki.org/item4290 CIA-98: tikiwiki: 03robertplummer * r42900 10/trunk/lib/ (2 files in 2 dirs): [FIX] <br /> right before <a /> on hidden list item RobertPlummer: ron__: Yea, tiki is a huge project, can be a daunting task at first.
ron__: But it may be a good way to get involved. Are you windows or linux?
(or mac) 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 amette: just came back from dinner... will test now...
RobertPlummer: works great! cheers, mate! :) RobertPlummer: cool amette 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 ron__: mac CIA-98: tikiwiki: 03robertplummer * r42902 10/trunk/lib/core/JisonParser/Wiki/ (Handler.php HtmlCharacter.php): [FIX] " -- " doesn't need protection fabricius: joined #tikiwiki
ola time_r: joined #tikiwiki ron__: joined #tikiwiki CIA-98: tikiwiki: 03robertplummer * r42903 10/trunk/lib/wiki-plugins/wikiplugin_img.php: [FIX] Src can be set, but only for looking at thumbnails _qP: joined #tikiwiki time_r: joined #tikiwiki fabricius: joined #tikiwiki 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
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 changi: joined #tikiwiki RobertPlummer: joined #tikiwiki waldo_: joined #tikiwiki
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 ,
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
I've installed MySQL and created the db manually
added the db user and password, and am confident that I'm entering them in the page correctly
ls
does anyone have input as to where to go from here?
...Bueller...? RobertPlummer: joined #tikiwiki CIA-98: tikiwiki: 03lphuberdeau * r42907 10/branches/9.x/lib/wiki-plugins/wikiplugin_trackerlist.php: [KIL] Un-needed eval statement waldo_: Please nevermind, the wiki's install documentation is just bad. fabricius: WOW CIA-98: tikiwiki: 03lphuberdeau * r42910 10/trunk/ (3 files in 2 dirs): [FIX] Preference report fixes dhazel: joined #tikiwiki dhz: joined #tikiwiki ron__: joined #tikiwiki Tiki|bot: New Forum Posts: Freetags and calendar events? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45152 CIA-98: tikiwiki: 03lphuberdeau * r42911 10/branches/9.x/lib/wiki/wikilib.php: [FIX] Never generate all_languages links when the feature is disabled
tikiwiki: 03lphuberdeau * r42912 10/branches/9.x/lib/tikiaccesslib.php: [FIX] Let's not send 0 as an HTTP status code.
tikiwiki: 03robertplummer * r42913 10/trunk/ (4 files in 4 dirs):
tikiwiki: [FIX] misc draw fixes, to do with dimensions and compatibility issues in chrome
tikiwiki: [FIX] Initial startup if container doesn't exist, reload location
tikiwiki: 03robertplummer * r42914 10/trunk/lib/svg-edit_tiki/draw.js:
tikiwiki: [FIX] misc draw fixes, to do with dimensions and compatibility issues in chrome
tikiwiki: [FIX] Initial startup if container doesn't exist, reload location ron__: joined #tikiwiki