Project Stormwind way to explore https:https://cdn.v2ex.com/navatar/bbcb/ff5c/405_normal.png?m=1419839771 https:https://cdn.v2ex.com/navatar/bbcb/ff5c/405_large.png?m=1419839771 2020-02-26T16:07:20Z Copyright © 2010-2018, V2EX workspace 什么时候下线了吗? tag:www.v2ex.com,2020-02-27:/t/648194 2020-02-27T16:01:56Z 2020-02-26T16:07:20Z cppgohan member/cppgohan https://workspace.v2ex.com/
没法访问了 ]]> 用 Google 帐号登录的 V2EX,怎么登录到 Workspace 工作空间? tag:www.v2ex.com,2014-07-29:/t/125109 2014-07-29T09:24:57Z 2015-08-24T08:44:02Z ecoart member/ecoart 为啥不能删除项目? tag:www.v2ex.com,2014-02-24:/t/101678 2014-02-24T14:33:21Z 2014-02-24T14:30:21Z cevincheung member/cevincheung 在 workspace 里添加团队成员时报错 tag:www.v2ex.com,2014-01-14:/t/96998 2014-01-14T10:31:04Z 2014-01-13T12:09:08Z wdd2007 member/wdd2007 livid

Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/tornado/web.py", line 1141, in _when_complete
callback()
File "/Library/Python/2.7/site-packages/tornado/web.py", line 1162, in _execute_method
self._when_complete(method(*self.path_args, **self.path_kwargs),
File "/www/workspace/workspace/security.py", line 44, in wrapper
return method(self, *args, **kwargs)
File "/www/workspace/workspace/handlers/desktop/project/team/__init__.py", line 124, in post
self.store.flush()
File "/Library/Python/2.7/site-packages/storm/store.py", line 501, in flush
self._flush_one(obj_info)
File "/Library/Python/2.7/site-packages/storm/store.py", line 538, in _flush_one
result = self._connection.execute(expr)
File "/Library/Python/2.7/site-packages/storm/databases/mysql.py", line 88, in execute
result = Connection.execute(self, statement, params)
File "/Library/Python/2.7/site-packages/storm/database.py", line 241, in execute
raw_cursor = self.raw_execute(statement, params)
File "/Library/Python/2.7/site-packages/storm/database.py", line 374, in raw_execute
self._run_execution(raw_cursor, args, params, statement)
File "/Library/Python/2.7/site-packages/storm/database.py", line 388, in _run_execution
self._check_disconnect(raw_cursor.execute, *args)
File "/Library/Python/2.7/site-packages/storm/database.py", line 454, in _check_disconnect
return function(*args, **kwargs)
File "/Library/Python/2.7/site-packages/MySQLdb/cursors.py", line 205, in execute
self.errorhandler(self, exc, value)
File "/Library/Python/2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (1364, "Field 'last_signin' doesn't have a default value") ]]>
在 New Feeds 中点击带@的用户名报 None 错误 tag:www.v2ex.com,2013-12-04:/t/91873 2013-12-04T16:14:33Z 2013-12-03T16:11:33Z thwawar member/thwawar 1. 在New Feeds中Post一条Message
2. 点击上条Message中的Reply连接再发一条Message
3. 最后点击恢复中 @ 的用户名报如下错误:
http://paste.ofcode.org/AciKxF6zSSUk8i2faP4nuX

``` python
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1141, in _when_complete
callback()
File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1162, in _execute_method
self._when_complete(method(*self.path_args, **self.path_kwargs),
File "/www/workspace/workspace/security.py", line 44, in wrapper
return method(self, *args, **kwargs)
File "/www/workspace/workspace/handlers/desktop/project/team/__init__.py", line 184, in get
self.finalize('project/team/member', 'html')
File "/www/workspace/workspace/handlers/desktop/__init__.py", line 49, in finalize
self.write(template.render(self.values))
File "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py", line 969, in render
return self.environment.handle_exception(exc_info, True)
File "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py", line 742, in handle_exception
reraise(exc_type, exc_value, tb)
File "/www/workspace/workspace/templates/desktop/project/team/member.html", line 1, in top-level template code
{% extends 'desktop/common/layout1.html' %}
File "/www/workspace/workspace/templates/desktop/common/layout1.html", line 1, in top-level template code
{% extends 'desktop/common/layout0.html' %}
File "/www/workspace/workspace/templates/desktop/common/layout0.html", line 31, in top-level template code
{% block single %}{% endblock %}
File "/www/workspace/workspace/templates/desktop/common/layout1.html", line 31, in block "single"
<div id="Content">{% block content %}
File "/www/workspace/workspace/templates/desktop/project/team/member.html", line 6, in block "content"
<div class="header"><div class="fr">{% if profile.owner.id == member.id %}<a href="/profile/update"><img src="http://www.v2ex.com/static/img/edit.png" border="0" /></a>{% endif %}</div><a href="/project/{{ project.name }}/team" class="black">{% trans %}Team{% endtrans %}</a> <img src="http://www.v2ex.com/static/img/gt.png" align="absmiddle" /> {{ profile.owner.username }}</div>
File "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py", line 397, in getattr
return getattr(obj, attribute)
UndefinedError: 'None' has no attribute 'owner'
``` ]]>
有多少人用“工作空间”? tag:www.v2ex.com,2013-05-22:/t/69833 2013-05-22T13:46:08Z 2013-05-22T13:46:08Z mozii member/mozii Workspace只有网页版么? tag:www.v2ex.com,2013-04-20:/t/66475 2013-04-20T20:06:13Z 2013-04-20T20:06:13Z TigerS member/TigerS
还是说只有网页版的 ]]>
workspace => 文件共享 => 上传文件错误 tag:www.v2ex.com,2012-09-21:/t/48446 2012-09-21T18:13:05Z 2012-09-21T19:47:14Z venmos member/venmos File "/usr/lib/python2.6/site-packages/tornado/web.py", line 988, in _execute
getattr(self, self.request.method.lower())(*args, **kwargs)
File "/www/workspace/workspace/security.py", line 44, in wrapper
return method(self, *args, **kwargs)
File "/www/workspace/workspace/handlers/desktop/project/files/__init__.py", line 164, in post
return self.redirect('/project/' + str(project.name) + '/files/upload/' + str(bucket.name))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-5: ordinal not in range(128) ]]>
timeline的回复显示在信息的下面比较好? tag:www.v2ex.com,2012-06-07:/t/38672 2012-06-07T05:57:58Z 2012-06-07T05:57:58Z darkfall member/darkfall 希望在日志中,或者动态发布中可以增加图片的功能。 一些项目的讨论沟通很多都是在图片的协助下进行的。 tag:www.v2ex.com,2012-06-03:/t/38256 2012-06-03T06:06:01Z 2012-06-03T06:06:01Z lionfoo member/lionfoo 請問 wiki 有計劃嗎? tag:www.v2ex.com,2012-05-07:/t/34935 2012-05-07T03:21:26Z 2012-05-17T09:24:18Z mepine member/mepine Livid 我的項目挺需要 wiki 的,不知 stormwind 有沒有製作和發佈這個功能的時間計劃? ]]> 求助:今天刚开机windows 7 系统迎界面进入后果断黑屏,求解决办法,之前几天装过ubuntu但是很正常,只有一个鼠标,在那里,也可以用ctrl+alt+delete不知道为啥今天会这样?希望大家帮助一下 tag:www.v2ex.com,2012-05-01:/t/34249 2012-05-01T07:27:21Z 2012-05-01T08:21:49Z alanerzhao member/alanerzhao PB3 迁移之后的 Workspace 的头像显示问题 tag:www.v2ex.com,2012-04-30:/t/34211 2012-04-30T17:03:50Z 2012-04-30T18:23:36Z Livid member/Livid
https://workspace.v2ex.com/ ]]>
︸_︸ 三天前Livid就说要把workspace里头像url的错误修好,结果到现在也没修。 tag:www.v2ex.com,2012-04-27:/t/33827 2012-04-27T06:33:03Z 2012-04-30T21:05:36Z paloalto member/paloalto http://www.v2ex.com/t/33182

