Coder Social home page Coder Social logo

narodi-issue-tracker's People

Contributors

nukerusich avatar

Watchers

 avatar  avatar

narodi-issue-tracker's Issues

[Settings] default values not being set for regular input types

Issue by psychobunny
Wednesday May 14, 2014 at 22:08 GMT
Originally opened as NodeBB/NodeBB#1528


So, here's the first time we're using the new settings framework in core. I realize that if a default value is set by data-new or data-empty (not sure which is the preferred one to use) the value is [object Object] even though I'm sending through a string.

Everything else seems to work, and after first time save, works fine.

To repro, update to latest, relevant commit is here: core, template


Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.

Utilize taskbar at the bottom for chats

Issue by cnvo
Tuesday Mar 18, 2014 at 18:30 GMT
Originally opened as NodeBB/NodeBB#1242


If the chat can be in the task bar instead of a popup modal. The reason being is that it would save some space. To give an example, Facebook utilizes this quite well as an unobtrusive integrated application within the site. What do you guys think of this idea/enhancement?


Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.

Multiple ownership for posts/topics

Issue by damianb
Monday Jul 29, 2013 at 21:25 GMT
Originally opened as NodeBB/NodeBB#148


This is a much more theoretical thing, but it's worth thinking about.

Gist of it is that instead of a single "author", you have multiple for a given post or topic so that multiple users can edit the post/topic; by this, you can allow trusted users to manage information in a given topic for providing updates, corrections, etc. This would be different from moderation however, as it'd be on a per-topic/post basis for instances where a topic represents a given project, narration, or work of a group of people.

This'd allow much more flexibility than other systems, and allow this project to fill a niche similar to that of stackoverflow, as well.


Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.

[CLOSED] I get disconnected when trying to access the 'topics' entry in the admin menu

Issue by andyjessop
Wednesday Jun 19, 2013 at 07:49 GMT
Originally opened as NodeBB/NodeBB#3


Here's the error:

nodebb/node_modules/redis/index.js:535
throw err;
^
Error: write after end
at writeAfterEnd (_stream_writable.js:130:12)
at Gzip.Writable.write (_stream_writable.js:178:5)
at ServerResponse.res.write (/home/andy/dev/node/nodebb/nodebb/node_modules/connect/lib/middleware/compress.js:86:18)
at ServerResponse.res.end (/home/andy/dev/node/nodebb/nodebb/node_modules/connect/lib/middleware/compress.js:91:23)
at /home/andy/dev/node/nodebb/nodebb/node_modules/connect/lib/middleware/session.js:286:13
at /home/andy/dev/node/nodebb/nodebb/node_modules/connect-redis/lib/connect-redis.js:130:18
at try_callback (/home/andy/dev/node/nodebb/nodebb/node_modules/redis/index.js:532:9)
at RedisClient.return_reply (/home/andy/dev/node/nodebb/nodebb/node_modules/redis/index.js:614:13)
at ReplyParser. (/home/andy/dev/node/nodebb/nodebb/node_modules/redis/index.js:266:14)
at ReplyParser.EventEmitter.emit (events.js:95:17)

[RFC] Moving current default routes into plugins

Issue by psychobunny
Sunday May 04, 2014 at 05:25 GMT
Originally opened as NodeBB/NodeBB#1480


/unread
/recent
/popular
/outgoing
/search -- this isn't even accessible without a search plugin!
/notifications ?
chat?

-- the list goes on - do we really, really, need user/name/followers and user/name/following routes in core? This is normally a plugin in most other forum software.

Things like /popular might be a plugin instead. I envy Ghost for their simplicity (grand total of four templates). Without any real scientific data to back this claim up I would wager that the amount of themes released is indirectly proportional to the amount of templates one requires to theme. Makes sense in my head. Proof here: http://themeforest.net/category/blogging/ghost-themes

Anyway - I feel like the less default templates in a stock vanilla NodeBB the better. Would be less overwhelming for a would-be designer. Also coming from a phpBB background I know how much of a hassle it is to theme 35+ views. That is definitely no easy task.

Would it make more sense to have /popular et al. released as bundled plugins in NodeBB? At the very, very least, the /search template for example should be bundled with the appropriate search plugin.

This task should be broken up into multiple issues after RFC is complete.


Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.

[Settings] default values not being set for regular input types

Issue by psychobunny
Wednesday May 14, 2014 at 22:08 GMT
Originally opened as NodeBB/NodeBB#1528


So, here's the first time we're using the new settings framework in core. I realize that if a default value is set by data-new or data-empty (not sure which is the preferred one to use) the value is [object Object] even though I'm sending through a string.

Everything else seems to work, and after first time save, works fine.

To repro, update to latest, relevant commit is here: core, template


Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.

Associate the several logins

