updated core to 7.37
This commit is contained in:
		@@ -1,4 +1,24 @@
 | 
			
		||||
 | 
			
		||||
Drupal 7.37, 2015-05-07
 | 
			
		||||
-----------------------
 | 
			
		||||
- Fixed a regression in Drupal 7.36 which caused certain kinds of content types
 | 
			
		||||
  to become disabled if they were defined by a no-longer-enabled module.
 | 
			
		||||
- Removed a confusing description regarding automatic time zone detection from
 | 
			
		||||
  the user account form (minor UI and data structure change).
 | 
			
		||||
- Allowed custom HTML tags with a dash in the name to pass through filter_xss()
 | 
			
		||||
  when specified in the list of allowed tags.
 | 
			
		||||
- Allowed hook_field_schema() implementations to specify indexes for fields
 | 
			
		||||
  based on a fixed-length column prefix (rather than the entire column), as was
 | 
			
		||||
  already allowed in hook_schema() implementations.
 | 
			
		||||
- Fixed PDO exceptions on PostgreSQL when accessing invalid entity URLs.
 | 
			
		||||
- Added a sites/all/libraries folder to the codebase, with instructions for
 | 
			
		||||
  using it.
 | 
			
		||||
- Added a description to the "Administer text formats and filters" permission
 | 
			
		||||
  on the Permissions page (string change).
 | 
			
		||||
- Numerous small bug fixes.
 | 
			
		||||
- Numerous API documentation improvements.
 | 
			
		||||
- Additional automated test coverage.
 | 
			
		||||
 | 
			
		||||
Drupal 7.36, 2015-04-01
 | 
			
		||||
-----------------------
 | 
			
		||||
- Added a 'file_public_schema' variable which allows modules that define
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										339
									
								
								LICENSE.txt
									
									
									
									
									
								
							
							
						
						
									
										339
									
								
								LICENSE.txt
									
									
									
									
									
								
							@@ -1,339 +0,0 @@
 | 
			
		||||
                    GNU GENERAL PUBLIC LICENSE
 | 
			
		||||
                       Version 2, June 1991
 | 
			
		||||
 | 
			
		||||
 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
 | 
			
		||||
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 | 
			
		||||
 Everyone is permitted to copy and distribute verbatim copies
 | 
			
		||||
 of this license document, but changing it is not allowed.
 | 
			
		||||
 | 
			
		||||
                            Preamble
 | 
			
		||||
 | 
			
		||||
  The licenses for most software are designed to take away your
 | 
			
		||||
freedom to share and change it.  By contrast, the GNU General Public
 | 
			
		||||
License is intended to guarantee your freedom to share and change free
 | 
			
		||||
software--to make sure the software is free for all its users.  This
 | 
			
		||||
General Public License applies to most of the Free Software
 | 
			
		||||
Foundation's software and to any other program whose authors commit to
 | 
			
		||||
using it.  (Some other Free Software Foundation software is covered by
 | 
			
		||||
the GNU Lesser General Public License instead.)  You can apply it to
 | 
			
		||||
your programs, too.
 | 
			
		||||
 | 
			
		||||
  When we speak of free software, we are referring to freedom, not
 | 
			
		||||
price.  Our General Public Licenses are designed to make sure that you
 | 
			
		||||
have the freedom to distribute copies of free software (and charge for
 | 
			
		||||
this service if you wish), that you receive source code or can get it
 | 
			
		||||
if you want it, that you can change the software or use pieces of it
 | 
			
		||||
in new free programs; and that you know you can do these things.
 | 
			
		||||
 | 
			
		||||
  To protect your rights, we need to make restrictions that forbid
 | 
			
		||||
anyone to deny you these rights or to ask you to surrender the rights.
 | 
			
		||||
These restrictions translate to certain responsibilities for you if you
 | 
			
		||||
distribute copies of the software, or if you modify it.
 | 
			
		||||
 | 
			
		||||
  For example, if you distribute copies of such a program, whether
 | 
			
		||||
gratis or for a fee, you must give the recipients all the rights that
 | 
			
		||||
you have.  You must make sure that they, too, receive or can get the
 | 
			
		||||
source code.  And you must show them these terms so they know their
 | 
			
		||||
rights.
 | 
			
		||||
 | 
			
		||||
  We protect your rights with two steps: (1) copyright the software, and
 | 
			
		||||
(2) offer you this license which gives you legal permission to copy,
 | 
			
		||||
distribute and/or modify the software.
 | 
			
		||||
 | 
			
		||||
  Also, for each author's protection and ours, we want to make certain
 | 
			
		||||
that everyone understands that there is no warranty for this free
 | 
			
		||||
software.  If the software is modified by someone else and passed on, we
 | 
			
		||||
want its recipients to know that what they have is not the original, so
 | 
			
		||||
that any problems introduced by others will not reflect on the original
 | 
			
		||||
authors' reputations.
 | 
			
		||||
 | 
			
		||||
  Finally, any free program is threatened constantly by software
 | 
			
		||||
patents.  We wish to avoid the danger that redistributors of a free
 | 
			
		||||
program will individually obtain patent licenses, in effect making the
 | 
			
		||||
program proprietary.  To prevent this, we have made it clear that any
 | 
			
		||||
patent must be licensed for everyone's free use or not licensed at all.
 | 
			
		||||
 | 
			
		||||
  The precise terms and conditions for copying, distribution and
 | 
			
		||||
modification follow.
 | 
			
		||||
 | 
			
		||||
                    GNU GENERAL PUBLIC LICENSE
 | 
			
		||||
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 | 
			
		||||
 | 
			
		||||
  0. This License applies to any program or other work which contains
 | 
			
		||||
a notice placed by the copyright holder saying it may be distributed
 | 
			
		||||
under the terms of this General Public License.  The "Program", below,
 | 
			
		||||
refers to any such program or work, and a "work based on the Program"
 | 
			
		||||
means either the Program or any derivative work under copyright law:
 | 
			
		||||
that is to say, a work containing the Program or a portion of it,
 | 
			
		||||
either verbatim or with modifications and/or translated into another
 | 
			
		||||
language.  (Hereinafter, translation is included without limitation in
 | 
			
		||||
the term "modification".)  Each licensee is addressed as "you".
 | 
			
		||||
 | 
			
		||||
Activities other than copying, distribution and modification are not
 | 
			
		||||
covered by this License; they are outside its scope.  The act of
 | 
			
		||||
running the Program is not restricted, and the output from the Program
 | 
			
		||||
is covered only if its contents constitute a work based on the
 | 
			
		||||
Program (independent of having been made by running the Program).
 | 
			
		||||
Whether that is true depends on what the Program does.
 | 
			
		||||
 | 
			
		||||
  1. You may copy and distribute verbatim copies of the Program's
 | 
			
		||||
