conjoon 0.1 released!
We would like to announce the immediate availability of conjoon 0.1. This release focuses on improving the stability of the conjoon 0.1.x branch. If you have already conjoon 0.1RC3 installed, you won’t need to install this release, since no changes where made to the last release candidate.
In the meantime, we have started to work on the 0.2 branch, which will bring full IMAP and local cache support.
March 6th, 2010 at 1:06 pm
Was schätzt du denn wie lange du noch für die IMAP Implementierung brauchen wirst?
March 7th, 2010 at 10:07 pm
Well done!
Can’t wait for imap support in 0.2
March 7th, 2010 at 11:34 pm
If everything works out as expected – and that’s mainly a matter of time – we will release 0.2 in march. We have already added HTML5 Application Cache functionality (and skipped Google Gears support, as it will be no longer officially maintained) to the 0.2 branch which is an important step in supporting offline functionality. http://www.conjoon.org/images/appcache.jpg previews some of the new 0.2 features, such as multiple email folder hierarchies (yes, that’s a Gmail folder you see there, with Gmail obviously set to IMAP protocol
). The dialog in the middle of the screenshot shows the available options for maintaining the Application Cache.
March 12th, 2010 at 12:52 pm
i use xampp1.6.8 in xp. apache httpd.conf:
listen 5000
NameVirtualHost localhost:5000
DocumentRoot D:\workspace\workspace_ext\conjoon-complete-0.1r1085\build\htdocs
ServerName localhost:5000
ErrorLog logs/conjoon.error.log
CustomLog logs/conjoon.access.log common
wizard install no problem,i rename install dir to intall.old,i access http://localhost:5000,it show:
Zend_Loader_PluginLoader_Exception: Plugin by name ‘Word_CamelCaseToDash’ was not found in the registry; used paths: Zend_Filter_: Zend/Filter/ in D:\workspace\workspace_ext\conjoon-complete-0.1r1085\build\htdocs\conjoon_libs\Zend\Loader\PluginLoader.php on line 398..
Zend_Controller_Action_Exception: ViewRenderer initialization failed: retrieved view base path is empty in D:\workspace\workspace_ext\conjoon-complete-0.1r1085\build\htdocs\conjoon_libs\Zend\Controller\Action\Helper\ViewRenderer.php on line 451..
and i update config.ini.php
include_path = D:/workspace/workspace_ext/conjoon-complete-0.1r1085/build/htdocs/conjoon_libs
i access http://localhost:5000,it show:
Zend_Exception: No entry is registered for key ‘com.conjoon.registry.extRequestObject’ in D:\workspace\workspace_ext\conjoon-complete-0.1r1085\build\htdocs\conjoon_libs\Zend\Registry.php on line 139..
Zend_Controller_Response_Exception: Cannot send headers; headers already sent in D:\workspace\workspace_ext\conjoon-complete-0.1r1085\build\htdocs\conjoon_libs\Zend\Registry.php, line 139 in D:\workspace\workspace_ext\conjoon-complete-0.1r1085\build\htdocs\conjoon_libs\Zend\Controller\Response\Abstract.php on line 272..
..
i dont know how to process it….
March 15th, 2010 at 9:41 am
Hard to tell without knowing your setup. Could you register at the forums and post your config.ini.php there, please?
March 16th, 2010 at 1:48 pm
I have register the forums,user name is yangjiandong,but not allow me post new thread,it show:
yangjiandong, you do not have permission to access this page. This could be due to one of several reasons:
1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else’s post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
my config.ini.php:
[environment]
include_path = D:/workspace/workspace_ext/conjoon-complete-0.1r1085/build/htdocs/conjoon_libs
application_path = D:/workspace/workspace_ext/conjoon-complete-0.1r1085/build/htdocs/conjoon_application
base_url = /
edition = “web edition”
[application]
ext.direct.request.autoLookup = 1
ext.direct.request.parameter = extDirectData
ext.direct.request.singleException = 0
[database]
adapter = pdo_mysql
params.host = 127.0.0.1
params.port = 3306
params.username = dev
params.password = dev
params.dbname = conjoon
table.prefix =
variables.max_allowed_packet = 1048576
[cache]
default.caching = 1
default.frontend_type = core
; 1 day default lifetime
default.frontend.lifetime = 86400
default.frontend.automatic_cleaning_factor = 10
default.frontend.automatic_serialization = 1
default.frontend.ignore_user_abort = 1
default.backend_type = file
default.backend.hashed_directory_level = 1
email.message.caching = 1
email.message.frontend.lifetime = 31536000
email.message.backend.cache_dir = D:/workspace/workspace_ext/conjoon-complete-0.1r1085/build/htdocs/conjoon_application/cache/email/messages
email.accounts.caching = 1
email.accounts.frontend.lifetime = 31536000
email.accounts.backend.cache_dir = D:/workspace/workspace_ext/conjoon-complete-0.1r1085/build/htdocs/conjoon_application/cache/email/accounts
feed.item.caching = 1
feed.item.frontend.lifetime = 31536000
feed.item.backend.cache_dir = D:/workspace/workspace_ext/conjoon-complete-0.1r1085/build/htdocs/conjoon_application/cache/feed/items
feed.item_list.caching = 1
feed.item_list.backend.cache_dir = D:/workspace/workspace_ext/conjoon-complete-0.1r1085/build/htdocs/conjoon_application/cache/feed/item_list
feed.reader.caching = 1
feed.reader.backend.cache_dir = D:/workspace/workspace_ext/conjoon-complete-0.1r1085/build/htdocs/conjoon_application/cache/feed/reader
feed.account.caching = 1
feed.account.frontend.lifetime = 31536000
feed.account.backend.cache_dir = D:/workspace/workspace_ext/conjoon-complete-0.1r1085/build/htdocs/conjoon_application/cache/feed/account
; namespace “feed.account_list” for cached feed account lists
feed.account_list.caching = 1
feed.account_list.frontend.lifetime = 31536000
feed.account_list.backend.cache_dir = D:/workspace/workspace_ext/conjoon-complete-0.1r1085/build/htdocs/conjoon_application/cache/feed/account_list
; namespace “db.metadata” for cached db metadata. This cache has
; to be cleaned by hand if the db structure changes
db.metadata.caching = 1
db.metadata.frontend.lifetime = 31536000
db.metadata.backend.cache_dir = D:/workspace/workspace_ext/conjoon-complete-0.1r1085/build/htdocs/conjoon_application/cache/db/metadata
db.metadata.backend.hashed_directory_level = 0
; namespace “twitter.accounts” for cached twitter account lists.
twitter.accounts.caching = 1
twitter.accounts.backend.cache_dir = D:/workspace/workspace_ext/conjoon-complete-0.1r1085/build/htdocs/conjoon_application/cache/twitter/accounts
[log]
enabled = 0
writer = firebug
Thank you!
March 16th, 2010 at 2:01 pm
You have to click the link in the confirmation mail that was send to you. Please look into your Spam folders if it does not show up in your inbox.
March 16th, 2010 at 2:28 pm
my email address is young.jiandong@gmail.com, when i finish register forum,dont receive any confirmation mail.
March 17th, 2010 at 11:02 pm
I have set you on the registered user list. You should be able to post messages now.