1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 23:34:13 +00:00
Commit Graph

2390 Commits

Author SHA1 Message Date
JessonChan
a99c0d4025 context xsrf test 2016-04-08 14:04:25 +08:00
JessonChan
301dcfb626 context xsrf bug fixed 2016-04-08 14:04:10 +08:00
astaxie
6362dc397a Merge pull request #1856 from b055/develop
added functionality for column type time
2016-04-06 09:25:46 +08:00
astaxie
813f47fd41 gofmt test files 2016-04-05 15:38:42 +08:00
astaxie
933ac0f369 Merge pull request #1858 from ysqi/issue
fix the issue #1850,the source of the problem is PR #1805
2016-04-05 09:06:14 +08:00
ysqi
885d45db05 fix the issue #1850,the source of the problem is PR #1805 2016-04-04 21:32:43 +08:00
Ivan Cadri
d49c7f96cb added functionality for column type time
updated the model_fields to cater for the time field type
2016-04-03 16:58:19 +02:00
astaxie
ebdf4412b3 Merge pull request #1848 from JessonChan/template_fix
make template execution be expected
2016-04-01 21:03:39 +08:00
JessonChan
8ec6dd93cf make template execution be expected 2016-04-01 18:10:00 +08:00
astaxie
fe4fa6a095 Merge pull request #1636 from ysqi/environmentVar
Support get environment variables in config
2016-04-01 13:50:38 +08:00
astaxie
ccc84dd8eb Merge pull request #1762 from saturn4er/htmlEngines
Implemented possibility to add custom template engines
2016-03-30 16:43:39 +08:00
astaxie
734bbb3337 remove some space 2016-03-30 15:48:38 +08:00
astaxie
caa404cec1 Merge pull request #1840 from youngsterxyf/develop
To support `go run`
2016-03-30 15:46:47 +08:00
astaxie
52fbab329d Merge pull request #1844 from mishudark/master
delete not used variable (status int) in output.go functions
2016-03-30 15:44:32 +08:00
astaxie
8ce9f69b4d Merge pull request #1843 from JessonChan/beelog_bug_fix
Beelog bug fix
2016-03-30 15:44:20 +08:00
JessonChan
96a5d09ef0 add format header test 2016-03-30 15:13:01 +08:00
JessonChan
814b673e3c add a comment to the future bug 2016-03-30 14:51:46 +08:00
JessonChan
99436a75b1 format time header 5% faster than before 2016-03-30 14:31:28 +08:00
JessonChan
8e82ed319b beelog bug fixed 2016-03-30 14:31:16 +08:00
mishudark
eae2147735 chore(output.go): delete not used variable (status int) in check status functions 2016-03-29 23:28:53 -06:00
youngsterxyf
e281b6e82a improve 2016-03-30 10:49:39 +08:00
saturn4er
adaa4ab929 Fix index out of range if there is no file extension 2016-03-29 17:15:43 +03:00
ysqi
7e65338c87 Change key format
key format : ${ENV_PART||defaultValue} or  ${ENV_PART}
2016-03-29 21:47:33 +08:00
ysqi
5bd7d8c43f Merge branch 'astaxie/develop' into environmentVar 2016-03-29 20:55:29 +08:00
youngsterxyf
561e7115f3 To support go run 2016-03-29 18:16:38 +08:00
astaxie
220cf91180 Merge pull request #1837 from JessonChan/develop
add function of beego/logs
2016-03-29 11:37:09 +08:00
astaxie
cbd6f31b66 Merge pull request #1839 from JessonChan/log_rotate_fix
file rotate bug
2016-03-29 11:35:44 +08:00
JessonChan
221306fff4 file rotate bug 2016-03-29 10:05:56 +08:00
JessonChan
f05bb2ecd3 add function of beego/logs 2016-03-28 15:18:51 +08:00
astaxie
699de2ae75 Merge pull request #1826 from miraclesu/feature/orm_auto
orm: support insert a specified value to auto field
2016-03-28 12:04:31 +08:00
miraclesu
fb77464d69 golink: map range only key stlye 2016-03-27 15:07:51 +08:00
miraclesu
1794c52d65 orm: fix postgres sequence value 2016-03-27 15:06:57 +08:00
miraclesu
3ca44071e6 orm: insert specified values for insertMulti 2016-03-26 21:51:05 +08:00
miraclesu
e0a36fb61e Merge branch 'develop' into feature/orm_auto 2016-03-26 21:16:52 +08:00
astaxie
85a9b05495 Merge pull request #1833 from youngsterxyf/develop
in `session` package, add some helpful tools to help subpackage logging information
2016-03-25 21:15:23 +08:00
astaxie
70108131e6 Merge pull request #1832 from JessonChan/log_enhancement
Log enhancement
2016-03-25 21:12:06 +08:00
JessonChan
45f2390128 logger changed 2016-03-25 15:13:28 +08:00
JessonChan
826f81f479 remove from init method 2016-03-25 15:04:52 +08:00
astaxie
4dbbae61e0 Merge pull request #1828 from miraclesu/fix/orm_read_or_create
orm: fix painc when pk is uint on ReadOrCreate
2016-03-25 14:44:41 +08:00
JessonChan
e59271662c fix bee fix 2016-03-25 13:25:29 +08:00
JessonChan
fa4a231cd4 duration change to second 2016-03-25 11:46:19 +08:00
JessonChan
850dc59b6e should remove when 2.0 is released 2016-03-25 11:13:39 +08:00
JessonChan
6d0fe8c4f4 go fmt cache file 2016-03-25 11:05:20 +08:00
JessonChan
2db8c753fd bee fix 2016-03-25 10:56:15 +08:00
youngsterxyf
56860d1fea not just export a variable 2016-03-25 10:48:59 +08:00
JessonChan
94bde3a777 change to logs 2016-03-25 10:31:48 +08:00
youngsterxyf
3300db832b in session package, add a helpful variable SLogger to help subpackage logging information 2016-03-24 22:43:57 +08:00
JessonChan
52a0b657b7 for better performance 2016-03-24 20:27:00 +08:00
JessonChan
f02ff0420d no need to call Sprintf when no args 2016-03-24 20:22:42 +08:00
miraclesu
3e2ffa545f orm: fix postgres returning id error 2016-03-24 20:03:45 +08:00