silverstripe-framework/core
Ingo Schommer efd51a2b1e mlanthaler: Add support for _manifest_exclude files (http://support.silverstripe.com/gsoc/ticket/36).
Now it is possible to exclude directories from their inclusion by the ManifestBuilder? by simply adding a "_manifest_exclude" file. This file can be placed in any directory and then that directory and all its subdirectories won't be included anymore.
ischommer: merged with current ManifestBuilder, lots of differences 
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41950 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 21:29:52 +00:00
..
control elofgren: In SilverStripeNavigator?(), change 'View page in:' to 'Page view:', 'CMS' to 'Edit', and group 'Edit' & 'Draft Site' together. Reason: http://www.silverstripe.com/silverstripe-development/flat/626?showPost=1785#post1785 2007-09-15 00:26:21 +00:00
model sminnee: Changes to keep db/build working on sites that don't yet have RememberLoginToken? 2007-09-15 19:42:14 +00:00
ArrayData.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
ArrayLib.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
ClassInfo.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
Convert.php lperera: Fixed error message - Convert::raw2html is deprecated. (merged from branches/gsoc) 2007-09-14 01:21:37 +00:00
Cookie.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
Core.php bfojcapell: better i18n support and more flexibility allowed in templates. Also fixed some possible warnings in 2.02rc1 if more than one language file is found with the same name. ManifestBuilder? now skips language files - they cannot be autoloaded and they are already loaded on demand, so no need to be in the manifest 2007-09-15 20:06:42 +00:00
Debug.php mlanthaler: Don't show a error message and don't quit the script when the error was expected (statement with an @ in front to suppress the error). (merged from branches/gsoc) 2007-09-14 03:19:34 +00:00
Email.php elofgren: Add note 'The constant 'BOUNCE_EMAIL' should be defined as a valid email address for where bounces should be returned to.' because I was unsure what BOUNCE_EMAIL should be set to until I found reference to it on: http://doc.silverstripe.com/assets/classes/default/_sapphire_core_Email_php.html 2007-09-15 21:06:22 +00:00
Extension.php Moved extension/decorator system from DataObject to Object, so that any object in the system can be extended 2007-08-16 06:32:49 +00:00
HTTP.php elofgren: VAR FIX: Prevent 'auth' from being undefined in HTTP::sendRequest() 2007-09-15 21:07:51 +00:00
i18n.php bfojcapell: better i18n support and more flexibility allowed in templates. Also fixed some possible warnings in 2.02rc1 if more than one language file is found with the same name. ManifestBuilder? now skips language files - they cannot be autoloaded and they are already loaded on demand, so no need to be in the manifest 2007-09-15 20:06:42 +00:00
ManifestBuilder.php mlanthaler: Add support for _manifest_exclude files (http://support.silverstripe.com/gsoc/ticket/36). 2007-09-15 21:29:52 +00:00
Object.php Added missing changes for r40228 2007-08-16 06:37:49 +00:00
Requirements.php Normal requirements fails quietly when there is no css, so themed requirements should do the same 2007-08-06 23:24:22 +00:00
Session.php Updated controller model so that sessions are linked to controllers, and current-controller is represented as a stack 2007-08-17 05:45:15 +00:00
SSViewer.php elofgren: Add needed isset($_GETshowtemplate?) to SSViewer_FromString::process() to prevent errors when sending a newsletter draft. 2007-09-15 21:04:33 +00:00
ViewableData.php Added '<% if HasPerm(PERM_CODE() %>' to ViewableData for template 2007-08-31 00:27:34 +00:00