Ingo Schommer
f275076908
Merge pull request #4141 from stevie-mayhew/pulls/getrequest
...
UPDATE: change all instances of $this->request to use appropriate getter/setter
2015-04-30 11:56:26 +12:00
Christopher Pitt
f1524d9d31
Clean up HiddenField
2015-04-30 11:53:50 +12:00
Christopher Pitt
4c6ec7afd9
Clean up LiteralField
2015-04-30 11:53:02 +12:00
Christopher Pitt
7963a0b870
Clean up EmailField
2015-04-30 11:52:49 +12:00
Christopher Pitt
53cf2929d4
Clean up TextareaField
2015-04-30 11:52:37 +12:00
Christopher Pitt
c59eb1bb70
Clean Up ToggleCompositeField
2015-04-30 11:52:21 +12:00
Christopher Pitt
fe08447fc0
Clean up PasswordField
2015-04-30 11:20:46 +12:00
Stevie Mayhew
0d94cf15a5
UPDATE: change all instances of $this->request to use appropriate getter/setter
2015-04-30 11:04:08 +12:00
Ingo Schommer
72ee96cd65
Merge pull request #4101 from patricknelson/issue-4100-parser-extensibility
...
FIX #4100 Setup the ability to overload the ShortcodeParser class and en...
2015-04-30 08:03:54 +12:00
Nik Rolls
8727f27f2a
Documentation tidy for Requirements.php
...
Documentation-only changes, except where a couple of methods have been moved to live next to other related functions.
2015-04-29 20:17:40 +12:00
Damian Mooyman
e393a30d0f
Merge pull request #4120 from kinglozzer/pulls/x-reload-absolute-urls
...
FIX: X-Reload & X-ControllerURL didn't support absolute URLs (fixes #4119 )
2015-04-29 09:38:13 +12:00
Ingo Schommer
4faede15a2
Merge pull request #4131 from patricknelson/issue-4129-relation-component-return
...
FIX for #4129 : Ensure belongsToComponent() and hasManyComponent() methods return null instead of false, to be consistent with other relation component methods.
2015-04-29 09:15:10 +12:00
Patrick Nelson
cadc02b63b
FIX for #4129 : Ensure belongsToComponent() and hasManyComponent() methods return null instead of false, to be consistent with other relation component methods.
2015-04-28 15:41:19 -04:00
Damian Mooyman
fdc2141d3f
Merge pull request #4099 from dhensby/pulls/security-login-url
...
FIX use config for Security::$login_url
2015-04-28 13:56:24 +12:00
Damian Mooyman
ee7ff8b5cf
Merge pull request #4123 from flashbackzoo/pulls/toggle-description-files
...
Toggleable descriptions for files
2015-04-28 11:14:58 +12:00
David Craig
fa6f446867
Add styling to handle toggleable descriptions for files
2015-04-28 10:49:17 +12:00
Loz Calver
120b983ad6
FIX: X-Reload & X-ControllerURL didn't support absolute URLs ( fixes #4119 )
2015-04-27 15:38:54 +01:00
Ingo Schommer
4c165d42fe
Merge pull request #4110 from assertchris/clean-up-text-field
...
Clean up TextField
2015-04-27 12:11:18 +12:00
Christopher Pitt
3e3139d7c7
Clean up TextField
2015-04-27 12:02:34 +12:00
Ingo Schommer
d0e40c3c31
Merge pull request #4109 from assertchris/clean-up-validator
...
Clean up Validator
2015-04-27 11:52:52 +12:00
Christopher Pitt
6d19006cab
Clean up Validator
2015-04-27 11:39:18 +12:00
Patrick Nelson
5ae0ca1407
FIX #4100 Setup the ability to overload the ShortcodeParser class and ensuring its methods/properties are extensible via the "static" keyword.
2015-04-26 18:47:02 -04:00
Turnerj
485f4c3b18
Combine extrafield information into one query
...
Replaces the SQL query per-extrafield to one where all the data is
requested.
2015-04-26 18:32:02 +09:30
Ingo Schommer
a2d196cc4e
Merge pull request #4107 from AntonyThorpe/patch-3
...
Update 03_Authentication.md
2015-04-26 18:28:55 +12:00
Ingo Schommer
2ff4fe5e81
Merge pull request #3998 from kinglozzer/pulls/cache-is-composite-field
...
Performance improvements to DataObject::is_composite_field()
2015-04-26 18:24:11 +12:00
Antony Thorpe
b90432cb26
Update 03_Authentication.md
...
Create a list to improve presentation on the silverstripe.org website. Hopefully this works. The API descriptions/links are currently missing.
2015-04-26 18:16:13 +12:00
Ingo Schommer
8e7513005f
Merge pull request #4085 from tractorcow/pulls/3.1/fix-file-admin
...
BUG Fix users with all cms section access not able to edit files
2015-04-26 18:08:31 +12:00
Ingo Schommer
771597dd8f
Merge pull request #4102 from micmania1/patch-10
...
NEW Added Youtube's short URL.
2015-04-26 17:09:17 +12:00
Ingo Schommer
cb7b8b9cdf
Merge pull request #4106 from patricknelson/issue-4104-listboxfield-errors
...
FIX for #4104 , minor revision of error messages in ListboxField (more intuitive).
2015-04-26 17:08:21 +12:00
Patrick Nelson
bfd8b6663a
FIX for #4104 , minor revision of error messages in ListboxField (more intuitive).
2015-04-25 18:26:11 -04:00
Will Morgan
959b326147
Merge pull request #4098 from phillprice/patch-10
...
DOCS: formatting fix
2015-04-25 11:46:47 +01:00
Will Morgan
ba7cb4c57f
Merge pull request #4105 from AntonyThorpe/patch-3
...
Update 04_GridField.md docs for typo
2015-04-25 11:42:35 +01:00
Antony Thorpe
c010cb4cec
Update 04_GridField.md docs for typo
...
Variable name should be $grid, as defined when creating the GridField just above. Thanks.
2015-04-25 18:04:40 +12:00
Michael Strong
242de4ec7c
NEW Added Youtube's short URL.
...
At the moment using the short URL (eg. https://youtu.be/qA0T8WumxT4 ) defaults to http. This introduces issue when running over https.
2015-04-24 17:05:15 +12:00
Hamish Friedlander
b823d2df88
Merge pull request #4097 from tractorcow/pulls/3.1/fix-tinymce
...
BUG Fix tinymce errors crashing CMS
2015-04-24 15:20:40 +12:00
Damian Mooyman
19423e9a44
BUG Fix tinymce errors crashing CMS
...
When removing a tinymce field, internal third party errors should be caught and ignored gracefully rather than breaking the whole CMS.
2015-04-24 14:59:37 +12:00
Damian Mooyman
6c069ce7d5
Merge pull request #4094 from flashbackzoo/pulls/toggle-description
...
This adds the ability to toggle a field description
2015-04-24 13:42:34 +12:00
David Craig
3122226273
Add toggleable description to CMS fields
2015-04-24 11:40:29 +12:00
Daniel Hensby
c2fd18e829
FIX use config for Security::$login_url
2015-04-23 17:20:07 +01:00
Phill Price
996ddea4a9
DOCS: formatting fix
...
the end # removed from titles as they were showing on the page.
2015-04-23 17:12:49 +01:00
Damian Mooyman
e0b7bc9cda
Merge pull request #4054 from dnadesign/fixToPrintButton
...
fixing print functionality if passed arrayData
2015-04-22 09:34:22 +12:00
Loz Calver
4fe4d17eaf
Merge pull request #4088 from AntonyThorpe/patch-3
...
Update 03_Testing_Email.md
2015-04-21 21:57:13 +01:00
Antony Thorpe
27d3a27a97
Update 03_Testing_Email.md
...
Fix typo and link. It is assertEmailSent not assertEmailSend and a method of SapphireTest. Thanks.
2015-04-21 18:17:56 +12:00
Florian Thoma
3e69ae84c3
fix width of remote url field label to allow right-click-paste
2015-04-21 12:30:10 +10:00
Damian Mooyman
f2e2d4e376
Merge pull request #4083 from assertchris/abstract-gridfield-row-class-generation
...
Abstracting GridField row class generation
2015-04-21 08:59:24 +12:00
Will Morgan
f1f1b5685b
Merge pull request #4080 from dhensby/pulls/loading-spinner
...
Adding loading spinner to ui-autocomplete fields when making ajax reqests
2015-04-20 15:48:30 +01:00
Damian Mooyman
8e24511266
BUG Fix users with all cms section access not able to edit files
...
Fixes #4078
2015-04-20 18:20:56 +12:00
Damian Mooyman
1a78044e21
Merge pull request #4084 from scott1702/css-cleanup
...
Remove !important from gridfield-item hover
2015-04-20 16:20:12 +12:00
Christopher Pitt
5231dc7cc7
Abstracting GridField row class generation
2015-04-20 15:34:10 +12:00
scott1702
6ec466edbf
Remove 'important' from gridfield hover
2015-04-20 15:12:48 +12:00