26 Aug, 2012

1 commit


24 Aug, 2012

1 commit


23 Aug, 2012

2 commits


21 Aug, 2012

3 commits


20 Aug, 2012

1 commit

  • Plus a small enhancements on the existing UI for comments: turned the
    "delete" button into a text-only label in the bottom, instead of an
    annoying icon that shows up when you pass the mouse over the comment
    balloon.
    
    ActionItem2306
    Antonio Terceiro
     

19 Aug, 2012

1 commit


17 Aug, 2012

1 commit

  • That idea could be useful for streaming comment data, but it is not
    useful to notify plugins that a comment was saved before checking e.g.
    that it is not SPAM. So this notification must be done by the
    CommentHandler class, *after* it decided that the comment received is
    valid (e.g. an antispam plugin decided it is not spam).
    
    ActionItem2306
    Antonio Terceiro
     

15 Aug, 2012

1 commit


09 Aug, 2012

2 commits


08 Aug, 2012

1 commit


07 Aug, 2012

2 commits


24 Jul, 2012

1 commit


22 Jul, 2012

2 commits


20 Jul, 2012

3 commits


19 Jul, 2012

1 commit

  • Conflicts:
    	app/models/article.rb
    	app/models/profile.rb
    	app/models/uploaded_file.rb
    	public/javascripts/application.js
    	public/stylesheets/application.css
    	test/unit/article_test.rb
    	test/unit/category_finder_test.rb
    	test/unit/enterprise_test.rb
    Daniela Feitosa
     

18 Jul, 2012

2 commits


05 Jul, 2012

1 commit

  •   * Every class now can declare that it is able to inlcude hotspots by
        declaring 'acts_as_having_hotspots'. It's important to note that
        every class that have hotspots must define an instance method named
        'environment' that returns the environment associated with the
        instance.
    
      * Now the enabled_plugins method is centralized in the Thread.current
        making the plugins instantiation happen only once by Thread. Every
        request reinstantiate the plugins since every request creates a new
        Thread. The models that access this method only instantiate it if it
        wasn't instantiated already.
    
      * Since the models doesn't reinstantiate the plugins in the same
        Thread and the tests run in only one Thread, the tests that have
        some plugin stuff must clean the instantiation in the teardown.
    Rodrigo Souto
     

22 Jun, 2012

1 commit


21 Jun, 2012

1 commit


15 Jun, 2012

1 commit


26 May, 2012

1 commit


24 May, 2012

1 commit


22 May, 2012

2 commits


21 May, 2012

3 commits


20 May, 2012

2 commits


19 May, 2012

1 commit


17 May, 2012

1 commit