Recent Bug: Tracker item: #3048 - - Submit new tracker mirror fails on php error function in TikiDB.php - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3048 tikiwiki: 03chealer * r25427 10/trunk/lib/search/searchlib-mysql.php: tikiwiki: [SEC] MySQL search: fix buggy validation on _find() $searchDate parameter. tikiwiki: Thanks Mateusz Drygas tikiwiki: 03chealer * r25428 10/branches/proposals/4.x/lib/search/searchlib-mysql.php: tikiwiki: [bp/r25427][SEC] MySQL search: fix buggy validation on _find() $searchDate parameter. tikiwiki: Thanks Mateusz Drygas tikiwiki: 03chealer * r25429 10/branches/proposals/3.x/lib/searchlib.php: tikiwiki: [bp/r25427][SEC] MySQL search: fix buggy validation on _find() $searchDate parameter. tikiwiki: Thanks Mateusz Drygas polom polom polom luciash - i'm not here really - asleep in bed (nearly) i have an idea: what about possibility to use custom language translation strings from a wiki page ? ahah, sleep well, jonnyb :) sleeping with your macbook ? ;) nitenite no, not quite in the right room yet (even) tikiwiki: 03pascalstjean * r25430 10/trunk/ (2 files in 2 dirs): [NEW] - Module displays similar / related content based on FREETAGS attched to currently viewed object. hmm think it would be possible to create some sort of art community with this software? sure see e.g. www.vvvv.org other sites gallery: http://info.tikiwiki.org/tiki-browse_gallery.php?galleryId=1&offset=0 I mean, the one I use has a system that allows users to "watch" other users, journals, etc I rudimentaraly got it going in Drupal one day, but it just seemed a bit ... underdeveloped/clunky for my first try by watching other users u mean what ? being able to get a page with a list of new content posted by users selected by the user god why is this so huge? lot of language files :( you can safely remove them from lang/ if you don't need them just leave lang/en/ there lib folder actually that you shouldn't touch ;) so, how this "Watch" system works, you can click this button on someone's user page, and then whenever they post a new art/journal, it adds it to this page we can watch objects but not users "any" action, except you're admin with perms to see actionlog comments on your own postings and replies to any of your comments also appear on it. its a sort of "clearable" activity log so you can watch individual blogs, forums, threads, wiki pages, etc. anybody can, or a group of users can watch them but you can't watch users? unless however I jersey-rig something i don't think so I notice you can watch structures. yes, you can watch wiki pages structures if this is the case, I could find a way to forcibly jersey rig uploads into structures for the users When I did this on Drupal, I needed to use Views and CCK primaraly suggestion: installer needs password setting oh nm okay, can the tracker be used to upload an image? Good Morning tikiwiki: 03pkdille * r25431 10/trunk/styles/ (darkroom.css feb12.css layout/design.css tikinewt.css): [MOD] caption styling: moving from (some) themes to design.css. All themes will have the captions bold tikiwiki: 03pkdille * r25432 10/branches/proposals/4.x/ (5 files in 4 dirs): [bp/r25394][NEW] articles and submission: Give admin the opportunity to define a default size for images. It's a value that can be changed by the user when he contributes an article or a submission. tikiwiki: 03pkdille * r25433 10/branches/proposals/3.x/ (5 files in 3 dirs): [bp/r25394][NEW] articles and submission: Give admin the opportunity to define a default size for images. It's a value that can be changed by the user when he contributes an article or a submission. tikiwiki: 03sept_7 * r25434 10/trunk/tiki-searchindex.php: [SEC] Same fix as 25415 : filter arguments tikiwiki: 03sept_7 * r25435 10/branches/proposals/4.x/tiki-searchindex.php: [SEC/bp25434] backport of security fix for SQL injection luciash ? hola hi :-) I need some help to fix css & tpl in sheets on 4.x ok throw it at me ;) I don't know why, the colors that were used to display spreadsheets in 2.x and 3.x are not shown and looking at the css properties of a sheet, they don't show anything from spreadsheets I guess that something is missing at the tpl level let me show you an example... (loking for a public sheet) looking http://sima.pangea.org/tiki-view_sheets.php?sheetId=20 and hold on, I'll made it temporarily public fine oups, object perms says: {treetable}: No rows found it seems sheets are not tiki 4 ready for object perms :-[ oh, no, my mistake ( I guess), sheets was not selected as a feature to be displayed :-] (usability weirdness, anyway; it should have been pre-selected, since I was in the sheets) ok, try now wrks yes, but all bg is the same color and no contrast, then, with the css color in the header rows ok, wat should it be ? let me find another example in 3.x (or earlier) i see shuld be in html head not in bod > div body > div but that 's not it, i think some classes are missing in the table, it is just table class="default" mmm, can't find examples in 2.x (I upgraded the sites) and in 3.x seems to behave like in 4.x anyway, how to set differnt bg in the header rows respect to the other ones? font color is different... table.default thead td table.default tbody td color and background properties mmm, but aren't those properties general with other tables? yes, if they have thead and tbody it would affect them I mean, I thought there were some classes for spreadsheets (specific) in 1.9.x and 1.10, 2.x if they have not, it will not affect them, but if yes, i expect the same contrast problem there i would add in the table class="default sheet" in tpl and make the rows odd,even as i other tables I see (even if I have never done that) if u like i can put it in your admin → l&f → custom head code and you can copy to thenews if feeling lucky then feeling happy :) or in layout/design.css where is the best place to fix it in all themes? feb12 seems to have the same issue (in 3.x) so I guess, also in 4.x you have already modified tpls in the past, didn't you ? ;) layout/design.css I guess? layout/design.css in styles ok, and why spreadsheets has some css in lib/sheets/style.css ? someone did it wrong ok, or it was just kept as is since 1.9x I guess is it external lib ? how can I grep all calls to table.default in tpl's? nope, internal lib/sheet/style.css is so short that i am in favor to reduce http requests and put it in layout and design css ok, +1 I don't have a clear idea of what goes where, so I'll be veruy please if you can do that s/please/pleased grep --color -InER 'table class="default' ./templates/* thks grep master! ;-) ? that command returned 0 results in proposals/4x (as root) what is about colors/font/backgrounds/borders goes to design, rest goes to layout hmm oops :) seems it's not in templates then ? grmbl, cannot grep it either :-p in trunk aha, in trunk and using strasa.css, the sheet is displayed properly (good contrast, I mean) let's see... (testing more things) ok, the problem is in the contrast at thenews (at least), found it and "table.default" is specific for sheets so, lets fix... thanks luciash for your feedback! (I was getting mad before) luciash, in layout-reference.css and layout-tiki3_level.css , table.default thead td etc. are defined as empty I wonder if this might be interfering... bbl no, reference is just reference (not used) Hi What is "Sea surfing detected. Operation blocked?" I get thanyone know? *anyone know? hi Shawn__ Hey there. How are you? it usually means you have the same site open in more than one window/tab of your browser i am fine but busy as usual :) and you ? Oh Great. I only get it when I do moderator actions it was meant as protection to stealing session or something Ah http://en.wikipedia.org/wiki/Cross-site_request_forgery read that to learn more Also, I have a 2 question. When I lock a thread, it doesn't lock immediately. I see the lock icon, but people can still post in it. sorry, no idea about that... seems like a bug Ah tikiwiki: 03xavidp * r25436 10/trunk/styles/ (coelesce.css feb12.css thenews.css): [FIX]Fix contrast with spreadsheet bg and colors, that was lost at some point for a few themes luciash, it took a while, but finally fixed (I hope) ;-) and backporting soon... xavi1: cool luciash: So what should I do? , I just updated trunk and fudn out that toolbar buttons are broken. Was it already broken before, any noticed? try demo of 4.1 if it still does there, if it will be fixed there, then upgrade nkoth: broken nkoth: I noticed yesterday in the toolbar buttons that jonny added to the jquery-spreadsheet there, the markup is not added to surround the selected text but is added at the end tikiwiki: 03xavidp * r25437 10/branches/proposals/4.x/styles/ (coelesce.css feb12.css thenews.css): [FIX][bp/r25436]Fix contrast with spreadsheet bg and colors, that was lost at some point for a few themes this gets regularly fixed/broken/fixed/broken :-/ "this"? tollbars or spreadsheet css? yes, this toolbars icons functionality ah in trunk at least tikiwiki: 03xavidp * r25438 10/branches/proposals/3.x/styles/ (coelesce.css feb12.css thenews.css): [FIX][bp/r25436]Fix contrast with spreadsheet bg and colors, that was lost at some point for a few themes tikiwiki: 03nkoth * r25439 10/trunk/templates/tiki-blog_post.tpl: tikiwiki: [DOC] Better tip for state of "Upload image to this post" which is a blog tikiwiki: specific feature and should be removed (with migration). If a non-file gallery tikiwiki: method of uploading images to blogs is desired, it should be the same one used tikiwiki: in the wiki pages (the wiki_up one). tikiwiki: 03xavidp * r25440 10/branches/4.x/lang/ca/language.php: [FIX] A few more strings translated polom tikiwiki: 03jonnybradley * r25441 10/branches/proposals/3.x/ (tiki-searchindex.php tiki-searchresults.php): [bp/r25434, r25415] [FIX] MySQL search: fix buggy validation Rnadom question my index file is not showing on my main website does that mean i need to edit the .htaccess file I uncommented the original _htaccess file so I assumed I wouldn't need to change it am I correct with this assumption rename index.php to index.php.bak, then your index.htm(l) should show up mmm that didn't work let me try again yeah it didn't work luciash: do you use Aptana 2? hi chealer, nope vim iogburu: i don't know from your question what is your problem exactly luciash: OK. did you ever use Aptana? chealer: yep luciash: which version did you last try? why did you stop using it? 1.5 i think, maybe 2 but it got somewhat broken luciash: you're saying that 2 had regression bugs over 1? luciash: when I go to my webdomain, instead of seeing index.php, I only see the files yes, something stopped to work (i think svn) so it became unusable for me iogburu: means your webdomain doesn't support php probably chealer: why do u ask ? luciash: thanks. did you hear about problems with buttons (say clicking on Next doesn't work well) iogburu: I went into the .htaccess file and set it to the index.php file and it worked, but I am not sure if that is correct luciash: I'm currently using kate and wouldn't mind having something better lol luciash: I went into the .htaccess file and set it to the index.php file and it worked, but I am not sure if that is correct iogburu: if it works :) i really don't get your problem, sorry... i thought you have custom index.html file and it doesn't show up when you go to your domain, that's all chealer: ah, gvim is nice :) chealer: aptana is nice too, when it works, but eats lot of resources and syncing was kind of slow for me svn luciash: yeah, I'm still using KDE and have 3 GB of RAM so I hope the latest version is worth a good try luciash: synching svn, svn update? tikiwiki: 03luciash * r25442 10/trunk/templates/tiki-admingroups.tpl: [FIX] admin groups: following the links to edit the groups should display the second tab - regression workaround (this problem is not present in 4.x, maybe it is caused by moving the JS files to bottom again) chealer: yes, give it a try, in the past when i was using KDE i used Quanta+ btw chealer: made the splashscreen and icon for them btw (if they stiůů use it) ;) s/stiůů/still/ luciash: heh, I used that a little bit, remember it as quite buggy. it wasn't ported to KDE 4 and is no longer in Debian testing. ah i am really not into KDE anymore xfce+gnome nowadays tikiwiki: 03luciash * r25443 10/trunk/templates/tiki-admingroups.tpl: [FIX] admin groups: same as 25442 for adding new group and links to edit users + removal of some unnecessary as output ? mmm, ok, I'll try something like return $foo .= 'or $api_tiki = "adodb"; in db/local.php thanks, not workt this error Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 15231 bytes) in /var/www/vhosts/simutrans-germany.com/httpdocs/wiki/wiki_/lib/adodb/drivers/adodb-mysqli.inc.php on line 953 tikiwiki: 03nkoth * r25448 10/trunk/ (3 files in 3 dirs): [NEW] All-in-one multipurpose google map wikiplugin (more coming) FrankP_german: then i guess you will need rise your php memory_limit from 32M to 64M :-/ tikiwiki: 03nkoth * r25449 10/trunk/ (templates/tiki-gmap_usermap.tpl tiki-gmap_usermap.php): [MOD] Change to make use of new googlemap plugin (reduce code duplication) xavi1: it's something to do i guess, category would be fair at least luciash : I have no access to php.ini, so I can not change I wonder how much would that impact performance hmm FrankP_german: I think that it can be changed (in some servers) through .htaccess fyi FrankP_german: if you cannoot change it you'll have to try reduce something, remove modules or disable unnecessary features... what page it happens on ? admin categories ? try &fullscreen=y in url if it helps can you please tell me what I enter it in the. htaccess needs yes, tiki-admin_categories.php I want to write some ajax related to the google map thing, do I have to use feature_ajax or no need? I mean if someone is using google maps, they obviously have js on already Anyone can point me to the best example of how to write ajax now? (I knowthe old xajax way but I am not sure if that is the best way anymore) tikiwiki: 03luciash * r25450 10/trunk/lib/breadcrumblib.php: [FIX] description as browser title: do not return span tag there FrankP_german: you can google for it (I'm no expert; I know it worked in the past for other people). a few examples, for instance: http://gallery.menalto.com/node/42071 it seems that you can add: php_value memory_limit 64M inside the .htaccess file thanks or others reported that they succeeded instead adding t some of the conflictive php files I haven't tried myself np and we will see how much better Tiki behaves on 5.0, beyond some proven improvements by lph and others works tikiwiki: 03luciash * r25451 10/trunk/templates/header.tpl: [FIX] description as browser title: make it work again with after|before|none site title location (still not perfect fix but better than nothing) tikiwiki: 03xavidp * r25452 10/mods/trunk/wiki-plugins/r/lib/wiki-plugins/wikiplugin_r.php: [FIX]Write only the img tag if the new graph (image) has been created. Anonomyous visitors see theme other than the site default .... but group theme set to be default. I remember doing this intentionally, but don't recall how :) tiki4