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
|
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
|
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
|
7924ce9f74
|
MINOR Fixed some JS warnings
|
2011-10-29 20:58:48 +02:00 |
|
Ingo Schommer
|
ec2b0a437d
|
MINOR Apply loading styling to edit forms as well as content areas
|
2011-10-29 20:46:41 +02:00 |
|
Julian Seidenberg
|
90d4321c52
|
ENHANCEMENT: adding an additional overlay-light div that is used when switching between pages by ajax. The dialog pop-up uses the default "ui-widget-overlay", but that overlay is darker than "ui-widget-overlay-light". Having two overlays prevents weird graphic effects when switching pages using the darker overlay (SSO-12)
|
2011-09-29 17:09:36 +13:00 |
|
Ingo Schommer
|
c862b2423b
|
MINOR Fixed merge errors from 'history-panel' branch
|
2011-09-19 21:01:17 +02:00 |
|
Will Rossiter
|
2036354d8d
|
ENHANCEMENT: implemented CMSPageHistoryController with comparsion view, single version view into new CMSMain interface
|
2011-09-19 17:26:01 +02:00 |
|
Ingo Schommer
|
c06d52dce2
|
MINOR Delegated JavaScript layout from .cms-container to redraw() methods on the individual panels
|
2011-08-12 14:29:18 +02:00 |
|
Ingo Schommer
|
6d26a88442
|
MINOR Better redrawing of panels loaded via ajax in CMS (no jslayout/tabset glitches, loading overlay)
|
2011-08-12 14:28:44 +02:00 |
|
Ingo Schommer
|
a3bd21b48e
|
BUGFIX Don't trigger detail view in tree mode when first loaded (LeftAndMain.Content.js), limit to actual user clicks
|
2011-07-08 15:36:47 +02:00 |
|
Ingo Schommer
|
a1b8698389
|
MINOR Removed '.LeftAndMain' selector from rules in order to avoid DOM hierarchy confusion (.LeftAndMain contains .cms-content vs .LeftAndMain equals .cms-content)
|
2011-07-08 15:36:47 +02:00 |
|
Ingo Schommer
|
19b9edb170
|
MINOR Clearer CSS classes in CMS controller templates. Fixed JS loading of ModelAdmin panels. Added $BaseCSSClasses to content templates in order to support partial template loads through ajax (instead of relying on stale CSS classes on the <body> tag). Leaving $BaseCSSClasses in LeftAndMain.ss base template for legacy reasons.
|
2011-07-08 15:36:46 +02:00 |
|
Ingo Schommer
|
2f2096cd3a
|
ENHANCEMENT HTML5 History.pushState support in CMS
|
2011-07-08 15:36:46 +02:00 |
|
Ingo Schommer
|
ff54044206
|
API CHANGE Forms in ajax responses from LeftAndMain and subclasses include <form> tags, and replace the form itself on the client (rather than just everything inside the form). Form submissions and loading is handled by its container ('.cms-content') to avoid problems with a DOM element replacing itself upon form submission.
|
2011-07-08 15:36:46 +02:00 |
|
Ingo Schommer
|
4e0949f565
|
ENHANCEMENT Consistently wrapping CMS forms in <div class="cms-content">, added LeftAndMain.Content.js to reload panels via ajax, hooking into preview logic
|
2011-07-08 15:36:44 +02:00 |
|