Ingo Schommer
|
d77cbe62dd
|
MINOR Cleaned up structure and documentation of SCSS files in sapphire/admin/scss
|
2011-07-08 15:36:48 +02:00 |
|
Ed
|
ed449ee03d
|
MINOR CSS styles for tree and misc. form elements
|
2011-07-08 15:36:47 +02:00 |
|
Ed
|
803a3d9e3d
|
MINOR CSS styles for admin buttons. Color defintions set into _default.scss
|
2011-07-08 15:36:47 +02:00 |
|
Will Rossiter
|
92c662e552
|
MINOR: styles for the top tabs in the main cms. #css
|
2011-07-08 15:36:47 +02:00 |
|
Ingo Schommer
|
177e085a79
|
MINOR Improved CSS for left navigation, tabs and form fields
|
2011-07-08 15:36:47 +02:00 |
|
Ingo Schommer
|
657dbc1e96
|
MINOR Recompiled CSS from SCSS
|
2011-07-08 15:36:47 +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
|
1dc9457048
|
MINOR Using LeftAndMain->BaseCSSClasses() instead of ViewableData->CSSClasses() to avoid conflicts with customized controller objects (e.g. ModelAdmin_RecordController->edit())
|
2011-07-08 15:36:46 +02:00 |
|
Ingo Schommer
|
2e9ea1d129
|
MINOR Disable ping until jQuery.entwine _super() confusion is resolved
|
2011-07-08 15:36:46 +02:00 |
|
Ingo Schommer
|
b326f03ed7
|
MINOR Using LeftAndMain->Link() $action parameter correctly in getSiteTreeFor()
|
2011-07-08 15:36:46 +02:00 |
|
Ingo Schommer
|
d68ec395a3
|
API CHANGE Using $Link instead of $ApplicationTitle and $SectionTitle in LeftAndMain.ss. Adding new 'X-Title' HTTP header in order to support title changes for history.pushState
|
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
|
0e0a59df99
|
ENHANCEMENT Collapsible menu, disable menu actions on external links
|
2011-07-08 15:36:45 +02:00 |
|
Ingo Schommer
|
f90c317c86
|
MINOR Removed unnecessary files for history.js
|
2011-07-08 15:36:44 +02:00 |
|
Ingo Schommer
|
a5f841764d
|
MINOR Added history.js dependency
|
2011-07-08 15:36:44 +02:00 |
|
Ingo Schommer
|
8378a9d561
|
MINOR Moved "pinging" logic for CMS into new LeftAndMain.Ping.js container
|
2011-07-08 15:36:44 +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 |
|
Ingo Schommer
|
2b56d2a8d8
|
FEATURE Preview panel to show CMS changes on actual website. Navigating in preview loads new page for editing in CMS.
|
2011-07-08 15:36:44 +02:00 |
|
Ingo Schommer
|
6649d69b39
|
MINOR Updated menu icons
|
2011-07-08 15:36:43 +02:00 |
|
Ingo Schommer
|
686f101925
|
ENHANCEMENT Toggleable panels in CMS
|
2011-07-08 15:36:43 +02:00 |
|
Ingo Schommer
|
ac537ee18d
|
Merge pull request #35 from marijnkampf/sapphire
---
MINOR Updated return types for createTag and describe in documentation
|
2011-07-04 09:42:52 +02:00 |
|
Will Rossiter
|
cedb091593
|
Merge pull request #40 from shakesoda/master
BUGFIX: Fix tab index on textarea fields. FIXES: #6650
|
2011-06-23 19:39:50 -07:00 |
|
Colby Klein
|
bb09555cdb
|
Forgot to remove this line in my last commit.
|
2011-06-23 19:28:42 -07:00 |
|
Colby Klein
|
1460789817
|
Fix tabindex being present on read only form fields instead of regular ones.
|
2011-06-23 19:18:59 -07:00 |
|
Will Rossiter
|
428d1d2846
|
Merge pull request #38 from oddnoc/feature/breadcrumb-doc-fix
MINOR: Rewrite documentation of Breadcrumbs to conform to actual behaviour
|
2011-06-10 19:56:20 -07:00 |
|
Fred Condo
|
e1bf92b8d0
|
MINOR: Fixed grammatical error
|
2011-06-10 19:55:08 -07:00 |
|
Fred Condo
|
c48720ea1c
|
MINOR: Rewrite documentation of Breadcrumbs to conform to actual behaviour of SiteTree
|
2011-06-10 16:49:22 -07:00 |
|
Will Rossiter
|
cb064203ba
|
MINOR: defined the addslashes() method on the abstract SS_Database as Convert::raw2sql() assumes it exists. FIXES: #6662
|
2011-06-10 16:36:13 +12:00 |
|
Will Rossiter
|
0c1b856ce8
|
MINOR: removed note about only supporting MySQL. SS has support for PGSQL, MSSQL, SQLite.
|
2011-06-10 09:28:36 +12:00 |
|
Marijn Kampf
|
047d256792
|
Updated return types for createTag and describe in documentation
|
2011-06-08 23:29:01 -07:00 |
|
Ingo Schommer
|
490fd01213
|
MINOR Contributing docs
|
2011-06-08 10:57:36 +12:00 |
|
Will Rossiter
|
bf516ed671
|
MINOR: fixed typos in form documentation
|
2011-06-06 14:25:41 +12:00 |
|
Ingo Schommer
|
908eeb4811
|
MINOR Fixed SQL quoting in DbDatetimeTest (broke PostgreSQL)
|
2011-05-31 08:18:50 +12:00 |
|
Ingo Schommer
|
e1931c107f
|
MINOR Updated MemberTest to accept new default date formats caused by Zend/CLDR upgrade (from 'MM/dd/yyyy' to a less ambiguous 'MMM d, y')
|
2011-05-31 07:55:12 +12:00 |
|
Ingo Schommer
|
0f7b115d33
|
MINOR Updated MemberDatetimeOptionsetFieldTest, i18nTest, MoneyTest to accept new default date formats caused by Zend/CLDR upgrade (from 'MM/dd/yyyy' to a less ambiguous 'MMM d, y')
|
2011-05-30 21:33:27 +12:00 |
|
Ingo Schommer
|
f11751c42d
|
MINOR Fixed SS_LogEmailWriter and SS_LogFileWriter to adhere to new Zend interface
|
2011-05-30 21:30:32 +12:00 |
|
Ingo Schommer
|
9434f87cb9
|
API CHANGE Updated Zend framework dependency from 1.8.1 to 1.11.6. Includes changes to the underlying CLDR locale data, which changes the default en_US date format from 'MM/dd/yyyy' to a less ambiguous 'MMM d, y' (before: '01/31/2011', after: 'Dec 1, 2011')
|
2011-05-30 21:30:04 +12:00 |
|
Ingo Schommer
|
8076b4e61e
|
Merge branch 'secure-debug-backtrace'
|
2011-05-30 17:39:10 +12:00 |
|
Will Rossiter
|
ef6432d647
|
BUGFIX: Member::autoLogin() not setting alc_enc properly. PATCH via simon_w. FIXES: #6646.
|
2011-05-30 10:04:55 +12:00 |
|
Ingo Schommer
|
0adac9d40b
|
ENHANCEMENT Allowing filtered arguments on specific functions like mysql_connect() in SS_Backtrace
|
2011-05-26 22:04:01 +12:00 |
|
Ingo Schommer
|
3588cefa30
|
MINOR DateField documentation
|
2011-05-25 21:24:33 +12:00 |
|
Ingo Schommer
|
4f9065918a
|
MINOR Fixed CheckboxSetTest (broken by wrossiter in 771e93ef18 )
|
2011-05-24 08:58:36 +12:00 |
|
Will Rossiter
|
771e93ef18
|
BUGFIX: return null data from checkbox field if not set. Fixes issue with validation using str_len() to determine valid field. FIXES: http://open.silverstripe.org/ticket/6231. Thanks natmchugh
|
2011-05-23 20:36:20 +12:00 |
|
Will Rossiter
|
6956275d2e
|
MINOR: css styles and formatting for left hand side menu bar. Altered the stylesheet structure to allow future admin scss theme files to be included easier
|
2011-05-20 11:29:40 +12:00 |
|
Ingo Schommer
|
00b1bf8ef7
|
MINOR Fixed DataObjectTest->testNewClassInstance() to use same ancestry classes, broken in dc367258
|
2011-05-20 08:38:21 +12:00 |
|
Ingo Schommer
|
d157e6ec35
|
MINOR Removing 'text' CSS class from CheckboxField_Disabled to avoid different styling from standard checkbox (fixes #6636, thanks theAlien)
|
2011-05-20 08:08:27 +12:00 |
|
Ingo Schommer
|
67ec23677a
|
MINOR Fixed RestfulServerTest
|
2011-05-19 15:17:38 +12:00 |
|