Santilín

Results 10 issues of Santilín

Hola, he visto que hay varias issues abiertas sobre adición de algunas palabras. Como informático, y conocedor del proyecto [Lemarios](https://github.com/olea/lemarios), me apetece añadir las palabras de lemarios a este proyecto...

solicitud de ayuda

This is to report a bug in the code. On fileinput.js, line 448 there is the `getMimeType()` function which has as its firs parameter `signature`. This function is called on...

### What steps will reproduce the problem? Install yii2-usuario module out of the box (without two factor autentication enabled). Add a user and then try to change its password in...

### What steps will reproduce the problem? Following example in [Testing: fixtures](https://www.yiiframework.com/doc/guide/2.0/en/test-fixtures), I can do: `$profile = $I->grabFixture('profiles', 'user1');` But I can not grab a user which is dependent on...

Hi, I have added some features to your project, but maybe they are out of the scope of this project. Would you be interested on reviewing them and then asses...

## Prerequisites - [ x ] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [ x ] The issue still...

### What steps will reproduce the problem? Create a query with a union subquery and use it with a paginated dataprovider: ```php $q1 = (new ActiveQuery())->from('my_table'); $q2 = (new ActiveQuery())->from('my_table');...

feature:db

**Summary:** There is a bug in the `findTableNames` method of the `Schema` class in Yii2 that affects the retrieval of table names when a schema is specified. The current implementation...

type:bug

*** ### Affected Function on `yii2/db/mssql/QueryBuilder.php`: ```php /** * Builds the ORDER BY/LIMIT/OFFSET clauses for SQL SERVER 2012 or newer. * @param string $sql the existing SQL (without ORDER BY/LIMIT/OFFSET)...

The function yii\helpers\BaseHtml::escapeJsRegularExpression() fails to process valid regular expressions when the delimiter is not /. For example, it fails with this input: ([a-z_])([a-z0-9_])* Expected output: /([a-z_])([a-z0-9_])*/ Actual output: /[a-z_])/ The...

type:bug