Bugs: Browse | Submit New | Admin
Thanks to Sy Ali for the report: ====================== When submitting a project, text after the first double quote (") is silently truncated. When editing a project's descriptive group name, " is turned into & quot; (the space is mine) automatically, and appears as & quot; when searching for a project. The double-quote should generate a warning when used in either case, so that the editor can use another character (like a single-quote). ======================
Add A Comment:
Date: 2006-06-15 14:16 Sender: Garold Johnson Added spaces after ampersands are mine. The difficulty is that the encoding for the indexes converts the leading & in & quot; to & amp; when only standalone ampersands should be converted. Example: Index entry http://rubyforge.org/softwaremap/trove_list.php?form_cat=234 Copland is an & quot;Inversion of Control& quot; (IoC) container, similar to the HiveMind framework in Java. It allows YAML-based configuration of objects and their interdependencies, all of which are resolved dynamically at runtime. From HTML source for index page: Copland is an & amp;quot;Inversion of Control& amp;quot; (IoC) Project page: http://rubyforge.org/projects/copland/ Copland is an "Inversion of Control" (IoC) container, similar to the HiveMind framework in Java. It allows YAML-based configuration of objects and their interdependencies, all of which are resolved dynamically at runtime.