Ingo Schommer
98c2517b80
MINOR Fixed i18n:;get_owner_module(), broken by changed manifest returns (paths with leading slash)
2012-04-27 10:11:06 +02:00
Ingo Schommer
e7a4eec0da
Merge pull request #377 from adrexia/sapphire
...
---
Added padding back into the settings panel.
2012-04-27 09:42:10 +02:00
Sean Harvey
80575a0e5e
MINOR Re-adding getFilter as a deprecated method instead of removing it
2012-04-27 16:56:07 +12:00
Naomi Guyer
f5c26e7282
BUGFIX: Add padding to settings panel
2012-04-27 16:45:07 +12:00
Sean Harvey
f63d137d49
ENHANCEMENT Session::start() now only called when there is changed
...
session data to be saved, and started on Director::direct() when there
is a cookie (or request var) containing the current PHP session name.
2012-04-27 16:28:46 +12:00
Sam Minnée
3ed2d7eb96
Merge pull request #376 from adrexia/cms-content-actions
...
BUGFIX: actions panel
2012-04-26 20:56:31 -07:00
Sam Minnée
809ed8e205
Merge pull request #321 from silverstripe/sqlquery-enhancements
...
FEATURE: implement SS_List->reverse(). API CHANGE: SQLQuery:: now an arr...
2012-04-26 20:55:53 -07:00
Will Rossiter
9938b64cf6
FEATURE: implement SS_Sortable->reverse()
...
API CHANGE: SQLQuery:: now an array object rather than string. Existing strings will continue to work
2012-04-27 15:54:14 +12:00
Naomi Guyer
4dc564b143
BUGFIX: actions panel
...
Fix actions panel background colours and shading to work on both the
main page content areas and the settings area. Adjust margin and
z-index so there isn't a visible space on the left-hand side.
2012-04-27 15:48:09 +12:00
Sam Minnée
cbc5d3c5e8
Merge pull request #375 from halkyon/onchangegroups_bug
...
Member::onChangeGroups() should allow ADMIN permission grant if logged in user is admin
2012-04-26 20:26:39 -07:00
Sean Harvey
8a6671d72e
BUGFIX Member::onChangeGroups() should allow ADMIN permission grant if the logged in user is an ADMIN
2012-04-27 12:27:46 +12:00
Sean Harvey
bd6ca59558
ENHANCEMENT Adding list-style in addition to list-style-image for URL rewrites
2012-04-27 11:20:05 +12:00
Sean Harvey
f39cd285d7
Merge pull request #373 from oddnoc/6798-list-style-image-urls
...
BUGFIX: absoluteURLs() rewrites URLs in list-style-image elements
2012-04-26 16:17:55 -07:00
Sean Harvey
8d6ab26369
Merge pull request #372 from oddnoc/7199-installation-messages
...
BUGFIX: Change requirement rubrics to remove confusion
2012-04-26 16:09:42 -07:00
Fred Condo
df6a249bf0
BUGFIX: Change requirement rubrics to remove confusion
...
Resolves #7199
Change all the rubrics to be nouns or questions, rather than a statement of
the desired setting. If the setting is correct, we get a nice green OK; if
not, it was confusing for the rubric to state the opposite of the failure
mode, which is described in the long message.
2012-04-26 15:04:07 -07:00
Ingo Schommer
2c3c410823
MINOR Updating language master files (slightly different format due to generation through i18nTextCollector, rather than the i18n_yml_converter module)
2012-04-27 00:02:35 +02:00
Fred Condo
4756b97daa
BUGFIX: absoluteURLs() rewrites URLs in list-style-image elements
...
This applies the patch from and resolves #6798
2012-04-26 14:53:09 -07:00
Ingo Schommer
7483970f68
Merge pull request #370 from mateusz/csrf_message
...
MINOR: change the ugly user-facing CSRF message to more friendly
2012-04-26 02:19:34 -07:00
Normann Lou
92f3d62d70
ENHANCEMENT: add extra <span> DOM with 'jstree-foldericon' class for tree view of folders
2012-04-26 11:17:16 +02:00
Naomi Guyer
66d0673b07
BUGFIX: Fixes #7003
...
Changed the calculation of the iframe size so it would be the correct
height. Altered the styles of the view details area to match design.
Changed the background color of the title on the file header so it
wouldn't look editable (as recommended by Felipe)
2012-04-26 11:17:16 +02:00
Ingo Schommer
f1e156faee
Merge pull request #367 from silverstripe-big-o/simple-theme-installer-integration
...
Simple theme installer integration
2012-04-26 02:06:24 -07:00
Mateusz Uzdowski
b561786825
MINOR: change the ugly user-facing CSRF message to more friendly
...
User does not necessarily knows what CSRF is, and tends to get scared by
this, thinking he has abused something. On the other hand users tend to
know what session expiry means.
2012-04-26 13:57:16 +12:00
Naomi Guyer
70adfc106c
MINOR: Fix chosen Coffeescript files
...
Apply all changes implemented in chosen.jquery.js back on to source
file (chosen.jquery.coffee) and rebuild files. Update cakefile to
current version (fixes package reserved word).
2012-04-26 12:04:40 +12:00
Julian Seidenberg
810b01df4b
MINOR: adjusting documentation according to remove references to 'new-project' script (thanks Ingo)
2012-04-26 11:14:10 +12:00
Julian Seidenberg
227473bdc3
MINOR: updating documentation to give details about how to install SilverStripe using the Phing script
2012-04-24 16:59:52 +12:00
Julian Seidenberg
e486ec41e0
MINOR: updating documentation to use "Simple" theme
2012-04-24 15:57:27 +12:00
Sam Minnée
869bab2230
Merge pull request #351 from halkyon/gridfield_export_callable
...
ENHANCEMENT GridFieldExportButton allows an anon function to return a column data
2012-04-23 19:59:09 -07:00
Ingo Schommer
6553246072
Merge pull request #362 from adrexia/7055-filter-buttons-IE9
...
BUGFIX: 7055 Filter buttons in IE9
2012-04-23 01:51:12 -07:00
Sean Harvey
bb20587f01
ENHANCEMENT GridFieldExportButton allows an anon function to return the
...
value of a related object. Useful for handling has_many/many_many data
in a single CSV column.
2012-04-23 20:26:41 +12:00
Sam Minnée
dc71df74e0
Merge pull request #363 from mateusz/uploadfield-choosefolder2
...
UploadField doesn't allow you to choose the folder to attach files from
2012-04-22 22:11:58 -07:00
Sam Minnée
08bcf7ff2b
Merge pull request #366 from adrexia/7053-scrolling-pop-up-IE7
...
BUGFIX: Pop-up scrolling IE7
2012-04-22 22:04:01 -07:00
Naomi Guyer
e392cc21c3
BUGFIX: Pop-up scrolling IE7
...
Added position relative to the body of the iframe to fix scrolling bug
2012-04-23 17:01:38 +12:00
Will Rossiter
53c9f981af
Merge pull request #365 from halkyon/doc_changes_2
...
MINOR Documentation changes
2012-04-22 21:24:55 -07:00
Sean Harvey
c7874ba01f
Merge pull request #364 from ajoneil/7190-fix-translation-flush
...
BUGFIX: Fix ?flush=1 not flushing en_US language
2012-04-22 21:05:21 -07:00
Sean Harvey
6d38798970
MINOR Documentation changes
2012-04-23 16:04:08 +12:00
Mateusz Uzdowski
fbbdbbcb3b
BUGFIX: list only files the autoset relation supports in UploadField
...
Otherwise when user selects an object that does not fit the relation,
the system will throw an Exception.
2012-04-23 15:01:59 +12:00
Mateusz Uzdowski
6469d83569
API CHANGE: add a remote relation class getter to DataObject
2012-04-23 15:01:55 +12:00
Andrew O'Neil
a37370343e
BUGFIX: Fix ?flush=1 not flushing en_US language
2012-04-23 14:51:12 +12:00
Naomi Guyer
2b9b07adcc
BUGFIX: 7055 Filter buttons in IE9
...
Set gradient support to true for IE9 in order for the icons to show on
top of gradients as desired.
2012-04-23 12:29:57 +12:00
Mateusz Uzdowski
47e3052aaa
ENHANCEMENT: allow folder selection when attaching files from the CMS
...
http://open.silverstripe.org/ticket/7046
UploadField would default to one folder only, and wouldn't allow asset
tree traversal. HtmlEditorField MediaForm has this capability, so added
it here in a similar fashion via TreeDropdownField.
2012-04-23 12:08:16 +12:00
Sean Harvey
bda849afeb
BUGFIX Check for SimpleXML support in PHP at the installation step
2012-04-22 22:43:06 +12:00
Will Rossiter
8e8c1302a2
Merge pull request #360 from joaosantos81/master
...
MINOR: clear_all returns void (and not the result of inst_clearAll() invocation)
2012-04-22 01:49:53 -07:00
Will Rossiter
2bbb7cd914
Merge pull request #361 from halkyon/formfield_doc_changes
...
MINOR Documentation on EmailField type attribute change
2012-04-22 01:48:39 -07:00
Sean Harvey
cc339c37c4
BUGFIX Ensure the SS3 installer checks for CType support in PHP, as language YAML parser uses this in framework.
2012-04-22 17:45:56 +12:00
Sean Harvey
e12a82e28f
MINOR Documentation on EmailField type attribute change
2012-04-21 11:09:34 +12:00
joaosantos81
611cd53be8
inst_clearAll() does not return anything so clear_all() method should not expect any return value from inst_clearAll invocation
2012-04-20 18:36:11 +02:00
Ingo Schommer
ef8651dd30
Merge pull request #350 from adrexia/7004-IE7-wrapping-bug
...
BUGFIX: #7004 Fixes
2012-04-20 01:15:28 -07:00
Normann Lou
ca38b25014
BUGFIX: add CloseButton back, only hidde it when editing an image that loaded from content area.
...
ENHANEMENT: remove call of toogleLooks() from redraw(), only call toggleLooks() when needed.
MINOR: code minimazing / code convention.
2012-04-20 18:04:50 +12:00
Normann Lou
e1372b3794
ENHANCEMENT: toggle header and action label for image dialog popups (from content TinyMCE image icon)
2012-04-20 18:04:49 +12:00
Normann Lou
095b62a0b4
BUGFIX: remove the 'close button' from template used to edit an image detail in HTMLEditor popup
2012-04-20 18:04:49 +12:00