10 May, 2013

1 commit


08 Aug, 2011

2 commits

  • A plugin that allows sending e-mails via HTML forms
    
    (ActionItem2056)
    Joenio Costa
     
  • 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
     

25 Nov, 2010

1 commit


26 Oct, 2010

2 commits

  • adding-product
    community-balloon
    answering-scraps
    sending-scraps
    viewing-profiles-activity
    translation
    Daniela Feitosa
     
  • deleting-profile
    lead and save and continue on article edition
    export-users-list
    send-email-environment-members
    send-email-community-members
    person-balloon
    community-balloon
    finding-more-popular-communities
    finding-more-active-communities
    finding-more-recent-communities
    finding-more-popular-people
    finding-more-active-people
    finding-more-recent-people
    Daniela Feitosa
     

06 Aug, 2010

1 commit


28 Apr, 2010

1 commit


17 Mar, 2010

1 commit

  • * New topics
          * Changing password for user
          * Editing sideboxes (user, community, enterprises)
          * Editing header/footer (user, community, enterprise)
          * Editing appearance (user, community, enterprise)
       * Adding "Back to top" link
       * Translating
    
    (ActionItem1431)
    Daniela Feitosa
     

03 Mar, 2010

1 commit


26 Feb, 2010

1 commit


05 Feb, 2010

1 commit


02 Feb, 2010

1 commit


01 Feb, 2010

1 commit


29 Jan, 2010

2 commits


09 Nov, 2009

1 commit


27 Oct, 2009

1 commit

  •   * transformed script/feed-updater into a controller script. It starts
        and stops together with the production system (script/production)
      * moved the update (daemon) logic into FeedUpdater class. It knows which
        feeds must be updated and when, and when it should stop running.
      * concentrated the fetch (download) logic into FeedHandler class. It
        knows how to update a specific feed.
      * implemented the concept of "enabled" and "expired" in both
        ExternalFeed and FeedReaderBlock. The feed updater looks for feeds
        that are both enabled *and* expired to update.
      * Disabled feed reader blocks get re-enabled when their address is
        changed.
      * fixed a bug that made some feeds crash when using PostgreSQL
        (CGI::unescapeHTML transforms Numeric Character References into
        iso-8859-1 data and PostgreSQL won't accept that into a UTF-8
        database)
      * Removed sleep(1) calls from script/production, they don't seem to be
        useful
      * Added an index for the type column in `blocks` table.
    
    (ActionItem1243)
    Antonio Terceiro
     

16 Sep, 2009

2 commits


24 Jul, 2009

1 commit


27 May, 2009

2 commits


21 May, 2009

2 commits


27 Apr, 2009

1 commit


09 Apr, 2009

1 commit


20 Feb, 2009

1 commit


17 Feb, 2009

1 commit


21 Oct, 2008

1 commit


03 Jul, 2008

1 commit


28 Apr, 2008

1 commit


28 Feb, 2008

1 commit


19 Feb, 2008

1 commit


21 Jan, 2008

1 commit


28 Dec, 2007

1 commit


02 Dec, 2007

3 commits


21 Oct, 2007

1 commit

  • flight.
    
    As usual, keeping the local commits' log messages below so they are
    referenced in the corresponding items.
    
    r751@cabula:  terceiro | 2007-10-20 06:50:14 +0000
    ActionItem16: making Task optionally send a message to the task target
    upon task creation
    
    r752@cabula:  terceiro | 2007-10-20 06:52:54 +0000
    ActionItem16: refactoring: extract method of code that handles different types of messages
    
    r753@cabula:  terceiro | 2007-10-20 07:36:30 +0000
    ActionItem16: actually send e-mail
    
    r838@cabula:  terceiro | 2007-10-21 14:50:35 +0000
    ActionItem16: documenting the fact that we need ruby-gettext at least version 1.9.0
    
    r839@cabula:  terceiro | 2007-10-21 14:51:25 +0000
    ActionItem16: adding test for missing task
    
    
    git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@805 3f533792-8f58-4932-b0fe-aaf55b0a4547
    AntonioTerceiro