09 May, 2011
1 commit
-
(ActionItem1934)
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)
13 Apr, 2011
1 commit
12 Apr, 2011
1 commit
11 Apr, 2011
1 commit
-
(ActionItem1916)
10 Apr, 2011
1 commit
-
(ActionItem1925)
28 Mar, 2011
1 commit
24 Mar, 2011
1 commit
-
Conflicts: app/views/content_viewer/view_page.rhtml
22 Mar, 2011
3 commits
-
Also, fixing all selenium tests (ActionItem1672)
-
PS: Remember to update translations (ActionItem1946)
-
(ActionItem1932)
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)
25 Feb, 2011
1 commit
-
- Product::UNITS was removed; and - We lost the power of gettext to translate units (ActionItem1859)
15 Feb, 2011
1 commit
-
(ActionItem1801)
14 Feb, 2011
2 commits
12 Feb, 2011
1 commit
11 Feb, 2011
1 commit
-
(ActionItem1857)
10 Feb, 2011
1 commit
-
(ActionItem1847)
09 Feb, 2011
1 commit
-
(ActionItem1734)
01 Feb, 2011
2 commits
-
(ActionItem1783)
-
(ActionItem1822)
31 Jan, 2011
1 commit
-
(ActionItem1734)
27 Jan, 2011
2 commits
-
Reverted Profile.members_of definition Added a members_count method (ActionItem1400)
-
* if he is also last member, the next user to join organization will become admin * if has other members, admin must choose some user to become admin * Generalized enterprise add_member interface. * Using json to manage action after join/leave/add/remove community/friend through ajax. * Person.members_of now returns unique profiles (ActionItem1400)
26 Jan, 2011
2 commits
-
(ActionItem1771)
-
+ 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)
18 Jan, 2011
2 commits
-
* new controller profile_search * new block profile_search_block * added on style.css background images for mimetypes icons * new route profile/foo/search?q=bar (ActionItem1734)
-
* Adds another "Post a comment" top button that redirects to the bottom * "Post a comment" button is left-aligned * Removal confirmation message changed to cover replies * Removes background and border from the remove icon * The remove icon appears only on mouse over * Works in all major browsers * Highlights the author reply as the same way as the author comment (ActionItem1771)
11 Jan, 2011
2 commits
-
(ActionItem1771)
-
(ActionItem1771)
07 Jan, 2011
1 commit
-
(ActionItem1391)
04 Jan, 2011
2 commits
-
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.
16 Dec, 2010
1 commit
10 Dec, 2010
1 commit
-
* Added rss-feed-16.png (a 16x16 image of rss feed) * icon_name now is a class method * removing image_tags with article's icons * added icon_for_article on class to display icons (ActionItem1770)
09 Dec, 2010
2 commits
-
(ActionItem894)
-
* When approving a task, some fields from published article are displayed and can be edited * Removed PublishedArticle * Added migrate to copy body, article and type from PublishedArticle's reference_article to article (ActionItem1733)
07 Dec, 2010
1 commit
-
(ActionItem1769)
02 Dec, 2010
1 commit
-
Blocks will be displayed according to the browser locale: * "all": displayed in all languages * some language: displayed only in the selected language (ActionItem1774) Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>