Activity
From 06/25/2009 to 07/24/2009
07/24/2009
- 10:04 PM Keyboard Monkeys Sciret at Twitter
- Today the Keyboard Monkeys start on Twitter. We will not have for every project a own channel and will use "Keyboard Monkeys":http://twitter.com/KeyboardMonkeys on Twitter for all of them. We hope to see you there soon. To follow us please use...
07/22/2009
- 12:33 AM Revision 908: Separated users, kb and api into their own modules, and implemented namespace namin...
- Separated users, kb and api into their own modules, and implemented namespace naming for better class autoloading. Also, put all config under 'kb' for easier integration into other projects, discarded DB class and replaced some php4 constructors w...
- 12:32 AM Revision 907: Added 'test' field for test articles
- Added 'test' field for test articles
- 12:31 AM Revision 906: finally got rid of the old DB class
- finally got rid of the old DB class
- 12:30 AM Revision 905: moved controller to the monkeys lib dir
- moved controller to the monkeys lib dir
- 12:30 AM Revision 904: moved phpmailer class to the monkeys lib
- moved phpmailer class to the monkeys lib
- 12:27 AM Revision 903: use utf8 connection with the DB. Separated users, kb and api into their own modules...
- use utf8 connection with the DB. Separated users, kb and api into their own modules, and implemented namespace naming for better class autoloading. Also, put all config under 'kb' for easier integration into other projects, discarded DB class and ...
- 12:26 AM Revision 902: started to move Library class into the monkeys lib dir
- started to move Library class into the monkeys lib dir
- 12:24 AM Revision 901: moved db profiler into the monkeys lib
- moved db profiler into the monkeys lib
- 12:22 AM Revision 900: Separated users, kb and api into their own modules
- Separated users, kb and api into their own modules
- 12:21 AM Revision 899: Added 'test' field for test articles. Separated users, kb and api into their own mo...
- Added 'test' field for test articles. Separated users, kb and api into their own modules, and implemented namespace naming for better class autoloading. Also, put all config under 'kb' for easier integration into other projects, discarded DB class...
- 12:19 AM Revision 898: added missing method to comply with ZF8
- added missing method to comply with ZF8
- 12:19 AM Revision 897: Separated users, kb and api into their own modules, and implemented namespace namin...
- Separated users, kb and api into their own modules, and implemented namespace naming for better class autoloading. Also, put all config under 'kb' for easier integration into other projects, discarded DB class and replaced some php4 constructors w...
- 12:19 AM Revision 896: Separated users, kb and api into their own modules, and implemented namespace namin...
- Separated users, kb and api into their own modules, and implemented namespace naming for better class autoloading. Also, put all config under 'kb' for easier integration into other projects, discarded DB class and replaced some php4 constructors w...
- 12:19 AM Revision 895: Separated users, kb and api into their own modules, and implemented namespace namin...
- Separated users, kb and api into their own modules, and implemented namespace naming for better class autoloading. Also, put all config under 'kb' for easier integration into other projects, discarded DB class and replaced some php4 constructors w...
07/21/2009
- 11:55 PM Revision 894: put all config directives under 'kb' to let easier integration into other apps
- put all config directives under 'kb' to let easier integration into other apps
- 06:19 PM Feature #178 (Closed): Article title is not escaped correctly for UTF8
- Thanks, implemented for version 2.1.0. I also noticed we have text fields in the database set to utf8, but the connection is not being forced to be utf8. I'll correct this as well, but in the mean time you can make sure mysql is using the appropri...
07/20/2009
- 05:58 PM Feature #178: Article title is not escaped correctly for UTF8
- When writting an article with UTF8 characters in the title, it will show up incorrectly. the solution is to add this to views/ViewArticle.php: 'title' => htmlentities($this->article->getTitle(),ENT_COMPAT,'UTF-8'),
07/17/2009
- 06:26 PM Revision 893: remove database name from tables definition
- remove database name from tables definition
- 05:16 PM Revision 892: upgraded ZF to version 1.8.2
- upgraded ZF to version 1.8.2
07/14/2009
- 09:46 PM Revision 891: more progress with the CS integration
- more progress with the CS integration
- 09:45 PM Revision 890: removed unused tag
- removed unused tag
- 04:16 PM Revision 889: enforced permissions when accessing the API
- enforced permissions when accessing the API
- 04:15 PM Revision 888: added monkeys lib exception
- added monkeys lib exception
- 04:14 PM Revision 887: added monkeys lib exception
- added monkeys lib exception
07/09/2009
- 05:54 PM Revision 886: removed unnecessary css file fetch
- removed unnecessary css file fetch
07/06/2009
- 11:36 PM Revision 885: added constants for types
- added constants for types
- 11:35 PM Revision 884: more refinements to the REST API
- more refinements to the REST API
- 06:10 PM Revision 883: Bug: in the What's New and Popular tabs bookmarks weren't linking to its correspond...
- Bug: in the What's New and Popular tabs bookmarks weren't linking to its corresponding URL, nor didn't have the 'details' link
07/03/2009
- 06:17 PM Revision 882: added REST calls for getting articles by projectId, tag and pagination params, and ...
- added REST calls for getting articles by projectId, tag and pagination params, and added getTags() call
- 06:16 PM Revision 881: added support in getArticles() for tags, project_id and fixed bug in total number o...
- added support in getArticles() for tags, project_id and fixed bug in total number of results (result->rowCount() doesn't work for SELECT)
07/02/2009
- 09:02 PM Revision 880: Moved to version number 2.1.0, and added tags functionality
- Moved to version number 2.1.0, and added tags functionality
Also available in: Atom