polom polom marc tikiwiki: 03robertplummer * r32886 10/trunk/ (6 files in 3 dirs): tikiwiki: [ADD] Simple user interface for linking other types of objects in Tiki to spreadsheet using jQuery UI dialog and ajax callbacks tikiwiki: [ADD] References for easily obtaining id of objects on other interfaces New Forum Posts: Conditional in Tracker: show field only if less than X users modified this field - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40482 I could use a little help with indents. When I use ;: the whole paragraph gets endented. Is there a way to make it just indent the first part of the paragraph like it is when writing a book? polom nicohelp: u'd need to modify CSS polom chibaguy hi luciash nicohelp: you'll notice that HTML in general doesn't indent paragraphs by default. nicohelp: if it produces

...

it could be easy to add custom CSS definition to your Look & Feel > Custom CSS panel *Admin panel or
or whatever tag http://www.w3.org/Style/Examples/007/indent.en.html relevant info we really need a better way to manage typographical styles lphuberdeau: maybe the theme generator (css modifier) could be extended that direction. it was discussed last time in london don't know if jonnyb will get there :) I think it must be hard to figure out how to implement that (backend), and also how to do the user interface. The gui for the background colors and borders, etc. so far are pretty cool, but it remains to be seen how people can use it, I guess. put up sample text, show options And currently it depends on the user being familiar with the CSS selector names if they want to target a specific page part to modify (or maybe the live preview can be used). it's really not about providing all the options in CSS, just letting users choose the feel they want for the site Yeah, sample text would be good. experts can write their own CSS luciash, it seems with HTML5 that we don't need the strict limit on how h1 is used (only once on the page). Each section can have its own heading hierarchy starting with h1. This means no more switching of the h1-h4 mapping in wiki pages depending on whether page title is displayed or not. ....which would be great. What do you think? Also, I wonder if we still need those semantic invisible headings and hr's. Seems like the new HTML5 elements handle that (aside, etc.). chibaguy: i agree simpler is better yay tikiwiki: 03chibaguy * r32887 10/trunk/ (styles/layout/layout.css templates/tiki.tpl): [REF] Hidden semantic headings and hr in tiki.tpl not needed with HTML5. I don't know where the code that changes the wikitext headings is, though. help.... i activated sefurl and have the correct .htaccess file. however, all my short urls result in 404 erorrs. i looked at the apache log, and it just says File does not exist: /var/www/tiki/PageName Is there a way to check to confirm that the mod_rewrite is actually enabled and working? ricks99: RewriteBase y, i uncommented RewriteBase "/tiki" so your.url/tiki/ ? actually no now that i look at it, i think it may be a symlink. rewrites wont work with symlinks, will it? does your Apache support RewriteRules ? i guess. how would i confirm i think what matters is how it appears in the URL the url does *not* show /tiki/ foo.bar.com/tiki-index.php?page=PageName is what i see in the URL so if it is so... you should have no RewriteBase specified or just "/" i have tried both. :( it is an out-of-the box apace 2.2 config. i thought rewriterules was default? out of the box requires additional module instalation for rewrite rules iirc if i run phpinfo, what should i look for to see if it is installed? hm... i do *not* see the rewrite module listed in "Loaded Modules"... i guess it isn't installed. good guess sorry, i need to run c u later folks tx sdu a2enmod rewrite did the trick adios all (in themes other than fivealive) New Forum Posts: Souci à la suite de l'installation - http://tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=40483 tikiwiki: 03xavidp * r32888 10/trunk/_htaccess: [ENH]Added command (commented out by default) to easily increase the maximum file size for uploads allowed by php for Tiki upload_max_filesize when server allows such customiztion per directory based on .htaccess tikiwiki: 03xavidp * r32889 10/branches/proposals/6.x/_htaccess: tikiwiki: [ENH][bp/r32888]Added command (commented out by default) to easily increase the tikiwiki: maximum file size for uploads allowed by php for Tiki upload_max_filesize when tikiwiki: server allows such customiztion per directory based on .htaccess is installer/shell.php broken for anyone else on trunk? any guess of what might be causing the problem? I can't run it. I get a bunch of warning messages and than a fatal error: Fatal error: Call to a member function assign() on a non-object in /home/rodrigo/devel/tiki70/lib/setup/absolute_urls.php on line 51 New Forum Posts: Catergory problem - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40484 hi changi - i thought some *.tiki.org site were using proposals these days, especially dev, no? Says it's still on 6.1 tikiwiki: 03sept_7 * r32890 10/trunk/lib/wiki/editlib.php: tikiwiki: [FIX] CKEditor+link edition : When in WYSIWYG mode and htmltowiki, URL edited tikiwiki: with CKEditor get replaced by "javascript:void(0)". So get the real URL and not tikiwiki: the faked one. tikiwiki: 03sept_7 * r32891 10/branches/proposals/6.x/lib/wiki/editlib.php: tikiwiki: [FIX/bp 32890] CKEditor+link edition : When in WYSIWYG mode and htmltowiki, URL tikiwiki: edited with CKEditor get replaced by "javascript:void(0)". So get the real URL tikiwiki: and not the faked one. polom y'all hi ricks99 hiya honnyb polom jonnyb: is php installer/shell.php working for you on trunk? for a few days now I can't update tiki trunk database seemed ok last time i tried (on demo.t.o i think) jonnyb: so maybe again something with my machine :( thanks just ran locally ok too jonnyb: I just checked on i18n.tiki.org and it is working there as well Recent Bug: Tracker item: #3797 - - Allow HTML and/or Wiki syntax in Site Title and Subtitle fields - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3797 New Forum Posts: I cannot enable the WYSIWYG Editor - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=40487 tikiwiki: 03sampaioprimo * r32892 10/trunk/lib/test/importer/fixtures/wikipedia_train_article_parsed.txt: fix test fixture tikiwiki: 03sampaioprimo * r32893 10/trunk/lib/test/importer/TikiImporterBlogWordpressTest.php: tikiwiki: mock TikiImporter_Blog_Wordpress::setupTiki() on wordpress importer tikiwiki: tests tikiwiki: 03sampaioprimo * r32894 10/trunk/lib/test/ (bootstrap.php local.php.dist): use an independent database for test suite tikiwiki: 03sampaioprimo * r32895 10/trunk/lib/ (auth/tokens.php test/auth/AuthTokensTest.php): fix auth tests broken after r32269 tikiwiki: 03sampaioprimo * r32896 10/trunk/lib/test/bootstrap.php: before running test suite update db if needed tikiwiki: 03jonnybradley * r32897 10/trunk/comments.php: [FIX] comments: keep title when previewing tikiwiki: 03sampaioprimo * r32898 10/trunk/lib/test/: svn:ignore tikiwiki: 03jonnybradley * r32899 10/branches/proposals/6.x/comments.php: [bp/r32897][FIX] comments: keep title when previewing FrIdAy! TGIF indeed :) where's 6.2 ? ;p Next to 6.1? its not, i looked, even under ze bed :-) tikiwiki: 03sept_7 * r32900 10/trunk/lib/ (init/smarty.php tikiaccesslib.php): tikiwiki: [FIX] Fix gzip issue when obzip is on and we are cleanning the output buffer. tikiwiki: This should fix regressions in 32280... tikiwiki: 03sept_7 * r32901 10/branches/proposals/6.x/lib/ (init/smarty.php tikiaccesslib.php): tikiwiki: [FIX/bp 32900] Fix gzip issue when obzip is on and we are cleanning the output tikiwiki: buffer. This should fix regressions in 32280 (trunk) and 32825 (proposals)... argh... more SEFURL issues... any ideas anyone? mod_rewrite *is* loaded, but .../pagename still results in 404 :( ricks99: is the site on the root of the server? var/www/tiki but i already changed the base dir no change that's the file path, how about the url? the url is the root the RewriteBase is for the bit between the server root and your tiki (like on demo.tiki.org/trunk/ the RewriteBase needs to be /trunk) so you don't want a RewriteBase line in .htaccess correct is commented out # currently odd then (just checking, i know you wrote the book on this! :P ) you know that has nothing to do with the original name of the server? :) that came later on the tales say it began as "a patchy web server" FAQ says it was named for the native american indan tribe interesting.... one learns something new every day the "A PAtCHy server" came later yeah, the same way tiki means "tighly integrated knowledge infrastructure" http://wiki.apache.org/httpd/FAQ#Why_the_name_.22Apache.22.3F patchy referred to the amount of incoming patches back then ;) tikiwiki: 03sept_7 * r32902 10/trunk/lib/jquery_tiki/tiki-jquery.js: [FIX] Fix JS syntax error tikiwiki: 03jonnybradley * r32903 10/trunk/lib/ (ajax/ajaxlib.php tikiaccesslib.php): tikiwiki: [ENH] mobile/ajax: New ajaxlib for future use in mobile. tikiwiki: Added text/html processing to $access->output_serialized() for consistent output handling (even though it doesn't actually serialise anything) tikiwiki: 03jonnybradley * r32904 10/trunk/ (4 files in 4 dirs): tikiwiki: [ENH] mobile/ajax: Deploy ajaxlib for mobile. tikiwiki: Still gets stuck eventually due to reliance on use of unique id's on tikitabs etc New Forum Posts: Problem with tracker layout using wiki page as template - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=40491 hi there ! rodrigo_sampaio: no problems with shell.php for me neither thanks chealer chealer: I don't what was happening but it is not happening anymore yay. also had probably transient issues with externals, jquery s5 sheet and svg-edit pooooolom ooh :) hi jonnyb :) jonnyb: these days i really appreciate your work you've did with the new perms assigning patterns... it is very useful to see all the checkboxes matrix of the assigned perms :) what i don't like is the performance though :-/ could it be still made faster ? thanks (that was ages ago) - have you found this "implied" admin permissions thing geoff mailed the list about? i have 10 extra groups which i need to manage perms for and it's a pain to wait dozen of seconds until the page fully reloads after save yes, the jquery could be optimised probably you in webkit? Opera, actually or firefox 4 (tried it yesterday, much qiucker than 3) sorry, Opera sort of became the best option for my mini-book i can try if the speed is different in webkit or ff4 though jonnyb: is there any for MacOS ? i'd imagine, used to be one jonnyb: sure, i remember it was ages ago cause i helped u with the treetable, u remember ? ;) polom hi chealer hi chealer hi jonnyb. good to see your gzip issue fixed yes, well done sept7 :) do we have any kind of filter for safe html tags? htmlpurifier I just found that this is done "manually" for blog posts lphuberdeau: I will check htmlpurifier and use it instead lphuberdeau: thanks called 'purifier' actually lphuberdeau: I'm checking TikiFilter class. you know the difference between 'purifier' and 'striptags'. Right now for blog posts there is a call for strip_tags() with a set of allowed tags. What I'm trying to do is replace this direct call to strip_tags() with some standard Tiki filter for safe HTML tags purifier will allow more stuff it checks all properties and really just removes the harmful stuff lphuberdeau: great thanks New Forum Posts: Batch Actions - Trackers - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40492 tikiwiki: 03sampaioprimo * r32905 10/trunk/lib/ (2 files in 2 dirs): tikiwiki: wordpress importer: check if the comment is approved or not when tikiwiki: importing tikiwiki: 03sampaioprimo * r32906 10/trunk/lib/blogs/bloglib.php: tikiwiki: replace direct call to strip_tags with TikiFilter_HtmlPurifier on tikiwiki: BlogLib::blog_post() Installer : I suppose that nobody have seen that after an upgrade on trunk. We get always (last two month minium) the Zend exception : ( ! ) Zend_Session_Exception: session has already been started by session.auto-start or session_start() in D:\Trebly\teawik-ld8-7xSa\lib\core\Zend\Session.php on line 462 Call Stack #TimeMemoryFunctionLocation 10.0214365752{main}( )..\tiki-install.php:0 20.09881147992include_once( 'D:\Trebly\teawik-ld8-7xSa\installer\tiki-installer.php' )..\tiki-install.php:68 30.72747323560include_once(... ...'D:\Trebly\teawik-ld8-7xSa\tiki-setup.php' )..\tiki-installer.php:807 40.75047611880require_once( 'D:\Trebly\teawik-ld8-7xSa\tiki-setup_base.php' )..\tiki-setup.php:76 50.86398739448Zend_Session::start( $options = ??? )..\tiki-setup_base.php:160 Dump $_SERVER This need only to run tiki-index.php manually Trebly: i haven't seen that... i'm using linux When after upgrade, without lock, you "continue" to start with index.php, tiki-setup try to open a session already opened. There are two solutions, close the session or add into tiki-setup a test (if (! exist ($session) .... session_start(). Trebly: thanks, i don't know because as i say, i'm using linux mostly Sorry but I don't know what is the difference between linux and windows about this subject. me neither... i just mean that i haven't seen that error on my trunk copy recently (on linux) Trebly: why don't u use tab completion in IRC ? tikiwiki: 03chealer * r32907 10/trunk/lib/smarty_tiki/function.preference.php: [FIX] Preferences search: HTML does somebody know what is a composed plugin arguments in a plugin alias? sylvieg: yes :) :-) hello sylvieg: it is related to the Webservices I want a plugin alias with one parameter id that me transforms into another parametre href=tiki-print.php?itemId=id yes, you an put it as %id% i believe i have seen some example recently I tried a simple param with %id% but does not work :-( maybe %id% is reserved ? try %myitemid% tikiwiki: 03chealer * r32908 10/trunk/templates/debug/function.debugger.tpl: [FIX] Debugger console: HTML sylvieg: please see http://doc.tiki.org/PluginWebservice#Fuller_explanation_movie sylvieg: there it is shown how to put %criteria% in the Plugin Body using the arguments Recent Bug: Tracker item: #3798 - - Installation: 6.1 install fails using Mysql 5.5.9 - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3798 in TRACKERLIST if I want to select all records for a field which is type "checkbox", if field 216 is my checkbox, I specify filter=216, and filtervalue=??? (I looked in doc, tiki for smarties and Essentials but found nothing) filter=216 filtervalue=y ? or exactvalue=y @luciash thanks! I'll try. tikiwiki: 03lphuberdeau * r32909 10/trunk/ (10 files in 7 dirs): [NEW] Initial integration with Zotero, query the remote host and retrieve reference list tikiwiki: 03lphuberdeau * r32912 10/trunk/lib/ (3 files in 3 dirs): [NEW] Zotero plugin to cite a reference (uses footnote plugin) tikiwiki: 03lphuberdeau * r32913 10/trunk/lib/wiki-plugins/wikiplugin_zotero.php: [FIX] Removing unrequired parameter any idea what can cause categories dropdowns and checkboxes in tracker edit reset to first value after save and coming back to the edited item ? aa bug? in 6.1 heh, maybe but is it known ? i hope it is not bug but a feature though :-p no idea I gave up on tracking bugs quite a while ago when i do it as user with admin perms, it seems to work properly maybe you don't have the permissions to change those categories? hmm, i think i set them all for all the categories... New Forum Posts: Back links drop down - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40493 i have tiki_p_remove_object, tiki_p_add_object, tiki_p_view_category and tiki_p_modify_object_categories on them all i think it is a bug when it works only for users with tiki_p_admin ah, maybe 32762 fixes that tikiwiki: 03gta74 * r32914 10/trunk/lang/de/language.js: [TRA] complete translation of file into german tikiwiki: 03gta74 * r32915 10/trunk/lang/de/language.php: [TRA] translations of strings not translatable with i18n.tki.org Three hours later... : Sorry, I have not understood what you mean by : > Trebly: why don't u use tab completion in IRC ? @luciash: thanks! trackerlist works with filtervalue=y on checkbox field. omstefanov: np can anbody confirm when tiki_p_modify_object_categories set globally all is fine with assigning tracker item categories but when set per the category itself the categories are "reset" after saving the item ? e.g on a dropdown field or is it because i must assign the tracker itself to a special category and set the perms there ?