fuxiaohei
8683ee7c67
code style simplify
2014-07-10 13:28:54 +08:00
fuxiaohei
007db805be
code style simplify
2014-07-10 13:04:18 +08:00
astaxie
19c3a5b41c
beego: improve the router debug infomation
2014-07-09 09:38:36 +08:00
astaxie
e635e274d4
Merge branch 'master' into develop
2014-07-09 08:43:37 +08:00
astaxie
46cde6e579
Merge pull request #683 from chrisport/develop
...
beego/context: Fix ignored Header in case SetStatus has been called before
2014-07-09 08:39:54 +08:00
Christoph Portmann
3bb4d6f013
beego/context: Fix ignored Header in case SetStatus has been called before
2014-07-08 23:24:47 +03:00
astaxie
cec151fda7
Merge pull request #674 from reterVision/master
...
Make redis cache timeout not trivial.
2014-07-07 09:49:54 +08:00
reterVision
b6c4e27a75
Adjust the action order in Put function.
2014-07-05 22:30:51 +08:00
reterVision
2933d1fedd
Make redis cache timeout not trivial.
...
- Instead of using HASH for all the caches, use HASH + normal KEYs.
- HASH being used as a collection of all KEYs, this is useful when
application wants to clear all keys.
2014-07-05 22:27:31 +08:00
astaxie
cbffcaa7a8
Merge pull request #673 from sandysong/master
...
修正Detect Engine错误
2014-07-04 17:58:26 +08:00
sandysong
707c951302
修正Detect Engine错误
2014-07-04 16:57:37 +08:00
astaxie
fefd8ddb5b
beego: update licence& fix #669
2014-07-03 23:40:21 +08:00
astaxie
14dee37a21
beego: autorouter params
2014-07-01 16:55:23 +08:00
astaxie
17a9c3c3a9
ORM:revert default value
2014-07-01 09:30:08 +08:00
astaxie
8946f816f9
orm:change the models_test default value
2014-07-01 00:30:05 +08:00
astaxie
36ba1e49b1
beego:change to 1.3.2
2014-07-01 00:06:35 +08:00
astaxie
34936dde35
Merge branch 'master' into develop
2014-06-30 23:50:45 +08:00
astaxie
aa004ed973
beego:form render textarea
2014-06-30 23:49:55 +08:00
astaxie
53353fce56
beego:fix the :id & * mixed router
2014-06-30 23:49:11 +08:00
astaxie
f92ce9af96
Merge pull request #654 from wb14123/cmd_default
...
Generate default value while run ORM cmd tool
2014-06-30 21:36:10 +08:00
astaxie
8b021c8ea1
Merge pull request #664 from kioopi/renderform-textarea
...
Makes RenderForm use textarea-element when form type is `textarea`
2014-06-30 21:14:27 +08:00
Vangelis Tsoumenis
34572193c6
Adds html5 input types to valid intput types of RenderForm.
2014-06-30 10:38:32 +02:00
astaxie
4dde2c59ff
fix the parser.go lastupdate
2014-06-30 15:57:36 +08:00
astaxie
c83c17d917
Merge pull request #660 from ljyf5593/patch-1
...
beego: fix #657
2014-06-30 12:06:24 +08:00
Vangelis Tsoumenis
4994d36b66
templateform.RenderForm now renders textarea
...
When RenderForm encounters a field with the structTag `form` value
type `textarea` it renders an actual <textarea> html tag.
2014-06-29 20:49:56 +02:00
Vangelis Tsoumenis
a991b9dcde
Removes unused FormType map from templatefunc
2014-06-29 20:49:35 +02:00
Vangelis Tsoumenis
3fe9e6a28a
extract func parseFormTag
from templatefunc.RenderForm
...
Extracted a func `parseFormTag` that takes a reflect.StructField
and returns the different positional parts of the `form` structTag
with default values as documented in
http://beego.me/docs/mvc/view/view.md#renderform
This makes RenderForm shorter and makes it possible to test the
parsing separately.
2014-06-29 20:49:08 +02:00
astaxie
62e9c89010
middleware: support i18n
2014-06-27 17:53:53 +08:00
ljyf5593
ac96c2b15e
beego: fix #657
...
路由地址不区分大小写问题
2014-06-27 11:06:29 +08:00
astaxie
0f170a80da
update the comments fix #658
2014-06-25 10:39:37 +08:00
astaxie
9c5348f690
beego: autoroute
2014-06-23 15:52:30 +08:00
astaxie
90f91b10c5
beego: change to beego 1.3.1
2014-06-23 15:31:51 +08:00
astaxie
a5a6a30744
beego: fix the router rule for *
2014-06-23 15:28:53 +08:00
astaxie
1f6e689e5d
beego: fix #652
2014-06-23 15:28:29 +08:00
Bin Wang
7b7a95677a
Generate default value while run ORM cmd tool
2014-06-22 10:52:14 +08:00
astaxie
af4f153830
beego: update the router rule for *
...
* not match the empty route
2014-06-21 11:44:24 +08:00
astaxie
469f283b68
beego:fix captcha filter router
2014-06-19 20:29:36 +08:00
astaxie
085c362ffb
beego:fix router expge
2014-06-18 23:32:47 +08:00
astaxie
c3a07555c4
beego:change version to 1.3.0
2014-06-18 15:15:45 +08:00
astaxie
2b8e411174
merger master httplib
2014-06-18 15:04:08 +08:00
astaxie
720a77c1f9
beego:rever docs
2014-06-18 11:15:43 +08:00
astaxie
b943b74fc5
beego:init GlobalDocApi
2014-06-18 11:09:47 +08:00
astaxie
67be7b532d
beego:doc move to swagger
2014-06-18 10:36:20 +08:00
slene
8be83fe488
Merge pull request #642 from JessonChan/develop
...
ignore nil time
2014-06-17 15:25:03 +08:00
astaxie
cff632f553
beego: swagger EnableDocs
2014-06-16 16:05:19 +08:00
astaxie
4990d88861
Merge pull request #648 from redaready/develop
...
update chat example
2014-06-14 12:13:50 +08:00
redar
7075ad8a28
update chat example
2014-06-14 00:21:26 +02:00
astaxie
0e278ae358
beego:format the admin print route
2014-06-13 00:14:30 +08:00
astaxie
e38a23b30e
beego:admin add print method
2014-06-13 00:08:43 +08:00
astaxie
117904be73
beego:fix the some regexp routes to different func
2014-06-12 23:08:05 +08:00