Gábor Hojtsy
c5e2159503
#159475 by paddy_deburca: maxheight is never defined, height should be used
2007-07-25 17:41:27 +00:00
Gábor Hojtsy
50955e3801
#156626 by pwolanin: allow deletion of custom menus
2007-07-25 14:44:03 +00:00
Gábor Hojtsy
dfcbe0591a
#160107 by JohnAlbin: use the same session ID regardless of the protocol used to access the page (eg share sessions between http and https pages)
2007-07-25 10:06:44 +00:00
Dries Buytaert
a47d773312
- Removing some whitespace.
2007-07-23 08:05:14 +00:00
Dries Buytaert
772a2d39d2
- Patch #40545 by Moshe: reduces contention in the users table.
2007-07-23 07:29:29 +00:00
Dries Buytaert
4e5d3e04ea
- Patch #159748 by pwolanin: db_fetch_array() returned different values depending on the database engine used. Make the return value consistent across all supported database backends.
2007-07-22 07:23:27 +00:00
Dries Buytaert
99a8f0753d
- Patch #160620 by kkaefer: E_NOTICE fix.
2007-07-21 09:26:07 +00:00
Dries Buytaert
eb65040c5e
- Patch #149593 by yched: batch API fixes.
2007-07-20 05:44:13 +00:00
Dries Buytaert
358fa43c04
- Patch #160263 by Rok Zlender: module_implements() refresh is not working.
2007-07-18 14:10:14 +00:00
Gábor Hojtsy
71f1192f48
#159804 by myself: closure should be filled last, so we have a predictable place to collect queries and strings used on the page
2007-07-18 07:05:49 +00:00
Gábor Hojtsy
306d3b150b
#154469 follow up patch by pwolanin: fix parameter order in menu_tree_collect_node_links() call
2007-07-17 06:13:34 +00:00
Dries Buytaert
78031b77e1
- Patch #154469 by pwolanin: improve performance of access checks and add localized sorting.
2007-07-16 12:51:03 +00:00
Gábor Hojtsy
6993ea05b7
#159463 by hass (with phpdoc addition from myself): file_scan_directory() should not have a trailing slash in the dir parameter
2007-07-15 19:14:19 +00:00
Dries Buytaert
834eab503f
- Patch #121620 by Eaton et al: fixes for formAPI #type .'_value' callback patch.
2007-07-14 15:23:29 +00:00
Gábor Hojtsy
3cccee7f4a
#158687 by drumm: fix URI encoding of some special chars
2007-07-13 20:07:15 +00:00
Gábor Hojtsy
51b789c0d3
#156778 by asimmonds: revert node and comment deletions to the pre-deletion API state
2007-07-13 20:04:47 +00:00
Gábor Hojtsy
e27972be52
#157605 by Wim Leers: remove two lines of dead code from expand_date()
2007-07-12 11:03:54 +00:00
Gábor Hojtsy
638e39ced6
#158133 by killes: do not break HAVING SQL constructs in SQL rewrites
2007-07-12 09:21:30 +00:00
Gábor Hojtsy
f5ea36bb4d
#125533 by keve: do not continue bootstrap if the process was called back with a phase already executed
2007-07-11 22:04:57 +00:00
Gábor Hojtsy
01ae6f500e
#158452 by kenji_kun, patch by myself: GET['q'] might not be defined at the language bootstrap phase
2007-07-11 20:07:00 +00:00
Dries Buytaert
c7eef3d27b
- Patch #151055 by pwolanin et al: fixed problems with moving menu items.
2007-07-09 18:08:15 +00:00
Gábor Hojtsy
806d0a3dee
#156910 by asimmonds: fix code indentation problems introduced with new code in this development cycle; only whitespace changes
2007-07-05 08:48:58 +00:00
Gábor Hojtsy
5642117bed
#112374 by Wesley Tanaka: drupal_add_feed() should not allow adding the same feed more then once to the page
2007-07-04 22:47:28 +00:00
Gábor Hojtsy
07a8d9bcb3
#156782 by webernet and pwolanin: clean up menu API and menu module code comments, fix typos, wrap lines properly and fix some coding style issues
2007-07-04 21:33:55 +00:00
Dries Buytaert
e0fe1ae8eb
- Patch #151583 by pwolanin, Shakur, webernet, Arancaytar et al: various menu module fixes.
2007-07-04 15:49:44 +00:00
Dries Buytaert
8cd661b82b
- Patch #121620 by Eaton, dopry et al: formAPI #type .'_value' callback, remove hardcoded switch from form.inc, has been ready for about one week and required to make the CCK better.
2007-07-04 15:45:37 +00:00
Dries Buytaert
2ceae6ad58
- Patch #154398 by quicksketch et al: add dynamic AHAH submission properties to Forms API. This patch was ready for a long time and is somewhat of a usability improvement (enabler).
2007-07-04 15:42:38 +00:00
Dries Buytaert
b65b1533dd
- Patch #104969 by Wesley: corrected PHPDoc.
2007-07-03 20:16:11 +00:00
Dries Buytaert
20093d5fc8
- Patch #111086 by webchick: fix contact module error message.
2007-07-03 19:53:01 +00:00
Dries Buytaert
256ef82dc2
- Patch #156425 by asimmonds: added missing CVS IDs.
2007-07-03 19:49:07 +00:00
Dries Buytaert
ef6deb6c9a
- Patch #154299 by Eaton: button details are lost.
2007-07-03 19:13:49 +00:00
Dries Buytaert
435f3154f9
- Patch #141730 by Earl: allow theming system to use wildcards. I promised in the issue that this patch would still go in, so here goes.
2007-07-03 18:48:41 +00:00
Gábor Hojtsy
7aa0b54b78
#156426 by GreenMother: fix wrong datatype warning for parsed JS files
2007-07-03 16:22:58 +00:00
Dries Buytaert
ee701b3336
- Patch #155986 by Uwe: fixed typos.
2007-07-02 14:41:37 +00:00
Gábor Hojtsy
5e5a07f513
#141725 by Crell and dvessel: allow themes to define multiple CSS and JS files in their .info files, which can be clearly overriden
2007-07-01 23:27:32 +00:00
Gábor Hojtsy
3409019929
#146386 by kbahey: refactor 'submitted by user - date' themeing and make it more verbose to translate
2007-07-01 23:15:41 +00:00
Gábor Hojtsy
a1a556b8c1
#155282 by Jose A Reyero: apply db_rewrite_sql() to the block listing query to allow for multilingual blocks
2007-07-01 21:39:07 +00:00
Gábor Hojtsy
8caf4da7f1
#82499 by Jose A Reyero and a little bit from myself: send emails localized in the language needed in specific situations, and centralize mail composing operations with hook_mail()
2007-07-01 19:49:19 +00:00
Dries Buytaert
e59852d336
- Rollback of patch #147723 : delete API. Talked to Steven and Gabor and we
...
unanimously agreed to rollback the deletion API. We all support the
features this patch added, yet not its actual design and implementation.
After some talk, we decided that it would be better for Drupal -- in the
long term -- not to go with a solution that isn't 100%. We also recognize
that in the short term, this patch would have been useful addition. So
let's figure out how we can implement this properly in D7.
2007-07-01 17:41:16 +00:00
Gábor Hojtsy
9e6ef53c2c
#154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array
2007-06-30 19:46:58 +00:00
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