Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbedair committed Apr 29, 2014
1 parent 3d11861 commit d977eb8
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 3 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,40 @@ Thank you all

Antonio Ramirez.

## YiiBooster latest development alpha
## YiiBooster latest development alpha

## YiiBooster version 3.0.0
- **(fix)** TbExtendedGridView - TbProgress inside cell css fix - #448
- **(enh)** TbGridView - try to register TbEditableColumn scripts for empty providers - works only with CActiveDataProvider - #526
- **(fix)** TbDatePicker - noconflicts fix - #531
- **(fix)** TbBox header css fix to overflow its contents - #559
- **(fix)** TbEditableSaver moved to comonents instead of widgets
- **(fix)** TbButtonColumn not displaying images - #604
- **(enh)** TbExtendedGridView - with chart categories bindings on xAxis - #608
- **(enh)** TbActiveForm - custom label support for radioButtonRow and checkBoxRow - #776
- **(enh)** TbToggleAction - now supports composite key - #668
- **(enh)** TbExtendedGrid - supporting 'sortableRows' with composite key models - #669
- **(enh)** TbTimePicker - update to the latest bootstrap-timepicker - #700
- **(fix)** TbActiveForm - Prevent placeholder rendering as list item - #774
- **(fix)** TbInput - fix bug using CHtml::resolveName() in getContainerCssClass() - #775
- **(fix)** TbFormInputElement - fix passing attributes to widget - #773
- **(fix)** TbTimePicker error on client side validation - #716
- **(fix)** Fixed keyField for CArrayDataProvider in TbExtendedGridView - #738
- **(fix)** TbRelationalColumn - adding submitData - #741
- **(fix)** packages fix x-editable depends on bootstrap - #742
- **(enh)** TbEditableColumn now supports CArrayDataProvider as well as CActiveDataProvider - #745
- **(fix)** TbHtml FontAwesome is now working well- #746
- **(enh)** TbEditable - adding support for the 'source' to be a function that takes the $model as an attribute and returns the proper array
- **(fix)** TbSelect2 - disabled fix - #752
- **(fix)** JSON Grid now sorts in both ways - #753
- **(fix)** TbGroupGridView - fix rows id - #755
- **(fix)** TbFileUpload - allow multi instance in the same page - #756
- **(enh)** TbExtendedGridView - Grid/Chart switcher - fix of chart auto reflow
- **(fix)** TbEditableField - fixed the "model has no getAttribute method" error
- **(enh)** gii - now the generator detects the db types date, and enum and generate the corresponding controls
- **(enh)** TbActiveForm - added the default placeholder in case of Inbut widgets, and CModel to be the attribute label
- **(enh)** TbExtendedGridView - Grid/Chart switcher - added the defaultView property to let the chart be the default view
- **(fix)** TbExtendedGridView - Grid/Chart switcher - fix not working toggle button
- **(fix)** Update x-editable to 1.5.2 and fix setting locale for datepicker, when jQuery UI is loaded on page #770 (Wiseon3)
- **(enh)** TbExtendedGridView remembering selected rows #628 (firsyura)
- **(fix)** Arrow in header of sortable gridview column is now displayed only if the column is sortable (contains sort-link) (kev360)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ YiiBooster

**This is the master branch, containing work in progress on the next release.
Do not think that it's a production ready version which you can safely clone into your project.
If you want the latest point release, check out the `2.1.1` branch**
If you want the latest point release, check out the `3.0.0` branch**

---

Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ path.reports=./reports

# Current version under which project will be distributed.
# Versioning is being made according to Semantic Versioning specification at http://semver.org/
project.version=2.1.1
project.version=3.0.0

3 changes: 3 additions & 0 deletions src/assets/bootstrap/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4323,6 +4323,9 @@ a.thumbnail:focus {
-moz-border-radius: 4px;
border-radius: 4px;
}
table>tbody>tr>td>div.progress {
margin-bottom: -20px;
}
.progress .bar {
width: 0%;
height: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/assets/bootstrap/css/bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/assets/bootstrap/css/bootstrap.no-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -4323,6 +4323,9 @@ a.thumbnail:focus {
-moz-border-radius: 4px;
border-radius: 4px;
}
table>tbody>tr>td>div.progress {
margin-bottom: -20px;
}
.progress .bar {
width: 0%;
height: 100%;
Expand Down
1 change: 1 addition & 0 deletions src/assets/bootstrap/css/bootstrap.no-responsive.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d977eb8

Please sign in to comment.