com.zyxware.civiwci.git
9 years ago#30 Small text fixes for progress bar creation/editing interface upstream-master
Vimal Joseph [Wed, 14 Jan 2015 16:08:04 +0000 (21:38 +0530)]
#30 Small text fixes for progress bar creation/editing interface

9 years ago#32 - Add help text to custom template text area
Vimal Joseph [Wed, 14 Jan 2015 15:55:12 +0000 (21:25 +0530)]
#32 - Add help text to custom template text area

9 years ago#32 - Add number_format PHP function to the Smarty MODIFIER_FUNCS
Vimal Joseph [Wed, 14 Jan 2015 15:42:36 +0000 (21:12 +0530)]
#32 - Add number_format PHP function to the Smarty MODIFIER_FUNCS

9 years agoMerge pull request #31 from davexunit/remove-contribution-page-limit
Vimal Joseph [Sun, 11 Jan 2015 17:20:53 +0000 (22:50 +0530)]
Merge pull request #31 from davexunit/remove-contribution-page-limit

Show more than 25 contribution pages on widget edit form.

9 years agoShow more than 25 contribution pages on widget edit form.
David Thompson [Wed, 7 Jan 2015 20:47:16 +0000 (15:47 -0500)]
Show more than 25 contribution pages on widget edit form.

CiviCRM's API implicitly limits to 25 results unless told otherwise.

9 years agoFeature to create progress bar based on the financial type.
Vimal Joseph [Sun, 28 Dec 2014 18:45:34 +0000 (00:15 +0530)]
Feature to create progress bar based on the financial type.

Add financial type to the progress bar interface. Now it is possible to create progress bar
which pull data from the contribution table based on the financial types available in the system.
The contribution pages as well as financial types work together.

Need to add validation on the progress bar creation interface to make the user either select a
financial type or a contribution page.

9 years agoReplace help popup under widget preview with inline text
Vimal Joseph [Sun, 28 Dec 2014 09:16:12 +0000 (14:46 +0530)]
Replace help popup under widget preview with inline text

9 years agoFix typo and padding in widget creation page help text
Vimal Joseph [Sun, 28 Dec 2014 09:10:24 +0000 (14:40 +0530)]
Fix typo and padding in widget creation page help text

9 years agoAdd create new button to manage screens
Vimal Joseph [Sun, 28 Dec 2014 09:03:33 +0000 (14:33 +0530)]
Add create new button to manage screens

9 years agoFix embed code related issues.
Vimal Joseph [Sun, 28 Dec 2014 08:07:31 +0000 (13:37 +0530)]
Fix embed code related issues.

1) Fix widget preview bug in the emebed code form.
2) Removed the placeholder referal id. Now the referal id will be empty by default

9 years agoShow progress bar percentage in rounded figure
Vimal Joseph [Wed, 17 Dec 2014 14:11:22 +0000 (19:41 +0530)]
Show progress bar percentage in rounded figure

9 years agoFix issue with negative starting amount in the progressbar
Vimal Joseph [Tue, 16 Dec 2014 15:34:46 +0000 (21:04 +0530)]
Fix issue with negative starting amount in the progressbar

9 years agoFix progressbar when amount raised is negative
Vimal Joseph [Tue, 16 Dec 2014 15:27:25 +0000 (20:57 +0530)]
Fix progressbar when amount raised is negative

9 years agoFix progress bar formating.
Vimal Joseph [Tue, 16 Dec 2014 15:07:51 +0000 (20:37 +0530)]
Fix progress bar formating.

Changed the position of the progress bar caption. Now it is just beneath the progressbar.
Removed starting amount from the template.
Now negative amounts are allowed for starting amount.
Formated the amount raised and goal amount.

9 years agoMerge pull request #28 from davexunit/fix-progress-bar
Vimal Joseph [Tue, 16 Dec 2014 02:42:12 +0000 (08:12 +0530)]
Merge pull request #28 from davexunit/fix-progress-bar

Use total contribution amount instead of net amount for progress bars.

9 years agoUse total contribution amount instead of net amount for progress bars.
David Thompson [Mon, 15 Dec 2014 17:41:26 +0000 (12:41 -0500)]
Use total contribution amount instead of net amount for progress bars.

9 years agoMerge branch 'dev'
Vimal Joseph [Sun, 14 Dec 2014 17:00:35 +0000 (22:30 +0530)]
Merge branch 'dev'

9 years agoFix progress bar bug in fetching values from contributions.
Vimal Joseph [Sun, 14 Dec 2014 17:00:11 +0000 (22:30 +0530)]
Fix progress bar bug in fetching values from contributions.