source code as you receive it, in any medium, provided that you
 | 
			
		||||
conspicuously and appropriately publish on each copy an appropriate
 | 
			
		||||
copyright notice and disclaimer of warranty; keep intact all the
 | 
			
		||||
notices that refer to this License and to the absence of any warranty;
 | 
			
		||||
and give any other recipients of the Program a copy of this License
 | 
			
		||||
along with the Program.
 | 
			
		||||
 | 
			
		||||
You may charge a fee for the physical act of transferring a copy, and
 | 
			
		||||
you may at your option offer warranty protection in exchange for a fee.
 | 
			
		||||
 | 
			
		||||
  2. You may modify your copy or copies of the Program or any portion
 | 
			
		||||
of it, thus forming a work based on the Program, and copy and
 | 
			
		||||
distribute such modifications or work under the terms of Section 1
 | 
			
		||||
above, provided that you also meet all of these conditions:
 | 
			
		||||
 | 
			
		||||
    a) You must cause the modified files to carry prominent notices
 | 
			
		||||
    stating that you changed the files and the date of any change.
 | 
			
		||||
 | 
			
		||||
    b) You must cause any work that you distribute or publish, that in
 | 
			
		||||
    whole or in part contains or is derived from the Program or any
 | 
			
		||||
    part thereof, to be licensed as a whole at no charge to all third
 | 
			
		||||
    parties under the terms of this License.
 | 
			
		||||
 | 
			
		||||
    c) If the modified program normally reads commands interactively
 | 
			
		||||
    when run, you must cause it, when started running for such
 | 
			
		||||
    interactive use in the most ordinary way, to print or display an
 | 
			
		||||
    announcement including an appropriate copyright notice and a
 | 
			
		||||
    notice that there is no warranty (or else, saying that you provide
 | 
			
		||||
    a warranty) and that users may redistribute the program under
 | 
			
		||||
    these conditions, and telling the user how to view a copy of this
 | 
			
		||||
    License.  (Exception: if the Program itself is interactive but
 | 
			
		||||
    does not normally print such an announcement, your work based on
 | 
			
		||||
    the Program is not required to print an announcement.)
 | 
			
		||||
 | 
			
		||||
These requirements apply to the modified work as a whole.  If
 | 
			
		||||
identifiable sections of that work are not derived from the Program,
 | 
			
		||||
and can be reasonably considered independent and separate works in
 | 
			
		||||
themselves, then this License, and its terms, do not apply to those
 | 
			
		||||
sections when you distribute them as separate works.  But when you
 | 
			
		||||
distribute the same sections as part of a whole which is a work based
 | 
			
		||||
on the Program, the distribution of the whole must be on the terms of
 | 
			
		||||
this License, whose permissions for other licensees extend to the
 | 
			
		||||
entire whole, and thus to each and every part regardless of who wrote it.
 | 
			
		||||
 | 
			
		||||
Thus, it is not the intent of this section to claim rights or contest
 | 
			
		||||
your rights to work written entirely by you; rather, the intent is to
 | 
			
		||||
exercise the right to control the distribution of derivative or
 | 
			
		||||
collective works based on the Program.
 | 
			
		||||
 | 
			
		||||
In addition, mere aggregation of another work not based on the Program
 | 
			
		||||
with the Program (or with a work based on the Program) on a volume of
 | 
			
		||||
a storage or distribution medium does not bring the other work under
 | 
			
		||||
the scope of this License.
 | 
			
		||||
 | 
			
		||||
  3. You may copy and distribute the Program (or a work based on it,
 | 
			
		||||
under Section 2) in object code or executable form under the terms of
 | 
			
		||||
Sections 1 and 2 above provided that you also do one of the following:
 | 
			
		||||
 | 
			
		||||
    a) Accompany it with the complete corresponding machine-readable
 | 
			
		||||
    source code, which must be distributed under the terms of Sections
 | 
			
		||||
    1 and 2 above on a medium customarily used for software interchange; or,
 | 
			
		||||
 | 
			
		||||
    b) Accompany it with a written offer, valid for at least three
 | 
			
		||||
    years, to give any third party, for a charge no more than your
 | 
			
		||||
    cost of physically performing source distribution, a complete
 | 
			
		||||
    machine-readable copy of the corresponding source code, to be
 | 
			
		||||
    distributed under the terms of Sections 1 and 2 above on a medium
 | 
			
		||||
    customarily used for software interchange; or,
 | 
			
		||||
 | 
			
		||||
    c) Accompany it with the information you received as to the offer
 | 
			
		||||
    to distribute corresponding source code.  (This alternative is
 | 
			
		||||
    allowed only for noncommercial distribution and only if you
 | 
			
		||||
    received the program in object code or executable form with such
 | 
			
		||||
    an offer, in accord with Subsection b above.)
 | 
			
		||||
 | 
			
		||||
The source code for a work means the preferred form of the work for
 | 
			
		||||
making modifications to it.  For an executable work, complete source
 | 
			
		||||
code means all the source code for all modules it contains, plus any
 | 
			
		||||
associated interface definition files, plus the scripts used to
 | 
			
		||||
control compilation and installation of the executable.  However, as a
 | 
			
		||||
special exception, the source code distributed need not include
 | 
			
		||||
anything that is normally distributed (in either source or binary
 | 
			
		||||
form) with the major components (compiler, kernel, and so on) of the
 | 
			
		||||
operating system on which the executable runs, unless that component
 | 
			
		||||
itself accompanies the executable.
 | 
			
		||||
 | 
			
		||||
If distribution of executable or object code is made by offering
 | 
			
		||||
access to copy from a designated place, then offering equivalent
 | 
			
		||||
access to copy the source code from the same place counts as
 | 
			
		||||
distribution of the source code, even though third parties are not
 | 
			
		||||
compelled to copy the source along with the object code.
 | 
			
		||||
 | 
			
		||||
  4. You may not copy, modify, sublicense, or distribute the Program
 | 
			
		||||
except as expressly provided under this License.  Any attempt
 | 
			
		||||
otherwise to copy, modify, sublicense or distribute the Program is
 | 
			
		||||
void, and will automatically terminate your rights under this License.
 | 
			
		||||
However, parties who have received copies, or rights, from you under
 | 
			
		||||
this License will not have their licenses terminated so long as such
 | 
			
		||||
parties remain in full compliance.
 | 
			
		||||
 | 
			
		||||
  5. You are not required to accept this License, since you have not
 | 
			
		||||
signed it.  However, nothing else grants you permission to modify or
 | 
			
		||||
distribute the Program or its derivative works.  These actions are
 | 
			
		||||
