Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/yii2-mongodb

Yii 2 MongoDB extension
https://github.com/yiisoft/yii2-mongodb

Sphinx Active Record updated to be compatible with ActiveDataProvider.

765d47d00d5425f42320f5f3bf73aaeb481df2cd authored about 11 years ago
Merge pull request #1272 from sergebezborodov/fix-rbac-select

fix rbac select statement

1c540894232dd0de1412aea45e857a3296d173c2 authored about 11 years ago
fix rbac select statement

1259b0dac6524b6fb264c5d99c3d95ed4bd0a95c authored about 11 years ago
Merge pull request #1250 from kartik-v/patch-1

Update Alert.php to display multiple flash messages for the session.

c26ebed13fd172c3f99fb71c9b9f9cc63aaea10b authored about 11 years ago
Comments cleanup.

Cleaned up a few comments ... hope its not my OCD again... :-)

817cbc175a35df506ade6d5a72662b7113b563b4 authored about 11 years ago
Reverted closeButton

Reverted name to ```closeButton``` to be in sync with the bootstrap ```Alert``` widget.

b979d3b0244a09b42fc246d776cb3e465f16bb8c authored about 11 years ago
Nomenclature and code realignment.

1. Renamed closeButton to closeButtonOptions.
2. Generate unique id for each alert box.
3. Mo...

62493188a243e1d25d6e0debb41548291aa47c2b authored about 11 years ago
better nginx config

58bac36fbc62e10519ec8f202210138b28997dd8 authored about 11 years ago
Merge pull request #1269 from Bethrezen/master

Include Schema in new migrations by default

dc4e06169eaf62a4ee5e9c6cda7ca9e1268eb1ef authored about 11 years ago
guide about using bootstrap less files

7c7ef6000a0a508e6378309ddac9460eb2e2b95b authored about 11 years ago
Include Schema in new migrations by default

4fcad2b3473f530c9063896cea89586405c5aad4 authored about 11 years ago
Added code example.

9e1fa1f7a4ea5c3ee6ae6a5c124ecf600393337b authored about 11 years ago
adjusted log place.

423ce83798416d0defe2a54fc0f815a0d6918698 authored about 11 years ago
fixes invalid value in controller redirect

fixes #1261

33f4a142ee40fc1c67541c725d1d735906085878 authored about 11 years ago
linked the upgrade section to guide articles

5d7807860c7675e2d4c9b4841eaf43d65c17a511 authored about 11 years ago
more on yii basics

e700ca0a978c4cbc33d28eb605f4f8d335306aeb authored about 11 years ago
updated application guide and index

bcfb1eaf2e5830ede9d6d479d6cb26e43bc1159e authored about 11 years ago
restructuring guide index.md and structure

worked though all the guide files adjusted structure and
added some missing does

d7758146024d35082643eb686bc738a613fd95ee authored about 11 years ago
Added assets section to the guide

987d9ab5f0a06d8d43e298e56a935ed3054bdfe9 authored about 11 years ago
Fixes #1222: removed Slider widget from JUI extension since it's not input widget and a wrapper doesn't really add anything

6c5e8e4031d07943ac5621697ad1a6d118834203 authored about 11 years ago
Fixed public property naming.

c6ecf4f2dee15ba7742ae62d9adf70fb136e70b3 authored about 11 years ago
Fixes #1255: typecast empty string to null for non-string DB columns.

fb945866c76d56b693c7cb76d8d144e52e2f8d84 authored about 11 years ago
Fixes #1245: LinkPager now renders disabled links as spans preventing these to be clickable

c5e8aabe051bdd471f523236ecb47ceb59679a03 authored about 11 years ago
Merge pull request #1258 from cebe/self-static

Changed usage of self to static to allow extendibility

900100c29e1633a71d1a7adf39ba3ce4e8a7159f authored about 11 years ago
Added warning log when access to gii and debugger is denied due to IP restriction.

182dfb39dcb932afc82c7d65f5b5689f7ece5221 authored about 11 years ago
reverted duplicated fix for #1244

fixes #1244

a82330b2129d38287e7aa2a8c415f0650b40e135 authored about 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2 into sphinx

7fa572460eaef8d6db99cab899798952120b3ab4 authored about 11 years ago
Sphinx documentation updated.

bb46d0594e82fe4a2f9682705be822b71cc56e33 authored about 11 years ago
removed checkPort feature from email validator

fixes #1246

070bd9625cd157f8923c50c9064a9fc2fd5c443c authored about 11 years ago
Alert types for flash messages are now configurable.

Each flash variable can be mapped to a bootstrap alert type through a configuration array passed...

2bff5f80bcfbdb03133373f7548e22c9a3667579 authored about 11 years ago
Changed usage of self to static to allow extendibility

code style section has been added here:
https://github.com/yiisoft/yii2/wiki/Core-framework-code...

e775c82dd8ec73a5a30cb1ee31733694ac8bdc60 authored about 11 years ago
Code & minor bug cleanup.

