lcOpenInviterPlugin
0.1.5beta
for sf 1.2 MIT
the plug-in is fully working but still in beta version, awaiting for feedbacks and bugs reporting
Third party libraries:
the classes were taken from the open source project openinviter
Developers
| Name |
Status |
Email |
Elie Andraos |
lead |
moc.docstel <<ta>> soardna.eile
|
License
Copyright (c) LetsCod (www.letscod.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Releases for sf 1.2
| Version |
License |
API |
Released |
|
0.9.3beta
|
MIT license |
0.9.3beta
|
12/11/2009 |
|
0.9.2beta
|
MIT license |
0.9.2beta
|
05/08/2009 |
|
0.9.1beta
|
MIT license |
0.9.1beta
|
04/06/2009 |
|
0.9.0beta
|
MIT license |
0.9.0beta
|
04/06/2009 |
|
0.1.5beta
|
MIT license |
0.1.5beta
|
28/05/2009 |
|
0.1.4beta
|
MIT license |
0.1.4beta
|
30/04/2009 |
|
0.1.3beta
|
MIT license |
0.1.3beta
|
06/04/2009 |
|
0.1.2beta
|
MIT license |
0.1.2beta
|
06/04/2009 |
|
0.1.1beta
|
MIT license |
0.1.1beta
|
03/04/2009 |
|
0.1.0beta
|
MIT license |
0.1.0beta
|
03/04/2009 |
Changelog for release 0.1.5 - 28/05/2009
- Fixed the php
short_open_tag .
- Added the
wget transport type support
Other releases
Release 0.9.3 - 12/11/2009
- Merging the classes from open-inviter version 1.7.7 to 1.8.1 and fix lots of bugs generated
- grabbing contacts is slight faster after refactoring and optimizing the code
- removed unused properties in the auto-update task
- all providers plugins are updated to november 12th, 2009
Release 0.9.2 - 05/08/2009
- Merging the classes from open-inviter version 1.7.2 to 1.7.7 and fix all bugs generated
- updated instal task(added 2 required parameters). Each user must have his private key and username from www.openiviter.com
- updated documentation
- added more providers
- all providers plugins are updated to july, 31st, 2009
Release 0.9.1 - 04/06/2009
- Missing file in the package.xml
Release 0.9.0 - 04/06/2009
- Creation of the auto-update task
- Seperation of the external libraries
- Added the
all option to the wish list
- Renaming of the tasks name-space to "open-inviter"
- Integration of all the providers (86 provider and social network)
- updated documentation
Release 0.1.5 - 28/05/2009
- Fixed the php
short_open_tag .
- Added the
wget transport type support
Release 0.1.4 - 30/04/2009
- New e-mail providers: aol , operamail, indiatimes.
- Social sites integreation: Facebook, hi5, flickr, tagged
Release 0.1.3 - 06/04/2009
cookie path bug on windows OS
Release 0.1.2 - 06/04/2009
read me documentation update
Release 0.1.1 - 03/04/2009
Release 0.1.0 - 03/04/2009
Initial beta release. (tested providers: gmail, yahoo, hotmail)
lcOpenInviterPlugin plugin
The lcOpenInviterPlugin is a symfony plugin that allows users to grab their contacts from different e-mail providers (gmail, hotmail, yahoo ...) and social sites (facebook, hi5, flickr ...) then send them e-mails and messages.
This plugin is developed by LetsCod.
Server Requirements
- CURL extension for php
- DOM Element support for php
If you're on windows OS, you should create an empty folder "tmp" for cookie storage. (for example, if you're using wamp, create the folder C:\tmp)
Installation
Install the plugin
$ symfony plugin:install --stability=beta lcOpenInviterPlugin
Publish the plugin assets (css and js):
$ symfony plugin:publish-assets
Clear you cache
$ symfony cc
Configuring your plugin
this task checks your sever configuration (php version, curl
installation, DOM Element installation, cookie path ...)
if everything is okay, a log file will be written
Enable the module and helper in your application settings.yml
[yml]
all:
.settings:
enabled_modules: [openInviter]
standard_helpers: [openInviter]
Configure the e-mail text and providers in your application app.yml
[yml]
all:
lcOpenInviter:
wish-list:
providers: ["hotmail","gmail", "aol", "facebook", "flickr", "hi5","indiatimes", "operamail", "tagged", "yahoo"]
message:
subject: "is inviting you to join letscod developers"
body: "Check our recruitment page"
footer: "LetsCod"
(if the wish list is not set, a default wish list of "Gmail, hotmail and yahoo" is provided.)
Available e-mail providers
- AOL
- Gmail
- Hotmail
- Indiatimes
- Operamail
- Yahoo
Available social-sites
- Facebook
- Flickr
- hi5
- Tagged
I use it
If you do like the plugin, and think it helps the community, do not hesitate to click I use it , so it could be more trusted
and spreaded fast.
Feedback
Feel free to send your feedbacks, bug reports or suggestions to symfony-plugins@letscod.com
TODO
- i18n forms translation
- Test more providers
- Integrate the auto updates