- check fork queue for ALL repos!
- add Required option to allow for no markers
- add Allow Multiple option to allow for multiple markers (series?)
- custom edit mode
- collate feedback
- rewrite JS...
- check outstanding pull requests
- http://symphony-cms.com/symphony/publish/issues/edit/49896/
- check outstanding pull requests
- http://symphony-cms.com/symphony/publish/issues/edit/50053/
- http://symphony-cms.com/symphony/publish/issues/edit/39427/
- http://symphony-cms.com/symphony/publish/issues/edit/49576/
- http://symphony-cms.com/symphony/publish/issues/edit/46696/
- http://github.com/nickdunn/search_index/issues/closed#issue/1
- http://github.com/nickdunn/search_index/issues/closed#issue/2
- needs an Ensemble to demonstrate its simplicity ;-)
- http://symphony-cms.com/symphony/publish/issues/edit/47423/
- http://symphony-cms.com/symphony/publish/issues/edit/42152/
- rework Alistair's extension from 2007(!) (S2 rev5) to 2.1.1
- remove FTP publishing complexity (leave as a proposed feature)
- http://symphony-cms.com/symphony/publish/issues/edit/46142/
- http://symphony-cms.com/symphony/publish/issues/edit/44738/
- http://symphony-cms.com/symphony/publish/issues/edit/37927/
- integration to master
- http://symphony-cms.com/symphony/publish/issues/edit/45821/
- investigate status of Rowan's SymRead and SymWrite as replacements
- http://symphony-cms.com/symphony/publish/issues/edit/43432/
- rewrite relationships detection
- Entry popularity/hotness, similar to the half-life idea of Radioactivity
- Internet Explorer styles
- Video Encode field
- XSLT Calendar Utility (from bekonscot.co.uk and fulhamrugby.co.uk)
- XSLT heading normaliser (similar but different to Nils')
- Far Future Cache Controller (http://github.com/nickdunn/far_future_cache_controller) needs more thought
- Entry Attribute Builder. Choose a DS. Choose another DS or an SQL query to run. A way to return the result of a query and append as an attribute onto an Entry. May require Custom SQL view builder above, or accepts a plain SQL statement (easier!).
- Vanity URL builder (domain.com/foo => ...), much like Router, but simpler
- Vimeo Videos
- Gravatar
- Pingomatic
- EventEx?
- Uploadify
- Database Manipulator?
Ha! Erm, not really sure until I have a try myself. I think I mean that EDUI you have to consciously click a "Filter" button, a large panel expands right in full view (dark background grabs attention), and you have to focus heavily on the filter. But in Publish Filtering the search box is already there, defaulting to the most common search need (a "contains" match on the first field), and is quite subtle.
So if we were to come up with a method of multiple filters, merging Publish Filtering and EDUI, I'd personally prefer it to borrow heavily from Publish Filtering: a subtle, light UI that doesn't need revealing. But then again it's only my personal taste. I've started rewriting the JS for Publish Filtering now that the backend (my integration branch) supports multiple filters in the publish area (
?filter[handle]=value&filter[handle2]=value
) so we can stack up filters.Are you thinking of a Symphony/jQuery plugin to manage this UI, or for our extensions to agree a set of design/markup/CSS principles to share instead? If we go with a jQuery plugin I think it will need to be very modular since the two extensions presently operate very differently (callback functions etc.), and only the UI is similar.