Commit Graph

78 Commits

Author SHA1 Message Date
Ming Deng 650fde66aa Revert "Merge pull request #4254 from astaxie/develop-2.0"
This reverts commit e284b0ddae, reversing
changes made to 8ef8fd2606.
2020-11-26 17:48:29 +08:00
Ming Deng b4a85c8f13 Remove files 2020-08-16 23:09:19 +08:00
Ming Deng 261b704d8b Fix UT 2020-08-05 07:25:34 +00:00
cloudzhou 5a5482c77f
leak opened file
should defer file.Close()
2019-09-27 19:27:44 +08:00
hsht 8cfd7f5c19 email的Attach和AttachFile 的参数检查逻辑有误。len(args) < 1 && len(args) > 2 改为 len(args) < 1 || len(args) > 2 2019-06-28 20:09:23 +08:00
Guo 8748de95c7 fix:utils.GetGOPATHs() when go version equal or after go1.10 func does not return defaultGoPATH() 2019-04-30 06:43:25 +08:00
Jean Claude 6b62502b99 breaks rely on TestNewBeeMap 2018-08-01 10:24:39 +08:00
axetroy 08fb921053 test: Improve test case for utils/safemap, make it 100% cover 2017-12-01 01:04:15 +08:00
astaxie 1c32c011a1 fix misspell 2017-04-28 23:37:40 +08:00
astaxie aa8f7bc146 fix ineffectual 2017-04-28 22:36:28 +08:00
astaxie 52f916a28a support Go1.8 default GOPATH 2017-04-24 21:10:03 +08:00
Sergey Lanzman 856fde28dc add unconverted support 2017-03-17 19:45:30 +02:00
Faissal Elamraoui fe21305bb3 Removes redundant check if key exists in BeeMap 2016-12-29 11:11:39 +01:00
Faissal Elamraoui 75ec8d33a2 Rewrite safemap_test suite 2016-12-28 12:44:35 +01:00
Faissal Elamraoui d736d0ca87 Adds Count method to BeeMap struct
This adds a Count() method to BeeMap struct that returns the number of
items within the safe map.
2016-12-28 12:44:35 +01:00
rahal 9499b3eb90 Emailer : Should use config Username only if no From is provided.
Should fix the case where Username is not an email.
2016-09-27 16:21:41 +01:00
astaxie c16507607c fix #2161 2016-09-15 11:11:34 +08:00
astaxie 3672f96a9d fix the typo 2016-08-17 22:56:21 +08:00
JessonChan 53d680a493 rand func modify 2016-04-08 14:24:23 +08:00
JessonChan 2db8c753fd bee fix 2016-03-25 10:56:15 +08:00
miraclesu bf870eb9a2 mv mime.QEncoding.Encode logic to mail
it is named qEncode
2016-01-26 20:50:03 +08:00
miraclesu f26d360ec9 Fix vet fail 2016-01-26 14:54:36 +08:00
miraclesu 5930f27da7 Fix mail Chinese subject garbled bug 2016-01-25 22:55:40 +08:00
miraclesu 4de91f675d show from when Config from is empty 2016-01-25 22:29:45 +08:00
miraclesu a80feb00b8 Fix utils mail from field can't including Chinese bug 2016-01-25 18:15:08 +08:00
astaxie 918b9e510f fix the add tempfunc 2016-01-18 15:27:33 +08:00
astaxie da36d1d0e7 fix the wrong io.Writer 2016-01-18 00:03:39 +08:00
astaxie 90d1349665 fix typo 2016-01-17 23:48:17 +08:00
astaxie 9b2597be68 fix the mail send empty subject 2016-01-17 23:48:09 +08:00
astaxie 566aab4354 mail send support Address format 2016-01-17 22:49:02 +08:00
astaxie b90a28bafb Merge pull request #1546 from youngsterxyf/develop
fix #1530
2016-01-12 20:01:51 +08:00
youngsterxyf 0c48738841 for issue #1530, fix incompatible bug 2016-01-08 21:29:12 +08:00
astaxie 302b1ef7df fix the data 2016-01-08 15:52:57 +08:00
ysqi 4c0c0ec2a7 TplNames renamed TplName ,fix #1229,Remember modify bee tool. 2016-01-07 16:16:39 +08:00
astaxie 4823a0f114 remove the dead code 2015-09-17 23:47:26 +08:00
astaxie c6448727de golint utils 2015-09-14 23:35:13 +08:00
astaxie 5015614fdc golint pagination 2015-09-14 23:17:33 +08:00
astaxie 7b81617a95 golint captcha 2015-09-14 23:13:51 +08:00
astaxie 1d8afdc9c9 gofmt -s & go_vet 2015-05-25 09:10:34 +08:00
supiyun 1592e9c04d 验证码reload问题
当页面放置一段时间,验证码将从缓存中失效。当用户再来刷新验证码将出现验证码404。对于reload操作应该直接生成验证码。
2015-05-25 09:10:34 +08:00
Liu Peng b1efae6ff8 add missed LICENSE of captcha 2015-05-24 23:59:39 +08:00
Athurg Gooth d961ae4cd8 Fix RequestURI nil caused template parse failed
Sometime RequestURI is not set, e.g. running after a front proxy server.

We should always follow the document's directive, to use Request.URL instead of RequestURI.

Refer: http://golang.org/pkg/net/http/#Request
2014-12-25 11:23:04 +08:00
Athurg Gooth c52f634d9c Fix paginator attributes cannot be modified bug
We can only use SetPaginator to create a pagination.

After that, we always need to modify something, like the totalNum, perPageNum.

These change should be seen in the view.

So we should give the view a pointer than a object.
2014-12-11 16:42:50 +08:00
TossPig fc07419938 Update mail.go 2014-10-11 00:42:01 +08:00
TossPig d69eee23f0 添加错误返回
不知道英文区的人能否看懂Cnglish。。。
2014-10-11 00:38:31 +08:00
TossPig 41de7c7db6 fix
修改一个错误。
看到text/template包的写法,和你的想法是一致的。
2014-10-11 00:02:36 +08:00
TossPig 6a33647f30 修改参数类型
为了保持向后兼容,
2014-10-10 23:40:02 +08:00
TossPig e5134873be 支持发送邮件内嵌附件
为*Email.AttachFile和Email.Attach增加了一个参数"id".
当id不为空时,设置头部信息Content-Disposition为inline,并添加Content-ID头的值为id
2014-10-10 14:40:07 +08:00
Jens Bissinger 262665f4e5 Remove PaginationController interface and pass context instead. Refs #835. 2014-10-08 16:01:42 +02:00
Jens Bissinger 0b3763cc67 Cleanup pagination documentation. Refs #835. 2014-10-08 16:00:00 +02:00