Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Vvveb

Open source CMS with advanced page builder and ecommerce.
Collective - Host: opensource - https://opencollective.com/vvvebjs - Website: https://vvveb.com/ - Code: https://github.com/givanz/VvvebJs

Fixe designer mode element position when dragging inside relative containers.

github.com/givanz/VvvebJs - 25f995b7c4adcd74fc2e969ec986228810d4ea7f authored over 5 years ago by givanz <[email protected]>
Added designer mode

github.com/givanz/VvvebJs - 7ac43ced40ed16b37f59cbe36c1ffe809daca396 authored over 5 years ago by givanz <[email protected]>
Update README.md

Added slack, discord, npm badges and open collective links.

github.com/givanz/VvvebJs - f94caeefd5418a3807a9bdc762c32d28941acdf5 authored over 5 years ago by Givan <[email protected]>
Centered vertically "non-editable content" text.

github.com/givanz/VvvebJs - 20786de62550af3c9523cccf2dd3cbd24fdb1a18 authored over 5 years ago by givanz <[email protected]>
Removed console.log

github.com/givanz/VvvebJs - 555370cd92c80c37962439b94f2742086abfb7ee authored over 5 years ago by givanz <[email protected]>
Fixed css unit input em unit not working, made css unit input to change also on arrow click by adding mouseup event and up/down keys by adding keyup event.

Fixed component dropping not working when page has small body height like in the default page tem...

github.com/givanz/VvvebJs - 398d0af09aefc12427a73966e8bd5a33b9deeae1 authored over 5 years ago by givanz <[email protected]>
Changed regex for add new page filename to allow / for typing full paths.

github.com/givanz/VvvebJs - 4a70bfb886431be60a272468f7b8998842c63e16 authored over 5 years ago by givanz <[email protected]>
Added support for non editable area.

github.com/givanz/VvvebJs - 78ff093f033e3103d1cf6d4b186d99d9d510d925 authored over 5 years ago by givanz <[email protected]>
Fixed component properties height.

github.com/givanz/VvvebJs - e03d1560acd32abdc02da4b2acbb06f0e9c3af89 authored over 5 years ago by givanz <[email protected]>
Fixed background-image image path to remove url("") from string.

github.com/givanz/VvvebJs - 88857426d663fad1ef2d7b6bdcd9967d83420295 authored over 5 years ago by givanz <[email protected]>
Merge pull request #45 from haikarthikssk/development

fixed showing of icon when components are dragged and not dropped

github.com/givanz/VvvebJs - 967013651883857419c5f3864f1849b840147536 authored over 5 years ago by Givan <[email protected]>
Remove element if dragged again into to the component without dropping

github.com/givanz/VvvebJs - 6bdd9ac1ae68b216322adf7f39a8fd11bb9c4fe6 authored over 5 years ago by Karthik K <[email protected]>
fixed showing of icon when components are dragged and not dropped

github.com/givanz/VvvebJs - 7e4169682be16856b4301fe032b228a97a560407 authored over 5 years ago by Karthik K <[email protected]>
Merge branch 'master' of https://github.com/givanz/VvvebJs

github.com/givanz/VvvebJs - 89892b6090c3f85a00d3528b7b9f83fa63aaea09 authored over 5 years ago by givanz <[email protected]>
Added more blocks, blocks list scrollbar and small design changes to blocks list.

github.com/givanz/VvvebJs - 4601fcc4ab012d3308866843c46b66f10c8f6136 authored over 5 years ago by givanz <[email protected]>
Added one panel demo link

Added one panel demo link and a list with features.

github.com/givanz/VvvebJs - 5dd5b5a6c4b519233eaf564cb503fb5790d3413f authored over 5 years ago by Givan <[email protected]>
New page feature allows adding new page in file manager.

Blocks support, blocks are snippets or sections that can have multiple components/html that can b...

github.com/givanz/VvvebJs - 1bd51c173ac1723370a8a8528e0eb0ebc7c1a5ec authored over 5 years ago by givanz <[email protected]>
Removed redundant htmlAttr: "id" from heading component and changed text input event from keyup to blur to make undo easier #40

Ui improvments to spacing and colors.
Changed all icons to line awesome.

github.com/givanz/VvvebJs - 54b4a9a10a998c8059636166b795d343ab09f144 authored almost 6 years ago by givanz <[email protected]>
Fixed highlight box position on window scrolling bug #38

github.com/givanz/VvvebJs - c4b334902b21766ed9cd8386e4513aeede8c8a70 authored almost 6 years ago by givanz <[email protected]>
Removed duplicate code inside _getElementType

github.com/givanz/VvvebJs - f0633e904d2bc637021c1ed712e826c32b7c6419 authored almost 6 years ago by givanz <[email protected]>
Fixed duplicate clone elements by registering box events only once not on every iframe load.

github.com/givanz/VvvebJs - 337f39d5b8e28536482e7c8489a993e5f57e56e4 authored almost 6 years ago by givanz <[email protected]>
Added disable cache flag parameter to load page to prevent browser caching interfering with ajax save.

github.com/givanz/VvvebJs - 9fa61510dedef4da21fa25e703ed384427d56a0a authored almost 6 years ago by givanz <[email protected]>
Added missing changes.

github.com/givanz/VvvebJs - 68ce2111793c60fb99acca6e87fc0d43f951bf6a authored almost 6 years ago by givanz <[email protected]>
Fixed css unit input empty unit text if empty select is not changed first.

Added ajax save option and sample php code.

github.com/givanz/VvvebJs - f5fbaba0d88c2c477e89817174fe3d2b5d40c5d0 authored almost 6 years ago by givanz <[email protected]>
Fixed image src update after image upload

github.com/givanz/VvvebJs - d7087d9c0b138cc94706b7b70c16208cbc0a6012 authored about 6 years ago by givanz <[email protected]>
Added background image css property for base html element.

github.com/givanz/VvvebJs - 2eba2ff64b69aeed8ecbb43f0f6968b94e3141f2 authored about 6 years ago by givanz <[email protected]>
Added editor option "Run code on edit" to run javascript code when editing.

github.com/givanz/VvvebJs - ed5ba1fc76e2632e6c025c31b9389d89accf275a authored about 6 years ago by givanz <[email protected]>
Added image upload with support for backend upload with ajax also I added a small php script for demo

github.com/givanz/VvvebJs - bdb1a00da36dbfb14b6e7baa37707b9eb97a0b77 authored about 6 years ago by givanz <[email protected]>
Added image upload with support for backend upload with ajax also I added a small php script for demo

github.com/givanz/VvvebJs - d158af4a3170e834fe337d372df5612e02bcddb5 authored about 6 years ago by givanz <[email protected]>
Added file upload option to image input

github.com/givanz/VvvebJs - b31b1638c2b87a63364febe5cb5a36f1b9c02d5d authored about 6 years ago by givanz <[email protected]>
Added upload input for image input

github.com/givanz/VvvebJs - d95d729c3bc15e1fdba866150f0a1d39f65f1abb authored about 6 years ago by givanz <[email protected]>
Added component tree for file manager.

github.com/givanz/VvvebJs - b8e8c83a1b40df82fe209f242909f89a781d64ac authored about 6 years ago by givanz <[email protected]>
Merge branch 'master' of https://github.com/givanz/VvvebJs

github.com/givanz/VvvebJs - f3d62791103862b264921beb6d7fae6293a8451e authored over 6 years ago by givanz <[email protected]>
Fixed drag and drop and property change for ie11

github.com/givanz/VvvebJs - 6d470381a064d0f97c12710d4729cdb0635ea8a9 authored over 6 years ago by givanz <[email protected]>
Update README.md

Changed screenshot

github.com/givanz/VvvebJs - 3636ffebaeb068a20be35ef64afdfd46db9228dc authored over 6 years ago by Givan <[email protected]>
Added download button.

github.com/givanz/VvvebJs - b3e9436290b22a455c193d3d14a7ed37cf1d5f9d authored over 6 years ago by givanz <[email protected]>
Added Vvveb.dragIcon option to switch from using component image or component html for drag icon.

Improved component drag and drop and added droppable highlight.

github.com/givanz/VvvebJs - b5ef5d692c65a400354924f35d4c4ca7cb4ce195 authored over 6 years ago by givanz <[email protected]>
Added file manager, new widgets components, collapsible panels for components and properties, new properties for html elements like padding, margin, typography etc.

github.com/givanz/VvvebJs - 5da87afe0a48ad035cca281caa9e56149f59ce7a authored over 6 years ago by givanz <[email protected]>
Fixed unclosed div in editor.html and updated bootstrap 4

github.com/givanz/VvvebJs - dce67d3f3e2c8390a1ab2a1b1e69c093ae6c1dff authored over 6 years ago by givanz <[email protected]>
Added code editor support (default textarea) and codemirror plugin for code editor syntax highlight,

Added width and height for video an maps widget.
Fixed base component class input editing bug.

github.com/givanz/VvvebJs - 3a359bdda0d228c40533c43e478953fd63f55297 authored over 6 years ago by givanz <[email protected]>
Added support for style html attribute by using htmlAttr="style" key will be used as css property, example for background-color

Vvveb.Components.extend("_base", "html/example", {
name: "Example",
properties: [
{
...

github.com/givanz/VvvebJs - 266d0a409c8606ea6209f03436a99fc0764f4347 authored over 6 years ago by givanz <[email protected]>
Increased jquery version to 3.x

github.com/givanz/VvvebJs - 063b35fd6a35ff12261d4d8242a17479cd4fa124 authored over 6 years ago by givanz <[email protected]>
Changed jquery version

github.com/givanz/VvvebJs - f4b2432ecaeb0159bda4cf32277d7d9124803656 authored over 6 years ago by givanz <[email protected]>
Added npm package info

github.com/givanz/VvvebJs - 56acc3c4eddae3229f1bd4a3ff10c0e52321e471 authored over 6 years ago by givanz <[email protected]>
Merge branch 'master' of https://github.com/givanz/VvvebJs

github.com/givanz/VvvebJs - 938031ad55112060ed2bcb6ecca66129119511f7 authored about 7 years ago by givanz <[email protected]>
Fix for wrong project language, linguist ignore all files except .js, so JavaScript becomes the only possible language

github.com/givanz/VvvebJs - 2ac9dae01e5982f92fce9abe51d125e07d6d2ea9 authored about 7 years ago by givanz <[email protected]>
Changed preview url to clear github cdn cache.

github.com/givanz/VvvebJs - 30f6bd7f6d8c8ae4dc970301b914e4de14493dfa authored about 7 years ago by givanz <[email protected]>
initial release

github.com/givanz/VvvebJs - 24a1091190870d1e058f97578efcb24abba1fd82 authored about 7 years ago by givanz <[email protected]>
Initial commit

github.com/givanz/VvvebJs - d1fb6261aed8c5e893fea26685800b5f57c2b4bb authored about 7 years ago by givanz <[email protected]>