1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 13:23:27 +00:00
Commit Graph

3021 Commits

Author SHA1 Message Date
astaxie
d5fc0a4bda Merge pull request #82 from matrixik/master
Change: SetRotateMaxDay => SetRotateMaxDays
2013-06-25 04:08:51 -07:00
Dobrosław Żybort
3bcff77947 Change: SetRotateMaxDay => SetRotateMaxDays 2013-06-25 12:54:51 +02:00
astaxie
1521842d7a add static global function & add seocms example 2013-06-25 18:49:08 +08:00
astaxie
b04813e472 fix #80
add a function to delete default StaticPath
2013-06-25 17:21:19 +08:00
astaxie
9e41d93184 delete strcut map
I think if user should set field in controller, there's no need to have
thie feature
2013-06-25 16:44:53 +08:00
astaxie
309f2e199b add tag to 0.7.0 2013-06-25 11:42:18 +08:00
astaxie
26baf0f283 update docs for logs & DirectoryIndex 2013-06-25 11:36:25 +08:00
astaxie
23ff422826 if exist file then read lines err 2013-06-25 11:19:03 +08:00
astaxie
d99ae3e3a2 add logrotate's setting for rotate 2013-06-25 08:13:06 +08:00
astaxie
4b09175d27 fix error info tempalte's title 2013-06-24 23:59:06 +08:00
astaxie
512ddf8a70 fix small bug for not return 2013-06-24 23:56:53 +08:00
astaxie
73d45b150c log support file & logrotate 2013-06-24 23:24:33 +08:00
astaxie
c5a23d5cde fix #81 2013-06-24 23:24:33 +08:00
astaxie
3578bb3287 fix bug substr 2013-06-24 23:24:33 +08:00
astaxie
40c7b47c24 Merge pull request #76 from matrixik/patch-1
Update: README
2013-06-22 07:49:03 -07:00
Dobrosław Żybort
f56e7737ce Update: README 2013-06-22 13:17:50 +02:00
astaxie
86ddfe5375 Merge pull request #75 from matrixik/master
Small addition to supervisord en docs
2013-06-21 07:38:40 -07:00
Dobrosław Żybort
1c4d0d72ca Update: supervisord en docs 2013-06-21 15:47:58 +02:00
astaxie
20e101a42d Merge pull request #74 from matrixik/master
Clean and fix docs markdown
2013-06-21 01:59:53 -07:00
Dobrosław Żybort
10417dd6d5 Update: clean and fix README markdown 2013-06-21 10:40:58 +02:00
Dobrosław Żybort
541d7f71b9 Update: clean and fix docs markdown 2013-06-21 10:35:46 +02:00
Dobrosław Żybort
fdb94aeba0 Fix: install en docs links 2013-06-21 08:59:23 +02:00
astaxie
67511deea7 Merge pull request #73 from matrixik/master
Some docs updates
2013-06-20 07:28:19 -07:00
Dobrosław Żybort
43f588b5c1 Fix: session README 2013-06-20 15:25:39 +03:00
Dobrosław Żybort
cc6c84b317 Update: session README 2013-06-20 14:22:06 +02:00
Dobrosław Żybort
b68a37a115 Some updates to cache README 2013-06-20 13:58:35 +02:00
Dobrosław Żybort
b886ed59a5 Update cache docs 2013-06-20 14:37:26 +03:00
astaxie
3475685233 add Server info 2013-06-20 15:49:43 +08:00
astaxie
0abe3e2157 add build status 2013-06-19 22:27:27 +08:00
astaxie
25cf08159a Merge pull request #72 from Unknwon/master
documentation for hot update
2013-06-18 03:08:37 -07:00
Unknown
28d0738cd1 doc_en:hot update 2013-06-18 18:02:51 +08:00
astaxie
6a260ca76d Merge pull request #71 from yecrane/master
form获取相同名字的对象数组值
2013-06-17 01:03:04 -07:00
yecrane
27896c5700 Update controller.go
form获取相同名字的对象数组值
2013-06-17 16:12:35 +09:00
astaxie
384fa8fda9 Merge pull request #70 from luw2007/luw2007
fix jsonp, use Buffer
2013-06-13 18:50:26 -07:00
lw
5d531d3da6 fix jsonp, use Buffer 2013-06-14 09:39:56 +08:00
astaxie
ea756b68c4 Merge pull request #68 from luw2007/luw2007
feture: add jsonp
2013-06-13 02:43:33 -07:00
lw
06e002cf2c feture: add jsonp 2013-06-13 17:17:54 +08:00
astaxie
73f0f4f31f Merge pull request #59 from lunny/master
Add a basic map for url params to controller properties.
2013-06-12 08:48:43 -07:00
astaxie
b2abb4eb80 fix #66 2013-06-11 23:31:40 +08:00
astaxie
951881b96d update typo 2013-06-07 23:36:01 +08:00
astaxie
832f160cc8 update 2013-06-07 23:33:45 +08:00
astaxie
2bbd21ab07 update docs for hotupdate 2013-06-07 22:45:58 +08:00
astaxie
455367769e support hot-update 2013-06-07 17:48:14 +08:00
Lunny Xiao
f20ad0916f bug fix 2013-06-04 19:45:48 +08:00
astaxie
be9290364d Merge pull request #62 from coderhaoxin/master
add .gitignore file
2013-06-01 00:39:52 -07:00
haoxin
4577bfb980 add git ignore file 2013-06-01 13:31:14 +08:00
Lunny Xiao
65041aae71 remove nonuse parseForm and change the StructMap's params 2013-05-31 14:07:06 +08:00
Lunny Xiao
8b7cba037e add url params -> controller's member feature 2013-05-28 16:43:23 +08:00
Lunny Xiao
2dee30183d add structmap function for controller 2013-05-28 13:58:42 +08:00
astaxie
4fc49b5803 Merge pull request #58 from yecrane/master
修改redis重启后不会自动连接
2013-05-22 07:28:34 -07:00