Dries Buytaert
2348e7de6f
- Patch #148410 by jvandyk: added rewrite of the actions module!
...
This is a very important patch, but one that is merely an enabler.
Hopefully we'll see more people submitting "action patches" in the
near future.
Thanks for the hard work and persistence, John. *If* you decide
to update the Drupal Pro Development book to Drupal 6, make sure
to add a chapter on actions. ;)
2007-06-29 18:06:51 +00:00
Dries Buytaert
2fe9f45846
- Patch #153535 by traxer: according to the XHTML1 Strict specification, it is not allowed to generate empty <tr></tr> tags.
2007-06-28 09:11:06 +00:00
Dries Buytaert
2bf7c1c0e3
- Patch #147662 by Gordon et al: add new #pre_render callback to drupal_render().
2007-06-28 07:48:41 +00:00
Gábor Hojtsy
ef9f10dba6
#154594 by drewish: clean up code comments for deletion API
2007-06-28 00:55:10 +00:00
Gábor Hojtsy
3fdddd8e4b
#152926 by dww: add hook_system_info_alter() to make .info file data modifiable in PHP code
2007-06-27 21:59:33 +00:00
Gábor Hojtsy
8650d5a77a
#154949 by Crell and dww: let modules and themes specify a minimum required PHP version, under which they will not be possible to be turned on
2007-06-27 17:54:49 +00:00
Gábor Hojtsy
358a4dc079
#154941 by hunmonk: fix faulty variable initialization in locale JS parsing
2007-06-27 08:40:58 +00:00
Gábor Hojtsy
cc9f167e49
#154218 by Steven: HTML to text email converter, centralizing email wrapping in Drupal core and providing a solid conversion function for contributed modules
2007-06-26 22:21:08 +00:00
Gábor Hojtsy
a9749f8b72
#154224 by hunmonk: add destination argument to _drupal_delete(), instead of using drupal_goto() directly, so the callback cycle can complete
2007-06-26 20:30:49 +00:00
Gábor Hojtsy
2598d31ef8
#150210 by bjaspan and Frando: explicit table names for create table statements and fixing a schema referencing bug
2007-06-26 20:24:19 +00:00
Gábor Hojtsy
7e5b440c10
#154309 by KarenS: language code lost in format_date() when using the 'r' format
2007-06-25 12:42:07 +00:00
Steven Wittens
7093495f7c
#154046 : Optimize confirm_form syntax for common usage (and fix some $form_state bugs).
2007-06-24 10:09:53 +00:00
Gábor Hojtsy
bedf78d558
#152670 by myself: refactor PO generation to decouple data collection, file generation and HTTP download; fix a bug with plural exports along the way
2007-06-23 20:45:36 +00:00
Steven Wittens
569ede574f
#115139 : Add centralized json handler (and send text/javascript content-type header).
2007-06-22 08:46:16 +00:00
Steven Wittens
fe8b35f527
#153781 : Convert all remaining confirm_forms() to deletion api.
2007-06-22 08:32:28 +00:00
Steven Wittens
f4e7cabb2b
#132226 : Single tabs should not appear.
2007-06-22 06:12:09 +00:00
Steven Wittens
38a1300df2
#147723 : Deletion API (by hunmonk). Woop woop.
2007-06-22 05:44:21 +00:00
Gábor Hojtsy
25b01f6c2e
Remove leftover t() from watchdog messages
2007-06-18 09:41:30 +00:00
Gábor Hojtsy
d0c9795c33
#150049 by Moshe Weitzman: empower custom url rewriting with url() options
2007-06-18 06:59:11 +00:00
Gábor Hojtsy
64707c09e9
#150521 by myself: streamline locale runtime performance and clean up code by not storing empty translations
2007-06-17 17:41:40 +00:00
Gábor Hojtsy
9350f5e6cf
the language column is in locales_target, noted on IRC by wwwebernet
2007-06-17 17:34:12 +00:00
Gábor Hojtsy
f22b5d31ea
#115847 by chx and pwolanin: traverse to upper menu items for default tabs
2007-06-17 14:55:39 +00:00
Dries Buytaert
a92aff941a
- Patch #145177 by asimmonds: drupal_execute fixes.
2007-06-17 12:07:51 +00:00
Dries Buytaert
ae0392b2eb
- Patch #147947 by hswong3i: some files shouldn't defined as text:big for Oracle compatibility.
2007-06-15 07:15:25 +00:00
Dries Buytaert
5874ed1046
- Patch #151916 by JohnAlbin: fixing a double patch inclusion.
2007-06-15 06:45:05 +00:00
Dries Buytaert
46215f5d77
- Patch #151491 by john vandyck: fixed notice with table sorting.
2007-06-14 06:12:09 +00:00
Steven Wittens
85e6683d69
#150671 : Consistent code comment style (by dmitrig01).
2007-06-14 01:35:24 +00:00
Gábor Hojtsy
1e666c34cc
#150554 suggested by kkaefer, patch by me: rename 'po' folders to the more user friendly 'translations' name
2007-06-13 19:39:04 +00:00
Dries Buytaert
f3c5932a8a
- Patch #150676 by lyrincz: removed debug comment.
2007-06-12 20:51:27 +00:00
Dries Buytaert
53420729ea
- Patch #101927 by cooferat: fixed problem with post information.
2007-06-11 15:21:14 +00:00
Gábor Hojtsy
1f1ad0e2f1
#150335 by myself: clean up editing form, allow for powerful form altering
2007-06-09 09:44:28 +00:00
Dries Buytaert
c83f05e284
- Patch #150452 by JohnAlbin: fixed strict notice.
2007-06-09 07:26:36 +00:00
Gábor Hojtsy
57c9a13e1f
#118026 by kkaefer with fixes from myself: JavaScript translation support and script.js as a default theme JS file to use, if found
2007-06-08 12:51:59 +00:00
Dries Buytaert
9e0da3dc7c
- Patch #143026 by ChrisKennedy and Steven: dynamically check password strength and confirmation.
2007-06-08 06:04:15 +00:00
Dries Buytaert
cd0c56481d
- Patch #149562 by chx: avoid duplicate menu items.
2007-06-06 06:26:15 +00:00
Dries Buytaert
d2e4f35fc9
- Patch #149576 by hunmonk: a bad query is preventing batch processing from working correctly. token is a string, so it should not be escaped as a number.
2007-06-05 20:59:02 +00:00
Dries Buytaert
27388f6655
- Patch #149176 by chx, David et al: getting rid of the sequences table, using db_last_insert_id() instead of db_next_id().
2007-06-05 12:13:23 +00:00
Dries Buytaert
c4d170c961
- Patch #147656 by pwolanin and chx: menu module update for Drupal 6.
2007-06-05 09:15:02 +00:00
Dries Buytaert
f16f70a89e
- Patch #146667 by yched: FAPI fix.
2007-06-04 13:11:34 +00:00
Dries Buytaert
a6c8a06c5b
- Patch #148972 by drewish: use correct sequence.
2007-06-04 07:31:59 +00:00
Dries Buytaert
1fe90cba4f
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments
2007-06-04 07:22:23 +00:00
Steven Wittens
a6c3b716d3
#119441 : JavaScript aggregator/compressor by m3avrck and others. (tweak)
2007-06-01 09:49:11 +00:00
Dries Buytaert
7744bd90c5
- Patch #147873 by hswong3i: made an SQL query Oracle-friendly.
2007-06-01 09:40:40 +00:00
Steven Wittens
7f8b191781
#119441 : JavaScript aggregator/compressor by m3avrck and others.
2007-06-01 09:05:45 +00:00
Dries Buytaert
21e3e4b490
- Patch #136067 by ChrisKennedy: fixed required-attribute of password fields.
2007-05-31 12:36:18 +00:00
Dries Buytaert
41542ef053
- Patch #101268 by webernet et al: improve the usability of feed icons.
2007-05-31 12:14:04 +00:00
Dries Buytaert
97a09cb998
- Patch #147873 by hswong3i: menu SQL fix.
2007-05-31 11:54:39 +00:00
Dries Buytaert
e9c11ad72f
- Patch #147873 rollback.
2007-05-30 15:26:33 +00:00
Dries Buytaert
86e09fa401
- Patch #147692 by hswong3i: gives SQL backends more control over db_query().
2007-05-30 09:11:21 +00:00
Dries Buytaert
682c4cc2e7
- Patch #147873 by hswong3i: made menu.inc Oracle-friendly.
2007-05-30 08:35:56 +00:00
Dries Buytaert
4fd54aabc5
- Patch #115267 by drewish, dopry et al: simplified file uploads code, improved file API, centralized file validation, implemented quotas and fixed file previews.
2007-05-30 08:08:59 +00:00
Gábor Hojtsy
36e87e190c
#147640 by Jose A Reyero with further cleanup by myself: add language code to localization functions
...
This makes it possible to call these functions with a given language code when sending emails to multiple users with different languages in a request for example.
2007-05-29 14:37:49 +00:00
Dries Buytaert
af34a17925
- Patch #147285 by drewish: add db_rename_table().
2007-05-29 11:36:33 +00:00
Dries Buytaert
d80ec0f421
- Patch #147501 by yched: fixed reordering of parameters in batch engine.
2007-05-29 06:24:06 +00:00
Dries Buytaert
a55c0d676b
- Patch #145135 by bjaspan and stefan: xhtml compliance.
2007-05-28 18:53:29 +00:00
Dries Buytaert
ee2afa19d0
- Patch #145058 by pwolanin: update parents when a child is deleted.
2007-05-28 06:24:41 +00:00
Dries Buytaert
7131fd5313
- Patch #146536 by nedjo: typo programed -> programmed
2007-05-28 06:20:28 +00:00
Dries Buytaert
96926ca047
- Patch #146470 by Eaton et al: standardize form API3 hook parameter order.
2007-05-28 06:08:47 +00:00
Dries Buytaert
a8ceb7613b
- Patch #145058 by pwolanin (and chx): re-parenting and caching for menu links.
2007-05-27 20:31:13 +00:00
Gábor Hojtsy
860947d3c8
#145737 by yhager, documentation cleaned up by myself: add support for RTL CSS overrides and default RTL CSS override files for modules
...
Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now,
so maintainers remember that changing them should also have an effect on RTL CSS files.
This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support.
2007-05-27 17:57:48 +00:00
Dries Buytaert
7f83d274b5
- Patch #146937 by merlinofchaos: restore maintenance mode.
2007-05-26 10:54:12 +00:00
Dries Buytaert
1f86421497
- Patch #55516 by David Strauss et al: removed some database locking.
2007-05-25 21:01:30 +00:00
Dries Buytaert
633540ef8c
- Patch #144765 by ChrisKennedy, drewish, bjaspan et al: schema fixes.
2007-05-25 20:52:44 +00:00
Dries Buytaert
2ea8460ea9
- Patch #146187 by walkah: FAPI 3 removes ['#post'] from hook_form_alter.
2007-05-25 15:39:34 +00:00
Dries Buytaert
4a6f5869e5
- Patch #142773 by kbahey: made Drupal work correctly when behind a reverse proxy.
2007-05-25 15:04:42 +00:00
Dries Buytaert
3cafffe63f
- Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. Oh, behave.
2007-05-25 12:46:46 +00:00
Dries Buytaert
d81bfb45a0
- Patch #137724 by JohnAlbin: empty favicon causes duplicate page requests.
2007-05-22 19:56:00 +00:00
Dries Buytaert
23e253617d
- Patch #140412 by quicksketch: use drupal_set_header() instead of header().
2007-05-22 17:43:17 +00:00
Dries Buytaert
0047e35d91
- Patch #145671 by Gabor: import translation files when adding a new language.
2007-05-22 07:42:37 +00:00
Dries Buytaert
5094312d3b
- Patch #140218 by Crell et al: make it possible to move page callbacks to their own include files.
2007-05-22 05:52:17 +00:00
Gábor Hojtsy
760a181c97
#145748 by meba, after coding style fixes: disable the checkbox on the default language, so it cannot be disabled (the submit handler already disallows disabling it)
2007-05-21 20:21:39 +00:00
Gábor Hojtsy
112aa20768
#144496 by myself: import translations for newly installed modules and enabled themes;
...
as a side effect, improve usability of the module screen by performing module
changes all at once
2007-05-21 10:56:05 +00:00
Gábor Hojtsy
8cc8f87896
#139970 follow up fix by riccardoR: LTR is the default behavior
2007-05-17 08:34:43 +00:00
Dries Buytaert
a243145d3f
- Patch #137767 by chx and pwolanin: multiple menu support.
2007-05-16 13:45:17 +00:00
Dries Buytaert
b4ef53eccc
- Patch #127539 by yched: batch processing fixes.
2007-05-16 07:56:19 +00:00
Gábor Hojtsy
55b4cbadf2
#143249 by Jose A Reyero: add language parameter to t() to make it possible to retrieve translations of strings for different languages, to send emails to users in their own language for example
2007-05-15 20:19:47 +00:00
Dries Buytaert
adab4ab83b
- Patch #142869 by Gabor: import interface translation files at install time.
2007-05-15 15:29:49 +00:00
Dries Buytaert
ac65ff9074
- Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)
2007-05-14 13:43:38 +00:00
Gábor Hojtsy
ed768b53c0
#136837 : fix coding style issues of cache table name concatenation as noted by ChrisKennedy
2007-05-12 18:26:15 +00:00
Gábor Hojtsy
e99c1203b8
#136837 by meba: PHP replaces {} enclosed variables in strings with the variable value itself, so cache tables were not prefixable
2007-05-12 12:43:07 +00:00
Dries Buytaert
88acd428a8
- Patch #142337 by drewish: fixed E_ALL problem.
2007-05-12 06:08:56 +00:00
Dries Buytaert
eb8c22e260
- Patch #142798 by sime: documentation fix.
2007-05-12 05:51:20 +00:00
Dries Buytaert
20168b6af4
- Modified patch #142798 by Steven and sime: introduced a new image API function: image_scale_and_crop()
2007-05-11 11:45:11 +00:00
Steven Wittens
476b03195e
Code style: use get_t() to determine appropriate t() function
2007-05-10 07:00:21 +00:00
Dries Buytaert
a309ea2be2
- Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship with sites/default/default.settings.php.
2007-05-08 16:36:55 +00:00
Gábor Hojtsy
32e8534d93
#142074 by erdemkose: Bug and E_ALL: undefined variable
2007-05-08 09:48:14 +00:00
Gábor Hojtsy
a6084a5a36
simple phpdoc formatting fix in locale.inc
2007-05-08 09:46:24 +00:00
Dries Buytaert
04b92ccfd8
- Patch #136049 by lyricnz: small performance improvement - removed some redundant fields.
2007-05-07 11:59:40 +00:00
Gábor Hojtsy
a0caf14052
#127539 by yched: simplify developer docs about the finished value and fix an URL placeholder
2007-05-07 10:15:57 +00:00
Dries Buytaert
54d0948f25
- Patch #133189 by Darren Oh: fixed empty date field test.
2007-05-07 07:29:23 +00:00
Dries Buytaert
e66371cac1
- Patch #137211 by merlinofchaos: move theme information to .info files and improved theme inheritance.
2007-05-06 05:47:52 +00:00
Gábor Hojtsy
644657c56b
#141482 by Heine: collapse custom language addition form by default, because it is an advanced form, not required most of the time, so can make people confused
2007-05-05 08:55:15 +00:00
Gábor Hojtsy
c740ac7fd5
#127539 : progressive operation support, refactoring update.php code to a generic batch API to support runnning operations in multiple HTTP requests
...
- update.php is already on the batch API
- node access rebuilding is in the works
- automatic locale importing is in the works
Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches,
and the fantastic turnaround times. Hats off.
2007-05-04 09:41:37 +00:00
Gábor Hojtsy
f0b273a965
#131061 : Very fast t() for a small set of strings,
...
by Moshe Weitzman, webernet, chx, erdemkose and myself
2007-05-04 08:32:00 +00:00
Dries Buytaert
fff45d1f4b
- Patch #139970 by Gabor: locale cleanup.
2007-05-03 09:51:08 +00:00
Dries Buytaert
2a65f86bf0
- Patch #135931 by EclipseGc: semantic update for core pager.
2007-05-01 06:53:03 +00:00
Dries Buytaert
7d4f2836ba
- Patch #128082 by Goba et al: Allow localization of built-in menu items.
2007-04-30 17:03:29 +00:00
Dries Buytaert
b93ce19a9c
- Patch #56357 by John Albin, alienbrain, moshe, etc: fixed more cookie domain problems.
2007-04-30 14:37:36 +00:00
Dries Buytaert
38d22252b9
- Patch #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible to filter log messages in the database log.
2007-04-30 11:12:35 +00:00
Dries Buytaert
ad67a17f8b
- Patch #130987 by alienbrain: fixed problem with theme registry patch.
2007-04-29 16:13:12 +00:00
Dries Buytaert
301c6e7539
- Patch #139517 by Grugnog2: improved code comment.
2007-04-27 07:47:38 +00:00
Dries Buytaert
29055d34d6
- Patch #137236 by merlinofchaos: provide a way to secure the theme variables system.
2007-04-27 07:42:54 +00:00
Dries Buytaert
dbfcd7d137
- Patch #137415 by slantview: simplified the cache API/usages, and made it a tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented.
2007-04-25 21:34:32 +00:00
Dries Buytaert
3e9d5f9d3c
- Patch #133789 by pwolanin: fixed parse error.
2007-04-25 05:02:41 +00:00
Dries Buytaert
91da5f05e4
- Patch #133789 by John Albin: Drupal-generated email can look like spam.
2007-04-24 19:49:01 +00:00
Gábor Hojtsy
0a5ec93496
#76588 : Small fixes after that patch landed
...
- typo fix in watchdog() phpdoc
- add a missing array() on a watchdog call in ping.module
- handle NULL 'variables' value in syslog module
Noticed these while writing the documentation for watchdog() updates and by comitting the updates into the i18n SVN repository.
2007-04-24 15:53:53 +00:00
Dries Buytaert
f73610bec6
- Patch #76588 by Gabor: made log messages translatable. Yay.
2007-04-24 13:53:15 +00:00
Dries Buytaert
df1bea8bca
- Patch #138429 : reroll.
2007-04-24 10:45:20 +00:00
Dries Buytaert
2e34699b59
- Patch #138429 by Zen: removed unused variables.
2007-04-24 08:43:31 +00:00
Dries Buytaert
768faa988b
- Patch #138703 by chx: Menu inheritance is wrong.
2007-04-24 08:26:58 +00:00
Dries Buytaert
0b74f313a0
- Patch #138376 by dww: fixed array vs. string bug when defining #default_value array for a multiselect.
2007-04-23 17:00:36 +00:00
Dries Buytaert
9050e15621
- Patch #137479 by dww: added db_column_exits(). (Yay, the servers are snappy on Saturday evening.)
2007-04-21 18:08:41 +00:00
Gábor Hojtsy
be169d59b6
Leftover variable name spotted by Amr Mostafa, reported by email (because 'the fix is too small and trivial to submit an issue')
2007-04-18 21:56:18 +00:00
Dries Buytaert
318ac983e2
- Patch #137138 by jvandyk: fixed problem with drupal_http_request() not setting the proper error code when a network effect occurs. Causes the XML-RPC backend to fail.
2007-04-18 20:35:45 +00:00
Steven Wittens
bcfc0e651c
Fix formatting of doxygen for drupal_parse_info_file() (for api.drupal.org).
2007-04-18 02:49:33 +00:00
Dries Buytaert
03b4b58e9a
- Patch #132018 by Steven et al: add .info files to themes.
2007-04-17 07:19:39 +00:00
Dries Buytaert
840bb124ea
- Patch #126867 by dmitrig01: made caching work with prefixing.
2007-04-15 15:38:35 +00:00
Dries Buytaert
f4cbd7c63d
- Patch #118660 by agentrickard: re-order arguments of cache_set() to match PHP/Drupal conventions.
2007-04-15 15:36:10 +00:00
Dries Buytaert
7c89dee568
- Patch #131009 by chx: menu system fixes/improvements.
2007-04-15 14:38:16 +00:00
Dries Buytaert
e675979091
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.
2007-04-13 08:56:59 +00:00
Dries Buytaert
78305a9e2d
- Patch #135846 by Gabor: killed two E_NOTICES
2007-04-13 08:03:21 +00:00
Dries Buytaert
07e6bdcdfe
- Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. Added support for external loggers, and included a small syslog module into core.
2007-04-10 10:10:27 +00:00
Dries Buytaert
ded653fbbd
- Patch #128866 by Gabor and erdemkose: make it impossible to delete the default language or the English language.
2007-04-09 14:46:55 +00:00
Dries Buytaert
dcbb5fa3f4
- Patch #107061 by Steven et al: add jQuery teaser splitter.
2007-04-09 13:58:03 +00:00
Dries Buytaert
96c3009178
- Patch #134697 by hunmonk: make table row coloring work in absence of numeric IDs.
2007-04-09 13:43:57 +00:00
Dries Buytaert
b0676cf351
- Patch #134161 by chx: no menu tabs for themes.
2007-04-06 14:31:51 +00:00
Dries Buytaert
a871b96a48
- Patch #72564 by Gabor: locale bugfix: undefined variable.
2007-04-06 14:15:43 +00:00
Dries Buytaert
5bbbf10ba8
- Patch #130987 by merlinofchaos: added theme registry for easier themability.
2007-04-06 13:27:23 +00:00
Steven Wittens
f3cd2da113
#130991 : Custom menu items, part 1
2007-04-06 04:39:51 +00:00
Dries Buytaert
8fd0fdbd54
- Modified patch #133318 by hunmonk: drupal_get_messages() returning incorrect array value.
2007-04-04 20:50:53 +00:00
Dries Buytaert
bb9f9a33e4
- Patch #133216 by meba: trying to get property of non-object on line 982.
2007-04-04 20:47:41 +00:00
Dries Buytaert
f3c839634d
- Patch #131419 by Chris Johnson: renamed the error handler to avoid conflicts with third-party applications.
2007-03-29 23:17:15 +00:00
Dries Buytaert
b20618aa12
- Patch #128866 by Gabor et al: new language subsystem fixes.
2007-03-28 14:08:23 +00:00
Steven Wittens
f7440d4d73
#130971 : Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)
2007-03-27 05:13:55 +00:00
Dries Buytaert
eb0caa354e
- Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.
2007-03-26 01:32:22 +00:00
Dries Buytaert
5739c24c14
- Small fix for drupal_alter()
2007-03-26 01:11:23 +00:00
Steven Wittens
41147eb70d
#110888 : Typos
2007-03-26 00:45:51 +00:00
Dries Buytaert
eb6b848de6
- Patch #110888 by Eaton: unify hook _alter()
2007-03-26 00:35:59 +00:00
Dries Buytaert
4d731dd369
- Patch #111697 by wesley: properly initialized user->time to prevent warnings/errors.
2007-03-25 20:54:33 +00:00
Dries Buytaert
757ac966bb
- Patch #130630 by chx: provide an id on the form item wrapper div.
2007-03-25 19:57:56 +00:00
Steven Wittens
bb49dd5af5
#124366 : Change the default language codes for Norwegian Nynorsk and Norwegian Bokmål
2007-03-24 19:07:34 +00:00
Steven Wittens
259c876b29
#109513 : Create temporary mysql tables in memory.
2007-03-19 01:17:37 +00:00
Steven Wittens
081d6d662f
#127172 : Fix negative weights in menu system (admin page was out of order)
2007-03-19 01:13:28 +00:00
Dries Buytaert
4b635f6d0a
- Patch #128081 by Eaton: remove #base, paving the path for a simpler form API.
2007-03-17 18:30:14 +00:00
Steven Wittens
cbf8b1f65e
#126867 : Reverting bad db_prefix_tables change.
2007-03-15 15:23:38 +00:00
Dries Buytaert
23e36f7bbe
- Patch #126867 by dmitrig01: fixed caching in presence of database prefixes.
2007-03-14 19:24:51 +00:00
Dries Buytaert
66b99866b0
- Patch #126128 by chx and Steven: menu fixes and enhancements. Yay.
2007-03-12 13:01:10 +00:00
Dries Buytaert
d9ece0d575
- Patch #121876 by Darren, Nedjo et al: drupal_to_js converts empty arrays to objects.
2007-03-08 19:33:55 +00:00
Dries Buytaert
0cb5532a23
- Patch #125763 by chx: menu system fixes/enhancements.
2007-03-08 19:03:48 +00:00
Dries Buytaert
b1d492ee98
- Patch #52878 by dopry and ChrisKennedy: make form reference API use nice PHPdoc links.
2007-03-07 17:31:40 +00:00