hi all just wondering if anyone has seen the issue when you upgrading tikiwiki and converting the encoding when you click conver db..to UTF-8 it just goes back to the page with the convert option still showing?
using version 6 with darkshine theme... getting theme background inside of WYSIWYG editor when trying to edit wikis... they display properly on a white background, just hard to edit them.. anyone have any ideas where to look?
Calendar events immediately become 5 hours earlier when saved.. and I am in the Eastern time zone which is UTC - 5 hours.. but server and TikiWiki are set to EST. And all settings I see use server time, never users.. ???
version 6
Recent Bug: Tracker item: #3640 - - Version 6 WYSIWYG - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3640
Recent Bug: Tracker item: #3642 - - Upgrade database gives a blank page - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3642
Recent Bug: Tracker item: #3643 - - Banning system Rule activated by dates - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3643
Recent Bug: Tracker item: #3644 - - Using code box in combination with split places behind every line in code box - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3644
Recent Bug: Tracker item: #3645 - - userlist heading link color - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3645
!help
You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot .
evening
Recent Bug: Tracker item: #3646 - - Edit textarea problems in Opera - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3646
Recent Bug: Tracker item: #3647 - - Feature request: record video from webcam in page or post editing - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3647
polom
Can someone give me a hand with this... I want to change where you register and where you login to say "you must use your school email address as your login"
How do I change the code to say that?
mikebeary: The file that displays the registration form is templates/tiki-register.tpl
Thank you very much chibaguy
There's a text line there "Register as a new user". The upgrade-safe way to change or add to this would be to create a custom language file.
In the template, this is a translatable text string.
So you could make a "translation" for your site that adds the extra information.
the file would be lang/en/custom.php
You can see an example file: lang/fr/custom-template.php I think it's called.
Just be sure your text editor is set up to save in utf-8 character encoding.
Have your ftp program ready to remove or rename the custom.php file in case there's a problem. If the encoding is wrong, it could stop your site from working ;-).
Ok. Sounds like a little bit I have to learn, I'll check out the custom php now. I haven't done much coding in HTML or php but maybe it's something I can figure out
your custom.php language file won't be touched by site upgrades.
Gotcha
well, this task doesn't require much in the way of coding skills, if you just follow the example of the custom-template fie.
basically, commented out lines (starting with //) are ignored.
Ok
strings for translation are pairs, with the left side being what is found in the template, and the right side being what you want it to display as.
New Forum Posts: displaying a login disclaimer - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=39479
you can look at the main language files, like lang/en/language.php to see what is used as default.
You know, actually there is an admin interface for this kind of customization, I just remembered. (I told you the old-school way.)
anyway to use an actual poll in a tracker? for example, a poll already in existance?
Downloading custom.php_example now
Nice
Go to admin l18n (the flags icon) and click the "customized string translation" tab, then "English", then put the original (default) string, in this case "Register as a new user" in the left column and your edited version in the right.
I haven't done it this way myself but I assume it works as expected.
Got to the part where I select english
I then click "edit"
But now i don't see columns, just code and a place to alter existing or add my own code
I appreciate all your help
hmm, what version is your tiki installation?
in tiki 6 I have two columns of text fields (boxes); left says "English" and right says "Translation".
5.3
Should
Should i upgrade?
It says I'm up to date. Can I go to 6 and not lose forums?
yes, an upgrade won't bother your site's content.
or configuration.
ah, ok. In tiki 5 (just checked) you have essentially the custom.php code.
So you can edit it in the admin interface rather than in the file with an editor.
So you don't necessarily have to update the tiki version (though that's always good to do).
Thanks a lot chiba. I think I'll try to do the update. I just backed up the site. From what i understand, i copy the old site to a temp folder, install 6 to the main folder, and then copy over all files relating to forums and stuff i want to keep?
Your forums' configuration and content are in the database; no files involved.
No sorry, i think I get it Noe
Now.
When you do the tiki-install.php update, it'll update the database, but will just modify the database structure, etc., but not bother your additions. (Of course, backing up the database first is recommended.)
chibaguy: do you know if you can use an actual poll within a tracker, like pulling in a poll id?
Upgraded to 6. Did they move the admin control page? I don't see the admin link anymore
Nvm
Ugh. Unzipped tiki 6 to it's own directory thinking it'll upgrade the www root from there.
jcyrisse: sorry, I don't know about that at all.
Do you just unpack the new tiki version to the www root?
chibaguy: ok, no problem. do you happen to have the link to info about how to modify or build a plugin?
http://dev.tiki.org/Hello%20world#To_create_a_new_plugin
But I'm not sure if that's up to date or not.
Tiki for smarties has a good page for installing and accessing plugins
mikebeary, I guess. Basically you want to either replace your old installation.
So probably in the web root.
ty
mikebeary: I understand you can have apache redirect to a subdirectory and it looks like you're installation is in the web root, but I don't know exactly how to do that.
er, your installation
Ok, im just going to cut and past the contents of the 6.0 file directly into my www root
Do i run the installer again?
Everything worked perfectly. Changing the Lang stuff Noe
Now.
Tikiwiki is awesome
ok, great. sorry for being slow here.
DITTO....it sure is
(watching the car chase from bullet in another window)
Haha. Great movie
er, Bullitt
Hmm. Ok it's saved in there. In the left column it's got "Use your email as login". On the right Is something different. Its saved.
When I log out and click register, it hasn't changed.
Is that tool supposed to change anywhere on the site where the string matches in the left column to what the string is in the right column?
Try flushing the caches (tiki-admin_system.php)
yes, that's how it should work.
chibaguy: collegecollab.org admin/admin
Is there something im doing wrong?
I'm not sure "Use your email as login. " is the string for translation. Do you see that on the register page?
Ah, try removing the extra space at the end of the sentence.
Bag
Bah. Nah, didn't help
ok. I'm searching the template files for the string. ...
ah, also delete the period.
That was it
Thanks very much dude. I owe you one
sure, no problem.
you better change the admin password fast ;-)
Lol
seriously
I just did. Thanks
moring :)
ok. I wonder why the anti-bot verification image isn't displaying
hi changi|berlin
One last question. I'm Want separate schools to have their own page, and each school's campuses to have their own page. Below that i want each group to have it's own page. What should be the tools I use for this? I know little about workspaces, group pages and perspectives
Hmm yes the image is not there damn
chibaguy: is the image not link with with a specific library like gd or imagick ?
I never changed anything
I have no idea
mikebeary: do you a have a filegal ?
mikebear: about the users, the classic method is to use Groups, so you'd have a campus group for each campus, and groups within each campus group (that is, the club group would inherit the campus group's permissions. I'm not sure exactly how this is done with perspectives.
(I've witnessed a site set up with perspectives, but need to go back and check how it was done. ;-) )
I had an empty file gallery.
changi|berlin: shouldn't the anti-bot captcha image display automatically?
(i mean with no site admin actions)
I never had a prob with it before. Maybe something happened in the upgrade process
Is it supposed to pull the image file from a web source?
No, I think it's created at the server.
chibaguy: yes it should but i think it's directly linked to a picture library such as GD or IMAGICK, that's why i was asking if mikebeary had a file gallery to check if thumbnails is working
ah ok.
I'm recopying the installation from the tiki6.0 zip
No luck
maybe make a new file gallery if you don't have one already, and upload an image file, to see if a thumbnail is created.
I have always had trouble with the file gallery
(I recommend choosing to store images in the file system - in a directory - rather than in the database.)
Would never show pictures and if I downloaded them they'd be inoperable
yeah, there was an issue with that in tiki 5.
How do i change that?
esp. when stored in the database.
there's an option on the admin file galleries page.
you'll need to create the directory (folder) then enter its path on the admin page.
Hmm. Created a directory called filegallery under the public_HTML folder
Intried typing filegallery/, filegallery, public_HTML/filegallery, and public_HTML/filegallery/
It always says "you must specify a directory"
ah, it needs to be the path from the server, ah, root or whatever it's called, as shown in phpinfo.
Nevermind
I needed to save the preferences first
Pic still doesn't work
The captcha
can you try uploading an image file to a file gallery?
Yes that works fine now for the first time
good
does the thumbnail show for the image?
Yes thumbnails work too
ok, well, that eliminates the possibility that the gd library isn't working. it is. so there must be another problem with the anti-bot image.
And since the upgrade sometimes when i go to the page, no graphics at all show. Just a white page with text
Until I refresh
which graphics do you mean? the page header, etc?
Yes
what browser are you using?
mikebeary: did you run the setup.sh to set proper right on directories
i'm not seeing that problem in firefox or opera
Im using firefox 3.5.5
Maybe i have an old version
well, it isn't that old.
are you using "Captcha" only? Not "ReCaptcha"? ReCaptcha requires registration at their site.
It's whatever the default it
(I'm assuming just Captcha, based on the image url.)
Is
ok
well, until it's figured out, you could turn off captcha.
Firefox was wanting to install updates...
Yeah
or switch to ReCaptcha. I think registering is quick and free.
You're not seeing the captcha too so I know it's not my browser
right.
What's the difference?
ReCaptcha fetches an image from another site (owned by Google now).
and is a little more elaborate (has audio alternative, etc.)
Ok
In the meantime we can see if any other reports come in about captcha not working, or if it's something specific to your installation.
Nice. Got recaptcha working
great
hi.
anyone upgraded production system to 6.0 yet?
(just wanting to know if there's anything to watch out for not in docs ;))
What's the "feature galleries" preference?
I can't show the random picture because itndays
It says that preference is not set
tikiwiki: 03changi67 * r30676 10/branches/6.x/tiki-jsplugin.php: [bp/30664][FIX] Forcing expires on plugin js
mikebeary: the random picture uses a image gallery rather than file gallery, apparently.
file galleries are intended to replace image galleries so I'm surprised random picture still wants an image gallery set (I think that's the problem here).
LordVan: I think it's good not to rush to update to a x.0 release.
;) well it's not a very busy page. xooxox
rofl
well, maybe ok, then.
stupid autocomplete
I mean 6.0 works. :-)
so anyway i'll be lurking in here if/when i do the upgrade ;)
LordVan: what version is your site at now?
chibaguy: ah, ok. Too bad. Sounded like a cool module
not sure of exact version right now. does it show u on the page somewhere? (startrek.or.at)
mikebeary: you could make an image gallery specific for it. Or there may be a way to configure the module to use a file gallery; I'm not sure offhand.
ah in the admin section
i got 4.1
never got around to do the 5.x update but i like twitter and fb integration idea ;)
ah, it would be good to upgrade, for security reasons.
plus the new features.
yeah thought so ;)
so anyway even from 4.1 upgrade should go w/o any problems right?
yes, I think so.
k i let u know if i get any problems ;)
sure
btw is there some easy way to get my pages/blogs/.. from my drupal install (different page) into tiki?
I don't think so. There's mediawiki and wordpress importers, so far, but not drupal, that I know of.
tikiwiki: 03changi67 * r30677 10/branches/6.x/comments.php: ~IND~ No change only identation
hmm ok maybe i can somehow write an import/drupal eyport myself (i don't really wanna mess with the tiki db manually since i don't know enough about it.
is there some xmlrpc/soap way to insert blog posts,.. into tiki?
that'd be great if you code write it.
heh, I mean could write it.
I'm not sure about the xmlrpc method for blog posts.
I recall seeing xmlrpc for wiki pages, but don't know any details.
well my current page (www.lordvan.com) mostly consists of blog pages and a few other pages
tikiwiki: 03changi67 * r30678 10/branches/6.x/css/ (admin.css calendar.css ie6.css): ~QA~ Style definitions must end with a semicolon - spot by quality.tiki.org
although if i write sht like that it'd prolly be python not php since i'm more of a python guy tan php (done quite some php too but that was when php4 had just come out ;))
oh, ok. :-)
but hey u guys doing some good work here with tiki ;) - i mean if there was an equivalent in python i'd use that prolly but there isn't ;))
:-)
is plone the closest thing, maybe?
prolly i did want to try that but the deps for plone4 drove me nuts
ah
tikiwiki: 03changi67 * r30679 10/branches/6.x/lib/wiki-plugins/wikiplugin_dbreport.php: ~IND~ No changes
although it could be that the guy who was working on the gentoo ebuilds for all the deps is done already by now.. gotta check ;) i like to try new things :D
chibaguy: need your help, if possible.
chibaguy: just have a look at info.tiki.org
hi changi|berlin. I'll take a look.
the horiz menu looks strange
yeah, the html syntax is showing, instead of the image.
I'll edit the menu.
chibaguy: thx
ok, no problem. fixed now. I wonder why the code was showing instead of the image. This was working before.
chibaguy: you just remove the image ?
yes, I removed the img code.
I pasted it into the menu description so it can be put back when somebody wants to test it.
tikiwiki: 03changi67 * r30680 10/trunk/lib/core/Search/ (36 files in 11 dirs): [SVN] Properties
chibaguy: found who break this image
chealer: ping ?
New Forum Posts: need help please - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=39481
changi|berlin: you know who broke it?
chibaguy: the man i ping :)
hi changi|berlin
:)
tikiwiki: 03lphuberdeau * r30681 10/trunk/db/tiki-db.php: [FIX] Also check for the MySQL driver when checking for the PDO extension
chealer: just have a look at your last commit i commented.
polom Berlin and all
hang on...
polom
hi jonnyb_
hi chealer
looks like someone's taken my nickname somehow :(
jonnyb_: ah. I hope you registered
yes, i did - but i can't remember how i did it...
changi|berlin: I don't understand the comment. image, link? I worked on names
meaning you forgot your password? :-)
changi|berlin: I mean, image in link
changi|berlin: info.tiki.org seems fine to me
chealer, I fixed it temporarily.
there was a small image in the first menu item.
the menu item had code like
Menu text
But the image stopped displaying and the raw HTML displayed.
chealer: so I removed the img HTML for now.
bbl. got to take the dog for a walk.
tikiwiki: 03lindonb * r30682 10/branches/6.x/lib/wiki-plugins/wikiplugin_sf.php: [FIX] Same fix as r30569 in trunk (should have committed here). Made exact same changes so hopefully no merge problems. Now the plugin works.
hi lindon - thanks for the careful back-porting :P
re
jonnyb: np
should have waited but got antsy during the freeze
know the feeling!
did you make a patch? that makes doing the backport much easier (if you remember!)
no, how do you make a patch?
oh, i see...Create Patch in Aptana...duh!
re
chibaguy: OK. would you mind putting it back so i can observe the problem?
is it OK to backport using svn merge?
sure
jonnyb_: did you see my question about the JQ plugin and filtering yesterdat?
s/yesterdat/yesterday/
no chealer - don't think so
jonnyb_: http://irc.tiki.org/irclogger_log/tikiwiki?date=2010-11-12,Fri&sel=472#l468
ok, checking
oh yes, sorry - i did see it, too much at once...
as to an answer - sorry, don't know - i'm guessing it's needed as lphuberdeau put it there :P
?
hi lphuberdeau
good afternoon
as chealer wrote yesterday: regarding the JQ plugin, is there any reason to filter the body's content? would it be problematic to remove the filter?
chealer: sorry, was away. I'll do it now.
chibaguy: no problem, thank you
oh, somebody did it already, looks like.
Hmm, getting the "check back in a few minutes" page at info.t.o in one browser. Already logged in in another.
chibaguy: me too
changi|berlin: info.tiki.org seems loaded, could you check if everything is normal and if there's anything to do
I think ohertel recently enabled this error message when there's too much load
jonnyb_: lphuberdeau didn't touch the JQ plugin, did he?
I don't think I did
didn't know there was one in fact
oh, sorry - the JQ one was based on the JS one, which had a filter so presumably the JQ one should too as it's just a wrapper for some javascript
so does javascript need filtering? (i don't fully understand it)
jonnyb_: hum... so JQ is to insert JQuery? but also JavaScript?
jquery is javascript
it's just a library
(and some plugins)
so it can be dangerous, and therefore should be filtered as unsafe (i guess)
jonnyb_: so does a JQ plugin help when we already have a JS plugin?
it puts it in a document.onready wrapper and "auto-escapes" the curly brackets so you don't need {literal} all over the place
you could do everything the JS plugin does in JQ but not the other way round...
jonnyb_: and document.onready is a JQuery feature?
yup
actually it's $(document).ready()
which fires after the DOM is ready for access
jonnyb_: where is feature_jquery controlled?
it's always on since 5.0
jonnyb_: if feature_jquery is always on now, is there anything JQuery-specific about the JQ plugin now then, except that is does use JQuery?
yes, as i said above (runs onready by default and escapes {}'s)
jonnyb_: what's JQuery-specific about that?
doesn't JavaScript use brackets
s/brackets/curly braces/
onready is a jquery function - the escaping smarty stuff is php
jonnyb_: yes, but except for using JQuery, is there anything JQuery-specific about it? I mean from a user perspective... we don't call Admin Toolbars "Admin Toolbars JQ" just because it uses JQuery.
sorry, i don't understand - using admin toolbars doesn't involve writing any code
the {JQ} plugin is for adding javascript (often making calls to jquery functions) in an easy and legible way
jonnyb_: yes, but if I understand you correctly, using the JQ plugin doesn't involve writing any JQuery
JQ is described as "Insert JQuery javascript code."
how do you mean "writing jQuery"?
jonnyb_: right. so then why not call it {JAVASCRIPT} ?
there already was the one called JS
jonnyb_: it doesn't involve writing any JQuery code
JQ is especially for javascript that uses jQuery (and by default runs after the jQuery doc.ready event)
i added is as a new one so as not to break existing {JS} use
jonnyb_: OK, but surely having to run when the document is loaded isn't specific to jQuery code
jonnyb_: so would you say the only reason to call it JQ instead of JS2 is because it uses jQuery?
true, but by default the {JS} code runs as the page loads (before onready) - sometimes this is necessary like in defining functions that are called later in the page)
yes
you can tell it not to by using the notonready=true param
so the JS plugin could be replaced by a JQ plugin alias, but wouldn't be worth the aggravation (in my view)
jonnyb_: OK
jonnyb_: so, how about removing the word jQuery from the plugin description then: "Insert JavaScript code"?
changi|berlin: meh, chibaguy left and I can't see the problem
chealer: if you think it helps
New Forum Posts: Task shared for group problem - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39485
jonnyb_: I do think it would reduce confusion after what we said. the current description is "Insert JQuery javascript code. Requires feature_jquery (experimental - may change in future versions) "
jonnyb_: I would remove everything about jquery, but what about the parenthesis, what is experimental, the plugin?
of feature_jquery...
chealer: it's because i solve it directly on the server
i drop the |escape
changi|berlin: OK, could you add it back so I can see?
chealer: no, please don't remove everything about jquery - it is for using (javascript that accesses) jquery
and what is experimental?
jonnyb_: the description has "(experimental - may change in future versions)"
where?
jonnyb_: what does this qualify as experimental, feature_jquery or JQ?
jonnyb_: in 6.x
neither
since 4.x
which file?
jonnyb_: so we get rid of that parenthesis then?
jonnyb_: lib/wiki-plugins/wikiplugin_jq.php
aha, right - yes, that's very out of date (sorry, forgot it was there)
the text "Requires feature_jquery (experimental - may change in future versions)" is now redundant
jonnyb_: OK. so about keeping jQuery, what is the use? If I understand correctly, JQ can be used for any JavaScript, whether is accesses jQuery or not.
correct
but that just sounds more complicated to me
jonnyb_: so what do you think about this description: "Insert JavaScript code that can use jQuery or not."?
jonnyb_: sorry but more complicated than what?
"Insert JavaScript code that can use jQuery or not." more complicated than "Insert JQuery javascript code"
but i don't particularly care :)
jonnyb_: well, true, but the latter sounds wrong / not enough general if the code can use jQuery or not.
I mean, if a field is labelled "VB code", I assume you won't enter non-VB code there
i don't mind if you change the description
jonnyb_: OK. so back to the filtering issue. you said JQ is based on JS which had a filter, but JS doesn't have a filter now.
jonnyb_: it's hard to say if JavaScript needs filtering. I guess we only accept approved JavaScript, so we can trust it.
why are the filters there at all on plugin parameters?
does this filter cause a problem for you?
jonnyb_: I guess there are filters by default so if a coder forgets to put one the most grave risks would be prevented.
jonnyb_: I see lphuberdeau removed the filter on JS after JQ was created: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/trunk/lib/wiki-plugins/wikiplugin_js.php?r1=19115&r2=21689
jonnyb_: yes, it breaks usage of alert()
as i said, he knows best
ay?
didn't use to
coo - did 6.0 go out like that? - i see a nasty in the middle of the alert code
bad - something must have changed elsewhere in the parse
yes, the filter should have been removed from JQ when it was from JS
in fact the rawhtml_unsafe filter needs adding to JQ
jonnyb_: BTW, I suppose we can get rid of the nojquery parameter?
jonnyb_: yes, that's how I fixed it. strangely I can't seem to reproduce the problem at the moment, must be missing something
should be changed to javascript_enabled != y i guess, but leave the param name as it is (unless you want to tackle migration)
{JS} should also be changed to use headerlib (while you're there :P )
chealer: check your mail
changi|berlin: OK but could you undo that on info.tiki.org so I can see the problem caused?
jonnyb_: arg. I really can't reproduce the problem now.
{JQ()}
alert("test");
{JQ}
works fine
jonnyb_: I guess that's an opportunity to use Aptana :-)
chealer: odd - it's broken for me
jonnyb_: yeah, it was for me too :-)
now on another page it seems ok... most odd
should be set to unsafe filter though - can you do it chealer?
jonnyb_: hum. yes, in fact I had it done already but wanted to confirm with you
strange it only seems to "work" (i.e. sanitise the input) occasionally
strange as in bad...
indeed
I'm debugging it
tikiwiki: 03jonnybradley * r30683 10/branches/6.x/lib/tikilib.php: [FIX] plugins: Make plugin preview to work when previewing a page with autosave on (previous behaviour retained for old-style preview).
tikiwiki: 03Jyhem * r30684 10/branches/6.x/tiki-blog_post.php: [FIX] Correct absence of freetag suggestions for new blog posts
Recent Bug: Tracker item: #3648 - - Calendar 5.3 and later ? : Error view event from popup => data not sent - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3648
anyone on who is pretty familiar with trackers?
can a poll be used within a tracker? ie, pulling in a poll id which has already been created?
is TikiFest going on right now?
tikiwiki: 03lphuberdeau * r30685 10/trunk/lib/smarty_tiki/function.interactivetranslation.php: [FIX] Interactive translation to correctly lookup the translations containing placeholders for which the value contains HTML rather than plain text
jonnyb_: it's hard to say if the filter is broken, it's a couple of orders of magnitude too complicated for me to decipher with the documentation. it depends on what's around the alert. it's neutralized if it's inside a bunch of other JS code, but not if it's alone for me. so "works" and "doesn't work" both in the same page.
(it uses large regexes)
Does anyone have an idea why I cannot access my tiki-mods.php page?? Is it not available in 5.3 or 6?
!help tiki mods?
You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot .
CaseysMom: no one's looked at mods for a long time to my knowledge - i did some fixes in 4 i think...
all I want to do is be able to use avatars...? They are enabled, but only show the red X...
is it likely a problem with the file gallery?
chealer: back to the {JQ} description - how about: "Insert JavaScript code. By default this is executed on jQuery(document).ready()."
jonnyb_: sounds better
unless we could find something more accessible than jQuery(document).ready(), but that's probably hard
something from http://api.jquery.com/ready/ maybe?
but you shouldn't really be using {jq} if you don't understand code ;)
jonnyb_: yeah, but you may know JavaScript and not jQuery
then you should use {JS}?
jonnyb_: what do you think of "Inserts JavaScript code. By default this is only executed after the DOM is fully loaded."
I changed "Insert" to "Inserts", meaning the plugin inserts JavaScript code. unless we mean the editor had to insert code
i think it should say jQuery in there somewhere
...By default this is only executed after jQuery determines that the DOM is fully loaded.
jonnyb_: you wouldn't use JS if you wanted automatic literal and to run when the DOM is ready.
jonnyb_: I see the notonready parameter description doesn't talk about jQuery: "Do not execute on document ready (execute inline)"
jonnyb_: OK...
tikiwiki: 03jonnybradley * r30686 10/branches/6.x/lib/ajax/autosave.js: [FIX] autosave: Make remove save ajax call synchronous so the page waits until it's finished to make sure the autosave file is always removed, and allow toggle_autosave to be async.
tikiwiki: 03jonnybradley * r30687 10/branches/6.x/ (4 files in 4 dirs): [FIX] autosave: Set $page global before parsing becasue plugin approval uses it for the Location. Converge param from 'script' (in wysiwyg) to referer (keeping famous mispelling) and removed some dead code.
Recent Bug: Tracker item: #3649 - - Calendar "preview" new event : unusable : data lost - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3649
tikiwiki: 03chealer * r30688 10/branches/6.x/lib/ (core/TikiFilter.php wiki-plugins/wikiplugin_jq.php):
tikiwiki: [FIX] remove filter on body breaking some JavaScript content.
tikiwiki: [FIX] remove dependency on feature_jquery, now always on, change check to look at javascript_enabled instead, remove experimental warning and clarify this is a general JavaScript plugin, not specific to jQuery
thanks chealer - but it doesn't seem to work for me :(
tikiwiki: 03chealer * r30689 10/trunk/lib/core/TikiFilter/PreventXss.php: don't claim copyright on RemoveXSS
sorry - didn't flush temp/cache
jonnyb_: OK, tell me if you have comments
chealer: hmm - i still get the in it (with either 'none' or 'rawhtml_unsafe' as the filter
i enter {JQ()}alert("qwe");{JQ} and get {JQ()}alert("qwe");{JQ}
jonnyb_: hum. in these cases I didn't even have it before
Recent Bug: Tracker item: #3650 - - Actions calendar : unable to reach the popup - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3650
i was in a wysiwyg page
works ok in wiki page
jonnyb_: ah, yeah... I didn't test WYSIWYG and put enough time on that I'm afraid, I wouldn't know how to approach anyway
wow - if i set allow_html on the wiki page it adds the
a bit contradictory...
jonnyb_: yeah, I can look quickly if you show me the source
(whole page)
just {JQ()}alert("qwe ");{JQ} with a line end
jonnyb_: OK, no idea
(also with other stuff previously)
tikiwiki: 03jonnybradley * r30690 10/branches/6.x/templates/tiki-plugin_blocked.tpl: [FIX] plugins: Use unescaped plugin_body data in plugin details text area as it probably will contain html.
jonnyb_: so, what I was getting at is documenting "dynamic pretty trackers". could you review http://ido.ath.cx:8080/tiki/trunk/Dynamic+tracker+example and check if the code in http://ido.ath.cx:8080/tiki/trunk/tiki-editpage.php?page=Dynamic+tracker+example+template is optimal?
jonnyb_: if there's any permission issue, admin 12345
jonnyb_: I'm curious if the checks on dropdown and radio button group values can be simple than "$("select[name='track_7'] option:checked").attr("value") === 'No'" and this kind of thing
s/simple/simpler/
looks complicated - can't really review fully now, sorry (need to commit then eat :) )
jonnyb_: no rush, whenever you want
tikiwiki: 03jonnybradley * r30691 10/branches/6.x/lib/tikilib.php: [FIX] plugins: Don't record plugin approval fingerprint each time a plugin is previewed or parsed for wysiwyg editor.
tikiwiki: 03jonnybradley * r30692 10/branches/6.x/templates/tiki-plugins.tpl: [ENH] plugins: Add filter to list of plugins requiring approval.
Anyone know how to use the username pattern function when setting up the login section?
I want to allow only .edu email addresses
As a login
ricks99: I fixed encoding of special characters in r30646 on 6.x yesterday: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=revision&revision=30646
ricks99: I'm not sure why that would affect info if it's on r30644 though
I just removed the problematic "
" from the Promo Sheet item's name..
does anyone know if you can import a poll into a tracker?
@chealer: but why does it work for the Getting Started menu item?
i am wanting to validate in realtime a diagnosis on an image, so, for example, i call it cancer, and i want users to vote on whether they agree, or what they would call it, and be able to do that for multiple images in a tracker
so each image would have its own unique vote; not just a tally for ALL of the images in the tracker
ricks99: why it shows an image? probably because changi|berlin partially reverted the change locally.
I know he tried to workaround and changed the code locally
bbl
no. i mean... before anyone changedanything... it worked in one lcoation but not the other.
as per my email to dev list