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 |
|