summaryrefslogtreecommitdiff
path: root/lib/rssaction.php
AgeCommit message (Collapse)Author
2009-07-23Merge commit 'br3nda/0.8.x-tagrssfix' into 0.8.xCraig Andrews
2009-07-23Call $this->getNotices() always, becuase $this will be the right class.Brenda Wallace
e.g. TagrssAction or PublicrssAction
2009-07-22Merge commit 'jeff-themovie/private-rss' into 0.8.xCraig Andrews
2009-07-21Add <category> to RSS 2.0, use the same tag finding method for RSS 1.0 as ↵Craig Andrews
for Atom and RSS 2.0. http://laconi.ca/trac/ticket/864
2009-07-17Make RSS 1.0 more efficient when the same hashtag is used in multiple notices.Craig Andrews
Thanks tobyink
2009-07-17Add link to conversation pages when possible.Craig Andrews
Thanks tobyink
2009-07-17Fix RDFS namespace declaration.Craig Andrews
Thanks tobyink
2009-07-17Merge branch '0.9.x' into private-rssJeffery To
2009-07-17Added failed auth logging (like in actions/api.php)Jeffery To
2009-07-14Moved the decision logic as to whether an attachment should be an enclosure ↵Craig Andrews
to the File class
2009-07-14Adds HTTP basic authentication for private RSS 1.0 feedsJeffery To
2009-07-13Add notice tags to RSS 1.0 output.Toby Inkster
2009-07-13Improve output for files/attachments.Toby Inkster
2009-07-09Notice attachments are enclosures in feeds (Atom, RSS 1.0/RDF, and RSS 2.0).Craig Andrews
http://laconi.ca/trac/ticket/1690
2009-07-02Changed sioc:reply_to to sioc:reply_ofSarven Capadisli
2009-06-19Minor indentingSarven Capadisli
2009-06-19Includes a sioc:reply_to link between notices. It helps with thingsSarven Capadisli
like http://danbri.org/words/2009/06/16/415 Thanks to Toby Inkster for the patch: http://buzzword.org.uk/2009/laconica-0.7.3-sioc-reply_to.patch
2009-06-12http://laconi.ca/trac/ticket/1367Sarven Capadisli
Thanks to Toby Inkster for the patch.
2009-06-12http://laconi.ca/trac/ticket/1370Sarven Capadisli
Thanks to Toby Inkster for the patch.
2009-06-12http://laconi.ca/trac/ticket/863Sarven Capadisli
Thanks to Toby Inkster for the patch.
2009-06-12http://laconi.ca/trac/ticket/1368 Site is the space that ContainerSarven Capadisli
sits in. Thanks to Toby Inkster for the patch.
2009-06-12Updated Creative Commons namespace to current.Sarven Capadisli
Thanks to Toby Inkster for the patch.
2009-05-18Added RSS for personal tagsRobin Millette
2009-03-21RSS 1.0 actions were reading the stream from the database twice. ↵CiaranG
Inefficient, but more importantly made notice search RSS fail with a DB error due to double search on a DB_DataObject instance
2009-02-20handle if-modified-since in RSS feedsEvan Prodromou
2009-02-06Move common_avatar_* functions to AvatarEvan Prodromou
Moved the common_avatar_* functions to the Avatar class. Typically either as methods on the object or as static methods. Replaced all the uses of the functions in other modules.
2009-01-24Rss10Action::showImage() was trying to call pre-uiredesign XML output functionsZach Copley
2009-01-23uiredesignRobin Millette
2009-01-23Runaway comment in rssactionEvan Prodromou
2009-01-17Break up settings into two tabsetEvan Prodromou
Made two tabsets: account and connect. Removed "Invite" from the global nav to make room.
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
Another gigantor PEAR coding standards patch. Here, I've moved the opening curly bracket on a class statement to the following line. darcs-hash:20081223194923-84dde-77a93de314caadbcb5b70bf346a4648be77a864e.gz
2008-12-23change function headers to K&R styleEvan Prodromou
Another huge change, for PEAR code standards compliance. Function headers have to be in K&R style (opening brace on its own line), instead of having the opening brace on the same line as the function and parameters. So, a little perl magic found all the function definitions and move the opening brace to the next line (properly indented... usually). darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz
2008-12-23replace NULL with nullEvan Prodromou
Another global search-and-replace update. Here, I've replaced the PHP keyword 'NULL' with its lowercase version. This is another PEAR code standards change. darcs-hash:20081223192129-84dde-4a0182e0ec16a01ad88745ad3e08f7cb501aee0b.gz
2008-12-23replace all tabs with four spacesEvan Prodromou
The PEAR coding standards decree: no tabs, but indent by four spaces. I've done a global search-and-replace on all tabs, replacing them by four spaces. This is a huge change, but it will go a long way to getting us towards phpcs-compliance. And that means better code readability, and that means more participation. darcs-hash:20081223191907-84dde-21e8efe210e6d5d54e935a22d0cee5c7bbfc007d.gz
2008-12-14trim some output to avoid excessive whitespaceEvan Prodromou
darcs-hash:20081214161942-84dde-bfb91a534eb01d3e16b364937dcf405277e75a6a.gz
2008-12-12remove content:items from rss outputEvan Prodromou
darcs-hash:20081212195520-84dde-d464ee28ab9a9757b889fad437e310056f4c576a.gz
2008-12-05fixup the problems with the repo patchEvan Prodromou
darcs-hash:20081205153325-5ed1f-f663ec459d8d5067505ff28be39dee8c382e5814.gz
2008-12-03rollback removing init from rssactionEvan Prodromou
darcs-hash:20081203172856-5ed1f-78a27cd47a2b5733bd55d0acfd7c399c5818ba08.gz
2008-12-01cleanup whitespace in rssactionEvan Prodromou
darcs-hash:20081202045856-5ed1f-3b14fafd709eb5f4e1c4ea74bce067a1429f03d7.gz
2008-12-01remove init from rssactionEvan Prodromou
darcs-hash:20081202045825-5ed1f-5bbbf3954610442bdd123f720b1c85ec85c4449e.gz
2008-12-05whitespace changes in rssactionEvan Prodromou
darcs-hash:20081205152521-84dde-6487a2769943da5dc70b9425d00c17d2c53270d0.gz
2008-12-05use content namespace to add HTML to the notice outputEvan Prodromou
darcs-hash:20081205152445-84dde-62b3560fae1b1505528826e91939af89b8afd971.gz
2008-11-04Better UTF-8 escaped entity handling. Fixed bad chars in all RSS feeds.zach
darcs-hash:20081104084027-462f3-ea7ab93938358bf90a1c1851d6f665973beae767.gz
2008-07-22base class is_readonly() now returns false by defaultzach
darcs-hash:20080722212056-ca946-e4bd9eef8e3d8991414932e9fc7b8c9a31f818c0.gz
2008-07-16Link author avatars to posts directly.Earle Martin
darcs-hash:20080716183052-68ac8-ad94d5e0195ea861cd65b9b3abf8b56824906794.gz
2008-07-16creator_urlEvan Prodromou
darcs-hash:20080716163339-84dde-b6d10e042e3168afa07eb6738dae9714b402dbe2.gz
2008-07-16use root url of site, not hard-coded identi.ca URLEvan Prodromou
darcs-hash:20080716152906-84dde-6b28a9c29901274ecef255f8b34839445d6e3d7b.gz
2008-07-16utility function for getting a profile URIEvan Prodromou
I added a utility function for getting a profile URI. At some point we need to push commonalities between Remote_profile and User into the Profile class; single-table inheritance. We do a lot of switching around for no good reason on users and profiles. darcs-hash:20080716152511-84dde-6f73d947d11083e7235756fde635e145f02e2483.gz
2008-07-16slight code hygiene for rssactionEvan Prodromou
I moved the $creators array from being a global variable to being an instance variable. I also changed the URL that was used for the user, based on whether they're a remote or local user. Finally, I changed instances of $config to calls to common_config(). darcs-hash:20080716152009-84dde-8d077ab92d1252c252ab722ba887a57b177c8f65.gz
2008-07-14Add SIOC data to global RSS feed.Earle Martin
darcs-hash:20080714191328-68ac8-7b525eb8d85ed77599231b7d7456eaccc8a5ff15.gz