[00:11] *** SEWilco2 has joined #tikiwiki [00:21] tikiwiki: 03kissaki * r20633 10/trunk/db/ (4 files in 2 dirs): [00:21] tikiwiki: pgsql convert script updated [00:21] tikiwiki: +some other, smaller things [00:47] *** btiffin has joined #tikiwiki [01:01] tikiwiki: 03kissaki * r20634 10/trunk/db/ (4 files in 2 dirs): pgsql: more work [01:04] tikiwiki: 03kissaki * r20635 10/trunk/db/ (convertscripts/mysql3topgsql72.php tiki-4.0-pgsql.sql): pgsql conv: fix key to index [01:10] *** Tealk has joined #tikiwiki [01:10] *** marclaporte has joined #tikiwiki [01:12] tikiwiki: 03kissaki * r20636 10/trunk/db/ (6 files in 2 dirs): pgsql some more and converted [01:12] *** Kissaki is now known as Kissaki^0ff [01:13] *** luciash has joined #tikiwiki [01:23] *** Caarrie is now known as Caarrie|sleeping [01:28] *** Khoas has quit IRC (Read error: 110 (Connection timed out)) [01:30] *** Lucymoz has quit IRC (Read error: 110 (Connection timed out)) [01:30] *** Sug4r has joined #tikiwiki [02:00] Sug4r: welcome back :-p [02:02] this Gentoo is amazing, after several hours of power outage, server starts itself and Sug4r is back ;) [02:02] Yea Gentoo is cool [02:02] * luciash trying to sort out images of TikiFest Barcelona here [02:20] *** MartinCleaver_ has quit IRC (Client Quit) [02:31] *** chealer has quit IRC (Read error: 113 (No route to host)) [03:04] *** luciash has quit IRC (Ping timeout: 180 seconds) [03:28] *** Tealk has quit IRC ("Leaving") [04:33] *** wookienz has joined #tikiwiki [04:34] hi all, i am having problem with perms on the wiki pages. whenever i try and inster extra per page permission iget a db insert error. It is a wiki 2.1 upgraded to 3.1 and have tried to update the db with no luck. anyone got ideas on this? [04:39] insert into `users_objectpermissions`(`groupName`, `objectId`, `objectType`, `permName`) values('PFUND', '3ac4d9a1832c47fa3d5d10a6db9884e801adfa8a', 'wiki page', 'tiki_p_edit') [04:41] from phpmyadmin the object type field is a varchar of 32 characters. so i think the db table is not correct. [04:41] as the objectid is 34 char's [05:10] *** MartinCleaver has joined #tikiwiki [05:17] *** MartinCleaver has quit IRC (Client Quit) [05:35] *** btiffin has quit IRC (Remote closed the connection) [06:22] *** Sug4r has quit IRC (Read error: 113 (No route to host)) [07:29] *** floh1111 has joined #tikiwiki [08:01] *** Lucymoz has joined #tikiwiki [08:06] *** lphuberdeau has joined #tikiwiki [08:13] *** chealer has joined #tikiwiki [08:15] tikiwiki: 03lphuberdeau * r20637 10/trunk/lib/categories/categlib.php: [FIX] Function returned non-sequential keys causing trouble when used to bind variables [08:19] tikiwiki: 03lphuberdeau * r20638 10/trunk/lib/categories/categlib.php: [FIX] Filtering also caused non-sequential IDs, causing problems in different situations [08:24] *** Lucymoz has quit IRC (Read error: 110 (Connection timed out)) [08:39] *** tiki_usb has quit IRC ("Page closed") [08:54] jonny says the TikiFest 10:00 meeting will be at 11:00 [08:58] *** floh1111 has quit IRC (Remote closed the connection) [09:00] *** rodrigo_sampaio has joined #tikiwiki [09:05] tikiwiki: 03jonnybradley * r20639 10/trunk/templates/tiki-admin-include-features.tpl: [09:05] tikiwiki: [MOD] Upgrade jQuery from experimental [09:05] tikiwiki: Minor upgrade for webmail to "seems ok" [09:05] tikiwiki: Removed pointless swfobj checkbox (pref to be removed next) [09:09] tikiwiki: 03jonnybradley * r20640 10/trunk/ (5 files in 3 dirs): [09:09] tikiwiki: [KIL] Removed pointless feature_swfobj and usages [09:09] tikiwiki: swfobject.js is included automatically by tikilib->embed_flash() [09:26] *** luminoso has joined #tikiwiki [09:33] *** TikiFest has joined #tikiwiki [09:44] *** TikiFest has quit IRC (Ping timeout: 180 seconds) [09:51] *** Redhatter has joined #tikiwiki [09:56] tikiwiki: 03jonnybradley * r20641 10/trunk/ (lib/mime/mimelib.php tiki-download_file.php): [MOD] More mimetype checking and use of mimetypes.php list [10:01] tikiwiki: 03chealer * r20642 10/trunk/lib/ (modules/modlib.php perspectivelib.php tikilib.php): [DOC] pretty good description for a few functions [10:06] *** lphuberdeau has quit IRC ("Leaving.") [10:06] *** lphuberdeau has joined #tikiwiki [10:07] *** TikiFest has joined #tikiwiki [10:16] *** xavi has joined #tikiwiki [10:16] *** xavi has left [10:16] *** xavi has joined #tikiwiki [10:37] *** xavi has quit IRC (Read error: 113 (No route to host)) [10:39] *** xavi has joined #tikiwiki [10:47] tikiwiki: 03jonnybradley * r20643 10/trunk/ (4 files in 4 dirs): [10:47] tikiwiki: [MOD] jQuery now on by default - woo! [10:47] tikiwiki: Removed admin checkbox and some unnecessary checks for the feature. [10:47] tikiwiki: TODO: [10:47] tikiwiki: Other checks for feature_jquery need to be removed or replaced with check for javascript_enabled (and corresponding noscript content generated where necessary. [10:52] New Forum Posts: SOLVED = Help with Categories ! - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=34224 [10:54] *** Caarrie|sleeping is now known as Caarrie [11:03] tikiwiki: 03chealer * r20644 10/trunk/ (3 files in 3 dirs): [11:03] tikiwiki: implement support for filtering current categories (workspace). filtering is currently done, but there is no consensus on this. we probably want an option to take the current perspective into account or not. [11:03] tikiwiki: objectlib: Add get_object_ids (Returns an array containing the object ids of objects of the same type.) [11:03] tikiwiki: categlib: Add filter_objects_categories (Returns the passed $objects present in any of the passed $categories.) [11:04] tikiwiki: 03lphuberdeau * r20645 10/trunk/lib/core/lib/: [MOD] Upgrade ZF to latest version [11:13] *** marclaporte has quit IRC (Read error: 113 (No route to host)) [11:17] *** luciash has joined #tikiwiki [11:24] tikiwiki: 03luciash * r20646 10/trunk/templates/fgal_listing_conf.tpl: [ENH] fgal edit display properties: when preference disabled globally, show message and or/link to global admin [11:34] *** xavi has quit IRC (Read error: 104 (Connection reset by peer)) [11:35] tikiwiki: 03xavidp * r20647 10/trunk/tiki-download_item_attachment.php: [MOD] enable tracker items attachments to be shown inline when they are text files (.txt, .csv, ...) and the user adds the param '&display' to the url. To be used also with PluginR. Thanks luci and jonny [11:37] tikiwiki: 03xavidp * r20648 10/mods/trunk/wiki-plugins/r/lib/wiki-plugins/wikiplugin_r.php: [ENH] Some ehnacements to allow using attId (from tracker items) and fileId (from file galleries). Thanks luciash! :-) [11:39] tikiwiki: 03jonnybradley * r20649 10/trunk/ (3 files in 2 dirs): [FIX] Add better mimetype setting to file downloads (and item attachments) [11:40] *** ricks99 has joined #tikiwiki [11:41] *** floh1111 has joined #tikiwiki [11:41] tikiwiki: 03jonnybradley * r20650 10/trunk/ (3 files): [11:41] tikiwiki: [FIX] Add better mimetype setting to other file downloads [11:41] tikiwiki: TODO - REFACTOR! (apologies, no time now) [11:43] *** luciash has quit IRC ("Page closed") [11:43] *** xavi has joined #tikiwiki [11:47] *** luciash has joined #tikiwiki [11:58] *** luciash has quit IRC (Ping timeout: 180 seconds) [12:04] tikiwiki: 03sept_7 * r20651 10/branches/experimental/coe/ (299 files in 79 dirs): [MRG] Automatic merge, trunk 20610 to 20630 [12:04] i have a structure in my wiki that is of the category ABC for the group ABC. Inside that structure i have several pages i want to be accessed by group XYC - would thebest way to do this is by using the perms feautre on the exact pages iwant themt o have to? [12:10] tikiwiki: 03sept_7 * r20652 10/branches/experimental/coe/lib/ (19 files in 4 dirs): [FIX] More merge left over... [12:24] *** luciash has joined #tikiwiki [12:28] *** TikiFest has quit IRC (Ping timeout: 180 seconds) [12:28] *** lphuberdeau1 has joined #tikiwiki [12:28] *** luciash has quit IRC (Ping timeout: 180 seconds) [12:29] *** rodrigo_sampaio1 has joined #tikiwiki [12:29] *** sept has quit IRC (Read error: 104 (Connection reset by peer)) [12:29] *** rodrigo_sampaio has quit IRC (Read error: 104 (Connection reset by peer)) [12:29] *** chealer has quit IRC (Read error: 101 (Network is unreachable)) [12:29] *** lphuberdeau has quit IRC (Read error: 104 (Connection reset by peer)) [12:32] *** luciash has joined #tikiwiki [12:33] *** sept has joined #tikiwiki [12:34] wookienz: put them in category and set the perms on category [12:34] luciash: can the category be part of the structure? [12:35] or will the entire structure being assigned the category opermissions? [12:35] do i need to seperate them out?/ [12:35] *** TikiFest has joined #tikiwiki [12:35] mmmm [12:35] yes, it works [12:43] should structures be used at all times or are they not really needed, is categories the way to go? [13:00] hi tikifesters :-) [13:04] hola ricks99 ! :) [13:04] wookienz: structures are different from categories, think about it as a sitemap [13:07] ok, i might have to remove all structures as i cant assign per page perms to add page or three inside the structure... [13:07] add/a page or two [13:09] *** MartinCleaver has joined #tikiwiki [13:10] wookienz: i don't understand... you can have them in both, just assign categories to the pages you need to set under perms [13:11] ok so i can have as tructure with no category (not sure if good or not) then with in the structure i can re assign the category of certian pages so others can have access to parts of the over arching structure? [13:12] tikiwiki: 03sept_7 * r20653 10/branches/experimental/coe/templates/ (84 files in 2 dirs): [FIX] some more manual merge as SVN is such a !%*# at doing it :( [13:13] maybe i miss under stand categories. I thought that you could assing certain pages as a certain category - say accounts - then only those in the accounts group can access those pages.. i this correct? [13:13] i must have to assign the group to the category somewhere also. [13:17] yes, you can grant specific GROUPS permissions to specific CATEGORY [13:18] a STRUCTURE is a set of wiki pages that are "connected"... much like pages in a book. a STRUCTURE defines a specific browse path [13:23] *** xavi has quit IRC (Read error: 104 (Connection reset by peer)) [13:29] tikiwiki: 03sylvieg * r20654 10/trunk/lib/setup/twversion.class.php: notice [13:30] *** chealer has joined #tikiwiki [13:39] tikiwiki: 03lphuberdeau * r20655 10/trunk/ (14 files in 8 dirs): [NEW] Support for group transitions (interface through memberlist plugin for now) [13:49] tikiwiki: 03chealer * r20656 10/trunk/templates/tiki-view_faq.tpl: change "Q" to "Question" to avoid issues translation "Q". Same thing for "A" and "Answer". [13:57] tikiwiki: 03chealer * r20657 10/trunk/lang/ (36 files in 36 dirs): [FIX] "Q" and "A" don't have very general translations. get rid of these (just adapted tiki-view_faq) [14:03] *** marclaporte has joined #tikiwiki [14:05] tikiwiki: 03sept_7 * r20658 10/branches/experimental/coe/ (57 files in 23 dirs): [MRG] Automatic merge, trunk 20630 to 20655 [14:06] tikiwiki: 03lphuberdeau * r20659 10/trunk/lib/ (cache/cachelib.php test/core/bootstrap.php): [FIX] Unit test bootstrapping [14:10] tikiwiki: 03lphuberdeau * r20660 10/trunk/lib/profilelib/installlib.php: [FIX] Oops, those are 0 indexed [14:17] *** Caarrie is now known as Caarrie|away [14:23] tikiwiki: 03jonnybradley * r20661 10/trunk/ (3 files in 3 dirs): [14:23] tikiwiki: [KIL] Removerd overlib.js and some references. [14:23] tikiwiki: Altered {popup_init} so file not loaded for now (TODO remove the 50+ uses of it in tpls) [14:23] tikiwiki: Previously added override fn in tiki-jquery.js to hijack overlib calls and create ClueTip tooltips instead. [14:32] *** MartinCleaver has quit IRC (Read error: 104 (Connection reset by peer)) [14:33] *** MartinCleaver has joined #tikiwiki [14:35] doc is so slow for me... [14:35] doc.tw [14:42] tikiwiki: 03sylvieg * r20662 10/trunk/ (3 files in 3 dirs): [MOD]stat: support for articles and for view (see doc.tw) [14:46] *** Kissaki^0ff is now known as Kissaki [14:51] tikiwiki: 03jonnybradley * r20663 10/branches/experimental/coe/tiki-admin_quicktags.php: [KIL] Removed mootools code from admin quicktags [14:55] tikiwiki: 03jonnybradley * r20664 10/branches/experimental/coe/modules/mod-quick_edit.php: [KIL] Removed mootools code (again - missed from branchupdate) [15:13] tikiwiki: 03jonnybradley * r20665 10/branches/experimental/coe/ (lib/smarty_tiki/function.quicktags.php setup_fckeditor.php): [NEW] Attach new quicktags (soon to be toolbars) to WYSIWYG editor toolbar [15:21] tikiwiki: 03sept_7 * r20666 10/branches/experimental/coe/ (78 files in 59 dirs): [MRG] Automatic merge, trunk 20655 to 20662 [15:24] tikiwiki: 03sampaioprimo * r20667 10/trunk/ (templates/tiki-adminusers.tpl tiki-adminusers.php): [ENH] add option to force user to change password at first login on user batch upload [15:26] *** SEWilco2 has quit IRC ("Leaving.") [15:44] tikiwiki: 03Jyhem * r20668 10/trunk/lang/sl/language.php: [FIX] Typo translation (thanks Marc) [15:45] *** rodrigo_sampaio1 has quit IRC ("Leaving.") [15:46] tikiwiki: 03sylvieg * r20669 10/trunk/ (2 files in 2 dirs): [MOD]tabse: option toggle=n not to show the toggle [15:48] tikiwiki: 03jonnybradley * r20670 10/trunk/lib/setup/prefs.php: [MOD] Use cssmenus instead of phplayersmenu by default (on new installs) [15:52] sept: is there a way to use {tabset} in a module? [15:53] tikiwiki: 03Jyhem * r20671 10/branches/proposed/lang/sl/language.php: [FIX] Typo translation (thanks Marc) [15:59] *** luciash has quit IRC (Ping timeout: 180 seconds) [15:59] Sylvie : I don't know, maybe... [16:00] did you try ? [16:00] tikiwiki: 03jonnybradley * r20672 10/branches/experimental/coe/ (38 files in 20 dirs): [MRG] Automatic merge, trunk 20662 to 20670 [16:01] tikiwiki: 03lphuberdeau * r20673 10/trunk/ (3 files in 3 dirs): [NEW] Category transition module [16:03] tikiwiki: 03mangapower * r20674 10/trunk/ (4 files in 3 dirs): [16:04] Q: anyone know of a way to use the SUBSCRIBE GROUP plugin on the tiki-user_preferences page? [16:04] i want to users to be able to 1. see which groups they belong to and 2. join other groups [16:06] or from tiki-my_tiki? i dont (currently) see any place where users can see to which groups they belong? [16:10] *** TikiFest has quit IRC (Ping timeout: 180 seconds) [16:15] *** FrankP_german has joined #tikiwiki [16:22] *** SEWilco2 has joined #tikiwiki [16:38] *** Caarrie|away is now known as Caarrie [16:38] tikiwiki: 03jonnybradley * r20675 10/trunk/pics/icons/ (59 files): [NEW] Images for new toolbars (more coming soon...) [16:58] *** xavi has joined #tikiwiki [17:07] *** MacLeod has joined #tikiwiki [17:09] *** MacLeod has quit IRC (Client Quit) [17:10] *** Caarrie is now known as Caarrie|away [17:12] *** SEWilco2 has quit IRC (farmer.freenode.net irc.freenode.net) [17:12] *** wookienz has quit IRC (farmer.freenode.net irc.freenode.net) [17:12] *** SEWilco2 has joined #tikiwiki [17:12] *** wookienz has joined #tikiwiki [17:25] tikiwiki: 03chealer * r20676 10/trunk/lib/tikilib.php: [FIX] minor modification attribute not stored in DB (bug 2667). function last_major_pages [17:49] *** marclaporte has quit IRC (Read error: 113 (No route to host)) [17:50] *** floh1111 has quit IRC (Remote closed the connection) [17:52] *** Caralluna has joined #tikiwiki [18:14] *** ricks99 has quit IRC ("ChatZilla 0.9.85 [Firefox 3.0.10/2009042316]") [18:24] tikiwiki: 03jonnybradley * r20677 10/trunk/ (70 files in 10 dirs): (log message trimmed) [18:24] tikiwiki: [NEW] Toolbars revamp from coe branch [18:24] tikiwiki: Manual merge, so possibly a few more bits to come - such as: [18:24] tikiwiki: TODO: [18:24] tikiwiki: Rename quicktags to toolbars (coming very soon) [18:24] tikiwiki: Find/make missing icons [18:24] tikiwiki: Check no javascript behaviour [18:31] *** FrankP_german has quit IRC ("Nettalk6 - www.ntalk.de") [18:36] tikiwiki: 03sept_7 * r20678 10/trunk/lib/quicktags/quicktagslib.php: [18:36] tikiwiki: [EHN] Add some more method to add or insert stuff to the ToolBar... Well [18:36] tikiwiki: QuickTags for now :D [18:40] tikiwiki: 03jonnybradley * r20679 10/trunk/ (css/admin.css templates/tiki-admin_quicktags.tpl): [FIX] A few cosmetic/layout/usability fixes for toolbars [18:41] tikiwiki: 03sept_7 * r20680 10/branches/experimental/coe/ (3 files in 3 dirs): [ENH] Better handling for Quicktags for htmltowiki and autosave for FCK [18:49] *** floh1111 has joined #tikiwiki [18:55] tikiwiki: 03jonnybradley * r20681 10/trunk/ (lib/setup/js_detect.php tiki-admin_include_features.php): [FIX] Stop feature_jquery being turned off if javascript_enabled [19:08] *** marclaporte has joined #tikiwiki [19:14] tikiwiki: 03sept_7 * r20682 10/trunk/ (templates/tiki-calendar_edit_item.tpl tiki-calendar.php): [19:14] tikiwiki: [FIX] Fix Calendar viewing of events now works and partially rollback 20674 for [19:14] tikiwiki: the tpl part. [19:21] tikiwiki: 03sept_7 * r20683 10/branches/experimental/coe/ (54 files in 22 dirs): [MRG] Automatic merge, trunk 20670 to 20679 [19:21] *** xavi has quit IRC (Read error: 104 (Connection reset by peer)) [19:29] tikiwiki: 03sept_7 * r20684 10/branches/experimental/coe/ (36 files in 17 dirs): [MRG] Automatic merge, trunk 20679 to 20682 [20:04] *** Bandari has quit IRC ("Page closed") [20:26] *** sylvieg has quit IRC (farmer.freenode.net irc.freenode.net) [20:28] *** sylvieg has joined #tikiwiki [20:31] *** sylvieg has quit IRC (farmer.freenode.net irc.freenode.net) [20:36] *** luminoso has quit IRC ("Leaving") [20:41] *** sylvieg has joined #tikiwiki [21:38] *** floh1111 has quit IRC (Remote closed the connection) [21:39] *** Kissaki is now known as Kissaki^0ff [21:42] *** Kissaki^0ff is now known as Kissaki [22:06] *** luminoso has joined #tikiwiki [22:21] New Forum Posts: Too many connections - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=34227 [22:24] *** BlueSamurai has joined #tikiwiki [22:24] *** Oglan has joined #tikiwiki [22:25] Lokking for help to update 2.0 to 3.0 someone help me do this? [22:39] *** Oglan has quit IRC ("Page closed") [22:39] *** BlueSamurai has quit IRC ("Page closed") [22:40] *** luminoso_ has joined #tikiwiki [22:41] *** luminoso has quit IRC (Connection reset by peer) [22:43] *** luminoso_ has quit IRC (Client Quit) [22:50] *** SEWilco2 has quit IRC ("Leaving.") [23:07] *** marclaporte has quit IRC (No route to host) [23:23] *** SEWilco2 has joined #tikiwiki [23:33] *** ylm has joined #tikiwiki [23:33] I'm kind of at wits end with a problem with anonymous users not being able to view images in file galleries [23:33] ive set up permissions for anonymous to be able to view file galleries [23:34] and set up permissions on the specific gallery to be viewable by anonymouse, but the image is still only viewable when im logged in as admin [23:34] any suggestions? [23:53] New Forum Posts: Thumb size in gallery file - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=34229