Extensions
Go to page:
This module is for User-Management, it has 4 controllers:
Registration and validation via email verification
a. Register new users using Short form (email only), on email verification auto-login user.
b. Register new user using Long form, see older release
c. Passive registration by the application for a given email.
Authentication
a. Login and
b. Logout
Password Recovery
a. Send Temp password to email on file, or
b. Send Reset verification to email on file. Validate request and allow user to create new password
My Account (use for dash board - partially implemented as it differs a lot) a. Change Password, b. Update User info
Admin To do: (Management dashboard, manage active and inactive accounts, add new user) The management dashboard links to sRbac for management of Roles, Tasks, and Operations.
Resources
Allows model to work with custom fields on the fly (EAV pattern).
Resources
PrimezeroTools
* dead. simple. language processing. * pzpinyin - process Chinese pinyintypes * pzhanzi - process Chinese hanzitypes * pznumbers - convert various quantities into Chinese * pzcedict - analyze CEDICT-compatible files * pzkelvin - make sensible temperature conversions
Resources
本扩展基于google code pzpinyin项目修改的 方便大家处理一些常用的汉字处理用
Resources
中文编码集合类库
目前该类库可以实现,简体中文 <-> 繁体中文编码互换,简体中文、繁体中文 -> 拼音单向转换,简体中文、繁体中文 <-> UTF8 编码转换,简体中文、繁体中文 -> Unicode单向转换
Resources
This extension allows you to pass the application language via an url and then use it for all further generated urls (within the application itself). It can use the user preffered language as a default initial language.
Resources
This extension simplifies the handling of multilingual content stored in the database.
It assumes that you use two tables for your content (one for the main content and a second one for the translations) with a one-to-many relationship between them.
Resources
As the usual command line protected/yiic message protected/messages/config.php produces .php files and usual computer-aided translation systems as Lokalize or PoEdit use gettext files, I made this converter between .po and .php.