prohibited by law if you do not accept this License.  Therefore, by
 | 
			
		||||
modifying or distributing the Program (or any work based on the
 | 
			
		||||
Program), you indicate your acceptance of this License to do so, and
 | 
			
		||||
all its terms and conditions for copying, distributing or modifying
 | 
			
		||||
the Program or works based on it.
 | 
			
		||||
 | 
			
		||||
  6. Each time you redistribute the Program (or any work based on the
 | 
			
		||||
Program), the recipient automatically receives a license from the
 | 
			
		||||
original licensor to copy, distribute or modify the Program subject to
 | 
			
		||||
these terms and conditions.  You may not impose any further
 | 
			
		||||
restrictions on the recipients' exercise of the rights granted herein.
 | 
			
		||||
You are not responsible for enforcing compliance by third parties to
 | 
			
		||||
this License.
 | 
			
		||||
 | 
			
		||||
  7. If, as a consequence of a court judgment or allegation of patent
 | 
			
		||||
infringement or for any other reason (not limited to patent issues),
 | 
			
		||||
conditions are imposed on you (whether by court order, agreement or
 | 
			
		||||
otherwise) that contradict the conditions of this License, they do not
 | 
			
		||||
excuse you from the conditions of this License.  If you cannot
 | 
			
		||||
distribute so as to satisfy simultaneously your obligations under this
 | 
			
		||||
License and any other pertinent obligations, then as a consequence you
 | 
			
		||||
may not distribute the Program at all.  For example, if a patent
 | 
			
		||||
license would not permit royalty-free redistribution of the Program by
 | 
			
		||||
all those who receive copies directly or indirectly through you, then
 | 
			
		||||
the only way you could satisfy both it and this License would be to
 | 
			
		||||
refrain entirely from distribution of the Program.
 | 
			
		||||
 | 
			
		||||
If any portion of this section is held invalid or unenforceable under
 | 
			
		||||
any particular circumstance, the balance of the section is intended to
 | 
			
		||||
apply and the section as a whole is intended to apply in other
 | 
			
		||||
circumstances.
 | 
			
		||||
 | 
			
		||||
It is not the purpose of this section to induce you to infringe any
 | 
			
		||||
patents or other property right claims or to contest validity of any
 | 
			
		||||
such claims; this section has the sole purpose of protecting the
 | 
			
		||||
integrity of the free software distribution system, which is
 | 
			
		||||
implemented by public license practices.  Many people have made
 | 
			
		||||
generous contributions to the wide range of software distributed
 | 
			
		||||
through that system in reliance on consistent application of that
 | 
			
		||||
system; it is up to the author/donor to decide if he or she is willing
 | 
			
		||||
to distribute software through any other system and a licensee cannot
 | 
			
		||||
impose that choice.
 | 
			
		||||
 | 
			
		||||
This section is intended to make thoroughly clear what is believed to
 | 
			
		||||
be a consequence of the rest of this License.
 | 
			
		||||
 | 
			
		||||
  8. If the distribution and/or use of the Program is restricted in
 | 
			
		||||
certain countries either by patents or by copyrighted interfaces, the
 | 
			
		||||
original copyright holder who places the Program under this License
 | 
			
		||||
may add an explicit geographical distribution limitation excluding
 | 
			
		||||
those countries, so that distribution is permitted only in or among
 | 
			
		||||
countries not thus excluded.  In such case, this License incorporates
 | 
			
		||||
the limitation as if written in the body of this License.
 | 
			
		||||
 | 
			
		||||
  9. The Free Software Foundation may publish revised and/or new versions
 | 
			
		||||
of the General Public License from time to time.  Such new versions will
 | 
			
		||||
be similar in spirit to the present version, but may differ in detail to
 | 
			
		||||
address new problems or concerns.
 | 
			
		||||
 | 
			
		||||
Each version is given a distinguishing version number.  If the Program
 | 
			
		||||
specifies a version number of this License which applies to it and "any
 | 
			
		||||
later version", you have the option of following the terms and conditions
 | 
			
		||||
either of that version or of any later version published by the Free
 | 
			
		||||
Software Foundation.  If the Program does not specify a version number of
 | 
			
		||||
this License, you may choose any version ever published by the Free Software
 | 
			
		||||
Foundation.
 | 
			
		||||
 | 
			
		||||
  10. If you wish to incorporate parts of the Program into other free
 | 
			
		||||
programs whose distribution conditions are different, write to the author
 | 
			
		||||
to ask for permission.  For software which is copyrighted by the Free
 | 
			
		||||
Software Foundation, write to the Free Software Foundation; we sometimes
 | 
			
		||||
make exceptions for this.  Our decision will be guided by the two goals
 | 
			
		||||
of preserving the free status of all derivatives of our free software and
 | 
			
		||||
of promoting the sharing and reuse of software generally.
 | 
			
		||||
 | 
			
		||||
                            NO WARRANTY
 | 
			
		||||
 | 
			
		||||
  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 | 
			
		||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
 | 
			
		||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
 | 
			
		||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
 | 
			
		||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 | 
			
		||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
 | 
			
		||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
 | 
			
		||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
 | 
			
		||||
REPAIR OR CORRECTION.
 | 
			
		||||
 | 
			
		||||
  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
 | 
			
		||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
 | 
			
		||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
 | 
			
		||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
 | 
			
		||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
 | 
			
		||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
 | 
			
		||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
 | 
			
		||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 | 
			
		||||
POSSIBILITY OF SUCH DAMAGES.
 | 
			
		||||
 | 
			
		||||
                     END OF TERMS AND CONDITIONS
 | 
			
		||||
 | 
			
		||||
            How to Apply These Terms to Your New Programs
 | 
			
		||||
 | 
			
		||||
  If you develop a new program, and you want it to be of the greatest
 | 
			
		||||
possible use to the public, the best way to achieve this is to make it
 | 
			
		||||
free software which everyone can redistribute and change under these terms.
 | 
			
		||||
 | 
			
		||||
  To do so, attach the following notices to the program.  It is safest
 | 
			
		||||
to attach them to the start of each source file to most effectively
 | 
			
		||||
convey the exclusion of warranty; and each file should have at least
 | 
			
		||||
the "copyright" line and a pointer to where the full notice is found.
 | 
			
		||||
 | 
			
		||||
    <one line to give the program's name and a brief idea of what it does.>
 | 
			
		||||
    Copyright (C) <year>  <name of author>
 | 
			
		||||
 | 
			
		||||
    This program is free software; you can redistribute it and/or modify
 | 
			
		||||
    it under the terms of the GNU General Public License as published by
 | 
			
		||||
    the Free Software Foundation; either version 2 of the License, or
 | 
			
		||||
    (at your option) any later version.
 | 
			
		||||
 | 
			
		||||
    This program is distributed in the hope that it will be useful,
 | 
			
		||||
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
    GNU General Public License for more details.
 | 
			
		||||
 | 
			
		||||
    You should have received a copy of the GNU General Public License along
 | 
			
		||||
    with this program; if not, write to the Free Software Foundation, Inc.,
 | 
			
		||||
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
			
		||||
 | 
			
		||||
