36 コミット (9ad83299af2673b275426571b45d0a9a743b0495)

作者 SHA1 メッセージ 日付
  Akinori MUSHA 9b23c28049 Merge pull request #1444 from cantino/data_output_agent_limits_events_after_ordering 8 年 前
  Andrew Cantino b765c0c3fb DataOutputAgent cannot create events (#1608) 8 年 前
  Akinori MUSHA 26a11afb24 Rephrase the description of `events_list_order` as suggested by @cantino 8 年 前
  Akinori MUSHA cc8e1bb9cc Remove an unnecessary call to save() 8 年 前
  Akinori MUSHA 978ec06199 Rename events_order to events_list_order and readd events_order 8 年 前
  Akinori MUSHA 9b96a6fe63 Improve the way DataOutputAgent digs past events 8 年 前
  Akinori MUSHA fe50730033 DataOutputAgent should limit events after ordering 8 年 前
  Irfan Charania 50aff67a8a Make itunes compatible optional (#1411) 8 年 前
  Evgeny Skorobogatko f338fc7305 Allow RSS agent to output iTunes compatible podcasts: added iTunes namespaces ('itunes:*') to the RSS declaration ('xmlns:itunes=itunes.com/dtds/podcast-1.0.dtd') so that RSS output can use e.g. "itunes:summary" fields 8 年 前
  Andrew Cantino 513a4fdc23 add media namespace to output RSS feed 8 年 前
  Akinori MUSHA 38b39ce0d7 Elaborate a bit more on the new options 8 年 前
  Akinori MUSHA 0b75767ce3 DataOutputAgent: Add support for publishing via PubSubHubbub 8 年 前
  Akinori MUSHA c03a60ec48 DataOutputAgent: Use `template.self` as URL for the feed itself 8 年 前
  Dustin Miller 7b85bad267 Cleaned up Agent descriptions: consistent format for their beginning. 9 年 前
  Akinori MUSHA 0eb38b0a94 Make DataOutputAgent use `events_order` for ordering events in the output 9 年 前
  Akinori MUSHA 6ac849dbb7 Properly escape < and > in the description 9 年 前
  Akinori MUSHA a3de70b6af Use :id instead of <id> in example URL 9 年 前
  Akinori MUSHA 66a3388a8b Document which keys in `template` are put into RSS output 9 年 前
  Akinori MUSHA 2b2295b41a Rephrase the description for the `events` variable 9 年 前
  Akinori MUSHA f7e48d7b0e Add `template.icon` for setting a custom icon for each feed 9 年 前
  Akinori MUSHA c14a4ab5b6 Expose source events as `events` to Liquid templating 9 年 前
  Akinori MUSHA 55154b2aa1 Forbid the use of `/`/`.` in secrets, and also non-string secrets 9 年 前
  Akinori MUSHA 3f74dec272 Use url_helpers to generate an RSS path 9 年 前
  Irfan Charania 3aa2d1255b Generate valid RSS 9 年 前
  Andrew Cantino 30cbacf63a switch to JSON 9 年 前
  Andrew Cantino 136aaea04b allow DataOutputAgent to build complex XML 9 年 前
  Akinori MUSHA 9cf1e9545b DataOutputAgent: Allow the `pubDate` value for each item to be given by user. 9 年 前
  Akinori MUSHA 2878d50455 Document `events_to_show` and `ttl`. 9 年 前
  Akinori MUSHA c1f114d56b Make {{agent}} universally accessible from any agent. 10 年 前
  Andrew Cantino 073df69df7 take dsander's advice and use interpolated instead of interpolated_options 10 年 前
  Andrew Cantino a8f32c5e85 Add memoized interpolated_options and used it everywhere. 10 年 前
  Dominik Sander 28931f2126 Migrated DataOutputAgent to use liquid 10 年 前
  Andrew Cantino aba9be6b0b add missing <link> element to RSS feed generation 10 年 前
  Andrew Cantino db0fbe4c93 rename WebhooksController to WebRequestsController; refactor and support deprecated methods for now 10 年 前
  Andrew Cantino ea8963a8cf add show page for the new agent 10 年 前
  Andrew Cantino dacd03d783 Add DataOutputAgent that returns JSON or RSS 2.0 (XML) when requested 10 年 前