1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 20:24:14 +00:00
Commit Graph

375 Commits

Author SHA1 Message Date
miraclesu
a37b2bdfb0 Support custom label for renderform 2013-08-12 06:54:36 +08:00
astaxie
50f3bd5835 add filter after 2013-08-12 00:14:42 +08:00
astaxie
1f3ae3d682 Improve performance 2013-08-11 23:27:53 +08:00
astaxie
ca1354e77f Merge pull request #147 from miraclesu/form
ignore struct field if form tag value is '-'
2013-08-11 07:44:28 -07:00
miraclesu
459b97858c renderform ignore struct field if form tag value is '-' 2013-08-11 22:42:35 +08:00
slene
18c09bb2ed orm update docs 2013-08-11 22:27:54 +08:00
slene
45345fa782 orm add postgres support 2013-08-11 22:27:45 +08:00
miraclesu
5c859466ef ignore struct field if form tag value is '-' 2013-08-11 22:21:31 +08:00
astaxie
449fbe82f6 Update README.md 2013-08-11 13:26:28 +08:00
slene
6c41e6dd78 orm add sqlite3 support, may be support postgres in next commit 2013-08-11 00:15:26 +08:00
astaxie
9631c663d5 fix #145
this.DestroySession()
2013-08-10 23:58:25 +08:00
astaxie
bbef213155 fix #144 2013-08-10 21:44:27 +08:00
astaxie
bc060c95f8 Merge pull request #143 from miraclesu/form
Add renderform template function
2013-08-10 06:28:06 -07:00
miraclesu
9e1d5036f7 Add renderform template function 2013-08-10 16:33:46 +08:00
miraclesu
e47b2b677d Update ParserForm for new form tag style 2013-08-10 11:42:25 +08:00
miraclesu
38f6f8eef7 update TestParseForm 2013-08-10 10:29:29 +08:00
astaxie
115b1d03db fix #138 2013-08-09 23:41:03 +08:00
astaxie
0833d4baf8 fix #132 2013-08-09 22:19:05 +08:00
slene
f2b359d8e8 orm full remove orm.Manager for simple use, add struct tag - for skip struct field 2013-08-09 20:14:18 +08:00
slene
402932aa6e ... haha 2013-08-09 14:04:33 +08:00
slene
f1e2372a56 orm update docs about debug log queries 2013-08-09 13:53:04 +08:00
slene
45aa071261 orm add queries debug logger 2013-08-09 13:20:19 +08:00
slene
8563000235 orm operator args now support multi types eg: []int []*int *int, Model *Model 2013-08-08 22:34:18 +08:00
slene
9047d21ec5 orm fix, def a string in model but use int in db may cause nil pointer error 2013-08-08 22:15:27 +08:00
slene
74a95f6cbf docs update 2013-08-08 11:07:08 +08:00
slene
a17dcf4991 fix docs link 2013-08-07 23:39:18 +08:00
slene
fc528c51a3 update docs 2013-08-07 23:35:45 +08:00
slene
ad2965bbf9 update docs 2013-08-07 23:28:14 +08:00
slene
37f8c6a04a zh docs update 2013-08-07 19:11:57 +08:00
slene
46668b811f some fix / add test 2013-08-07 19:11:44 +08:00
astaxie
10f4e822c3 add XSRFExpire 2013-08-07 11:22:23 +08:00
astaxie
b191e96f51 Merge pull request #125 from miraclesu/valid
Change tag valid func default key
2013-08-06 08:22:56 -07:00
astaxie
f9a31ea00a EnableXSRF 2013-08-06 23:21:52 +08:00
miraclesu
97d99fcef2 Change tag valid func default key 2013-08-06 23:15:20 +08:00
astaxie
2fa534ff26 delete model move to orm 2013-08-06 16:40:23 +08:00
astaxie
e47a147c3b serverJson Supoort 中文编码 2013-08-06 16:37:41 +08:00
astaxie
4ecb9cc30b move httplib from beego to beego/httplib safemap support get all items 2013-08-06 16:13:45 +08:00
astaxie
64ef8ad62b fix new version for memcahe client 2013-08-06 16:04:35 +08:00
astaxie
6f2cd326bf Merge pull request #122 from pricees/master
Added Items() to return items from BeeCache
2013-08-04 23:15:37 -07:00
Edward Price
339346e307 Added Items() to return items from BeeCache 2013-08-05 00:47:37 -05:00
astaxie
a611480b94 fix #121 2013-08-05 00:03:47 +08:00
astaxie
fd3c8834da autorouter when /admin 301 to /admin/ 2013-08-04 23:13:29 +08:00
astaxie
3d481178d7 improve router 2013-08-04 23:06:48 +08:00
astaxie
d0cb112f4b fix test func name 2013-08-03 22:22:37 +08:00
astaxie
c58445c772 add httplib support like http.client 2013-08-03 22:20:09 +08:00
astaxie
f7dd376596 fix it , 2013-08-03 18:18:09 +08:00
astaxie
5b3b6f7f48 add NewFlash func 2013-08-03 18:17:00 +08:00
astaxie
0c2af58b8d fix fomat 2013-08-03 18:02:28 +08:00
astaxie
0e0040e78d fix # 2013-08-03 18:00:57 +08:00
astaxie
8ba5ea0ecf flash support 2013-08-03 17:55:53 +08:00