07 Oct, 2013

1 commit


17 May, 2013

2 commits


03 Apr, 2013

1 commit

  • Now the plugins can create the folders 'step_definitions' and 'support'
    under the folder 'features' to extend cucumber features as it pleases.
    
    The plugins with any extension gain 2 new profiles on the cucumber.yml
    file. For example, for mezuro plugin, it will have the 'mezuro' and
    'mezuro_selenium' cucumber profiles that will load the appropriate
    files. So if you extend cucumber with new steps, hooks, etc; and you
    want to run the cucumber tests of mezuro plugin with all these
    extensions you must include '-p mezuro' on the cucumber call (or '-p
    mezuro-selenium' to run selenium profile). This is already handled by
    the rake task that runs the plugins' tests. So it'd be much better to
    run 'rake test:noosfero_plugins:mezuro:{cucumber,selenium}' instead.
    
    Also:
       * Moving plugins' 'features' folder to the plugin' root instead of
         inside the folder 'test' (just following Rails convention).
       * Moving specific steps and hooks of mezuro from core to the plugin.
       * Requiring plugin to be enabled to run any of its tests.
    Rodrigo Souto
     

11 Aug, 2011

1 commit


08 Aug, 2011

3 commits


14 Jun, 2011

2 commits


02 Jun, 2011

2 commits


27 May, 2011

4 commits


12 May, 2011

2 commits


09 May, 2011

2 commits


05 May, 2011

2 commits


04 May, 2011

1 commit

  • I've made a selenium test suite for all the problems I've noticed so far, that are the following:
    
    * Profile control panel links in profile image block and profile information block
    * Link to user profile in user bar
    * Link to user control panel in user bar
    * 'Go to the home page' button on not found page, that should link to profile home page or
    to environment home page
    
    So I've made the tests, ran them, fixed the problems, and ran the tests again.
    
    (ActionItem1465)
    Caio SBA
     

27 Apr, 2011

1 commit

  •    * new table production_costs
         * environment and enterprises can have them
       * new table price_details
         * products have price details with a cost and a price
       * updated db/schema
       * included method to display the total value of inputs
       * included partials to display and edit price details
       * allowing users to create new cost from select
       * manage_products.js to separate js codes from application.js
       * numbers_only_javascript
         * created a partial with the js needed to allow only numbers on some fields
    
    (ActionItem1413)
    Daniela Feitosa
     

13 Apr, 2011

1 commit


12 Apr, 2011

1 commit


11 Apr, 2011

1 commit


10 Apr, 2011

1 commit


28 Mar, 2011

1 commit


24 Mar, 2011

1 commit


22 Mar, 2011

3 commits


03 Mar, 2011

1 commit

  • * Mergin all separate body and lead of all the article's type into one
        shared partial.
      * Adding the lead slide to the task (it was just showing instead of
        hiding and sliding when the 'Lead' button was clicked).
    
    PS: This refactoring also fixes the AI1869.
    
    (ActionItem1869)
    Rodrigo Souto
     

25 Feb, 2011

1 commit


15 Feb, 2011

1 commit


14 Feb, 2011

2 commits


12 Feb, 2011

1 commit


11 Feb, 2011

1 commit