can someone tell me if it's possible to completely skip over the annoying plugins for iframe and just make my own custom page that works like the rest but lets me have my own iframe and code in the middle where a page would be? I'm done trying to hack the planet to make the iframe plugin work for me. too many limitations amette: : ping polom just a thought regarding sefurl currently all tiki features are in a different php file it seems good that way BUT that means that the URL look all very different when browsing a tiki site I think it would be better if everything (or almost everything) was index.php example: example.org/index.php?function=tiki-lastchanges instead of tiki-lastchanges.php this way we can have lots of stuff in one url, which looks ugly, but is easy to rewrite example.org/index.php?function=wiki&page=Whatever&lang=fr can be rewritten to example.org/fr/wiki/Whatever and we can add workspaces on top of that, and little php files in / all the "functions" would obviously be kept in seperate php files, but no called directly. and probably stored in an obscure folder marclaporte: pong grmpf, my machine crashed... not a good day.. |. .| |. . | | damn :D anyone has any thoughts about the nonsense I wrote ? polom ScaryLptp: what is problem with iframe plugin? New jquery thumbnail preview in Look and Feel theme selection is really cool. :-) Also jonny's new Strasa mono theme option. I love tearing stuff apart. I butchered a php file to link to a .tpl file which I am creating my own monster in. linking to the javascript in the header of the tpl works while embedding the javascript doesn't. finally I can get some work done hahahaha {literal} my javascript {/literal} in a .tpl Is it me or dev.tikiwiki.org is slow? tikiwiki: 03Jyhem * r17310 10/branches/3.0/ (db/tiki-db-adodb.php lang/fr/language.php): [UI] Link to installer in suggestion to go to installer. Handle internationalisation tikiwiki: 03luciash * r17311 10/branches/3.0/styles/strasa.css: [FIX] strasa theme: better indentation and alignment of the menu items tikiwiki: 03sylvieg * r17312 10/branches/3.0/tiki-login.php: typo Help me! ... During the last year i've set up our intranet website using tikiwiki. Now one of the managers says it might be a good idea to switch to sharepoint... what should I do? A : kick him in the nuts B: punch him in the face C: first kick, then punch ... Welcome to the official Tikiwiki English Irc Channel. TikiWiki or better known as TW, is your Groupware/CMS (Content Management System) solution, you can get more infomation at http://info.tikiwiki.org/ . tikiwiki: 03sylvieg * r17313 10/branches/3.0/ (templates/tiki-login_confirm_email.tpl tiki-login.php): [FIX]login: do not display
Beestje: microsoft likes $$$ I know :) now the real problem... :) I've got a simple tracker with 12 fields and so far about 200 records ... but it's really slow when listing the items or when saving a new entry... anyone got any tips on how to speed things up? Beestje: sharepoint is known to be very hard to admin which version of mysql? yup. I've looked at it about 3 or 4 years ago and it was rubbish... which version of tikiwiki - some idnexes were missing.. 2.1 version tikiwiki (will upgrade to 2.2 next week because testversion already runs at 2.2) and mysql 5.0.45 but the 2.2 tracker seems to be equally slow :/ tikiwiki: 03alain_desilets * r17314 10/trunk/lib/core/test/ (AllTests.php JustAFewTests.php): - Added infrastructure for Selenium automatic tests. tikiwiki: 03alain_desilets * r17315 10/trunk/lib/core/test/AcceptanceTests/ (. AllTests.php SearchTest.php): - Added infrastructure for Selenium automatic tests. tikiwiki: 03alain_desilets * r17316 10/trunk/lib/core/test/Multilingual/Aligner/AllTests.php: - Added infrastructure for Selenium automatic tests. Beestje: be sure to have this indexes http://pastebin.com/m7fb6da1d Beestje: but I agree trackers are slow - i think tracker optimisation must be a priority for 4.0 yup, the tracker functionality is one of the best features, but it's the performance that drags it down... sylvieg1 should i restart something after adding the indexes? Beestje: no - is it better? Beestje: tell your boss that you can have free support with tw - and that if he wants to invest 1/4 of the money he will spend with microsoft to improve the tracker performance - it will be great ;-) i think the better option will be to kick him in the nuts and then show him the cost of sharepoint... i think his nuts won't hurt that bad :) it's a little bit better, but i can't really tell for now because other people are working on it as well.. i did increase the memory of our server this morning to (don't laugh) 1 gb. it's a virtual ubuntu server running on our VMWare ESX environment before the memory increase, it took about 8 seconds for the page to show up... before the indexing about 5 seconds and now after the indexing about 4 so yes, it's better :) wow, 1GB :) you got plenty of free RAM, right , ;) s/,/?/ amazing, isn't? maximum used today is 241 MB.... so I think I've got plenty to spare :) My .htaccess rule for "^files$" isn't working. I see there is a "files" directory. Doesn't .htaccess have priority over actual files? This isn't right: "{content id=1}" produces "WARNING: Plugin disabled content!" http://doc.tikiwiki.org/tiki-index.php?page=Rewrite+Rules#Suggested_Rewrite_Rules I don't think dynamic content is quite a "Plugin". SEWilco2: starting in 3.0 all syntax is unified you can write plugin in UPPERCASE, lowercase and even in the syntax style of {content id=1} OK, so doc.tw.o apparently merely has dynamic content disabled? seems so, lemme check Oh, good. http://doc.tikiwiki.org/files ends up at the main page instead of the list of filegals. So it's broken there as well in my system. you're right, dynamic content plugin is disabled on doc.tw.o now enabled it http://doc.tikiwiki.org/file2 says filegals is disabled. I probably should see that error for http://doc.tikiwiki.org/files also. filegals disabled, that is true That's odd. http://doc.tikiwiki.org/tiki-file_galleries.php ends up at the main page instead of giving an error. probably redirect on error is enabled Yeah. On my system redirect on error is off, filegals are enabled, and tiki-file_galleries.php ends up at tiki-list_file_gallery.php. But /files still ends up on the main page. http://doc.tikiwiki.org/images ends up at http://doc.tikiwiki.org/images/ ("Forbidden") instead of the .htaccess rule's tiki-galleries.php tikiwiki: 03sylvieg * r17317 10/branches/3.0/lib/wiki-plugins/wikiplugin_code.php: [FIX]CODE: not to have param=>\"\" htmlescape No wonder http://doc.tikiwiki.org/files isn't working. In my rewrite log I see: rewrite 'files' -> '/files/' There must be a similar configuration in doc.tw.o forcing it to files/index.php and thus to the main page. tikiwiki: 03sylvieg * r17318 10/trunk/ (71 files in 26 dirs): [MRG] Automatic merge, branches/3.0 17303 to 17317 tikiwiki: 03sylvieg * r17319 10/branches/3.0/lib/wiki-plugins/wikiplugin_articles.php: [FIX]articles: max can be -1 tikiwiki: 03jonnybradley * r17320 10/branches/3.0/tiki-setup.php: [SVN] Id tikiwiki: 03jonnybradley * r17321 10/branches/3.0/ (5 files in 3 dirs): tikiwiki: [MOD] Refactoring repeated code into $tikilib->get_style_base() tikiwiki: Also added $tikilib->get_style_path() and deployed in admin/look so far tikiwiki: New pref to enable multi-tikis (tikidomains) to share the same styles dir if desired (I do) tikiwiki: 03sylvieg * r17322 10/branches/3.0/lib/core/lib/TikiFilter.php: [FXI]filter: int filter tikiwiki: 03jonnybradley * r17323 10/branches/3.0/styles/ (12 files in 8 dirs): tikiwiki: [MOD] Moved style-options thumbnails into sub-directories named after their option. tikiwiki: More logical and consistant with the main styles dir layout. Fixed my /files problem: Had to add "DirectorySlash Off" to .htaccess and comment out the two multitiki rules. doc.tw.o may need similar treatment. tikiwiki: 03jonnybradley * r17324 10/branches/3.0/tiki-admin_include_look.php: [MOD] Renamed getThumbnailFile() to get_thumbnail_file() to be more PHP-like tikiwiki: 03sylvieg * r17325 10/trunk/ (4 files in 3 dirs): [MOD]login: an administrator can validate himself a user that is on the status email validation needed tikiwiki: 03jonnybradley * r17326 10/branches/3.0/templates/tiki-admin-include-look.tpl: [ENH] Moved thumbnail inside admin table How can I keep &deep=on or &deep=off from showing for the category urls? tikiwiki: 03sylvieg * r17327 10/branches/3.0/ (3 files in 3 dirs): [FIX]article: topic and type can be an expression of topics and types tikiwiki: 03jonnybradley * r17328 10/branches/3.0/lib/ (setup/theme.php tikilib.php): [MOD] Refactoring repeated code into $tikilib->get_style_path() in tikilib and setup/theme.php tikiwiki: 03jonnybradley * r17329 10/branches/3.0/lib/setup/js_detect.php: [MOD] Turning off other prefs not available without JS polom tikiwiki: 03jonnybradley * r17330 10/branches/3.0/lib/setup/js_detect.php: tikiwiki: [NEW] Include custom.js if found (wish2285) tikiwiki: Will use 'styles/stylename/custom.js' or 'styles/stylename/options/optionname/custom.js' if there tikiwiki: 03jonnybradley * r17331 10/branches/3.0/lib/setup/theme.php: tikiwiki: [NEW] Include custom.css if found (an approximation of wish1320) tikiwiki: Will use 'styles/stylename/custom.css' or 'styles/stylename/options/optionname/custom.css' if there