Dries Buytaert
af474609e3
- Added a test framework to Drupal along with a first batch of tests for
...
Drupal core! This is an important milestone for the project so enable
the module and check it out ... :)
Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie
Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran
Lal, Moshe Weitzman, and the many other people that helped with testing
over the past years and that drove this home.
It all works but it is still rough around the edges (i.e. documentation
is still being written, the coding style is not 100% yet, a number of
tests still fail) but we spent the entire weekend working on it in Paris
and made a ton of progress. The best way to help and to get up to speed,
is to start writing and contributing some tests ... as well as fixing
some of the failures.
For those willing to help with improving the test framework, here are
some next steps and issues to resolve:
- How to best approach unit tests and mock functions?
- How to test drupal_mail() and drupal_http_request()?
- How to improve the admin UI so we have a nice progress bar?
- How best to do code coverage?
- See http://g.d.o/node/10099 for more ...
2008-04-20 18:24:07 +00:00
Dries Buytaert
76151a8bc9
- Patch #245504 by catch, David_Rothstein, Freso, et al: removed the throttle module from Drupal core.
2008-04-16 11:35:52 +00:00
Dries Buytaert
e6a5793d0b
- Patch #245904 by boombatower: fixed E_NOTICE warning in the XML-RPC library.
2008-04-14 17:58:16 +00:00
Dries Buytaert
b9ce36b0d5
- Patch #88892 by darthsteven et al: improved the PHPdoc of form_set_value(). Great work. Much better. :)
2008-04-14 17:51:38 +00:00
Dries Buytaert
56d2664a90
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
2008-04-14 17:48:46 +00:00
Dries Buytaert
ee08784f88
- Patch #189568 by dvessel: don't include a CSS file in the aggregated CSS output when that file is overwritten by a theme-specific CSS file.
2008-04-10 10:19:01 +00:00
Dries Buytaert
08aa23227e
- Patch #228594 by catch et al: removed access rule functionality from core.
...
The access rules capability of user module has been stripped down to a
simple method for blocking IP addresses. E-mail and username restrictions
are now available in a contributed module. IP address range blocking is
no longer supported and should be done at the server level.
This patch is partly motiviated by the fact that at the usability testing,
it frequently came up that users went to "access rules" when trying to
configure their site settings.
2008-04-08 22:50:55 +00:00
Dries Buytaert
1dfd1717c1
- Patch #240387 by matt2000 et al: move 'content types' to 'site building' per the UMN usability study results.
2008-04-06 18:50:12 +00:00
Dries Buytaert
0a8be2adda
- Patch #234785 by Rowanw, yoroy, flobruit, et al: usability: improve visibility of the 'more help' link by adding an icon.
2008-04-02 20:23:15 +00:00
Dries Buytaert
a65fd88dcb
- Patch #234403 by Gabor, Bevan and me: drupal_mail_send() had problems with linebreaks headers.
2008-04-02 20:15:59 +00:00
Dries Buytaert
2e48061be7
- Oops, I forgot to add this file to CVS when I committed the secure password hashing patch last night. Mea culpa.
2008-04-01 06:25:31 +00:00
Dries Buytaert
ed59911f9e
- Patch #29706 by pwolanin, solardiz, et al: more secure password hashing.
...
This is a big and important patch for Drupal's security. We are switching
to much stronger password hashes that are also compatible with the Portable
PHP password hashing framework.
The new password hashes defeat a number of attacks, including:
- The ability to try candidate passwords against multiple hashes at once.
- The ability to use pre-hashed lists of candidate passwords.
- The ability to determine whether two users have the same (or different)
password without actually having to guess one of the passwords.
Also implemented a pluggable password hashing API (similar to how an alternate
cache mechanism can be used) to allow developers to readily substitute an
alternative hashing and authentication scheme.
Thanks all!
2008-03-31 20:50:05 +00:00
Dries Buytaert
771950b15d
- Patch #239958 by Steve Dondley: make the explicit cache clearing functionality reload the theme's .info file. (We're back from a vacation in the French Alpes, BTW! Time to catch up with patches.)
2008-03-31 18:17:21 +00:00
Dries Buytaert
91f60c3c7b
- Patch #234699 by hass: the active CSS class was not always added for the active menu item.
2008-03-25 14:10:01 +00:00
Dries Buytaert
97ffcabe56
- Patch #220827 by Arancaytar et al: menu system phpdoc improvements.
2008-03-21 08:32:24 +00:00
Dries Buytaert
2001e53c77
- Patch #218513 by Pancho: Doxygen formatting fixes.
2008-03-19 07:38:29 +00:00
Dries Buytaert
064417f34b
- Patch #222578 by pwolanin: alter drupal_to_js() to use json_encode().
2008-03-17 17:01:05 +00:00
Dries Buytaert
2e2c2bcac0
- Patch #226555 by jvandyk, vladimir, rok, et al: remove E_NOTICE.
2008-03-15 12:59:22 +00:00
Dries Buytaert
637ec9359c
- Patch #234403 by alienbrain: drupal_mail_send() should use CRLFs instead of LFs in e-mail headers.
2008-03-15 11:59:37 +00:00
Dries Buytaert
66c79ee792
- Patch #117748 by pwolanin: made account creation work again.
2008-03-15 11:02:47 +00:00
Dries Buytaert
a5c2ad2178
- Patch #231587 by pwolanin et al: fixed scalability issue in the menu system.
2008-03-14 08:51:37 +00:00
Dries Buytaert
a730d23d14
- Patch #216813 by pwolanin et al: fixed upgrade path for primary links and navigation.
2008-02-23 08:13:09 +00:00
Dries Buytaert
ca88c5f4c1
- Patch #220953 by pwolanin: fixed bug in _menu_navigation_links_rebuild().
2008-02-23 08:10:03 +00:00
Dries Buytaert
a82e1fe2b9
- Patch #212918 by chx: fixed SQL queries on mysqli.
2008-02-21 20:12:47 +00:00
Dries Buytaert
8e0d6b4690
- Patch #224142 by jvandyk: tiny performance improvement for theme().
2008-02-20 13:39:29 +00:00
Dries Buytaert
7b699125fb
- Patch #189568 by dvessel et al: overriding of module CSS didn't always work.
2008-02-20 13:38:32 +00:00
Dries Buytaert
60688d68db
- Patch #181411 by Moshe: use schema API for saving and updating user records.
2008-02-18 16:53:37 +00:00
Dries Buytaert
029b6b914f
- Patch #196862 by earnie et al: make drupal_lookup_path() a tad faster by eliminating an SQL query.
2008-02-18 16:49:23 +00:00
Dries Buytaert
43aa968f90
- Patch #203846 by pwolanin: remove PHP4 compatibility code.
2008-02-17 22:15:04 +00:00
Dries Buytaert
70eb02dfc9
- Patch #218116 by greggles: document session_save_session().
2008-02-17 20:03:42 +00:00
Dries Buytaert
aa31e870c0
- Patch #218915 by keith and jakeg: fixed typo in watchdog() call.
2008-02-17 20:01:49 +00:00
Dries Buytaert
ef736430e5
- Patch #212918 by pwolanin: enable MySQL's ANSI-mode. We can chose to disable this when we ship Drupal 7, but it is really helpful during the development cycle.
2008-02-17 19:39:11 +00:00
Dries Buytaert
01a4c0d827
- Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the real PHP5 clone().
2008-02-17 19:29:07 +00:00
Dries Buytaert
210311903e
- Patch #221364 by chx: removed PHP 4.3 workaround. Oh, yeah.
2008-02-14 18:43:32 +00:00
Dries Buytaert
1d390ef36c
- Patch #216059 by nedjo, theborg, karens, goba, webchick et al: AHAH triggered by text input enter key press breaks autocomplete.
2008-02-12 13:52:33 +00:00
Dries Buytaert
3c4d568984
- Patch #217803 by csevb10 and senpai: uninstall system does not correctly remove dynamic menu items when a module is deleted.
2008-02-12 13:45:16 +00:00
Dries Buytaert
4969495e04
- Patch #215858 by pwolanin, goba, catch et al: localized menu link data getting saved back to the database.
2008-02-10 19:49:37 +00:00
Dries Buytaert
f383ceef6d
- Patch #218471 by pwolanin: menus and books exposed unpublished nodes.
2008-02-10 19:29:29 +00:00
Dries Buytaert
29d78cbe1d
- Patch #209240 by saxofaan, mike stewart, gopherspidey: fixed installation problem with multi-site setups.
2008-02-10 07:46:13 +00:00
Dries Buytaert
ccaaf69da5
- Patch #184926 by Rob and brightloudnoise: improved usability of status message when site is offline.
2008-02-10 07:35:40 +00:00
Dries Buytaert
98f97e184c
- Patch #211979 by chx, theborg, pwolanin, et al: menu items show no matter where their parent is found.
2008-02-10 07:33:02 +00:00
Dries Buytaert
8eea589984
- Patch #218054 by Arancaytar: _db_create_field_sql has precision and scale arguments in wrong order.
2008-02-08 03:24:05 +00:00
Dries Buytaert
5511bb5f7a
- Patch #214513 by Lynn: missing break-statement in system_send_email_action.
2008-02-06 19:52:54 +00:00
Dries Buytaert
913d538871
- Patch #218319 by Moshe: added support for dynamic menu items in query strings.
2008-02-06 19:41:24 +00:00
Dries Buytaert
b8a1eab1fb
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
2008-02-06 19:38:28 +00:00
Gábor Hojtsy
39d28bd43e
#215858 by pwolanin: localized menu options were saved into the database, avoid this by using different variable names / array keys
2008-02-04 12:07:23 +00:00
Gábor Hojtsy
06bb3d2e09
#117748 by quicksketch: short fix to trim() required fields for validation, with documentation
2008-02-04 10:23:32 +00:00
Gábor Hojtsy
ab7fb80056
#216061 by Eaton: nid was not set in node creation (programatic node creation regression)
2008-02-03 19:26:10 +00:00
Gábor Hojtsy
60cb54b938
Back to 6.0-dev
2008-01-30 23:07:41 +00:00
Gábor Hojtsy
c2665870c4
Preparing for RC3
2008-01-30 22:43:55 +00:00
Gábor Hojtsy
9edadd40dc
#216042 by Eaton: provide the complete form to element validators as well (critical regression for CCK)
2008-01-30 21:42:17 +00:00
Gábor Hojtsy
e85fa6970f
#215127 by chx, webernet, catch; testing by theborg: menu item parenting was broken when moving menu items
2008-01-30 21:01:20 +00:00
Gábor Hojtsy
0a3eb9b0fd
#215848 by simonc: SMALLTEXT is not a valid MySQL type, TINYTEXT is there instead
2008-01-30 14:34:29 +00:00
Gábor Hojtsy
8aeab150eb
#215252 by bdragon: reset the cache flush variable before the cache is flushed, so busy sites will not attempt multiple cache flushes at a time
2008-01-29 11:36:06 +00:00
Gábor Hojtsy
518c56917b
#215361 by bec: phpdoc for menu_load_objects(), _menu_item_localize() and _menu_link_translate()
2008-01-29 11:01:32 +00:00
Gábor Hojtsy
4bdf24ea52
#210219 by htalvitie, yched: initialize block caching properties properly on install (and update bugos RC2 sites as well)
2008-01-28 19:56:27 +00:00
Gábor Hojtsy
bf28630a5e
#213664 by chx, theborg: menu item not expanded on front page
2008-01-28 19:09:19 +00:00
Gábor Hojtsy
10f7a8faa8
#193331 by ufku: the replace parameter was not used in file_save_upload() as documented, fix this
2008-01-28 17:00:36 +00:00
Gábor Hojtsy
279d2d4c44
#213517 by ax: inline documentation cleanup, fixing four unclosed @defgroups
2008-01-28 16:05:17 +00:00
Gábor Hojtsy
23607968df
#207029 by JohnAlbin: some menu item properties were not passed along for theming (regression)
2008-01-28 15:55:25 +00:00
Gábor Hojtsy
de791184f3
#214922 by Eaton: fix code typo which prevented from image buttons in a tree form from working
2008-01-28 12:09:12 +00:00
Gábor Hojtsy
eb7d6f05ff
#206955 follow up by merlinofchaos: avoid misusing default values for image buttons
2008-01-28 00:15:34 +00:00
Gábor Hojtsy
d40bb1e98d
#207330 by c960657: allow custom URL rewriter to work on base_url and fix urlencoding of front page URL with a path prefix
2008-01-27 19:57:36 +00:00
Gábor Hojtsy
ba7399847f
#172571 by fgm, slightly modified: document that theme_xml_icon() was superceded in most cases by theme_feed_icon()
2008-01-27 19:47:06 +00:00
Gábor Hojtsy
0fa792bdd1
#187075 by dvessel: do not compute a breadcrumb for the home page (regression)
2008-01-27 17:43:23 +00:00
Gábor Hojtsy
5ad519996d
#212126 report by salvis, patch by myself: allow clearing of drupal_html_to_text() URL list, so it can be used multiple times on the page
2008-01-25 17:04:00 +00:00
Gábor Hojtsy
ea79c66c03
#194327 by dvessel, David_Rothstein, catch, theborg: IE form submission button correction was buggy
2008-01-25 16:24:48 +00:00
Gábor Hojtsy
ce8672a731
#213319 by add1sun: minor code documentation fix at template_preprocess_block()
2008-01-24 11:00:57 +00:00
Gábor Hojtsy
b299b9ee21
#204411 by catch: elevate MySQL requirements to 4.1.1 (the first production MySQL 4.1.x was 4.1.5 anyway)
2008-01-24 10:46:54 +00:00
Gábor Hojtsy
7186c4433e
#208768 by dvessel, Arancaytar: language direction should be in the HTML source, so it is more accessible even without CSS
2008-01-24 09:42:53 +00:00
Gábor Hojtsy
ff4fd98430
#194494 by Jax, slightly expanded: unify empty password handling is MySQL and MySQLi installer and runtime drivers
2008-01-23 09:59:29 +00:00
Gábor Hojtsy
154bfccf15
#212409 by theborg: avoid calling check_plain() twice on menu links
2008-01-22 17:19:28 +00:00
Gábor Hojtsy
af9b327ed0
#206778 follow up by dvessel: better filtering for subtheme files
2008-01-21 21:47:08 +00:00
Gábor Hojtsy
fe65a869fa
#195283 by pwolanin: code documentation for the 'forms' function group
2008-01-21 15:17:01 +00:00
Gábor Hojtsy
536fe2bbfb
#210479 by catch, dvessel: add newlines to list items, so inline display and RTL issues are resolved
2008-01-21 12:05:36 +00:00
Gábor Hojtsy
3a934722e5
#196630 follow up by JirkaRybka: fix theme location information in maintenance theming, so IE6 fix CSS is loaded properly
2008-01-16 10:47:17 +00:00
Gábor Hojtsy
44d71e1eef
#200674 by scor, catch: update.php should inform users if their memory limit will possibly result in a WSOD
2008-01-16 10:37:43 +00:00
Gábor Hojtsy
f16986574a
#209077 by bec: missing initialization for the placeholders array in drupal_write_record()
2008-01-16 10:37:30 +00:00
Gábor Hojtsy
d2a9e857d9
#208991 by JirkaRybka: target sticky table headers to Drupal output tables only, so it won't sticky random tables in other site content
2008-01-15 10:43:00 +00:00
Gábor Hojtsy
1b2ce46df2
#201540 follow up by zoo33: move jpeg quality validation to where it belongs, so it is only called if the current image toolkit requires it
2008-01-15 10:17:42 +00:00
Dries Buytaert
b62029cfb8
- Patch #115606 by Junyor, thesaint_02: added support for PHP 5.2's 'recoverable fatal errors'.
2008-01-15 08:13:40 +00:00
Gábor Hojtsy
3395c97e37
Back to 6.0-dev
2008-01-10 23:14:58 +00:00
Gábor Hojtsy
78bc68f304
Drupal 6 RC2
2008-01-10 22:47:17 +00:00
Gábor Hojtsy
7ecd63ed9f
#208262 by jvandyk: better name for variable signing a menu rebuild requirement
2008-01-10 20:16:50 +00:00
Gábor Hojtsy
f02c737296
A missing empty line
2008-01-10 20:05:30 +00:00
Gábor Hojtsy
23a80e22d1
#207908 by chx, docs by jvandyk: menu title custom translation was not invoked properly
2008-01-10 20:04:19 +00:00
Gábor Hojtsy
d6c286a593
#206778 by dvessel: prevent themes from using their sub-theme's templates, when not intended
2008-01-09 22:01:29 +00:00
Gábor Hojtsy
8e765744e8
#207991 by Rok Zlender: xmlrpc_date did not parse dates well
2008-01-09 21:52:43 +00:00
Gábor Hojtsy
28a75046b5
#207982 by domasj: Lithuanian native language name was incorrect
2008-01-09 21:36:13 +00:00
Gábor Hojtsy
8ec14386b8
#207947 by Rok Zlender: whitespace missing between error messages in file.inc
2008-01-09 10:39:48 +00:00
Gábor Hojtsy
1ac7418865
#151910 by chx: support subqueries in db_rewrite_sql() - now that we use subqueries even in core, this was critical
2008-01-08 16:03:31 +00:00
Gábor Hojtsy
b78a990270
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
2008-01-08 10:35:43 +00:00
Gábor Hojtsy
66b7a5cb74
#199946 by JirkaRybka: append a short query string to CSS and JS files, changing on upgrades, so on core/module/theme upgrades, browser caches will 'flush'
2008-01-07 19:43:29 +00:00
Gábor Hojtsy
8ea4186e71
#207170 by hswong3i slightly modified: drupal_write_record() did not return FALSE on query failure and had bad documentation on the returned values
2008-01-07 19:28:06 +00:00
Gábor Hojtsy
6d191fb5b5
#197720 follow up by keith.smith, scor: include php.ini path in memory limit messages
2008-01-07 15:31:50 +00:00
Gábor Hojtsy
be9f7bf206
#206510 by pwolanin, chx: menu title arguments were not properly stored when they were empty
2008-01-06 16:47:19 +00:00
Gábor Hojtsy
8c809ebc3e
#205602 by theborg: disabled languages were included in the language lookup logic
2008-01-06 16:46:02 +00:00
Dries Buytaert
d1b58bb9c1
- Patch #199955 by saxofaan: file_upload_max_size() returns results in bytes, not in mega bytes.
2008-01-05 22:41:16 +00:00
Gábor Hojtsy
b5e64f5a6e
#197720 by nedjo, scor, keith.smith, catch: inform installing users about PHP memory requirements of Drupal 6
2008-01-04 17:19:04 +00:00
Gábor Hojtsy
89be29505b
#198856 by hswong3i: Fix some incorrect use of %s for table name escaping, implement better security checks
2008-01-04 09:31:49 +00:00
Gábor Hojtsy
819772ea65
#202955 by chx: menu_rebuild() needs to be called after maintenance mode, because stale data might end up in menu tables in maintenance mode
2008-01-03 10:51:30 +00:00
Gábor Hojtsy
18cabdb8d3
#205843 report by asimmonds, patch by chx: menu_valid_path() was used as an API function, but was located in menu.module, move to menu.inc
2008-01-03 09:59:00 +00:00
Gábor Hojtsy
18d46e4733
#205334 follow up by myself: options were improperly counted in language list (minor)
2008-01-02 22:49:43 +00:00
Gábor Hojtsy
aecd316184
#168315 by schuyler1d: previous active database name was not consistently returned in db_set_active()
2008-01-02 19:15:34 +00:00
Gábor Hojtsy
d2fddb4763
#201017 by chx: AHAH callbacks were not working for regular buttons
2008-01-02 15:18:15 +00:00
Gábor Hojtsy
d3c14ad6fe
#50901 by chx: do not allow user login under maintenance mode, if the logged in user has no site config permission
2008-01-02 14:29:32 +00:00
Gábor Hojtsy
e58c6c36a7
#204872 report by hass, patch by myself: Mode radio button in locale import had bad default value
2008-01-02 13:27:26 +00:00
Gábor Hojtsy
f96a1c7690
#205334 by hass: if more then 5 languages are available, use a dropdown not a radio button list (usability)
2008-01-02 12:04:17 +00:00
Gábor Hojtsy
93b4e1c41d
#203846 by pwolanin and jvandyk: PHP 4 does not allow omitting an object when it is passed by reference, so we need to live with dummy object passing with actions for object-less actions to support PHP 4
2007-12-31 14:51:04 +00:00
Dries Buytaert
178c28535b
- Patch #204900 by webernet: code style fixes. Likely my last patch of the year. Fiew. Thanks all, and see you on the other side. :)
2007-12-31 08:54:37 +00:00
Dries Buytaert
a88c178b91
- Patch #204221 by webernet: code style fixes.
2007-12-28 12:02:52 +00:00
Dries Buytaert
fd85066b7c
- Patch #194369 by webernet: fixed the default files directory on multi-site setups.
2007-12-28 10:50:51 +00:00
Dries Buytaert
fc2805b30a
- Patch #204083 by pwolanin: PHPdoc improvement.
2007-12-28 10:47:59 +00:00
Gábor Hojtsy
9b2bf38e83
#194369 by lots of contributors: move default files directory to sites/default/files which can be created automatically on install, so no need to bug the user about it, making the install process easier
2007-12-27 17:25:28 +00:00
Gábor Hojtsy
4441334133
Reported at http://groups.drupal.org/node/7843 : language direction was not translated in the overview (it is in the form, so no new string for translators)
2007-12-27 14:13:13 +00:00
Gábor Hojtsy
34afaf8f28
#176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titles
2007-12-27 14:03:37 +00:00
Gábor Hojtsy
2d128fc080
#203794 by douggreen: nonexistent dependencies should not be considered on the dependency checker
2007-12-27 12:31:05 +00:00
Gábor Hojtsy
d0940351af
#204081 by chx: check menu arguments by type, so type casting will not cause problems
2007-12-27 12:23:59 +00:00
Dries Buytaert
2a1e980cdd
- Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace.
2007-12-26 19:02:24 +00:00
Gábor Hojtsy
602cb01718
#198234 by bjaspan: fix improper type maps for numeric and char values in schema API
2007-12-23 13:22:12 +00:00
Gábor Hojtsy
e08abdd252
#194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues fixed)
2007-12-23 13:17:20 +00:00
Gábor Hojtsy
de79420bc9
#195176 by chx: form_set_error doxygen was misleading
2007-12-23 12:33:13 +00:00
Gábor Hojtsy
ac4c8f7ab0
#203274 by Pasqualle: remove excessive witespace from our code (minor)
2007-12-22 23:24:26 +00:00
Gábor Hojtsy
e60c31715d
#200921 by Pancho: code consistency change, renaming an internal variable in drupal_get_schema() for better developer docs
2007-12-22 21:12:04 +00:00
Gábor Hojtsy
4b0d7f55dd
#202925 report by beholder, patch by myself: (notice fix) only consider languages with a host set when comparing with the current host in domain language negotiation
2007-12-21 11:33:12 +00:00
Gábor Hojtsy
d5974b7862
back to 6.x-dev
2007-12-20 23:14:11 +00:00
Gábor Hojtsy
efd544136b
Gearing up for Drupal 6 RC1
2007-12-20 22:41:24 +00:00
Gábor Hojtsy
fc8b22c615
#196630 by yched: postpone warning message display until batch finished, so messages are not forgotten on non-JS batches
2007-12-20 11:57:20 +00:00
Gábor Hojtsy
1e63dd1ae6
#201536 by chx: centralizing permission checking code in node revision handling, removing lots of duplicate code
2007-12-20 09:20:41 +00:00
Gábor Hojtsy
e6a4b82e6e
#196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at all, so we know that this is the cause of problems, not the remote host not responding.
2007-12-20 08:57:55 +00:00
Gábor Hojtsy
d8bd6cf97c
#200185 by Pancho: truncate_utf8() was abused as if it was an UTF-8 character based string function, so align our code to that. Can be renamed to drupal_truncate_chars() in Drupal 7.
2007-12-20 08:46:01 +00:00
Gábor Hojtsy
090b90227b
#199780 by Pancho and chx: fix problem in access rules check introduced in #174025
2007-12-20 08:20:58 +00:00
Gábor Hojtsy
310765bccb
#192767 follow up by chx: array_shift() should not be called with runtime references
2007-12-19 22:42:07 +00:00
Gábor Hojtsy
1d4fc1b1af
#202473 by keith.smith: pre-RC1 spell checking on hopefully final text
2007-12-19 21:40:05 +00:00
Gábor Hojtsy
277a15248f
#183940 by bjaspan, keith.smith: remove broken JS compression, but leave JS aggregation; update help text to that effect
2007-12-19 17:19:50 +00:00
Gábor Hojtsy
58bf1c7927
#178523 by scor, JirkaRybka, keith.smith: user facing errors should contain text for users, not text for developers; still keeping some debug information, if display_errors is turned on on the server
2007-12-19 13:03:16 +00:00
Gábor Hojtsy
efb2419db3
#194494 by blackdog: fix two noticed on install when password is not provided
2007-12-19 11:25:47 +00:00
Gábor Hojtsy
1ee3efdf55
#202184 by Rho_pare: fix drupal_alter() not checking for having an array, broken by #192767
2007-12-19 11:23:25 +00:00
Gábor Hojtsy
c8826a6bc5
#110981 by saxofaan: allow contrib modules in install profiles and runtime to have requirements, just like core modules; also fix a consistency between message presentation in install and runtime requirements
2007-12-19 11:15:18 +00:00
Gábor Hojtsy
ff6ce75f7b
#200370 by quicksketch: fixes to drag and drop support to make it usable by CCK
2007-12-19 10:58:35 +00:00
Gábor Hojtsy
4c990fb7cc
#189880 by keith.smith based on initial suggestions from O Govinda: much better help texts and descriptions for locale module, actually explaining its extended feature set in Drupal 6.
2007-12-18 16:27:44 +00:00
Gábor Hojtsy
e7fc2383df
#192767 by fago, Eaton, chx: taking form_state per reference in form constructor function. Will be replaced with a nicer PHP 5 solution in Drupal 7.
2007-12-18 16:24:01 +00:00
Dries Buytaert
02539ac3f8
- Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces).
2007-12-18 10:31:42 +00:00
Gábor Hojtsy
83bde0f547
#193804 by starbow, Rob Loach, Wim Leers: add often used basePath setting by defualt to JS settings, also providing an elegant bugfix to #201248
2007-12-17 23:43:43 +00:00
Gábor Hojtsy
33839435ee
#201717 by catch: remove the utf8 update helper which is the remaining of the removed 4.6 to 4.7 updates
2007-12-17 18:50:51 +00:00
Gábor Hojtsy
dfe1225147
#194310 by chx, catch, KarenS: run updates for disabled but previously installed modules, if they are compatible with the current system
2007-12-17 12:23:01 +00:00
Gábor Hojtsy
1f2d77b380
#200338 by m3avrck and quicksketch: fix transparent GIF resizing
2007-12-16 22:09:36 +00:00
Gábor Hojtsy
2035f1d48f
#194098 by mfer, theborg: reset theme in drupal_eval(), so the evaluated code will not see the caller module as current theme
2007-12-16 14:09:24 +00:00
Gábor Hojtsy
adb03ebe78
#182728 by gpk: more accurante phpdoc for db_rewrite_sql() and _db_rewrite_sql(), mentioning table aliases used
2007-12-14 19:15:47 +00:00
Gábor Hojtsy
050008410d
#194010 by chx: Proper recursive dependency checking and ordering module installation in dependency order, so later installed modules can use previously installed module functionality
2007-12-13 10:46:43 +00:00
Gábor Hojtsy
2325fd5105
#199654 by yched: stale schema cache was used when a schema cache refresh was requested
2007-12-12 14:54:27 +00:00
Gábor Hojtsy
3d22fe4357
#199084 by chx: better conformance with ISO date formats in our xmlrpc code
2007-12-11 12:32:33 +00:00
Gábor Hojtsy
a33b43386d
#176003 by yched, KarenS, dvessel: put module installs into a batch, solving the following issues:
...
- possible timeouts with installing/enabling lots of modules at once in core
- enable install profiles to have more modules without fear of timeouts on install
- bootstrap Drupal before each module load, so previously enabled modules are bootstrapped
- let modules run their hook_requirements() (although actually calling them will be possibly fixed in another patch)
2007-12-08 15:15:25 +00:00
Gábor Hojtsy
5622bce2d5
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
...
- whitespaces at end of lines
- indentation
- control structure usage
- whitespace in empty lines
- phpdoc comment formatting
2007-12-08 14:06:23 +00:00
Gábor Hojtsy
aaaf8f572d
#198620 by yched: a tiny bit of optimization in menu_router_rebuild(); do not try to use the cache when resetting is asked
2007-12-07 18:24:55 +00:00
Gábor Hojtsy
5d8cf1b865
#113607 by Steven, chx, hass, catch and dvessel: proper inclusion of style sheets when/where @import is used
2007-12-07 11:14:05 +00:00
Gábor Hojtsy
7b38b291b4
#198440 by davideads: provide the user object to all templates
2007-12-07 10:14:03 +00:00
Gábor Hojtsy
cd8afc2be1
#196043 by chx: menu items saved in the update but broken on the new system (due to coming from disabled or old modules) were not possible to delete
2007-12-06 21:35:14 +00:00
Gábor Hojtsy
d83289f857
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions
2007-12-06 09:58:34 +00:00
Gábor Hojtsy
57cedbb56d
Back to 6.0-dev
2007-12-05 21:31:59 +00:00
Gábor Hojtsy
aa6f1c8315
Drupal 6.0 beta 4
2007-12-05 21:18:29 +00:00
Gábor Hojtsy
afe3f4318d
security fixes forward ported from Drupal 5.2 - previously not committed parts of http://drupal.org/cvs?commit=74833
2007-12-05 19:12:59 +00:00
Gábor Hojtsy
bc0d7cb369
XSS fixes forward ported from Drupal 5.1 - previously not committed parts of http://drupal.org/cvs?commit=53675
2007-12-05 18:13:03 +00:00
Gábor Hojtsy
5bb6927e18
#196410 report by daniel.soneira, patch by myself, tested by Freso: several fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes
2007-12-05 16:34:07 +00:00
Gábor Hojtsy
3fb6f14a5a
#197267 by ufku: fix copy-pasted incorrect documentation on two file functions
2007-12-03 09:02:37 +00:00
Gábor Hojtsy
cf8ef30aa1
#141727 follow up by dvessel: fix maintenance theme in updates
2007-11-30 23:09:14 +00:00
Gábor Hojtsy
947251bc83
#141727 follow up by dvessel: handle developer edge case in theme handling when database is active, but tables are not there
2007-11-30 16:10:28 +00:00
Gábor Hojtsy
5120c8a8dd
#194026 by mfer: if only themes add JS files, drupal.js and jquery.js were not added
2007-11-30 15:31:13 +00:00
Gábor Hojtsy
e9f52b4248
#141727 by merlinofchaos, dvessel, sun: restore themeability support for maintenance pages (regression)
2007-11-30 12:19:10 +00:00
Gábor Hojtsy
6d4b0a24fa
#194149 reported by hswong3i, in patch form by Rob Loach: action loading was using improper variable and property names
2007-11-30 09:20:27 +00:00
Gábor Hojtsy
333a540f41
#137650 by Darren Oh: allow module_invoke_all() to merge multiple arrays recursively
2007-11-30 09:16:02 +00:00
Gábor Hojtsy
5395f208d3
#194743 by myself, reported and tested by Murz: the base URL was not properly modified for outgoing links to different language domains and path aliases were not handled in the target language
2007-11-29 14:42:31 +00:00
Gábor Hojtsy
b0a4ad29da
#194743 report by Murz, patch by myself: in domain language negotiation mode, we should tell url() that we built an external URL, not that we need an absolute URL built by url()
2007-11-27 12:32:13 +00:00
Gábor Hojtsy
b82738fa3f
#195540 by hass: fix XHTML validity with disabled checkbox in locales form
2007-11-26 23:33:03 +00:00
Gábor Hojtsy
efbd1db550
#193320 by JirkaRybka: _locale_rebuild_js() was invoked on every page view, now optimized
2007-11-26 22:34:09 +00:00
Gábor Hojtsy
e6a88be5d1
#193333 by quicksketch et al: taxonomy drag and drop support
2007-11-26 19:46:52 +00:00
Dries Buytaert
9a96837b89
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.
2007-11-26 16:36:44 +00:00
Dries Buytaert
22444f2fed
- Patch #195173 by Eaton et al: allow administrators to clear all caches.
2007-11-26 16:25:14 +00:00
Dries Buytaert
58852d4b7b
- Patch #192736 by quicksketch et al: drag and drop for book module.
2007-11-26 16:19:37 +00:00
Gábor Hojtsy
abd2477d7b
#170514 by pwolanin: drastically reduce calls to cache clearing when the menu needs to be rebuilt
2007-11-26 08:49:03 +00:00
Gábor Hojtsy
a989f6cd50
#193891 by mvc: fix NOTICE in database.mysqli.inc because of possibly missing port number
2007-11-26 08:21:49 +00:00
Gábor Hojtsy
a069d06465
#195202 by pwolanin: clear block cache before page cache, so stale data will not end up in the cache
2007-11-26 08:18:50 +00:00
Gábor Hojtsy
f337abfa69
#173408 by markus_petrux / add1sun: move proxy IP configuration options to settings.php, because these need to be used before Drupal has the variables loaded from the database
2007-11-26 08:06:52 +00:00
Gábor Hojtsy
5dcacebf26
#194166 rollback and additional comments by chx: developers can modify menu editing behavior with hook_form_alter(), no need for menu API hacks, which were half done anyway
2007-11-24 20:59:32 +00:00
Dries Buytaert
2f0657bc3d
- Removing excessive whitespace.
2007-11-23 13:34:55 +00:00
Gábor Hojtsy
8baa1261ed
#194652 by Heine: specify explicit accept-charset for forms to avoid browser guessing
2007-11-23 12:02:38 +00:00
Gábor Hojtsy
63e91b0ad8
#192406 follow up by JirkaRybka: fix missing textgroup by using the default text group for PO imports when otherwise not instructed
2007-11-22 23:58:34 +00:00
Gábor Hojtsy
98eefd9f0c
back to Drupal 6.0-dev
2007-11-21 22:53:40 +00:00
Gábor Hojtsy
b3bda1c1e9
Getting ready for Drupal 6.0-beta3
2007-11-21 22:33:30 +00:00
Gábor Hojtsy
5ed3db7c8b
#192406 by myself: imported locale files were not put into the right textgroup selected on the interface
2007-11-21 22:04:37 +00:00
Gábor Hojtsy
8e73e4600b
#173858 by myself: skip UTF-8 BOM when importing locale files
2007-11-21 18:24:37 +00:00
Gábor Hojtsy
01b4583a01
#164330 follow up by webernet and Crell: remove XHTML invalidating ID attribute on links, where the classes are enough to identify them
2007-11-21 09:37:07 +00:00
Gábor Hojtsy
8bd692d618
#193572 by Crell: fix drag and drop documentation and add drag and drop ordering to filter formats
2007-11-20 20:13:04 +00:00
Dries Buytaert
ece869b0b2
- Patch #192242 by catch, quicksketch, webchick, keith et all: usability improvements for the vocabulary/term forms.
2007-11-20 13:24:54 +00:00
Gábor Hojtsy
6d4862c258
#181126 by quicksketch et al: drag and drop support for menus
2007-11-20 10:18:43 +00:00
Gábor Hojtsy
480a2daf4e
#193580 by chx: given recent improvements, Drupal does not require CREATE TEMPORARY TABLE and LOCK TABLES permissions, so do not check on install and do not advise people giving these rights
2007-11-19 19:53:51 +00:00
Gábor Hojtsy
4615c96d59
#193191 by chx: allow form elements to enable form caching - allows custom form elements to leverage the AHAH framework
2007-11-19 19:23:28 +00:00
Gábor Hojtsy
04ca1b4676
#190283 by JirkaRybka and myself: fix installer localization and form handling
...
- use a two pass localization process so localization is ready for the configure form and profile tasks
- fix awkward form API workarounds which were introduced before we used a full bootstrap anyway
- allow for more usable localized profiles by letting them skip language selection
- lots of documentation improvements to profiles and the installer functions
2007-11-19 13:56:14 +00:00
Gábor Hojtsy
c40af9443d
#193274 by dmitrig01 and quicksketch: send submit button data with AHAH submissions
2007-11-19 10:05:48 +00:00
Dries Buytaert
9771f15ffc
- Patch #179143 by Gabor, JirkaRybka, chx, ChrisKennedy, et al: do not fire bootstrap hooks during update.
2007-11-16 15:35:24 +00:00