17 Aug, 2011
1 commit
-
Conflicts: debian/changelog lib/noosfero.rb lib/noosfero/plugin.rb
13 Aug, 2011
1 commit
-
Conflicts: app/controllers/my_profile/cms_controller.rb test/functional/cms_controller_test.rb
09 Aug, 2011
6 commits
-
When you drag and drop, Firefox brings the outer element together with the link or image. A <div> is less weird than a <li>, though.
-
* removed hardcoded style from Javascript-generated HTML so that when the image is dragged into TinyMCE it does not carry the sidebar formatting * Moved Textile quick reference to a separate partial that is only rendered for TextileArticle's
08 Aug, 2011
1 commit
-
- fixing some bugfixes - all controllers under admin/ should require login - plugins admin interface should require at least one permission (ActionItem2056)
04 Aug, 2011
1 commit
12 May, 2011
2 commits
-
(ActionItem1992)
-
This reverts commit 1ebe4f84dc0910b6ded065b60ed0e58612a93659. Conflicts: features/step_definitions/noosfero_steps.rb test/functional/manage_products_controller_test.rb
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)
12 Apr, 2011
1 commit
-
(ActionItem1974)
10 Apr, 2011
1 commit
-
(ActionItem1925)
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)
15 Feb, 2011
1 commit
-
(ActionItem1801)
11 Feb, 2011
1 commit
-
(ActionItem1750)
27 Jan, 2011
1 commit
-
* 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
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)
11 Jan, 2011
1 commit
-
(ActionItem1771)
16 Dec, 2010
1 commit
-
(ActionItem658)
09 Dec, 2010
1 commit
-
* 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)
26 Oct, 2010
1 commit
-
(ActionItem1754)
21 Oct, 2010
5 commits
-
Bail out from the callback in the case the "online friends" widget is not present. (ActionItem1708)
-
(ActionItem1608)
-
(ActionItem1730)
-
- resolved bug with friends online list in Opera browser (ActionItem1705)
04 Oct, 2010
1 commit
-
(ActionItem1685)
24 Sep, 2010
4 commits
-
This fixes the ballon on Internet Explorer 7 and probably also on other browsers. (ActionItem1673)
-
It turns out that Internet Explorer has problems with it. It looks like it is trying to parse that text as %-escape caracters, and since the parsing fails, it does not put those links as proper DOM elements but as 'raw' objects, and thus the .href attribute does not exist (actually an error occurs if you try to access such attribute on those objects). This bug was introduced by the HTTP caching commit (ActionItem1608) (ActionItem1711)
-
(ActionItem1711)
-
For some weird reason it is not working on IE. (ActionItem1711)
21 Sep, 2010
1 commit
-
Added sound when user receives message on chat Fixed width on css of chat (ActionItem1679)
20 Sep, 2010
1 commit
-
Also: * Adding links to the profile-image balloon. * Removing add-friend and join-community confirmation steps.
17 Sep, 2010
3 commits
-
This time via Javascript since all HTML is (potentially) cached. Thanks to Aurélio Heckert for pointing it out. (ActionItem1608)
-
(ActionItem1679)
12 Sep, 2010
1 commit
-
- render URLs - more emotes - title to emoticons images (ActionItem1635)