Commit Graph

9453 Commits

Author SHA1 Message Date
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
TeamCity
24149d9e92 MINOR Updated translations 2012-07-26 07:26:32 +12:00
TeamCity
ae823b857c MINOR Updated translations 2012-07-26 04:12:09 +12:00
TeamCity
c0ed34545f MINOR Updated translations 2012-07-26 02:08:54 +12:00
TeamCity
4d511d9b0c MINOR Updated translations 2012-07-26 01:19:49 +12:00
TeamCity
6ca79d03bd MINOR Updated translations 2012-07-25 23:50:59 +12:00
TeamCity
186fa077cf MINOR Updated translations 2012-07-25 20:26:39 +12:00
TeamCity
f99e9f8469 MINOR Updated translations 2012-07-25 17:26:42 +12:00
TeamCity
cb37515395 MINOR Updated translations 2012-07-25 16:40:02 +12:00
TeamCity
739167410b MINOR Updated translations 2012-07-25 15:37:52 +12:00
Hamish Friedlander
39c6606e13 Add changelog for 3.0.1-rc1 2012-07-25 14:23:33 +12:00
Hamish Friedlander
981352d126 Updated translations 2012-07-25 13:26:51 +12:00
Hamish Friedlander
eb534e8aa6 MINOR Updated translations 2012-07-25 12:00:06 +12:00
Hamish Friedlander
95d0be636c Merge remote-tracking branch 'origin/3.0' 2012-07-25 11:44:53 +12:00
Hamish Friedlander
b25b45aab4 BUG Fix i18nTextCollector restriction to specific modules
i18nTextCollector takes an argument to restrict text collection to specific modules.
This used to restrict by limiting the modules scanned by the text collector. But
modules can actually provide translations for other modules (see for e.g.
CMSMenu#provideI18nEntities)

This patch changes the text collector to scan all modules, and then apply the restriction
to the output
2012-07-25 11:39:39 +12:00
Hamish Friedlander
dc18c51f32 Add javascript japanese translation - thanks Yuki Awano 2012-07-25 09:38:36 +12:00
jakr
3bc2798e72 Fix edge case in sessionStorage detection for FireFox. If it is disabled using about:config, typeof will be object, but the value will be null. 2012-07-24 12:54:23 +02:00
Hamish Friedlander
51ff7a2916 Merge pull request #665 from silverstripe-rebelalliance/trac/7450
NEW Tree node updates after save (fixes #7450, #7389, #7658)
2012-07-23 03:21:56 -07:00
Hamish Friedlander
22d6c7afa4 BUG Updating node would position wrong, Sort isnt === offset 2012-07-23 22:15:11 +12:00
Ingo Schommer
120de7cba2 NEW Tree node updates after save (fixes #7450, #7389)
- Updates icon, badges, title, and position in hierarchy
- New LeftAndMain_TreeNode API to allow rendering of single tree nodes
without their hierarchy, extracted from LeftAndMain->getSiteTreeFor()
- New LeftAndMain->updatetreenodes() endpoint to request updated state
for one or more nodes. Triggered on demand by form refreshes.
2012-07-23 17:21:49 +12:00
Hamish Friedlander
36c8fc2e93 Merge pull request #660 from silverstripe-rebelalliance/trac/7673
API Prep ArrayList, DataList, forForeignID for immutability in 3.1 per 7673
2012-07-22 21:30:53 -07:00
Hamish Friedlander
b70c45bcbe Merge pull request #662 from silverstripe-rebelalliance/trac/7362
BUG 7362 dont include trailing space in bare string
2012-07-22 20:45:39 -07:00
Hamish Friedlander
e160b76df5 BUG 7362 dont include trailing space in bare string 2012-07-23 15:42:58 +12:00
Hamish Friedlander
b7691077cf API Prep forForeignID for immutability in 3.1 per 7673 2012-07-23 10:31:47 +12:00