Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/yiisoft/html
Handy library to generate HTML
https://github.com/yiisoft/html
Add `addAttributes()` and deprecate `attributes()`
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
Add `Tag::addClass()` and deprecate `Tag::class()`
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
Add shortcut methods for enctype in `Form`
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
Mark some methods as deprecated
Gerych1984 opened this pull request over 2 years ago
Gerych1984 opened this pull request over 2 years ago
Separate chain calls
sankaest opened this pull request over 2 years ago
sankaest opened this pull request over 2 years ago
Separate chain calls
sankaest opened this pull request over 2 years ago
sankaest opened this pull request over 2 years ago
Remove methods `attributes()` and rename `replaceAttributes()` to `attributes()`
vjik opened this issue over 2 years ago
vjik opened this issue over 2 years ago
Remove `Tag::class()` and rename `Tag::replaceClass()` to `Tag::class()`
vjik opened this issue over 2 years ago
vjik opened this issue over 2 years ago
Add method `Tag::addClass()`
vjik opened this issue over 2 years ago
vjik opened this issue over 2 years ago
Add methods `addAttributes()`
vjik opened this issue over 2 years ago
vjik opened this issue over 2 years ago
Refactoring for more consistency
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
Use reusables actions.
terabytesoftw opened this pull request over 2 years ago
terabytesoftw opened this pull request over 2 years ago
Update dependencies workflows.
terabytesoftw opened this pull request over 2 years ago
terabytesoftw opened this pull request over 2 years ago
Refactoring file input
vjik opened this issue over 2 years ago
vjik opened this issue over 2 years ago
Add `File::uncheckInputTagAttributes()`
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
[Community poll / discussion] Generating HTML via Yii helpers
arogachev opened this issue over 2 years ago
arogachev opened this issue over 2 years ago
Add methods `CheckboxList::name()` and `RadioList::name()`
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
Allow use `CheckboxList` and `RadioList` widgets without name attribute
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
Add class for tag `Legend`, class for tag `Fieldset`, methods `Html::legend()` and `Html::fieldset()`
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
Add missing classes of section tags
soodssr opened this pull request over 2 years ago
soodssr opened this pull request over 2 years ago
Add widget `ButtonGroup` and method `Tag::unionAttributes()`
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
Add `$attributes` to `Html` methods `input()`, `buttonInput()`, `submitInput()` and `resetInput()`
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
Add class for tag `Datalist` and for input with type `Range`
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
Add individual attributes of options and option groups support to method `Select::optionsData()`
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
Remove psalm type HtmlAttributes
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
Add option groups support to method `Select::optionsData()`
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
Add specialized class `File` for an input tag with type `file`
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
Add parameter `$attributes` for input methods `Html`.
vjik opened this issue over 2 years ago
vjik opened this issue over 2 years ago
Add class for tag `Form` and method `Html::form()`
vjik opened this pull request over 2 years ago
vjik opened this pull request over 2 years ago
Remove psalm type `HtmlAttributes`
vjik opened this issue over 2 years ago
vjik opened this issue over 2 years ago
extend NoEncodeStringableInterface from Stringable interface
albertborsos opened this pull request over 2 years ago
albertborsos opened this pull request over 2 years ago
Add picture, audio, video, source and track tags
Gerych1984 opened this pull request almost 3 years ago
Gerych1984 opened this pull request almost 3 years ago
Add ability to set Generator as a content item.
yiiliveext opened this issue about 3 years ago
yiiliveext opened this issue about 3 years ago
Add `Tag::getAttribute()`, `Tag::getContent()`, interface `ContentTagInterface` and abstract class `ContentTag`
vjik opened this pull request about 3 years ago
vjik opened this pull request about 3 years ago
Add missing classes of section tags
vjik opened this issue about 3 years ago
vjik opened this issue about 3 years ago
Add classes for heading tags H1-6
vjik opened this pull request about 3 years ago
vjik opened this pull request about 3 years ago
Add class for tag `Title` and method `Html::title()`
vjik opened this pull request about 3 years ago
vjik opened this pull request about 3 years ago
Update "yiisoft/arrays" dependency
vjik opened this issue about 3 years ago
vjik opened this issue about 3 years ago
Add support for `yiisoft/arrays` version `^2.0`
vjik opened this pull request about 3 years ago
vjik opened this pull request about 3 years ago
Add argument `$attributes` to methods of helper `textInput()`, `hiddenInput()`, `passwordInput()`, `fileInput()`, `radio()`, `checkbox()`, `textarea()`
vjik opened this pull request about 3 years ago
vjik opened this pull request about 3 years ago
Add A::nofollow() method, Html::nofollow() method, test cases
soodssr opened this pull request about 3 years ago
soodssr opened this pull request about 3 years ago
Add method `itemsAsValues()` to widgets `RadioList` and `CheckboxList` that set items with labels equal to values
vjik opened this pull request about 3 years ago
vjik opened this pull request about 3 years ago
Add method `nofollow` to tag `A` for create tag `<a>` with `rel="nofollow"`
vjik opened this issue about 3 years ago
vjik opened this issue about 3 years ago
Add class for tag `Noscript` and ability define him for tag `Script` via methods `Script::noscript()`, `Script::noscriptTag()` and `Script::noscriptPosition()`
vjik opened this pull request over 3 years ago
vjik opened this pull request over 3 years ago
`Html::generateId()` it should allow restarting the numbering when it is not random.
terabytesoftw opened this issue over 3 years ago
terabytesoftw opened this issue over 3 years ago
Schedule GitHub workflows
viktorprogger opened this pull request over 3 years ago
viktorprogger opened this pull request over 3 years ago
Cleanup + fix order in changelog
vjik opened this pull request over 3 years ago
vjik opened this pull request over 3 years ago
Add support individual attributes for inputs in `CheckboxList` and `RadioList` widgets
vjik opened this pull request over 3 years ago
vjik opened this pull request over 3 years ago
Fix order attributes.
terabytesoftw opened this pull request over 3 years ago
terabytesoftw opened this pull request over 3 years ago
Implement itemsAttributes() for each items in checkboxlist and radiolist widget.
terabytesoftw opened this issue over 3 years ago
terabytesoftw opened this issue over 3 years ago
Add `NoEncode` class designed to use as non-encoded content in HTML tags
vjik opened this pull request over 3 years ago
vjik opened this pull request over 3 years ago
For attributes with empty string value generated only attribute name without value and character `=`
vjik opened this pull request over 3 years ago
vjik opened this pull request over 3 years ago
For attributes with empty string generate `<tag attr>` instead of `<tag attr="">`
vjik opened this issue over 3 years ago
vjik opened this issue over 3 years ago
Allow pass `null` argument to methods `Tag::class()`, `Tag::replaceClass()`, `BooleanInputTag::label()` and `BooleanInputTag::sideLabel()`
vjik opened this pull request over 3 years ago
vjik opened this pull request over 3 years ago
When you set `''` in `class()` method it should not return `class=""`
terabytesoftw opened this issue over 3 years ago
terabytesoftw opened this issue over 3 years ago
Add not encode value object
vjik opened this issue over 3 years ago
vjik opened this issue over 3 years ago
Add methods `as()` and `preload()` to the `Link` tag
vjik opened this pull request over 3 years ago
vjik opened this pull request over 3 years ago
Add tags `Em`, `Strong`, `B` and `I`
vjik opened this pull request over 3 years ago
vjik opened this pull request over 3 years ago
Bump actions/cache from 2 to 2.1.5
dependabot[bot] opened this pull request over 3 years ago
dependabot[bot] opened this pull request over 3 years ago
Bump shivammathur/setup-php from 2 to 2.11.0
dependabot[bot] opened this pull request over 3 years ago
dependabot[bot] opened this pull request over 3 years ago
Add methods Script::getContent() and Style::getContent()
vjik opened this pull request over 3 years ago
vjik opened this pull request over 3 years ago
Add support "Stringable" as content in some methods of "Html"
vjik opened this pull request over 3 years ago
vjik opened this pull request over 3 years ago
Add tag BR
vjik opened this pull request over 3 years ago
vjik opened this pull request over 3 years ago
Fix incorrect work of TagContentTrait::content and TagContentTrait::addContent methods when used named parameters + Fix psalm errors
vjik opened this pull request over 3 years ago
vjik opened this pull request over 3 years ago
Expand readme with "why using the package" section
samdark opened this issue almost 4 years ago
samdark opened this issue almost 4 years ago
Add table tags
vjik opened this pull request almost 4 years ago
vjik opened this pull request almost 4 years ago
Add table tags
viktorprogger opened this issue almost 4 years ago
viktorprogger opened this issue almost 4 years ago
Add new feature with variadic arguments in "content" to readme.
vjik opened this pull request almost 4 years ago
vjik opened this pull request almost 4 years ago
Remove ContentTag, add A::rel() method, fix tests
devanych opened this pull request almost 4 years ago
devanych opened this pull request almost 4 years ago
Remove content tag
devanych opened this pull request almost 4 years ago
devanych opened this pull request almost 4 years ago
Add TagContentTrait to remove code duplication
devanych opened this pull request almost 4 years ago
devanych opened this pull request almost 4 years ago
Add dependency checker
vjik opened this pull request almost 4 years ago
vjik opened this pull request almost 4 years ago