Zurmo - Open Source CRM

One more thing i found




http://dev2.zurmo.com/demos/stable/app/index.php/designer/default/AttributeDetails?moduleClassName=ContactsModule&attributeTypeName=Text&attributeName=<script>alert(1);</script>



You know what this means, right ?

@twisted1919

Thank you for provide us details!

Well, designer module can be accessed only by super admins(or whomever super admin give access too),

but you are right, there is security risks, and we will try to fix this issue.

Donā€™t forget about the xss issue :)

Maybe using http://www.yiiframework.com/extension/input/ to clean the input is what you need to do :)

Thank you. We have had a great experience with RedBean and many people ask why we use it. This link gives some further detail: http://zurmo.org/forums/index.php?/topic/31-what-the-reason-using-redbean/

Good to see TDD usage. Feel free to play around with Zurmo and ask us any questions you have about TDD.

Pleased to announce that weā€™ve released Zurmo 0.6.1!

The release centers on new field types and the ability to customize the global search. Other features include:

  • Tag Cloud

  • Multiselect Dropdowns

  • Dependent Dropdowns

  • Calculated Fields

  • Select global search fields as an administrator

Check it out and let us know what you think!

I couldnt install this application in my GoDaddy shared hosting, so far the problems have been:

  • I can have memcache there: so I disabled it in code

  • They dont have php_tidy enabled for shared hosting: thus assertion in installation fails and breaks

You could add some requirements to your Linux/Windows Installation Instructions for Production wiki

heloo i am new to yii . so how can i lean it from scratch .i saw the blog tutorial with this but i didnt get it weel so from where i must start to learn YII. help me plsss

We made php_tidy requirements optional in recent nightly build(bleeding branch), so you can download code from this branch and you will be able to install.

However, it is recommended to use stable branch, so in that case solution is to fix code in stable branch.

To do this, you need to modify two files;

In app/protected/modules/install/serviceHelpers/TidyServiceHelper.php, change line 32 to




protected $required = false;



and in app/protected/modules/zurmo/components/BeginRequestBehavior.php, delete or comment line 52:




//$owner->attachEventHandler('onBeginRequest', array($this, 'handleTidyCheck'));



You can disable memcache and apc(both are optional), but software probably will works much slower.

If you have any more problems, please post in Zurmo forum, Installation and Setup section: http://zurmo.org/forums/index.php?/forum/8-installation-and-setup/

You posted in wrong thread, however best way to learn Yii is to start with Blog tutorial:

http://www.yiiframework.com/doc/blog/

And also with definitive guide to Yii:

http://www.yiiframework.com/doc/guide/

Hello there yii guys and gals.

We at Zurmo are happy to announce the release of 0.6.2!

The release adds two new features and lays the ground work for building outbound, inbound, and email archiving support into Zurmo. Email notifications allow critical information regarding scheduled jobs to be sent to administrators.

New features available in 0.6.2 include:

Outbound Email (SMTP)

Email Notifications

You can find it here:

Looking forward to getting some feedback on the 0.6.2 releaseā€¦

same question (i donā€™t know what is readbeanphp, i will read about it as soon as possible, but will help to know in advance the reason to use it)

Hi Christian,

That is a good question and one that we get asked quite a bit. This forums post details what RedbeanPHP is and why we used it in Zurmo:

The anticipation of the most significant Zurmo release to date, Zurmoā€™s Beta Release (0.6.5), which includes the new user interface, gamification capabilities (such as points, levels, and badges), and export functionality continues to increase as the release date inches ever so closer to May 15th.

With the new UI in place, Zurmo will offer a uniquely innovative user experience from a navigation and usability standpoint. Here is a view of the new UI, inspected in the new Firefox 3D Inspector. Enjoy!

I am envious of your user interface skills :)

It looked great already, so looking forward to seeing the new ui in action.

Thanks, Jacmoe. Weā€™re getting pumped about the new UI too. It will be released with Beta soon. We had a lot of help from Theresa Neil. She literally wrote the Oā€™Reilly book on ā€œDesigning Web Interfacesā€. Sheā€™s been great to work with!

Kool

Drum roll, pleaseā€¦ weā€™re still PRE-Beta, but we merged the new UI into the default branch. Check it out! http://dev2.zurmo.com/demos/bleeding/app/index.php

happy to hear that zurmo is growing.