Now the progressbar can fetch values with in a date range.
It will only consider completed contributions.
It fetch values from the net amount.

9 years agoFix text in the embed code license master
Vimal Joseph [Thu, 4 Dec 2014 19:22:58 +0000 (00:52 +0530)]
Fix text in the embed code license

9 years agoMerge pull request #24 from davexunit/fix-librejs
Vimal Joseph [Thu, 4 Dec 2014 19:12:27 +0000 (00:42 +0530)]
Merge pull request #24 from davexunit/fix-librejs

Fix LibreJS metadata in embeddable JavaScript.

9 years agoFix LibreJS metadata in embeddable JavaScript.
David Thompson [Thu, 4 Dec 2014 19:02:46 +0000 (14:02 -0500)]
Fix LibreJS metadata in embeddable JavaScript.

9 years agoMerge pull request #23 from Jagadees-zyxware/master
Vimal Joseph [Thu, 4 Dec 2014 13:11:19 +0000 (18:41 +0530)]
Merge pull request #23 from Jagadees-zyxware/master

Formated readme and modified info.xml for rc4

9 years agorc4 release
Jagadedes [Thu, 4 Dec 2014 12:25:56 +0000 (17:55 +0530)]
rc4 release

9 years agoreadme
Jagadedes [Thu, 4 Dec 2014 09:37:38 +0000 (15:07 +0530)]
readme

9 years agoMerge pull request #22 from Jagadees-zyxware/master
Vimal Joseph [Thu, 4 Dec 2014 09:32:12 +0000 (15:02 +0530)]
Merge pull request #22 from Jagadees-zyxware/master

Fix widget preview and embed codes.
Handle the case where there is no embed code id in the embed code.
Add permissions.

9 years agoadded permissions and menu cleanup
Jagadedes [Thu, 4 Dec 2014 09:09:30 +0000 (14:39 +0530)]
added permissions and menu cleanup

9 years agoHandle the case where there is no embed code id in the embed code
Vimal Joseph [Wed, 3 Dec 2014 08:43:44 +0000 (14:13 +0530)]
Handle the case where there is no embed code id in the embed code

9 years agoFix widget preview and embed codes.
David Thompson [Tue, 2 Dec 2014 20:07:33 +0000 (15:07 -0500)]
Fix widget preview and embed codes.

9 years agoMerge pull request #20 from Jagadees-zyxware/master
Vimal Joseph [Sat, 29 Nov 2014 07:07:49 +0000 (12:37 +0530)]
Merge pull request #20 from Jagadees-zyxware/master

Code cleanup

9 years ago31453 cleanup
Jagadedes [Thu, 27 Nov 2014 11:20:11 +0000 (16:50 +0530)]
31453 cleanup

9 years agoauthors update
Jagadedes [Wed, 26 Nov 2014 11:30:11 +0000 (17:00 +0530)]
authors update

9 years agoAdd clarification to Changelog
Vimal Joseph [Tue, 25 Nov 2014 13:32:46 +0000 (19:02 +0530)]
Add clarification to Changelog

9 years agoMerge ../civicrm-wci-jag
Vimal Joseph [Tue, 25 Nov 2014 13:28:21 +0000 (18:58 +0530)]
Merge ../civicrm-wci-jag

9 years agochange log
Jagadedes [Tue, 25 Nov 2014 11:53:35 +0000 (17:23 +0530)]
change log

9 years agochange log
Jagadedes [Tue, 25 Nov 2014 11:49:55 +0000 (17:19 +0530)]
change log

9 years agoMerge pull request #19 from Jagadees-zyxware/master
Vimal Joseph [Tue, 25 Nov 2014 11:19:17 +0000 (16:49 +0530)]
Merge pull request #19 from Jagadees-zyxware/master

31452 change module name to com.zyxware.civiwci

9 years ago31452 change module name
Jagadedes [Tue, 25 Nov 2014 11:10:58 +0000 (16:40 +0530)]
31452 change module name

9 years agoMerge pull request #18 from Jagadees-zyxware/master
Vimal Joseph [Tue, 25 Nov 2014 09:09:19 +0000 (14:39 +0530)]
Merge pull request #18 from Jagadees-zyxware/master

Fixed miscellaneous issues.

9 years ago31603 progress bar update not clearing widget cache
Jagadedes [Tue, 25 Nov 2014 08:42:22 +0000 (14:12 +0530)]
31603 progress bar update not clearing widget cache

9 years ago31603 progress bar update not clearing widget cache
Jagadedes [Tue, 25 Nov 2014 06:05:23 +0000 (11:35 +0530)]
31603 progress bar update not clearing widget cache

