astaxie
52f916a28a
support Go1.8 default GOPATH
2017-04-24 21:10:03 +08:00
eyalpost
864693d2f8
mall fixes
2017-04-24 02:35:04 +03:00
eyalpost
08ea9b3339
Merge remote-tracking branch 'upstream/develop' into develop
2017-04-23 22:07:46 +03:00
Eyal Post
19f4a6ac0b
slice support
2017-04-23 21:37:09 +03:00
Faissal Elamraoui
bf6bd6b292
Fixes #2587
...
Fixes warnings and errors raised by gometalinter and gosimple.
2017-04-23 19:19:05 +02:00
eyalpost
89e01d125c
all types implemented
2017-04-23 01:33:50 +03:00
astaxie
3bb4ca5adc
Merge pull request #2583 from OlegFX/develop
...
Fixed InsertOrUpdate bug
2017-04-22 11:19:15 +08:00
OlegFX
712df81c99
Fixed InsertOrUpdate bug
2017-04-21 19:57:04 +03:00
OlegFX
3d7ef599cc
Merge pull request #2 from astaxie/develop
...
Update
2017-04-21 19:50:33 +03:00
eyalpost
9aedb4d05a
phase #1
2017-04-21 15:26:41 +03:00
astaxie
453691728a
gofmt simplify
2017-04-20 10:56:09 +08:00
astaxie
e7e3ca77ad
Merge pull request #2491 from chendx79/master
...
Fix routing bug for splat matching
2017-04-19 21:20:30 +08:00
astaxie
d3f3956def
Merge pull request #2574 from extrlibs/master
...
Fix the following template reference
2017-04-19 21:18:26 +08:00
astaxie
7206214105
Merge pull request #2575 from PaulChen2016/master
...
Beego 运行过程中动态增减定时任务时,now的时间需要更新,否则等待时间会不正确
2017-04-19 21:17:38 +08:00
astaxie
b08ace7532
Merge pull request #2577 from ggicci/develop
...
Fix ini parsing error for multiple users on one machine.
2017-04-19 20:17:45 +08:00
Ggicci
d1a2583972
Fix ini parsing error for multiple users on one machine.
...
If there were multiple users working on one machine, it's common that
"/tmp/beego" will be owned by one of them, and the others won't be able
to access to it. So, it's better to add an "id-like" postfix to the
temporary directory.
2017-04-19 19:50:11 +08:00
PaulChen2016
0cb8de4218
Beego 运行过程中动态增减定时任务时,now的时间需要更新,否则等待时间会不正确
...
beego 启动时,执行toolbox.StartTask()
运行过程中,动态添加定时任务(这个是now时间已经不是starttask的时间了,需要刷新)
case <-changed:
now = time.Now().Local()
continue
2017-04-19 16:22:58 +08:00
Orefa
0cd31a247f
fix Template nesting problem
2017-04-19 07:47:05 +08:00
HSoshiant
7886e69236
Update sess_file.go
2017-04-17 12:37:54 -04:00
astaxie
405c170d45
Merge pull request #2556 from zjjott/master
...
fix: log mode should be 0440 should not be 440
2017-04-10 21:14:34 +08:00
zjjott
932019770d
fix: log mode 0440 should not be 440
2017-04-10 17:37:55 +08:00
Liaodd
d5c03f5b8f
Update ini.go
...
change the key to lowercase when set a new key for ini configer
2017-04-10 11:30:23 +08:00
astaxie
3d20c0b8f4
Merge pull request #2543 from Bobochka/fix_route_hander_docs
...
Fix example for Hander func
2017-04-07 23:04:38 +08:00
Faissal Elamraoui
a4fb4c6a03
Merge pull request #2547 from TrueFurby/patch-1
...
Update README.md
2017-04-03 20:25:41 +02:00
Ondrej Fabry
a9941b6edc
Merge branch 'develop' into patch-1
2017-04-02 13:46:06 +02:00
Ondrej Fabry
6a32b048bd
Update README.md
2017-04-02 11:04:08 +02:00
Vladimir Shteinman
fb04d3cff1
Fix example for Hander func
2017-03-30 12:53:12 +03:00
astaxie
5c7673e73d
update to 1.8.1
2017-03-29 10:22:27 +08:00
astaxie
54b05377d9
Merge pull request #2466 from gouyang/gouyang/develop
...
Parse form time by its length
2017-03-29 10:01:03 +08:00
astaxie
f49f3f92ec
Merge pull request #2533 from cnxh/redis-session-poolsize
...
redis poolsize could set to zero
2017-03-29 10:00:28 +08:00
astaxie
b18b94f03b
Merge pull request #2539 from astaxie/revert-2421-develop
...
Revert "close mysql connection"
2017-03-29 09:57:54 +08:00
astaxie
bf469f0b55
Revert "close mysql connection"
2017-03-29 09:57:18 +08:00
astaxie
c12709dbc9
Merge pull request #2536 from ChristophPech/master
...
Fix for IndexExists in SQLite driver
2017-03-29 09:53:55 +08:00
Christoph Pech
2808a13f07
Fix for IndexExists in SQLite driver, they added the "origin" and "partial" columns to the index_list pragma.
...
see: https://www.sqlite.org/src/info/2743846cdba572f6
2017-03-28 12:38:27 +02:00
Faissal Elamraoui
a8d48aa5ea
Merge pull request #2535 from ketanhwr/patch-1
...
Update README.md
2017-03-28 10:49:52 +02:00
Ketan Gupta
fdb2660a2a
Update README.md
2017-03-28 11:29:20 +05:30
xia hao
7c3a997735
poolsize could set to zero
...
sometimes we may want disable the redis pool
2017-03-27 23:34:58 +08:00
astaxie
1760f0ceca
Merge pull request #2532 from vbalien/patch-1
...
Fix markdown formatting
2017-03-27 13:34:19 +08:00
Jisu Kim
c387aeeb36
fix markdown formatting
2017-03-27 14:30:42 +09:00
Guohua Ouyang
83d4385f1f
Support time.RFC3339
...
Signed-off-by: Guohua Ouyang <guohuaouyang@gmail.com>
2017-03-25 07:52:43 +08:00
astaxie
ae0a75c464
console debug use diffrent color
2017-03-21 23:55:40 +08:00
astaxie
a05e5a7c09
Merge branches 'master' and 'develop' of https://github.com/astaxie/beego into develop
2017-03-21 23:47:32 +08:00
astaxie
75ca7b77b6
Merge pull request #2518 from sicojuy/develop
...
Fix set cookie bug, zero max age is not valid.
2017-03-21 09:44:37 +08:00
liaoziqian
b0e2012a17
Fix set cookie bug, zero max age is not valid.
2017-03-21 09:15:30 +08:00
astaxie
12dff072fa
Merge pull request #2509 from sergeylanzman/add-gosimple
...
add go simple support
2017-03-18 13:37:31 +08:00
astaxie
d956444965
Merge branch 'develop' into add-gosimple
2017-03-18 11:20:30 +08:00
astaxie
8dbf9eb0bf
Merge pull request #2512 from sergeylanzman/add-unconvert
...
add unconverted support
2017-03-18 11:05:28 +08:00
astaxie
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
astaxie
1ea3c13ff5
Merge branch 'develop' into drop-go1.4-1.5-travis
2017-03-18 11:02:15 +08:00
astaxie
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