common_element_start('form', array('id' => 'newnotice', 'method' => 'POST',
'action' => common_local_url('newnotice')));
common_element('textarea', array('rows' => 4, 'cols' => 80, 'id' => 'content'));
- common_element('input', array('type' => 'submit'), 'Send');
+ common_element('input', array('type' => 'submit', 'value' => 'Send'));
common_element_end('form');
}
- theme per site
- theme per profile
- email confirmation for registration
+- change cookie handling for anon users to be more cache-friendly
- release 0.2
- content negotiation for interface language
- content negotiation for content type