LifePress icon indicating copy to clipboard operation
LifePress copied to clipboard

LifePress is an open source self-hosted lifestreaming platform built on the CodeIgniter PHP framework.

Results 32 LifePress issues
Sort by recently updated
recently updated
newest added

- Inside this section there is a paginated list of all the tags. - Sorted by popularity by default, but sort by name as well. - Ability to see those...

enhancement

Currently the number of popular_tags listed is hard coded at 50, create an option under /admin/options to make this dynamic.

enhancement

Look into if having $data->all_tags pull back 10,000 rows is really necessary for anything, probably just need all_tags for the admin area.

question

I have been having a few problems since I last updated with imports. Both my feeds from Delicious and Librarything often end up with time stamps very close together like...

bug
Pending

We should move 3rd party libraries out of /application/libraries/ where we store LifePress specific libraries. Options: 1. Move them into the [/application/third-party/](http://codeigniter.com/user_guide/libraries/loader.html) folder. 2. CI Sparks - Some of them...

question
Pending

The count for how many items have a given tag will now be done dynamically (Refs #41). This column can be dropped and the related code which updated this column...

enhancement

I am having problems with Pinboard.in items. I have moved from Delicious, because their current interface is so awful, but Pinboard has its own problems. LifePress seems to interpret the...

Add a noindex meta tag to pagination pages so search engines don't index pagination pages like: - example.com/page/2 - example.com/items/site/twitter.com/page/5 - example.com/items/tag/tech/page/3

enhancement

Great start, but a couple of points: - Copying the old config and database files from sweetcron install doesn't work. The data inside needs to be transferred manually. - Also,...

question

Simple Pie 1.3 is now available: http://simplepie.org/blog/2012/07/07/one-dot-three/ We are currently using version 1.2.1, it's a modified version to work with CodeIgniter: https://github.com/ericbae/SimplePie_CodeIgniter/blob/master/Simplepie.php Need to look at what had to be...

enhancement