tikiwiki: 03robertplummer * r37099 10/trunk/templates/comments.tpl: [ENH] Made sure codemirror could be turned on inside comments chealer: Seems to work! ...just have to put it all together. Thanks tikiwiki: 03robertplummer * r37100 10/trunk/templates/tiki-view_forum.tpl: [ENH] Added language of forum to forum view Is there an easy way to get the Tiki root URL? Need to build a full URL. Have the parts below Tiki root arildb: yeah...I knew that would be the tough part :-S see http://www.php.net/manual/en/reserved.variables.server.php (warning, not well documented) chealer: :-)...hoping not. Anyway, the Zend client worked well...so a solution is well on the way.. arildb: also see tiki-filter-base.php (not sure if that's available in the installer) ok good night tikiwiki: 03oeversetten * r37101 10/trunk/lang/nds/language.php: most of the countries tikiwiki: 03nkoth * r37102 10/trunk/lib/core/Tracker/Field/ItemsList.php: [FIX] No bug because parameter irrelevant but anyway just to make sure in case function does something with it in future tikiwiki: 03nkoth * r37103 10/trunk/ (3 files in 3 dirs): [NEW] Add a way to preselect an items list field based on value in another field, especially useful with multi-page trackers no ignore that, wrong window :) good morning tikiverse tikiwiki: 03chibaguy * r37104 10/trunk/lang/ja/language.php: [TRA] A few "happy path" strings, thanks to Lauren Mariko Cunningham-Lee. tikiwiki: 03chibaguy * r37105 10/branches/7.x/lang/ja/language.php: [TRA] A few "happy path" strings, thanks to Lauren Mariko Cunningham-Lee. New Forum Posts: How do I log in as another user - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42209 polom does anybody know, if Ican unzip a Tikifile/folder on a webhost via "FileZilla"? -> I have no SSH and no control Center access onthis host - my Ubuntu-included tool seems too small and I cannot compare the size with a referfencefolder so I could gemerally unpack, but cannot check if all was done right FileZilla might be a quicker and more reliable way But I find no operation for unpacking a file polom fabricius: filezilla is just an ftp client. It sound reasonable that it can't unzip remotely. It would be remote-OS dependant (filezilla would need to launch the unzip from the remote OS) Even if it pretends to unzip, it would have to download-unzip-upload so you might as well unzip locally and upload the unzipped files. OK thx. My Ubuntu-included tool seems just to stop showing all the files - it kind of "hangs" at "tiki-galleries_rankings.php" ... but unzipping continues I just watch the DSL connection - if it stays stable, unzipping should have been working after a few minutes It is always a problem, when you want to help s.b. to do a first-time Tiki installation on a provider you do not know and you have limited access tikiwiki: 03changi67 * r37106 10/trunk/lib/profilelib/installlib.php: [FIX] Syntax error tikiwiki: 03changi67 * r37107 10/trunk/ (7 files in 5 dirs): [user:changi:FIX] Svn Properties tikiwiki: 03changi67 * r37108 10/trunk/lib/validators/validator_passcode.php: [user:changi:FIX] Svn Properties *module visibility Tiki7-x:* I have a menumodule assigned to the header (Top) and cannot make it visible for non-loged-in visitors module is assigned for Anonymous, Admin, Registered meu items are assigned for Anonymous when I am loged in I see the module when I logout, the module disappears any idea, what I make wrong? polom polom chibaguy: hi fabricius chibaguy: I have a problem with module visibility oh on my side, I'm wondering why there is a
tag at the bottom of wikitext. It adds a blank line when the page is included in another page, such as when used as a pretty tracker wiki tpl. ^^ oh chibaguy: you want to include a text snippet from one page to another one and get a
that you did not type in? Yes. I can have it not display by using CSS, but it seems unnecessary to me. It isn't in tiki-show_page.tpl, so seems to come from the parser. So is out of my reach ;-) The situation is that i'm using a pretty tracker and trackerlist to show tracker items, and I don't want a
tag between each row as they display in the wiki page. It's easy enough to put everything in a div and add a div br display:none rule, but I was just wondering what the point of the br tag is, in general. About your module problem? the point of the
tag: I do not know, sorry my module problem: in chrome I see, that the module_16 (just the number on my particular page) is found, but not visible for Anonymous - if not loged in, it has a height of 0px when I login, it is shown well - as secondary site menu at the very top module is assigned for An, Reg and Admin, 1 of for menu items is not assigned to any group (should be globally visible) and the other three is assigned to Anonymous (should be visible for all aswell but the menu/module just will not appear I tried different combinations of setting the Top Bar module is configured the same way (same module, different menu Id, Top Bar section) and it shows up for everybody hmm, that is strange. yes Are there any permissions on the menu items? Or the objects the menu links to? that anonymous doesn't have permission for? the objects the menus link to ... hmm think that yes mom, I'll check the categories still not working there is now at least a menu item, that links to Anonymous-allowed content now all four links link to content, that is allowed for Ano, but still disappered You can see the menu and links in the page source, when viewing as anonymous? mom, didn check that (I saw it in the webdev - "check item" in chrome - with width= 960, height=0) yes, I find the module_16 in the source what if you assign the module a height in a custom css rule? you mean in admin -> look and feel? yes or in the module admin, as a "style" parameter. probably in module admin would be easier. woohoo: admin -> look and feel => #module_16 {height: 40px;} and it works! - why that is necessary? Yay! I don't know. I have to go out for a while, probably will be back in an hour. it works for Registered without that, but not for Anonymous?? yeah, strange. chibaguy: I have to head off aswell - need to see my boss c ya later thx for the hint ok sure, you're welcome. tikiwiki: 03oeversetten * r37109 10/trunk/lang/ (51 files in 50 dirs): tikiwiki: Consulted dictionary and Low German is the correct term, tikiwiki: so I fixed it. If something went wrong, just revert this. tikiwiki: Add some translations for "Low German" in several files. tikiwiki: 03oeversetten * r37110 10/trunk/img/flags/ (Low_Germany.gif Lower_German.gif): Just a rename Hi people. Is there a way to export/import users on tikiwiki? I'm moving to a new installation of tikiwiki on a different server. yes there is tiki-admin_users.php or the admin menu there you can export and import vis csv file it will require the ziparchive class for php? why? afaik you just download the file and upload it to the new installation ok..thanks I'll try it. I did the same quick and dirty by exporting directly in the database users, usergroups, userpermissions etc. export sql and import sql did work for me but both methods you might have to try around a bit sql: maybe double users and groups (like default admin) can cause problems and you have to edit/delete one or e few lines in the sql file before you import csv: similar with certain fields like an Id field or so example csv import export of menus: you can export a menu, change settings of existing item and leave the Ids as they are, then reimport an have changed your existing menu quick and dirty or you change all Ids to value zero "0" and have a copy of the same menu for reimporting to any Tiki so for users you might to try and find out wich field or wich line you must interfere, but when you know that, it is a quick and easy job cheers Installation: does anybody hav any experience with GoDaddy.com ?? I need the writing of the localhost for the Tiki local.php anbody knows, how to adre localhost with GoDaddy?ess th adress fabricius, I'm on tiki-adminusers.php but not finding the "export" option alredy selected all the users... mom, I'll check - wich Tiki version? I can see the import buttom, but not the export where can I check my version? Oh must go to my boss will be back in a few minutes I hope ok Anyone knows how can I export / import my users on tikiwiki? under admin groups ok.. I'm there right now.. And can't find any export option. got it. thanks coaboa, wow.. to import they must already exist? Each user in the file must already exist. To create users or/and assign them to groups, got to admin->users So.. I need to create all the users before import the csv file? o.O and their passwords? will be lost, right? anyone? it just doesn't work. kalib: I never did that before, but I assume the tiki users are created by the import process. They shouldn't have to be created first. That would make importing them redundant, right? sure. but that's the information that I received on import page.. I mean you can add users one at a time, so the import function should be just a mass creation of users, using a csv file. well, I never tried, so don't really know. "Each user in the file must already exist. To create users or/and assign them to groups, got to admin->users"" The problem now is.. How to export users?? I just can't find the export users buttom. I can only import.. but not export. That's the point? what about the other data in your old tiki installation? You don't need to move the pages, etc. over also? My point is, you could recreate your old installation on the new server by importing the whole old database, including the users of course, and then update the installation. The import users thing might not necessarily be to import Tiki users, maybe just a file of people. Like a spreadsheet. I'll try it..thanks. I've done that a number of times with no problems except for images stored in the database, which didn't make the transfer intact. (in some cases) use phpmyadmin or similar to populate the database with a copy of the old database. thanks. polom hi chealer kalib: hey, still there? sorry have been some few more minutes ;-) kalib: it is right, that you cannot export users in the tiki-adminusers.php - youshould do it via phpMyAdmin directly in the database thanks ;] New Forum Posts: Module forums_last_posts in Tiki 7.1: How to display posts only from selected forums? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42210 hi arildb hi fabricius it is hot here - summer seems to be back Iget another ice ceam cream enjoy fabricius: where are you located at? Germany between franfurt and Nuremberg Frankfurt you are from Norway? I am a bit further north...and it's also "summer like" here. 14C and sunny yes, Norway nice used to live in Frankfurt a couple of years..many years ago ah I never have been in Norway yet have to go afk for some minutes brb fabricius: you can export users in tiki-admingroups.php I agree that tiki-adminusers.php would make much more sense tikiwiki: 03chealer * r37111 10/trunk/modules/mod-func-forums_last_posts.php: [FIX] Newest Forum Posts module: forumId parameter. "explode() expects parameter 2 to be string, array given", not working with lists and description. From r26172 #rehi Jyhem_laptop: thx tikiwiki: 03eromneg * r37112 10/trunk/templates/ (attachments.tpl tiki-page_bar.tpl): [FIX] disallow a user from attaching a new file to a wiki page or deleting an existing attached file if the page locked by someone else New Forum Posts: upload image problem - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=42211 tikiwiki: 03eromneg * r37113 10/branches/proposals/6.x/templates/ (attachments.tpl tiki-page_bar.tpl): [FIX] [bp37112] disallow a user from attaching a new file to a wiki page or deleting an existing attached file if the page locked by someone else tikiwiki: 03arildb * r37114 10/trunk/ (3 files in 3 dirs): tikiwiki: [NEW] If installing on IIS show a notice about the (highly) recommended tikiwiki: installation of URL Rewrite. The notice is only displayed in install step: 0 tikiwiki: when IIS is detected, and it indicates the URL Rewrite installation status. tikiwiki: Thanks chealer polom arildb: cool, good work thanks hi arildb hi chealer arildb: looks like you did have some fun building that $checkURL in the end? ;-) well... tikiwiki: 03chealer * r37115 10/trunk/templates/modules/mod-forums_last_posts.tpl: [FIX] Newest Forum Posts module: missing space in title between "by" and user when date and author are disabled (r30487 regression, oops) tikiwiki: 03nkoth * r37116 10/trunk/lib/core/Tracker/Field/ItemLink.php: [FIX] Not enough height to prevent scrolling when theme changed to larger font anyone knows if trunk admin trackers is still in a state of non working or is it supposed to be done already ? My changes not savning js error, should I debug? I think I wil wait till a couple of days... tikiwiki: 03marclaporte * r37117 10/trunk/tiki-admin.php: Wiki attachment admin panel is findable via Wiki admin panel, and Plugin Alias is now in Text Area tikiwiki: 03arildb * r37118 10/trunk/lib/init/initlib.php: tikiwiki: [NEW] Completes to r37114: URL Rewrite checking during installation on IIS. tikiwiki: Notice only shown when URL Rewrite is "detected" as missing. tikiwiki: Displayed text is changed. Links to "Windows Server Install" on tiki.org for more info. tikiwiki: Translation calls added. tikiwiki: Some style fixes. good night tikiwiki: 03marclaporte * r37119 10/trunk/templates/admin/include_look.tpl: Moving Site logo & title prefs to the top of the page because it's often used tikiwiki: 03marclaporte * r37120 10/trunk/templates/admin/include_security.tpl: For some users, security means permissions so adding a few relevant links in the admin panel tikiwiki: 03marclaporte * r37121 10/trunk/templates/admin/ (include_community.tpl include_login.tpl): Adding permission link to help new users in thinking of user/group/perm tikiwiki: 03marclaporte * r37122 10/trunk/templates/tiki-objectpermissions.tpl: Adding links to admin user and groups to the permissions admin panel tikiwiki: 03marclaporte * r37123 10/trunk/templates/tiki-adminusers.tpl: Ading a link to manage permissions hmm somebody there with installation experience? Base table or view not found: 1146 Table 'foldername.tiki_preferences' doesn't exist in /home/content/30/XXXXXXXXX/html/foldername/BRANCH-7-x/lib/core/TikiDb/Pdo.php on line 74 chealer: Are you here? arildb: yes hi lindonb tikiwiki: 03marclaporte * r37124 10/trunk/templates/modules/mod-quickadmin.tpl: Adding relevant links to Qucik Admin module chealer: hi chealer fabricius: where are you installing? lindonb: it may be that intl is bundled with PHP but disabled by default in Debian it's not available by default, it's packaged in php5-intl oh, okay chealer: Thanks for your comments on my latest commit. I didn't know initlib.php was included "everywhere. Maybe installib.php would be a better place for the functions. However I see that it is a "database" class. Does that matter, or is installlib the most suited place? lindonb: thanks for the detailed answer... that seems a complex topic chealer: yes, thought it was worth explaining chealer: i guess if intl is off by default then it's not a good idea to use it in tiki? lindonb: it's clear that intl won't work in the short term, (needs at the very least PHP 5.2.4), unfortunately there is interesting stuff in intl. maybe ICU is not standard on Windows and that's delaying its use yes, i thought it could be useful for many things lindonb: well, it couldn't be relied on, would need a fallback :-( yep :( lindonb: I don't even know the relevant features, so I don't know what should be done for now. lindonb: if nobody else comments, and you want to do something short term, go with what you think is best chealer, is there a license issue with money_format? lindonb: a minimum could be to link to your message in a comment in money_format if we can't take a decision now. tikiwiki: 03marclaporte * r37125 10/trunk/lib/prefs/feature.php: Let's try to make this Quickperms feature work and move it from experimental to always on. If it's still not reassuring at release time, we'll turn off chealer, sry - missed your reply godaddy.com Arizona lindonb: I don't know. it's generally not good to use code without a written license, but I haven't checked if the code used was significant and how much of it was left. the issue that made me bring up the topic was really the fact it was unused. the licensing issue wouldn't be serious anyway. fabricius: could you describe the problem? I want to start tiki-install.php and get error messages - they are visible above and under the installer login area and I connot login (databasevredentials) credentials chealer: I got the localhost adress now, but do not know, if godaddy needs to change seversettings, if I have to add a handler to the htaccess or to the local.php chealer: then I'll try to restore money_format and will see what I can find out about licensing arildb: installlib is just database stuff but I think that's just because nothing else was needed for now. don't worry, it can be moved later if it's a problem. I'd say it's the most suited place. chealer: ok arildb: no problem. generally lib/init/ is used everywhere chealer: ok. Btw. I checked the IIS config files in C:\Windows\System32\inetsrv\config\applicationHost.config. When the URL Rewrite module is uninstalled, the rewrite tag is removed from the schema, and thus it becomes invalild lindonb: OK. for licensing, it's always subjective :-/ copying one line is not a problem, copying a function of 100 lines is. the limit is somewhere in between, depending on how creative the code is, etc... tikiwiki: 03nkoth * r37126 10/trunk/lib/wiki-plugins/wikiplugin_tracker.php: tikiwiki: [NEW] Add a way to autosavefields but with the constraint that the new value is tikiwiki: saved only if it is greater than the current value. Really useful in multipage tikiwiki: trackers to keep tracker of how many stages a user has completed lindonb: in this case it's particularly minor as the code was posted on a public website with the intention to help others. it's unlikely that the author sues. chealer: another issue regarding SEFURL, the following seems to be needed to allow the '+' in a URL /myserver/My+Page+Test. . It's missing from web.config today. It may need to be defined globally. I am checking around a little. arildb: yeah, hence the errors... makes sense. BTW, do you mean the module is installed by default? (you say "uninstalled") chealer: No. Installing the module add the "rewrite" tag chealer: The "rewrite" tag in the schema follows the install state of the URL Rewrite module arildb: so it's not installed by default then? no arildb: yeah, but I wondered if your phrasing implied it was enabled by default arildb: OK, but that's strange, I can't remember having to enable that module it *was* over a year ago, though :-S chealer: I am using Windows 7 enterprise (thus not a windows server). Maybe it's different on a server machine fabricius: I don't see why Tiki would try accessing tiki_preferences at installer step 0. I'd need a "backtrace" leading to that error to tell :-( chealer: ah ok what info you need? chealer: thanks. sounds gray. it was a long function. I changed things but it wasn't a rewrite. But I agree anyone posting help code would unlikely be concerned as you say. arildb: I didn't use it on server machines neither. I must have used it on Windows Vista Ultimate IIRC and now I'm on Windows 7, perhaps Home Premium lindonb: all right, let's leave that alone for now thanks tikiwiki: 03arildb * r37127 10/trunk/ (3 files in 2 dirs): [NEW] Changes to r37114/r37118. Moved functions to installlib, since initlib is included each request fabricius: there's an error in PDO, but I wonder what query the installer issued. you'd have to go back to where the call comes from or check the query string :-/ chealer: How I can do that? Only thig I was doing was typing in domain/tiki-install.php thank you arildb! chealer: I also had to install the URL Rewrite modules on the Windows Server machines we are using. So, the module does not seem to be standard windows installations (anymore) I had issues on other servers before - I could call the support - but what question to ask? maybe I have to force pdo in the local.php? fabricius: it would be easy with xdebug but as you must not have that, you'd need to insert some debug statements :-( fabricius: I don't think so, it's already using PDO according to your message ah ok where can I get xdebug? is there a debug tool for firefox available or for chrome - just want to get an imagination what you r talking about but I will understand it :-D arildb: I packaged Tiki for Web PI last summer under Windows 7 and didn't notice I had a problem with web.config files. I might have enabled a modules but I really don't remember installing one. anyway, I'll check when I go to Windows. fabricius: no it's a PHP debugging extension, you'd need server access to install. on Debian it's packaged in php5-xdebug. ah chealer - I have it on my computer, but I would need it on the server chealer: maybe the godaddies have such aswell fabricius: well yeah, I don't suppose you would succeed to reproduce that error locally :-/ locally I got Tiki working without hussle Ihave to find out wich configurations I need for the project on godaddy specifically kind of a customer's provider So chealer you need to know where the call comes from? on two different configured 1and1 managed servers (both german) the support figured out a handler for each config to activate in the .htaccess fabricius: yeah, why is Tiki trying to access tiki_preferences. at installer step 0... chealer: was looking similar bbl Ok, I call to America and ask them - they offer a german landline number, what I find kind of very good ;-) chealer: regard to information about yesterday with javascript included files in plugins... I updated the documentation here http://dev.tiki.org/Including+JavaScript so that it explains further the concept behind it all.