<!--引用开始-->
nonozone 3 天前
WS的头像貌似挂了...

Livid 3 天前
@nonozone 对,<strong>这个问题今天内必须解决</strong>。

<!--引用结束-->

拖延症 Orz....

我来催一下。 ㄟ( ̄▽ ̄ㄟ) ]]>
workspace里面建立项目重复了,可以删除么 tag:www.v2ex.com,2012-04-25:/t/33547 2012-04-25T09:58:50Z 2012-06-18T04:08:45Z easier member/easier 项目信息更改 tag:www.v2ex.com,2012-03-31:/t/31070 2012-03-31T16:26:41Z 2012-04-01T16:26:41Z imason member/imason 新功能 - 记住你的任务阅览喜好 tag:www.v2ex.com,2012-03-27:/t/30717 2012-03-27T16:57:18Z 2012-03-28T16:57:19Z Livid member/Livid
现在 Workspace 会记住你的 Goals 的最后状态,这样下次当你从左侧导航点击 Goals 的时候,将直接进入到你上次选择的状态。

这样或许也描述不清楚这个改动,总之在很多情况下会更好用就是。

https://workspace.v2ex.com/

感谢 @plidezus 的建议。 ]]>
workspace在项目完成的时候,有木有导出的功能? tag:www.v2ex.com,2012-03-21:/t/30230 2012-03-21T08:23:01Z 2012-03-28T16:51:16Z shiweifu member/shiweifu 文件一般都在硬盘里了。。 ]]> 刚用workspace整理了一下手头在做的一个project的思路 tag:www.v2ex.com,2012-03-16:/t/29791 2012-03-16T05:27:56Z 2012-03-28T16:56:52Z sevear member/sevear 另外newsfeed是不是不可以订阅呢?有点遗憾啊。 ]]> 怎么增加多个项目? tag:www.v2ex.com,2012-02-05:/t/26676 2012-02-05T15:05:19Z 2012-02-07T00:09:29Z sharkli member/sharkli 请问 @Livid Workspace能增加一个目标排序功能么? tag:www.v2ex.com,2012-02-01:/t/26393 2012-02-01T14:29:53Z 2012-02-02T16:04:46Z evlos member/evlos
因为最近的项目目标比较多,所以需要排列出优先级。

