05 Apr, 2012
1 commit
-
The method labelled_check_box already adds a hidden field (ActionItem2329)
27 Nov, 2011
1 commit
-
Also, removed explicit :previous_label and :next_label from calls to the pagination_links helper that used the same string as the default ones already provided by the helper. This needs will_paginate from Debian Squeeze at least.
10 Oct, 2011
1 commit
-
(ActionItem2075)
13 Aug, 2011
1 commit
-
Conflicts: app/controllers/my_profile/cms_controller.rb test/functional/cms_controller_test.rb
09 Aug, 2011
11 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
3 commits
-
(ActionItem2056)
20 Jun, 2011
1 commit
-
* Images were linked to it's public path instead of an internal page on Noosfero (the view page). * The method view_url already falls to url if the article isn't an image so there is no problem using it instead.
11 Apr, 2011
1 commit
-
(ActionItem1949)
25 Mar, 2011
1 commit
-
(ActionItem1961)
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)
18 Feb, 2011
1 commit
-
* Added tinymce editor on lead and body of suggested article * Added tiny mce on approval of suggested articles (ActionItem1887)
16 Feb, 2011
1 commit
-
(ActionItem1868)
15 Feb, 2011
1 commit
-
- Event.body should be string as all other article types - Removed Event.description - Moving existing data in description field to body (ActionItem1865)
26 Jan, 2011
1 commit
-
Obs: should be applied over 4ce41162d5baa9389ae22ac09a730515143ad140 (ActionItem1527)
20 Dec, 2010
1 commit
10 Dec, 2010
2 commits
-
(ActionItem894)
-
* 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
5 commits
-
(ActionItem894)
-
(ActionItem894)
-
* English text review * Letting the administrator edit all fields which are going to be published before accepting the article. * Letting administrator highlight the new article. * Making the size of the lead and body fields consistent with other UI parts * Removed inconsistent styling * Updated database schema file (ActionItem1732)
-
(ActionItem1732)
-
(ActionItem1733)
07 Dec, 2010
2 commits
-
(ActionItem1769)
20 Sep, 2010
1 commit
-
This code was written at LinguÁgil 2010 <http://www.linguagil.com.br/>, during the "Noosfero Coding Dojo" session on September 17th, 2010. The following people contributed: * Fabrício * Márcio Albuquerque * João Paulo * Luiz Cláudio * Guto Maia * Alexandre Gomes * Ivan * Serge Rehem * Bruno Porkaria * Antonio Terceiro * Rodrigo Souto * Daniela Feitosa (ActionItem1394)
17 Sep, 2010
1 commit
-
(ActionItem1689)
03 Sep, 2010
1 commit
-
Also added an explanation for the "Lead" field, which at least in Portuguese has a translation that is not self-explanatory for non-journalists.
02 Sep, 2010
1 commit
-
* Add Article#lead explicitly and moved the logic there * Better UI for article * Changed the the "short" format of blogs to use the lead intead of the "first paragraph". With that the lead UI almost makes sense for all users. (ActionItem1664)