fabricius: XGuarden ~np~ !this headline is not parsed and this {wikiplugin parameter="x"} aswell not ~/np~
XGuarden: __this is bold__ ~np~__this is not bold__~/np~
kyndel: joined #tikiwiki
supaplex: joined #tikiwiki
Tiki|bot: New Forum Posts: Tracker List Detail Pop-up Not Working with object_selector_multi - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=54587
New Forum Posts: tiki14_themes experimental branch now merged (and closed) - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=54582
New Forum Posts: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[53539] trunk/templates/tiki-listpages_content.tpl - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=54573
New Forum Posts: Tracker List Detail Pop-up Not Working with object_selector_multi - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=54587
New Forum Posts: tiki14_themes experimental branch now merged (and closed) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=54582
New Forum Posts: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[53539] trunk/templates/tiki-listpages_content.tpl - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=54573
MagicFab_: joined #tikiwiki
joined #tikiwiki
chibaguy: joined #tikiwiki
polom
lindonb: joined #tikiwiki
nelsonko: left #tikiwiki
Tiki-KGB: 03lindonb r53591 10trunk/ 10lib/core/Tracker/Field/DateTime.php 10lib/setup/user_prefs.php 10tiki-user_preferences.php
[FIX] timezones: Revert 53573 and change logic when trying to identify the local time zone from cookies to convert the timezone abbreviation (like EST) used in cookies to the time zone identifier (like America/New_York) to hopefully help avoid timezone issues.
chibaguy: joined #tikiwiki
lindonb: left #tikiwiki
chibaguy: joined #tikiwiki
Telesight: joined #tikiwiki
redflo: joined #tikiwiki
Tiki|bot: New Forum Posts: Automate blog per user, etc.? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=54594
Tiki-KGB: 03gezzzan r53592 10trunk/lib/theme/iconsetlib.php
[MOD] load icon sets for the main theme in case a theme option is used and also moved the custom.php part so that its settings get applied after the theme specific icons
Jyhem_laptop: joined #tikiwiki
chibaguy: The string "Who Looks At Your Stuff?" on tiki-user_information.php should be changed, I think. For one thing, everything else on the page is "my" - "MyTiki", etc. Second, "stuff" is too informal for many sites, I think.
wolfganga: joined #tikiwiki
Tiki|bot: Recent Bug: - http://dev.tiki.org/item5534
wolfganga: Hello
chibaguy: Hi wolfganga
wolfganga: I am close to commit a patch for the issue that restricted pages cannot be exported to pdf
took me 8+ hours so far
anyone using wkhtml2pdf for pdf export, and can test the patch?
ricks99: joined #tikiwiki
polom y'all
chibaguy: Hi ricks99
ricks99: hiya gary
luciash: pompom
fabricius: wolod
hi wolfganga ricks99 luciash chibaguy ... nope, I am not using wkhtml2pdf ... but I would be interested. What are the requirements to use it? Afaik this is not a php library and must be installed on the server, so not usable on shared hosting, but on a dedicated root server or VPS or locally (maybe for testing on a local linux mashine?)
wolfganga: Fabricius - wkhtml2pdf is simply great!
fabricius: ok. but how that helps me to use it? :)
wolfganga: Its basically a simple executable that contaisn an entire browser engine
fabricius: ok
wolfganga: thats why it is so compatible
you can use it on linux and windows
fabricius: good
wolfganga: simply download and install
on teh commandline: wkhtml2pdf "www.google.de" test.pdf
thats all
or better http://www.goggle.de
fabricius: would it be possible to install on one VPS somewhere and then use it with several websites on shared hosting on different hosts?
wolfganga: yes
fabricius: the projects I am working with are usually on shared hosting
wolfganga: its like any binary
you have also onyl one php or one apacahe ^^
fabricius: ??
wolfganga: try it on windows - you will love it
fabricius: I do not use windows
wolfganga: then even better try it on linux
you *might* need an updated version though - if your distro is not updated yet
their website as ready to go packages for ubunto, red hat etc.
fabricius: my usecase would be to get one vps somewhere and install a wkhtml2pdf there and then use it with Tiki instances on variuos shared hosting ... is THAT possible? if yes, how?
wolfganga: yes - and there is nothing special
just add the path in your tiki installation like /usr/bin/wkhtml2pdf or so
fabricius: But I would not have a wkhtml2pdf on the same machine ... must work with a webadress: http://example.com/wkhtml2pdf
wolfganga: i have most of the work done - just need to figure out something in the session management of tiki
fabricius: I cannot install wkhtml2pdf on most hosts where the Tikis are located
so it must work like a webservice or so
wolfganga: mhh - in this case i guess you would need to provide a sort of webservice for wkhtml2pdf
fabricius: yes, but how?
wolfganga: but this would be a different story
bc i guess would like to have authetication etc.
so in other words: 1.) write a webservice for wkhtml2pdf, 2.) write a tiki driver in the pdflib to use that service
the 2nd part will be even more difficult, bc of permissions ( that is the problem right now)
since wkhtml2pdf acts as a webbrowser, it must use the authentication from the originating user
... thats what i am currently implementing.
.. for LOCAl requests
initiated from THAT webserver running tiki
makes sense?
fabricius: so as long as Tiki is installed on a mashine where you can install wkhtml2pdf, you can implement it right easy by using the path, otherwise it's getting complicated
That must be pointed out
wolfganga: that is correct
in the current implenentation, the enntire additional authenticaten part is missing. and thats why it does not work for restricted conetnt
in other words - it could never ever have worked with restricted content
fabricius: what would be the effort to write such a webservice? could that be used kind of globally? I mean like writing a webservice for VPS including all hooks for Tiki, like an API and publishing on github or so
ricks99: wolfganga: can't you use a token for restricted access?
fabricius: Isn't there some PHP library around somewhere as an alternative for shared hosting users?
wolfganga: it might be possible to use a token - however i actually do it based on sessions.
ricks99: ah. tiki includes token feature
wolfganga: it is very difficult for me bc the auth. stuff is really a mess
they use to differnet session ids to avoid collisions (which i thing would never ever happen though)
fabricius: I refer to things like tcpdf or mpdf => http://www.tcpdf.org/, http://www.mpdf1.com/mpdf/index.php
wolfganga: so token might be a way - but i have no clue of how they actually are suppose to work.
anyway 90% are already done. there was a basic attempt in tiki-setup_base.php
ricks99: tokens were specifically addd to give access to exteranl service to a restricted tiki object
wolfganga: that could also never ever have worked bc it dod not consider the 2nd session cookie
ricks99: no need to re-write authentication stuff. see docs: http://doc.tiki.org/Token+Access
wolfganga: i'll look into this right away. pls have a look yourself to tiki-setup_base arround line 147
some started something there: if (isset($_GET[$sessionName]) && ($tikilib->get_ip_address() == '127.0.0.1') ......
it even has a comment there: // This is used by features that need to query the server to retrieve tiki's generated html and images (e.g. pdf export)
@fabricius tcpdf is nice but:
it is fairly slow bc it implements all stuff in php
it implements only a subset of css etc.
i worked with it for simple projects where i need simple reports
Tiki|bot: New Forum Posts: Webinar (tomorrow) Thursday 22 - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=54597
gezza: joined #tikiwiki
jonnyb: joined #tikiwiki
polom
gezza: are you here? just got your mail re iconsets stuff...
gezza: hi
yes, i am here now
we can chat about iconsets
jonnyb: so it sounds like something odd happens when you clear the caches regarding site them vs user theme? we probably don't ever need more than one "theme" iconset loaded at once, do we?
gezza: only case could be when theme options are used
but it is up for discussion
jonnyb: hmm, i guess it would make it work more like the other css and js etc
gezza: i mean the same way css and templates are managed, that we load first the main theme's stuff than override with the option's
jonnyb: true
i guess we can change the iconset.php files to ne themeoroptionname.php fairly easily now - would be really hard to do it later
gezza: yes, probably we will only ship one example for a fivealive-lite theme and one of its options
jonnyb: in a few tikis time there could be loads of them, so best to do it now while it's all fresh
gezza: just to showcase the possibility, not sure if it will be used much, but leave the door open and have the same customization approach as for css files and templates
i am ok with that naming schemes (same name as the themeoroption)
jonnyb: the other thought i had about making all the default icons work would be adding them to the iconset definitions, not restoring the glyph and fa functions at all, i think that would be a step backwards
will do the renaming now...
gezza: how would you make the default glyph and fontawesome names available?
jonnyb: by adding the full list of "built-in" ones in a defaults array, then only having ones we've "aliassed" in the current icons array (and add code to IconsetsLib to look in defaults if not found in the "normal" ones
just need to be a bit careful when different types of icons are mixed (as is currently possible)
fun! :)
mose: joined #tikiwiki
gezza: well, I see some benefit, but also a drawback that people will introduce various names for the same icons in the tpl-s
Tiki|bot: New Forum Posts: Mon hébergeur m'envoi une erreur "utilisation inode critique" - http://tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=54599
jonnyb: don't we already have that?
gezza: i mean it is better to use in a template eg: "youtube" than "fa-youtube" as icon name
jonnyb: it just seems dull that each time you want to use an icon that's not been used before, but is already loaded into the icon font, you have to edit the iconset php files
definitely no fa- or glyphicon- in the tpls
the iconset will add the pre and post bits on the fly
gezza: so you would "strip" the prefixes and suffixes
jonnyb: yup
gezza: ok, that could work
jonnyb: i did try that in the experimental branch last week but gave in, but i think it's worth another go - i'll do it in tiki14_themes branch first just in case :)
but the renaming thing should be safe, so i'll do that first
gezza: do you think we need to fix function.icon.php around line 177 ($v2 = $tikilib->get_style_path($prefs['style'], $prefs['style_option'], $v); so that you can still use custom png files in themes to override? it used to work before
or drop this
jonnyb: no, that would be good to keep
gezza: i replied to your mail about the "link" parameter not working, but it bounced back from sourceforge saying it is too big message
not sure why, anyway, i copy it here now:
currently the iconset icons can be used in two ways : 1) by using only "name" param: it simply displays the icon in a <span> or <img> depending on the setting in the iconset definition 2) by using "name" AND "title" or "href" param: it produces a link element (<a>) around the <span> or <img>. You can also specify a class, but if you dont, than there is a default class, which is now bootstrap's "btn btn-default btn-sm". Probably btn
btn-link so that it looks like a simple link without borders as lindon mentioned"
jonnyb: yes, by default it should not have border imho
sorry, dealing with 200 conflicts in the experimental branch :)
fabricius: joined #tikiwiki
Tiki-KGB: 03jonnybradley r53593 10branches/ 10(120 files in 90 dirs)
[MRG] Automatic merge, trunk 53559 to 53592
Many tree conflicts fixed manually
MagicFab_: joined #tikiwiki
Tiki-KGB: 03jonnybradley r53594 10branches/experimental/tiki14_themes/lib/theme/iconsetlib.php * [MRG] missing merge from trunk
03jonnybradley r53595 10branches/experimental/tiki14_themes/ 10(5 files in 4 dirs)
[MOD] iconsets: Change the theme specific iconset naming convention to match css and other files, so now should be:
themes/your-theme/icons/your_theme.php and themes/your-theme/options/your-option/icons/your_option.php
Note: hyphens need to be replaced with underscores
wolfganga: ricks99 - are you still there?
ricks99: barely
-: ricks99 needs more coffee
wolfganga: it works with token - but i would like to add the hint in the setup to pdf that it requirtes token auth enabled. No idea of how to do this.
redflo: joined #tikiwiki
wolfganga: so if a user enables pdf based on that external tool, he gets the hint "requires also token auth "
ricks99: sorry, don't have any idea. but glad to hear that tokens worked for you
can you simply use a popup window? (have no idea about your site or implementation)
Telesight: joined #tikiwiki
wolfganga: it has nothing to do with "my" implemenation.
i meant: if i select a tiki feature - sometimes it tells me "requirex xyz".
ricks99: do you mean simply adding a hint in the admin panel?
wolfganga: and i think the pdf feature should tell the user: requires token access enabled
ricks99: however, it doesnt actually *require* tokens, that's simply one possible implemenation,right?
wolfganga: yes
ricks99: tokens are rquired only if the content requires a login
wolfganga: a hint or a hint with the link as other fetures have
Tiki|bot: New Forum Posts: Mandatory text area tracker field editing issue (wysiwyg) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=54600
ricks99: yes, you can easily add that... i believe in the prefs file... one sec...
wolfganga: i know - but if i want to export to pdf restricted content - then this applies.
ricks99: k. you can add a 'hint' to the pref file. look in ../lib/prefs/..
simply add the hint to the setting.
probably a good idea to udpate the doc to, mentioning tokens as a way to handle login-restricted conent
wolfganga: btw. learnd a lot about tikis session and authetication handling ....
anyone knows wether tracker items should be able to get printed/exported via pdf?
ricks99|away: left #tikiwiki
wolfganga: Mhh new problem - tokens do not seem to work on pages that act as a trackerinput
so printing / exporting as pdf does not work
jonnyb: hi wolfganga - sorry, not done anything with pdfs, think you're breaking new ground! :)
Tiki|bot: New Forum Posts: Header + image problem after upgrading 6.3 to 12.3 - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=54603
redflo: joined #tikiwiki
wolfganga: hehe
Telesight1: joined #tikiwiki
Tiki-KGB: 03jonnybradley r53596 10trunk/lib/jquery_tiki/tiki-jquery.js
[FIX] categorizator: Add a little margin to the checkbox divs so the tree flippers are clickable again
03walper r53597 10trunk/ 10lib/prefs/print.php 10lib/pdflib.php 10tiki-setup_base.php
[FIX] Ticket#5534. Using wkhtml2pdf to generate PDFs from wikipages even they are restricted (so only visible to certain users). Uses the feature "auth_token_access". "auth_token_access" is not required if the page to be exported to pdf is visible to anonymous users. Updated the pref file to require this feature if pdf export is to be enabled. Note: wiki pages that have a trackeri
tikiwikinput still fail bc of access problems. This might be based on how the token mechanism is implemented.
kyndel: joined #tikiwiki
MagicFab_: joined #tikiwiki
joined #tikiwiki
fabricius: joined #tikiwiki
ricks99: joined #tikiwiki
fabricius: joined #tikiwiki
ricks99: Q: How to require a password/passcode to download a file in a Tiki file gallery? is this possible?
Tiki|bot: New Forum Posts: Password protect a file in gallery? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=54607
mose: joined #tikiwiki
Tiki-KGB: 03luciash r53598 10branches/12.x/templates/tiki-page_bar.tpl * [FIX] comment button consistency fix for the class rendered
kyndel: joined #tikiwiki