Tiki|bot: New Forum Posts: Can tracker send email to expiring member? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=43718 goj_killedByISP: joined #tikiwiki sipherdee: joined #tikiwiki jonnyb: joined #tikiwiki
RobertPlummer: you there? ricks99: joined #tikiwiki CIA-36: tikiwiki: 03jonnybradley * r40771 10/branches/9.x/lib/ (codemirror_tiki/tiki_codemirror.php tikilib.php): [FIX] Revert r40768 and r40770: Wrong branch for new stuff (Fatal error: Cannot access self:: when no class scope is active in .../branches/9.x/lib/codemirror_tiki/tiki_codemirror.php on line 13) ricks99: polom y'all jonnyb: hi ricks99 ricks99: hi jonnyb. RobertPlummer: joined #tikiwiki
polom jonnyb jonnyb: hi RobertPlummer RobertPlummer: It was a ref to a function that didn't exist.
It just hit me, just woke up sorry.
Did you roll it back already jonnyb: yes, done rollback
joined #tikiwiki
repolom Jyhem: polom Scroll: joined #tikiwiki
Forbidden access tiki-admin.php CHMOD=owner 755 advise
when assigning profile
new install jonnyb: hi Scroll - sounds odd, profiles shouldn't need that Scroll: Hostgator server
copy - Forbidden - You don't have permission to access /vikipedia/tiki-admin.php on this server. ricks99: check with host. confirm that the tiki-admin.php script is allowed (in mod_security) Scroll: Are there whitelisted rules that I should be informed about? jonnyb: Scroll: not inside tiki afaik - i look after one cpanel server that never lets me access tiki-install.php but i never worked out why
might be a mod_security type sort of thing? ricks99: Scroll: some hosts have extra tight security.
you can tell them to allow all the scripts in your tiki directory
this is controlled by your host -- not a tiki-configuable item -: ricks99 sees this every so often on some shared host systems Scroll: Problem resolved thank you jonnyb: cool - how?
can you add something to doc.tiki.org/troubleshooting please? :) Scroll: I asked but Hostgator denied the correction needed - sorry ricks99: oddd... i have several Tikis on Hostgator. no issues CIA-36: tikiwiki: 03jonnybradley * r40772 10/branches/9.x/lib/wiki-plugins/wikiplugin_img.php: [FIX] img: fgalId mode: $filegallib->get_files() returns data/cant array (so foreach throws a notice when passed an integer)
tikiwiki: 03jonnybradley * r40773 10/branches/9.x/lib/wiki-plugins/wikiplugin_img.php: [FIX] img: Undefined var $ret Scroll: Why is there a dual Menubar when changing themes? ricks99: not sure. dd you clear the tiki caches after changing themes? Tiki|bot: New Forum Posts: buy Golf Bags - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=43721
New Forum Posts: UGG Slipper Clearance - http://tiki.org/tiki-view_forum_thread.php?forumId=13&comments_parentId=43720
New Forum Posts: tiffany accessories for sale - http://tiki.org/tiki-view_forum_thread.php?forumId=11&comments_parentId=43719 Scroll: No I will clear cashes Tiki|bot: New Forum Posts: Bvlgari,Bvlgari watches,replica Bvlgari watches,Bvlgari watches,cheap Bvlgari watches,discount Bvlgari watches,replica Bvlgari watches for sale - http://tiki.org/tiki-view_forum_thread.php?forumId=8&comments_parentId=43738
New Forum Posts: Monster Beats Studio Red Sox,Discount Dr Dre Beats,Beats Dre Red Sox Online,Buy Red Sox Beats Monster Beats - http://tiki.org/tiki-view_forum_thread.php?forumId=8&comments_parentId=43737
New Forum Posts: discount Hermes Bracelets - http://tiki.org/tiki-view_forum_thread.php?forumId=8&comments_parentId=43736 RobertPlummer: polom all jonnyb: hi RobertPlummer
trying to get unitests working here - seems broken for me still :( RobertPlummer: ok, anything I can do?
Besides not submit any new items in 9 (lol) jonnyb: :)
did you get anywhere with phpunit? RobertPlummer: I had set it up before, but I can't remember how I did it.
LP I thought put most of that together.
Is that right? jonnyb: i need to fix the htmlentity thing and wanted to make sure i don't break the tests - but i can't seem to get them to run in the first place! RobertPlummer: odd
They are all pulled in from phpunit, right? jonnyb: LP did quite a bit - Rodrigo knows lots about it too RobertPlummerMob: joined #tikiwiki RobertPlummer: So does the html entities thing cover what is happening in trunk? jonnyb: it's broken in both trunk and 9.x, yes RobertPlummer: Does it affect code plugin and what is going on there?
or is that a different issue? jonnyb: think so, yes - not sure which issue you're referring to though (it's all rather confusing imho) CIA-36: tikiwiki: 03lindonb * r40774 10/branches/9.x/styles/ (fivealive.css layout/design.css): [FIX] Undo a couple of changes made in r40184 which were causing page movements when hovering over submit buttons and causing the No Tabs button to move in the fivealive theme. Tested in a number of themes. RobertPlummer: Marc mentioned this: http://thread.gmane.org/gmane.comp.cms.tiki.devel/25827
He says there are 2 blockers here, if it is html entities, then is it just one blocker? jonnyb: the main one is the /installer/schema/999999991_decode_pages_sources_tiki.php one RobertPlummer: jonnyb: Is that one you would like me to look at? jonnyb: i'm quite a way into it - might call for help if i'm stuck, thanks RobertPlummer: ok
Jonnyb, what is causing these: <x> to be put everywhere? jonnyb: sanitising
everywhere? RobertPlummer: When I download a svg image from file gallery.
Is there a lib for it? jonnyb: TikiFilter CIA-36: tikiwiki: 03Jyhem * r40775 10/trunk/ (50 files in 50 dirs): [ENH] Improve wording RobertPlummer: jonnyb: Is there a place were we can put in to skip this check?
This kills draw alltogether. jonnyb: it shouldn't be doing filtering on output - only input really
no, not optional (security thing) RobertPlummer: either way, we are sending tiki a complete xml document.
Well then say goodbye to draw. jonnyb: i don't follow - an example pls? RobertPlummer: Yea, turn on draw, edit, and save.
Then reopen.
xmlns is malformed.
Thus killing the xml document from being read correctly.
xmlns turns into xml<x>ns at the top jonnyb: the <x>'s get added to dangerous stuff like <script> if you try and input it (via $_REQUEST etc) RobertPlummer: Right, like an xml document.
hence, draw. jonnyb: the xml document is being uploaded you mean? RobertPlummer: right jonnyb: the use the raw filter on it, not the default (xss) CIA-36: tikiwiki: 03Jyhem * r40776 10/branches/9.x/doc/devtools/ (mass_wording_corrections.pl update_english_strings.php): [ENH] Rename and remove default capitalisation option because this script is for more general purpose Jyhem: Oups CIA-36: tikiwiki: 03Jyhem * r40777 10/branches/9.x/doc/devtools/capitalize_buttons.pl: [ENH] Rename and remove default capitalisation option because this script is for more general purpose (part of r40776) Jyhem: should have been together
I added a short step-by-step to http://dev.tiki.org/mass+spelling+correction -: Jyhem hopes it will help rick and everybody else CIA-36: tikiwiki: 03robertplummer * r40778 10/branches/9.x/tiki-edit_draw.php: [FIX] Wrong filter was being applied to the xml data from draw
tikiwiki: 03gta74 * r40779 10/branches/8.x/lang/de/language.php: [TRA] keeping 8.x fully translated mariosky: joined #tikiwiki
hola
habla alguien espaņol? CIA-36: tikiwiki: 03gta74 * r40780 10/branches/9.x/lib/prefs/fgal.php: [FIX] typo
tikiwiki: 03jonnybradley * r40781 10/branches/9.x/ (3 files in 2 dirs): [FIX] unit tests: Pass on $local_php to upgrade php scripts so they use the correct database in tests for updates and declare $smarty global
tikiwiki: 03jonnybradley * r40782 10/branches/9.x/setup.sh: [FIX]setup.sh: backups dir was removed in r40043
tikiwiki: 03robertplummer * r40783 10/branches/9.x/tiki-edit_draw.php: [FIX] Ensure that a image is loaded into draw only if there is an id set
tikiwiki: 03robertplummer * r40784 10/branches/9.x/lib/ (svg-edit_tiki/draw.js wiki-plugins/wikiplugin_draw.php):
tikiwiki: [FIX] There were some "back" issues with webkit (when you pressed back it would
tikiwiki: load the cached page, so it would look like draw had not updated the page. I
tikiwiki: fixed this by bringing the draw ajax dialog edit to the initial creation of the
tikiwiki: draw object.
tikiwiki: [FIX] $.modal was being called all other the place, I set it to the base selector so that the message would change rather than look like it bugged out. RobertPlummer: jonnyb: Did you finally smash that last one? jonnyb: i have a fix - i'm just scared of committing anything in the parser now! :O
so testing some more...
but have got distracted by the setup.sh script (been annoying me for ages) RobertPlummer: I understand, that baby is one harry monkey.
hairy
jonnyb: I jonnyb: also svn up'ing to test your draw fix :) RobertPlummer: Thanks, I can't wait. CIA-36: tikiwiki: 03robertplummer * r40785 10/branches/9.x/lib/jquery_tiki/tiki-jquery.js: [FIX] Remove not needed call to $.modal(); RobertPlummer: and the verdict? CIA-36: tikiwiki: 03jonnybradley * r40786 10/branches/9.x/setup.sh:
tikiwiki: [FIX] setup.sh: Don't attempt to make multitiki virtual dirs inside temp/unified-index as this is owned by www and often fails.
tikiwiki: No longer needed as search makes a new unified-index dirs inside temp/virtual_dir_name/.
tikiwiki: Also (cosmetic), use -p for the read commands so the questions appear on the same line as the input cursor. -: jonnyb tests jonnyb: no more big blue question mark... RobertPlummer: So are we now past the blockers? jonnyb: ah, big blue ? back (deleted old file)
no xml corrupt message, but still a big blue ? icon instead of my drawing... so some progress! :)
brb
b
RobertPlummer: seems the svn embed "thing" is trying to display images/logo.png RobertPlummer: Are you sure?
I thought I fixed that. jonnyb: might have been browser cache...
when i edit inside from inside the page it doesn't update afterwards
if i go and refresh tiki-download_file.php?fileId=42&display it shows up ok
btw, how do i change canvasBackground from 640 x 480? Tiki|bot: joined #tikiwiki
New Forum Posts: Anchor don't work korrectly. - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=43739 CIA-36: tikiwiki: 03gta74 * r40787 10/branches/9.x/lang/de/language.php: [TRA] Tiki 9.x is fully translated RobertPlummer: jonnyb: Not sure on that just this moment. jonnyb: found some errors in tiki-edit_draw (params missing etc) - will commit... seems to help a bit CIA-36: tikiwiki: 03jonnybradley * r40788 10/branches/9.x/lib/filegals/filegallib.php: [MOD] filegals: Add param default so save_archive() to match insert_file() (as not used within that function)
tikiwiki: 03jonnybradley * r40789 10/branches/9.x/tiki-edit_draw.php:
tikiwiki: [FIX] svg-draw: Remove calls to date() which requires a format param, as save_archive() now accepts a default empty value, as insert_file() does (which in turn uses the $tikilib->now timestamp).
tikiwiki: Helps with refreshing drawings after modification (but etag caching seems to ignore this sometimes still, i think...)
tikiwiki: 03jonnybradley * r40790 10/branches/9.x/lib/codemirror_tiki/codemirror_tiki.css: [FIX] codemirror: Line height should be bigger than font-size to avoid looking cramped jonnyb: hey RobertPlummer - hope those last few commits are ok for you (r40788,9 and 90) - let me know or fix if they mess stuff up for you
left #tikiwiki
joined #tikiwiki gillesm: joined #tikiwiki CIA-36: tikiwiki: 03jonnybradley * r40791 10/branches/9.x/lib/parser/parserlib.php: [FIX] wiki parse: Attempt to fix the problem of html entities (entered as text) in non-html wiki pages not getting shown as "source" but encoded into the entities themselves. Regression from 6.x.