mapguy: Hi
I am trying to use openlayers mapping
and cannot figure out how to dispaly a map on a wiki page
is this the right place for help? aalex: joined #tikiwiki Tiki|bot: joined #tikiwiki
New Forum Posts: wikiLingo progress, the next chapter - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53740
New Forum Posts: SQL Plugin - how do I enable RAW data ? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=53735
New Forum Posts: Perspective pref. overwriting partially broken? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53727 fabricius: joined #tikiwiki
joined #tikiwiki gour: joined #tikiwiki redflo: joined #tikiwiki gezza: joined #tikiwiki Tolga: joined #tikiwiki
Hello everone
tikiwiki 13 is awesome thank you all...
bye Tiki|bot: Recent Bug: - http://dev.tiki.org/item5491 chibaguy: joined #tikiwiki XGuarden: joined #tikiwiki Jyhem: Polom Tiki-KGB: 03jyhem r52916 10branches/13.x/ 10tiki-edit_banner.php 10templates/tiki-edit_banner.tpl
[FIX] This waste of resources was creating a timeout on sites with hundreds of users when trying to edit banners aalex: joined #tikiwiki jonnyb: joined #tikiwiki
polom Tiki-KGB: 03jyhem r52917 10trunk/ 10templates/tiki-edit_banner.tpl 10tiki-edit_banner.php
[FIX][bp/r52916] This waste of resources was creating a timeout on sites with hundreds of users when trying to edit banners
03jyhem r52918 10branches/12.x/ 10templates/tiki-edit_banner.tpl 10tiki-edit_banner.php
[FIX][bp/r52916] This waste of resources was creating a timeout on sites with hundreds of users when trying to edit banners XGuarden: lol Tiki-KGB: 03jyhem r52919 10branches/13.x/ 10tiki-edit_banner.php 10templates/tiki-edit_banner.tpl
[FIX] Enhances on r52916 by avoiding the user-unfriendly huge drop-down, and improves time to display the page
03jyhem r52920 10trunk/ 10templates/tiki-edit_banner.tpl 10tiki-edit_banner.php
[FIX][bp/r52919] Enhances on r52916 by avoiding the user-unfriendly huge drop-down, and improves time to display the page. Thanks Jonny math_: joined #tikiwiki
hello
how do I increase the font size of the letter in an article? aalex: joined #tikiwiki redflo: joined #tikiwiki Jyhem: hi math_, in wysiwyg, you can do that, but in wiki syntax, there is no way of increasing the font size of the letter
maybe you can use some elaborate tricks with plugins such as DIV and classes and CSS, etc panamaus: seems like a basic attribute such as text size ought to have some control via markup
maybe it's not sexy, but that would be a huge value add as far as new features go Tiki-KGB: 03jyhem r52921 10branches/12.x/ 10templates/tiki-edit_banner.tpl 10tiki-edit_banner.php
[FIX][bp/r52919] Enhances on r52916 by avoiding the user-unfriendly huge drop-down, and improves time to display the page. Thanks Jonny panamaus: for some users, at least Jyhem: panamaus, math_: I found something: you can go to Admin → Admin Home → Editing and Plugins → Plugins → search for "font", activate it.
The font plugin has a "size" option
maybe some clear/cache required after activating the plugin panamaus: still considered "experimental". hmm.
in 9.x at least Telesight: joined #tikiwiki math_: thank you so much Jyhem Jyhem: No problem, you are welcome Tiki-KGB: 03jonnybradley r52922 10branches/13.x/lib/jquery_tiki/tiki-maps.js
[FIX] maps: When locating tracker items with the status showing, the icon wasn't getting found - does now
03jonnybradley r52923 10trunk/lib/jquery_tiki/tiki-maps.js 10trunk * [MRG] Automatic merge, branches/13.x 52914 to 52922
03jonnybradley r52924 10branches/ 1012.x 1012.x/lib/jquery_tiki/tiki-maps.js
[bp/r52922][FIX] maps: When locating tracker items with the status showing, the icon wasn't getting found - does now gour: Jyhem: hiya, just to inform you that i still fight with my reverse-proxy setup. i'm also in contact with hiawatha dev...so, when i resolve it, i'll continue with tiki. was also playing with i18n, but the servrer broken a bit Jyhem_laptop: gour: have you ever sent me the last version of your patch ?
I may have a chance to test tomorrow Tiki|bot: joined #tikiwiki gour: Jyhem_laptop: r52330 is, i believe everything what is required. the rest is my buggy reverse-proxy. i'll tomorrow to find at another provider to confirm it arildb: joined #tikiwiki pete_: joined #tikiwiki
hello. not sure if this is the right place, but... we just upgraded tiki from v5.0 to v12.2 and tiki is no longer outputting valid xhtml. instead it's outputting invalid and malformed html5
is there anyway to revert to a strict xhtml output?
a setting perhaps? arildb: hi pete_ I am not sure what problem may be, nor have I tried a "large jump" upgrade.... but what exactly is going wrong? ... did you do a backup before the upgrade? pete_: hello arildb. the overall problem is that we use the "html pages" feature to drive another in-house tool
the other in-house tool requires strict xhtml output because it parses it into xml so it can use an xpath query to target the content of the page
currently, the in-house tool cannot do that because invalid/malformed html5 cannot be parsed to xml arildb: pete_: "html pages" feature..hm-m-m. Do you mean wiki pages in HTML format? pete_: no.
wikiname/tiki-admin_html_pages.php
that's the path we use to create and edit them
our navigation fly-out menu is Admin HTML Pages
the setting in the admin control panel
is admin features arildb: right...I am not familiar with that one pete_: under "Additional" and is just a checkbox for "HTML Pages" arildb: Did you investigate what the actual error(s) are? ..using an HTML syntax checker pete_: yes
using validator.w3.org
but even without using that, it's clear where the problems are
mostly that <link> and <meta> elements need to be made self-closing
there's also:
"Bad value .siteloginbar_poppedup for attribute rel on element a"
"End tag li seen, but there were open elements."
"Unclosed element form." fabricius: joined #tikiwiki pete_: also, my it guy just got back to me, yes we backed up prior to upgrade arildb: That's good. Specific problems. Tiki now has "show" installations, where you can demonstrate the bug. This makes it much easier to understand and fix the bugs. You can access the show instance when filing a bug report
I have personally never used this feature...nor was I aware of it :) pete_: dunno if it would qualify as a bug... other than the html5 being invalid
htm5 is allowed to be malformed
but that makes it unparseable for xml arildb: On http://doc.tiki.org/HTML+Pages it says "HTML pages should adhere to XHTML Validation, since Tiki's final output is XHTML. "...so probably a bug
You can file a bug report at http://dev.tiki.org pete_: yeah, I saw that... but I have no idea what version of tiki that is for... also that page was last modified on Sunday 25 April, 2010
so, probably not applicable
anymore
ok, I'll try filing the bug report
thanks for the link arildb: good luck pete_: ultimately, I'll probably wind up recoding a work-around for our in-house tool so that it doesn't rely on xml output, but instead gets the content directly from the tiki mysql db or parses it as html and grabs it using something besides an xpath query
thanks for the help arildb: np gour_: joined #tikiwiki fabricius: polom
arildb, pete_ still here? arildb: I am here fabricius: I have seen your hint to pete_ to uses show pete_: still here arildb: fabricius: fyi: pete_ listed specific problems before you logged in. If you check the log you should see his comments fabricius: I just recent wanted to show a bug on show and then had to realise, that I had no bug ... then deconfigured my collaboration installation and finally could find the cause ... some part of the history of a wiki pagre ... I belive I would still search and be going mental whithout show
arildb: is the log already stored somewhere, or is the an irc command?
I mean arildb, I know the long old logs from previous days
but the actual one from minutes or an hour ago? arildb: fabricius: check http://irc.tiki.org/irclogger_log/tikiwiki?date=2014-10-22,Wed fabricius: thx arils
thx arild
thx arildb
sry arildb: :) Tiki|bot: New Forum Posts: Modules not rendering correctly - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=53745 fabricius: pete_: I have been at a transition (to Tiki) workshop in last August and there was mentioned aswell some HTML validation issue
I am not 100% sure, but isn't the output mainly a thing of the templates pete_ , arildb ?
there is a major overhaul of the template system after Tiki 12 - over 13 and 14 to 15
pete_: would you have the opportunity to testupgrade a copy of your site to Tiki trunk (pre-14) and test the html validation there? pete_: dunno, I could ask our it dept, but they've gone home for the day
I'm dl'ing a copy of 12.2 now arildb: fabricius: "End tag li seen, but there were open elements." .... my guess is that this is PHP generated HTML. Also not sure. pete_ is upgrading to Tiki 12.2. So, not affected by the template changes in Tiki 13+ pete_: the templates are the .tpl files, right? arildb: yes fabricius: yes pete_ pete_: any idea which ones the html pages use? fabricius: arildb, pete_ : I though about that maybe templates in 12 could cause validation errors and then the changed templates in 13 and trunk might not (or others) .... and would be a good feedback for the templaters, if we got to know, that templates might need fix
pete_: no, but afaik this feature is depricated anyway and only in Tiki for compatibility reason ... ever thought about using wiki pages with HTML plugin? or is this not possible in you specific use case? arildb: pete_: I did a search in the code.... (more coming)
probably relevant files are: tiki-page.php tiki-page_loader.php lib/htmlpages/htmlpageslig.php tiki-page.tpl
There were also hits in several admin pages, which may/may not be relevant
btw. my search was for html_pages pete_: I'm checking through some of these now...
thanks again arildb: fabricius: I have never known of the "HTML pages" until now. However, it is not marked as depreciated
Though it is marked as "experimental" fabricius: sure? arildb: I just checked in Tiki13 fabricius: so maybe the deprication was depricated .. I just read the do.t.o/HTML+Pages ... fine though gour: fabricius: i18n.org is still broken. who would be the one capable to fix it? fabricius: humm ... the Infrastructure Team should know or Rodrigo .. no feedback up to now
Jyhem Jyhem_laptop ping arildb: fabricius: maybe there is no such thing as a depreciated marker for features fabricius: arildb: maybe I was just wrong ... remembering s.th. else ... the feature seems to be useful for certain use cases
gour: did we already reproduce on show? gour: fabricius: ? fabricius: the translation bug
i18n gour: fabricius: well, i'm still seeing it and reported to the ml fabricius: anyway .. I think I already mentioned, that locally it works fine
I have to mail Rodrigo gour: ok fabricius: did we ever clear the cache? arildb: I am off. See you later fabricius: done Tiki|bot: New Forum Posts: Modules not rendering correctly - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=53745
New Forum Posts: wikiLingo progress, the next chapter - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53740
New Forum Posts: SQL Plugin - how do I enable RAW data ? - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=53735
New Forum Posts: Modules not rendering correctly - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=53745
New Forum Posts: wikiLingo progress, the next chapter - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53740
New Forum Posts: SQL Plugin - how do I enable RAW data ? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=53735
New Forum Posts: Covening a meeting to prepare for Tiki 14 meeting - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53749