Ingo Schommer
d220ca3f67
API Use symfony/cache ( fixes #6252 )
2017-02-26 13:07:59 +13:00
Ingo Schommer
84ee2c1448
Remove Zend_Cache ( #6252 )
...
Replaced with a PSR-16 implementation
2017-02-26 10:27:17 +13:00
Damian Mooyman
651b4a775c
Merge pull request #6650 from flamytwista/patch-3
...
Small translation misprint fix.
2017-02-26 09:43:25 +13:00
Taras Yemtsov
aa176ef84b
Small translation misprint fix.
2017-02-25 16:45:50 +03:00
Damian Mooyman
ec1446ef93
Merge pull request #6649 from open-sausages/pulls/4.0/search-close
...
Revisit close button overlap
2017-02-24 14:22:19 +13:00
Christopher Joe
7b498f2fdf
Make container for Search component the relative component to use
2017-02-24 13:25:02 +13:00
Stevie Mayhew
81767250ab
Merge pull request #6645 from open-sausages/pulls/4.0/better-env-guide
...
Improve upgrading guide for `.env`
2017-02-24 11:53:17 +13:00
Damian Mooyman
aa69cfe497
Improve upgrading guide for .env
2017-02-24 09:18:47 +13:00
Damian Mooyman
92a105da57
Merge pull request #6634 from open-sausages/pulls/4.0/drag-n-drop-things
...
Added drag and drop libraries
2017-02-22 17:39:28 +13:00
Christopher Joe
eac587c519
update shrinkwrap lock file
2017-02-22 16:46:20 +13:00
Christopher Joe
2513a0f4c3
API Added drag and drop libraries
...
API Added a badge component
2017-02-22 16:46:20 +13:00
Damian Mooyman
129fd9146c
Merge pull request #6640 from dhensby/pulls/4/test-cleanup
...
Ensure test objects implement TestOnly
2017-02-22 10:36:45 +13:00
Daniel Hensby
1c55948fc1
Ensure test objects implement TestOnly
2017-02-21 20:30:15 +00:00
Daniel Hensby
a8827b7fa0
Merge pull request #6638 from oilee80/master
...
Fixes for issues introduced in 5e19d905
2017-02-21 11:48:41 +00:00
Lee Bradley
0361194267
Fixes for issues introduced in 5e19d905
...
As the "onunmatch" is triggered AFTER the element is removed
from the DOM it never finds the `closest('div')` when switching
screens. E.g. when using GridField edit
So when you go from the GridField edit screen back to the page
you end up with the page loaded but the spinner doesn't disappear
Other option would be to do `$('body').find('.cms-content-loading-overlay,.cms-content-loading-spinner').remove()`
but this is probably a bit drastic
2017-02-21 10:48:03 +00:00
Daniel Hensby
7156da6279
Merge branch '3'
2017-02-20 22:19:33 +00:00
Daniel Hensby
0ddf3b4186
Merge branch '3.5' into 3
2017-02-20 21:33:31 +00:00
Daniel Hensby
5a6f784e42
Merge branch '3.4' into 3.5
2017-02-20 21:31:09 +00:00
Daniel Hensby
34f408aaba
Merge tag '3.5.3' into 3.5
...
Release 3.5.3
2017-02-20 21:31:05 +00:00
Daniel Hensby
8ca70b5b20
Merge tag '3.4.5' into 3.4
...
Release 3.4.5
2017-02-20 21:27:53 +00:00
Dan Hensby
a2580456bd
Added 3.5.3 changelog
2017-02-20 17:01:16 +00:00
Dan Hensby
4d48548d89
Update translations
2017-02-20 17:01:16 +00:00
Dan Hensby
9cd480e47a
Added 3.4.5 changelog
2017-02-20 16:41:59 +00:00
Dan Hensby
249b143edd
Update translations
2017-02-20 16:41:56 +00:00
Daniel Hensby
e03b80f47f
Merge pull request #6633 from oilee80/master
...
Fix for bug introduced in 5e19d905
2017-02-19 15:36:07 +00:00
Lee Bradley
f6f19908de
Fix for bug introduced in #5e19d905
...
JS selector wrongly scoped to remove element
2017-02-17 15:49:58 +00:00
Daniel Hensby
12da6ee594
Merge pull request #6631 from mikaelayoung/#3259_make_upload_field_more_friendly
...
#3259 Make UploadField.ss more friendly
2017-02-17 08:39:47 +00:00
Daniel Hensby
a3ff6d56ec
Merge pull request #6628 from open-sausages/pulls/4.0/fix-i18n-theme-lang-dirs
...
Absolute paths for theme lang dirs (fixes #1354 )
2017-02-17 08:24:03 +00:00
Daniel Hensby
ab6d2819c1
Merge pull request #6630 from mikaelayoung/#1496_Make_CMS_website_title_a_link
...
Make CMS website title a link to website in new tab
2017-02-17 08:20:49 +00:00
Ingo Schommer
d2de4b10e1
Absolute paths for theme lang dirs ( fixes #1354 )
...
Regression in 4.x i18n rewrite. Can’t test this since ThemeResourceLoader hardcodes constants like THEME_DIR,
so its impossible to mock in different directory structures. Ideally this would use an application object with access
to environment variables, but that’s too much of a refactor to validate this simple fix.
2017-02-17 16:26:44 +13:00
Mikaela Young
3a18f9e336
#3259 Make UploadField.ss more friendly
2017-02-17 15:53:46 +13:00
Mikaela Young
7413c5ce30
Make CMS website title a link to website in new tab
2017-02-17 14:45:11 +13:00
Daniel Hensby
c1ccf354cb
Merge pull request #6629 from open-sausages/pulls/4.0/document-setlocale
...
Document correct setlocale() use (fixes #6311 )
2017-02-17 00:37:55 +00:00
Ingo Schommer
7e71ef7cb8
Document correct setlocale() use ( fixes #6311 )
2017-02-17 12:30:52 +13:00
Juan van den Anker
30725916db
FIX Array to string conversion message after CSV export ( #6622 )
...
* FIX Array to string conversion message after CSV export
* Removed invalid line endings
2017-02-15 22:20:00 +00:00
Ingo Schommer
2805a13cc5
Merge pull request #6607 from open-sausages/pulls/4.0/i18n-locale
...
API Substitute Zend_Locale / Zend_Date with php-intl
2017-02-16 10:56:13 +13:00
Ingo Schommer
b7bed18192
Mark setShowCalendar() as experimental
2017-02-16 10:55:07 +13:00
Ingo Schommer
80723c077b
Reinstated separated DateField functionality
2017-02-16 09:06:14 +13:00
Ingo Schommer
a9f2e9e73d
Fixed DateFieldSeparated docs
2017-02-16 08:26:51 +13:00
Anselm Christophersen
449ed8d379
Text supports up to 16 megabytes, not 2 ( #6368 )
...
See the `requireField` method that defines it as `mediumtext`.
2017-02-15 11:14:41 +13:00
Damian Mooyman
014f0d23ed
API Create SeparatedDateField
...
API Restrict allowed values parsed via DBDate::setValue
API Remove NumericField_Readonly
API Remove DBTime::Nice12 / Nice24
2017-02-15 11:07:58 +13:00
Daniel Hensby
b0e5d426e5
Run code coverage upload after success ( #6609 )
2017-02-15 11:05:32 +13:00
Daniel Hensby
7122e1fde7
FIX Comments ignored by classmanifest ( #6619 )
2017-02-15 10:46:04 +13:00
Daniel Hensby
24e4d91b88
Merge pull request #6620 from gregsmirnov/pulls/3/greek-transliteration
...
Added Greek transliteration
2017-02-14 18:23:00 +00:00
Gregory Smirnov
837ca480e4
Added Greek transliteration
2017-02-14 17:50:24 +01:00
Daniel Hensby
982ffeaf13
Merge pull request #6616 from flamytwista/patch-1
...
Cyrillic Transliteration
2017-02-14 13:32:55 +00:00
Taras Yemtsov
da7465d96a
Cyrillic Transliteration
2017-02-13 14:19:12 +00:00
Daniel Hensby
2cdcb5e43b
Merge pull request #6614 from rasstislav/patch-2
...
added missing _t() function
2017-02-11 09:42:38 +00:00
Rastislav Brandobur
a098e9de8b
added missing _t() function
2017-02-11 02:30:48 +01:00
Damian Mooyman
029a8b9586
API Substitute Zend_Currency with NumberFormatter based solution
...
API Substitute Zend_Locale with Locale / NumberFormatter
API Substitute Zend_Date with IntlDateFormatter
API Added DBTIme::Nice12, FormatFromSettings
API Added Short() method to DBDate / DBTime / DBDatetime
API Add Date::getTimestamp()
API Added setSubmittedValue api for FormField
API Add second arg to base FormField::setValue()
API Major refactor of i18n into component data parts
API Implement Resettable interface to reset objects between tests
ENHANCEMENT Changed DBField::create_field return type to `static` to support better type hinting
ENHANCEMENT i18nTextCollector supports __CLASS__
2017-02-09 15:28:59 +13:00