03nkoth r60481 10branches/16.x/lib/core/Perms.php
[FIX] Revert r60345. If tracker item is not categorized at all, the tracker perms is not followed. This is because getHash in the category resolver returns a blank hash which then matches the global perms previously cached with the blank hash key. To avoid this kind of issue - to not support blank hashes at all.
polom
we need some bootstrap jquery jedi to fix the issue with plugin fade, affecting us in dev.t.o also
the title to click on just shows up and then disappears, so that no title is shown to click on it => information missed by users
reproduced here: https://dev.tiki.org/Make+a+wish below "Do you code? Maybe you could commit your fix directly?", there is an (apparently) empty box. there should be a sentence there with the triangle, etc.
chibaguy: maybe you know how to fix? the html source says: <div id="wpfade-1" class="wpfade-div-icon" style="display: none;">
in the div corresponding to the plugin fade
and the "display: none" is wrong
or maybe luciash or jonnyb ?
^ see above
I backported to 16.x a new param that someone else added to trunk, to display that as boostrap collapsible section
and I just switched that page to use the bootstrap version of the plugin collapsible section
but we'd better fix the issue, since it's a regression in 16.x that looks like potentially easy to fix (by a knowledgeable person in the matter, not me unfortunately)
Both the fade link and fade content have inline style="display: none", so something is messed up wherever this is assigned. This inline CSS comes from some file other than wikiplugin_fade.php.
I guess from JavaScript, but I don't know what in wikiplugin_fade.php causes that. I think this is beyond me, too.
When I remove the "display:none" from the fade link so that it can be seen and clicked, the click doesn't change the (hidden) state of the fade content. So that's another problem.
Maybe Jyhem or luciash can help on this.
ok, chibaguy, thanks for having a look, It seems trickier than expected. Well, at least we have the workaround in 16.x to setup "bootstrap=y", even if that changes the appearance (very red in dev.t.o, imho, but better than before, at least it works!)
Sorry I couldn't help. Yes, the bootstrap=y version is quite different, as it's a whole bootstrap panel.
Uh, the fade plugin on https://nextdev.tiki.org/Make+a+wish isn't exactly working right for me, in Firefox Dev Edition. I'll try another browser. (The link itself disappears, etc.)
:-)
xavi is another kid in the block recently testing elasticsearch (in his own development computer) jonnyb: did you ask the other day elsewhere whether it was safe to use elasticsearch 5? Some info here: https://dev.tiki.org/item6187
03jonnybradley r60483 10branches/16.x/templates/tiki-upload_file.tpl
[FIX] filegals: Restore "Upload from URL" feature - fgal_upload_from_source does not depend on file_galleries_use_jquery_upload being disabled, thanks xavi
(feedback could be prettier but it seems to work again)
03jonnybradley r60484 10branches/ 1015.x/templates/tiki-upload_file.tpl 1015.x 1015.x/templates
[bp/r60483][FIX] filegals: Restore "Upload from URL" feature - fgal_upload_from_source does not depend on file_galleries_use_jquery_upload being disabled, thanks xavi
(feedback could be prettier but it seems to work again)
well, I applied a workaround, but it's very likely (afair) we are using plugin fade in other places there
in *.t.o sites, I mean (dev or others)
xavi is amazed about jonnyb's sword
Anyone else getting this trying to log in at dev.t.o?: Error
XMLRPC Error: 5 - Didn’t receive 200 OK from remote server. (HTTP/1.1 301 Moved Permanently)
Oh, sorry, that's at nextdev.
(They look so similar ;-) .)
chibaguy: yes, i'm not sure how the intertiki is set up on the next sites, probably worth a mail to sysadmins? I tihnk it needs changing to always use https
for #tikiwikiis now Tiki - the only Free & Open Source wiki-based CMS with the most built-in features! Latest Tiki 15.2 (LTS) version is out! Question? Just ask! We log the channel @ http://irc.tiki.org (start line with [off] to exclude your message from the log)
for #tikiwikiis now Tiki - the only Free & Open Source wiki-based CMS with the most built-in features! Latest Tiki 16.0 version is out! Question? Just ask! We log the channel @ http://irc.tiki.org (start line with [off] to exclude your message from the log)
for #tikiwikiis now Tiki - the one and only Free & Open Source Software wiki-based CMS with the most built-in features! Latest Tiki 16.0 version is out! Question? Just ask! We log the channel @ http://irc.tiki.org (start line with [off] to exclude your message from the log)
is there an extra email filter in Tiki? I have a site which logs in with emails. I had to change ''Username pattern'' from /^[ '-_a-zA-Z0-9@.]*$/ to /^[ '-_a-zA-Z0-9@.+]*$/ so the plusses are not rejected, but it fails to send an email to the admin for validation :-(
without a plus, all is good
wow, who has got an e-mail address with pluses in it?
never seen that :-o
I guess the pluses can be misinterpreted as URL spaces - maybe that is why the admin validation fails?
is it RFC valid?
spaces mean something in email addresses (in the mailbox bit), it's used for something clever and the newer mailin feature in tiki uses it, somehow you pass a reference to an object after the + sign...
see emails from facebook etc for examples
That would allow me to create many test accounts with only one working email so I can debug the registration process
domain names are different. I don't think they can have plusses. Then again they are not supposed to accept undescores yet they do
03jonnybradley r60486 10branches/ 1016.x/lib/wiki-plugins/wikiplugin_tracker.php 1016.x
[bp/r60080][REF] tracker plugin: Refactor email recipient and sender processing - no behavioural change intended (yet)
[bp/r60082][ENH] tracker plugin: Allow email sender or recipients to be the createdBy or lastModifBy user
03jonnybradley r60487 10branches/ 1015.x 1015.x/lib/wiki-plugins/wikiplugin_tracker.php
[bp/r60486] from 16.x:
[bp/r60080][REF] tracker plugin: Refactor email recipient and sender processing - no behavioural change intended (yet)
[bp/r60082][ENH] tracker plugin: Allow email sender or recipients to be the createdBy or lastModifBy user
03luciash r60489 10users/cartograf/cartograf_tiki15/themes/CartoGraf/css/CartoGraf.css
[FIX] little adjustment to the padding in the mouse position (coordinates) indicator
03jonnybradley r60493 10branches/16.x/lib/userslib.php
[FIX] users: When login_is_email, check user_exists in get_user_email instead of returning the input (and return an empty string if the user is not found)
03jonnybradley r60494 10branches/ 1015.x 1015.x/lib/userslib.php
[bp/r60493][FIX] users: When login_is_email, check user_exists in get_user_email instead of returning the input (and return an empty string if the user is not found)
03sokoloski r60495 10trim/ 10(5 files in 3 dirs)
[FIX] receiveFile for local instances did not execute command.
[FIX] Removed webroot prompt for clone operations.
[FIX] Exclude db/local.php for restore operations.