|
2009 -- the year of November. <november-wiki.org> <github.com/viklund/november> <irclog.perlgeek.de/november-wiki> <nopaste.snit.ch> Set by moderator on 18 January 2009. |
|||
|
15:22
masak joined
|
|||
| masak | viklund: oh hai | 15:22 | |
| viklund: did you see ihrd's (first) email? | |||
| viklund | yes | 15:23 | |
| masak | I just replied to it. | ||
| viklund | I started on an answer but then yours came up | ||
| oh well | |||
| masak | I'm sorry he feels that way. of course no-one wants to ignore his progress. | 15:24 | |
| viklund | what was 'You did step backward and return hard coded html generation.' about | ||
| masak | viklund: Autumn contains a few cool features, I think. | ||
| haven't looked. | |||
| viklund | ahh, you don't care about the WEBROOT variable in your templates, that should probably be added, so links work... | 15:26 | |
| masak | aah | ||
| viklund | his dispatcher dispatches on URI:s that look like this btw: view/NAME, edit/NAME and so forth | 15:27 | |
| masak | viklund: aye, and ISTR that the README contains instructions as to the rewrites. | ||
| viklund | mmhm | 15:28 | |
| I only need to fix that | |||
| masak | sounds good. | 15:29 | |
| viklund | www.november-wiki.org/ | 15:32 | |
| masak | \\o/ | 15:33 | |
| (we need caching) | |||
| viklund++ | |||
| masak does a little dance | |||
| viklund | there are still some issues to deal with though | 15:34 | |
| masak | viklund: clicking 'log in' also gives the main page. | ||
| so does clicking any internal link. | 15:35 | ||
| viklund | I'll start looking at ihrd's template updates and try to merge them with yours... | ||
| masak | viklund: wonderful. he'll be glad. | ||
| er, less disappointed. | |||
| I'm so happy right now about how the page looks. | 15:36 | ||
| viklund | hmm, I wonder what his improvements look like | ||
| masak | viklund: hold on, I have a screenshot... | ||
| viklund | great ;) | 15:37 | |
| masak | picasaweb.google.com/ForIhrd/BwHMJK...0608525266 | ||
| zarah | masak's link is also tinyurl.com/8jtoua | ||
| viklund | hmm | 15:38 | |
| nvm, I'll check it out myself... | 15:39 | ||
|
15:46
zarah joined
|
|||
| viklund | masak: I sent an answer to irhd too... | 15:50 | |
| masak | checking. | ||
| viklund: jonalv thinks that the website is slow. | 15:51 | ||
| viklund | pfft | 15:52 | |
| masak: did you implement a method for viewing history for the current page | 15:53 | ||
| masak | I think so. | ||
| that should be one of the things that work. | |||
| viklund | I can only find a global recent changes | ||
| masak | among the links, or in the source? | 15:54 | |
| viklund | November.pm | ||
| masak | checking. | ||
| viklund | there is no method for generating the page, and no dispatch rule for it | ||
| ihrd had the 8 last changes in a side-bar | |||
| masak | oh, for that particular page? | 15:55 | |
| I thought that was globally for all pages. | |||
| viklund | no, the sidebar is for that page | 15:56 | |
| masak | generally, I'm very reluctant to "boxes" that purport to show different "info" on a page. | ||
| it runs directly counter to my current ideals of minimalism. | |||
| so I was shocked by the "tags" box, and then shocked again by the "recent changes" box... :/ | 15:57 | ||
| viklund | ;) | ||
| masak | this despite the fact that I appreciate ihrd's improvements. | ||
| I'm sure there can be compromise somewhere. | |||
| viklund | aahh, found HTML::Template bug | 15:58 | |
| moritz_ | since I only prototyped HTML::Template's parser, I can safely blame masak++ for any bugs :-) | 15:59 | |
| viklund | ;) | ||
| masak | moritz_: actually, ihrd++ has rewritten it significantly since then, I think :) | ||
| (but yes, the bug might still be mine) | |||
| viklund | maybe not a bug, should it be possible to do <TMPL_COND NAME='smth'>, that is use single quotes | 16:00 | |
| masak | instead of double quotes? | ||
| moritz_ | Perl5's HTML::Template allows that, I think | ||
| viklund | the grammar forces double-quotes | 16:01 | |
| masak | whether that's a bug depends on the point-of-view, then. | ||
| but I don't see the harm in supporting it. | |||
| viklund | yep | ||
| masak | however, I still think that URI's .frag method should die :) | ||
| viklund | but that brings the problem of nesting, I'll update our templates instead to conform with the current grammar ;) | 16:02 | |
| masak | some freedom is good, some isn't. | ||
| viklund: wise choice. | |||
| viklund | masak: there is a page_history.tmpl | 16:03 | |
| but I don't think it is used anywhere | 16:04 | ||
| masak | viklund: and it wasn't copied from p5w? | ||
| right. | |||
| viklund | it was copied from p5w | ||
| masak | I think I could put together code for page history fairly quickly. | ||
| viklund | of course | ||
| good | |||
| masak | maybe tonight. | ||
| viklund | nice | ||
| masak | in fact, I'll update docs/FEATURES to a two-column version right now. | 16:08 | |
| been wanting to do that for a long time. | 16:09 | ||
| viklund | ;) | ||
| masak: what's the difference between history and recent changes? | 16:11 | ||
| is history for the current page and recent changes globally? | |||
| masak | aye. | ||
| viklund | good | 16:12 | |
| have you put navigation explicitly in any more files besides view and edit (should be it's own mini-template)... | |||
| masak | (it should) | 16:13 | |
| viklund | note to self: don't end a question with ellipses | ||
| masak | I think I went through them and put in navigation where it made sense to do so. | ||
| viklund | ahh | ||
| masak | that means view, edit, and possibly something else | ||
| ...like page history | |||
| ...and page diff | |||
| viklund++ # it's _so_ nice to have you back! | 16:14 | ||
| viklund | ;) | 16:15 | |
| Why did you put an edit link in edit.tmpl ??? | |||
| masak | mistake? :) | ||
| perhaps it should be a view link instead? :P | |||
| or 'cancel edit' or whatever. | |||
| viklund | hmm, I wonder if Alva is sleeping still... | 16:16 | |
| yep, like a baby :) | 16:17 | ||
| masak | haha | ||
| viklund | masak: I'll factor out your Navigation div into it's own template, I'm too lazy. | 16:19 | |
| masak | viklund: you have my blessing. | ||
| viklund | no, I'll factor out the entire sidebar... | 16:20 | |
| masak | that's ok too. | 16:21 | |
| must go in 9. | |||
| viklund | eh? | ||
| ahh, mins | |||
| haha, your log_in template was funny. Included links for editing ;). | 16:23 | ||
| masak | oops :) | ||
| ok, FEATURES has been updated. | 16:24 | ||
| viklund | great | 16:25 | |
| oops | |||
|
16:26
ihrd1 joined
|
|||
| ihrd1 | OH HAI | 16:27 | |
| zarah | ihrd1: where have you been? I've been worried. | ||
| ihrd1 | ah, zarah. | ||
| viklund | ihrd1: Hello! | ||
| ;) | |||
| ihrd1 | he viklund | 16:28 | |
| hi | |||
| zarah | privet ihrd1 | ||
| masak | privet ihrd1 | ||
| I need to go in two minutes, but it's nice to have you here. | |||
| I can recommend backlogging, too. | |||
| irclog.perlgeek.de/november-wiki/2009-01-21 | 16:29 | ||
| zarah | masak's link is also tinyurl.com/98lsmx | ||
| ihrd1 | ok, I will read | ||
| but I hope see you timorrow | |||
| masak | ihrd1: will be back in a few hours. and tomorrow. | ||
| ihrd1 | deep night here | 16:30 | |
| I need to sleep | |||
| masak | nice. :) | ||
| tomorrow, then. | |||
| masak waves | |||
| ihrd1 | bb | ||
|
16:30
ihrd1 left
18:47
ilbot2 joined
|
|||
| moderator | 2009 -- the year of November. <november-wiki.org> <github.com/viklund/november> <irclog.perlgeek.de/november-wiki> <nopaste.snit.ch> | ||