Simon Welsh
03ae8e3728
Merge pull request #213 from sminnee/http-error-catching
...
FIX Use RequestHandler::httpError() for all HTTP errors.
2012-09-26 18:00:32 -07:00
Sam Minnee
39792debb8
FIX Use RequestHandler::httpError() for all HTTP errors.
...
https://github.com/silverstripe/sapphire/pull/827 adds some extension points for catching HTTP errors such as 404. This change fixes some issues where httpError() isn't used all the time. Note that the aforementioned pull request will be necessary to ensure that it works properly.
2012-09-27 12:56:56 +12:00
Sean Harvey
b92f759963
Fixing test to be less fragile (selects the input ID directly instead of holder)
2012-09-27 12:14:14 +12:00
TeamCity
002587c54b
Merge remote branch 'origin/master' into translation-staging
2012-09-27 12:12:27 +12:00
Sean Harvey
cb8c10a473
Merge branch '3.0' of github.com:silverstripe/silverstripe-cms into 3.0
2012-09-27 10:49:03 +12:00
TeamCity
1ec0782a90
Updated translations
2012-09-27 02:56:43 +12:00
TeamCity
eb56a9afeb
Updated translations
2012-09-26 10:22:59 +12:00
TeamCity
3170974599
Updated translations
2012-09-26 08:21:19 +12:00
Roman
bde71c1b9c
Fixing permission issue with CMSSettingsController, where it won't show up for users with limited rights, even when they have the EDIT_SITECONFIG
permission
2012-09-25 22:13:31 +02:00
TeamCity
d7d1ecaf1b
Updated translations
2012-09-26 07:21:53 +12:00
TeamCity
e28546a22c
Updated translations
2012-09-26 06:21:27 +12:00
TeamCity
63b86bd5b9
Updated translations
2012-09-25 22:26:05 +12:00
TeamCity
ef4e29cf1a
Updated translations
2012-09-25 21:22:01 +12:00
TeamCity
6e95571c60
Updated translations
2012-09-25 20:24:27 +12:00
TeamCity
89ad9b20b0
Updated translations
2012-09-25 19:24:53 +12:00
TeamCity
6f6fcdf846
Updated translations
2012-09-25 17:49:46 +12:00
TeamCity
223342d04b
Updated translations master
2012-09-25 17:44:12 +12:00
TeamCity
a605fd3a57
Merge remote branch 'origin/master' into translation-staging
2012-09-25 17:44:00 +12:00
Sean Harvey
686f70330b
Merge pull request #210 from chillu/pull/sitetree-meta-removal
...
API Removed SiteTree.MetaTitle and MetaKeywords
2012-09-24 21:15:24 -07:00
Simon Welsh
ef318e3899
Merge pull request #211 from halkyon/broken_urls_cms
...
BUG Fixing broken links "admin/show", should be "admin/pages..."
2012-09-24 20:35:26 -07:00
Sean Harvey
345dbc8a4f
BUG Fixing broken links "admin/show", should be "admin/pages..."
2012-09-25 15:31:42 +12:00
Sean Harvey
d229fdcc6d
Merge branch 'removestatic' of git://github.com/wilr/silverstripe-cms into wilr-removestatic
2012-09-25 14:15:09 +12:00
TeamCity
94a7dc5a8f
Updated translations
2012-09-25 08:21:23 +12:00
TeamCity
202f740bc2
Updated translations
2012-09-25 06:21:46 +12:00
TeamCity
3a59e6c9a5
Updated translations
2012-09-25 05:21:18 +12:00
TeamCity
84f4ba928c
Updated translations
2012-09-25 04:36:33 +12:00
TeamCity
50b215e28f
Updated translations
2012-09-25 03:21:28 +12:00
Sean Harvey
548ec241a9
BUG Fixing "public function" not allowed in SilverStripeNavigator.js
2012-09-24 15:14:38 +12:00
Sean Harvey
2c4ebd3cb9
Fixing broken SiteTreeHTMLEditorFieldTest
2012-09-23 22:49:44 +12:00
TeamCity
ec7c64c2fa
Updated translations
2012-09-23 10:20:31 +12:00
TeamCity
270406679e
Updated translations
2012-09-23 05:20:27 +12:00
TeamCity
b0e85bf123
Updated translations
2012-09-23 01:21:40 +12:00
TeamCity
fd06827a1e
Updated translations
2012-09-22 20:21:46 +12:00
TeamCity
48e61b3ebd
Updated translations
2012-09-22 09:21:49 +12:00
TeamCity
852947e396
Updated translations
2012-09-21 21:53:17 +12:00
TeamCity
727ef6b08c
Updated translations master
2012-09-21 21:47:42 +12:00
TeamCity
7b6b8c6c09
Merge remote branch 'origin/master' into translation-staging
2012-09-21 21:47:31 +12:00
Ingo Schommer
cbd31e3ab2
API Removed SiteTree.MetaTitle and MetaKeywords
...
They are irrelevant in terms of SEO, general page informancy,
clutter up the CMS UI, and encourage CMS authors to waste
their time filling them out.
[1] http://www.seomoz.org/learn-seo/title-tag
[2] http://www.mattcutts.com/blog/keywords-meta-tag-in-web-search/
2012-09-21 11:31:00 +02:00
Ingo Schommer
cebce51bc1
Merge branch 'open/7875' of git://github.com/jbridson/silverstripe-cms into jbridson-open/7875
2012-09-21 10:49:20 +02:00
Ingo Schommer
77ef6570a3
Merge remote-tracking branch 'origin/3.0'
2012-09-21 10:48:22 +02:00
Ingo Schommer
c6ed250290
Merge pull request #207 from simonwelsh/travis
...
Adds Travis testing to the CMS
2012-09-21 01:33:04 -07:00
Will Rossiter
a3007b618f
API moved StaticCache / StaticPublisher to module.
...
Removed all related functionality for exporting a static version of the website to the silverstripe-static module.
2012-09-21 19:59:31 +12:00
Sean Harvey
118b28dea1
BUG setFolderName in CMSFileAddController should default to the root
...
setFolderName expects a folder name relative to the root. Specifying
ASSETS_DIR will create a duplicate folder called "assets", so the
file gets uploaded into "assets/assets". Specifying "/" means the
file will get uploaded into the root instead, which is correct.
2012-09-21 16:00:35 +12:00
Simon Welsh
4506e92536
Adds Travis testing to the CMS
2012-09-21 15:43:01 +12:00
TeamCity
2c9f834df5
Updated translations
2012-09-20 21:33:11 +12:00
Simon Welsh
90a154c888
Merge pull request #206 from chillu/pulls/public-function
...
Method visibility according to coding conventions
2012-09-20 01:54:45 -07:00
Ingo Schommer
df44239060
Method visibility according to coding conventions
2012-09-20 10:41:50 +02:00
Jeremy Bridson
05d5bd7508
ENHANCEMENT:open/7875 - added help labels to metadata fields on page content edit screen.
2012-09-20 13:22:12 +12:00
TeamCity
cd2910d444
Updated translations
2012-09-20 06:03:32 +12:00
TeamCity
45eaa7e03c
Updated translations
2012-09-20 01:31:57 +12:00