877 Commits

Author SHA1 Message Date
xiabeifeng
8553a8b6b9 我的IDE在selected=true这个地方显示没有定义的属性值
网上查了查w3c,发现标准的用例使用的是selected="selected",而在js代码中使用selected=true来更改状态,具体可见下列网址:
1.在html标签中使用selected="selected"
    http://www.w3school.com.cn/tags/att_option_selected.asp
2.在js中使用selected=true
    http://www.w3school.com.cn/jsref/prop_option_selected.asp
2016-03-09 16:14:37 +08:00
joyqi
0d371d4816 fix the display method of plugin's personal options 2016-02-18 14:47:13 +08:00
joyqi
0082816f53 Merge pull request #439 from kookxiang/personal-config-fix
修正个人设置中插件接口错位的问题
2016-02-18 14:41:38 +08:00
kookxiang
26745edeb5 Fix personal config page style 2016-02-11 23:07:33 +08:00
祁宁
394b93bbd2 fix more split 2016-02-08 15:59:24 +08:00
joyqi
2903f6a191 fix #435 2016-01-28 15:31:11 +08:00
joyqi
59bc86ff46 upgrades plupload 2016-01-26 18:32:08 +08:00
joyqi
ed974cd9fe fix #316
fix #390
fix #430

add constants __TYPECHO_URL_PREFIX__ to custom global url prefix
2016-01-26 17:50:26 +08:00
joyqi
87a0479324 Merge pull request #387 from helone/patch-1
删除 Chrome Frame 的支持
2016-01-26 15:28:45 +08:00
joyqi
93a3bc5c4c remove php 5.2 2016-01-26 15:28:02 +08:00
joyqi
30cbefc453 Merge pull request #428 from ldsink/phpdoc
update PHPDoc comments
2016-01-26 15:08:15 +08:00
joyqi
2613916d15 Merge pull request #411 from mikeyzm/master
设置搜索归档缩略名
2016-01-26 15:07:33 +08:00
joyqi
55dff6347a Merge pull request #427 from ldsink/typo
修复 iconv 函数参数传递错误
2016-01-26 14:52:36 +08:00
joyqi
86ae20bfbb Merge pull request #425 from MioMioReimu/master
bugfix: In function 'treeViewCategoriesCallback' , the item Tag is hardcode w…
2016-01-26 14:50:51 +08:00
joyqi
44141c5727 Merge pull request #393 from tridays/master
修复检测不到 $_server['SERVER_PORT'] 导致无法访问后台的问题。
2016-01-26 14:48:56 +08:00
joyqi
d6fc7f182f fix array 2016-01-26 14:43:32 +08:00
joyqi
2200d86e8a fix new line 2016-01-26 12:55:22 +08:00
joyqi
1c140a563a fix array 2016-01-26 12:04:56 +08:00
joyqi
c58a9530b1 fix #416 2016-01-25 16:58:27 +08:00
joyqi
eca450855e fix #407 2016-01-25 16:37:16 +08:00
joyqi
43087d6370 Replace the markdown parse engine with HyperDown 2016-01-25 16:21:04 +08:00
zhoucheng
d10701f743 update phpdoc in Plugin 2015-12-23 17:57:11 +08:00
zhoucheng
3955ccd85b use space instead tab to vertically align code 2015-12-23 17:29:03 +08:00
zhoucheng
50b2b9c591 add phpdoc 2015-12-23 17:26:18 +08:00
zhoucheng
32249ab897 fix iconv function param error 2015-12-23 17:14:30 +08:00
tlm
e311837418 In function 'treeViewCategoriesCallback' , the item Tag is hardcode with 'li' . It should be replaced by itemTag. 2015-12-15 14:20:33 +08:00
joyqi
35d2908934 Merge pull request #422 from ldsink/master
update PHPDoc comments
2015-12-08 23:24:27 +08:00
ldsink
925daaeb63 constructors, the @return tag MAY be omitted here, in which case @return self is implied. 2015-12-08 21:50:59 +08:00
ldsink
a498669ad8 add excption throws 2015-12-08 21:42:02 +08:00
ldsink
e3cdc44edc process Widget 2015-12-08 21:36:13 +08:00
ldsink
1d1b79b6cf update PHPDoc comments 2015-12-08 21:19:36 +08:00
joyqi
1ccd804a40 Merge pull request #412 from JShadowMan/patch-1
Update Db.php
2015-11-14 14:34:38 +08:00
joyqi
6f6cf15674 Merge pull request #405 from shuax/master
typo fix
2015-11-14 14:31:29 +08:00
JShadowMan
a98472c1bb Update Db.php
注释一个错字?
2015-11-01 13:20:42 +08:00
unknown
cc622f9ccc 设置搜索归档缩略名 2015-10-31 15:33:46 +08:00
舒俊杰
6ad6511762 typo fix 2015-10-09 21:17:47 +08:00
joyqi
fe76665687 Merge pull request #394 from lizheming/master
Json.php 中的引用错误
2015-09-29 16:16:51 +08:00
祁宁
2666641560 add php 7 check 2015-09-08 11:44:33 +08:00
lizheming
37be2afa98 fix Json.php error 2015-08-29 16:24:04 +08:00
joyqi
b257d053f6 Merge pull request #331 from dseguy/master
去掉无用的变量
2015-08-27 21:38:06 +08:00
joyqi
ce8bb8c349 Merge pull request #373 from mikeyzm/master
删除乱入的<dt>标签
2015-08-27 21:34:11 +08:00
joyqi
9e2a8214a9 Merge pull request #388 from keyingkai/master
Update header.php
2015-08-27 21:33:43 +08:00
tridays
ae7b2f49b0 修复检测不到 $_server['SERVER_PORT'] 导致无法访问后台的问题。
修改了 /var/Typecho/Request.php:222 行。
2015-08-27 21:09:24 +08:00
keyingkai
f5944fa138 Update header.php
更换到支持https的js库(cdnjs),增强了https的支持
2015-08-03 09:20:18 +08:00
helone
6ef4219b2a 删除 Chrome Frame 的支持
Google Chrome Frame已于2014年2月25日正式停止维护与更新 https://zh.wikipedia.org/wiki/Google_Chrome_Frame
2015-07-29 16:03:57 +08:00
joyqi
3d4b7babb4 Merge pull request #379 from aneasystone/master
修复两个在SAE本地环境出现的bug
2015-06-27 22:18:37 +08:00
Desmond Stonie
53a2ce64b4 __TYPECHO_MB_SUPPORTED__ needs mb_get_info and mb_regex_encoding all exist 2015-06-27 12:41:22 +08:00
Desmond Stonie
e4e0ace9a9 in some SAE environment, SAE constants like SAE_MYSQL_DB have been defined but not been initialized 2015-06-27 12:39:01 +08:00
joyqi
5f72999a44 Merge pull request #375 from byends/patch-1
Update Contents.php
2015-06-01 10:45:37 +08:00
羽飞
2aaaf9df05 Update Contents.php
修复在插件调用执行config() 方法时,不存在 text  key 时有警告提醒
2015-05-30 19:53:03 +08:00