1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-17 18:52:16 +00:00
Commit Graph

3961 Commits

Author SHA1 Message Date
Mawuli Adzoe
b622d5d369 Fix extract documentation
Fix  Add description from docs on beego.me to README
and also add same description to godoc
2015-07-26 17:06:55 +00:00
Pelle Johnsen
19d82ab62c Fix : Add QuerySeter.Distinct() 2015-07-22 18:12:57 +02:00
astaxie
9775e3e3a4 Merge pull request from fugr/develop
set DoRotate fname like xx.2013-01-01.2.log
2015-07-17 01:56:48 +08:00
astaxie
160d82d1d2 Merge pull request from wallclockbuilder/develop
Fix for . Indent the code sample lines properly.
2015-07-17 01:50:09 +08:00
Mawueli Kofi Adzoe
45d693e6d6 Add quick start example from website to README 2015-07-16 04:32:07 +00:00
Mawuli Adzoe
0564956fd6 Fix for . Indent the code sample lines properly. 2015-07-15 12:04:18 +00:00
Hubery
59b903d557 set DoRotate fname like xx.2013-01-01.2.log
fix fname,by extension to identify the file type on mac and windows.
2015-07-15 17:00:48 +08:00
Artem Nistratov
5612f61a93 fix 2015-07-08 17:42:00 +03:00
astaxie
3becd2e0d8 Merge pull request from wallclockbuilder/patch-1
Fix 
2015-07-08 12:38:48 +08:00
skycrab
8c0ad5ef88 fix example/chat i/o timeout 2015-07-06 21:12:03 +08:00
astaxie
079993b9f7 fix 2015-07-06 13:54:14 +08:00
astaxie
c15aaad85b Merge pull request from simman/develop
Update validators.go
2015-07-04 20:48:47 +08:00
SimMan
06b25deab2 Update validators.go
Support virtual operators paragraph 170!
2015-07-04 17:55:01 +08:00
Mawueli Kofi Adzoe
002302818d Fix
Package description uses same text as the README.
2015-07-01 04:17:53 +00:00
astaxie
a89f14d80d Merge pull request from oiooj/develop
fix FilterHandler crash issue
2015-06-19 11:43:15 +08:00
MrLee.Kun
87e8bcc9be fix FilterHandler crash issue
Filter Handler will crash with error assignment to entry in nil map , params from function Tree.Match() maybe nil.
2015-06-19 11:19:35 +08:00
MrLee.Kun
31e5edbdcf Merge pull request from astaxie/develop
pull from stable
2015-06-19 11:09:11 +08:00
astaxie
f7f390dfec fix v1.5.0 2015-06-16 14:53:38 +08:00
astaxie
8f7246e17b change to version 1.5.0 2015-06-15 23:49:13 +08:00
astaxie
c8f6e0f156 remove the hardcode in runtime.Caller 2015-06-15 20:53:49 +08:00
astaxie
0207caab6f keep the shortname for logs info/warn/debug 2015-06-15 20:44:14 +08:00
astaxie
d629c1d3d0 change the comments 2015-06-15 20:22:05 +08:00
astaxie
817650aa33 keep the short name for logs 2015-06-15 20:20:37 +08:00
astaxie
ba1232dfaf filter should be always the same 2015-06-14 18:35:46 +08:00
astaxie
64d4f6518b fix 2015-06-14 18:10:10 +08:00
astaxie
9f05db8475 Merge pull request from astaxie/revert-1211-revert-1210-develop
Revert "Revert "fix multiple filters execute issue""
2015-06-14 01:14:42 +08:00
astaxie
b275d7c6f5 Revert "Revert "fix multiple filters execute issue"" 2015-06-14 01:14:33 +08:00
astaxie
73770fbe22 Merge pull request from astaxie/revert-1210-develop
Revert "fix multiple filters execute issue"
2015-06-14 01:13:42 +08:00
astaxie
fc11169ee3 Revert "fix multiple filters execute issue" 2015-06-14 01:13:34 +08:00
astaxie
b54589fa9d Merge pull request from oiooj/develop
fix multiple filters execute issue
2015-06-14 01:08:51 +08:00
MrLee.Kun
2af0c569a5 The last filterFunc with returnOnOutput=ture won't be executed
ex:
	beego.InsertFilter("/*", beego.BeforeExec, FilterLoginCheck1,false)
	beego.InsertFilter("/*", beego.BeforeExec, FilterLoginCheck2)

In function  FilterLoginCheck1 , I'll write data via ResponseWriter, and w.started = true
FilterLoginCheck2 won't be executed, it should be.
2015-06-14 01:02:41 +08:00
MrLee.Kun
27b7a8f743 Merge pull request from astaxie/develop
Develop
2015-06-14 00:35:38 +08:00
astaxie
c143a6ec19 fix add Getfiles to support mulit file upload 2015-06-13 16:20:26 +08:00
astaxie
e619d83990 fix the filter router issues 2015-06-13 12:47:01 +08:00
astaxie
27b452cd95 Merge branch 'develop' of https://github.com/astaxie/beego into develop 2015-06-13 11:15:44 +08:00
astaxie
b776e43962 merge bat/httplib to httplib 2015-06-13 11:15:13 +08:00
astaxie
cb89cd577d Merge pull request from kongjian/develop
support eq&ne for orm
2015-06-13 10:54:47 +08:00
astaxie
6b777f0c5e Merge pull request from oiooj/develop
Don't overwrite the params from function  ValidRouter
2015-06-13 09:16:07 +08:00
MrLee.Kun
491238ce7d Don't overwrite the params from function ValidRouter
just add new params to context.Input.Params
2015-06-13 01:04:46 +08:00
astaxie
d9bb1a3592 logs support elasticsearch adapter 2015-06-13 00:25:48 +08:00
astaxie
9c6775c22c log default use synchro, and support async 2015-06-13 00:25:21 +08:00
astaxie
4d70b22f96 Merge pull request from ziyel/master
Let filter function get more params info from ctx.Input.Params
2015-06-11 14:38:19 +08:00
ziyel
d943d16d52 gofmt 2015-06-10 21:26:04 +08:00
空见
bbb6f31f16 support eq&ne for orm 2015-06-09 10:18:21 +08:00
astaxie
364cacf659 record the critical logs in Prod 2015-06-08 22:00:28 +08:00
astaxie
21586586ba Merge pull request from kongjian/develop
remove space after int()& add sort for commentsRouter file
2015-06-08 20:20:40 +08:00
空见
e1d7bc8826 remove space after int()& add sort for commentsRouter file 2015-06-08 17:25:46 +08:00
astaxie
499ee09d4b Merge pull request from zieckey/GetMulti
Add GetMulti method for Cache interface
2015-06-08 08:36:20 +08:00
weizili.build17
970f0b460c Add GetMulti method for Cache interface 2015-06-07 21:33:01 +08:00
astaxie
9280683935 Merge pull request from zieckey/auth
Execute AUTH command when the "password" is configured
2015-06-07 20:34:32 +08:00