GithubHelp home page GithubHelp logo

stblog's People

stblog's Issues

后台分类与标签管理bug

后台分类与标签管理中:

添加分类或者标签时如果没有填写缩略名,而分类名或者标��
�名是中文的,提交之后,缩略名自动变成与分类或者标签名�
��同,在修改的时候提示“缩略名 
仅能由字母/数字/下划线/横线组成.”

建议:如果没填缩略名时 
设置缩略名为分类或者标签名的拼音

Original issue reported on code.google.com by [email protected] on 26 Jul 2010 at 3:03

比较关注的几个问题

一,管理员发布后,文章无法进入审核状态,保存并编辑后��
�章虽然前台页面上不显示了,但还是可以直接通过url访问。
二、登录后没有登出功能

Original issue reported on code.google.com by [email protected] on 3 Nov 2010 at 3:29

后台评论管理,分页出现BUG

What steps will reproduce the problem?
1. 当垃圾评论数目参考10条时,并不显示分页
2.
3.

What is the expected output? What do you see instead?

应该显示正常分页。

Original issue reported on code.google.com by huyanggang on 22 Jun 2010 at 12:21

在线编辑主题存在的BUG

当在线编辑主题时,博客会自动过滤一些敏感标签,如<script>
。

此BUG会导致:当在博客后台在线编辑主题后,前台某些Javascri
pt因过滤而失效。


Original issue reported on code.google.com by huyanggang on 10 May 2010 at 8:46

用户注册验证有2个bug

1) 
后台添加用户时验证算法错误,始终报昵称/邮箱已经存在错误
(它们并不已经存在
有),看了下代码,发现错误在users_mdl.php的第154行,intval($value)去�
��intval()
函数,昵称/邮箱的值不会为0吧,但我更纳闷这个条件去查询会�
��回存在记录
2) 即使用户名已经存在也不会提示错误信息, 
add-user.php模板26行, name改为uname

BLOG程序不错,继续体验

Original issue reported on code.google.com by [email protected] on 9 Apr 2010 at 6:22

C++代码的%后面紧跟数字会被过滤

这么一句话
result[j] = result[j]%10;
提交的时候,总是会把%10去掉。
如果修改为
result[j] = result[j] % 10;
那就没有问题。
在进行C/C++开发时候,输出格式符真的很重要呀。
开始我以为是synatxhighlighter的问题 后来跑到
http://www.cnsaturn.com/pages/guestbook#comment-280   留言反映问题 
发现我的
留言也被过滤了  呵呵 



我采用的STBlog是最新的版本。

Original issue reported on code.google.com by [email protected] on 27 May 2010 at 2:00

管理:“基本设置”页中无法保存设置

此问题出自于:STBlog/application/views/admin/settings_general.php代码��
�77行
<ul class="typecho-option">
    <li>
    <label class="typecho-label" for="offline_reason">
    站点关闭原因</label>
    <textarea id="offline_reason" name="offline_reason">
    <?php echo set_value('offline_reason',$offline_reason); ?>
    </textarea>
    <p class="description">
    告诉读者为何关闭你的站点,仅在站点关闭时有效.</p>
    </li>

最后缺少闭标签</ul>

Original issue reported on code.google.com by [email protected] on 17 Mar 2011 at 5:22

一些BUG与建议~

【BUG】

版 本:STBlog 0.1.2

操作系统:Windows XP SP3 / 浏览器:IE8

1、Ckeditor编辑器切换到HTML模式按“Backspace”键显示JS出错;��
�码无法换行,过长的行被隐藏;编辑器操作不灵活,建议更�
��为 http://bbs.bbsmax.com 的帖子发布的编辑器,很精致

很美观。

2、“静态缓存”默认为关闭状态,但还会生成缓存文件。

3、撰写新文章页的日期不准确。

4、编辑网站外观的 footer.php 文件保存后出现乱码,</body> 
上方的JS脚本全变成 [re..] 代码。

5、后台 -> 
设置,没有提交按钮,最下面的2个上传文件选项向右浮动了�
��

===========================================================================

【强烈建议】

1、把“文章”与“独立页面”的数据表独立开来。

2、关于Ckeditor编辑器建议更换为 http://bbs.bbsmax.com 
的帖子发布的编辑器。

3、增加文章阅读次数统计。

4、希望前台界面可以再精致美观一些,有的挨得太近,有的�
��离得太远,例如:首页日志的 Tags: ... 
与下方的标题距离太小了。

5、右侧栏的“关于博客”这一块的内容可以在后台修改。

6、增加可以在后台添加友情链接。

7、日志与评论的RSS功能加一个开关。

8、在发布文章下方的标签输入框旁加个提示多个标签请用半�
��符逗号“,”隔开(不包括双引号)。

9、增加自动截取文章摘要功能。

===========================================================================

!:好了,先这些吧,希望STBLOG是一个简约而不简单而且最��
�特的BLOG系统。

Original issue reported on code.google.com by [email protected] on 5 Dec 2010 at 12:12

后台一点登陆就出现404?

经过什么样的步骤会产生此问题?
1.config文件默认的$config['uri_protocol']  = 
"PATH_INFO";本地开发是一切正常的,但是新租地一个万网的空��
�,好像不支持这个参数,我就换成其他的。QUERY_STRING和ORIG_PA
TH_INFO,更是连前台的路由都没效果,只显示首页。唯独AUTO和
REQUEST_URI前台一切正常。
2.但是后台一点登陆就出现404
/test.com/admin/login?ref=%2Fadmin%2Fdashboard        
404 Page Not Found
The page you requested was not found.

请问怎样可以修复这个问题?

Original issue reported on code.google.com by [email protected] on 23 Mar 2012 at 7:08

同一用户同时多次登录会导致错误

RT──
用一个账号同时两个地方登录会导致错误并且再无法进入了��
�除非删除掉session表里
的值..

Original issue reported on code.google.com by yang723300 on 14 Apr 2010 at 1:12

建议:

建议:
1、我觉得最关键的还是写出主题的相关教程
2、快要发布正式版的时候最好开发个安装程序……毕竟很多�
��不太喜欢手动安装
3、就如saturn说的。建立这个博客的官方站,让更多的人做出�
��献。

我先下去试试了
我WP玩腻了……

Original issue reported on code.google.com by [email protected] on 17 Mar 2010 at 1:52

小问题

1.用wysiwyg编辑器给语法高亮的代码添加摘要break,显示会有问
题
2.编辑器语法高亮界面需要汉化
3.待续

Original issue reported on code.google.com by [email protected] on 10 Apr 2010 at 8:42

IE浏览器兼容问题

经过什么样的步骤会产生此问题?
1.在Linux服务器下,IE访问后台,后台登录页面样式乱了;有 
window2003服务器下,后台登录页面样式显示正常
2.在Linux、window2003服务器下IE7中后台基本设置页面保存按钮无
法显示,FF显示正常。

应该产生什么样的结果? 而您却得到什么结果?


您使用的是什么版本? 在什么操作系统(版本)上?
window2003服务器,IE7浏览器。 CI:1.7.2版本。

如果有其它的信息,请在此附上.


Original issue reported on code.google.com by [email protected] on 8 Dec 2010 at 2:58

首页显示的文章没有阅读全文?

我安装了stblog 0.1.2 
后,首页显示的一篇很长的文章,没有出现“阅读全文”的��
�
接,导致首页被拉得很长,会有可能是什么原因呢

Original issue reported on code.google.com by [email protected] on 17 May 2010 at 4:57

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.