Mitchell McKenna
Mitchell McKenna
Thoughts on supporting commenting out in php.ini if the user has enabled xdebug that way? Although xdebug's documentation recommends using a separate ext-xdebug.ini file, by default pecl installation xdebug will...
I noticed twitter stopped importing from my twitter feed around April 25th. @MarcellusMusic confirmed the issue as well. I debugged it last week and it has to do with the...
I had to disable clean_tags() on godaddy shared hosting because it was causing too high of a load. Issue #43 could solve this issue, but the queries should be looked...
- 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...
Currently the number of popular_tags listed is hard coded at 50, create an option under /admin/options to make this dynamic.
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.
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...
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...
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
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...