tikiwiki: 03luciash * r17715 10/branches/3.0/ (lib/tiki-js.js templates/tiki-edit_help_tool.tpl): (log message trimmed) tikiwiki: [ENH] wiki: better usability when inserting image from file gallery to a wiki page tikiwiki: * more descriptive translation string on the little icon tikiwiki: * when opening the pop-up window go directly to galleryId=1 in image browsing mode tikiwiki: * insert thumbnail instead of huge image linked to the original tikiwiki: * insert shadowbox rel so the original image displays in shadowbox after click when shadowbox is on tikiwiki: * do not insert newline but space instead so the image thumbnails appear one next to the other one tikiwiki: 03luciash * r17716 10/branches/3.0/styles/transitions/2.0to3.0.css: [FIX] wikiplugin edit: better usability - made the textarea 100% wide and 200px in height Hey tikifolk. I'm on a new development gig and been given fairly free reign on the Ubuntu setup. For my personal cms, do I go 2.3 or 3.0 beta? It's for work time on the the clock, so I can't be a true beta tester, but is 3 stable enough for "personal" use ... on the clock? btiffin: beta2 should be soon ready, better grab it from SVN or wait for it thanks for the heads up. Can I live a few days without tiki? Hmm... ;) :) tikiwiki: 03luciash * r17717 10/branches/3.0/lib/tiki-js.js: [ENH] wikiplugin edit: put some usable cols and rows for wikiplugin editor textarea even for people who don't use Tiki's transition stylesheets I wonder what the "Template not registered" js warning is about when I click "Edit" on tiki-view_sheets.php?sheetId=1 in Opera.... ...and in FF3. I wanted to check on sheets css but it appears to be broken in my install. ah, ok, turned off ajax and jquery and now it's working... xavi, about your comment regarding Tiki Sheets CSS, I see "TikiSheet Default Style" properties listing table class="default" in transitions/2.0-3.0.css but.... I can't find where this is applied. So far, searching in files doesn't turn up a table class="default", and tiki-view_sheets doesn't seem to use this class. Do you have a url showing Sheets but missing some styling? The table I see used on tiki-view_sheets is class="normal", but maybe I'm missing something. hi.. hello irahul hi tanjir any mentor present around related to gsoc..?? hi irahul. I'm on the list as a potential mentor but don't really think I can offer much, as far as coding help is concerned. i just wanted to discuss some issue related to drag drop feature (on idea page)..?? ok. If you have a specific coding question, you could ask on the tikiwiki-devel mailing list. This irc channel is not very effective for reaching all tikiwiki developers. i have almost prepared my proposal for it, so whether i should send it to the mailing list for review or apply proposal at gsoc and then ask for review...?? I don't really know what the usual procedure is for gsoc. But it would probably be good to get some feedback from the mailing list just in case there is some problem with the proposal's ideas. Have you made contact with any of the Tikiwiki developers individually? no.. actually i want to contact the developers for discuss some related problem... there are few minor issues related to it..so i preferred to have conversation with developer on irc.. I see. Well, this is the slower part of the day. Daytime in eastern north america and europe is busier here. i thought i should first prepare every neccesary thing for the idea then talk to the developers.... so whether i am late in contacting the developers..?? I think it's ok to not have every detail complete. It's good to get the communication going. Maybe if there are questions or misunderstandings, they can be cleared up early. What level are these minor issues? About code itself, or Tikiwiki functionality, or....? its about the codes...to develop the feature.. ah, ok. thanks chibaguy, i have a class now.. so have to go.. ok. tikiwiki: 03chibaguy * r17718 10/branches/3.0/styles/ (strasa/options/mono.css strasa.css): [FIX] Put searchbar in correct position: mono-ize login button. tikiwiki: 03chibaguy * r17719 10/branches/3.0/css/ (cssmenu.css cssmenu_horiz.css cssmenu_vert.css): [MOD] These were consolidated as cssmenus.css. Hi, I currently have my TikiWiki installation set up so that manual activation of users is required whenever a user registers; what are the steps I take in the admin console to make this automatic? does anyone know if tikiwiki makes database calls as the root mysql user anywhere in the db? nikhilodeon, on tiki-admin.php?page=login, there's a checkbox "Require validation by Admin." Is that activated? hi chibaguy - thanks, yes it is - i am just now making sure it works as intended If so, it should be turned off, I mean if you don't want to have to activate each new user. right - that was actually the way my client initially wanted it kinda goes against the whole wiki concept About the database question, Tikiwiki only connects with your database using the login info in db/local.php. hmm ok because our dba secured our tiki database by lifting the non null pwd for the root account and that broke our tiki installation - the tiki-index.php page wouldn't load as it threw an error "Error connecting to mysql" we weren't sure if this was something one of the developers created, or if it was part of the native tiki code I don't know really, but if the connection info in local.php is correct, Tikiwiki should be ok. Changes in root password, etc., shouldn't make a difference as far as I know. ok thanks for input also, chibaguy have you ever seen a situation where when logging out, a cached version of the HomePage is returned, but refreshing the browser clears up this issue? I don't recall that particularly, but it seems very possible. tikiwiki: 03chibaguy * r17720 10/branches/3.0/ (4 files in 4 dirs): [ENH] Use Superfish for CSS menu arrows. chibaguy - also the "need admin validation" checkbox is unchecked - however, when i sign up i am not auto-enabled for access what happens when you try to log in? error message about login name or password? tikiwiki: 03chibaguy * r17721 10/mods/trunk/themes/andreas09_tiki_3/styles/andreas09/options/ (14 files in 7 dirs): [FIX] Correct locations for theme option thumbnails. tikiwiki: 03chibaguy * r17722 10/mods/trunk/themes/andreas09_tiki_3/styles/andreas09/options/ (black.css green.css): [SVN] Reinstating mistakenly deleted files. tikiwiki: 03jonnybradley * r17723 10/branches/3.0/ (2 files in 2 dirs): tikiwiki: [MOD] Duplicate 17702 in new location (plugin alias admin moving to textarea - must KIL the old one soon!) tikiwiki: "?\194?\160Add body label field in plugin alias editor and correctly handle validation field" Polom. And my question of the day: Is it somehow possible to link to a file on our intranet from a wiki page? @R|SK: sure, just use a regular link: [foo.html] @R|SK: the link should look like [file://server/path/document.txt] It does work from IE, but apparently firefox seems to block these requests. I have tried a few solutions online, but none of them seem to work. tikiwiki: 03ricks99 * r17724 10/branches/3.0/templates/ (3 files): [ENH]admin ui revamp. ongoing And once again: Is it somehow possible to link to a file on our intranet from a wiki page? @R|SK: review irc log. simply use [link] @R|SK : just use the following : [file://server/path-to-document/example.xls|description] Sorry, my Jabber IRC Transport has soome problems today. @R|SK : but as I said before, I can't get it to work in Firefox due to restrictions... it does work in IE... if anyone has gotten it to work in firefox, please feel free to enlighten me :) Beestje: thy, I'll try. Errr, whar If I have a link like "S:/projects/robinson/build/tools/File.doc"? @R|SK : I guess that would become [file://S:/projects/robinson/build/tools/File.doc] but I would not recommend using drive letters for links, because we had the same system here and not all users have the same drive letters assigned on their pc Ok Beestje, I'll convert it to sverer names. Beestje: But if I only want to link to an directory? Firefox doesn't react anyway. @R|SK : [file://servername/projects/robinson/build/tools/] will open up the directory I'm trying to fix the firefox issue. For me Forefox doesn't react i know, it's a security thing in firefox that doesn't allow you to open up these file links... Well but it shouls react somewhay. Even if it's only a warning. We just migrated from dokuwiki and there is message box, that informs about it. have to restart firefox, brb I installed the LocalLink plugin (0.4) and now the docs open up through firefox I have this plugin too. ;) When I click a link like [S:\Programme\SVN-Tool\svnProject.exe], then Firefox reacts... q: in 3.x what's the difference between admin: plugin page, and the "plugin alias tab" on the admin: text area page? tikiwiki: 03ricks99 * r17725 10/branches/3.0/templates/tiki-admin-include-fgal.tpl: [FIX] typo. use ':' after labels, not ';' tikiwiki: 03ricks99 * r17726 10/branches/3.0/templates/tiki-admin-include-copyright.tpl: [FIX] wrong check for wiki and articles feature :( Hello hello everyone can anyone pls tell me how can i get the mentors email id? http://dev.tikiwiki.org/GSOC+Ideas+2009 thanks yw Beestje: Are you sure about the local link syntax? Shouldn't it be three slashes? @R|SK : well, for me it works with only 2 slashes, and this way it's consistent with firefox and IE. I've tested it here irc.tw.o going in scheduled downtime - should be back in 15 minutes Hmm, sth. Is wrong here. Can I restrict the access to the admin structures page, but allow the users to add new pages to a strcuture. As fara as I can see there is no permission tiki_p_admin_structures and if you give tiki_p_edit_structure perm, users can do EVERYTHING with a structure. Even delete it. :-/ hi all (sorry, keep forgetting about IRC) i have a commit to do but thought i'd check what people think here - making tiki-editpage.php shown an error if no $_REQUEST["page"] - at the moment it edits the home page, which is really weird imho (and i've only ever seen as an error) I do not feel it is weird... hi jonnyb. I once saw a strange home page edit that happened because somehow the editpage url got truncated while the edit of some other page was in progress. The person editing apparently just clicked submit and when on without checking what got edited/saved. i've had it happen on other pages occasionally - it's very confusing and surely wrong? sylvieg: how would the user ever get to there without page being set? (apart from typing the url in) Sorry, sylvieg, but I don't see why Homepage should be put in edit mode when the page to be edited isn't specified. wondering if sometimes - you do not know the homepage name... only a tiny thing i know, but thought i should check just in case :) I think the page to edited should be named explicitly, either through the url or by using the quick-edit module or whatever. surely the obvious thing to do would be to go to the home page (by clicking "home") and click the "edit" button? If you already know the edit script url you can probably work out there should be a page set - no? seems like a very odd feature to me... (especially because the home page is important, it shouldn't get put in edit mode by accident.) 2/1 - ok guys go for it but i'll leave it you like (i just happened to be there) ;) in fact I do not have a strong feeling about that... i've already done it and tested locally, so can commit & we can rollback if there's a fuss ok tikiwiki: 03jonnybradley * r17729 10/branches/3.0/tiki-editpage.php: [MOD] Don't edit the home page if no page param set in request but show an error tikiwiki: 03Jyhem * r17730 10/branches/3.0/ (lang/fr/language.php templates/tiki-view_forum.tpl): [UI] Filtering table less conspicuous jonnyb: I thought your last commit about ajax/js will fix my problem with flash - but it does not :-( aw - that was the other thing i was supposed to test - i'll look into it btw ... thx for the help tikiwiki: 03sylvieg * r17731 10/branches/3.0/templates/ (tiki-editpage.tpl wiki_authors_style.tpl): [FIX]html: option to author style input to display in div or !help You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . hi.. hello tikiwiki: 03jonnybradley * r17732 10/branches/3.0/ (4 files in 2 dirs): {ENH] Expose and rationalise use_minified_scripts pref as a programmer's feature tikiwiki: 03jonnybradley * r17733 10/branches/3.0/tiki-admin_include_features.php: tikiwiki: [FIX] Oops - wrong file commited last time (use_minified_scripts [17732]) tikiwiki: Rest of the modification for admin/look coming soon @johnnybradely: i saw the new ui for admin: text area, plugin alias tab. is this supposed to be identical to admin: plugins page? tikiwiki: 03jonnybradley * r17734 10/branches/3.0/ (4 files in 2 dirs): [MOD] Move sorttable JS to separate file and include if JQuery off tikiwiki: 03jonnybradley * r17735 10/branches/3.0/ (38 files in 13 dirs): [NEW] Added JQuery tablesorter (to go with checkbox mis-commited in [17732]) tikiwiki: 03jonnybradley * r17736 10/branches/3.0/templates/ (tiki-admin_system.tpl tiki-assignpermission.tpl): tikiwiki: [ENH] Implement JQuery tablesorter where the old one was used before in Sys admin and perms tikiwiki: TODO add paging and client-side find did someone know if there is a posibility to create a sitemap.xml for serchengines y. i use the sitemap generator from auditmypc.com ok thanks i'll give it a test tikiwiki: 03sylvieg * r17737 10/branches/3.0/templates/tiki-user_information.tpl: [MOD]user info: show the email of a user to an admin - even if private tikiwiki: 03sylvieg * r17738 10/branches/3.0/styles/transitions/2.0to3.0.css: [FIX]color: when putting a background color, put a text color soc application help ok i tested the auditmypc.com but the javaapplett crashes in all of my browsers (gentoolinux) (googeling=) so this one works= xml-sitemaps.com tikiwiki: 03sampaioprimo * r17739 10/branches/3.0/lang/pt-br/language.php: pt-br translation polom sitemap generator = solution a python script fom sourceforge easy to install and fast would be nice to have a native tiki solution in PHP yes sitemap from the tiki itself would be nice perhaps it helps if i tell you that in the webblog software http://www.s9y.org/ such a feature works well but the part to add it to the googlesite must be done by hand naja auf jeden Fall tut das python script laut google = XML-Sitemap-Fehler und -Warnungen oh sorry - en - the script works well google say no error in xml file found ping same with the php generated sitemap from the serendipity blogware serendipity blogware is php and OS so i think i'll have a look example of s9y site map? tikiwiki: 03sylvieg * r17740 10/branches/3.0/templates/tiki-list_file_gallery.tpl: [MOD]fgal: group watch for fgal http://www.debuk.org/koerperabformer/sitemap.xml.gz it is a plugin may be a tikideveloper who is involved in that stuff could do it very easy ok but here in Germany it's now 1 am - so i'll go sleep - gn8 & by