-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
working with RC 1.3, 1.2, 1.X and 0.9 by deprecating the rcmail usage #26
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ Look at https://github.com/sblaisot/automatic_addressbook | |
Installing automatic addressbook plugin | ||
--------------------------------------- | ||
|
||
You need roundcube > 0.4 installed. | ||
You need roundcube > 0.9 installed. | ||
|
||
automatic_addressbook plugin version 0.2 has been tester against roundcube 0.5 and 0.6. | ||
above versions have been tested against roundcube 0.8.0 and 0.8.1 with larry skin and mysql backend. | ||
automatic_addressbook plugin version 0.2 has been tester against roundcube 0.9 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. tester -> tested. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. as i said.. can you merged and later just updated by yourselft? can you explain me more in detail? |
||
with larry skin and mysql backend. | ||
|
||
Download the latest version archive | ||
|
||
|
@@ -16,15 +16,13 @@ Download the latest version archive | |
mv automatic_addressbook <path_to_roundcube>/plugins/ | ||
|
||
2. Execute the relevant SQL/<db engine>.initial.sql script on your database (process depends on your DB engine) | ||
If your Roundcube Database starts with a prefix set the prefix also in the SQL Statement: "REFERENCES `PREFIX_users`(`user_id`)" | ||
If your Roundcube Database starts with a prefix set the prefix also in create table also references table query sentences. | ||
|
||
3. Add "automatic_addressbook" to the plugins list in | ||
<path_to_roundcube>/config/main.inc.php or <path_to_roundcube>/config/config.inc.php depending on your roundcube version, for example : | ||
|
||
$rcmail_config['plugins'] = array('automatic_addressbook',); | ||
|
||
It works :) | ||
|
||
|
||
Configuration | ||
------------- | ||
|
@@ -37,9 +35,11 @@ You can customize some settings : | |
Among others, you can choose if your users will have automatic_addressbook enabled or disabled by default (use_auto_abook option). | ||
|
||
|
||
Upgrading roundcube to 0.6 | ||
Olders roundcube up to 0.8 | ||
-------------------------- | ||
|
||
you must use files before commit ca622de3364b996c655eea2e7724ce6e325e9b9d for older versions. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Prefer reference to plugin version rather than commit id There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i used commit due that commit included some changes! lasted older version still have minor issues that i'm working on |
||
|
||
If you upgrade from roundcube 0.5 to 0.6, automatic addressbook plugin will continue to work : | ||
|
||
Be sure to use the last version of the plugin ; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not include version release information in your PR as you don't know how it will be named (could be 1.0 or 0.4.1). Prefere using
unreleased:
here, I will name it when releasing.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well there's no problem! always you can override by a new commit by yourselft.. that's all