public
Description: Kete was developed by Horowhenua Library Trust and Katipo Communications Ltd. to build a digital library of Horowhenua material.
Homepage: http://kete.net.nz/
Clone URL: git://github.com/kete/kete.git

Comments for kete's kete   feed

walter commented on kete/kete Mon Feb 02 22:53:11 -0800 2009
Comment in 0768978:

I actually think this is breaking standard capistrano behavior and thus makes it harder for new Kete users (but previous Cap users) to get started with deployment.

walter commented on kete/kete Tue Jan 27 23:23:22 -0800 2009
Comment in 06d0430:

One small refinement for the displays of the total. If they could be links to the equivalent of the “more” link.

walter commented on kete/kete Tue Jan 27 23:13:18 -0800 2009
Comment in 834be8e:

You may have fixed this in a later commit, but line 6 seems to be incomplete. It should also specify related_item_type = ‘Topic’. The idea is on the right track though, for topics, you need to count both types of relationship.

KieranP commented on kete/kete Thu Jan 22 17:57:12 -0800 2009
Comment in 7750533:

Yes, the tests were moved to the generic homepage_test.rb file.

walter commented on kete/kete Thu Jan 22 16:13:12 -0800 2009
Comment in 7750533:

Even though these tests are meant to test that caching is working, they actually test other aspects of the archive by type functionality. Have you moved them to another file? I don’t think you should ditch them in total.

walter commented on kete/kete Mon Jan 19 21:47:08 -0800 2009
Comment in 7bc5a44:

Looks much better, still one quirk for the _flagging_contributor layout. The “created” and “last edited” bits are split onto two lines and shouldn’t be.

walter commented on kete/kete Thu Jan 15 19:15:33 -0800 2009
Comment in 398f0e6:

Yep, you’re comment is right. I would not do a query per portrait object look up app/controllers/account_controller.rb#376. Instead I would do this outside the loop:

walter commented on kete/kete Sun Jan 11 21:14:23 -0800 2009
Comment in 143b8c3:

Looks pretty good. Now let’s see some corresponding tests…

jstr commented on kete/kete Sun Jan 11 18:28:11 -0800 2009
Comment in 647fb00:

See http://kete.lighthouseapp.com/projects/14288-kete/tickets/126 for an update on the situation with regard to search result duplication.

KieranP commented on kete/kete Mon Jan 05 18:24:47 -0800 2009
Comment in 2b50876:

Changes implemented in the following commit:

KieranP commented on kete/kete Mon Jan 05 18:24:44 -0800 2009

The commit has since been removed.

walter commented on kete/kete Mon Jan 05 17:43:06 -0800 2009
Comment in 2b50876:

How about some local variables for those arrays to cut down duplication:

walter commented on kete/kete Mon Jan 05 17:34:25 -0800 2009

The commit has since been removed.

walter commented on kete/kete Mon Jan 05 17:33:18 -0800 2009

The commit has since been removed.

walter commented on kete/kete Mon Jan 05 17:32:17 -0800 2009

The commit has since been removed.

walter commented on kete/kete Thu Jan 01 18:26:09 -0800 2009
Comment in ca20f66:

I’m not really liking the sound of your methodology. Instead of doing the right thing, it reads like you are doing the easy thing. You also didn’t communicate those problems to me earlier.

KieranP commented on kete/kete Wed Dec 31 22:26:07 -0800 2008
Comment in ca20f66:

Well login, add item, logout, and item/basket delete buttons aren’t hard to miss. And changing them to visit not only shaved off 30s, but also got rid of a lot of errors I was getting on REE. Calling two click_buttons or a visit then click_link in a row was causing havoc. Not sure why. Might talk to webrat maintainer.

walter commented on kete/kete Wed Dec 31 21:07:21 -0800 2008
Comment in ca20f66:

I would be hesitant to replace most of these “click_link” lines with direct visit calls. If I’m not mistaken, by calling “click_link” we are, thanks to webrat, in effect testing that the link exists. Something we should test!

walter commented on kete/kete Sun Dec 21 13:52:53 -0800 2008
Comment in b71e08e:

Of course, substituting “tag.tag_name” with tag.name…

walter commented on kete/kete Sun Dec 21 13:49:51 -0800 2008
Comment in b71e08e:

Here’s what I came up with: