| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
submitted forms.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
_taxonomy_depth() -> str_repeat()
|
| |
|
| |
|
|
|
|
| |
properly.
|
| |
|
| |
|
| |
|
|
|
|
| |
committed to cvs (http://drupal.org/node/76741), this patch is to demonstrate the new functionality of defining a table cell as a heading, by removing the custom theme theme_watchdog_event and replacing it with the standard theme_table on the watchdog event details node (admin/log/event/1234) as per Morbis Iff's suggestion.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
an alias.
|
| |
|
|
|
|
| |
control access to form elements.
|
|
|
|
| |
storage.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Taxonomy.module is optional.
|
| |
|
| |
|
| |
|
|
|
|
| |
CVS: ----------------------------------------------------------------------
|
| |
|
| |
|
|
|
|
| |
might have caused data loss.
|
|
|
|
| |
MySQL create table statements.
|
|
|
|
|
|
| |
1) There is a race condition created by calling send() before setting the callback function. Admittedly, this race shouldn't be lost, but it's not good practice to bet on winning races in code.
2) Line 55 is redundant. Since the value of bAsync is based on the non/existence of callbackFunction, there is no need to check both variables later.
|
| |
|