Issue by diasdavid
Friday Nov 22, 2013 at 12:20 GMT
Originally opened as NodeBB/NodeBB#537


It seems that there isn't a way to link the several logins after they are created, for example I have my login with user and password , named "daviddias" and when I try to login with twitter I get this answer

{
  "error": "Username taken!"
}

Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.

[CLOSED] Not working on Chrome 27.0.1453.110

Issue by prabhu
Monday Jun 17, 2013 at 10:07 GMT
Originally opened as NodeBB/NodeBB#1


Doesn't work on this version of Chrome. Getting the following socket.io related error.

Failed to load resource: the server responded with a status of 500 (Internal Server Error)

Stack trace

GET http://localhost:4567/socket.io/1/?t=1371463646460 500 (Internal Server Error) socket.io.js:1659
Socket.handshake socket.io.js:1659
Socket.connect socket.io.js:1699
Socket socket.io.js:1551
io.connect socket.io.js:94
$.ajax.success app.js:15
fire jquery.js:3074
self.fireWith jquery.js:3186
done jquery.js:8253
callback jquery.js:8796
send jquery.js:8802
jQuery.extend.ajax jquery.js:8154
(anonymous function) app.js:9
(anonymous function) app.js:294

Associate the several logins

Issue by diasdavid
Friday Nov 22, 2013 at 12:20 GMT
Originally opened as NodeBB/NodeBB#537


It seems that there isn't a way to link the several logins after they are created, for example I have my login with user and password , named "daviddias" and when I try to login with twitter I get this answer

{
  "error": "Username taken!"
}

Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.

[RFC] Moving current default routes into plugins

Issue by psychobunny
Sunday May 04, 2014 at 05:25 GMT
Originally opened as NodeBB/NodeBB#1480


/unread
/recent
/popular
/outgoing
/search -- this isn't even accessible without a search plugin!
/notifications ?
chat?

-- the list goes on - do we really, really, need user/name/followers and user/name/following routes in core? This is normally a plugin in most other forum software.

Things like /popular might be a plugin instead. I envy Ghost for their simplicity (grand total of four templates). Without any real scientific data to back this claim up I would wager that the amount of themes released is indirectly proportional to the amount of templates one requires to theme. Makes sense in my head. Proof here: http://themeforest.net/category/blogging/ghost-themes

Anyway - I feel like the less default templates in a stock vanilla NodeBB the better. Would be less overwhelming for a would-be designer. Also coming from a phpBB background I know how much of a hassle it is to theme 35+ views. That is definitely no easy task.

Would it make more sense to have /popular et al. released as bundled plugins in NodeBB? At the very, very least, the /search template for example should be bundled with the appropriate search plugin.

This task should be broken up into multiple issues after RFC is complete.


Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.

[CLOSED] Disconnected when trying to upload avatar

Issue by andyjessop
Wednesday Jun 19, 2013 at 08:08 GMT
Originally opened as NodeBB/NodeBB#4


Here's the error:

trying to upload to : /nodebb/public/uploads/photo.png

events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)

Edit: upon restart of the app, I can see that the upload did take place successfully

Multiple ownership for posts/topics

Issue by damianb
Monday Jul 29, 2013 at 21:25 GMT
Originally opened as NodeBB/NodeBB#148


This is a much more theoretical thing, but it's worth thinking about.

Gist of it is that instead of a single "author", you have multiple for a given post or topic so that multiple users can edit the post/topic; by this, you can allow trusted users to manage information in a given topic for providing updates, corrections, etc. This would be different from moderation however, as it'd be on a per-topic/post basis for instances where a topic represents a given project, narration, or work of a group of people.

This'd allow much more flexibility than other systems, and allow this project to fill a niche similar to that of stackoverflow, as well.


Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.

[CLOSED] flicker on page load

Issue by andyjessop
Wednesday Jun 19, 2013 at 11:29 GMT
Originally opened as NodeBB/NodeBB#7


This is a minor issue, I'm sure, but when a new view is loaded, there is a slight flicker possibly due to the scroll bar. It seems to render before the scrollbar then flick back when the scrollbar is present. This is the case even when both views required the scroll bar.

This is only really an issue because it loads so fast, but sorting this would make it much easier on the eye.

Related to this is the fade out/in of the views. Personally, I think it works much better without it (setting hide/show instead of fadeIn/fadeOut.

Utilize taskbar at the bottom for chats

Issue by cnvo
Tuesday Mar 18, 2014 at 18:30 GMT
Originally opened as NodeBB/NodeBB#1242


If the chat can be in the task bar instead of a popup modal. The reason being is that it would save some space. To give an example, Facebook utilizes this quite well as an unobtrusive integrated application within the site. What do you guys think of this idea/enhancement?


Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.

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.