Michael Bemmerl
27bcd2b240
Merge pull request #27 from yamek/yhd-phpdoc
Specifying Feed::createNewItem return data type for IDE completion
9 years ago
Yamek Hernandez Diaz
e03b6ca926
- Specifying Feed::createNewItem return data type for IDE completion.
(cherry picked from commit d4913ed)
9 years ago
Michael Bemmerl
7718601aee
Updating composer keywords.
10 years ago
Michael Bemmerl
9fd75b1346
Merge pull request #23 from trepmag/master
Replace invalid xml utf-8 chars in tag contents.
10 years ago
drikc
a7a85a356e
Replace invalid xml utf-8 chars in tag contents including in attribute values.
Feed::utf8_for_xml() method used in the Feed::makeNode() method.
10 years ago
drikc
ad76998ca5
Replace invalid xml utf-8 chars in tag contents.
10 years ago
Michael Bemmerl
23d3f65a52
Added php requirement and branch alias to composer.json.
10 years ago
Michael Bemmerl
833f889796
Some fixes and additions in the DocBlock.
10 years ago
Michael Bemmerl
c51a9dad9f
Added method chaining for setPagination method.
10 years ago
Michael Bemmerl
9a65ed2117
Pagination is now done by internally invoking setAtomLink.
This also makes pagination work with RSS1 feeds. The method parameter for the feed URL itself was removed, because RFC 5005 only specifies the other four link relations. The URL to the feed can be set with the setSelfLink method.
10 years ago
Michael Bemmerl
4b1478aa38
Merge branch 'issue-18'
10 years ago
Michael Bemmerl
6c8376a173
Documentation of new method parameter.
10 years ago
Michael Bemmerl
48f05ae2db
Support for attributes in channel elements. This is a possible fix for #18 .
10 years ago
Michael Bemmerl
e68b4f50df
Documentation and error handling of pagination methods.
10 years ago
Michael Bemmerl
401eafa8ab
Added new authors
10 years ago
Anis uddin Ahmad
ccf2279b54
Merge pull request #19 from jbogdani/master
Added optional setPagination method that gives the possibility to add pagination links to feed pages
10 years ago
Julian Bogdani
3b1af35a3d
URL can not be empty, or false
10 years ago
Julian Bogdani
546522df15
Added optional setPagination method that gives the possibility to add pagination links to feed pages (as described in http://tools.ietf.org/html/rfc5005#section-3 ).
10 years ago
Michael Bemmerl
de099ff800
Merge pull request #17 from bmcminn/master
Added 'addCDATAEncoding' method
10 years ago
Brandtley McMinn
f8e4a8d9d7
Added 'addCDATAEncoding' method
- 'addCDATAEncoding' accepts array of properties that are added to
'\Feed->CDATAEncoding' array
- provides more flexibility for folks that need finer control over the
way property values are rendered
10 years ago
Michael Bemmerl
02eac4b31c
Merge pull request #16 from kikoval/master
Few fixes and applying coding standards
10 years ago
Kristián Valentín
f0aebbb95e
fixes attribute's default value
RSS2 constant is defined under Feed class
10 years ago
Kristián Valentín
cdbd5951a0
fixes class name
classes that are not part of the class namespace should have qualified names
10 years ago
Kristián Valentín
048768bc02
applies PSR-1 and PSR-2 coding standards
10 years ago
Michael Bemmerl
8b801e9632
Added missing documentation of the allowMultiple parameter.
11 years ago
Michael Bemmerl
03bbab7fb0
Merge pull request #15 from bfontaine/encoding
Add the ability to choose the 'encoding' attribute
11 years ago
Baptiste Fontaine
3c34fca97b
Added the ability to choose the value of the feed’s 'encoding' attribute.
11 years ago
Anis uddin Ahmad
ad25133c69
Merge pull request #14 from bfontaine/multiple-enclosures
Multiple enclosures in one item
11 years ago
Baptiste Fontaine
95f27cf429
Warning about usage of 2+ enclosures per item
11 years ago
Baptiste Fontaine
4ce86fb958
Item#addEnclosure allow multiple elements.
This is better, since 'addEnclosure' means 'add one *more* enclosure'.
11 years ago
Baptiste Fontaine
3bed40d55d
Item#addEnclosure method added, to add multiple enclosures for the same item.
11 years ago
Michael Bemmerl
390a4138bd
Renamed project name due to naming conventions of Packagist.
11 years ago
Michael Bemmerl
91954675a6
Added authors to composer.josn.
11 years ago
Michael Bemmerl
30aa109e9a
Trap unparseable date strings.
11 years ago
Michael Bemmerl
2498670c5b
Tabified spaces
11 years ago
Michael Robinson
2d854932d8
Whitespace
11 years ago
Michael Robinson
198dda3b3b
Reformatted composer.json
11 years ago
Michael Robinson
431042e533
Whitespace
11 years ago
Michael Robinson
b86584270e
Add return $this to allow chaining
11 years ago
Michael Robinson
a732dda845
Whitespace
11 years ago
Michael Robinson
59d3603b47
Added composer.json
11 years ago
Michael Bemmerl
d2003c6137
Added support for attaching media to ATOM feed items.
11 years ago
Michael Bemmerl
2ca6219f8f
Bugfix: Filter atom namespace prefixes also in feed items.
11 years ago
Michael Bemmerl
4ba5dd9820
Added much more comments to the RSS2 example and used some more method the FeedWriter offers.
11 years ago
Michael Bemmerl
3769d1e75d
setDate method supports RSS2 feeds now. New method addGenerator for some advertising.
11 years ago
Michael Bemmerl
e31dbf27df
Some improvements in wrapper functions (including documentation):
* setEnclosure: Expects an integer for length parameter greather than zero.
* setAuthor: email parameter is also used in RSS2 feeds.
* setId: The isPermaLink attribute can be set (RSS2 only).
11 years ago
Michael Bemmerl
0aba88e3d7
Updated README to new GitHub Pages domain.
11 years ago
Michael Bemmerl
fecb20f288
Some updates to the setDate method, both to code and documentation.
Since this project requires PHP >= 5.3 anyway, the check for this version is not needed anymore in Item.php.
11 years ago
Michael Bemmerl
c7f0ba2096
Added documentation section
11 years ago
Michael Bemmerl
cb8e25269f
Some documentation fixes and additions for phpdoc
11 years ago