Dries Buytaert
|
8802e0d3af
|
- Patch #276111 by pwolanin, Gabor et al: validate translation strings on import.
|
2008-12-09 19:53:36 +00:00 |
Dries Buytaert
|
8ad5cba994
|
- Patch #344661 by Dave Reid: API doc improvements for hook_translation_link_alter.
|
2008-12-09 11:36:04 +00:00 |
Dries Buytaert
|
c0cb68abcc
|
- Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups.
|
2008-12-09 11:30:25 +00:00 |
Dries Buytaert
|
7c30a1bac9
|
- Patch #342693 by Damien Tournoud et al: DatabaseStatement Prefect iterator did not implement a proper forward-only one cursor.
|
2008-12-09 11:22:11 +00:00 |
Dries Buytaert
|
6f859fdd8f
|
- Patch #328781 by Damien Tournoud and Dave Reid: fixed simpletest error reporting.
|
2008-12-09 11:09:26 +00:00 |
Dries Buytaert
|
c50651f7fb
|
- Patch #340557 by Dave Reid: use static caching in drupal_is_front_page().
|
2008-12-09 07:16:10 +00:00 |
Dries Buytaert
|
1ffa4fe38b
|
- Patch #343631 by Dave Reid: cleaned up the database tests.
|
2008-12-08 22:02:45 +00:00 |
Dries Buytaert
|
09b49acb67
|
- Patch #343259 by John Morahan: improved taxonomy_get_tree API.
|
2008-12-08 21:54:33 +00:00 |
Dries Buytaert
|
55382d04a7
|
- Patch #318016 by Dave Reid: step one to standardizing type-hinting.
|
2008-12-08 21:41:54 +00:00 |
Angie Byron
|
372846e1dc
|
#333060 by merlinofchaos, dvessel, neclimdul: Prevent parent theme clobbering.
|
2008-12-07 09:32:58 +00:00 |
Angie Byron
|
fcb68d747e
|
#305653 follow-up by sun: Prevent themes from being disabled during update.
|
2008-12-07 08:23:07 +00:00 |
Angie Byron
|
baa9c7e2b0
|
#343765 by Dave Reid: Initialize SimpleTest with a value for required site_mail variable.
|
2008-12-07 07:55:24 +00:00 |
Angie Byron
|
6d84974ff5
|
#343620 by Dave Reid: Fix db_update() failure on expression-only SQL (with test).
|
2008-12-07 07:51:55 +00:00 |
Angie Byron
|
da3a3ac7bf
|
#61108 by Uwe Hermann: Minor whitespace changes in LICENSE.txt so it matches what's available at GNU.org.
|
2008-12-06 17:30:46 +00:00 |
Dries Buytaert
|
feb7836220
|
- Patch #342988 by ultimateboy: fixed order of attributes in PHPdoc.
|
2008-12-05 22:30:20 +00:00 |
Dries Buytaert
|
58b0235a72
|
- Patch #324313 by catch et al: load multiple nodes and terms at once.
|
2008-12-05 22:18:46 +00:00 |
Dries Buytaert
|
0b06c68b98
|
- Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved usability of the aliased URL admin page.
|
2008-12-05 12:50:28 +00:00 |
Dries Buytaert
|
4e9d1f7d1c
|
- Patch #342366 by John Morahan, Dave Reid, Damien Tournoud: fixed replacement of unnamed placeholders in SQLite.
|
2008-12-05 12:41:27 +00:00 |
Angie Byron
|
5a53f843d7
|
#333658 by sun: Code clean-up for actions.inc.
|
2008-12-04 18:42:03 +00:00 |
Dries Buytaert
|
36bcedc486
|
- Patch #342493 by mayor: make aggregator.test work on PostgreSQL.
|
2008-12-04 11:11:59 +00:00 |
Dries Buytaert
|
eab8a13bcb
|
- Patch #341910 by mayer: make file_space_used work on PostgreSQL.
|
2008-12-04 11:09:33 +00:00 |
Dries Buytaert
|
dc82bc5ab0
|
- Patch #341872 by mayer, catch: fixed bug in database conversion and added a missing test for taxonomy_term_save().
|
2008-12-04 10:57:17 +00:00 |
Dries Buytaert
|
424aaef46c
|
- Patch #341885 by sun: remove absolute argument in theme_filter_tips().
|
2008-12-03 19:43:21 +00:00 |
Dries Buytaert
|
939df0b3cd
|
- Patch #107824 by Dave Reid, AlexisWilke et al: convert certain URL fields from VARCHAR to TEXT to avoid errors.
|
2008-12-03 19:22:09 +00:00 |
Dries Buytaert
|
cadd9bd54c
|
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my.
|
2008-12-03 16:32:22 +00:00 |
Dries Buytaert
|
5c72eb294a
|
- Patch #327269 by c960657: when drupal_page_cache_header() compares the client's If-Modified-Since header to $cache->created, it assumed a certain date format. However, HTTP/1.1 allows several variations of the date format, i.e. the same time may be represented in slightly different ways. If the client sends the date in a different format than the one generated by Drupal, it would never receive a 304 Not Modified response. Also added a good amount of tests for the drupal_page_cache_header() code.
|
2008-12-03 14:51:53 +00:00 |
Dries Buytaert
|
3aaffd3364
|
- Patch #320510 by hswong3i et al: convert menu.inc to new database abstraction layer.
|
2008-12-03 14:38:59 +00:00 |
Dries Buytaert
|
0a062b2c23
|
- Patch #336115 by Dave Reid: fixing line endings.
|
2008-12-03 12:31:37 +00:00 |
Dries Buytaert
|
20295998e7
|
- Patch #296624 by Damien Tournoud: made search work on PostgreSQL.
|
2008-12-02 21:24:34 +00:00 |
Dries Buytaert
|
99afbc53a7
|
- Patch #330582 by Darren Oh, c960657 et al: better API for retrieving HTTP headers and working with HTTP headers in tests.
|
2008-12-02 20:03:57 +00:00 |
Dries Buytaert
|
71a22f1c1f
|
- Patch #337926 by Damien Tournoud: clean-up lower case handling.
|
2008-12-02 19:45:01 +00:00 |
Dries Buytaert
|
8900c6156d
|
- Patch #336115 by nedjo: additional documentation for t().
|
2008-12-02 19:33:33 +00:00 |
Angie Byron
|
f3ad4d9568
|
#340052 by justinrandell: Speed up SimpleTest by 15,000 orders of magnitude by pre-loading the registry.
|
2008-11-30 07:04:45 +00:00 |
Angie Byron
|
aa4b94fcc9
|
#340568 by Damien Tournoud: in some versions of SQLite, SELECT DISINCT(field) will return '(field)' as the field name.
|
2008-11-30 01:26:45 +00:00 |
Angie Byron
|
d6514fe3aa
|
#340500 by justinrandell: Fix silliness in install.inc that was loading the db system twice for no apparent reason.
|
2008-11-30 01:11:23 +00:00 |
Angie Byron
|
466e572685
|
#337794 by Damien Tournoud: Make SimpleTest work under PosthreSQL again.
|
2008-11-30 01:05:16 +00:00 |
Angie Byron
|
4f8168c39a
|
#338184 by Damien Tournoud: Remove special workarounds for serialize() in the registry.
|
2008-11-29 23:21:22 +00:00 |
Dries Buytaert
|
bc719d0c55
|
- Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path 'logout' to 'user/logout'. For real now.
|
2008-11-29 09:33:51 +00:00 |
Dries Buytaert
|
205c5b2415
|
- Patch #337926 by hswong3i, Dave Reid, Damien Tournoud: forced connection with PDF:CASE_LOWER.
|
2008-11-29 09:30:36 +00:00 |
Dries Buytaert
|
9b391c2e6e
|
- Patch #281131 by Damien Tournoud: document the missing quote in .htaccess.
|
2008-11-28 09:39:13 +00:00 |
Dries Buytaert
|
1bbafcc967
|
- Patch #339960 by Damien Tournoud: updated test explanation.
|
2008-11-28 09:34:42 +00:00 |
Dries Buytaert
|
d32a4c9dc4
|
- Patch #337926 by hswong3i: by default, force lower-case database tables/columns.
|
2008-11-28 09:27:58 +00:00 |
Dries Buytaert
|
77c5b369da
|
- Patch #248205 by Damien Tournoud: up requirement for PostgreSQL to PostgreSQL 8.3.
|
2008-11-28 09:25:59 +00:00 |
Angie Byron
|
5657765d63
|
#338239 follow-up by c960657: Fix file test failure.
|
2008-11-27 08:41:45 +00:00 |
Angie Byron
|
d7f706f291
|
Reverting #337820 once more, as it causes mysterious test failures.
|
2008-11-27 07:07:01 +00:00 |
Dries Buytaert
|
74f2efd561
|
- Patch #314870 by drewish: removed some code that accidentically got committed with api.php and that broke the tests.
|
2008-11-26 18:56:16 +00:00 |
Dries Buytaert
|
fd67735fa2
|
- Patch #325908 by kbahey: removed redundant cache flusing.
|
2008-11-26 13:54:05 +00:00 |
Dries Buytaert
|
b4534e89a5
|
- Patch #263445 by Dave Reid, merlinofchaos: replace improper use of drupal_to_js() with drupal_json().
|
2008-11-26 13:52:13 +00:00 |
Dries Buytaert
|
63e195eb30
|
- Patch #338239 by Damien Tournoud: clean-up DrupalWebTestCase.
|
2008-11-26 13:48:50 +00:00 |
Dries Buytaert
|
6e5851b3a9
|
- Patch #338586 by Damien Tournoud: fix undefined function call in DatabaseSchema_pgsql::addField().
|
2008-11-26 13:42:25 +00:00 |