11 Dec, 2008
2 commits
-
- display comment form opened - links to subscribe rss feed - show 'Edit blog' on view blog - display button to remove article when view - use select box instead of text fields to blog configuration - decreasing size of the field description - use 'New post' instead of 'New article'
-
- add fields city and state to contact form - aceess_control plugin: filter members by role - stay on contact form after send message - validates format of email only if filled - remove phone and add name and fill fields if user logged in - mark contact fields to translation
01 Dec, 2008
3 commits
29 Nov, 2008
3 commits
-
users can send message to enterprises the enterprise must choose if 'contact us' is available or not -
* adding method to apply templates * added setting[:templates_id] in environment * adding methods and vies to set and edit templates
-
block to list amount of posts by month offer BlogArchivesBlock only if profile has blog pagination save feed options after create blog the settings of feeds must be editable trhough it's parent blog not offer to create sub-folder to blog the title of the post and the comments count are links to the specific article display count of blog-post comments users cant create more then one blog
26 Nov, 2008
3 commits
-
Conflicts: app/controllers/my_profile/profile_design_controller.rb
-
* adding script to generate big versions for images
11 Nov, 2008
1 commit
31 Oct, 2008
1 commit
-
* Listing environment themes and approved themes for selection * Adding settings 'themes' for the environment * Adding method approved_themes to theme.rb
23 Oct, 2008
1 commit
-
* Adding method public_themes to find user_themes that can be used for others * Adding attribute accessors for public * On creation of a new theme, making it not public by default
15 Oct, 2008
1 commit
09 Oct, 2008
1 commit
08 Oct, 2008
1 commit
27 Sep, 2008
1 commit
-
Also added some tests, but could not reproduce the bug. :(
25 Sep, 2008
1 commit
18 Sep, 2008
3 commits
11 Sep, 2008
1 commit
-
To disable SSL, just set disable_ssl = true in the environment. Like this: Environment.default.update_attributes(:disable_ssl => true) git-svn-id: https://svn.colivre.coop.br/svn/noosfero/branches/0.11.x@2511 3f533792-8f58-4932-b0fe-aaf55b0a4547
09 Sep, 2008
1 commit
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/branches/0.11.x@2488 3f533792-8f58-4932-b0fe-aaf55b0a4547
06 Sep, 2008
2 commits
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2477 3f533792-8f58-4932-b0fe-aaf55b0a4547
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2475 3f533792-8f58-4932-b0fe-aaf55b0a4547
05 Sep, 2008
4 commits
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2474 3f533792-8f58-4932-b0fe-aaf55b0a4547
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2472 3f533792-8f58-4932-b0fe-aaf55b0a4547
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2471 3f533792-8f58-4932-b0fe-aaf55b0a4547
-
* Added more options to move blocks: a button for "move this block to the oposite side". * Added help button for each block. + Wrote help for all blocks, plus enhancing the existing help in some blocks. * Adapted tests to the new bahaviour and added some tests. git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2463 3f533792-8f58-4932-b0fe-aaf55b0a4547
04 Sep, 2008
4 commits
-
Changes: * Implemented require_ssl and refuse_ssl in ApplicationController * Changed AccountController to require SSL + pointing to HTTPS in login forms * Changed PublicController to refuse SSL, and fixed all controllers in app/controllers/public to inherit from it (with some exceptions). * Changed MyProfileController to require SSL Side-effects: * Some controllers had been changed in an unappropriated way for the new SSL requirement. * Some tests changed to reflect the new SSL requirements. * Needed to tweak content_viewer controller to deal with SSL URL's: + Fixed detection of user coming from public view that was broke by the SSL thing. * adapted enterprise_registration tests git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2458 3f533792-8f58-4932-b0fe-aaf55b0a4547 -
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2457 3f533792-8f58-4932-b0fe-aaf55b0a4547
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2453 3f533792-8f58-4932-b0fe-aaf55b0a4547
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2452 3f533792-8f58-4932-b0fe-aaf55b0a4547
02 Sep, 2008
1 commit
-
We are calling "template" the disposition of the main screen area. In other words, a template is the disposition of columns. Currently there are three templates: * default: left and right columns + main area * leftbar: main area + left column * rightbar: main area + right column git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2439 3f533792-8f58-4932-b0fe-aaf55b0a4547
30 Aug, 2008
1 commit
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2435 3f533792-8f58-4932-b0fe-aaf55b0a4547
29 Aug, 2008
2 commits
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2434 3f533792-8f58-4932-b0fe-aaf55b0a4547
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2432 3f533792-8f58-4932-b0fe-aaf55b0a4547
27 Aug, 2008
2 commits
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2425 3f533792-8f58-4932-b0fe-aaf55b0a4547
-
They broke when I added the domain routing stuff git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2420 3f533792-8f58-4932-b0fe-aaf55b0a4547