9 years ago31603 progress bar update not clearing widget cache
Jagadedes [Tue, 25 Nov 2014 04:31:45 +0000 (10:01 +0530)]
31603 progress bar update not clearing widget cache

9 years ago31455 readme
Jagadedes [Tue, 25 Nov 2014 03:17:15 +0000 (08:47 +0530)]
31455 readme

9 years ago31455 readme
Jagadedes [Mon, 24 Nov 2014 09:36:01 +0000 (15:06 +0530)]
31455 readme

9 years ago#31564 create pb link in the help tip not working
Jagadedes [Mon, 24 Nov 2014 04:43:25 +0000 (10:13 +0530)]
#31564 create pb link in the help tip not working

9 years agoMerge branch 'dev'
Vimal Joseph [Sun, 23 Nov 2014 14:40:53 +0000 (20:10 +0530)]
Merge branch 'dev'

9 years agoCode clean up.
Vimal Joseph [Sun, 23 Nov 2014 14:39:10 +0000 (20:09 +0530)]
Code clean up.
Renamed wciwidget.tpl to WCIWidget.tpl to make it adhear with standard.
Removed the license text from WCIWidget.tpl so that it looks clean in the Override default template input.

9 years ago31499 added tips for user
Jagadedes [Fri, 21 Nov 2014 12:09:56 +0000 (17:39 +0530)]
31499 added tips for user

9 years ago31453 code cleanup
Jagadedes [Fri, 21 Nov 2014 09:12:47 +0000 (14:42 +0530)]
31453 code cleanup

9 years agoMerge pull request #16 from Jagadees-zyxware/master
Vimal Joseph [Fri, 21 Nov 2014 07:18:26 +0000 (12:48 +0530)]
Merge pull request #16 from Jagadees-zyxware/master

31453 31498 Code Cleanup

9 years ago31453 31498 code cleanup
Jagadedes [Fri, 21 Nov 2014 07:12:57 +0000 (12:42 +0530)]
31453 31498 code cleanup

9 years agoModified cache system.
Vimal Joseph [Thu, 20 Nov 2014 19:01:58 +0000 (00:31 +0530)]
Modified cache system.
For static content - ie content with out progress bar, System will cache it till the widget is modified.

9 years agoFixed issues in create widget template.
Vimal Joseph [Thu, 20 Nov 2014 17:30:32 +0000 (23:00 +0530)]
Fixed issues in create widget template.
Modified the template to correct the order of text fields.
Fixed the js issue with accordion.

9 years agoMerge ../civicrm-wci-j into dev
Vimal Joseph [Thu, 20 Nov 2014 16:21:04 +0000 (21:51 +0530)]
Merge ../civicrm-wci-j into dev

9 years ago31456. removed unwanted bao code
Jagadedes [Thu, 20 Nov 2014 11:29:35 +0000 (16:59 +0530)]
31456. removed unwanted bao code

9 years ago30849, 31461 colors in 2 columns and collapsible fieldset
Jagadedes [Thu, 20 Nov 2014 10:20:05 +0000 (15:50 +0530)]
30849, 31461 colors in 2 columns and collapsible fieldset

9 years ago#31445 - Fixed the issue in template. Now the description will appear even if the...
Vimal Joseph [Wed, 19 Nov 2014 13:27:26 +0000 (18:57 +0530)]
#31445 - Fixed the issue in template. Now the description will appear even if the progress bar is not selected.

9 years agoMerge pull request #14 from Jagadees-zyxware/master
Vimal Joseph [Wed, 19 Nov 2014 12:23:35 +0000 (17:53 +0530)]
Merge pull request #14 from Jagadees-zyxware/master

1.0-RC1

9 years agoRelase: rc1
Jagadedes [Wed, 19 Nov 2014 12:21:31 +0000 (17:51 +0530)]
Relase: rc1

9 years agoMerge pull request #13 from Jagadees-zyxware/master
Vimal Joseph [Wed, 19 Nov 2014 12:16:05 +0000 (17:46 +0530)]
Merge pull request #13 from Jagadees-zyxware/master

GNU AGPL license in the js code.
Empty check for wciform.style_rule

9 years agoempty check for wciform.style_rules
Jagadedes [Wed, 19 Nov 2014 12:13:26 +0000 (17:43 +0530)]
empty check for wciform.style_rules

9 years agolicense
Jagadedes [Wed, 19 Nov 2014 11:56:40 +0000 (17:26 +0530)]
license

