d956444965
Merge branch 'develop' into add-gosimple
2017-03-18 11:20:30 +08:00
8dbf9eb0bf
Merge pull request #2512 from sergeylanzman/add-unconvert
...
add unconverted support
2017-03-18 11:05:28 +08:00
faa981fb6a
Merge pull request #2511 from sergeylanzman/drop-go1.4-1.5-travis
...
drop support go1.4/5 in travis yml
2017-03-18 11:02:39 +08:00
1ea3c13ff5
Merge branch 'develop' into drop-go1.4-1.5-travis
2017-03-18 11:02:15 +08:00
46d8fef0ad
Merge pull request #2510 from sergeylanzman/travis-add-1.7-1.8
...
add support go1.7/8 to travis yml
2017-03-18 11:01:27 +08:00
37c1ffc57a
add go simple support
2017-03-17 20:22:20 +02:00
856fde28dc
add unconverted support
2017-03-17 19:45:30 +02:00
3204d7631b
drop support go1.4/5 in travis yml
2017-03-17 19:33:54 +02:00
f5fc2edfd3
add support go1.7/8 to travis yml
2017-03-17 19:32:31 +02:00
21d1267c14
Merge pull request #2501 from sergeylanzman/change-template-error-log
...
temple parse error write in log as trace. change to error
2017-03-14 20:04:42 +08:00
3e37b97549
temple parse error write in log as trace. change to error
2017-03-14 12:55:40 +02:00
206f736819
Merge pull request #2496 from eyalpost/develop
...
Don't panic during AddViewPath if adding the same path twice
2017-03-14 12:54:48 +08:00
24d4a27842
Don't panic during AddViewPath if adding the same path twice
2017-03-13 08:46:57 +02:00
46f3ea4f43
Merge pull request #2494 from miraclesu/develop
...
validation: fix email valid
2017-03-12 22:26:25 +08:00
c9cc642d37
validation: amend email test case
2017-03-12 20:27:09 +08:00
b34853f8cc
validattion: add test case for email valid
2017-03-12 19:30:23 +08:00
d41f4c0a3a
validation: fix email valid
2017-03-12 19:23:46 +08:00
8e46decc8e
fix routing bug for splat
2017-03-10 09:28:25 +08:00
323a1c4214
Merge pull request #2485 from astaxie/develop
...
beego 1.8.0
v1.8.0
2017-03-06 21:59:04 +08:00
c5f838e785
beego 1.8.0
2017-03-06 21:29:41 +08:00
f53e98d11b
Merge pull request #2348 from hongliang81/develop
...
Add Aliyun Logger
2017-03-05 22:45:32 +08:00
c2f7f3efa7
Merge pull request #2380 from fugr/config
...
config:fix handle include other.conf
2017-03-05 22:41:45 +08:00
1e5051e112
Merge pull request #2381 from chesedo/OrmStrongRelationships
...
Add strong relationship support to orm
2017-03-05 22:39:45 +08:00
fa44ff54bb
Merge pull request #2479 from marianofevola/develop
...
Fix typo
2017-03-05 22:07:08 +08:00
4c6de379e0
Merge pull request #2480 from ysqi/fix
...
Fixed #2456 and strengthen bind
2017-03-05 22:06:46 +08:00
6d997366ed
Fixed 2456 and strengthen bind
2017-03-04 20:23:55 +08:00
e0250e2871
Fix typo
2017-03-03 16:24:02 +00:00
3d629e7320
Merge pull request #2468 from antony66/ssdb_cache_fix_is_exist
...
Fixes issue #2467 with ssdb cache IsExist
2017-02-27 18:58:53 +08:00
74045090cc
This fixes issue #2467 with ssdb cache IsExist
2017-02-27 14:14:16 +05:00
49fffe3ebe
Parse form time by its length
...
Fix #2451
Signed-off-by: Guohua Ouyang <guohuaouyang@gmail.com >
2017-02-27 14:43:16 +08:00
50e294be32
fix the broken test
2017-02-27 09:41:15 +08:00
b235b48de4
Merge branch 'develop' of https://github.com/astaxie/beego into develop
2017-02-26 22:21:37 +08:00
28011a5835
fix #2462
2017-02-26 22:20:11 +08:00
b03b0779dc
Merge pull request #2455 from jyk1987/develop
...
Improve json coding performance
2017-02-25 19:01:12 +08:00
393e4c4969
Improve json coding performance
2017-02-22 17:38:26 +08:00
1d49a4bcbd
Merge pull request #2417 from eyalpost/develop
...
support for multiple view paths
2017-02-13 12:37:17 +08:00
fc2c0f4fba
Don't allow AddViewPath after beego run
2017-02-11 22:00:30 +02:00
2117aecf65
Merge pull request #2428 from awengo/master
...
Add http methods
2017-02-11 00:31:43 +08:00
8a2b697625
Add http methods
2017-02-10 17:45:47 +09:00
be586572e0
Merge pull request #2423 from ansiz/master
...
Add config field EnableErrorsRender
2017-02-10 13:19:20 +08:00
4e047bd483
Merge pull request #2427 from code1986/develop
...
Develop
2017-02-10 13:17:21 +08:00
db67ffbb94
1.simplify reading and writing file code
...
2.add apiauth test
2017-02-10 09:35:23 +08:00
90b03d34cc
Merge pull request #2421 from code1986/develop
...
close mysql connection
2017-02-09 14:36:39 +08:00
872a964145
1.add "defer f.close()" in SessionRead to fix file handle leak if DecodeGob failed
...
2.rewrite SessionRegenerate
2017-02-09 14:18:30 +08:00
dade92d98b
close mysql connection
2017-02-09 14:16:23 +08:00
dfa74faf43
support for multiple view paths
2017-02-07 22:18:33 +02:00
95562cff41
Merge pull request #2406 from xqbumu/patch-1
...
fix the bug to prevent rewrite t
2017-02-07 11:07:37 +08:00
9b714a7518
Add config field EnableErrorsRender
...
Add config field EnableErrorsRender to disable errors output
with the template data, sometimes we do not want errors output
with it even in dev mode, especially in API projects.
2017-02-06 12:33:15 +08:00
2a660820c9
Merge pull request #2389 from amrfaissal/feature-env-support
...
Package env for working with environment variables inside Beego
2017-01-23 21:15:06 +08:00
b55e20ac60
Merge pull request #2395 from duyazhe/fix_bug_orm_ne
...
fix filter with __ne bug
2017-01-23 21:12:58 +08:00