24 Dec, 2011

11 commits


22 Dec, 2011

1 commit


22 Nov, 2011

2 commits


17 Nov, 2011

1 commit


01 Nov, 2011

1 commit


31 Oct, 2011

1 commit


25 Oct, 2011

1 commit

  • Included new named_scopes for browsing contents:
    * more_recent
    * more_comments
    * more_views
    A named_scope to filter only text articles
    * text_articles
    Included new browse_contents_menu on base theme
    
    (ActionItem2069)
    Daniela Feitosa
     

13 Oct, 2011

1 commit


11 Oct, 2011

1 commit


10 Oct, 2011

2 commits

  • * Refactoring profile management to use tokeninput
      * Also, adding support of tokeninput to the core
    * Adding attributes validated and cnpj to enterprise
    * Environment option to define enterprise as validated by defaul
    * Making profile namedscopes consider subclasses too
    * Adapting enterprise icon and identification to meet Bsc expectations
    * Adapting profile info actions to meet Bsc expectations
    * Adapting control panel buttons to meet Bsc expectations
    * Adapting core product to meed Bsc expectations
    * Adding and fixing plugin hotspots
    
    (ActionItem2085, ActionItem2087, ActionItem2086, ActionItem2088)
    Rodrigo Souto
     
  • Joenio Costa
     

16 Aug, 2011

1 commit


13 Aug, 2011

1 commit


11 Aug, 2011

1 commit


10 Aug, 2011

1 commit


09 Aug, 2011

1 commit


08 Aug, 2011

1 commit

  • also:
    - fix noosfero/i18n: error_messages_for should works as documented in
      Rails API (accept param :header_message => '...')
    - new helper method to display errors in a dialog box
    - now Plugins knows what is URL to admin itself
    - defining paths to cucumber steps and setup files in config/cucumber.yml
    - allow plugins to have documentation in same way as Noosfero core
    
    (ActionItem2056)
    Joenio Costa
     

26 Jul, 2011

2 commits


20 Jun, 2011

1 commit

  •   * Making partial for class consider:
        - Controller's view paths
        - rhtml and html.erb extensions
        - Namescoped models
      * Also fixing the extensions for partial_for_task_class too.
    Rodrigo Souto
     

14 Jun, 2011

1 commit


01 Jun, 2011

1 commit


27 May, 2011

1 commit


26 May, 2011

1 commit


12 May, 2011

1 commit


10 May, 2011

4 commits

  • (ActionItem1996)
    Daniela Feitosa
     
  • * Features:
        - Extension of ActionMailer::Base so that it can append or prepend
          new paths to view_paths and each instance of it has it's own view
          paths. So if I define Mailer < ActionMailer::Base, my new class
          Mailer will have an independent view_path from ActionMailer,
          despite having a default value equal to it.
        - Adding new method root_path for Plugins.
      * Fixes:
        - select_country helper receive options too.
        - Passing request form through ajax serialize instead of hardcoded.
    Rodrigo Souto
     
  • Rodrigo Souto
     
  • * Hot Spots:
        - Catalog item extra content
        - Stylesheet
        - JS
        - Application body extra content
        - Product info extra content
      * Plugin new methods
        - Public name
        - Public path
      * Plugin manager
        - Fixing map and adding collect method
      * Fixes:
        - Expand template method
    Rodrigo Souto