RobertPlummer: left #tikiwiki lindonb: joined #tikiwiki Tiki|bot: New Forum Posts: Multi admin - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44307 CIA-75: tikiwiki: 03marclaporte * r42320 10/branches/9.x/templates/admin/include_search.tpl: Add forum search section in search admin panel
tikiwiki: 03marclaporte * r42321 10/branches/9.x/lib/prefs/feature.php: Clarify dependencies marclaporte: joined #tikiwiki nkoth|nelson: left #tikiwiki Tiki|bot: New Forum Posts: Multi admin - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44307
New Forum Posts: Modification de gabarit (template) : un x s'incruste ??? - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=44305
New Forum Posts: Database Compatability after upgrade - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=44300
New Forum Posts: Multi admin - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44307
New Forum Posts: Modification de gabarit (template) : un x s'incruste ??? - http://tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=44305
New Forum Posts: Database Compatability after upgrade - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=44300 yorrd: joined #tikiwiki redflo: joined #tikiwiki CIA-75: tikiwiki: 03sylvieg * r42322 10/branches/9.x/templates/register-groupchoice.tpl: [FIX]missing div arildb: joined #tikiwiki jonnyb: joined #tikiwiki
706f6c6f6d (again) rodrigoprimo: joined #tikiwiki CIA-75: tikiwiki: 03jonnybradley * r42323 10/branches/9.x/lib/menubuilder/menulib.php: [FIX] menus: Even if sefurl is enabled still check for the non-sefurl when matching menu items to uri
tikiwiki: 03jonnybradley * r42324 10/branches/9.x/lib/wiki-plugins/wikiplugin_subscribegroup.php: [FIX] subscribegroup: Use Zend's Open ID redirect and selfUrl functions to keep sefurl in more server setups (nothing to do with Open ID really)
tikiwiki: 03jonnybradley * r42325 10/branches/9.x/lib/setup/cookies.php: [FIX] tiki_cookie_jar: Notices on foreach, also remove incorrect and unnecessary initialisation, and remove line feeds from js output (dormant feature, but will be back soon) rodrigoprimo: joined #tikiwiki CIA-75: tikiwiki: 03lphuberdeau * r42326 10/trunk/templates/tracker/update_item.tpl: [FIX] 'missing file' in trunk got added in 9.x, bad merge caused it to be lost Tiki|bot: New Forum Posts: Help- Error report after saving a page - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=44308 radek82: joined #tikiwiki CIA-75: tikiwiki: 03jonnybradley * r42327 10/branches/9.x/installer/schema/ (2 files): [FIX] install: Missing globals and tikilib setup on php upgrade scripts (found when upgrading from tiki 3 to 9 - thanks marclaporte) RobertPlummer: joined #tikiwiki CIA-75: tikiwiki: 03jonnybradley * r42328 10/branches/9.x/lib/menubuilder/menulib.php: [FIX] menus: Notices when no sefurl RobertPlummer: polom all
jonnyb: I'd like to address the menu system soon. I think we could just make the menu a simple wiki list wrapped in a plugin executed in a module.
lol, it is simple.
maybe I'll never get to it, I don't know. dhazel: joined #tikiwiki sandroandrade_: joined #tikiwiki Bsfez: joined #tikiwiki jonnyb: sry RobertPlummer - one day maybe, the current menus back-end is total madness
brb RobertPlummer: jonnyb: That is why it should be abandon-ware.
We should create a simple converter that turns existing menus into wiki code.
{MENU()}
*Level 1
**Level 2{GROUP()}
**Level 2{GROUP}
{MENU}
etc
And the module would just be cached, so it wouldn't take a ton of resources. Tiki|bot: New Forum Posts: Zotero bibliography : - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44309 RobertPlummer: jonnyb: What do you think of that proposal? jonnyb: not sure... BobC32: joined #tikiwiki
quit
left #tikiwiki CIA-75: tikiwiki: 03lphuberdeau * r42330 10/trunk/ (5 files in 5 dirs): [NEW] Allow to render tracker form sections as tabs in the service interfaces
tikiwiki: 03jonnybradley * r42331 10/trunk/ (17 files in 10 dirs): [MRG] Automatic merge, branches/9.x 42312 to 42328 benoitg: joined #tikiwiki CIA-75: tikiwiki: 03arildb * r42332 10/trunk/ (3 files in 2 dirs):
tikiwiki: [FIX] Make local references work with trunk changes
tikiwiki: Pending: Local references only works in wiki edit mode and not for wysiwyg
tikiwiki: [ENH] Improve performance by limiting database access Tiki|bot: New Forum Posts: Captcha JUST on the registration form? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44310 arildb: About r42332...the reason the local references don't work in wysiwyg mode is that the plugin syntax is lost once wysiwyg mode is entered. If saved, the plugin is gone. Only the html remnants are there. This seems to be true for all plugins. Should the plugin syntax be retained in wysiwyg mode?
This was the case though 8.x Bsfez: jonnyb: Around ? jonnyb: hi Bsfez Bsfez: jonnyb: hi, i have quite of a fight about image (image/files field) and tracker.
especially with pretty tracker.
i'm testing on a blank tw9 to confirm my fears
:0 jonnyb: try the {list} plugin? Files work ok in that for images
arildb: add any problematic plugins to the array in convert_plugin_for_ckeditor() in parserlib.php
line 1071 in 9.x arildb: jonnyb: local references is not ported to 9.x (yet). In trunk the problem seem to apply to all plugins. Switch to wysiwyg mode and the plugin syntax is gone.
well...I only test local references and the code plugin.... jonnyb: yes, there have been lots of problems with plugins and wysiwyg i have been told - no time to check, sorry
maybe RobertPlummer can help? Bsfez: jonnyb: :) that's exactly what i was doing… and yes it works. So or it is trackerfilter or it is a problem with editing a tracker created with a previous version… or me. :) jonnyb: probably trackerfilter/trackerlist arildb: jonnyb: I tried to add the code and quote plugins to the array you mentioned (in trunk). Still the plugin syntax is lost once the plugin is applied in wysiwyg.
The function convert_plugin_for_ckeditor is never called in trunk (for wysiwyg). The reason is that parserOptions is null, thus never initialized
RobertPlummer: are you around? Tiki|bot: New Forum Posts: After 9.0 upgrade Calendar pages blank - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44311 marclaporte: joined #tikiwiki CIA-75: tikiwiki: 03johndparker * r42333 10/branches/9.x/ (. lib/jquery_tiki/tiki-maps.js): [FIX] Fixed initial creation of map so that it has pan/zoom control - this should not affect further addition/removal of controls JoelObrecht: joined #tikiwiki
salut jyhem Jyhem_laptop: salut JoelObrecht marclaporte: polom johndpar: Hi Marc Tiki|bot: New Forum Posts: LDAP Tracker Field: How does it work? - http://tiki.org/tiki-view_forum_thread.php?forumId=17&comments_parentId=44317 jonnyb: bbl CIA-75: tikiwiki: 03mjeanson3 * r42334 10/branches/9.x/lib/userslib.php: [FIX] Use 'service' CAS logout parameter instead of 'url' which is depreacated in newer CAS server releases jacmoe: joined #tikiwiki luciash: polom
anybody knows how to switch off the "Related content" under wiki pages display in Tiki 9 ?
seems it is category_related_objects
now to find where is the checkbox yorrd: sorry for interrupting you, but does anyone know if its possible to have a field in a tracker that uses the username of the user which fills in the formula? luciash: ok, found it, it is the category_morelikethis_mincommon_orless preference on Categories admin panel with "Or look for the maximum less categories in common if no objects with the above number of common categories" next to the checkbox
yorrd: user selector type field yorrd: thanks a bunch, ill try it out! Tricia: joined #tikiwiki Guest39099: Is there any way to make menus viewable by anon users ? http://dev.tiki.org/item3902
user
tiki v 6.3 using perspective which is viewable by anon CIA-75: tikiwiki: 03eromneg * r42335 10/branches/9.x/lib/registration/registrationlib.php: [ENH] use the existing mail template instead of hard coded text for the message at the end of registrations that have to be approved