Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 11754)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#1 fixed Enter Key Handler Frederico Caldeira Knabben Frederico Caldeira Knabben
Description

Every browser has it's own behavior when users press the [Enter] or [Shift]+[Enter] keys. The main problem with it is that they output completely different HTML.

Another important thing is that users want to customize the output produced by the editor to their own needs. Some want the editor to produce paragraph tags (<p>), while others prefer simple line breaks (<br>).

We are proposing a new system where the editor controls the enter key, overriding browser's actions (don't trust in browsers!).


Depends on: #17, #18

#3 fixed Merge fck_1.js and fck_2.js to fck.js Alfonso Martínez de Lizarrondo Frederico Caldeira Knabben
Description

In the past, we have used a different loading system that separated the code in three files. We have understood that it doesn't gave us so much in the loading performance, and the method has been changed. Now we have just one file with all the code.

To better organize the code, we must now merge the fck_1.js and fck_2.js files (and their respective browser specific implementations) to the fck.js file.

#4 fixed New Licensing Frederico Caldeira Knabben Frederico Caldeira Knabben
Description

A new license must be created to fix some issues with the current LGPL/CDL system:

  • LGPL is incompatible with some Open Source licenses. Probably a triple OS license support would fix this issue (GPL/LGPL/MPL).
  • Incorporate all licenses in a single license term, including the CDL.
  • We must continue under a copyleft license, leaving the CDL as the unique non-copyleft license.
  • Limit the CDL validity to avoid it being used on systems that could offer a way to bypass us, like Component Bundles or development runtime platforms.
  • There are people out there abusing of our code (including commercial software). Find a way to enforce our rights, leaving abuses in a dangerous situation.
1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy