22 Jul, 2012
1 commit
-
The meta tags were being included on <head> (ActionItem2371)
21 Jul, 2012
1 commit
20 Jul, 2012
3 commits
-
The solr merge brought a jQuery upgrade from 1.4 to 1.5 (WTF?), and that broke the jQuery Form plugin. I am adding the very latest form plugin but jQuery 1.5 is not that recent; that is probably why they don't seem to interact very well. Note how I had to workaround the dataType of the response ... weird. :-/
-
solr does not support them (or isn't configured to support them)
13 Jul, 2012
2 commits
-
Move max-width and max-height properties to the <img>
12 Jul, 2012
6 commits
27 Jun, 2012
1 commit
15 Jun, 2012
1 commit
-
ActionItem2371
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
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)
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)
02 Sep, 2010
2 commits
-
* 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)
-
* Adding the lead field to article's edition. This field fills the information that is displayed in the highlighted news. (ActionItem1664)