Ingo Schommer
d2105ef7a6
More verbose fixture step definitions
...
Too many clashes with other steps otherwise,
e.g. with 'And the preview contains "You can fill"'.
Also removed some duplicated code no longer necessary
because we use inheritance rather than composition
2013-06-05 14:25:29 +02:00
Ingo Schommer
8bd1e4373d
Behat: Fixed spelling in test
2013-06-05 13:37:19 +02:00
Ingo Schommer
47d7a19a23
Behat: Replace @database-defaults with explicit fixtures
2013-06-05 13:30:15 +02:00
Ingo Schommer
e7cc08f6ae
Behat: Auto-publishing SiteTree fixtures, RedirectorPage fixtures
...
They can be unpublished through an explicit step.
Extending from base FeatureContext in order to easily
share the same FixtureFactory but still add new blueprints to it.
2013-06-05 13:29:48 +02:00
Ingo Schommer
46d62efd81
Updated translations
2013-06-03 00:14:09 +02:00
Will Rossiter
2809b009a1
Merge pull request #186 from silverstripe-rebelalliance/api/translation_priority
...
Add config fragment for new i18n ordering system
2013-05-25 00:59:08 -07:00
Ingo Schommer
f64488b0d8
Merge pull request #751 from madmatt/fix_for_cms_issue_750
...
Fix Issue #750
2013-05-22 12:21:09 -07:00
Matt Peel
3cc6485c14
Add default params to _t() calls to ensure if a translation isn't found, it falls back to a useful English string
2013-05-21 14:57:29 +12:00
Ingo Schommer
041a8bd5a7
Update github path
2013-05-17 13:30:33 +02:00
Ingo Schommer
d7c937710a
Merge remote-tracking branch 'origin/2.4' into 3.0
...
Conflicts:
.travis.yml
composer.json
2013-05-17 00:38:26 +02:00
Ingo Schommer
f8cfb5afd6
composer/installers dep workaround
...
Moved to end of requirements, to work around a bug in composer - see https://github.com/composer/composer/issues/1147 . This caused the dependencies to be installed in the wrong folder because the custom 'silverstripe-module' instructions hadn't been loaded at the time the core modules were installed via composer.
2013-04-30 19:09:16 +03:00
Ingo Schommer
04bb85a78d
Removed LOLCAT locale - sadly not supported by our translation infrastructure
...
It breaks the CMS when selected. If there's interest in maintaining it,
we can re-add. Fixes https://github.com/silverstripe/sapphire/issues/1457
2013-04-04 10:58:11 +02:00
Ingo Schommer
b872714082
Added installer link to readme
2013-04-02 01:52:17 +02:00
Ingo Schommer
babdcc9eea
Updated bugtracker links
2013-04-02 01:19:03 +02:00
Ingo Schommer
c62eb05518
More straightfoward travis include/exclude
2013-03-28 22:54:32 +01:00
Ingo Schommer
36352fdc68
Fixed missing cmd in travis setup
2013-03-28 21:31:27 +01:00
Ingo Schommer
b23c9bba82
Simplified travis builds (external setup scripts)
2013-03-28 21:15:11 +01:00
Ingo Schommer
f212ebe0f0
Simplified travis builds (external setup scripts)
2013-03-28 21:11:38 +01:00
Ingo Schommer
0ebd52516b
FIX Unset "underneath page" title when switching to "top" in "add page"
2013-03-25 23:41:21 +01:00
Ingo Schommer
0aeace2aec
Merge remote-tracking branch 'origin/2.4' into 3.0
...
Conflicts:
code/CommentAdmin.php
2013-03-19 13:51:22 +01:00
Ingo Schommer
79c9d31099
Merge pull request #303 from uniun/patch-1
...
BUG SilverStripeNavigator shows wrong message.
2013-03-19 01:23:21 -07:00
uniun
e8f7f3db7f
Make message always visible at the top of the page
...
Make message always visible at the top of the page like the message in CMS preview iframe.
2013-03-18 16:29:10 +02:00
uniun
db853f2c3c
Make message always visible at the top of the page
...
Make message always visible at the top of the page like the message in CMS preview iframe.
2013-03-18 16:28:28 +02:00
uniun
5c933b40e5
BUG SilverStripeNavigator shows wrong message.
...
The message was always 'Published Site'.
Also there were no 'active' class on links.
2013-03-18 15:57:20 +02:00
Ingo Schommer
0f8d7a0aa4
Removed CMSMain->CMSVersion(), using LeftAndMain instead
...
Implementation got more complex (see https://github.com/silverstripe/silverstripe-cms/pull/289 ),
including composer.lock file support. So trying to to duplicate too much.
2013-02-28 13:39:13 +01:00
Ingo Schommer
306b0d77e4
Updated translations
2013-02-26 13:27:07 +01:00
Ingo Schommer
1ef155fc18
Hardcode travis branch on dependencies, otherwise breaks pull request builds
...
Pull requests are always on a branch, and this branch
typically is not present on the installer.
This changes means we need to be careful when merging into 3.1
and master, but that's a necessary evil.
2013-02-18 14:13:24 +01:00
Ingo Schommer
b984f296f7
Merge pull request #288 from ARNHOE/patch-2
...
Translation: nl_NL.js
2013-02-18 03:11:27 -08:00
ARNHOE
b36ab5acaa
Create nl_NL.js
2013-02-18 03:02:45 -08:00
Ingo Schommer
e809e0775e
Updated translations
2013-02-18 01:20:00 +01:00
Ingo Schommer
c7b0666390
BUG Escape page titles in CommentAdmin table listing
2013-02-17 23:22:02 +01:00
Ingo Schommer
2402a8fbd4
Merge remote-tracking branch 'origin/2.4' into 3.0
2013-02-17 22:44:34 +01:00
Ingo Schommer
a0e965b7b4
Revert "FIX: updateCMSFields not accepting var by reference"
...
This reverts commit e56a78b160
.
2013-02-06 18:59:51 +01:00
Ingo Schommer
97fbfd3f12
FIX Respect escaping rules on readonly fields in CMS history view
...
Avoids showing unescaped HTML on fields which didn't allow it otherwise,
e.g. TextField. This also fixes problems with SiteTree->ExtraMeta
which got evaluated within the CMS. If this section contains any
JavaScript it gets executed and can disrupt CMS operation.
2013-02-04 17:16:15 +01:00
Ingo Schommer
1525684e68
Merge pull request #284 from mandrew/patch-1
...
FIX: updateCMSFields not accepting var by reference
2013-02-04 04:58:28 -08:00
Michael Andrewartha
e56a78b160
FIX: updateCMSFields not accepting var by reference
...
updateCMSFields should be taking the fields var by reference.
@see https://github.com/silverstripe/sapphire/pull/1156
2013-02-04 12:55:29 +00:00
Ingo Schommer
4269f94126
Merge pull request #283 from UndefinedOffset/3.0
...
ENHANCEMENT: Hide SilverStripeNavigator_CMSLink when in a LeftAndMain extension not just CMSMain extensions
2013-02-02 03:34:38 -08:00
UndefinedOffset
119d8aa892
ENHANCEMENT: Do not display SilverStripeNavigator_CMSLink when in a LeftAndMain extension not just CMSMain extensions
2013-02-01 14:16:19 -04:00
Ingo Schommer
74a44933b2
Excluded Postgres from Travis (breaks build due to internal errors)
...
We'll need to fix the "no space left on device" issue,
most likely caused by Postgres keeping too much of a query log,
or somehow creating a history of past data.
For now, having a Postgres build breaking the whole
build process (incl. MySQL builds) does more harm than good.
2013-01-30 13:07:38 +01:00
Ingo Schommer
b25063b09c
Extracted ErrorPage default data to getter
...
Allows for less verbose overloading, while still keeping i18n capabilities
in place, which isn't possible with DataObject::$default_records
2013-01-30 13:07:11 +01:00
Ingo Schommer
416178b668
Reduced code duplication in ErrorPage (no functional changes)
2013-01-29 19:34:05 +01:00
Ingo Schommer
b15b98345f
Using new "Security.login_url" configuration value
2013-01-29 18:06:49 +01:00
Ingo Schommer
d0585e484a
Updated translations
2013-01-21 11:57:12 +01:00
Sean Harvey
4999e5d886
Merge pull request #274 from unclecheese/patch-2
...
MINOR: Grammar error
2013-01-17 11:57:48 -08:00
unclecheese
cfc976bff8
MINOR: Grammar error
2013-01-17 14:31:35 -05:00
Ingo Schommer
0dd6dedab2
Moving "edit tree" button next to "add new" ( fixes #8119 )
2013-01-16 00:19:56 +01:00
Ingo Schommer
cb96255e80
Removed direct sprintf() usage from _t() calls
...
Parameterized strings are easier to understand,
and more fail-proof, don't fatal out when not enough sprintf() args
2012-12-21 11:18:18 +01:00
Ingo Schommer
894d48789c
String casting in SimpleXML tests for older phpunit versions
2012-12-17 17:32:46 +01:00
Ingo Schommer
83febeff12
Updated translations
2012-12-17 11:54:22 +01:00
Sam Minnée
a0d04e8843
Merge pull request #258 from creamarketing/assetadmin-root-pagination
...
BUG: Fixed pagination functionality on root assets folder
2012-12-13 18:07:49 -08:00