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
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
Ingo Schommer
a3bfd563cf
Merge branch '3.0.2' into 3.0
2012-09-12 11:05:39 +02:00
Niklas Forsdahl
17db5baf19
BUG: Page type names not translated in pages overview search form
...
Fixed by using the singularname translation for the class as values in the page
types array used for the page types dropdown field.
2012-09-12 11:02:24 +02:00
Ingo Schommer
9b6ca79746
Fixed report title column localization
2012-09-12 11:02:24 +02:00
Ingo Schommer
1a2961d2cc
Updated translations
2012-09-12 10:56:09 +02:00
Ingo Schommer
9124d8ae1a
Fixed report title column localization
2012-09-11 12:49:27 +02:00
Ingo Schommer
94c406139e
Updated translations
2012-09-11 12:03:18 +02:00
jean
45819cfba2
FIX 7856 Show the Create button as disabled if no pagetypes are available for page creation
2012-09-11 14:56:13 +12:00
Damian Mooyman
02e95adb4c
BUG Consistently save SiteConfig, and refactor Translatable hooks
...
Squashed commit of the following:
commit a60eddfacc710d3047bd1d5107e5df0cc6dba93c
Merge: c847b55
76be14b
Author: Ingo Schommer <ingo@silverstripe.com>
Date: Fri Sep 7 17:02:47 2012 +0200
Merge branch '3.0-translation-migration' of git://github.com/tractorcow/silverstripe-cms into tractorcow-3.0-translation-migration
commit 76be14b1fccc05b5dcca8c805e0354a42e75135d
Author: Damian Mooyman <damian.mooyman@gmail.com>
Date: Fri Aug 24 08:28:18 2012 +1200
FIXED: Indentation
commit 715b60387c970846db1bf9a5f14140aee49ce665
Author: Damian Mooyman <damian.mooyman@gmail.com>
Date: Fri Aug 24 08:25:14 2012 +1200
FIXED: Coding style inconsistencies
commit 6395f9030ed65b24494842ce74864ff7ebbf6c5e
Author: Damian Mooyman <damian.mooyman@gmail.com>
Date: Thu Aug 16 16:30:11 2012 +1200
FIXED: Issue where new SiteConfig instances weren't always saved to the database
commit aca242e31c8d98ee3b8acc397bf605ceb964e1bf
Author: Damian Mooyman <damian.mooyman@gmail.com>
Date: Thu Aug 16 14:22:56 2012 +1200
UPDATED: Refactored Translation module specific code out of the SiteConfig
2012-09-07 17:06:29 +02:00
Ingo Schommer
c847b55608
Merge pull request #195 from creamarketing/page-type-dropdown-translations
...
BUG: Page type names not translated in pages overview search form
2012-09-06 12:36:35 -07:00
Sean Harvey
c61d4aacc3
Merge pull request #197 from ajoneil/sitetree-filter-fix
...
BUGFIX: Fix site tree filter not showing parents of results more than a ...
2012-09-04 20:08:25 -07:00
Andrew O'Neil
f843dd56dc
BUGFIX: Fix site tree filter not showing parents of results more than a level deep in the hierachy
2012-09-05 14:35:48 +12:00
Niklas Forsdahl
2934423ebc
BUG: Page type names not translated in pages overview search form
...
Fixed by using the singularname translation for the class as values in the page
types array used for the page types dropdown field.
2012-09-04 09:00:04 +03:00
Sean Harvey
4ad2b25679
Merge pull request #194 from patbolo/doc_support
...
NEW 7839 Support for documents as a file type in Files and images
2012-09-03 17:25:59 -07:00
jean
53fdafb473
NEW 7839 Support for documents as a file type in Files and images
2012-09-04 11:26:09 +12:00
Hamish Friedlander
af2c890168
Merge pull request #190 from silverstripe-rebelalliance/open/5971
...
NEW Add warning if viewed SiteTree object class is obsolete
2012-09-02 14:12:23 -07:00
Ingo Schommer
fd8e852c92
BUG Disallow "add page here" shortcut to avoid $allowed_children edge cases ( fixes #7694 )
2012-09-02 18:20:49 +02:00
Ingo Schommer
1cd82e2db1
BUG Enforce $allowed_children in controllers on page creation ( fixes #7694 )
...
Original bug fix contributed by @kmayo-ss
2012-09-02 18:20:22 +02:00
Saophalkun Ponlu
e5401668fa
BUG Filter pages by LastEdited always returns an empty list
...
This is caused by the input date values entered by the user are passed into query without converting in a correct format first.
2012-08-30 22:42:45 +12:00
Sean Harvey
8c1f622503
Merge pull request #191 from silverstripe-big-o/session-namespace
...
BUG Session namespace sharing for CMS controllers (#7815 )
2012-08-29 14:25:41 -07:00
Ingo Schommer
f454f481f2
BUG Session namespace sharing for CMS controllers
...
Ideally we could do this without session, but pragmatically
we still need it, because of the inflexible routing system,
and because of performance considerations.
Example: The tree is lazy loaded via a generic URL (admin/pages/treeview).
While we could add ?ID=<currentpage> to make the view (more or less) stateless,
it would trigger a full tree reload on every tree navigation action.
Instead, we assume that all "reachable" nodes are already cached,
and simply mark a different one as current. For this to work, we need
shared session state between CMS controllers.
See http://open.silverstripe.org/ticket/7815 for detail.
2012-08-29 15:09:15 +02:00
Ingo Schommer
651cb03ff2
BUG Removed 'Sort' field from CMSMain edit form
...
Related to #7740 . The sort field gets stale if the current
record is moved in the tree. Since the sort value can't
be altered by interacting with the form, its not required
as a hidden field, either.
2012-08-29 14:58:42 +02:00
Ingo Schommer
ab0dce9127
Merge pull request #188 from phalkunz/7601-listview-sort-by-title
...
Enable page sorting by Page name in list view (see #7601 )
2012-08-29 05:42:07 -07:00
Ingo Schommer
b637d04235
Merge pull request #175 from creamarketing/swedish-javascript-translations
...
Added Swedish javascript translations
2012-08-29 04:50:37 -07:00
Ingo Schommer
7525e3c977
Merge pull request #183 from adrexia/installer
...
BUG: Installer templates
2012-08-29 02:25:19 -07:00