annotate vendor/plugins/classic_pagination/test/fixtures/.svn/text-base/topics.yml.svn-base @ 462:b02b2eb2a312 feature_36

Searching for publications via AJAX call; the publication ID is not being sent correctly, so still shows the current publication's associated projects in the select list.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 21 Jun 2011 01:27:41 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 futurama:
Chris@0 2 id: 1
Chris@0 3 title: Isnt futurama awesome?
Chris@0 4 subtitle: It really is, isnt it.
Chris@0 5 content: I like futurama
Chris@0 6 created_at: <%= 1.day.ago.to_s(:db) %>
Chris@0 7 updated_at:
Chris@0 8
Chris@0 9 harvey_birdman:
Chris@0 10 id: 2
Chris@0 11 title: Harvey Birdman is the king of all men
Chris@0 12 subtitle: yup
Chris@0 13 content: It really is
Chris@0 14 created_at: <%= 2.hours.ago.to_s(:db) %>
Chris@0 15 updated_at:
Chris@0 16
Chris@0 17 rails:
Chris@0 18 id: 3
Chris@0 19 title: Rails is nice
Chris@0 20 subtitle: It makes me happy
Chris@0 21 content: except when I have to hack internals to fix pagination. even then really.
Chris@0 22 created_at: <%= 20.minutes.ago.to_s(:db) %>