Will Rossiter
9a7b5df63c
Merge pull request #695 from jrast/3.0
...
Wrong deprecation notice in DBField::create()
2012-08-04 14:23:22 -07:00
Juerg Rast
00a2edd9bc
Wrong deprecation notice in DBField::create()
2012-08-04 19:14:16 +02:00
Will Rossiter
4e4e044c1c
Merge pull request #669 from mateusz/iis7-docs
...
Update the IIS7 folder permission configuration docs.
2012-08-03 15:59:09 -07:00
jean
90b0fe8db7
FIX Only reload data for a item edited through a GridField if the record exists. Fix 7721
2012-08-04 10:53:13 +12:00
jean
fb9e997b5e
BUGFIX Use tree/xxx instead of tree?ID=xxx when fetching subtrees for TreeDropdownField. Fix #7730
2012-08-04 10:53:12 +12:00
Will Rossiter
c28c024dce
Merge pull request #694 from creamarketing/javascript-treenode-updating
...
BUG: javascript tree node updating fails when Translatable is used
2012-08-03 14:49:52 -07:00
Will Rossiter
49c1ed4e77
Merge pull request #679 from jakr/trac_7706_doc
...
Documentation in topics/i18n
2012-08-03 14:45:59 -07:00
Will Rossiter
daceab2dcd
Merge pull request #693 from jakr/trac7733_v2
...
Temporary fix to example code in docs/en/topics/datamodel.md (Ticket 7733).
2012-08-03 14:28:06 -07:00
Niklas Forsdahl
a85530991c
BUG: javascript tree node updating fails when Translatable is used
...
Automatic tree node updating fails when for example creating a new
translation, due to the update URL containing two question marks,
due to the locale get parameter.
Fixed by using the $.path.addSearchParams utility function, which properly
checks for existing query string parameters.
2012-08-03 13:36:37 +03:00
jakr
6adc39e289
Fixed example code in docs/en/topics/datamodel.md.
2012-08-03 11:39:46 +02:00
Will Rossiter
eb82094c45
Datamodel documentation fixes
...
Fixes reported issues and other related typos, inconsistent language from the datamodel documentation. Thanks to Nimo.
2012-08-03 17:00:43 +12:00
Will Rossiter
d774cb50f6
Add nowrap to buttons to ensure single lines ( https://skitch.com/willrossi/ekp44/silverstripe-pages ). Thanks oetiker
2012-08-03 09:13:37 +12:00
Niklas Forsdahl
76c5b56e81
BUG: augmentSQL always extended on base data class on query finalization
...
The augmentSQL DataExtension method is always extended on the base data
class of data objects in DataQuery::getFinilisedQuery(). This results
in augmentSQL not being called for extensions that are applied to non-
base data classes when finalizing the query.
For example, if Versioned was applied to class B which extends class A,
which in turn extends DataObject, then augmentSQL would be extended for
class A in DataQuery::getFinilisedQuery(). Since class A doesn't have
the Versioned extension in this example, it would not work for class B.
Fixed this by extending augmentSQL on the actual data class and not
on the base class.
2012-08-02 16:09:58 +03:00
Andrew Short
1900842d37
Make the list used for autocomplete search results settable.
...
This is useful if you want to limit the autocomplete results to a subset
of all available objects.
2012-08-02 21:25:45 +12:00
Will Rossiter
823f0f7749
Merge pull request #687 from ajshort/gridfield-search-list
...
Make the list used for autocomplete search results settable.
2012-08-02 02:11:40 -07:00
dd1079
fa671062f8
Update javascript/lang/de_DE.js
...
Adding German language strings
2012-08-01 19:17:04 +03:00
Andrew Short
f5b25d2dff
Make the list used for autocomplete search results settable.
...
This is useful if you want to limit the autocomplete results to a subset
of all available objects.
2012-08-01 17:16:18 +10:00
Will Rossiter
7558d32da6
FIX: use standard template rendering process for RSS feeds
...
This changes the behaviour of output to browser to use the standard SilverStripe rendering process rather than an echo statement to enable easier testability.
2012-07-31 20:38:41 +12:00
Hamish Friedlander
3efdb5c981
Merge in changes from 3.0.1 final
2012-07-31 16:51:10 +12:00
Hamish Friedlander
ec25afc61e
Merge in changes from 3.0.1 final
2012-07-31 16:50:22 +12:00
Hamish Friedlander
4583e83164
Add changelog for 3.0.1
2012-07-31 16:42:40 +12:00
Naomi Guyer
2cb9a574a5
BUG: Adjust css for actions toolbar on pages (fixes 7649)
...
Set a minimum height on the actions panel so it would look the same in
list and tree views
2012-07-31 16:16:37 +12:00
Hamish Friedlander
c7eb4f3138
BUG BBCodeParser wasnt working due to php4 lack of statics
2012-07-31 15:43:01 +12:00
Hamish Friedlander
bbb0868227
Merge in changes from 3.0.1-rc3
2012-07-30 11:53:12 +12:00
Hamish Friedlander
3483d10369
Add 3.0.1-rc3 changelog
2012-07-30 11:43:07 +12:00
Hamish Friedlander
0253b3ce02
Updated translations
2012-07-30 10:51:28 +12:00
Hamish Friedlander
20a2c47023
Merge pull request #680 from jakr/datacolumns
...
Reformatted code and added missing assignment
2012-07-29 15:15:34 -07:00
jakr
13bf61d402
Reformatted GridFieldDataColumns->castValue and added missing assignment.
2012-07-29 21:40:14 +02:00
jakr
4abe6be526
The documentation about internationalization in templates in topics/i18n.md did not match how the parser works. Related to ticket #7706 .
2012-07-29 19:57:57 +02:00
Hamish Friedlander
9c4e4747c9
BUG 15e2efb55d
broke the Page ListView.
2012-07-28 15:42:39 +12:00
Will Rossiter
b84a170be1
Merge pull request #677 from jrast/3.0
...
Removed duplicated return
2012-07-27 16:27:29 -07:00
Juerg Rast
4848becf5e
Removed duplicated 'return '
2012-07-28 01:11:03 +02:00
Will Rossiter
b080dd69fa
Merge pull request #675 from LiamW/3.0
...
Update docs/en/index.md
2012-07-26 20:43:23 -07:00
Hamish Friedlander
af9d3319bd
Merge in changelog from 3.0.1-rc2
2012-07-27 15:37:48 +12:00
Hamish Friedlander
c070771fd7
Add changelog for 3.0.1-rc2
2012-07-27 15:31:14 +12:00
Hamish Friedlander
27fad40198
Merge in GridField changes from 3.0.1-rc2
2012-07-27 14:47:12 +12:00
Hamish Friedlander
367c49d6b1
API DataObject#relField now checks for method on model before property
2012-07-27 14:44:38 +12:00
jakr
15e2efb55d
FIX 7590: Image thumbnails broken in gridfield
...
Delay converting the object to a string and escaping its value until the end of getColumnContent. Call formatValue BEFORE castValue, so that formatValue can create raw HTML by casting to HTMLText afterwards.
2012-07-27 14:05:41 +12:00
LiamW
ebc89ffc80
Update docs/en/index.md
...
Update Templates link under Level 2
2012-07-26 21:39:04 -03:00
Hamish Friedlander
72efed1993
Dont need to wrap entwine blocks in onload blocks, theres no benefit
2012-07-27 11:17:56 +12:00
Hamish Friedlander
a9bedccd1f
Merge in changes from 3.0.1-rc2
2012-07-27 11:14:32 +12:00
Hamish Friedlander
5591017577
BUG 3156e755
broke GridField Add forms because guessed frag was wrong
2012-07-27 11:13:23 +12:00
Will Rossiter
1a42fd0faa
Merge pull request #672 from adrexia/CMS-collapsed-menu
...
FIX: Logo padding in collapsed Menu
2012-07-25 22:57:16 -07:00
Stig Lindqvist
41deb6576f
Merge pull request #673 from adrexia/7698-merge-maori-language
...
ENHANCEMENT: Maori language javascript
2012-07-25 22:32:00 -07:00
Naomi Guyer
55ec92d40e
ENHANCEMENT: Maori language javascript
2012-07-26 17:18:44 +12:00
TeamCity
0af767ff31
MINOR Updated translations
2012-07-26 16:26:56 +12:00
Naomi Guyer
a605d06d9f
BUG: Logo padding in collapsed Menu
2012-07-26 15:41:44 +12:00
Mateusz Uzdowski
37e8b09739
Update the IIS7 folder permission configuration docs.
2012-07-26 12:26:04 +12:00
TeamCity
3d21c4b99f
MINOR Updated translations
2012-07-26 10:27:42 +12:00
TeamCity
f148c995e9
MINOR Updated translations
2012-07-26 09:19:52 +12:00