^thehatsrule^: Maybe that permission should be added to Group Registered or some other appropriate Group? ^thehatsrule^: Oh...they're not visible to anonymous. If Group Anonymous doesn't have permission to read Wiki pages then it can't see any. ^thehatsrule^: And because you're using categorized permission, only the groups which are allowed access to the categories can get that category's pages. Good evening all.. I am running 2.2 and wanted to change my file store from the database to a file system. Unlike with images, there doesn't seem to be an easy way to move the files from one system to the other. Suggestions, other than download and upload them all? You're right, there isn't an easy way. If you're a programmer, you might try porting the code from Images to Files' code. SEWilco: i've had the anonymous permissions set for viewing Wiki pages and also set for viewing in the category I've created What I thought. I'm a programmer, but I do assembler and haven't gotten into php (yet). Looks like it'll be the hard way ... Thanks :-) ^thehatsrule^: Do you have Admin>Categories option set for permission in all categories? Does that match what you want? ^thehatsrule^: There an admin option which requires that all categories allow access. Decide whether that is proper for your configuration. Oh... I thought I would create a new file gallery and move them to it, but they are still kept in the database, while new files uploaded to the new gallery are stored on the file system. Is that intentional? SEWilco: are you talking about the "Permission to all of an object's categories is required for access"? It's disabled here re-polom how can i hide the footnote on each wiki page "created by ..." willy: the one right under wiki page Admin → Wiki, the one in the footer you have to manually edit the Theme template file amette: : XMLRPC Error: 5 - Didn't receive 200 OK from remote server. (HTTP/1.0 500 Internal Server Error) on http://info.tikiwiki.org/tiki-login.php marclaporte: I know sylvieg told me yesterday or so that it's because of info being 1.9 ah guess someone needs to upgrad e :-) SVN: Commit by sept_7 :: r 15936 /trunk/tiki-calendar_export_ical.php: [FIX] calendar : export to iCal now works... SVN: Commit by sept_7 :: r 15937 /trunk/ (2 files in 2 dirs): [FIX] calendar : check start and end dates, an event cannot end before its start hi all :) SVN: Commit by nyloth :: r 15941 /trunk/lib/: [ENH] filegals slideshow: revamp slideshow (add slideshow third_party to lib) SVN: Commit by nyloth :: r 15940 /trunk/ (7 files in 4 dirs): [ENH] filegals slideshow: revamp slideshow SVN: Commit by nyloth :: r 15939 /third_party/slideshow/ (29 files in 3 dirs): [NEW] third party: add last version of slideshow from Aeron Glemann - MIT License just svn up on trunk. when i run theinstaller, i get nothing -- blank screen (for a brand new/clean install) anyone having issues with trunk? SVN: Commit by nyloth :: r 15943 /trunk/templates/tiki-list_file_gallery.tpl: [MOD] filegal slideshow: make popup resizable SVN: Commit by nyloth :: r 15942 /trunk/ (2 files in 2 dirs): [FIX] filegal slideshow: fix javascript for IE + minor changes in smarty template hello at all is trunk broken? new svn install, i can't get anything to load? It would be nice if TikiWiki|bot would link the SVN revision number to the web page which shows the change. ricks99: I just eyeballed the descriptions of the recent changes and don't see anything intended to be a global change. Not that PHP isolates the effects of changes. i get a blank page on tiki-install.php (after the security alert) if i view the html source, it appears that the header.tpl is missing Maybe tiki-install.php should use 'try' for everything, so it can give hints as to what is broken. There have been some recent Javascript changes, and those were likely to want to emit code in the header. am i the only one with problems? can anyone grab latest from svn and successfully run a new/clean install? maybe just my environment? (though was working fine a few wks ago) nyloth: Any chance you affected header.tpl? on tiki-index.php, first line in my html source is:
SVN: Commit by sylvieg :: r 15944 /trunk/lib/smarty_tiki/function.button.php: typo SVN: Commit by sylvieg :: r 15945 /trunk/modules/mod-upcoming_events.php: [MOD]upcoming eventsL new param title SVN: Commit by sylvieg :: r 15946 /trunk/modules/mod-articles.php: [MOD]articles: new param title Forum moderation: Can a forum require moderation (approval) of new topics? I know moderation can require approval of comments, but what about topics? Hello from germany to all. Hello from germany SVN: Commit by sylvieg :: r 15947 /trunk/templates/tiki-admin_calendars.tpl: [FIX]calendar: standard colors must be optional to preserve the existant SVN: Commit by sylvieg :: r 15950 /trunk/templates/tiki-calendar_box.tpl: [FIX]calendar: minimum of styles in the tpl: no opacity SVN: Commit by sylvieg :: r 15949 /trunk/templates/tiki-calendar_calmode.tpl: [FIX]calendar: minimum of styles in the tpl: no opacity - calendars must be visible if no popup are on SVN: Commit by sylvieg :: r 15948 /trunk/templates/tiki-calendar_listmode.tpl: [FIX]calendar: suppress display of categ and location - seems to be unfinished: not th and no test on cal config the new calendar is very very buggy... Is there a PHP setting to make TW's IP code work under a web cache? I only see HTTP_X_FORWARDED_FOR in Auth code. My TW log only shows accesses from 127.0.0.1 due to the caching proxy. SVN: Commit by sylvieg :: r 15951 /trunk/templates/tiki-calendar_calmode.tpl: [FIX]calendar: redisplay tthe calendar nav bar (only the date - to know what is displayed below Any obvious problems with adding something like if (REMOTE_ADDR = "127.0.0.1") REMOTE_ADDR = X_FORWARDED_FOR; // Whatever the incantation for REMOTE_ADDR Looks like I'd best add a getIP function to find the IP, then replace various places which try to get the IP. SVN: Commit by sylvieg :: r 15952 /trunk/templates/tiki-calendar_weekmode.tpl: [FIX]calendar: add event button in week view + non fixed format date What does "/*shared*/" mean in tikilib? question for tiki-heads.....if I want to support large upload sized (like 100-200MB) can someone suggest good levels for PHP "Resource Limits"? Welcome to the official Tikiwiki English Irc channel, Please just ask your question, dont ask to ask, someone will reply if and when they know the answer. Welcome again and please stay awhile I'm using Memory Limit=128MB......no other changes from default so far question for tiki-heads.....if I want to support large upload sized (like 100-200MB) can someone suggest good levels for PHP "Resource Limits"? :D mattbmc: there are a couple of varaibles you must set to do big upload. http://www.radinks.com/upload/config.php tiki-setup_base.php has a test for 127.0.0.1 which seems to have a different meaning when a cache is on the web server machine. Is that a security error? I left tiki-setup_base.php unchanged as I don't know how to deal with the proxy during setup. neat... new release of ext/ssh2 now compiles through pecl... no more hacks needed SVN: Commit by sewilco :: r 15953 /trunk/ (20 files in 7 dirs): [NEW] Use ->get_ip_address() for IP of user instead of 127.0.0.1 proxy. lphuberdeau: congrats lphuberdeau: : had you met the person you wanted to meet about this? could not mention it.. she was too drunk every time I talked to her (which was in the afternoon) hahaahahaha Does ";;" at the end of a PHP line have any non-null meaning? cleaner indeed: http://dev.tikiwiki.org/tiki-pagehistory.php?page=TRIM&compare=1&oldver=190&newver=191&diff_style=sidediff helo sewilico2, just an empty statement... probably a typo lphuberdeau: Yup, that's what I thought. Removed one semicolon while fixing adjoining statement. If anyone knows the AUTH code, I did not alter the REMOTE_ADDR code there because there already is code which is sensitive to proxies. hi GillesMM! hi marclaporte congratulation for the cmsup tks cmsmup