Feature Request: show_message_queue ALWAYS displays entire 'flash' queue
Reported by dleffler | December 16th, 2011 @ 01:35 AM | in 2.0.3 (closed)
Bug? While this flow might be desired since it's primarily is used in expTheme::main at the top of the main container, it's also used by the smarty plugin which is called by the form module, form builder, calendar event response submission, file manager, & file uploader.
Propose we consider changing this method (& expQueue subsystem) to allow selecting message types to be displayed and selectively deleting them from the array and putting the rest back in the queue (session variable).
Also propose we move the queue functions in expFramework into the expQueue subsystem to keep them together.
Comments and changes to this ticket
-
expNinja December 16th, 2011 @ 04:37 PM
- State changed from new to resolved
- Milestone set to 2.0.3
- Milestone order changed from 96 to 0
(from [0235b73588fcd0565bf45eea05b4a8d478a01c50]) Makes message/flash queue more discrete by allowing only one type of message to be displayed, fixes flushqueue to no leave any empty message name in the queue, moves the expFramework show_message_queue code into the expQueue subsystem as show method, changes form module default view to only display 'notices' and leave remaining messages in queue. Increases contrast on 'notice' message display and adds a new blue 'info' message type. [#433 state:resolved milestone:2.0.3] https://github.com/exponentcms/exponent-cms/commit/0235b73588fcd056...
-
expNinja December 17th, 2011 @ 06:33 PM
(from [155373e175d37f8d0c26cc1112dc76fbfa1cdaca]) Adds phrase highlighting to returned search results. Does this by new 'highlight' smarty modifier (color hard-coded at this point). Also includes a new 'html_substr' smarty modifier which can be used to truncate html code and preserve tags including closing ones. [#433] https://github.com/exponentcms/exponent-cms/commit/155373e175d37f8d...
-
expNinja December 17th, 2011 @ 06:43 PM
(from [98976af6b8b22cb3682491b95fa9197630dd5177]) Adds title and partial phrase highlighting to returned search results. [#433] https://github.com/exponentcms/exponent-cms/commit/98976af6b8b22cb3...
-
expNinja December 17th, 2011 @ 06:47 PM
(from [eabcb7153f7e809d141cf0c7a8a3d060bd81d05c]) Makes phrase highlighting (smarty modifier) to highlight case-insensitive just like search results. [#433] https://github.com/exponentcms/exponent-cms/commit/eabcb7153f7e809d...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS
People watching this ticket
Tags
Referenced by
- 1070 Bug: search results may return hidden module content (from [0d5c1933f5735790020343628faad6acf0da9cc7]) Enhance...