麻烦了。 =w= ]]>
关于Workspace体验的一个小问题 tag:www.v2ex.com,2012-01-15:/t/25673 2012-01-15T16:12:23Z 2012-01-16T16:14:55Z summic member/summic
希望Workspace不断优化体验。 ]]>
’链接‘分页,1,2,3。。。可以考虑在页面最下面也设置一个 tag:www.v2ex.com,2012-01-12:/t/25478 2012-01-12T15:09:24Z 2012-01-13T15:09:24Z jasonbai member/jasonbai A "print" button for the journals tag:www.v2ex.com,2012-01-10:/t/25364 2012-01-10T19:48:10Z 2012-01-11T22:26:24Z lala member/lala 一个小想法 tag:www.v2ex.com,2012-01-06:/t/25076 2012-01-06T03:20:54Z 2012-01-07T03:20:54Z ooof member/ooof
能否为已经完成的任务加一个 [ 编辑 ] 的按钮呢?


也许会被认为是多此一举,但作为整理来说还是需要吧。 ]]>
workspace中,写英语单词会“被拆分” tag:www.v2ex.com,2011-12-24:/t/24243 2011-12-24T15:41:58Z 2012-05-31T10:25:54Z empilot member/empilot 资料库(Tips)提交时如果「Tip Content」内容为空,左侧焦点会变为 日志(Journals) tag:www.v2ex.com,2011-12-19:/t/23836 2011-12-19T09:09:28Z 2011-12-20T09:57:07Z romoo member/romoo workspace bug: 动态汇总里。输入的文字太长,点提交文字会消失。 tag:www.v2ex.com,2011-12-17:/t/23742 2011-12-17T19:07:47Z 2011-12-19T01:13:40Z greenymora member/greenymora 怎么删除项目呢? tag:www.v2ex.com,2011-12-13:/t/23400 2011-12-13T09:15:52Z 2011-12-18T09:19:43Z happy15 member/happy15 livid 如何删除已经不需要的项目呢? ]]> 建议资料库启用代码高亮 tag:www.v2ex.com,2011-12-09:/t/23155 2011-12-09T08:35:38Z 2012-01-04T05:18:45Z qq286735628 member/qq286735628 既然都支持代码了,干脆把代码高亮也支持了,这样看起来更加舒服

