Sam Minnée
|
99b2430565
|
Merge pull request #131 from halkyon/master
Nice debug formatting for ArrayList and DataList
|
2011-12-16 18:05:09 -08:00 |
|
Sam Minnée
|
fdb8665a43
|
Merge pull request #133 from simonwelsh/54_fixes
MINOR Change error reporting level to explicitly exclude values rather t...
|
2011-12-16 18:04:42 -08:00 |
|
Simon Welsh
|
10b09420be
|
MINOR Change error reporting level to explicitly exclude values rather than using XOR.
|
2011-12-17 14:40:58 +13:00 |
|
Ingo Schommer
|
1d92172931
|
BUGFIX Returning 'first last' in ViewableData->FirstLast() if item is both at the same time
|
2011-12-17 02:32:21 +01:00 |
|
Will Rossiter
|
075cb5d7b9
|
ENHANCEMENT: keep Cookie::forceExpiry() consistent with Cookie::set() for preventing cookies from not being deleted. Fixes #56
|
2011-12-17 14:21:09 +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
|
e5e7511245
|
MINOR Patching prototype.js connection closing to avoid JS errors (see pull request #106)
|
2011-12-17 01:39:56 +01:00 |
|
Ingo Schommer
|
d0cbbab513
|
Merge pull request #62 from howardgrigg/patch-1
MINOR Correct BreadCrumb include
|
2011-12-16 16:27:54 -08:00 |
|
Ingo Schommer
|
3f28582ee8
|
MINOR Added URLSegmentFilterTest->testReplacements()
|
2011-12-17 01:13:27 +01:00 |
|
Sean Harvey
|
30f049bd26
|
ENHANCEMENT ArrayList and DataList now show a nice view of the items inside when using Debug::show()
|
2011-12-17 12:45:45 +13:00 |
|
Ingo Schommer
|
0c3af80514
|
BUGFIX Better handling of multibyte strings in LimitCharacters(), removed code duplication by more flexible base implementation at StringField->LimitCharacters() (Merge pull request #121 from edlund/sapphire)
|
2011-12-17 00:40:13 +01:00 |
|
Sam Minnée
|
dd495fb8bf
|
Merge pull request #130 from sminnee/master
Fixed tests for PHPUnit 3.6
|
2011-12-16 15:19:47 -08:00 |
|
Sam Minnee
|
70d40cf4df
|
BUGFIX: Removed use of base "Exception" class in order to avoid failures on PHPUnit 3.6.
|
2011-12-17 11:51:40 +13:00 |
|
Sam Minnée
|
2271566c6a
|
Merge pull request #129 from markjames/master
BUGFIX: Fix PHP warnings due to incorrect parenthesis in installer
|
2011-12-16 14:35:34 -08:00 |
|
Mark James
|
e102d9ddc9
|
BUGFIX: Corrected use of ENT_QUOTES/UTF8 on htmlentities in installer introduced by r3a7ac9759ab8f98eee0bb15db4618fd0ee146ab6. fixes #6806
|
2011-12-16 22:27:42 +00:00 |
|
Sam Minnée
|
cedced8785
|
Merge pull request #122 from simonwelsh/patch-1
MINOR Use json_decode() instead of the Services_JSON class if the functi...
|
2011-12-16 14:14:35 -08:00 |
|
Ingo Schommer
|
36dc31d21d
|
Merge pull request #124 from colinburns/patch-2
Adding in the 'RS' => "Republic of Serbia", into this list of Counties. ...
|
2011-12-16 11:25:41 -08: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 |
|
Colin Burns
|
40f0fdec17
|
Adding in the 'RS' => "Republic of Serbia", into this list of Counties. Will continue to add more as I come across countries not added.
|
2011-12-15 12:27:21 +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 |
|
simonwelsh
|
3a006b77ae
|
MINOR Use json_decode() instead of the Services_JSON class if the function exists.
|
2011-12-10 08:57:45 +13:00 |
|
Ingo Schommer
|
e20304276f
|
MINOR Remove php-peg third party PHPUnit tests to avoid them being executed in default phpunit binary test runs (which auto-discover tests ignoring _manifest_exclude).
|
2011-12-04 13:37:05 +01:00 |
|
Ingo Schommer
|
1b544a46a3
|
MINOR Backported bootstrap.php changes from CI setup (creates a FakeController to avoid empty controller stacks, fake empty session global)
|
2011-12-04 13:35:06 +01:00 |
|
Ingo Schommer
|
755663a00a
|
BUGFIX Set default mbstring encoding in Core.php instead of main.php and cli-script.php so phpunit binary test runs behave consistently (same as running through TestRunner+cli-script.php). Fixes URLSegmentFilterTest
|
2011-12-04 13:32:03 +01:00 |
|
Ingo Schommer
|
34686ca1dc
|
BUGFIX Restoring system error handlers in bootstrap.php so running tests through the phpunit binary behaves the same way as TestRunner (specifically to fix DeprecationTest on our CI infrastructure)
|
2011-12-04 13:10:28 +01:00 |
|
Ingo Schommer
|
f71781d95a
|
MINOR Using require_once in SSTemplateParser instead of require to avoid class declaration errors when running tests through phpunit binary
|
2011-12-04 13:09:49 +01:00 |
|