12 Jun, 2015

2 commits


14 Apr, 2015

1 commit


14 Aug, 2014

1 commit


22 Jul, 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
     

19 Sep, 2013

1 commit


25 Jul, 2013

1 commit


16 May, 2013

2 commits


25 Apr, 2013

1 commit


17 Apr, 2013

1 commit


28 Mar, 2013

1 commit


18 Mar, 2013

1 commit


27 Nov, 2011

1 commit


21 Oct, 2010

1 commit

  •   * Posts unavailable for the user weren't displayed but were
        considered on pagination.
      * Used a direct sql to increase the performance.
      * Removing last and first_day_of_month methods and using the rails
        builtin methods in_the_beginning_of_month and in_the_end_of_month.
    
    P.S.: done against the master branch.
    
    (ActionItem1557)
    Rodrigo Souto
     

02 Sep, 2010

1 commit


26 Aug, 2010

1 commit


09 Aug, 2010

1 commit


06 Jul, 2010

1 commit


28 May, 2010

1 commit


26 Feb, 2010

1 commit


14 Dec, 2009

1 commit


06 Jun, 2009

1 commit


23 May, 2009

1 commit


20 May, 2009

1 commit

  • * moved the comments link to near the article title
     * added a anchor for the beginning of the comments
     * removed the link for comments at the end of the article
     * added warps for borders
     * changed h3 to h1 for post titles in blog view
     * removed h1 from tinyMCE format selector
     * added hr tag between blog posts
     * added a div with blog-posts tag for styling of this hr
    Moises Machado
     

03 Apr, 2009

1 commit


16 Mar, 2009

1 commit


11 Dec, 2008

1 commit

  •   - 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'
    Joenio Costa
     

29 Nov, 2008

1 commit

  •     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
    Joenio Costa