PS:Workspace真的很棒,不知道有没有开源? ]]>
Workspace Project问题 tag:www.v2ex.com,2011-12-09:/t/23149 2011-12-09T07:16:00Z 2011-12-10T07:17:06Z crazycookie member/crazycookie 能否加上SVN或者Git的功能? tag:www.v2ex.com,2011-12-08:/t/23117 2011-12-08T16:46:21Z 2012-01-03T18:24:25Z qq286735628 member/qq286735628 可否有一个任务列表,成员可以可以标记为fixed。 tag:www.v2ex.com,2011-12-08:/t/23078 2011-12-08T06:31:40Z 2012-04-22T07:38:23Z eary member/eary 会不会需要一个定时提醒的功能? tag:www.v2ex.com,2011-12-05:/t/22823 2011-12-05T02:21:58Z 2011-12-06T02:21:58Z ooof member/ooof 期待增强 Journals 中对 Markdown 的支持 tag:www.v2ex.com,2011-12-03:/t/22707 2011-12-03T10:19:52Z 2011-12-04T13:51:10Z iwinux member/iwinux
希望可以改善这部分的功能——不一定要做到 Github Flavored Markdown 那么强大,只是希望能支持 “~~~” 或 ”```“ 形式的代码块。

BTW:之后 Journals 和 Tips 会有搜索功能么? ]]>
创建之后访问不了!~ tag:www.v2ex.com,2011-11-28:/t/22326 2011-11-28T02:24:37Z 2011-11-29T03:50:21Z eary member/eary 新功能 - Task memo 的显示 tag:www.v2ex.com,2011-11-27:/t/22264 2011-11-27T01:32:59Z 2011-11-28T01:32:59Z Livid member/Livid
https://workspace.v2ex.com/ ]]>
有关 textarea 的字体 tag:www.v2ex.com,2011-11-25:/t/22184 2011-11-25T14:45:49Z 2011-11-28T01:33:57Z raptium member/raptium 如果是 chrome 的话 默认就 fallback 到 Times New Roman 了,看起来很奇怪

另外如果新建 tip 的时候 tip content 那个 textarea 的字体是等宽的就好了 ]]>
Top栏英文界面高度问题 tag:www.v2ex.com,2011-11-23:/t/22007 2011-11-23T08:33:46Z 2011-11-28T06:01:51Z xi4oh4o member/xi4oh4o http://photo.weibo.com/1644820534/photos/detail/photo_id/63626621

另外希望点击任务弹出详细备注功能早日完成 ]]>
一个日志选择markdown时,输入某些文字出现的bug tag:www.v2ex.com,2011-11-22:/t/21922 2011-11-22T06:15:18Z 2011-11-23T06:52:45Z ywjno member/ywjno
1)当一行文字里面只输入下面的字符的话会出现错误(IndexError: list index out of range)
<>

2)当一行文字以“>”开的时候会显示不全,如下面的字符
>_<


ps:markdown用得不熟,不知道是不是这些字符需要手动变换成“&lt;”、“&gt;”这样的逃逸字符 ]]>
安全增强 - 登录时选择是否记住登录 tag:www.v2ex.com,2011-11-21:/t/21865 2011-11-21T10:47:03Z 2011-11-22T10:47:03Z Livid member/Livid
如果选择记住的话,cookie 过期时间是登录后的 30 天。

如果选择不记住的话,cookie 过期时间是每次访问后的 2 小时。

在这个功能部署前已经登录的 session,默认是按照不记住进行处理。


https://workspace.v2ex.com/ ]]>
新功能 - 选择默认日志格式 tag:www.v2ex.com,2011-11-20:/t/21779 2011-11-20T01:14:36Z 2011-11-21T05:01:22Z Livid member/Livid https://workspace.v2ex.com/account )选择默认的日志格式(纯文本,Markdown 或 Textile)。

相信这将可以方便很多 Markdown 和 Textile 的重度用户。

https://workspace.v2ex.com/ ]]>
目标管理 tag:www.v2ex.com,2011-11-19:/t/21750 2011-11-19T09:36:36Z 2011-11-21T01:11:12Z xcheng member/xcheng 2、完成的小目标不能查看备注
建议:
对以上两个小地方进行修改,方便使用 ]]>
新功能 - 上传文件后会在 News Feed 动态汇总中有提示 tag:www.v2ex.com,2011-11-15:/t/21519 2011-11-15T23:42:44Z 2011-11-16T23:42:44Z Livid member/Livid
https://workspace.v2ex.com/ ]]>
什么时候可以删除项目 tag:www.v2ex.com,2011-11-15:/t/21488 2011-11-15T08:27:57Z 2011-11-17T21:53:55Z yellow member/yellow 小修正 - Chrome 下回复时的默认光标位置及按钮高度 tag:www.v2ex.com,2011-11-14:/t/21419 2011-11-14T10:09:15Z 2011-11-15T10:09:15Z Livid member/Livid
https://workspace.v2ex.com/ ]]>
当项目排序方式设置成按Hits数时,本来首页有两个项目的,就变成只显示了一个项目。切换项目列表里也变成只有一项。 tag:www.v2ex.com,2011-11-13:/t/21352 2011-11-13T08:44:22Z 2011-11-14T12:37:01Z feynixs member/feynixs "What's on your mind?"字数超出140时按回车会清空输入框并且内容没有被保存 tag:www.v2ex.com,2011-11-11:/t/21242 2011-11-11T07:01:46Z 2011-11-12T07:01:46Z leeyupeng member/leeyupeng workspace中的"What's on your mind?"输入框显示字数的问题 tag:www.v2ex.com,2011-11-10:/t/21205 2011-11-10T15:16:05Z 2011-11-12T03:21:22Z leeyupeng member/leeyupeng MacOS 10.8.6, Chrome 15.0.874.106

问题1:
1.点击"News Feed"
2.在"What's on your mind?"的输入框里输入一个字母,如:"f"
3.查看右侧显示字数为"140"
4.按一下"shift"键
5.右侧显示的字数为"139"

问题2
1.点击"News Feed"
2.在"What's on your mind?"的输入框里输入两个字母,如:"ff"
3.查看右侧显示字数为"139"
4.按"delete"键两次,删除刚才输入的两个字母
5.查看右侧显示字数仍为"139"
6.再次按"delete"键一次,右侧字数才显示为"140"

问题3:
1.点击"News Feed"
2.在"What's on your mind?"的输入框里输入"test"
3.查看右侧显示字数为"136"
4.按回车发布,输入框被清空
5.查看右侧显示字数仍为"136"(应该是140)

ps:firefox和safari下面有同样的问题 ]]>
新功能 - Real-time News Feed tag:www.v2ex.com,2011-11-09:/t/21142 2011-11-09T23:23:57Z 2011-11-10T23:23:57Z Livid member/Livid
https://workspace.v2ex.com/ ]]>
ubao snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86