9 years agoMerge pull request #12 from Jagadees-zyxware/master
Vimal Joseph [Wed, 19 Nov 2014 10:57:11 +0000 (16:27 +0530)]
Merge pull request #12 from Jagadees-zyxware/master

Moved .js files to js folder

9 years agomoved .js files to js folder
Jagadedes [Wed, 19 Nov 2014 10:30:36 +0000 (16:00 +0530)]
moved .js files to js folder

9 years agoMerge pull request #11 from Jagadees-zyxware/master
Vimal Joseph [Wed, 19 Nov 2014 10:06:58 +0000 (15:36 +0530)]
Merge pull request #11 from Jagadees-zyxware/master

Minor Fixes:
Profile help text changed.
Fixed the warning if there are no mailing list groups.
Style the buttons in the widget.

9 years ago31234. Made widget buttons same style
Jagadedes [Wed, 19 Nov 2014 09:47:59 +0000 (15:17 +0530)]
31234. Made widget buttons same style

9 years agofirst time created widget warning fix
Jagadedes [Wed, 19 Nov 2014 08:50:30 +0000 (14:20 +0530)]
first time created widget warning fix

9 years agoprofile text changed
Jagadedes [Wed, 19 Nov 2014 06:09:58 +0000 (11:39 +0530)]
profile text changed

9 years agoMerge pull request #10 from Jagadees-zyxware/master
Vimal Joseph [Wed, 19 Nov 2014 05:26:44 +0000 (10:56 +0530)]
Merge pull request #10 from Jagadees-zyxware/master

Widget cache code cleanup and bug fixes.

9 years agowidget cache code cleanup and bug fixes.
Jagadedes [Wed, 19 Nov 2014 04:34:14 +0000 (10:04 +0530)]
widget cache code cleanup and bug fixes.

9 years agoImproved caching system.
Vimal Joseph [Tue, 18 Nov 2014 20:38:46 +0000 (02:08 +0530)]
Improved caching system.
Improved the structure of caching system.
Fixed minor bugs in the caching system.

9 years agoBeta 2 bug fixes. 31243. added agpl license and widget cache feature
Jagadedes [Tue, 18 Nov 2014 11:48:14 +0000 (17:18 +0530)]
Beta 2 bug fixes. 31243. added agpl license and  widget cache feature

9 years agoBeta 2 bug fixes. 31243. added agpl license and widget cache feature
Jagadedes [Tue, 18 Nov 2014 10:36:25 +0000 (16:06 +0530)]
Beta 2 bug fixes. 31243. added agpl license and  widget cache feature

9 years agoBeta 2 bug fixes. 31243. added agpl license and widget cache feature
Jagadedes [Tue, 18 Nov 2014 10:13:07 +0000 (15:43 +0530)]
Beta 2 bug fixes. 31243. added agpl license and  widget cache feature

9 years agoEnabled upgrader and set the latest changes to it.
Vimal Joseph [Mon, 17 Nov 2014 13:14:01 +0000 (18:44 +0530)]
Enabled upgrader and set the latest changes to it.

All changes to the db structure should be added as a new upgrade function.
When adding a new version, execute the upgrades through the web interface by visiting the 'Manage Extensions' screen. This screen will display an alert with an action-link to perform the upgrades

9 years agoMerge pull request #8 from Jagadees-zyxware/master
Vimal Joseph [Mon, 17 Nov 2014 12:34:53 +0000 (18:04 +0530)]
Merge pull request #8 from Jagadees-zyxware/master

#31237 Option to display current amount instead of percentage.

9 years agoBeta2 bug fix. 31237 Option to display current amount instead of percentage
Jagadedes [Mon, 17 Nov 2014 11:23:41 +0000 (16:53 +0530)]
Beta2 bug fix. 31237 Option to display current amount instead of percentage

9 years agoMerge pull request #7 from Jagadees-zyxware/master
Vimal Joseph [Mon, 17 Nov 2014 07:46:29 +0000 (13:16 +0530)]
Merge pull request #7 from Jagadees-zyxware/master

#31242 Progress bar background color.

9 years agoBeta2 bug fix.31242 progress bar background color
Jagadedes [Mon, 17 Nov 2014 06:56:26 +0000 (12:26 +0530)]
Beta2 bug fix.31242 progress bar background color

9 years agoModified release history and version information
Vimal Joseph [Sun, 16 Nov 2014 07:00:30 +0000 (12:30 +0530)]
Modified release history and version information

9 years agoFixed DB Error when saving widgets.
Vimal Joseph [Sun, 16 Nov 2014 06:48:40 +0000 (12:18 +0530)]
Fixed DB Error when saving widgets.
Set 0 to the -select- option instead of empty string.