Cleaned up redundant code (and a typo missed earlier).

8ff4c3d46db2e4cb45bba9c5ee5dffd3447184e4 authored about 11 years ago
Code cleanup.

Removed redundant declarations and checks in the code.

8a436c4acbccb16c3229238e2a974009a29c6c60 authored about 11 years ago
CSS Class assignment correction # 2.

Ensure previous CSS classes are not appended and reinitialized in the foreach loop.

c5506285586414c86cd2a25dfbd7579eb952fba8 authored about 11 years ago
refactored emailvalidator test

45d92f1cef3b5ffe91d21438744b15571d1530de authored about 11 years ago
fixed email validator test break

7b5b93efd242c2c3b7a57a6c6493b0de2cc9cdcd authored about 11 years ago
changed EmailValidator MX check to be more useful

issue #1246

4079acf4a6e882f5ba0eef112cd62ae82dcf43d4 authored about 11 years ago
Sphinx documentation updated.

d1c87c7e317e62424b7a0d0700898b35c6e1645b authored about 11 years ago
fixed EmailValidator IDN and full pattern support

also made everything conistent with client validation

8dab87be3d72012892636d4fe73f9ff38014a6f3 authored about 11 years ago
CSS Class assignment corrected.

Used ```Html::addCssClass``` and ```Html::removeCssClass``` more effectively.

affa9589dcde1d69910d7108c3d47bcb14feb44a authored about 11 years ago
Update Alert.php to add some refinements and clean up bugs.

Added closeButton parameter, assignment of CSS class corrected, and added php doc comments.

70f41387b63af325e1f890a698a0643b17d9a72a authored about 11 years ago
disable CSRF validation after validation has failed

this allows to be able to call error action.

fixes #1244

64862f96ca05bd907d067fbc696532197d746ad7 authored about 11 years ago
Response status code default is 200

fixes #1220

f5219d24816c8b55aa757d37b7215905f3ee7073 authored about 11 years ago
Update Alert.php

1c56edd000c369190734a08517ba546cec7709d6 authored about 11 years ago
Update Alert.php to display multiple flash messages for the session.

The previous alert widget within the advanced/basic app does not render multiple flash messages....

8fc77afc632beca2da8edd32ab310dee18a815f3 authored about 11 years ago
Sphinx has many relation test prepared.

e19c9cebc6dff43a9b69357f66965d92b077b7d8 authored about 11 years ago
Sphinx Query refactored.

6a5b8d190494939b64bc21f6ccc80d591d818698 authored about 11 years ago
Merge pull request #1243 from kumorig/patch-1

Small edit for consistency with frontend config.

2d5f4e5618cbd60677ab4f95da58a9803febe740 authored about 11 years ago
Small edit for consistency with frontend config.

Small edit for consistency with /apps/advanced/backend/config/main.php. Sorry, my OCD kicked in.

7450fc1000ff5cbb5a2c2a229a6fed673933d65d authored about 11 years ago
Fixed test break.

9ef3560f5aec33184b5ad6fd3eedcea6b4d4ece8 authored about 11 years ago
Fixes #1242: Gii Model generation added dropped table fields in Postgresql

f67ddb17f67cc03fd778663746ec92e073e1bde0 authored about 11 years ago
Fixes #1234: use dash instead of underscore to separate language and country in locale id.

d2e5f2c5074500e22f7845420b168301e7459e6f authored about 11 years ago
Simplified ArrayHelper::multisort().

53457a0a3f323a8452c9fafbbd87e5f8566f043c authored about 11 years ago
Merge pull request #1241 from Alex-Code/script-filter

Update script filter

52bf6ac4c6df3f30fd6930fd08a04c8e264b0fe8 authored about 11 years ago
Fixed test break.

7d9639ea4976638e4e0aa224f4500dfbb3f6c5fb authored about 11 years ago
Update yii.js

```map``` and ```indexOf``` on arrays were only added in IE9.
Changed to make use of jQuery's e...

719e3bca196be2725763e916b409e0e679f633cb authored about 11 years ago
Fixed test break.

3959b8dbdae1dd78f96cf2c0741bcb585e8f79ed authored about 11 years ago
fixed test break.

726a305b7e658fe68db1319af279bd24c75e7444 authored about 11 years ago
fixed test break.

dd97c002a6866274d227f37ad421fd6aad2837ac authored about 11 years ago
Fixed test break.

0833fe2e403f24589adcae5d46f65043bacb20a4 authored about 11 years ago
Fixes #1237.

dbf35253b7b48071eb0c290e26d230c041849a73 authored about 11 years ago
Fixes #1236: removed Sort::ASC and DESC

9efe446545b4ace1dd080d0063b362d7a7c1afa2 authored about 11 years ago
Create relation methods added to Sphinx Active Record.

9a45a04365a66a766c32cbe34368d704798a4f4d authored about 11 years ago
Sphinx Query Builder updated to respect column types for where statements

