vercotux

Results 21 issues of vercotux

Hi Samdark, I was reading through the cookbook's [Single Table Inheritance](https://yii2-cookbook.readthedocs.io/ar-single-table-inheritance/) article and found it very useful, but I noticed it's missing one key part: dealing with relations. It would...

proposal

Seems like a very trivial, common requirement, but there doesn't seem to be any simple way to know whether validation was successful inside the `afterValidate` client event. How do we...

proposal

### Problem When a job is being executed all it gets is the [`$queue` instance](https://github.com/yiisoft/yii2-queue/blob/7a8db9a3a934924fe49601c45b31849323898794/src/Queue.php#L190). It would be nice if the job could also access its own `id`, `attempt` number,...

severity:BC breaking

This is not a question. It is an issue pointing out the inconsistencies between this project, the yii2 testing documentation and other yii2 components, which have resulted in costing developers...

type:docs
status:ready for adoption

It seems there is an issue with some NPM packages which specify their dependencies in a format which uses "git+https" as the URL protocol. This is the error I get...

enhancement

Satis already supports authentication (via ssh certificate or http header), but there is no way to restrict user access to specific packages. In a company with multiple developers working on...

feature

Bundled version: 3.0.2 Upstream version: 3.3.2 Since development of YiiBooster appears to be reaching the end of its life, I find it unlikely that this (along with many other bundled...

This is important for styling because often we want a simple link which functions as a standard anchor but appears as a button.

As CTabView has ['items']['url'] attributes, but TbTabView simply ignores it. See 'url' element from CTabView documentation: http://www.yiiframework.com/doc/api/1.1/CTabView#tabs-detail

The datetimepicker bundled with yiibooster appears to be very outdated and does not support multiple vital features such as extra formats (unix timestamp for example). I propose replacing it with...