Stig Lindqvist
36220c9617
Updated license in readme to include year 2012
2012-11-13 22:35:26 +13:00
Ingo Schommer
3ffb90125d
Correct branch for Travis build status image
2012-11-09 13:21:20 +01:00
Will Rossiter
625d5062a2
Merge pull request #232 from drzax/urlsegmentfield
...
FIX: Load required CSS and translation files for SiteTreeURLSegmentField
2012-11-07 21:01:12 -08:00
Simon Elvery
6a69a2f71a
BUGFIX Ensure required lang and css are loaded when using SiteTreeURLSegmentField
2012-11-08 12:53:43 +10:00
Sean Harvey
5da4b5a0ce
Updating default en.yml translations
2012-11-07 11:43:31 +13:00
Ingo Schommer
abba77af51
Fixes required for jQuery UI 1.9
2012-11-06 15:54:37 +01:00
Sam Minnee
ef32310ef8
FIX: Allow 1024 chars for keywords, not a mere 255
2012-11-05 17:58:32 +13:00
Sean Harvey
2ae5c497af
Updated translations
2012-11-05 11:55:51 +13:00
Sean Harvey
b00397968b
Tweaking text for "You can start editing" on successful install
2012-11-05 11:12:49 +13:00
Sean Harvey
0964a5b832
Updating default en.yml with updated entities
2012-11-05 11:08:35 +13:00
Stig Lindqvist
fa348d6666
MINOR Code refactoring of CMSMain::SearchForm() extracted some methods.
2012-11-02 23:52:24 +01:00
Saophalkun Ponlu
79cc947ed8
Batch actions UI enhancement ( #7878 )
2012-11-02 23:05:20 +01:00
Ingo Schommer
f0810dc772
Added composer.json
2012-11-01 17:22:25 +01:00
Ingo Schommer
750d0b48a8
Merge remote-tracking branch 'origin/2.4' into 3.0
2012-10-30 17:22:59 +01:00
Will Rossiter
b221f7ba7a
FIX Remove Metadata Label from RedirectorPage. ( Fixes #7959 )
2012-10-23 19:32:25 +13:00
Sam Minnée
39c52397fb
Merge pull request #225 from phptek/3.0
...
BUGFIX: Fixed SideReport for use with Postgres (using v8.4) which requir...
2012-10-22 14:08:32 -07:00
Russell Michell
72543440cb
BUGFIX: Fixed SideReport for use with Postgres (using v8.4) which requires table/column-names to be quoted. MySQL seems OK with either/both
2012-10-19 16:04:32 +13:00
Sean Harvey
f72cef95e6
Merge pull request #224 from adrexia/3.0
...
BUG: Installation successful "CMS" link has broken href (fixes #7874 )
2012-10-17 19:04:40 -07:00
Naomi Guyer
c9244456e0
BUG: Installation successful "CMS" link has broken href ( fixes #7874 )
...
Fixed the template component of this bug. Language files will also need
to be updated. eg. "Start editing" should appear in the en lang files
as:
StartEditing: 'You can start editing your site''s content by opening <a
href="{link}">the CMS</a>
2012-10-18 14:47:11 +13:00
Ingo Schommer
607fc58c8f
Build status in README
2012-10-16 18:25:49 +02:00
Ingo Schommer
2f7e6a7303
Merge pull request #221 from adrexia/add-cms-buttons
...
BUG: Add "add new" button to Pages list view (fixes 7649)
2012-10-16 07:23:00 -07:00
Ingo Schommer
d298ec9bc1
Blacklisting further travis branches
2012-10-16 10:24:18 +02:00
Sean Harvey
230e80a1d7
Merge pull request #222 from tractorcow/3.0-test-fixes
...
BUG Fixed issue with MigrateSiteTreeLinkingTaskTest
2012-10-15 21:02:39 -07:00
Damian Mooyman
d50cb230e4
BUG Fixed issue with MigrateSiteTreeLinkingTask test data being incorrectly loaded into database
...
Fixed issue
2012-10-16 16:48:27 +13:00
Naomi Guyer
06e184a97f
BUG: Add "add new" button to Pages list view (fixes 7649)
...
Rearranged the templates around CMSPagesController_ContentToolbar and
uncommented the toolbar from the pages list view so the add new button
would be included with including actions that aren't applicable to the
gridfield.
Linked to https://github.com/silverstripe/sapphire/pull/684/commits
2012-10-15 14:59:04 +13:00
Ingo Schommer
0a92c81002
Merge pull request #217 from ryanwachtl/fixing-update-url-from-title
...
BUG Fixing Update URLSegment from Title behavior.
2012-10-12 09:27:44 -07:00
Ingo Schommer
196db98331
Added github-compatible contributing notes
2012-10-11 17:18:07 +02:00
Sean Harvey
98197525c6
Remove use of backticks in BrokenLinksReport, always use ANSI quotes
2012-10-11 17:24:23 +13:00
Sam Minnée
de4f207534
Merge pull request #208 from halkyon/upload_assets_changes
...
Uploads go to "assets/assets" instead of root of assets
2012-10-10 13:24:06 -07:00
Ingo Schommer
832dae209b
Partially revert 90a154c888
(on JS files)
2012-10-08 16:44:28 +02:00
Ryan Wachtl
5a5290421b
BUG Fixing Update URLSegment from Title behavior.
...
The class name of a field used to determine if a page was "new" had changed from LiveURLSegment = > LiveLink.
2012-10-05 22:40:10 -05:00
Ingo Schommer
a6d09988ed
Merge pull request #214 from silverstripe-droptables/ssexpress
...
Tweaks to CMS required for Translatable
2012-10-02 02:10:47 -07:00
Robert Curry
9cf5a6f47a
BUG: Remove the is_null check on augmentValidURLSegment
...
Object::extend already does a check for NULL before it adds the results
to the array of return values. This was required for Translatable as the
result from Translatable::augmentValidURLSegment was being ignored.
2012-10-02 11:29:10 +13:00
Robert Curry
7316f96190
BUG: Only add validation to non-read only URLSegmentField
...
Fix required for Translatable, as it has a read-only URLSegmentField.
2012-10-02 11:29:10 +13:00
Ingo Schommer
1c50eb540a
Merge pull request #212 from bummzack/3.0
...
Fixing issue #7902 . Users with limited rights can't access "Settings" in the CMS
2012-10-01 12:44:56 -07:00
Simon Welsh
38f28deafe
Adds Travis testing to the CMS
2012-09-27 13:00:49 +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
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
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
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
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
Simon Welsh
4af60dfee6
Merge pull request #204 from wilr/removecontentcontroller
...
Remove ContentController view, moved functionality to Controller view
2012-09-19 02:22:12 -07:00
Will Rossiter
76373a4da6
Remove ContentController view, moved functionality to Controller view
2012-09-19 21:13:49 +12:00
UndefinedOffset
a2d76c9305
BUG Remove page types from the "add new page here" menu if they appear in a hide_ancestor ( fixes #7712 )
2012-09-15 17:04:02 +12:00
Simon Welsh
fe7c44d7d4
Merge pull request #201 from halkyon/doctype_contentcontroller_template
...
Use HTML5 doctype for default ContentController template
2012-09-13 19:27:22 -07:00
Sean Harvey
a77d1b8230
Use HTML5 doctype for default ContentController template
2012-09-14 14:24:47 +12:00
Ingo Schommer
4462eec7fa
Merge pull request #199 from patbolo/bugfix/7856
...
FIX 7856
2012-09-12 02:58:37 -07:00