-: PenguinMan98 has discovered a few interesting bits and bobbles Tiki|bot: Recent Bug: - on click, on mouseover, etc. cause the in preview, and preview diff - http://dev.tiki.org/item4555 PenguinMan98: oh, how wonderfully convenient
$ret = $userlib->validate_user($requestedUser, $pass, $challenge, $response);
list($isvalid, $requestedUser, $error, $method) = $ret;
That should tell me if my login worked or not
And that function is included with tiki-setup.php -: PenguinMan98 ponders the feasibility of just sending post to tiki-login.php and have it redirect back to my page PenguinMan98: I could hotwire that code in to do that. But then I'd have to do that again likely for every system upgrade.
hrm, bbl] arthur_mullard: joined #tikiwiki
joined #tikiwiki Tiki|bot: Recent Bug: - Parser regression on -> between 6 and 9, and still present in 10 and 11 - http://dev.tiki.org/item4556 astroo-: joined #tikiwiki goj_killedByISP: joined #tikiwiki arildb_: joined #tikiwiki arildb: joined #tikiwiki arildb_: joined #tikiwiki arildb: joined #tikiwiki -: pm_98_away returns kstingel: luciash: immutable = once set, can't be changed
apologies for late reply, I was napping and didn't see your reply to my query luciash arildb_: joined #tikiwiki PenguinMan98: So, my solution is going to be to copy large chunks of tiki-login.php into an ajax call I'll place within my chat program. With luck and some tweaks, I'll be able to effect a remote login
I probably don't need any of the interwiki stuff arildb: joined #tikiwiki arildb__: joined #tikiwiki arildb: joined #tikiwiki PenguinMan98: hmmm... arildb_: joined #tikiwiki arildb: joined #tikiwiki Sp4rky: joined #tikiwiki lindonb: left #tikiwiki xavi1: joined #tikiwiki redflo: joined #tikiwiki luciash: polom
kstingel|away: no prob
PenguinMan98: u can check if user is logged in via Smarty simply by doing {if $user ne ""}do something{else}Hi Anonymous !{/if}... or even in wiki page using the wikiplugin: {GROUP(groups=Anonymous)}...{ELSE}{REDIRECT(url=...?status=buddyisloggedin) /}{GROUP}
PenguinMan98: or maybe the other way around (check for Registered and/or other groups, then do else for Anonymous) because Anonymous is included in Registered group iirc Jyhem: polom
IMHO, Anonymous is not included in Registered group by default. That is how you can display a login module for Anonymous and Registered does not see it luciash: Jyhem: i think modules have this exception only
kstingel|away: so you can do {if $f_XX eq "foo"}{jq}$("#ins_XX").attr("disabled","disabled");{/jq}{/if} for example vmachine: left #tikiwiki Tiki-KGB: tikiwiki 03xavidp r46252 10branches/11.x/ 10templates/admin/include_share.tpl 10lib/prefs/share.php
tikiwiki [FIX]Usability fix: wording was missleading, and fixed former non-English sentences. Tiki|bot: New Forum Posts: 12x: share vs. tell a friend: fix token & merge? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=47546
New Forum Posts: We need to roll to Tiki11 Beta - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=47545 Tiki-KGB: tikiwiki 03xavidp r46253 10branches/10.x/ 10lib/prefs/share.php 10templates/admin/include_share.tpl
tikiwiki [bp/r46252][FIX]Usability fix: wording was missleading, and fixed former non-English sentences.
tikiwiki 03xavidp r46254 10branches/9.x/ 10templates/admin/include_share.tpl 10lib/prefs/share.php
tikiwiki [bp/r46252][FIX]Usability fix: wording was missleading, and fixed former non-English sentences. rodrigoprimo: joined #tikiwiki ricks99: joined #tikiwiki Tiki|bot: joined #tikiwiki GillesMM: joined #tikiwiki SkiNut: joined #tikiwiki jonnyb: joined #tikiwiki arildb: joined #tikiwiki Tiki-KGB: tikiwiki 03arildb r46255 10trunk/templates/tiki-admin_mailin.tpl
tikiwiki [ENH] Make it easier to spot and change requirements
tikiwiki 03lphuberdeau r46256 10(12 files in 9 dirs)
tikiwiki [MRG] Automatic merge, branches/11.x 46220 to 46252
tikiwiki 03jonnybradley r46257 10branches/11.x/lib/wiki-plugins/wikiplugin_img.php
tikiwiki [FIX] img: Don't render draw icon if parser is set to suppress_icons (thanks marclaporte) kstingel|away: there appears to be a fault with the 'add user' script (Tiki SVN 12)... when adding a user via admin account, once added, the admin account loses all perms ...
thus far I have been logging out and logging back in as admin, I haven't traced exactly where the error is yet dhazel: joined #tikiwiki kstingel|away: ^^ problem also appears when assigning users to groups Tiki-KGB: tikiwiki 03jyhem r46258 10trunk/ 10lib/userslib.php 10templates/tiki-edit_article.tpl 10tiki-edit_article.php
tikiwiki [ENH] Let admins reattribute articles ownership jonnyb: joined #tikiwiki Tiki|bot: New Forum Posts: Kaltura and Tiki 11 - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=47549 arildb: joined #tikiwiki PenguinMan98: luciash: Thanks for your reply but I think you misunderstand. I'm on webpages that are not inside tikiwiki and trying to tell if someone is logged in or not. If they are not, I want to send them to the login but have them bounce back to the page they were on afterward.
luciash: or the way I'm working it now where I set up a copy of the tiki-login.php called my-tiki-login.php that doesn't invoke smarty. It just checks the logged in status and does the session initialization but then returns a json response to the calling script
why does this project even use smarty anyway?
http://screencast.com/t/oqBNJyFR Tiki|bot: New Forum Posts: Problems with pdf and galleries - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=47552 PenguinMan98: http://screencast.com/t/DjWGJItuMu Tiki-KGB: tikiwiki 03lphuberdeau r46259 10trunk/lib/core/ 10(5 files in 3 dirs)
tikiwiki [ENH] Adding numeric type to the factory interface as there is confusion about what sortable is supposed to do arildb_: joined #tikiwiki Tiki-KGB: tikiwiki 03lphuberdeau r46260 10trunk/lib/ 10search/searchlib-unified.php 03core/Search/Formatter/DataSource/Trusted.php
tikiwiki [ENH] Obtaining datasource should be in formatting mode most of the time, elasticsearch results do not need a datasource as the data is provided in the results
tikiwiki 03arildb r46261 10branches/11.x/tiki-blogs_rss.php
tikiwiki [FIX] wysiwyg blog posts are displayed ok in rss feeds
tikiwiki 03arildb r46262 10branches/11.x/tiki-upload_file.php
tikiwiki [FIX] notice about invalid index
tikiwiki 03jonnybradley r46263 10branches/11.x/ 10templates/admin/include_video.tpl 10admin/include_video.php
tikiwiki [FIX] kaltura: Add a button to be able to recreate the KCW uiConf on demand
tikiwiki 03lphuberdeau r46264 10trunk/lib/core/ 10Search/Formatter/Plugin/WikiTemplate.php 10WikiParser/PluginMatcher.php
tikiwiki [ENH] Clone the parsed status instead of re-parsing for every result
tikiwiki 03lphuberdeau r46265 10trunk/lib/core/Tracker/Field/Rating.php
tikiwiki [FIX] Notice
tikiwiki 03lphuberdeau r46266 10trunk/lib/core/Services/Search/CustomSearchController.php
tikiwiki [FIX] Notice xavi: left #tikiwiki Telesight: joined #tikiwiki Tiki|bot: New Forum Posts: New Hosting Sponsor - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=47556 Tiki-KGB: tikiwiki 03jonnybradley r46267 10branches/11.x/lib/tiki-js.js
tikiwiki [FIX] wysiwyg: Eliminate nested spans or divs accumulating around plugins on html pages (thanks Pascal & Geoff) SkiNut1: joined #tikiwiki jonnyb_: joined #tikiwiki redflo: joined #tikiwiki Tiki-KGB: tikiwiki 03jonnybradley r46268 10branches/11.x/templates/tiki-editpage.tpl
tikiwiki [FIX] wysiwyg: Correct rendering of allowhtml input obeying tiki_p_use_HTML perm correctly
tikiwiki 03jonnybradley r46269 10branches/11.x/lib/parser/parserlib.php
tikiwiki [FIX] wysiwyg: Prevent empty p tags being added in html wysiwyg rendering, and exclude calendar plugin from wysiwyg rendering
tikiwiki 03arildb r46270 10branches/11.x/lib/wiki-plugins/wikiplugin_mouseover.php
tikiwiki [FIX] coordinates of mouseover popup is adjusted, so it appears where the mouse is. jonnyb: joined #tikiwiki Tiki-KGB: tikiwiki 03arildb r46271 10branches/11.x/lib/wiki-plugins/wikiplugin_mouseover.php
tikiwiki [FIX] mouseover plugin popups now render html tags arildb: jonnyb: the are still empty paragraphs created in wysiwyg-html block posts, even after your recent updates. Maybe a similar fix is needed there? jonnyb: hi arildb arildb: hi jonnyb: you mean blog posts? yes, quite possibly i'm afraid
posts don't know if they're html or not i think arildb: yes blog posts ...spelling error jonnyb: :) amette: joined #tikiwiki Tiki-KGB: tikiwiki 03jonnybradley r46272 10branches/11.x/lib/ 10jquery_tiki/tiki-jquery.js 10wiki-plugins/wikiplugin_wysiwyg.php
tikiwiki [FIX][REF] wysiwyg plugin: Reposition button according to offsetParent, remove other plugin save/cancel buttons correctly, observe height param and refactor js to tiki-jquery.js Tiki|bot: New Forum Posts: Fwd: New Hosting Sponsor - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=47557 lphuberdeau: joined #tikiwiki changi: polom
lphuberdeau: rebuild is under processing
joelCOE: hi jonnyb: joined #tikiwiki changi: joelCOE: hi
jonnyb: hi :)
jonnyb: switching tv to 11 jonnyb: hi changi
thank, but i fear the current issue is at kaltura changi: jonnyb: ok
jonnyb: should i switch other website ? jonnyb: not sure, been fixing instead of testing :) changi: jonnyb: i saw that, nice hunt
lphuberdeau: ping ?
lphuberdeau: still no errors
jonnyb: still no beta ? jonnyb: seems not - i think Marc wants all the tiki sites on 11.x first... it's traditional (and good practice) changi: so themes could switch too. refizul: joined #tikiwiki changi: ok see you guys marclaporte: joined #tikiwiki -: marclaporte is looking to make jQuery accordion in Tiki marclaporte: like this: http://jqueryui.com/accordion/ in a wiki page jonnyb: hi marclaporte - didn't lphuberdeau (also hi) make a plugin for that? Tiki-KGB: tikiwiki 03jonnybradley r46274 10branches/11.x/lib/jquery_tiki/tiki-jquery.js
tikiwiki [FIX] wysiwyg plugin: Missing semicolon from r46272 broke js minify (thanks marclaporte) marclaporte: jonnyb: I seem to remember we have that somewhere
I can use tabs for now jonnyb: marclaporte it was only in the revamp framework branch Tiki-KGB: tikiwiki 03jonnybradley r46275 10branches/11.x/lib/ 10ckeditor_tiki/wysiwyglib.php 10smarty_tiki/block.textarea.php 10core/Tracker/Field/TextArea.php
tikiwiki [FIX] wysiwyg mainly: Make ckeditor obey height params, but also make rows and cols params work again (may have surprise effects in other textareas, like tracker fields (fixed)) marclaporte: Say I have this: http://demo.tiki.org/10x/tiki-index.php?page=tracker_filter jonnyb: marclaporte: checking... marclaporte: I set it up, so when items are clicked, it takes me to: http://demo.tiki.org/10x/tracker_6_tpl&itemId=66
This is fine jonnyb: mmm, odd - should be a page with the plugin in? marclaporte: (for the link)
That page should have the values from the tracker item I think
I seem to remember that is what it used to do jonnyb: no, only when it's used as the wiki (page) option in a tracker/list/filter plugin
brb marclaporte: hmmm jonnyb: b
http://doc.tiki.org/Pretty+Tracker+in+a+Wiki+Page
blob-time now, more tomorrow