22 Feb, 2015

1 commit


03 Feb, 2015

1 commit

  • Conflicts:
    	app/controllers/my_profile/profile_editor_controller.rb
    	app/helpers/search_helper.rb
    	app/models/invitation.rb
    	app/models/person.rb
    	app/views/cms/view.html.erb
    	app/views/templates/index.html.erb
    	plugins/community_track/views/content_viewer/_step_item.html.erb
    	test/functional/home_controller_test.rb
    	test/unit/person_test.rb
    	test/unit/profile_test.rb
    Rodrigo Souto
     

21 Jan, 2015

1 commit

  • Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
    Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
    Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
    Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
    Signed-off-by: Filipe Ribeiro <firibeiro77@live.com>
    Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
    Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
    Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
    Gabriela Navarro
     

29 Jul, 2014

1 commit


18 Jul, 2014

1 commit


20 Jan, 2014

1 commit


09 Jan, 2014

1 commit

  • - Added a field on article new/edit to specify which users can access the article
    - Added a relationship has_and_belongs_to_many between Article and Person
    - Created a new table article_privacy_exceptions for has_and_belongs_to_many
    - Added cucumber tests
    - Added a new cucumber step to add a user to the exception users list
    
    (ActionItem2852)
    
    Signed-off-by: Alex de Souza <campelo.al1@gmail.com>
    Signed-off-by: Athos Ribeiro <athoscribeiro@gmail.com>
    Signed-off-by: Andre Bedran <bedran.fleck@gmail.com>
    Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
    Signed-off-by: Carlos Andre <carlos.andre.souza@msn.com>
    Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
    Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
    Signed-off-by: Gustavo Jaruga <darksshades@hotmail.com>
    Signed-off-by: Matheus Faria <matheus.sousa.faria@gmail.com>
    Signed-off-by: Tales Martins <tales.martins@gmail.com>
    Arthur Del Esposte
     

25 Dec, 2012

1 commit


06 Nov, 2012

1 commit


22 Jul, 2012

1 commit


21 Jul, 2012

1 commit


20 Jul, 2012

3 commits


13 Jul, 2012

2 commits


12 Jul, 2012

6 commits


27 Jun, 2012

1 commit


15 Jun, 2012

1 commit


09 Aug, 2011

6 commits


03 Mar, 2011

1 commit

  • * Mergin all separate body and lead of all the article's type into one
        shared partial.
      * Adding the lead slide to the task (it was just showing instead of
        hiding and sliding when the 'Lead' button was clicked).
    
    PS: This refactoring also fixes the AI1869.
    
    (ActionItem1869)
    Rodrigo Souto
     

09 Dec, 2010

1 commit


02 Sep, 2010

2 commits

  •   * Add Article#lead explicitly and moved the logic there
      * Better UI for article
      * Changed the the "short" format of blogs to use the lead intead of the
        "first paragraph". With that the lead UI almost makes sense for all
        users.
    
    (ActionItem1664)
    Antonio Terceiro
     
  • * Adding the lead field to article's edition. This field fills the
        information that is displayed in the highlighted news.
    (ActionItem1664)
    Rodrigo Souto