Coder Social home page Coder Social logo

openmarket's People

Contributors

asolkar avatar

Watchers

 avatar  avatar

openmarket's Issues

Like button on all posts

Fixed this on sessionlifetime branch with commit e5d9138ea38fab617d9300ee4f36e3aa6ba3b731. Not merged to master yet.

Like button on all posts

As of last research, API did not support 'liking' of reblogged posts. As a result, the like button does not appear on reblogged posts. Looks like the API now supports liking reblogged posts. So restore the like button on all posts.

Error: Invalid argument supplied for foreach()

Stack trace
in get_user_info called at /ebs1/www/functions.php (160)
in get_user_info called at /ebs1/www/tumblr.php (47)

looks like function get_user_info ($connection) should handle the case where $user_data->{'blogs'} is empty.

probably why the no-blog edge case fails.

Error: Invalid argument supplied for foreach()

Stack trace
in get_user_info called at /ebs1/www/functions.php (160)
in get_user_info called at /ebs1/www/tumblr.php (47)

looks like function get_user_info ($connection) should handle the case where $user_data->{'blogs'} is empty.

probably why the no-blog edge case fails.

Post form becomes larger than view port when on a small screen

On a small screen, the height of app iframe can be smaller than the height of the post form. In such case, some part of the form becomes invisible and cannot be scrolled to.

Make it such that height of the form adapts to iframe height and the overflow is scrollable

Add a 'My Likes' stream

Implemented this on sessionlifetime branch with commit 013d9ff725c724325bddd09a6e7ed3da611db20f

Error: Invalid argument supplied for foreach()

Stack trace
in get_user_info called at /ebs1/www/functions.php (160)
in get_user_info called at /ebs1/www/tumblr.php (47)

looks like function get_user_info ($connection) should handle the case where $user_data->{'blogs'} is empty.

probably why the no-blog edge case fails.

Like button on all posts

Fixed this on sessionlifetime branch with commit e5d9138ea38fab617d9300ee4f36e3aa6ba3b731. Not merged to master yet.

Add a 'My Likes' stream

Implemented this on sessionlifetime branch with commit 013d9ff725c724325bddd09a6e7ed3da611db20f

Like button on all posts

As of last research, API did not support 'liking' of reblogged posts. As a result, the like button does not appear on reblogged posts. Looks like the API now supports liking reblogged posts. So restore the like button on all posts.

Error: Invalid argument supplied for foreach()

Stack trace
in get_user_info called at /ebs1/www/functions.php (160)
in get_user_info called at /ebs1/www/tumblr.php (47)

looks like function get_user_info ($connection) should handle the case where $user_data->{'blogs'} is empty.

probably why the no-blog edge case fails.

Prevent stream from refreshing when user in interacting

Need to add a stream state where refresh is not allowed. When in this state, the refresh bind should just return without doing anything. This state is entered when user expands notes, has compose box open, among other things.

Flash object rendered above post form

The different modes are:

  • window The flash movie is rendered outside the browser window (this is the one that will appear over top)
  • opaque The flash movie is rendered within the browser window.
  • transparent The flash movie is rendered within the browser, also renders alpha transparency. Used if you have a floating Flash Movie that is irregular or non-rectangular shaped

Within the <object> tag, add the following parameter (opaque is shown as an example):

<param name="wmode" value="opaque "> 

To the tag, add the following attribute:

wmode="opaque"

So the answer is opaque or transparent should both work. Opaque is actually a little more processor friendly so may be the better option in the case of video players. The problem arises if wmode is set to window or if it is not set at all.

Here are some links explaining the differences:

Error: Invalid argument supplied for foreach()

Stack trace
in get_user_info called at /ebs1/www/functions.php (160)
in get_user_info called at /ebs1/www/tumblr.php (47)

looks like function get_user_info ($connection) should handle the case where $user_data->{'blogs'} is empty.

probably why the no-blog edge case fails.

Like button on all posts

As of last research, API did not support 'liking' of reblogged posts. As a result, the like button does not appear on reblogged posts. Looks like the API now supports liking reblogged posts. So restore the like button on all posts.

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.