←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
Tiki-KGB | tikiwiki 03jyhem r45171 10trunk/tiki-articles_rss.php
tikiwiki [ENH] Add RSS category filters for articles tikiwiki 03jyhem r45172 10branches/10.x/tiki-articles_rss.php tikiwiki [ENH][bp/r45171] Add RSS category filters for articles | [01:12] |
..... (idle for 23mn) | ||
Tiki|bot | New Forum Posts: unsubcribe - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=46305 | [01:35] |
............... (idle for 1h10mn) | ||
kstingel | joined #tikiwiki
I've just created a "Tiki Themer" project (locally) where I'm playing around with Tiki's templates ... trying to get them using inheritance a bit more I don't have the working files as part of a full-blown Tiki (yet) and Smarty is tripping over the {tr}some text{tr/} in my template(s) ... which files would I need to copy across to my project? | [02:45] |
luciash | hi kstingel, sounds cool
what inheritance u mean, tpls ? | [02:49] |
kstingel | so far I only have "layout.tpl" and "head.tpl" .. but smarty won't play nice with them
yup :) | [02:50] |
luciash | it is better to keep the tiki.tpl base html structure and inherit in it, imho... or you mean you just renamed tiki.tpl to layout.tpl ? | [02:51] |
kstingel | I'm attempting to separate core Tiki design from themable design, then create a heavily documented theme.tpl file which ppl can then modify | [02:51] |
luciash | in fact ideal would be if people do not need to modify tpl files at all when creating themes - all should be CSS theming only | [02:52] |
kstingel | I'm trying to clean it up completely, and move the PHP out of it ... I can't use them as they are for my ePublisher anyways | [02:52] |
luciash | unfortunately i do not know what files u need to copy... best is creating your theme and override by copy of tiki files in templates/styles/yourtheme/yourcustomized.tpl | [02:54] |
kstingel | at present, I'm going into cyclic loops trying to see what I need from where, so I've started over with just a simple html tpl and I'm porting "tiki.tpl" into it gradually
technically, we should be doing our ifs before assigning to Tiki, so I'm building a set of basic vars to use in tests | [02:54] |
Tiki-KGB | tikiwiki 03lindonb r45173 10third_party/jquery/tablesorter/ 10(151 files in 15 dirs)
tikiwiki [ENH] JQuery Tablesorter: Upgrade to new forked version 2.7.8. This commit deletes the old third-party files and adds the new ones. Further commits will follow to implement. | [02:56] |
kstingel | I'm slightly??? OCD .... I want my ePublisher to be able to publish articles, blog-posts and other stuff, not just wiki structure, so I need to "sanitise" the existing templates to create the ePub templates
... or rather, I need to pre-process all the ifs so that my new templates only assign the results | [02:58] |
luciash | have u seen themes.tiki.org/default+templates ? | [02:59] |
kstingel | I'm leaving the loops tho ... because I won't know how many items are to be published
language and translation stuff should be processed before going through to the tiki-epub.tpl file though, so that stuff can be handled outside of the template | [03:00] |
luciash | kstingel: also see https://dev.tiki.org/templates+best+practices
kstingel: it is a lot to learn though (a gentle warning ;)) | [03:02] |
kstingel | I looked at it ages ago, before Tiki made the switch to Smarty3 ... now I'm having fun trying to Smarty3ify the existing files and extend pages rather than having the full page code | [03:04] |
luciash | all right :) | [03:04] |
kstingel | lol ... I've been trying to smarty3ify Tiki for a while, but I kept getting drawn into to other aspects of Tiki | [03:05] |
goj_killedByISP | joined #tikiwiki | [03:07] |
Tiki-KGB | tikiwiki 03lindonb r45174 10trunk/ 10lib/core/Feed/ForwardLink/Search.php 10tiki-setup.php
tikiwiki [ENH] JQuery tablesorter: revise API within Tiki to reflect upgraded Tablesorter version 2.7.8 | [03:20] |
tikiwiki 03lindonb r45175 10trunk/lib/jquery_tiki/ 03tablesorter/style.css 04tablesorter/themes 03tablesorter/tablesorter-helper.php
tikiwiki [ENH] JQuery Tablesorter: update jquery_tiki/tablesorter to reflect new version 2.7.8 as well as new styling and an API. tikiwiki 03lindonb r45176 10trunk/lib/wiki-plugins/wikiplugin_fancytable.php tikiwiki [ENH] JQuery Tablesorter: update PluginFancytable for upgrade to 2.7.8 and revised API. | [03:32] | |
kstingel | luciash: has Tiki's default layout changed much since Tiki 3.0? (the example image is slightly aged) | [03:37] |
luciash | kstingel: not much | [03:38] |
kstingel | I'll do a mockup of the Tiki 11.0 layout, then compare the two :)
my main dilemma is what goes where in the layout, and what will actually be needed in the ePublisher once I sort that, I can reuse existing components and just direct the resultant data to the correct epub3 files | [03:39] |
Tiki-KGB | tikiwiki 03lindonb r45177 10trunk/ 10(41 files in 9 dirs)
tikiwiki [ENH] JQuery Tablesorter: update themes for upgrade to Tablesorter 2.7.8. Mostly odd/even styling, input[type="search"] and using white arrows for dark themes. | [03:42] |
luciash | enable TPL indication in rendered source if that helps
kstingel: ^ | [03:42] |
kstingel | I have that switched on :) but tracking where each module lives is the fun part ... then working out if I can publish said module to the current readers | [03:44] |
luciash | modules live only in the module zones | [03:45] |
kstingel | maybe Tiki will end up having a new ePub3 reader as a spin-off | [03:45] |
luciash | i would not care about modules for now ;) | [03:46] |
kstingel | apologies, wrong wording .. I need to source each 'printable' component
new spec allows for audio, video and svg, so I need to find where they are likely to live within the Tiki pages so that I can pull in the existing info | [03:46] |
luciash | new spec ? | [03:48] |
kstingel | to me, each div on the page is a 'module' which I may or may not be able to include in the book
ePub3 sopec (as opposed to the predominant ePub 2) I'm trying to make the ePub builder forward compatible, so I'm including as much as I can from the start then I either have to wait for readers to catch up, or develop my own ePub3 reader software | [03:48] |
luciash | whoa, great ambitions :) | [03:51] |
Tiki-KGB | tikiwiki 03lindonb r45178 04third_party/jquery/tablesorter/themes
tikiwiki [ENH] JQuery Tablesorter: some files from the old version didn't delete in r45173 | [03:52] |
luciash | u mean u researched and there is no usable 3rd party lib, right ? | [03:52] |
kstingel | not so much ambition, just very impatient ... if I can't find more than 1 reader for Windon't and 1 reader for Android (as is current case) I'll create my own
then sell it on Google Apps for $3.50 a pop devil or maybe $5.00 if I include a library manager ... I still can't get Calibre for Droid working :( | [03:53] |
.... (idle for 15mn) | ||
bk in a bit ... Windon't needs a kick in the pants | [04:11] | |
.... (idle for 17mn) | ||
Tiki-KGB | tikiwiki 03lindonb r45179 10trunk/lib/jquery_tiki/tablesorter/style.css
tikiwiki [FIX] JQuery Tablesorter: fix styling on pagination buttons. | [04:28] |
...... (idle for 28mn) | ||
Tiki|bot | New Forum Posts: JQuery Tablesorter Upgrade - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=46308 | [04:56] |
lindonb | left #tikiwiki | [05:04] |
.................................... (idle for 2h55mn) | ||
fabricius | joined #tikiwiki | [07:59] |
............ (idle for 57mn) | ||
fabricius1 | joined #tikiwiki | [08:56] |
........ (idle for 39mn) | ||
redflo | joined #tikiwiki | [09:35] |
....................... (idle for 1h50mn) | ||
vmachine | joined #tikiwiki | [11:25] |
............. (idle for 1h0mn) | ||
rodrigoprimo | joined #tikiwiki | [12:25] |
.... (idle for 16mn) | ||
vmachine | joined #tikiwiki | [12:41] |
fabricius | joined #tikiwiki | [12:42] |
.... (idle for 15mn) | ||
Trebly | joined #tikiwiki | [12:57] |
pedor | joined #tikiwiki | [12:58] |
Trebly | <Anybody> Hi, Who uses Eclipse ? Then do you use "Juno" version ? Then do you know if there is an editor for Smarty TPL, the previous part of of the PDT env. is only available till "acceleo" ... | [13:03] |
.... (idle for 16mn) | ||
Nikhar | joined #tikiwiki | [13:19] |
jonnyb | joined #tikiwiki
polomonday | [13:21] |
Tiki|bot | New Forum Posts: Dev tools : TPL editor in Eclipse ? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=46315 | [13:24] |
luciash | yadnomoloq
*yabnomoloq | [13:25] |
jonnyb | hi luciash | [13:40] |
Tiki-KGB | tikiwiki 03jonnybradley r45180 10trunk/templates/browse_file_gallery.tpl
tikiwiki [FIX] filegals: Restrict thumbnail image height to container height so svg "icons" for unsupported file types don't overlap the titles. | [13:40] |
fabricius | joined #tikiwiki | [13:41] |
vmachine | left #tikiwiki | [13:46] |
.... (idle for 16mn) | ||
luciash | yo jonnyb | [14:02] |
fabricius | joined #tikiwiki | [14:05] |
jonnyb | yo yo all :) | [14:06] |
..... (idle for 20mn) | ||
Tiki-KGB | tikiwiki 03jonnybradley r45181 10trunk/lib/core/Services/File/FinderController.php
tikiwiki [FIX] elfinder: Seems the $parentIds array (needed to find which gallery each file is in) wasn't always getting passed through in the volume's accessControlData, so created it as a private field in FinderController (means file perms are now displayed properly) | [14:26] |
dhazel | joined #tikiwiki | [14:39] |
Tiki|bot | New Forum Posts: Tiki Wiki side by side translation - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=46318 | [14:45] |
...... (idle for 26mn) | ||
jonnyb | Hi lphuberdeau - got a mo? I've run into the filegal perms issue again for userfiles i need to add to tracker File fields, not sure what to do - i need to add an exception for the owner of a user gallery (can upload etc), just wondering what the least ugly way of doing it might be? | [15:11] |
lphuberdeau | file upload should be handled by a service
which should already have some checking going on | [15:12] |
jonnyb | i found Perms_Check_Creator but can't see how to connect it to anything
so far i'm just trying to get the upload input to show up, but the same issue will apply to the backend | [15:12] |
lphuberdeau | nah, forget about that
it does not work and is not used | [15:13] |
jonnyb | ok (thought so) | [15:14] |
lphuberdeau | "owner" permissions are too specific to make it in the global permission checking rules | [15:14] |
jonnyb | ok, i managed to get it working in the "old" perms code (get_perm_object etc) so i could just do an exception if type=user
just will be some more to clean up when we modernise filegals... | [15:16] |
Tiki|bot | New Forum Posts: Tiki Wiki side by side translation (tested with 10.2svn on doc.t.o - also broken) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=46325 | [15:17] |
luciash | btw, in 9.x I have realized the perms are all messed up regarding global ones vs category ones vs object ones - e.g. some are available only in the global scope - no way to assign to category or object or even worse sometimes even when they are available (mostly they are), they are not applied (clear cache and search rebuild tried of course) | [15:18] |
jonnyb | luciash: i think there was a fair bit of "tidying up" of perm scopes in 10.x - maybe needs backporting (if fixed)? | [15:19] |
lphuberdeau | backporting large changes like that in 9? you guys are mad | [15:20] |
luciash | nope, I will not get that mad ;)
also noticed sometimes there are perm checks using $perm.tiki_p_search vs $tiki_p_search... very messy code i dunno which one is the right one btw :) | [15:24] |
lphuberdeau | I guess it depends on the case
some checks are global, some checks are local.. but generally, that's old code I don't think that logic should go in templates | [15:26] |
luciash | it is not in templates iirc | [15:33] |
Tiki-KGB | tikiwiki 03lphuberdeau r45182 10trunk/ 10(7 files in 6 dirs)
tikiwiki [MOD] Moving the customsearch handling, which never had anything to do with trackers | [15:46] |
luciash | jonnyb: chck priv msg ;) | [15:52] |
dbalieiro | joined #tikiwiki | [15:59] |
Tiki-KGB | tikiwiki 03jonnybradley r45183 10trunk/lib/jquery_tiki/tiki-jquery.js
tikiwiki [FIX] validate: Don't try and show errors on inputs without a name or an id (like tracker Files search input) tikiwiki 03jonnybradley r45184 10trunk/templates/trackerinput/files.tpl tikiwiki [FIX] trackers files: fileId is in data.object_id in search results | [16:10] |
dbalieiro | joined #tikiwiki | [16:26] |
rodrigoprimo | joined #tikiwiki | [16:31] |
.... (idle for 17mn) | ||
Tiki-KGB | tikiwiki 03jonnybradley r45185 10trunk/lib/core/ 10Tracker/Field/Files.php 10Services/File/Controller.php
tikiwiki [ENH] trackers files: Allow the user's userfiles gallery to be used for files - enter the "fgal_root_user_id" as the galleryId and the correct gallery for the current user will be calculated. tikiwiki Also, patch the upload permissions tests to accommodate this. | [16:48] |
tikiwiki 03lphuberdeau r45186 10trunk/lib/ 10wiki-plugins/wikiplugin_listexecute.php 10core/Search/Formatter/Builder.php 10wiki-plugins/wikiplugin_list.php 03core/Search/Formatter/AppendPagination.php
tikiwiki [MOD] Extracting some output logic from the list plugin | [16:54] | |
.... (idle for 18mn) | ||
arildb | joined #tikiwiki | [17:12] |
.... (idle for 18mn) | ||
marclaporte | joined #tikiwiki | [17:30] |
rodrigoprimo | joined #tikiwiki | [17:30] |
arildb | joined #tikiwiki | [17:33] |
........ (idle for 38mn) | ||
dbalieiro | joined #tikiwiki | [18:11] |
...... (idle for 29mn) | ||
Telesight | joined #tikiwiki | [18:40] |
dbalieiro | joined #tikiwiki | [18:50] |
Tiki-KGB | tikiwiki 03lphuberdeau r45187 10trunk/lib/ 10core/Services/Search/CustomSearchController.php 10wiki-plugins/wikiplugin_customsearch.php
tikiwiki [MOD] Cleaning-up customsearch to avoid building the query in wiki plugins just to re-parse it, also avoid sending plugin portions through HTTP for security concerns | [18:58] |
jonnyb | jonnyb likes what lphuberdeau is doing today :) | [18:59] |
lphuberdeau | started a while back on that plugin
plenty of stuff to untangle | [19:00] |
arildb | joined #tikiwiki | [19:02] |
jonnyb | lphuberdeau: i know - saw that when moving it around a bit, but couldn't really see where to start untangling
i had a nightmare about the img plugin the other night... should tackle that one properly sometime :O | [19:11] |
lphuberdeau | well... that "metadata -> wiki syntax -> mangled wiki syntax -> metadata -> query" part, changed to "metadata -> query" felt natural ;) | [19:13] |
jonnyb | looking forward to playing with it
will i have to change my custom form tpl pages? (and can i have it as a proper tpl file one day please?) i have 2 live projects using it on trunk at the moment | [19:14] |
lphuberdeau | I don't think templates will be affected | [19:15] |
jonnyb | coolio, i'll find out soon (one of them's on a cron svn up every hour) | [19:15] |
lphuberdeau | although I mostly tested with the template=table one, which is really just an alias | [19:15] |
jonnyb | for the output you mean i guess - won't this have changed the "mangled" search form template thing? | [19:16] |
lphuberdeau | well, there are two templates really
one for the form, one for the result I did not do anything about the form result handling moved around, but final behavior is untouched except for that bit where it would do stuff for something on the generated wiki syntax | [19:18] |
jonnyb | ok, will test soon (still on 45186) | [19:19] |
lphuberdeau | seemed like "bug fixing", but that wiki syntax portion is gone, so nothing to fix | [19:19] |
Tiki-KGB | tikiwiki 03lphuberdeau r45188 10trunk/lib/ 10wiki-plugins/wikiplugin_listexecute.php 10core/Search/Formatter.php 10core/Search/Formatter/Builder.php 10wiki-plugins/wikiplugin_list.php
tikiwiki [MOD] Alternate output to be handled by formatter/builder | [19:20] |
lphuberdeau | if anything, it needs to be re-implemented in a different way, like understanding the form and building a proper query | [19:20] |
jonnyb | sounds good | [19:20] |
lphuberdeau | I think it all got a bit faster too! | [19:20] |
jonnyb | i have an idea on how to "automatically" generate the form from the tracker definition (one day)
would make it easier for non-coders to use | [19:21] |
lphuberdeau | I'm kind of heading that direction too
the reason I'm getting into all this is to handle saving search queries trackers seem like a decent place | [19:22] |
jonnyb | interesting | [19:24] |
lphuberdeau | although I'm mostly thinking of having a tracker to store search queries rather than having customsearch populating the form based on a tracker definition, which is a valid use case, but way different | [19:24] |
arildb_ | joined #tikiwiki | [19:29] |
jonnyb | btw, i managed to get the search form state saved on the url hash so the back button works using some extra custom js - seems to work and avoids saving in the session | [19:30] |
lphuberdeau | good
planning on adding that to trunk? I was looking at all that earlier and thinking about killing it all then decided to focus on something else to begin with | [19:31] |
jonnyb | yes, am hoping to | [19:32] |
lphuberdeau | way too much stuff going on in the session | [19:32] |
jonnyb | indeed | [19:32] |
lphuberdeau | did the js clean-up a couple weeks ago help? | [19:32] |
jonnyb | i think so, certainly didn't break anything | [19:33] |
kstingel | joined #tikiwiki | [19:40] |
arildb_ | joined #tikiwiki | [19:42] |
kstingel | since styles/layout/layout.css is now a blank file ... would new themes still need it, or can they just use styles/lite/lite.css + styles/layout/design.css? | [19:42] |
Tiki|bot | Recent Bug: Tracker item: #4399 - - user tracker gets input also on registration error - http://dev.tiki.org/item4399 | [19:45] |
jonnyb | hi kstingel - is it? :O
so it is - missed that one | [19:48] |
kstingel | jonnyb: yup ... it was merged into design.css, old file was purposely left as empty css to overwrite existing on upgrade
I'm going through and building a fresh mockup of Tiki's schema, then planning to update the templates+best+practices page (a lot of it dates back to T3.0) I'm also creating a "template" mockup ... so I can see where everything in tiki.tpl fits | [19:49] |
jonnyb | coo, well done, thanks! yes, it's mostly quite out of date | [19:53] |
Tiki-KGB | tikiwiki 03jonnybradley r45189 10trunk/lib/jquery_tiki/tiki-jquery.js
tikiwiki [FIX] service dialog: Wait for pending (server-side) validation requests to complete before validating and submitting the form | [19:54] |
kstingel | since you seem to be knowledgable on 'broader Tiki' ... is all content (ignoring modules for now) placed into #tiki-center? | [19:54] |
jonnyb | think there's a pile of nested divs there - #tiki-center is one of them i think | [19:55] |
kstingel | ... I'm trying to figure out which portion of a standard page I need to read into the ePub page - I don't need all the header, col2, col3, footer stuff for printed pages
there is a pile of nested Divs ... I'm also looking into whether or not some of them could be converted into <section>{block name=nest}blah{/block}</section> elements instead most of our current templates (and themes) are still optimised for HTML4 ... at least from what I've read thus far | [19:56] |
I may be off track here ... but since we have fivealive-lite.css ... rather than repeating all those settings in fivealive.css, wouldn't it make sense to import the lite version and expand on it? | [20:11] | |
arildb_ | joined #tikiwiki | [20:13] |
pedor | joined #tikiwiki | [20:13] |
luciash | jonnyb: by "can i have it as proper tpl file" you meant tplwiki=My+TPL+Wiki+Page param ? | [20:27] |
jonnyb | in custom search, yes | [20:27] |
luciash | kstingel: new themes do not have to use it
jonnyb: ah, in trackerlist only, ok | [20:27] |
jonnyb | i've found they can get quite complicated so would prefer a real file (syntax highlighting, source control etc) | [20:28] |
luciash | jonnyb: not in list plugin yet ? | [20:28] |
jonnyb | no, customsearch plugin
list plugins can use tpl files | [20:28] |
luciash | i see | [20:29] |
jonnyb | this is for the search form (input) | [20:29] |
luciash | tplwiki param is like wiki param but parsing is done only on smarty leve like with tpl files
*level | [20:31] |
pedor | joined #tikiwiki | [20:32] |
..... (idle for 20mn) | ||
Tiki-KGB | tikiwiki 03jonnybradley r45190 10trunk/lib/jquery_tiki/tiki-jquery.js
tikiwiki [FIX] service dialog: Unbind previous submit handler (jq validate adds it's own one automatically, leading to duplicate items being created) | [20:52] |
arildb__ | joined #tikiwiki | [21:05] |
arildb_ | joined #tikiwiki | [21:15] |
........ (idle for 39mn) | ||
CHIex | joined #tikiwiki | [21:54] |
..... (idle for 23mn) | ||
jonnyb | left #tikiwiki | [22:17] |
........ (idle for 37mn) | ||
Tiki|bot | New Forum Posts: Sort when using PluginSQL - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=46329 | [22:54] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |