Ingo Schommer
|
0d26776e09
|
MINOR Deselecting tree items after swtiching back from multi-select (fixes #6810, thanks wolfv)
|
2011-12-21 10:19:42 +01:00 |
|
Anselm Christophersen
|
cdedbb8d37
|
MINOR ModelAdmin styling
|
2011-12-20 18:00:56 +01:00 |
|
Ingo Schommer
|
30377f277e
|
MINOR Update CMS menu state on form submission (as well as history state change)
|
2011-12-20 17:46:44 +01:00 |
|
Ingo Schommer
|
225776389a
|
MINOR Allow overwriting of 'X-Controller' and 'X-Title' HTTP headers in CMS
|
2011-12-20 17:46:44 +01:00 |
|
Ingo Schommer
|
c70e70b5c4
|
MINOR Removing compass asset_cache_buster functionality, as it wrongly changes the hashes even if files haven't changed, causing merging hassles - leave cache control to the webserver
|
2011-12-20 17:46:43 +01:00 |
|
Ingo Schommer
|
2211fc11ca
|
MINOR Added reuseable .cms-panel-padded style
|
2011-12-20 17:46:43 +01:00 |
|
Ingo Schommer
|
47f53dfa39
|
MINOR Reverted special styling of preview button in CMS, too hard to keep consistent alignment
|
2011-12-20 17:46:43 +01:00 |
|
Ingo Schommer
|
ac963755dd
|
ENHANCEMENT Support for fake "redirects" in ajax responses via History.replaceState() (used e.g. for an add form loading the record for editing afterwards, under its own URL)
|
2011-12-20 17:46:38 +01:00 |
|
Ingo Schommer
|
068fcb209f
|
MINOR Added temporary, hardcoded "add page" menu links
|
2011-12-20 14:10:08 +01:00 |
|
Ingo Schommer
|
11b3b43c84
|
MINOR Only load preview panel if its visible, to avoid unnecessary asset loads and processing. Only refresh edit form view from preview events when its visible.
|
2011-12-19 15:06:04 +01:00 |
|
Ingo Schommer
|
f1f8dcd24d
|
MINOR Improved CMS UI context by showing breadcrumbs in form record title, using current record instead of form field to determine values
|
2011-12-19 14:57:11 +01:00 |
|
Ingo Schommer
|
058719571c
|
ENHANCEMENT Allowing to inject <style> tags via ajax responses in LeftAndMain.js (used for the CMS page tree icons)
|
2011-12-19 13:33:07 +01:00 |
|
Ingo Schommer
|
68a394427d
|
MINOR Fixed usage of FieldSet->insertFirst() in ModelAdmin, no longer present in FieldList
|
2011-12-18 18:19:28 +01:00 |
|
Ingo Schommer
|
0bfc0bc645
|
MINOR Cleaning $Content property explicitly for SecurityAdmin->groupimport() iframe
|
2011-12-18 18:18:44 +01:00 |
|
Ingo Schommer
|
4d28b79c1b
|
MINOR Reduced HTML validation errors in CMS and FieldGroup
|
2011-12-18 17:00:01 +01:00 |
|
Ingo Schommer
|
bc2bb53274
|
MINOR Fixed drag'n'drop in SecurityAdmin (thanks frankmullenger)
|
2011-12-18 16:01:36 +01:00 |
|
Frank Mullenger
|
160f712f68
|
BUGFIX: Update the page title heading on edit page in CMS (fixes #6809)
|
2011-12-18 15:34:00 +01:00 |
|
Will Rossiter
|
4d0d5799bb
|
MINOR: merged edlinklater/master into master. Fixes #134
|
2011-12-17 16:12:21 +13:00 |
|
Will Rossiter
|
01541487ca
|
MINOR: code formatting
|
2011-12-17 16:06:56 +13:00 |
|
=
|
d407f4c613
|
MINOR: Revert special formatting of preview button, fix Action button icons in IE8
|
2011-12-17 15:56:34 +13:00 |
|
Will Rossiter
|
a04c1410e1
|
BUGFIX: update admin menu links when current page ID updates. Fixes #6768.
|
2011-12-17 15:51:02 +13:00 |
|
Will Rossiter
|
6977484f99
|
ENHANCEMENT: scale cms dialog popups based on browser. BUGFIX: #6760 ensure scrolling is supported in cms dialogs
|
2011-12-17 13:51:10 +13:00 |
|
Ingo Schommer
|
bad1b88942
|
MINOR Fixed change detection false positives for TinyMCE in IE, use TinyMCE.isDirty() rather than string comparison
|
2011-12-15 23:42:19 +01:00 |
|
Ingo Schommer
|
bf11a32336
|
MINOR Fixed button layout height adjustment in CMS, reduced redraw() invocations on cms-edit-form
|
2011-12-15 23:42:16 +01:00 |
|
Ingo Schommer
|
adb5acc8bb
|
MINOR Hiding panel while redrawing via ajax (for repaint/reflow performance), enforcing redraw of tabs before their own onmatch() to avoid layout glitches
|
2011-12-15 23:41:37 +01:00 |
|
Ingo Schommer
|
d732a78852
|
MINOR Don't toggle CMS panels if state is already correct (to avoid the CMS UI doing three expensive redraw() invocation in its event listeners where one is sufficient)
|
2011-12-15 20:38:36 +01:00 |
|
Ingo Schommer
|
7253746bdc
|
MINOR Fixed IE6 compat note styling
|
2011-12-15 20:38:35 +01:00 |
|
Ingo Schommer
|
64f6b460e9
|
BUGFIX Fixed change tracking of checkboxes and radiobuttons in jquery.changetracker plugin
|
2011-12-15 20:38:35 +01:00 |
|
Ingo Schommer
|
ddad7fb110
|
MINOR Fixed jquery.changetracker JSpec tests, added support for calling public methods as string arguments on plugin (which was already assumed to be the case in the JSpec tests)
|
2011-12-15 20:38:35 +01:00 |
|
Ingo Schommer
|
482324b6ae
|
BUGFIX Fixed form change tracking in the CMS, integrated it into menu changes. Reduced TinyMCE coupling.
|
2011-12-15 20:38:35 +01:00 |
|
Ingo Schommer
|
a6e2316766
|
ENHANCEMENT Created $('.cms-container').loadPanel() as a wrapper around History.pushState() to allow for global change tracking
|
2011-12-15 20:38:31 +01:00 |
|
Ingo Schommer
|
0563018f52
|
MINOR Moved autocomplete logic from LeftAndMain.js to LeftAndMain.EditForm.js where it belongs
|
2011-12-15 11:38:29 +01:00 |
|
Ingo Schommer
|
d3477cc13c
|
BUGFIX Fixed CMS panel expansion after changing links in the CMS (needed to retain the layout settings of the old panel to keep the preview expanded)
|
2011-12-15 00:48:51 +01:00 |
|
Ingo Schommer
|
2777637d82
|
MINOR Fixed preview behaviour blacklist, was including "CMSMain" which is applied to every CMS panel (so it didn't re-load the CMS edit forms on any clicks in the preview iframe)
|
2011-12-15 00:48:51 +01:00 |
|
Ingo Schommer
|
e6b12ff43f
|
MINOR Removed alpha note from CMS
|
2011-12-15 00:48:50 +01:00 |
|
Ingo Schommer
|
1c20213dbd
|
ENHANCEMENT Hide "edit page" menu entry in CMS when no page is opened for editing (for usability reasons)
|
2011-12-15 00:48:50 +01:00 |
|
Ingo Schommer
|
f3494839b0
|
MINOR Improved CMS loading spinner visibility by enforcing a higher z-index in its own element
|
2011-12-15 00:48:50 +01:00 |
|
Ingo Schommer
|
f57a3018a3
|
MINOR Improved perceived UI feedback by hiding various elements until they're styled properly (TinyMCE, tree)
|
2011-12-15 00:48:48 +01:00 |
|
Ingo Schommer
|
e8ecdf66b2
|
BUGFIX Disabling HTML5 history hash change fallbacks due to infinite loops on changing hash values
|
2011-12-15 00:48:34 +01:00 |
|
Ingo Schommer
|
9c6cbf7012
|
BUGFIX Making HTML5 History support optional, so we can disable HTML4 hash change fallback
|
2011-12-15 00:48:34 +01:00 |
|
Ingo Schommer
|
1b7c33574a
|
MINOR Fixed JSON parsing error when no ss-ui-dialog cookie is defined
|
2011-12-15 00:48:34 +01:00 |
|
Ingo Schommer
|
f2ec8b0d54
|
BUGFIX Enforcing TinyMCE textarea call on window.load in addition to entwine/DOMReady to ensure TinyMCE.init() has been called and all plugins are loaded.
|
2011-12-15 00:48:29 +01:00 |
|
Ingo Schommer
|
483704c894
|
MINOR Setting entwine warning level outside of entwine block, as it changes the meaning of the $ alias and doesn't apply the new level
|
2011-12-14 16:15:36 +01:00 |
|
Ingo Schommer
|
f57caecd5a
|
MINOR Updated history-js dependency
|
2011-12-14 16:15:36 +01:00 |
|
Ingo Schommer
|
a17e1c21c2
|
MINOR Suppress inline JS validation scripts in CMS (they don't work with ajax-loaded content)
|
2011-12-14 16:15:32 +01:00 |
|
Ingo Schommer
|
0dd32baf1e
|
MINOR Changed execution order in preview JS to fix layout issues with collapsed preview panel in IE7 (SSF-42)
|
2011-12-12 21:30:16 +01:00 |
|
Ingo Schommer
|
02d1ff80a9
|
BUGFIX Removed synchronous entwine mode when loading CMS UIs via ajax, which effectively brings down IE (e.g. roughly 10x as many "events" in DynaTrace for IE8)
|
2011-12-12 18:37:48 +01:00 |
|
Ingo Schommer
|
2170835aeb
|
BUGFIX Using faster entwine selectors (class/attr rather than CSS3 pseudo selectors)
|
2011-12-12 18:35:25 +01:00 |
|
Ingo Schommer
|
1553c3e69c
|
BUGFIX Fixed ModelAdmin.js dropdown panel selection
|
2011-12-02 10:53:59 +01:00 |
|
Anselm Christophersen
|
5e9db043fa
|
MINOR ModelAdmin search and create panel fixes (see #6782)
|
2011-12-02 10:27:06 +01:00 |
|