Dominik Beerbohm
fdd5e71ba9
ENHANCEMENT: Remove unnecessary NULL check.
2012-04-30 13:44:31 +03:00
Ingo Schommer
fed2785173
ENHANCEMENT Per-instance customisation of GridFieldDetailForm_ItemRequest
2012-04-30 12:31:17 +02:00
Ingo Schommer
ffe698ca1e
MINOR Placeholder text for adding a group in Member->getCMSFields() ( fixes #7217 )
2012-04-30 10:29:09 +02:00
Ingo Schommer
0e8c3acc35
MINOR Using SapphireInfo non-statically in RestfulService ( fixes #7238 )
2012-04-30 10:22:00 +02:00
Ingo Schommer
136b61eaba
Merge pull request #379 from adrexia/sapphire
...
---
* Added a height to the iframe body for all browsers except IE8, to fix the issue of the iframe not being high enough.
* Changed the place where the background colour of the files iframe was set, as IE browsers wont inherit this from the parent li.
* Replaced the height declaration of the drop-down field with a max-height declaration.
* Set the height of the dropdown field, and its parent to be 150px in IE7, because IE7 has trouble recalculating the height of the parent when the dropdown is initiated. 150px allows for easy navigation of the dropdown list and doesnt break the design (the 200px used in other browsers results in a design that looks broken when the parent is also set to this height)
2012-04-30 09:33:56 +02:00
Sam Minnée
ec1b0fd590
Merge pull request #380 from robert-h-curry/7077-lazy-loading
...
ENHANCEMENT: Add lazy loading to DataQuery.
2012-04-29 22:51:04 -07:00
Robert Curry
ff6909df97
ENHANCEMENT: Add lazy loading to DataQuery.
2012-04-30 16:12:15 +12:00
Naomi Guyer
61c18c5dbc
BUGFIXES: Fixes #7003
2012-04-30 12:25:35 +12:00
Sean Harvey
3ccaa1f864
MINOR Supress any error connecting to the database so the installer
...
doesn't show it in the page header
2012-04-30 11:15:21 +12:00
Sean Harvey
5e7e823c73
Merge pull request #378 from oddnoc/install-from-source-docs
...
Fixes for docs about installing from source (option 1)
2012-04-27 21:50:25 -07:00
Sean Harvey
32d4ec837c
Merge pull request #374 from oddnoc/installer-email-password-feedback
...
BUGFIX: Start a PHP session in installer.
2012-04-27 21:49:38 -07:00
Fred Condo
d47821a73c
Change git add command to also include the changes to .gitignore
...
Shell * does not match .gitignore
2012-04-27 17:59:23 -07:00
Fred Condo
0e9dd9242a
Augment/correct phing installation instructions
2012-04-27 17:55:19 -07:00
Sean Harvey
b03cf04dbd
BUGFIX Updating MySQLDatabaseConfigurationHelper to check for MySQLi
...
instead of mysql_connect and other old function usage, as we've moved to
MySQLi in MySQLDatabase.php now
2012-04-28 12:13:58 +12:00
Fred Condo
b8228271e6
BUGFIX: Start a PHP session in installer.
...
This fixes blank username and password on home/successfullyinstalled
2012-04-27 16:51:47 -07:00
Ingo Schommer
c7ca63e0d1
MINOR Updated translation-process docs, migrated FAQs from translate.silverstripe.org
2012-04-27 17:56:29 +02:00
Ingo Schommer
7e222393ea
MINOR Updated docs with getlocalization.com instructions
2012-04-27 17:33:14 +02:00
Julian Seidenberg
523c19e88a
BUGFIX: fixing core error that occurs when there are two or more proxy servers in front of the SilverStripe application server
2012-04-27 11:03:05 +02:00
Ingo Schommer
4d64946a48
Merge pull request #368 from adrexia/apply-chosen-updates-coffeescript
...
MINOR: Fix chosen Coffeescript files
2012-04-27 01:21:22 -07:00
Ingo Schommer
8489ff37db
Merge pull request #359 from silverstripe-big-o/sapphire
...
---
When open an image form loaded from TinyMCE Content, change the looks of the popup, such as popup heading (change from "Insert Image" to "Update Image"), action button label (change from "Insert" to "Update"), hiding the cancelling button on the top right corner which still needs to show when in inserting mode
Conflicts:
lang/en.yml
2012-04-27 10:15:16 +02:00
Ingo Schommer
f48346d458
MINOR Regenerating lang master files with fixed entity collection logic (fixes "CMSPagesController" menu title in interface)
2012-04-27 10:12:09 +02:00
Ingo Schommer
f47cf33d71
MINOR Fixed i18nTextCollector module disambiguation, was looking at wrong array key (shifted one due to removed priority setting)
2012-04-27 10:11:38 +02:00
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