9 years agoMerge pull request #6 from Jagadees-zyxware/master
Vimal Joseph [Fri, 14 Nov 2014 12:22:46 +0000 (17:52 +0530)]
Merge pull request #6 from Jagadees-zyxware/master

Beta2 bug fix. 31241. added tip for transparent background

9 years agoBeta2 bug fix. 31241. added tip for transparent background
Jagadedes [Fri, 14 Nov 2014 11:50:35 +0000 (17:20 +0530)]
Beta2 bug fix. 31241. added tip for transparent background

9 years agoMerge pull request #5 from Jagadees-zyxware/master
Vimal Joseph [Fri, 14 Nov 2014 10:57:37 +0000 (16:27 +0530)]
Merge pull request #5 from Jagadees-zyxware/master

Beta2 bug fixes. 31240, 31239, 31238, 31236, 31235, 31228

9 years agoBeta2 bug fixes. 31240, 31239, 31238, 31236, 31235, 31228
Jagadedes [Fri, 14 Nov 2014 10:11:17 +0000 (15:41 +0530)]
Beta2 bug fixes. 31240, 31239, 31238, 31236, 31235, 31228

9 years agoMerge branch 'Jagadees-zyxware-master'
Manoj K [Thu, 13 Nov 2014 11:53:07 +0000 (17:23 +0530)]
Merge branch 'Jagadees-zyxware-master'

9 years agobeta 3 releas
Jagadedes [Thu, 13 Nov 2014 11:28:19 +0000 (16:58 +0530)]
beta 3 releas

9 years agorelease notes
Jagadedes [Thu, 13 Nov 2014 11:13:57 +0000 (16:43 +0530)]
release notes

9 years agoMerge branch 'Jagadees-zyxware-master'
Manoj K [Thu, 13 Nov 2014 08:44:59 +0000 (14:14 +0530)]
Merge branch 'Jagadees-zyxware-master'

9 years agoadded width style to text area
Jagadedes [Thu, 13 Nov 2014 08:41:40 +0000 (14:11 +0530)]
added width style to text area

9 years agoMerge branch 'Jagadees-zyxware-master'
Manoj K [Thu, 13 Nov 2014 04:55:55 +0000 (10:25 +0530)]
Merge branch 'Jagadees-zyxware-master'

9 years agoremoved default widget and logo and title in same h5
Jagadedes [Thu, 13 Nov 2014 04:48:26 +0000 (10:18 +0530)]
removed default widget and logo and title in same h5

9 years agofixed beta 1 bugs: 31069 divider between contrib pages. removed direct use of request var
Jagadedes [Wed, 12 Nov 2014 11:57:00 +0000 (17:27 +0530)]
fixed beta 1 bugs: 31069 divider between contrib pages. removed direct use of request var

9 years agofixed beta 1 bugs: 31058 removed more menu andd added directly in row
Jagadedes [Wed, 12 Nov 2014 06:36:43 +0000 (12:06 +0530)]
fixed beta 1 bugs: 31058 removed more menu andd added directly in row

9 years agofixed beta 1 bugs, 31062, 31063, 31101, 31067, 31065
Jagadedes [Tue, 11 Nov 2014 12:09:26 +0000 (17:39 +0530)]
fixed beta 1 bugs, 31062, 31063, 31101, 31067, 31065

9 years ago#31101 Decouple widgets and embed code
Jagadedes [Mon, 10 Nov 2014 11:55:11 +0000 (17:25 +0530)]
#31101 Decouple widgets and embed code

9 years ago#31102, #31060 combibed 2 script tags in embed code and added referalId
Jagadedes [Mon, 10 Nov 2014 04:33:30 +0000 (10:03 +0530)]
#31102, #31060 combibed 2 script tags in embed code and added referalId

9 years agoBeta I Bug fixes: #31066(Newsletter signup ability to change the button color and...
Jagadedes [Fri, 7 Nov 2014 12:02:27 +0000 (17:32 +0530)]
Beta I Bug fixes: #31066(Newsletter signup ability to change the button color and the text), #31069(2,3), #31064

9 years ago#29801 - Beta1 release.
Manoj K [Thu, 6 Nov 2014 13:22:04 +0000 (18:52 +0530)]
#29801 - Beta1 release.

9 years agoMerge branch 'Jagadees-zyxware-master'
Manoj K [Thu, 6 Nov 2014 13:06:33 +0000 (18:36 +0530)]
Merge branch 'Jagadees-zyxware-master'

9 years agorelease notes
Jagadedes [Thu, 6 Nov 2014 12:39:29 +0000 (18:09 +0530)]
release notes