astaxie
4f4f7ce257
beego: fix the router for *.* with other regexp
2014-09-04 21:58:17 +08:00
astaxie
0692f92890
Merge branch 'develop' of https://github.com/astaxie/beego into develop
2014-09-02 14:42:02 +08:00
astaxie
41adcf9966
change the version 1.4.0 to 1.4.1
2014-09-02 14:41:14 +08:00
astaxie
e6b42a4070
Merge pull request #787 from francoishill/patch-21
...
Proposal for adding a ":" for stack trace printout
2014-08-31 08:52:32 +08:00
Francois
bc4780091b
Proposal for adding a ":" for stack trace printout
...
Mainly useful for Sublime users with goto anything.
2014-08-30 21:27:21 +02:00
astaxie
d8614e80e7
beego: update the Url to Path
2014-08-30 22:22:23 +08:00
astaxie
c83a2a0925
modify the comments
2014-08-28 10:21:32 +08:00
astaxie
50a21d60c1
apiauth add more comments & improve
2014-08-28 10:05:02 +08:00
astaxie
5a087b28d2
aws api auth plugins
2014-08-28 00:25:50 +08:00
astaxie
9b40271878
fix the less `
2014-08-27 15:53:08 +08:00
astaxie
770dc702f0
Merge pull request #782 from francoishill/patch-19
...
Extra field if username is empty
2014-08-27 15:36:07 +08:00
astaxie
e146100a23
Merge pull request #783 from francoishill/patch-20
...
Typo in the printout of some level's prefixes
2014-08-27 15:35:31 +08:00
Francois
2d94f7797b
Type in the printout of each level's prefix
2014-08-26 14:03:03 +02:00
Francois
61ce608847
Update smtp.go
2014-08-26 12:47:05 +02:00
astaxie
2fe559701c
fix the import
2014-08-26 15:43:18 +08:00
astaxie
37fe175c26
Merge pull request #776 from devYu/master
...
udpate ini.go
2014-08-26 14:43:20 +08:00
astaxie
fcc9d8c45f
Merge pull request #778 from francoishill/patch-15
...
Update file.go
2014-08-26 14:42:52 +08:00
astaxie
e51a9d6481
Merge pull request #779 from francoishill/patch-17
...
Print error if occurred in WriteMsg
2014-08-26 14:42:05 +08:00
astaxie
e9a1daa3ee
Merge pull request #780 from francoishill/patch-18
...
Allow mail with self-signed certificates
2014-08-26 14:41:36 +08:00
Francois
44ea260db1
Allow mail with self-signed certificates
...
For more information, refer to https://groups.google.com/forum/#!topic/golang-nuts/c9zEiH6ixyw
2014-08-26 06:52:18 +02:00
Francois
1d1ad69954
Print error if occurred in WriteMsg
2014-08-26 06:37:35 +02:00
Francois
59773dfabe
Update file.go
...
New pull request for "Panic sometimes occurs at time 00h00 on windows, then the app crashes."
2014-08-26 06:25:59 +02:00
xianyu
ccb61f0416
gofmt
...
Signed-off-by: devYu <devysq@gmail.com>
2014-08-25 21:31:53 +08:00
老虞
14629c214b
优化GetData
...
1. 去掉重复的ToLower
2. getData内部统一ToLower
3.调整getData中对空字符串判断位置
====
4. 待确定:在getData中是否有必要进行lock操作
2014-08-25 20:14:14 +08:00
astaxie
a3888cef7f
fix the comments for the \d
2014-08-25 19:48:02 +08:00
astaxie
f6a1a6c9bf
Merge pull request #773 from lei-cao/develop
...
Added data table admin ui
2014-08-25 07:32:07 +08:00
Lei Cao
38ee43701d
remove http:
2014-08-25 01:40:23 +08:00
Lei Cao
421b796f1a
Added data table admin ui
2014-08-25 01:37:11 +08:00
astaxie
771179a3c6
Merge pull request #769 from JessonChan/develop
...
improve and typo fixed
2014-08-23 09:46:43 +08:00
JessonChan
c07b1d881b
typo fixed
2014-08-23 07:07:12 +08:00
JessonChan
d8f2b05e08
improve the code and delete NO NEED URL CHECK
2014-08-23 07:02:47 +08:00
JessonChan
7b2fe824d5
typo fixed
2014-08-23 06:48:40 +08:00
JessonChan
02301caac1
modify desc
2014-08-23 06:47:42 +08:00
astaxie
98c2307763
Merge pull request #767 from JessonChan/develop
...
bug fixed
2014-08-22 22:02:40 +08:00
JessonChan
485c2e865c
bug fixed
2014-08-22 17:43:05 +08:00
JessonChan
b390667374
Merge remote-tracking branch 'upstream/develop' into develop
...
Conflicts:
httplib/httplib.go
2014-08-22 17:39:57 +08:00
jessonchan
f684de2385
fixed bug-request dump too early
2014-08-22 17:12:46 +08:00
astaxie
35b4022ee0
httplib: set the default proto
2014-08-22 17:03:56 +08:00
astaxie
77294a5881
utils: fix the SliceIntersect
2014-08-22 16:50:07 +08:00
jessonchan
7b39bd7042
refactor
2014-08-22 16:43:42 +08:00
astaxie
01e4084587
toolbox: fix the go routine asleep
2014-08-22 13:56:36 +08:00
astaxie
bf429a3a20
Merge pull request #762 from pdf/pointer_field_support
...
Add support for basic type pointer fields
2014-08-22 13:41:58 +08:00
astaxie
f8ff79d77d
Merge pull request #764 from smallfish/master
...
Update README
2014-08-22 13:41:01 +08:00
陈小玉
e9487d3571
Update README
2014-08-22 13:32:54 +08:00
Peter Fern
d7c3727f96
Add support for basic type pointer fields
...
Allows models like:
```
type User struct {
Id int64
Name string
Email *string `orm:"null"`
}
```
This helps a lot when doing JSON marshalling/unmarshalling.
Pointer fields should always be declared with the NULL orm tag for sanity, this
probably requires documentation.
2014-08-22 14:25:32 +10:00
astaxie
03eb1fc104
toolbox: add notify when add & delete task
2014-08-21 15:56:41 +08:00
astaxie
0a967875da
Merge pull request #757 from smallfish/develop
...
Add new function SetBasicAuth, and update README
2014-08-21 09:01:45 +08:00
陈小玉
6ae8bc1a16
Update README
2014-08-21 00:08:08 +08:00
陈小玉
e70537f8b3
Update README
2014-08-21 00:03:03 +08:00
smallfish
9a583323a8
Add SetBasicAuth function for HTTP Auth
2014-08-20 23:36:58 +08:00