01 Jun, 2013

1 commit


18 Jan, 2013

1 commit


03 Dec, 2012

1 commit


27 Nov, 2012

1 commit


04 Nov, 2012

2 commits


27 Oct, 2012

1 commit


25 Oct, 2012

2 commits


01 Oct, 2012

1 commit


21 Aug, 2012

1 commit

  • Additionally, I have made the "Mark as SPAM" and "Remove" links in the
    page view comment listing work through AJAX, so that now it is much more
    practical to remove comments or mark them as spam.
    
    ActionItem2306
    Antonio Terceiro
     

08 Aug, 2012

1 commit


07 Aug, 2012

1 commit


24 May, 2012

2 commits


16 May, 2012

1 commit

  • This "feature" started as a workaround for the fact that "the CMS is not good
    rnough". In practice, it was only effective for enterprises, and the only known
    site that actually used this in the past does not use it for ages.
    Antonio Terceiro
     

08 Mar, 2012

1 commit


26 Jan, 2012

1 commit


24 Jan, 2012

1 commit


19 Jan, 2012

1 commit


16 Jan, 2012

2 commits


10 Jan, 2012

3 commits


09 Jan, 2012

1 commit


21 Dec, 2011

1 commit


22 Nov, 2011

1 commit


14 Nov, 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
     
  • (ActionItem2075)
    Caio SBA
     

21 Jul, 2011

1 commit


28 Mar, 2011

1 commit

  • Thanks to professor Fabio Kon from USP for the heads up.
    
    Note that this patch changes only the labels used for the fields, but
    does not touch the actual field names.
    Antonio Terceiro
     

22 Feb, 2011

1 commit


26 Jan, 2011

1 commit

  • + Multi-processing tasks.
      + Graciously show/hide functions with the smooth slide of
      + Jquery. ^^
      + Using Unobtrusive Javascript.
      + Customized messages for each task type.
      + Button "Set all to approve/reject/skip".
      + Icons related to the task action.
    
      * Missing
        - Need to make selenium tests.
    
    (ActionItem1527)
    Rodrigo Souto
     

04 Jan, 2011

1 commit

  • Done:
      * Plugin loading process
      * Infra-structure for plugins registering and event activations.
      * Three fixed routes for plugins.
      * Methods to define plugins meta-information.
      * Interface for activation and deactivation of plugins in the
        environment panel.
      * Hotspots:
        - Buttons in the control panel.
        - Tabs in the profile (including expanded_template method).
        - New attributes for profile.
      * Possibility for the plugin to add new tables.
      * Mezuro prototype.
    
    Missing:
      * Test integration.
      * Dependencies integration.
      * Possibility to add behaviours in noosfero base models.
    Rodrigo Souto
     

26 Oct, 2010

1 commit


21 Oct, 2010

1 commit


05 Aug, 2010

1 commit


01 Jul, 2010

1 commit

  •  * Fixed fields that weren't in the custom fields options.
     * Included "Display on creation|registration" feature for
       organization fields.
     * Included fields dependencies:
         [field]   -> [dependencies]
         required  -> active, signup
         signup    -> active
     * Javascripts to grant the dependencies on the radioboxes.
     * Changing the validation of fields presence message.
     * Also removing some unwanted endline spaces.
    
    (ActionItem1509)
    Rodrigo Souto