25 Oct, 2011

1 commit


10 Oct, 2011

1 commit


16 Aug, 2011

1 commit


13 Aug, 2011

1 commit


26 Jul, 2011

1 commit


26 May, 2011

1 commit


18 May, 2011

1 commit

  • Change acts_as_searcheable to always index schema_path. If multitenancy
    if off or the database isn't PostgreSQL, then schema_path method returns
    an empty string and is not used at find_by_contents.
    
    Change find_by_contents adding options separating options from paginate,
    solr and rails's find. With Solr search capabilities, combined search
    (solr + rails find) won't be necessary in the future.
    Also change find_by_contents to return a hash where there are the
    facets found and also the results.
    
    Related tests pass with this change
    Braulio Bhavamitra
     

21 Apr, 2011

1 commit


04 Apr, 2011

1 commit


25 Mar, 2011

1 commit


22 Mar, 2011

2 commits


27 Feb, 2011

1 commit


16 Feb, 2011

1 commit


01 Feb, 2011

1 commit


18 Jan, 2011

1 commit


17 Dec, 2010

1 commit


10 Dec, 2010

1 commit


09 Dec, 2010

2 commits


07 Dec, 2010

1 commit


26 Oct, 2010

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
     

15 Oct, 2010

1 commit


21 Sep, 2010

1 commit

  •   * The users member of a community shoudl be notified with the information of where that noficication is.
      * The friendship relationship should be notified to the both users
      * If the article is created automaticaly according its template this article should not be notified
      * The article approval should not notify the article with the user who aproved it as the user that made the article
    
    (ActionItem1303)
    Leandro Santos
     

14 Sep, 2010

1 commit


11 Sep, 2010

1 commit


03 Sep, 2010

1 commit


02 Sep, 2010

3 commits


31 Aug, 2010

1 commit


26 Aug, 2010

1 commit


09 Aug, 2010

1 commit


13 Jul, 2010

1 commit


08 Jul, 2010

1 commit


06 Jul, 2010

1 commit


02 Jul, 2010

1 commit


05 Jun, 2010

1 commit


12 May, 2010

1 commit

  • * The field verification now occurs before de validation.
    	* Fields that uses the full filter escape residual '<' and '>' after
    	  filtering wellformed tags.
    	* Fields that uses white_list filter only escape the '<' and '>'
    	  symbols if the tag is not wellformed.
    	* This patch only fixes the fields that were before being
    	  filtered. A full field verification is need to check the way each
    	  field must be filtered.
    
    (ActionItem1491)
    Rodrigo Souto