News: Archive
2007-11-30 - 2007-12-30
New release of the jqCouch library
Jerry Jalava 04/12/07 18:57:19
I'm happy to announce the release of totally rewritten jqCouch -library. Major changes were made so this version is no longer compatible with the older release. Talking with CouchDB is now done through 3 type of connections.
db -connection:
This is used to handle all those Database related tasks such as creating and deleting.
Available methods:
- exists
- info
- create
- del
- all
- restart
This is used to handle all those Document related tasks. Creating, Updating, Deleting documents.
Available methods:
- get
- all
- save
- bulk_save
- del
- (post)
- (put)
This handles all actions related to Views.
Available methods:
- exists
- info
- get
- save
- del
- temp
- (put)
Some basic usage examples:
creating connections:
//Database connection
var dbc = $.jqCouch.connection('db');
//Document connection with custom config
var dc = $.jqCouch.connection('doc', {cache:true});
//View connection with connection specific mapping function
var vc = $.jqCouch.connection('view', function(data){return data;});
//Database connection with connection specific mapping function and custom settings
var dbc = $.jqCouch.connection('db', function(data){return data;}, {cache:true});
Setting global configurations:
$.jqCouch.set_defaults({
cache: true
});
Creating new document (One liner):
var revision = $.jqCouch.connection('doc').save('doc_db', {id: "0", title: 'test'})._rev;
More info can be found from the source of the library and the testsuite included in the release
This library is part of the Ajatus - Distributed CRM
For some reason the jQuery website is not working properly and it seem that it has reverted to some old backup as the release no longer exists there. Here is a local link to the release: jqcouch-2.0.1.zip
Making Ajatus feel like a native app
Henri Bergius 13/12/07 20:47:15
Ajatus, our new distributed CRM app is evolving very quickly. For example, this week we got form validation and auto-saving support, and there has been talk of supporting binary file attachments.
As we're nearing first release, the plan is to start dogfooding Ajatus quite soon. For me personally this has been cause of some concern, as Ajatus is quite browser-intensive and my Firefox 3 beta has proven to be crashy. So, a Web Worker Daily story on site-specific browsers came at a very good time: in a couple of minutes I had Fluid installed and was having a separate Ajatus window launchable straight from the OS X Dock.
Fast, nice, and separate from whatever I may be doing in my actual browsing sessions. I like it.

Setting up Ajatus in Fluid
Note: Mozilla Lab's Prism does the same with a more cross-platform, but I like Fluid for the WebKit speed and simplicity.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.4261 | 10340460 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.4261 | 10340460 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.4279 | 10349188 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.4279 | 10349244 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.4279 | 10349244 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.4284 | 10370648 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
Just added metadata and revision navigation to object view.
18/12/07 18:28:06
Just added metadata and revision navigation to object view.
By wick3d 2 weeks, 2 days ago.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.4567 | 10350044 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.4567 | 10350044 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.4584 | 10358996 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.4584 | 10359052 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.4584 | 10359052 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.4589 | 10380192 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
Hey, I just changed Ajatus preferences to use pt_BR (or any other language) but for some reason interface still in English? Any idea?
19/12/07 12:01:12
Hey, I just changed Ajatus preferences to use pt_BR (or any other language) but for some reason interface still in English? Any idea?
By everaldo 2 weeks, 1 day ago.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.4674 | 10359036 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.4674 | 10359036 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.4692 | 10367768 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.4692 | 10367824 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.4692 | 10367824 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.4697 | 10388948 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
Ok, I know that is a stupid question but this git works really different from cvs and svn. How I can update an existing repo?
20/12/07 08:43:33
Ok, I know that is a stupid question but this git works really different from cvs and svn. How I can update an existing repo?
By everaldo 2 weeks ago.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.4781 | 10368240 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.4781 | 10368240 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.4799 | 10377040 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.4799 | 10377096 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.4799 | 10377096 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.4804 | 10412852 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
Revision navigation to object view
Jerry Jalava 20/12/07 08:58:09
Yesterday I finished adding the metadata and revision navigation to object view in Ajatus . Now one is able to browse through the available revisions of a object and edit any of these.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.5136 | 10415456 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.5136 | 10415456 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.5154 | 10424148 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.5154 | 10424204 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.5154 | 10424204 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.5159 | 10459940 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
Thanks. Translation is working now. Brazilian Portuguese coming.
20/12/07 09:28:08
Thanks. Translation is working now. Brazilian Portuguese coming.
By everaldo 2 weeks ago.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.5341 | 10438968 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.5341 | 10438968 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.5358 | 10447408 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.5358 | 10447464 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.5358 | 10447464 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.5363 | 10468628 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
Ajaxian: Ajatus: Distributed CMS using CouchDB
27/12/07 18:35:20
Ajaxian: Ajatus: Distributed CMS using CouchDB
Fetched from del.icio.us/bergie/ajatus 1 week ago.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.5572 | 10468180 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.5572 | 10468180 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.5590 | 10476880 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.5590 | 10476936 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.5590 | 10476936 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.5595 | 10512692 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
Way.Nu: CouchDB + Ajatus
28/12/07 03:57:05
Way.Nu: CouchDB + Ajatus
Fetched from del.icio.us/bergie/ajatus 1 week ago.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.5678 | 10491660 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.5678 | 10491660 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.5696 | 10500328 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.5696 | 10500384 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.5696 | 10500384 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.5700 | 10536140 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
pretty good, 1200 visitors on ajatus.info yesterday
28/12/07 10:58:56
pretty good, 1200 visitors on ajatus.info yesterday
By bergie 6 days, 20 hours ago.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.5908 | 10535468 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.5908 | 10535468 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.5925 | 10544484 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.5925 | 10544540 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.5926 | 10544540 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.5930 | 10580372 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
Just added Basic form validation support and Auto saving
28/12/07 15:39:11
Just added Basic form validation support and Auto saving
Fetched from News 6 days, 15 hours ago.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.6047 | 10569036 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.6047 | 10569036 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.6065 | 10577952 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.6065 | 10578008 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.6065 | 10578008 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.6070 | 10613944 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
duesentrieb.org: It is a lot of fun to see people get excited - CouchDB and Ajatus
28/12/07 21:21:00
duesentrieb.org: It is a lot of fun to see people get excited - CouchDB and Ajatus
Fetched from del.icio.us/bergie/ajatus 6 days, 10 hours ago.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.6280 | 10592804 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.6280 | 10592804 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.6297 | 10601564 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.6297 | 10601620 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.6297 | 10601620 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.6302 | 10622944 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
Added infinite scrolling support. Before pushing it to the repo I must make legacy support for the old tags DB as it doesn't exist anymore
28/12/07 23:11:11
Added infinite scrolling support. Before pushing it to the repo I must make legacy support for the old tags DB as it doesn't exist anymore
By wick3d 6 days, 8 hours ago.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.6549 | 10611596 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.6549 | 10611596 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.6566 | 10620636 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.6566 | 10620688 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.6566 | 10620688 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.6571 | 10642072 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
Also tags view and a helper method to create bunch of documents for testing are now done.
28/12/07 23:12:35
Also tags view and a helper method to create bunch of documents for testing are now done.
By wick3d 6 days, 8 hours ago.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.6657 | 10630756 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.6658 | 10630756 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.6675 | 10640272 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.6675 | 10640328 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.6675 | 10640328 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.6680 | 10676264 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
Webkit and FF3 renders 12.400 document listing soooooo smoothly :) FF2 has some minor hikups but manages to do it pretty well
28/12/07 23:15:07
Webkit and FF3 renders 12.400 document listing soooooo smoothly :) FF2 has some minor hikups but manages to do it pretty well
By wick3d 6 days, 8 hours ago.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.6764 | 10654120 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.6764 | 10654120 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.6782 | 10663380 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.6782 | 10663428 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.6782 | 10663428 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.6787 | 10699344 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
Lots of stuff committed. ie. Access key support (Ctrl+n = new object). If you have old install I suggest backup before pulling the latest
30/12/07 17:24:02
Lots of stuff committed. ie. Access key support (Ctrl+n = new object). If you have old install I suggest backup before pulling the latest
By wick3d 4 days, 14 hours ago.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.6872 | 10687528 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.6872 | 10687528 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.6890 | 10696884 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.6890 | 10696932 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.6890 | 10696932 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.6895 | 10732768 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
To get bunch of data to your database try the new doc generator. $.ajatus.utils.doc_generator. Examle in ajatus.core:627-628
30/12/07 17:28:58
To get bunch of data to your database try the new doc generator. $.ajatus.utils.doc_generator. Examle in ajatus.core:627-628
By wick3d 4 days, 14 hours ago.
Ajatus 0.5.0 Beta Release
Jerry Jalava 31/12/07 14:47:12
Hopefully full stable release will come inside January or February.
| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.7087 | 10734780 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.7087 | 10734780 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.7105 | 10743912 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.7105 | 10743968 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.7105 | 10743968 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.7110 | 10779804 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
...and Ajatus 0.5.0 is available for the world!
31/12/07 14:57:26
...and Ajatus 0.5.0 is available for the world!
By bergie 3 days, 16 hours ago.
First beta of Ajatus available
Henri Bergius 31/12/07 14:58:34
Barely made it in December, but first beta of Ajatus, the distributed CRM is now available. Enjoy!
Read the installation instructions to get started. Once CouchDb 0.7+ has proper installers available things will be much easier.
Now for champagne... Happy new year from the Nemein team!

| ( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 52012 | {main}( ) | ../771-1173-911-0.php:0 |
| 2 | 0.3566 | 10058976 | midcom_application->content( ) | ../771-1173-911-0.php:135 |
| 3 | 0.3602 | 10080996 | midcom_application->_output( ) | ../application.php:571 |
| 4 | 0.3621 | 10131672 | midcom_baseclasses_components_interface->show_content( ) | ../application.php:1401 |
| 5 | 0.3621 | 10131672 | midcom_baseclasses_components_request->show( ) | ../interface.php:645 |
| 6 | 0.3621 | 10131672 | net_nehmer_blog_handler_archive->_show_list( ) | ../request.php:864 |
| 7 | 0.7308 | 10793780 | midcom_show_style( ) | ../archive.php:601 |
| 8 | 0.7308 | 10793780 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 9 | 0.7325 | 10803164 | eval( ''?>'' ) | ../_styleloader.php:597 |
| 10 | 0.7325 | 10803220 | midcom_show_style( ) | ../_styleloader.php(597) : eval()'d code:1 |
| 11 | 0.7325 | 10803220 | midcom_helper__styleloader->show( ) | ../_styleloader.php:894 |
| 12 | 0.7330 | 10838956 | eval( ''?>get_content_html();\r\n$view_counter = $data[\'article_counter\'];\r\n$article_count = $data[\'article_count\'];\r\n$class_str = \'\';\r\nif($view_counter == 0)\r\n{\r\n $class_str = \' first\';\r\n}\r\nelseif($view_counter == ($article_count-1))\r\n{\r\n $class_str = \' last\';\r\n}\r\n\r\n$authors = explode(\'|\', $data[\'article\']->metadata->authors);\r\n$author = new midcom_db_...'' ) | ../_styleloader.php:597 |
I'm now happily running the 0.5.0 release. Looking forward to dogfooding it starting on Jan 2nd...
31/12/07 17:38:32
I'm now happily running the 0.5.0 release. Looking forward to dogfooding it starting on Jan 2nd...
By bergie 3 days, 13 hours ago.