8bec8c5f5759af69de9d582c210bfed689a9027e authored about 11 years ago
ApcCache is now compatible with APCu

e09cc16c49e0a62b3a514d7c2191e723e7e03935 authored about 11 years ago
fixed requirement checker for intl PECL

fixes #1230

fbfa18e6281e914ff9d9cbbd0805d6d72ae70ebb authored about 11 years ago
Merge pull request #1235 from marsuboss/patch-1

Duplicate

edc2b1e12008fd0bc48fe429032c8432846fa4a3 authored about 11 years ago
Duplicate

11727d52bd8a5948e1ac52aeda3ce49e40a276bc authored about 11 years ago
Merge pull request #1229 from marsuboss/patch-2

Duplicate APC requirement removed

2c92fc89de0ecc45918c52699f42cd78fe9be3ac authored about 11 years ago
Duplicate

4d54319e352bb0f7fbd447f5800006b27c87ffe8 authored about 11 years ago
changed magic property to getter call in Pagination

issue #1228

e36867163693268831364b04e98b0426aaa6308e authored about 11 years ago
Fixes #1227: help command displays invalid module command list

cffb55a2604c102fde7b0249d2b1725e438b706c authored about 11 years ago
Do not render debug toolbar in ajax request.

a69fa1bfedad85982b7ee1ee5109e47719d802c7 authored about 11 years ago
Fixes #1149: Filter out already included javascript files requested via ajax.

b6cc8c0066aa926c6428d7ad39242a86855ea831 authored about 11 years ago
Fixes #1225: doc fix.

49da1b4aadb935d8ab43ee9ed068dd52d02a611a authored about 11 years ago
Fixes #1221: make it easier to subclass BaseDataProvider with custom pagination.

8d4bf893e1f405c35ff571703578eaad6e479d23 authored about 11 years ago
Sphinx Active Relation created

6bfc888c8fcbdbedc919bf679dffcd3f7448134c authored about 11 years ago
Sphinx test delta index added

c355fed2804ebb459c63cec4cee3198d01a94414 authored about 11 years ago
Sphinx Query updated to implement QueryInterface.

01df011ea33838564907b36a380cb95bdc9c82cf authored about 11 years ago
Sphinx Active Record saving via 'replace' converted into fallback

bd79e1c1be64d611f88825da29b42670302fd5ff authored about 11 years ago
Sphinx Active Record saving advanced to use 'replace' for runtime indexes

cd3950aaa71ba30be210e012a633614a1f0bdc9a authored about 11 years ago
Index schema type support added to Sphinx

102f3868730160492a4e1c94170e0395cbf881fd authored about 11 years ago
Redundant support of schema name removed from Sphinx

bbb5e1dba262f9d237784c3d18680476aede390f authored about 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
Edited model.md up to Validation
Just started editing

1c5a6835e92c5d0c828b94118a935ed4b78494c1 authored about 11 years ago
refactored redis cache, added mset()

09a3300b7c3ebd774d04ebeee13d23449c341b0b authored about 11 years ago
Edited model.md up to Validation

2230ecb185816534c9466c90f5a6c9f31ffdb9d1 authored about 11 years ago
"snippetByModel" option added to Sphinx Active Query.

e1065ef1fc17599a99f32c428a7ab54fee020d7d authored about 11 years ago
Just started editing

c768ee7196546be61e968a251578332458ead832 authored about 11 years ago
removed duplicate assignment of primaryKey in cubrid

a0824422b234f9ea949f41726657ffc953c8a67d authored about 11 years ago
Snippet call options added to Sphinx Query.

386b58b2a1103a77dc4b1c4bf49d9d6d72281739 authored about 11 years ago
Merge pull request #1217 from egorpromo/events-enhancement

It is more obvious what to pass in trigger() method

f2e76fe3d91583b4118b8e5bd0a9c5b75d9b2ebb authored about 11 years ago
It is more obviouse what to pass in trigger() method

4d720389c3aa5fae65341a6541131edfe575c999 authored about 11 years ago
Sphinx Active Query fixed

7fb4bfdd216a18430940bc4f2cd2bedb1f78e7e8 authored about 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2 into sphinx

cfb3e98bf6e0dbde6aedb5e3a489d0073bdaeaec authored about 11 years ago
refactored query and relation.

a2fe1284551c5823e29559bce24504ec21ec0f29 authored about 11 years ago
removed unneeded check.

684ee633f7d81afdb67ea16dffb9684fb51f85e6 authored about 11 years ago
doc fix.

c7ff329e3c5f3a34efa66a5b95b236c35da9918b authored about 11 years ago
removed TestCase and WebTestCase.

1c24b3e0d877d8a43908459a40cc9f846db3ca17 authored about 11 years ago
Implemented DB fixture manager.

8106cdedbf1bda6d5bb7f29367a0ab24b1bf70ce authored about 11 years ago
minor refactoring

83ab0f0655831331266b4ad680dca512b57189bd authored about 11 years ago