Qiang Xue
a93f75068e
refactoring button classes.
12 years ago
Qiang Xue
811058bcd1
Merge pull request #392 from tonydspaniard/365-bootstrap-tabs
...
[ready]bootstrap tabs widget
12 years ago
Qiang Xue
c0c6c9d95b
Merge pull request #444 from tonydspaniard/366-bootstrap-buttons
...
[ready]added button group dropdowns
12 years ago
Qiang Xue
e1cde74b7b
Fixed doc.
12 years ago
Qiang Xue
94b2d17031
Fixes issue #460
12 years ago
Carsten Brandt
09e4229e16
[WIP] RESTful routing syntax for UrlManager
...
issue #303
Here is the proposal for RESTful routing syntax:
https://gist.github.com/cebe/5674918
12 years ago
Qiang Xue
66e698673d
Fixes issue #457 : incorrect HTTPS detection.
12 years ago
Qiang Xue
f3cfc60d6c
Merge pull request #415 from creocoder/jui-tabs-rework
...
[READY] jQuery UI tabs rework
12 years ago
Qiang Xue
f05f85fcfe
Removed Connection::__sleep.
12 years ago
Qiang Xue
9339edbd45
Refactored Progress.
12 years ago
Qiang Xue
29464d3f9c
Merge pull request #455 from tonydspaniard/454-bootstrap-progress
...
[ready]added progress widget
12 years ago
Alexander Kochetov
c77d3193a5
Comments
12 years ago
Alexander Kochetov
814a259546
Merge branch 'master' of https://github.com/yiisoft/yii2 into jui-tabs-rework
12 years ago
Antonio Ramirez
b459990e00
added progress widget
12 years ago
Qiang Xue
6e479f5bb2
Merge branch 'master' of github.com:yiisoft/yii2
12 years ago
Qiang Xue
c1b74ba945
refactored Nav and NavBar.
12 years ago
Antonio Ramirez
d5b878d35e
docs minor change
12 years ago
Antonio Ramirez
a57597719c
buttons refactored (2nd round)
12 years ago
Qiang Xue
175c24f6a9
Merge pull request #447 from creocoder/jui-resizable
...
[READY] jQuery UI resizeable widget
12 years ago
Qiang Xue
ad02b80130
Merge pull request #449 from creocoder/jui-draggable
...
[READY] jQuery UI draggable widget
12 years ago
Qiang Xue
21080ee427
Merge pull request #450 from creocoder/jui-droppable
...
[READY] jQuery UI droppable widget
12 years ago
Qiang Xue
c9a8e2292a
Merge pull request #451 from creocoder/jui-selectable
...
[READY] jQuery UI selectable widget
12 years ago
Qiang Xue
c551e77e73
Merge pull request #452 from creocoder/jui-spinner
...
[READY] jQuery UI spinner widget
12 years ago
Alexander Kochetov
becc88e4b6
jQuery UI spinner widget
12 years ago
Alexander Kochetov
2e574b9646
jQuery UI selectable widget
12 years ago
Alexander Kochetov
d55b104976
jQuery UI droppable widget
12 years ago
Alexander Kochetov
670a16200d
Change example option
12 years ago
Carsten Brandt
280727408f
fixed wrong usage of $.inArray in validators
...
fixes #448
12 years ago
Alexander Kochetov
77e34ac91f
jQuery UI draggable widget
12 years ago
Alexander Kochetov
4d1666704a
jQuery UI resizeable widget
12 years ago
Qiang Xue
1bf739dd15
Merge pull request #438 from tonydspaniard/367-bootstrap-nav
...
[ready]Added Bootstrap Nav and NavBar widgets 367 bootstrap nav
12 years ago
Antonio Ramirez
d3bbc5fe40
small fix
12 years ago
Antonio Ramirez
fce33a25dd
fixed indentation and button group label bug
12 years ago
Carsten Brandt
1165508a6a
updated composer for example apps
...
issue #439
12 years ago
Antonio Ramirez
f651e72372
refactored label render
12 years ago
Antonio Ramirez
3647c3f128
added button group dropdowns
12 years ago
Qiang Xue
86c191bafa
Merge branch 'master' of github.com:yiisoft/yii2
12 years ago
Qiang Xue
e207361255
Refactored the widget usage with ActiveField.
12 years ago
Antonio Ramirez
7d0b95c21a
modified phpDoc
12 years ago
Antonio Ramirez
e8d3a7ff92
register asset bundle instead
12 years ago
Antonio Ramirez
1e9cc35fd8
fix namespaces
12 years ago
Antonio Ramirez
cbb33bd164
refactored based on comments (2nd round)
12 years ago
Antonio Ramirez
4ebc0ae734
fix phpDoc
12 years ago
Antonio Ramirez
1c4cf30464
another typo fix
12 years ago
Antonio Ramirez
6ce2f8f137
silly typo
12 years ago
Antonio Ramirez
96a8c4a8e0
Merge branch 'upstream' into 367-bootstrap-nav
...
* upstream:
typo in Html helper
Created a \yii\web\VerbFilter
Implemented MaskedInput widget.
Use class constants for Event declatration in ActionFiler
Removed unused method.
Updated requirements about yii\i18n\Formatter
refactored numberformatting in base\Formatter
Fixes issue #439
Fixed typos in new Formatter classes
Fixes issue #441 : InvalidRequestException should be HttpException
Removed breaking tests.
Removed breaking test.
Added "formatter" app component.
Finished Formatter.
formatter WIP.
Added missing use statement.
Fixed some wording
12 years ago
Antonio Ramirez
f6cef5eb70
Refactored based on comments and feedback (3rd round)
12 years ago
Antonio Ramirez
9f832afb9f
Refactored based on comments and feedback (3rd round)
12 years ago
Carsten Brandt
9af5466be5
typo in Html helper
12 years ago
Carsten Brandt
a2066cbe48
Created a \yii\web\VerbFilter
...
It allows to filter actions by HTTP request methods
12 years ago