| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
|
|
| |
inappropriate db_escape_string() usage)
- #43491: Missing drupal_goto() after saving settings
|
| |
|
|
|
|
| |
anonymous users.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
failure instead of -1.
Changed code to be compatible with all versions.
|
| |
|
| |
|
| |
|
|
|
|
| |
instead of array() when there are no node types.
|
| |
|
| |
|
|
|
|
|
|
| |
installed sites.
There are a number of small optimizations we could add; like, we should never do more lookup queries than the number of unique URL aliases in the database. When the size of the static cache equals the number of unique URL aliases in the database, we can stop doing lookups. I think this could be implemented with a 2-line change. Takers?
|
|
|
|
| |
API's way of doing things. Tested with help from webchick.
|
|
|
|
| |
'#submit'.
|
| |
|
| |
|
|
|
|
| |
settings page.
|
| |
|
|
|
|
| |
aggregator glitches.
|
|
|
|
| |
edit forms.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
reworked.
This commit changes the node_delete() API. A list of affected modules is available at http://drupal.org/node/36250#comment-52963.
|
|
|
|
| |
help of core modules! /
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Presentation about it:
http://www.acko.net/files/drupal-search-slim.pdf
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Default form value
* Leftover debug function in form.inc
* PHP5 issue with comment date (I got this patch from another issue)
* Validation error fix (was calling legacy form validate)
* Lots o' warnings on comment preview
* Filter tips plus argument (gremlins. I swear this was not there.)
* Message to clear what's going on with system settings
* Non-freetagging taxonomies fixed
|
| |
|