Dev Blog Stats – March 2011

Since we started the Dev Blog on October 15th, 2010 we’ve had: 78 posts @sc0ttkclark – 59 posts @chriscarvache – 8 posts @jchristopher – 5 posts @mpvanwinkle – 3 posts @logikal16 – 1 post @sonicparke – 1 post @thecorkboard – 1 post 273 comments @sc0ttkclark – 136 comments @chriscarvache – 19 comments @jchristopher – 12 …

Read more

Function / Class Reordering

The plugin files contain a number of function definitions that could be better ‘sorted’. Should functions be by alphabetically (with __construct always at top for class definitions)? Or should the functions be sorted another way?

Dropping NicEdit — Even if TinyMCE isn’t ready to ship in 2.0

I think we really need to drop NicEdit in favor of a different ‘light-weight’ editor that’s actively maintained. I’m voting for CLEditor, it’s even smaller than NicEdit, and it’s used by @scribu in his Front-end Editor plugin. We can likely review his plugin and determine how best to implement within Pods based on what he …

Read more

TinyMCE – Revisited

It seems to be a big mess trying to maintain a separate codebase to get around the limits of the_editor. Has anyone seen someone specifically using the_editor (or a clone, showing the media bar at top left, the html / visual tabs at top right, and editor below with custom TinyMCE buttons added by other …

Read more