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
doc -connection:
This is used to handle all those Document related tasks. Creating, Updating, Deleting documents.
Available methods:
  • get
  • all
  • save
  • bulk_save
  • del
  • (post)
  • (put)
view -connection:
This handles all actions related to Views.
Available methods:
  • exists
  • info
  • get
  • save
  • del
  • temp
  • (put)
All result methods (methods that return something from the database) return their results through wrapper which can be extended with own custom method. This can be used to render the results to something else or execute other actions as soon as the query is ready. One can register this mapping method globally, for connection or for each method separately.

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.

Initial Fluid setup
Setting up Ajatus in Fluid

Ajatus running as a Fluid app
Ajatus as a Mac desktop app!

Note: Mozilla Lab's Prism does the same with a more cross-platform, but I like Fluid for the WebKit speed and simplicity.

Technorati Tags: , , , ,


( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17
Call Stack
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.426110340460midcom_show_style( )../archive.php:601
80.426110340460midcom_helper__styleloader->show( )../_styleloader.php:894
90.427910349188eval( ''?>'' )../_styleloader.php:597
100.427910349244midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.427910349244midcom_helper__styleloader->show( )../_styleloader.php:894
120.428410370648eval( ''?>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
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.456710350044midcom_show_style( )../archive.php:601
80.456710350044midcom_helper__styleloader->show( )../_styleloader.php:894
90.458410358996eval( ''?>'' )../_styleloader.php:597
100.458410359052midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.458410359052midcom_helper__styleloader->show( )../_styleloader.php:894
120.458910380192eval( ''?>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
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.467410359036midcom_show_style( )../archive.php:601
80.467410359036midcom_helper__styleloader->show( )../_styleloader.php:894
90.469210367768eval( ''?>'' )../_styleloader.php:597
100.469210367824midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.469210367824midcom_helper__styleloader->show( )../_styleloader.php:894
120.469710388948eval( ''?>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
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.478110368240midcom_show_style( )../archive.php:601
80.478110368240midcom_helper__styleloader->show( )../_styleloader.php:894
90.479910377040eval( ''?>'' )../_styleloader.php:597
100.479910377096midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.479910377096midcom_helper__styleloader->show( )../_styleloader.php:894
120.480410412852eval( ''?>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

Something like: svn update

20/12/07 08:43:53

Something like: svn update

By everaldo 2 weeks ago.

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
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.513610415456midcom_show_style( )../archive.php:601
80.513610415456midcom_helper__styleloader->show( )../_styleloader.php:894
90.515410424148eval( ''?>'' )../_styleloader.php:597
100.515410424204midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.515410424204midcom_helper__styleloader->show( )../_styleloader.php:894
120.515910459940eval( ''?>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
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.534110438968midcom_show_style( )../archive.php:601
80.534110438968midcom_helper__styleloader->show( )../_styleloader.php:894
90.535810447408eval( ''?>'' )../_styleloader.php:597
100.535810447464midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.535810447464midcom_helper__styleloader->show( )../_styleloader.php:894
120.536310468628eval( ''?>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

del.icio.us/bergie/ajatus 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
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.557210468180midcom_show_style( )../archive.php:601
80.557210468180midcom_helper__styleloader->show( )../_styleloader.php:894
90.559010476880eval( ''?>'' )../_styleloader.php:597
100.559010476936midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.559010476936midcom_helper__styleloader->show( )../_styleloader.php:894
120.559510512692eval( ''?>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

del.icio.us/bergie/ajatus 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
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.567810491660midcom_show_style( )../archive.php:601
80.567810491660midcom_helper__styleloader->show( )../_styleloader.php:894
90.569610500328eval( ''?>'' )../_styleloader.php:597
100.569610500384midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.569610500384midcom_helper__styleloader->show( )../_styleloader.php:894
120.570010536140eval( ''?>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

megaphone 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
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.590810535468midcom_show_style( )../archive.php:601
80.590810535468midcom_helper__styleloader->show( )../_styleloader.php:894
90.592510544484eval( ''?>'' )../_styleloader.php:597
100.592510544540midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.592610544540midcom_helper__styleloader->show( )../_styleloader.php:894
120.593010580372eval( ''?>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

News 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
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.604710569036midcom_show_style( )../archive.php:601
80.604710569036midcom_helper__styleloader->show( )../_styleloader.php:894
90.606510577952eval( ''?>'' )../_styleloader.php:597
100.606510578008midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.606510578008midcom_helper__styleloader->show( )../_styleloader.php:894
120.607010613944eval( ''?>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

del.icio.us/bergie/ajatus 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
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.628010592804midcom_show_style( )../archive.php:601
80.628010592804midcom_helper__styleloader->show( )../_styleloader.php:894
90.629710601564eval( ''?>'' )../_styleloader.php:597
100.629710601620midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.629710601620midcom_helper__styleloader->show( )../_styleloader.php:894
120.630210622944eval( ''?>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
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.654910611596midcom_show_style( )../archive.php:601
80.654910611596midcom_helper__styleloader->show( )../_styleloader.php:894
90.656610620636eval( ''?>'' )../_styleloader.php:597
100.656610620688midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.656610620688midcom_helper__styleloader->show( )../_styleloader.php:894
120.657110642072eval( ''?>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
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.665710630756midcom_show_style( )../archive.php:601
80.665810630756midcom_helper__styleloader->show( )../_styleloader.php:894
90.667510640272eval( ''?>'' )../_styleloader.php:597
100.667510640328midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.667510640328midcom_helper__styleloader->show( )../_styleloader.php:894
120.668010676264eval( ''?>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
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.676410654120midcom_show_style( )../archive.php:601
80.676410654120midcom_helper__styleloader->show( )../_styleloader.php:894
90.678210663380eval( ''?>'' )../_styleloader.php:597
100.678210663428midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.678210663428midcom_helper__styleloader->show( )../_styleloader.php:894
120.678710699344eval( ''?>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
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.687210687528midcom_show_style( )../archive.php:601
80.687210687528midcom_helper__styleloader->show( )../_styleloader.php:894
90.689010696884eval( ''?>'' )../_styleloader.php:597
100.689010696932midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.689010696932midcom_helper__styleloader->show( )../_styleloader.php:894
120.689510732768eval( ''?>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

More info from the official site Ajatus.info
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
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.708710734780midcom_show_style( )../archive.php:601
80.708710734780midcom_helper__styleloader->show( )../_styleloader.php:894
90.710510743912eval( ''?>'' )../_styleloader.php:597
100.710510743968midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.710510743968midcom_helper__styleloader->show( )../_styleloader.php:894
120.711010779804eval( ''?>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

champaign ...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!

Ajatus-On-20071231

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!

Ajatus-0.5.0-Launch-Champagne

Technorati Tags: ajatus, couchdb


( ! ) Notice: Undefined offset: 1 in /usr/share/php/midcom/lib/midcom/helper/_styleloader.php(597) : eval()'d code on line 17
Call Stack
#TimeMemoryFunctionLocation
10.000052012{main}( )../771-1173-911-0.php:0
20.356610058976midcom_application->content( )../771-1173-911-0.php:135
30.360210080996midcom_application->_output( )../application.php:571
40.362110131672midcom_baseclasses_components_interface->show_content( )../application.php:1401
50.362110131672midcom_baseclasses_components_request->show( )../interface.php:645
60.362110131672net_nehmer_blog_handler_archive->_show_list( )../request.php:864
70.730810793780midcom_show_style( )../archive.php:601
80.730810793780midcom_helper__styleloader->show( )../_styleloader.php:894
90.732510803164eval( ''?>'' )../_styleloader.php:597
100.732510803220midcom_show_style( )../_styleloader.php(597) : eval()'d code:1
110.732510803220midcom_helper__styleloader->show( )../_styleloader.php:894
120.733010838956eval( ''?>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

driller 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.

Back