Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-17 Thread Bruno Rocha
HI, A lot of people are sending me emails with suggestions and bug reports (some people who are not familiar with github to fill issues there) So I created UserVoice account for Movuca If you have any consideration, suggestion, bug report, idea etc... http://movuca.uservoice.com Thank you --

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-15 Thread Bruno Rocha
it will get the config values bypassing the cache. config is in a sqlite db, so it is cached for 300s (the expiration is a config option and you can change it) because of that I have the setup/install (which needs a interface) you can reload the cache with setup/reload http://zerp.ly/rochacbru

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-15 Thread villas
Thanks Bruno, I am now experimenting with it. Probably worth mentioning for the benefit of others that changing a line in controllers/setup.py was sufficient to get things initially going: config = Config(autogetconfig=False) to config = Config(autogetconfig=True)

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-14 Thread Bruno Rocha
I forgot to mention that you can have comments in different ways, Facebook comments, DIsqus, Intense Debate or Movuca comments. All configuration is in databases/config_movuca.sqlite (I am developing an admin page for that)

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-14 Thread Bruno Rocha
I made several changes to database model, the problem is that SQLITE does not support ALTER TABLE so you need to delete your tables and let them to be created again. You can just delete config* from databases folder, but I has problems with birthdate column in auth_user, so it is a good idea to st

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-14 Thread Alex s
I am with the same difficulty as David. Alex On Tue, Jan 10, 2012 at 7:21 PM, villas wrote: > Hi Bruno > > I just downloaded the zip file, but it seems broken. Did you re.factor > config.db.uri to be config.db_options.uri etc? I think you still a few > edits to do. I tried to debug but in the

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-10 Thread villas
Hi Bruno I just downloaded the zip file, but it seems broken. Did you re.factor config.db.uri to be config.db_options.uri etc? I think you still a few edits to do. I tried to debug but in the end I did not have enough time but I am really looking forward to trying it again soon. Thanks, Davi

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-09 Thread Bruno Rocha
I just finished the article http://movu.ca/demo/article/show/15/how-to-create-content-types-in-movuca-cms "subscribers should receive an alert e-mail" I am open for suggestions and also I appreciate code reviews! -- Bruno Rocha [http://rochacbruno.com.br]

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-09 Thread Marco Mansilla
El Sat, 7 Jan 2012 00:46:16 -0200 Bruno Rocha escribió: > Got a domain name! http://movu.ca > Awesome!, congrats!, and thanks for sharing it's a cool idea

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-09 Thread Bruno Rocha
Hi all, I am writing a post explaining how datamodels works and how to create your own content types with just a Python class and a view. In this post I will show how to transform the Movuca CMS in a social commerce adding a "Product" content type. http://movu.ca/demo/article/show/15/how-to-crea

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-06 Thread Bruno Rocha
Got a domain name! http://movu.ca -- Bruno Rocha [http://rochacbruno.com.br]

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-06 Thread Bruno Rocha
On Thu, Jan 5, 2012 at 7:07 PM, Alan Etkin wrote: > Martin Mulone is also developing Instant Press for web2py, with > similar features i think. > InstantPress is a CMS, I think its goal is to be a CMS just like Joomla, Drupal or WordPress where some "admin" people have rights to post content and

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-06 Thread Bruno Rocha
http://labs.blouweb.com/movuca/article/show/11/about-the-name-movuca -- Bruno Rocha [http://rochacbruno.com.br]

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-06 Thread Bruno Rocha
Originally "Muvuca", is a word of Indian origin, is a mixture of various grains and seeds with soil, to reforest an area devastated. In portuguese it also means "a group of people making a mess" I like the name because I think social network is a mixture of various content types (just like the ind

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-06 Thread Bruno Rocha
this is a work in progress. 10% are done, have a lot of missing views and I am geting suggestions to improve the next functionalities. thanks for testing it! http://zerp.ly/rochacbruno Em 06/01/2012 06:31, "Vineet" escreveu: > Hi Bruno, > Nice work. > I registered to movuca. > Some links are e

[web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-06 Thread Vineet
Hi Bruno, Nice work. I registered to movuca. Some links are erroneous (invalid function (person/favorites)). e.g. 'My Recipe Book', 'New Page', 'My Favorites', etc. Clicking on 'My Drafts' issues this ticket--- Ticket issued: movuca/ 117.200.216.21.2012-01-06.06-28-15.6dd97c85-2fbe-4253-95a3-73d

[web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-05 Thread Alan Etkin
The WYSIWYG editor works smooth, altough i didn't used all of its functions. I also like the multi-tab upload facility. It all looks really good with Firefox 3.6.24 Martin Mulone is also developing Instant Press for web2py, with similar features i think. On 5 ene, 07:36, Bruno Rocha wrote: > Hi,

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-05 Thread Martín Mulone
nice bruno, what does it mean movuca? 2012/1/5 Bruno Rocha > On Thu, Jan 5, 2012 at 9:27 AM, Massimo Di Pierro < > massimo.dipie...@gmail.com> wrote: > >> Looks really slick > > > > This is the "basic" theme, I am working on two more themes. One based in > Foundation and another in twitter boots

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-05 Thread Bruno Rocha
On Thu, Jan 5, 2012 at 9:27 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Looks really slick This is the "basic" theme, I am working on two more themes. One based in Foundation and another in twitter bootstrap. It is all modular so its easy to create new themes. -- Bruno Rocha

[web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-05 Thread Massimo Di Pierro
Looks really slick. On Jan 5, 4:36 am, Bruno Rocha wrote: > Hi, > > I am developing a Social CMS, I was very inspired by vikuit.com but I made > some conceptual improvements on what I think is a Social CMS. > > This is a simple system based in Articles, Content Types, Themes, Users, > Activitie