Code Monkey home page Code Monkey logo

anyweb's Introduction

foolin

Automatically exported from code.google.com/p/foolin

anyweb's People

Watchers

 avatar

anyweb's Issues

开发任务

功能点:XXXXX

输入:

业务处理(算法):

输出:




Original issue reported on code.google.com by [email protected] on 9 May 2009 at 4:08

再new一个测试

What steps will reproduce the problem?
1.
2.
3.

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


Please use labels and text to provide additional information.

Original issue reported on code.google.com by [email protected] on 22 May 2009 at 4:01

用户管理模块---删除用户流程问题

目前我们系统删除用户流程是,必须先冻结用户,然后在冻��
�列表中才可以删除用户。建议在用
户列表页面的左下方作出一个提示,提醒用户通过冻结,才��
�进行用户的删除操作。

Original issue reported on code.google.com by [email protected] on 30 May 2009 at 3:41

用户管理功能--更改权限后的问题

例如我用vegaliming登陆,密码见数据库。然后我将vegaliming的权
限从超级管理员,修改成
普通用户,并且保存设置后,应该强行将用户注销掉。让他��
�新登陆然后以普通用户登陆后台。

现在系统是即是修改了权限,只要不退出,我仍然还是超级��
�理员,可以对系统作出任何的修
改。

Original issue reported on code.google.com by [email protected] on 30 May 2009 at 3:32

用户管理模块 两次密码为空时 提示错误的信息

What steps will reproduce the problem?
1. 登陆后台管理(superuser)
2. 用户管理->添加新用户
3. 填写好用户资料后,密码留空,然后点击保存

问题:系统提示两次密码不相同!

What is the expected output? What do you see instead?
系统提示密码不能为空,请重新输入

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 22 May 2009 at 2:05

3月23号准备第一轮覆盖测试

各位开发人员请注意,3月23号我们将发布第一个测试版本供��
�试人员测试。

请大家注意

建议大家统一采用gmai邮箱,然后加入到讨论组
当前网址:
http://groups.google.com/group/anywebteam
当前电子邮件地址:
[email protected]

这样AnyWeb的所有工作就会放入到gmail邮箱中,有时SVN更新邮件
较多,不知道会不会影响各
位其他邮箱的正常使用。如果大家觉得没有问题,那么可以��
�续使用这个方式。

现在google是可以支持账号转换,只要你创建一个gmail邮箱,就
可以直接将原账号改成gmail
后缀了。

另外现在QQ邮箱也支持对Gmail邮件的收发,因此用起来应该挺�
��便



Original issue reported on code.google.com by [email protected] on 18 Mar 2010 at 2:26

后台管理模块---新增用户报错

What steps will reproduce the problem?
1.按照附件内容进行添加一个用户
2.点击报错,弹出以下错误




报错内容
“/”应用程序中的服务器错误。
---------------------------------------------------------------------------
-----

运行时错误 
说明: 
服务器上出现应用程序错误。此应用程序的当前自定义错误��
�置禁止远程查看应用程序错
误的详细信息(出于安全原因)。但可以通过在本地服务器计算
机上运行的浏览器查看。 

详细信息: 
若要使他人能够在远程计算机上查看此特定错误信息的详细��
�息,请在位于当前 
Web 应用程序根目录下的“web.config”配置文件中创建一个 
<customErrors> 标记。然后
应将此 <customErrors> 标记的“mode”属性设置为“Off”。


<!-- Web.Config 配置文件 -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


注释: 通过修改应用程序的 <customErrors> 
配置标记的“defaultRedirect”属性,使之指
向自定义错误页的 
URL,可以用自定义错误页替换所看到的当前错误页。


<!-- Web.Config 配置文件 -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" 
defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>


Original issue reported on code.google.com by [email protected] on 30 May 2009 at 4:08

Attachments:

test email

What steps will reproduce the problem?
1.sdfsdf
2.sdfsdf
3.sdfsdf

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

sdfsdfsdf
Please use labels and text to provide additional information.
sdfsdfsdfsdf

Original issue reported on code.google.com by [email protected] on 22 May 2009 at 2:47

后台管理模块--新建用户报错后,产生的新问题

创建用户报错后,我可以在用户列表中发现此新建用户,但��
�击冻结后,系统报错。错误信息如
下:


“/”应用程序中的服务器错误。
---------------------------------------------------------------------------
-----

运行时错误 
说明: 
服务器上出现应用程序错误。此应用程序的当前自定义错误��
�置禁止远程查看应用程序错
误的详细信息(出于安全原因)。但可以通过在本地服务器计算
机上运行的浏览器查看。 

详细信息: 
若要使他人能够在远程计算机上查看此特定错误信息的详细��
�息,请在位于当前 
Web 应用程序根目录下的“web.config”配置文件中创建一个 
<customErrors> 标记。然后
应将此 <customErrors> 标记的“mode”属性设置为“Off”。


<!-- Web.Config 配置文件 -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


注释: 通过修改应用程序的 <customErrors> 
配置标记的“defaultRedirect”属性,使之指
向自定义错误页的 
URL,可以用自定义错误页替换所看到的当前错误页。


<!-- Web.Config 配置文件 -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" 
defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>


Original issue reported on code.google.com by [email protected] on 30 May 2009 at 4:10

Test01

What steps will reproduce the problem?
1.
2.
3.

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


Please use labels and text to provide additional information.

Original issue reported on code.google.com by [email protected] on 2 Apr 2010 at 3:11

后台管理模块--登陆用户名显示

当我登陆系统后,系统没有提示目前我是以哪个用户名登陆��
�。因此我进入后台,操作了一段时
间后,我自己都忘记了,我用哪个用户名登陆了。

Original issue reported on code.google.com by [email protected] on 30 May 2009 at 3:38

畅销大礼包

开发畅销大礼包功能

请付灵确认需求,两天内提供实际开发方案供茂哥评审(可��
�口头描述),我随机参与。

希望能够在本周内完成此功能,请付灵安排好时间,如果有��
�何疑问马上联系我或者茂哥。

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

Attachments:

后台管理模块--被冻结的用户,仍然能进行系统操作

What steps will reproduce the problem?
1.用vegaliming登陆,然后冻结自己
2.进行系统的除注销外的任何操作

结果发现,vegaliming仍然能在系统进行任何操作,而且是成功D
。

流程整改:
方案1:当前登陆用户一被冻结,马上执行注销操作。并且在�
��结提示框,增加一个提示,是否冻
结当前操作用户,如果是,您将马上被注销,账号被冻结。��
�果冻结非登陆用户,只需提示是否
冻结此账户即可。

方案2:当前登陆用户不能对自己进行冻结。但能够对自己同�
��级别的用户,或者权限等级低于自
己的用户进行冻结。

Original issue reported on code.google.com by [email protected] on 30 May 2009 at 3:52

新账号测试

自己内部测试,看看能否将这个工作只拍到我自己邮箱。

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

基团网页面切图

1.付灵编写切图要求文档
2.先创切图

预计周六前完成此事宜,周一正式开始测试系统。

注意事项
a.先创如果了解任务后,请将此工作话题状态(status)改为sta
rted.完成后就将状态改为
wait-test即可。稍后验证通过,我们就会将这项工作置为finished
,结束此工作。

Original issue reported on code.google.com by [email protected] on 26 Mar 2010 at 4:25

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.