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

771 Commits

Author SHA1 Message Date
astaxie
b9fdbdf7b5 use StopRun to terminate the execution 2013-12-16 23:22:15 +08:00
astaxie
436f9a7468 move session init before static 2013-12-16 22:56:35 +08:00
astaxie
f8708d01bf update abort & error show & sessionRelease in defer 2013-12-16 22:54:29 +08:00
astaxie
7fd18ba639 modify in the autorouter's Render #377 2013-12-16 11:46:54 +08:00
astaxie
55f638ac78 Merge pull request #377 from vadimi/master
Panic template execution errors to show error pages accordingly
2013-12-15 19:44:54 -08:00
vadimi
31f862c526 Panic template execution errors to show error pages accordingly 2013-12-15 13:17:27 -05:00
astaxie
505fca93c3 change version from 0.9.9 to 1.0.0 RC1 2013-12-15 21:54:57 +08:00
astaxie
849dbddc5a filterfunc name 2013-12-15 21:44:58 +08:00
astaxie
d24fbe8426 add tips for listconf 2013-12-15 21:33:44 +08:00
astaxie
f841b5962b Merge pull request #375 from pengfei-xue/devel
add do_filter func to reduce duplicated code
2013-12-15 05:25:46 -08:00
astaxie
f26c19052d add listconf fix #351 2013-12-15 21:22:50 +08:00
Pengfei Xue
72af5ce582 add do_filter func to reduce duplicated code 2013-12-15 21:02:28 +08:00
astaxie
aea3c68c98 add debug print func! fix #278 2013-12-15 20:32:32 +08:00
astaxie
8368360aec Merge pull request #372 from francoishill/master
Gzip support for static files, see https://github.com/smithfox/beego
2013-12-15 00:39:18 -08:00
astaxie
a5029cc4ca Merge pull request #370 from slene/master
fix set maxlifetime, close conn
2013-12-15 00:30:37 -08:00
Francois
9995168f9a Update router.go 2013-12-14 20:35:57 +02:00
Francois
02eacb8e95 Update config.go 2013-12-14 20:34:27 +02:00
Francois
2a4459b98b Create memzipfile.go 2013-12-14 20:33:12 +02:00
slene
d48b7e0101 #369 set maxlifetime, close conn 2013-12-14 23:33:24 +08:00
astaxie
495033b977 fix #366 2013-12-13 21:25:32 +08:00
astaxie
9c164408d3 Merge pull request #365 from yaofangou/master
add convertor for cache
2013-12-12 18:43:41 -08:00
mingqi.zhou
9f2327ee57 Merge remote-tracking branch 'astaxie.beego/master' 2013-12-13 10:07:21 +08:00
mingqi.zhou
68f2a5ddc7 add convertor for cache 2013-12-13 10:00:24 +08:00
astaxie
b1374b6a08 move safemap to utils & add many helpful slice function 2013-12-12 22:40:29 +08:00
astaxie
19119e99f7 move utils to utils libs & func move to templatefunc 2013-12-12 22:25:08 +08:00
astaxie
d603a6714d add more tips for admin 2013-12-12 21:51:25 +08:00
astaxie
c8724d40d2 Merge pull request #362 from kyle-wang/master
rename some function name under /utils
2013-12-12 05:51:06 -08:00
kyle
9ff937591b rename some function name under /utils
change the function name to common english word
2013-12-12 19:30:44 +08:00
astaxie
3c92cce9f4 update httplib to support setcookie 2013-12-12 15:23:17 +08:00
astaxie
fd78ea5c4a set cookie to zero 2013-12-12 10:43:13 +08:00
astaxie
c3c49e9172 Merge pull request #360 from shxsun/master
add some func to beego/utils
2013-12-11 18:08:04 -08:00
skyblue
a43a1be0b4 add some useful func 2013-12-11 22:18:45 +08:00
slene
98d1f79ca4 Merge pull request #359 from wangkechun/patch-1
Update README.md
2013-12-11 04:52:44 -08:00
e纯
c3fcc72969 Update README.md 2013-12-11 20:50:41 +08:00
astaxie
efd285a6c4 update httplib support https 2013-12-10 22:01:50 +08:00
astaxie
3a0b2e3b95 beego config module json support get data like key:🔑:key 2013-12-10 18:09:58 +08:00
astaxie
34ba7a8e6c update file cache 2013-12-10 14:10:22 +08:00
astaxie
b733b98408 for init if doesn't have app.conf will not panic 2013-12-10 00:17:22 +08:00
astaxie
b97d9896a4 update config to change section . to :: 2013-12-09 23:54:35 +08:00
skyblue
52ebaece73 add other utils 2013-12-09 16:01:24 +08:00
astaxie
690ecb8168 Merge pull request #353 from shxsun/master
initial utils dir
2013-12-08 21:45:11 -08:00
skyblue
830ccb6660 initial utils dir 2013-12-09 13:30:19 +08:00
astaxie
4fa625dea6 default app HttpAddr should none 2013-12-07 17:22:57 +08:00
astaxie
ce8a1be8d9 change syscall package to os.Kill 2013-12-07 16:52:39 +08:00
astaxie
1ea18adce8 add default mime type to fix #341 2013-12-07 15:16:32 +08:00
astaxie
35d15b8977 fix #350 2013-12-07 14:47:20 +08:00
astaxie
48ad0202bf update some tips 2013-12-07 13:26:28 +08:00
astaxie
2220968a01 Merge pull request #347 from odiel/master
Adding template functions to generate JS and CSS tags
2013-12-06 08:08:22 -08:00
odiel
1611476288 Update template.go
Adding assets_js, assets_css template functions
2013-12-06 10:36:56 -05:00
odiel
0bdd400fe7 Update utils.go
Adding Assets functions for the template, to generate HTML tags for JS and CSS
2013-12-06 10:36:12 -05:00