Also add information on how to contact you by electronic and paper mail.
 | 
			
		||||
 | 
			
		||||
If the program is interactive, make it output a short notice like this
 | 
			
		||||
when it starts in an interactive mode:
 | 
			
		||||
 | 
			
		||||
    Gnomovision version 69, Copyright (C) year name of author
 | 
			
		||||
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
 | 
			
		||||
    This is free software, and you are welcome to redistribute it
 | 
			
		||||
    under certain conditions; type `show c' for details.
 | 
			
		||||
 | 
			
		||||
The hypothetical commands `show w' and `show c' should show the appropriate
 | 
			
		||||
parts of the General Public License.  Of course, the commands you use may
 | 
			
		||||
be called something other than `show w' and `show c'; they could even be
 | 
			
		||||
mouse-clicks or menu items--whatever suits your program.
 | 
			
		||||
 | 
			
		||||
You should also get your employer (if you work as a programmer) or your
 | 
			
		||||
school, if any, to sign a "copyright disclaimer" for the program, if
 | 
			
		||||
necessary.  Here is a sample; alter the names:
 | 
			
		||||
 | 
			
		||||
  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
 | 
			
		||||
  `Gnomovision' (which makes passes at compilers) written by James Hacker.
 | 
			
		||||
 | 
			
		||||
  <signature of Ty Coon>, 1 April 1989
 | 
			
		||||
  Ty Coon, President of Vice
 | 
			
		||||
 | 
			
		||||
This General Public License does not permit incorporating your program into
 | 
			
		||||
proprietary programs.  If your program is a subroutine library, you may
 | 
			
		||||
consider it more useful to permit linking proprietary applications with the
 | 
			
		||||
library.  If this is what you want to do, use the GNU Lesser General
 | 
			
		||||
Public License instead of this License.
 | 
			
		||||
@@ -8,7 +8,7 @@
 | 
			
		||||
/**
 | 
			
		||||
 * The current system version.
 | 
			
		||||
 */
 | 
			
		||||
define('VERSION', '7.36');
 | 
			
		||||
define('VERSION', '7.37');
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Core API compatibility.
 | 
			
		||||
 
 | 
			
		||||
@@ -1522,7 +1522,7 @@ function _filter_xss_split($m, $store = FALSE) {
 | 
			
		||||
    return '<';
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  if (!preg_match('%^<\s*(/\s*)?([a-zA-Z0-9]+)([^>]*)>?|(<!--.*?-->)$%', $string, $matches)) {
 | 
			
		||||
  if (!preg_match('%^<\s*(/\s*)?([a-zA-Z0-9\-]+)([^>]*)>?|(<!--.*?-->)$%', $string, $matches)) {
 | 
			
		||||
    // Seriously malformed.
 | 
			
		||||
    return '';
 | 
			
		||||
  }
 | 
			
		||||
@@ -3802,7 +3802,7 @@ function drupal_load_stylesheet_content($contents, $optimize = FALSE) {
 | 
			
		||||
 | 
			
		||||
  // Replaces @import commands with the actual stylesheet content.
 | 
			
		||||
  // This happens recursively but omits external files.
 | 
			
		||||
  $contents = preg_replace_callback('/@import\s*(?:url\(\s*)?[\'"]?(?![a-z]+:)([^\'"\()]+)[\'"]?\s*\)?\s*;/', '_drupal_load_stylesheet', $contents);
 | 
			
		||||
  $contents = preg_replace_callback('/@import\s*(?:url\(\s*)?[\'"]?(?![a-z]+:)(?!\/\/)([^\'"\()]+)[\'"]?\s*\)?\s*;/', '_drupal_load_stylesheet', $contents);
 | 
			
		||||
  return $contents;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -7137,6 +7137,23 @@ function _drupal_schema_initialize(&$schema, $module, $remove_descriptions = TRU
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Retrieves the type for every field in a table schema.
 | 
			
		||||
 *
 | 
			
		||||
 * @param $table
 | 
			
		||||
 *   The name of the table from which to retrieve type information.
 | 
			
		||||
 *
 | 
			
		||||
 * @return
 | 
			
		||||
 *   An array of types, keyed by field name.
 | 
			
		||||
 */
 | 
			
		||||
function drupal_schema_field_types($table) {
 | 
			
		||||
  $table_schema = drupal_get_schema($table);
 | 
			
		||||
  foreach ($table_schema['fields'] as $field_name => $field_info) {
 | 
			
		||||
    $field_types[$field_name] = isset($field_info['type']) ? $field_info['type'] : NULL;
 | 
			
		||||
  }
 | 
			
		||||
  return $field_types;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Retrieves a list of fields from a table schema.
 | 
			
		||||
 *
 | 
			
		||||
@@ -7761,6 +7778,7 @@ function entity_get_info($entity_type = NULL) {
 | 
			
		||||
        // Prepare entity schema fields SQL info for
 | 
			
		||||
        // DrupalEntityControllerInterface::buildQuery().
 | 
			
		||||
        if (isset($entity_info[$name]['base table'])) {
 | 
			
		||||
          $entity_info[$name]['base table field types'] = drupal_schema_field_types($entity_info[$name]['base table']);
 | 
			
		||||
          $entity_info[$name]['schema_fields_sql']['base table'] = drupal_schema_fields_sql($entity_info[$name]['base table']);
 | 
			
		||||
          if (isset($entity_info[$name]['revision table'])) {
 | 
			
		||||
            $entity_info[$name]['schema_fields_sql']['revision table'] = drupal_schema_fields_sql($entity_info[$name]['revision table']);
 | 
			
		||||
 
 | 
			
		||||
@@ -157,18 +157,6 @@ class DrupalDefaultEntityController implements DrupalEntityControllerInterface {
 | 
			
		||||
  public function load($ids = array(), $conditions = array()) {
 | 
			
		||||
    $entities = array();
 | 
			
		||||
 | 
			
		||||
    # PATCH http://drupal.org/node/1003788#comment-5195682
 | 
			
		||||
    // Clean the $ids array to remove non-integer values that can be passed
 | 
			
		||||
    // in from various sources, including menu callbacks.
 | 
			
		||||
    if (is_array($ids)) {
 | 
			
		||||
      foreach ($ids as $key => $id) {
 | 
			
		||||
        if (empty($id) || ((string) $id !== (string) (int) $id)) {
 | 
			
		||||
          unset($ids[$key]);
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
    # endpatch
 | 
			
		||||
 | 
			
		||||
    // Revisions are not statically cached, and require a different query to
 | 
			
		||||
    // other conditions, so separate the revision id into its own variable.
 | 
			
		||||
    if ($this->revisionKey && isset($conditions[$this->revisionKey])) {
 | 
			
		||||
@@ -195,6 +183,11 @@ class DrupalDefaultEntityController implements DrupalEntityControllerInterface {
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // Ensure integer entity IDs are valid.
 | 
			
		||||
    if (!empty($ids)) {
 | 
			
		||||
      $this->cleanIds($ids);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // Load any remaining entities from the database. This is the case if $ids
 | 
			
		||||
    // is set to FALSE (so we load all entities), if there are any ids left to
 | 
			
		||||
    // load, if loading a revision, or if $conditions was passed without $ids.
 | 
			
		||||
@@ -235,6 +228,35 @@ class DrupalDefaultEntityController implements DrupalEntityControllerInterface {
 | 
			
		||||
    return $entities;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
   * Ensures integer entity IDs are valid.
 | 
			
		||||
   *
 | 
			
		||||
   * The identifier sanitization provided by this method has been introduced
 | 
			
		||||
   * as Drupal used to rely on the database to facilitate this, which worked
 | 
			
		||||
   * correctly with MySQL but led to errors with other DBMS such as PostgreSQL.
 | 
			
		||||
   *
 | 
			
		||||
   * @param array $ids
 | 
			
		||||
   *   The entity IDs to verify. Non-integer IDs are removed from this array if
 | 
			
		||||
   *   the entity type requires IDs to be integers.
 | 
			
		||||
   */
 | 
			
		||||
  protected function cleanIds(&$ids) {
 | 
			
		||||
    $entity_info = entity_get_info($this->entityType);
 | 
			
		||||
    if (isset($entity_info['base table field types'])) {
 | 
			
		||||
      $id_type = $entity_info['base table field types'][$this->idKey];
 | 
			
		||||
      if ($id_type == 'serial' || $id_type == 'int') {
 | 
			
		||||
        $ids = array_filter($ids, array($this, 'filterId'));
 | 
			
		||||
        $ids = array_map('intval', $ids);
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
   * Callback for array_filter that removes non-integer IDs.
 | 
			
		||||
   */
 | 
			
		||||
  protected function filterId($id) {
 | 
			
		||||
    return is_numeric($id) && $id == (int) $id;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
   * Builds the query to load the entity.
 | 
			
		||||
   *
 | 
			
		||||
 
 | 
			
		||||
@@ -2662,8 +2662,8 @@ function _form_options_flatten($array) {
 | 
			
		||||
 *   - #required: (optional) Whether the user needs to select an option (TRUE)
 | 
			
		||||
 *     or not (FALSE). Defaults to FALSE.
 | 
			
		||||
 *   - #empty_option: (optional) The label to show for the first default option.
 | 
			
		||||
 *     By default, the label is automatically set to "- Please select -" for a
 | 
			
		||||
 *     required field and "- None -" for an optional field.
 | 
			
		||||
 *     By default, the label is automatically set to "- Select -" for a required
 | 
			
		||||
 *     field and "- None -" for an optional field.
 | 
			
		||||
 *   - #empty_value: (optional) The value for the first default option, which is
 | 
			
		||||
 *     used to determine whether the user submitted a value or not.
 | 
			
		||||
 *     - If #required is TRUE, this defaults to '' (an empty string).
 | 
			
		||||
 
 | 
			
		||||
@@ -362,7 +362,8 @@ function install_run_tasks(&$install_state) {
 | 
			
		||||
 * Runs an individual installation task.
 | 
			
		||||
 *
 | 
			
		||||
 * @param $task
 | 
			
		||||
 *   An array of information about the task to be run.
 | 
			
		||||
 *   An array of information about the task to be run as returned by
 | 
			
		||||
 *   hook_install_tasks().
 | 
			
		||||
 * @param $install_state
 | 
			
		||||
 *   An array of information about the current installation state. This is
 | 
			
		||||
 *   passed in by reference so that it can be modified by the task.
 | 
			
		||||
@@ -478,11 +479,15 @@ function install_run_task($task, &$install_state) {
 | 
			
		||||
 * the page request evolves (for example, if an installation profile hasn't
 | 
			
		||||
 * been selected yet, we don't yet know which profile tasks need to be run).
 | 
			
		||||
 *
 | 
			
		||||
 * You can override this using hook_install_tasks() or
 | 
			
		||||
 * hook_install_tasks_alter().
 | 
			
		||||
 *
 | 
			
		||||
 * @param $install_state
 | 
			
		||||
 *   An array of information about the current installation state.
 | 
			
		||||
 *
 | 
			
		||||
 * @return
 | 
			
		||||
 *   A list of tasks to be performed, with associated metadata.
 | 
			
		||||
 *   A list of tasks to be performed, with associated metadata as returned by
 | 
			
		||||
 *   hook_install_tasks().
 | 
			
		||||
 */
 | 
			
		||||
function install_tasks_to_perform($install_state) {
 | 
			
		||||
  // Start with a list of all currently available tasks.
 | 
			
		||||
 
 | 
			
		||||
@@ -7,8 +7,8 @@ files[] = aggregator.test
 | 
			
		||||
configure = admin/config/services/aggregator/settings
 | 
			
		||||
stylesheets[all][] = aggregator.css
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
files[] = block.test
 | 
			
		||||
configure = admin/structure/block
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -13,8 +13,8 @@ regions[footer] = Footer
 | 
			
		||||
regions[highlighted] = Highlighted
 | 
			
		||||
regions[help] = Help
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
files[] = blog.test
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,8 +7,8 @@ files[] = book.test
 | 
			
		||||
configure = admin/content/book/settings
 | 
			
		||||
stylesheets[all][] = book.css
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
files[] = color.test
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -9,8 +9,8 @@ files[] = comment.test
 | 
			
		||||
configure = admin/content/comment
 | 
			
		||||
stylesheets[all][] = comment.css
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
files[] = contact.test
 | 
			
		||||
configure = admin/structure/contact
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
files[] = contextual.test
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,8 +7,8 @@ files[] = dashboard.test
 | 
			
		||||
dependencies[] = block
 | 
			
		||||
configure = admin/dashboard/customize
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
files[] = dblog.test
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -11,8 +11,8 @@ dependencies[] = field_sql_storage
 | 
			
		||||
required = TRUE
 | 
			
		||||
stylesheets[all][] = theme/field.css
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,8 +7,8 @@ dependencies[] = field
 | 
			
		||||
files[] = field_sql_storage.test
 | 
			
		||||
required = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -223,7 +223,17 @@ function _field_sql_storage_schema($field) {
 | 
			
		||||
  foreach ($field['indexes'] as $index_name => $columns) {
 | 
			
		||||
    $real_name = _field_sql_storage_indexname($field['field_name'], $index_name);
 | 
			
		||||
    foreach ($columns as $column_name) {
 | 
			
		||||
      $current['indexes'][$real_name][] = _field_sql_storage_columnname($field['field_name'], $column_name);
 | 
			
		||||
      // Indexes can be specified as either a column name or an array with
 | 
			
		||||
      // column name and length. Allow for either case.
 | 
			
		||||
      if (is_array($column_name)) {
 | 
			
		||||
        $current['indexes'][$real_name][] = array(
 | 
			
		||||
          _field_sql_storage_columnname($field['field_name'], $column_name[0]),
 | 
			
		||||
          $column_name[1],
 | 
			
		||||
        );
 | 
			
		||||
      }
 | 
			
		||||
      else {
 | 
			
		||||
        $current['indexes'][$real_name][] = _field_sql_storage_columnname($field['field_name'], $column_name);
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
@@ -332,7 +342,17 @@ function field_sql_storage_field_storage_update_field($field, $prior_field, $has
 | 
			
		||||
        $real_name = _field_sql_storage_indexname($field['field_name'], $name);
 | 
			
		||||
        $real_columns = array();
 | 
			
		||||
        foreach ($columns as $column_name) {
 | 
			
		||||
          $real_columns[] = _field_sql_storage_columnname($field['field_name'], $column_name);
 | 
			
		||||
          // Indexes can be specified as either a column name or an array with
 | 
			
		||||
          // column name and length. Allow for either case.
 | 
			
		||||
          if (is_array($column_name)) {
 | 
			
		||||
            $real_columns[] = array(
 | 
			
		||||
              _field_sql_storage_columnname($field['field_name'], $column_name[0]),
 | 
			
		||||
              $column_name[1],
 | 
			
		||||
            );
 | 
			
		||||
          }
 | 
			
		||||
          else {
 | 
			
		||||
            $real_columns[] = _field_sql_storage_columnname($field['field_name'], $column_name);
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
        db_add_index($table, $real_name, $real_columns);
 | 
			
		||||
        db_add_index($revision_table, $real_name, $real_columns);
 | 
			
		||||
 
 | 
			
		||||
@@ -355,14 +355,14 @@ class FieldSqlStorageTestCase extends DrupalWebTestCase {
 | 
			
		||||
    field_attach_insert('test_entity', $entity);
 | 
			
		||||
 | 
			
		||||
    // Add an index
 | 
			
		||||
    $field = array('field_name' => $field_name, 'indexes' => array('value' => array('value')));
 | 
			
		||||
    $field = array('field_name' => $field_name, 'indexes' => array('value' => array(array('value', 255))));
 | 
			
		||||
    field_update_field($field);
 | 
			
		||||
    foreach ($tables as $table) {
 | 
			
		||||
      $this->assertTrue(Database::getConnection()->schema()->indexExists($table, "{$field_name}_value"), format_string("Index on value created in %table", array('%table' => $table)));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // Add a different index, removing the existing custom one.
 | 
			
		||||
    $field = array('field_name' => $field_name, 'indexes' => array('value_format' => array('value', 'format')));
 | 
			
		||||
    $field = array('field_name' => $field_name, 'indexes' => array('value_format' => array(array('value', 127), array('format', 127))));
 | 
			
		||||
    field_update_field($field);
 | 
			
		||||
    foreach ($tables as $table) {
 | 
			
		||||
      $this->assertTrue(Database::getConnection()->schema()->indexExists($table, "{$field_name}_value_format"), format_string("Index on value_format created in %table", array('%table' => $table)));
 | 
			
		||||
 
 | 
			
		||||
@@ -7,8 +7,8 @@ dependencies[] = field
 | 
			
		||||
dependencies[] = options
 | 
			
		||||
files[] = tests/list.test
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ package = Testing
 | 
			
		||||
version = VERSION
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
dependencies[] = field
 | 
			
		||||
files[] = number.test
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
dependencies[] = field
 | 
			
		||||
files[] = options.test
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,8 +7,8 @@ dependencies[] = field
 | 
			
		||||
files[] = text.test
 | 
			
		||||
required = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ files[] = field_test.entity.inc
 | 
			
		||||
version = VERSION
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
dependencies[] = field
 | 
			
		||||
files[] = field_ui.test
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
dependencies[] = field
 | 
			
		||||
files[] = tests/file.test
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,8 +7,8 @@ files[] = filter.test
 | 
			
		||||
required = TRUE
 | 
			
		||||
configure = admin/config/content/formats
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -340,6 +340,7 @@ function filter_admin_format_title($format) {
 | 
			
		||||
function filter_permission() {
 | 
			
		||||
  $perms['administer filters'] = array(
 | 
			
		||||
    'title' => t('Administer text formats and filters'),
 | 
			
		||||
    'description' => t('Define how text is handled by combining filters into <a href="@url">text formats</a>.', array('@url' => url('admin/config/content/formats'))),
 | 
			
		||||
    'restrict access' => TRUE,
 | 
			
		||||
  );
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1148,7 +1148,7 @@ class FilterUnitTestCase extends DrupalUnitTestCase {
 | 
			
		||||
    // Setup dummy filter object.
 | 
			
		||||
    $filter = new stdClass();
 | 
			
		||||
    $filter->settings = array(
 | 
			
		||||
      'allowed_html' => '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>',
 | 
			
		||||
      'allowed_html' => '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <test-element>',
 | 
			
		||||
      'filter_html_help' => 1,
 | 
			
		||||
      'filter_html_nofollow' => 0,
 | 
			
		||||
    );
 | 
			
		||||
@@ -1184,6 +1184,10 @@ class FilterUnitTestCase extends DrupalUnitTestCase {
 | 
			
		||||
 | 
			
		||||
    $f = _filter_html('<code onerror> </code>', $filter);
 | 
			
		||||
    $this->assertNoNormalized($f, 'onerror', 'HTML filter should remove empty on* attributes on default.');
 | 
			
		||||
 | 
			
		||||
    // Custom tags are supported and should be allowed through.
 | 
			
		||||
    $f = _filter_html('<test-element></test-element>', $filter);
 | 
			
		||||
    $this->assertNormalized($f, 'test-element', 'HTML filter should allow custom elements.');
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
 
 | 
			
		||||
@@ -9,8 +9,8 @@ files[] = forum.test
 | 
			
		||||
configure = admin/structure/forum
 | 
			
		||||
stylesheets[all][] = forum.css
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
files[] = help.test
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,8 +7,8 @@ dependencies[] = file
 | 
			
		||||
files[] = image.test
 | 
			
		||||
configure = admin/config/media/image-styles
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
files[] = image_module_test.module
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
files[] = locale.test
 | 
			
		||||
configure = admin/config/regional/language
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ package = Testing
 | 
			
		||||
version = VERSION
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
files[] = menu.test
 | 
			
		||||
configure = admin/structure/menu
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -9,8 +9,8 @@ required = TRUE
 | 
			
		||||
configure = admin/structure/types
 | 
			
		||||
stylesheets[all][] = node.css
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -933,6 +933,16 @@ function node_update_7014() {
 | 
			
		||||
  db_add_index('node', 'language', array('language'));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Enable node types that may have been erroneously disabled in Drupal 7.36.
 | 
			
		||||
 */
 | 
			
		||||
function node_update_7015() {
 | 
			
		||||
  db_update('node_type')
 | 
			
		||||
    ->fields(array('disabled' => 0))
 | 
			
		||||
    ->condition('base', 'node_content')
 | 
			
		||||
    ->execute();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @} End of "addtogroup updates-7.x-extra".
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
@@ -740,9 +740,11 @@ function _node_types_build($rebuild = FALSE) {
 | 
			
		||||
    $type_db = $type_object->type;
 | 
			
		||||
    // Original disabled value.
 | 
			
		||||
    $disabled = $type_object->disabled;
 | 
			
		||||
    // Check for node types either from disabled modules or otherwise not defined
 | 
			
		||||
    // and mark as disabled.
 | 
			
		||||
    if (empty($type_object->custom) && empty($_node_types->types[$type_db])) {
 | 
			
		||||
    // Check for node types from disabled modules and mark their types for removal.
 | 
			
		||||
    // Types defined by the node module in the database (rather than by a separate
 | 
			
		||||
    // module using hook_node_info) have a base value of 'node_content'. The isset()
 | 
			
		||||
    // check prevents errors on old (pre-Drupal 7) databases.
 | 
			
		||||
    if (isset($type_object->base) && $type_object->base != 'node_content' && empty($_node_types->types[$type_db])) {
 | 
			
		||||
      $type_object->disabled = TRUE;
 | 
			
		||||
    }
 | 
			
		||||
    if (isset($_node_types->types[$type_db])) {
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ package = Core
 | 
			
		||||
core = 7.x
 | 
			
		||||
files[] = openid.test
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
dependencies[] = openid
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -4,8 +4,8 @@ package = Core
 | 
			
		||||
version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
files[] = path.test
 | 
			
		||||
configure = admin/config/search/path
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
files[] = php.test
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
files[] = poll.test
 | 
			
		||||
stylesheets[all][] = poll.css
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -191,7 +191,6 @@ function poll_node_info() {
 | 
			
		||||
      'base' => 'poll',
 | 
			
		||||
      'description' => t('A <em>poll</em> is a question with a set of possible responses. A <em>poll</em>, once created, automatically provides a simple running count of the number of votes received for each response.'),
 | 
			
		||||
      'title_label' => t('Question'),
 | 
			
		||||
      'has_body' => FALSE,
 | 
			
		||||
    )
 | 
			
		||||
  );
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -11,8 +11,8 @@ configure = admin/config/people/profile
 | 
			
		||||
; See user_system_info_alter().
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
files[] = rdf.test
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -8,8 +8,8 @@ files[] = search.test
 | 
			
		||||
configure = admin/config/search/settings
 | 
			
		||||
stylesheets[all][] = search.css
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
files[] = shortcut.test
 | 
			
		||||
configure = admin/config/user-interface/shortcut
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -2257,8 +2257,13 @@ class DrupalWebTestCase extends DrupalTestCase {
 | 
			
		||||
            if ($wrapperNode) {
 | 
			
		||||
              // ajax.js adds an enclosing DIV to work around a Safari bug.
 | 
			
		||||
              $newDom = new DOMDocument();
 | 
			
		||||
              // DOM can load HTML soup. But, HTML soup can throw warnings,
 | 
			
		||||
              // suppress them.
 | 
			
		||||
              $newDom->loadHTML('<div>' . $command['data'] . '</div>');
 | 
			
		||||
              $newNode = $dom->importNode($newDom->documentElement->firstChild->firstChild, TRUE);
 | 
			
		||||
              // Suppress warnings thrown when duplicate HTML IDs are
 | 
			
		||||
              // encountered. This probably means we are replacing an element
 | 
			
		||||
              // with the same ID.
 | 
			
		||||
              $newNode = @$dom->importNode($newDom->documentElement->firstChild->firstChild, TRUE);
 | 
			
		||||
              $method = isset($command['method']) ? $command['method'] : $ajax_settings['method'];
 | 
			
		||||
              // The "method" is a jQuery DOM manipulation function. Emulate
 | 
			
		||||
              // each one using PHP's DOMNode API.
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,7 @@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@import url("http://example.com/style.css");
 | 
			
		||||
@import url("//example.com/style.css");
 | 
			
		||||
@import "import1.css";
 | 
			
		||||
@import "import2.css";
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data .single-quote{background-image:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDACAWGBwYFCAcGhwkIiAmMFA0MCwsMGJGSjpQdGZ6eHJmcG6AkLicgIiuim5woNqirr7EztDOfJri8uDI8LjKzsb/2wBDASIkJDAqMF40NF7GhHCExsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsb/wAARCAABAAEDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKAAH//Z');}.data .no-quote{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAEAQAAAAAo/mtHAAAAIElEQVQIHWMRnWHwcRNLN8NZ7QYWwT8PlBlYsgqVBRsAankIMw5MtnoAAAAASUVORK5CYII=);}
 | 
			
		||||
@import url("http://example.com/style.css");@import url("//example.com/style.css");ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data .single-quote{background-image:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDACAWGBwYFCAcGhwkIiAmMFA0MCwsMGJGSjpQdGZ6eHJmcG6AkLicgIiuim5woNqirr7EztDOfJri8uDI8LjKzsb/2wBDASIkJDAqMF40NF7GhHCExsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsb/wAARCAABAAEDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAb/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKAAH//Z');}.data .no-quote{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAEAQAAAAAo/mtHAAAAIElEQVQIHWMRnWHwcRNLN8NZ7QYWwT8PlBlYsgqVBRsAankIMw5MtnoAAAAASUVORK5CYII=);}
 | 
			
		||||
p,select{font:1em/160% Verdana,sans-serif;color:#494949;}
 | 
			
		||||
body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}.this
 | 
			
		||||
.is
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,7 @@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@import url("http://example.com/style.css");
 | 
			
		||||
@import url("//example.com/style.css");
 | 
			
		||||
 | 
			
		||||
ul, select {
 | 
			
		||||
  font: 1em/160% Verdana, sans-serif;
 | 
			
		||||
 
 | 
			
		||||
@@ -56,8 +56,8 @@ files[] = tests/upgrade/update.trigger.test
 | 
			
		||||
files[] = tests/upgrade/update.field.test
 | 
			
		||||
files[] = tests/upgrade/update.user.test
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ package = Testing
 | 
			
		||||
version = VERSION
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -942,6 +942,7 @@ class CascadingStylesheetsUnitTest extends DrupalUnitTestCase {
 | 
			
		||||
   * - Proper URLs in imported files. (https://drupal.org/node/265719)
 | 
			
		||||
   * - Retain pseudo-selectors. (https://drupal.org/node/460448)
 | 
			
		||||
   * - Don't adjust data URIs. (https://drupal.org/node/2142441)
 | 
			
		||||
   * - Files imported from external URLs. (https://drupal.org/node/2014851)
 | 
			
		||||
   */
 | 
			
		||||
  function testLoadCssBasic() {
 | 
			
		||||
    // Array of files to test living in 'simpletest/files/css_test_files/'.
 | 
			
		||||
 
 | 
			
		||||
@@ -7,8 +7,8 @@ stylesheets[all][] = common_test.css
 | 
			
		||||
stylesheets[print][] = common_test.print.css
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ package = Testing
 | 
			
		||||
version = VERSION
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,8 +7,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
dependencies[] = entity_cache_test_dependency
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ package = Testing
 | 
			
		||||
version = VERSION
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -480,13 +480,6 @@ class FileValidatorTest extends DrupalWebTestCase {
 | 
			
		||||
   * Test file_validate_size().
 | 
			
		||||
   */
 | 
			
		||||
  function testFileValidateSize() {
 | 
			
		||||
    global $user;
 | 
			
		||||
    $original_user = $user;
 | 
			
		||||
    drupal_save_session(FALSE);
 | 
			
		||||
 | 
			
		||||
    // Run these tests as a regular user.
 | 
			
		||||
    $user = $this->drupalCreateUser();
 | 
			
		||||
 | 
			
		||||
    // Create a file with a size of 1000 bytes, and quotas of only 1 byte.
 | 
			
		||||
    $file = new stdClass();
 | 
			
		||||
    $file->filesize = 1000;
 | 
			
		||||
@@ -498,9 +491,6 @@ class FileValidatorTest extends DrupalWebTestCase {
 | 
			
		||||
    $this->assertEqual(count($errors), 1, 'Error for the user being over their limit.', 'File');
 | 
			
		||||
    $errors = file_validate_size($file, 1, 1);
 | 
			
		||||
    $this->assertEqual(count($errors), 2, 'Errors for both the file and their limit.', 'File');
 | 
			
		||||
 | 
			
		||||
    $user = $original_user;
 | 
			
		||||
    drupal_save_session(TRUE);
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
files[] = file_test.module
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
package = Testing
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
package = Testing
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,8 +7,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -477,6 +477,56 @@ class SessionHttpsTestCase extends DrupalWebTestCase {
 | 
			
		||||
    $this->assertResponse(200);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
   * Tests that empty session IDs do not cause unrelated sessions to load.
 | 
			
		||||
   */
 | 
			
		||||
  public function testEmptySessionId() {
 | 
			
		||||
    global $is_https;
 | 
			
		||||
 | 
			
		||||
    if ($is_https) {
 | 
			
		||||
      $secure_session_name = session_name();
 | 
			
		||||
    }
 | 
			
		||||
    else {
 | 
			
		||||
      $secure_session_name = 'S' . session_name();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // Enable mixed mode for HTTP and HTTPS.
 | 
			
		||||
    variable_set('https', TRUE);
 | 
			
		||||
 | 
			
		||||
    $admin_user = $this->drupalCreateUser(array('access administration pages'));
 | 
			
		||||
    $standard_user = $this->drupalCreateUser(array('access content'));
 | 
			
		||||
 | 
			
		||||
    // First log in as the admin user on HTTP.
 | 
			
		||||
    // We cannot use $this->drupalLogin() here because we need to use the
 | 
			
		||||
    // special http.php URLs.
 | 
			
		||||
    $edit = array(
 | 
			
		||||
      'name' => $admin_user->name,
 | 
			
		||||
      'pass' => $admin_user->pass_raw
 | 
			
		||||
    );
 | 
			
		||||
    $this->drupalGet('user');
 | 
			
		||||
    $form = $this->xpath('//form[@id="user-login"]');
 | 
			
		||||
    $form[0]['action'] = $this->httpUrl('user');
 | 
			
		||||
    $this->drupalPost(NULL, $edit, t('Log in'));
 | 
			
		||||
 | 
			
		||||
    $this->curlClose();
 | 
			
		||||
 | 
			
		||||
    // Now start a session for the standard user on HTTPS.
 | 
			
		||||
    $edit = array(
 | 
			
		||||
      'name' => $standard_user->name,
 | 
			
		||||
      'pass' => $standard_user->pass_raw
 | 
			
		||||
    );
 | 
			
		||||
    $this->drupalGet('user');
 | 
			
		||||
    $form = $this->xpath('//form[@id="user-login"]');
 | 
			
		||||
    $form[0]['action'] = $this->httpsUrl('user');
 | 
			
		||||
    $this->drupalPost(NULL, $edit, t('Log in'));
 | 
			
		||||
 | 
			
		||||
    // Make the secure session cookie blank.
 | 
			
		||||
    curl_setopt($this->curlHandle, CURLOPT_COOKIE, "$secure_session_name=");
 | 
			
		||||
    $this->drupalGet($this->httpsUrl('user'));
 | 
			
		||||
    $this->assertNoText($admin_user->name, 'User is not logged in as admin');
 | 
			
		||||
    $this->assertNoText($standard_user->name, "The user's own name is not displayed because the invalid session cookie has logged them out.");
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
   * Test that there exists a session with two specific session IDs.
 | 
			
		||||
   *
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ version = VERSION
 | 
			
		||||
core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -6,8 +6,8 @@ core = 7.x
 | 
			
		||||
hidden = TRUE
 | 
			
		||||
dependencies[] = _missing_dependency
 | 
			
		||||
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-04-02
 | 
			
		||||
version = "7.36"
 | 
			
		||||
; Information added by Drupal.org packaging script on 2015-05-07
 | 
			
		||||
version = "7.37"
 | 
			
		||||
project = "drupal"
 | 
			
		||||
datestamp = "1427943826"
 | 
			
		||||
datestamp = "1430973154"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user