| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Converts filter.module to the fapi model (besides filter_admin_overview which has already been done.)
* On the format edit screen, updates to the roles fieldset were being mangled with the previous code. The previous code relied on only checked checkboxes being returned. Fapi for some reason decides to insert non-checked items as well with values 0.
* Makes the name field a UNIQUE field. DB and update patches included. Having a duplicate format name completely b0rks things.
* Adds check_plain to the format name in admin_overview.
* Removes unnecessary #type => 'markup'.
* Moves hook_menu to below hook_help.
* drupal_goto -> return.
|
| |
|
|
|
|
| |
broken URLs on profile pages.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
a separate table. (Today's critical bugfix #1.)
|
|
|
|
| |
(Today's critical bugfix #3.)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
with "sticky" or "promote to front" checked.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
got lost
|
| |
|
|
|
|
| |
user' role to authenticated users. Fixed glitch with udpate path.
|
|
|
|
| |
upgrade path for incorrectly set up databases)
|
|
|
|
| |
upgrading.
|
| |
|
| |
|
|
|
|
| |
upgrade path.
|
| |
|
| |
|
| |
|
|
|
|
| |
links when using Xtemplate.
|
| |
|
| |
|
| |
|
|
|
|
| |
drupal.module changes.
|
| |
|
|
|
|
| |
modules, themes.
|
| |
|
|
|
|
| |
lets you figure out whether cron is running (usability improvement).
|
| |
|
|
|
|
|
|
|
| |
1. "int(10)" -> "int", fixed typo in index name [pgsql change only]
2. added defaults for uid and hostname (needed for both)
3. postgres supports "DROP column" syntax
4. added missing DELETEs for new table in poll_delete() and poll_update()
|
| |
|
| |
|