Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - #41940: Locale string search broken in some cases (and remove some ↵ | Steven Wittens | 2006-01-05 |
| | | | | | | inappropriate db_escape_string() usage) - #43491: Missing drupal_goto() after saving settings | ||
* | - Patch #35770 by DriesK: make node preview settings work. | Dries Buytaert | 2006-01-04 |
| | |||
* | - Patch #43032 by Steve Dondley: critical fix: can't update nodes by ↵ | Dries Buytaert | 2006-01-03 |
| | | | | anonymous users. | ||
* | - Patch 41169 by Chris: got rid of expensvie object 2 array casts. | Dries Buytaert | 2005-12-31 |
| | |||
* | - #42234: Use standardized feed icon for RSS | Steven Wittens | 2005-12-29 |
| | |||
* | - Bug #42107: redirect to the main page instead of to 'node'. | Dries Buytaert | 2005-12-27 |
| | |||
* | - Patch #28159 by chx: removed some dead code from the search module's form. | Dries Buytaert | 2005-12-26 |
| | |||
* | - Patch #42153 by Junyor: slight clean-up of node_revision_delete(). | Dries Buytaert | 2005-12-24 |
| | |||
* | - Patch #30098 by killes: node revisions should only be viewable by admins. | Dries Buytaert | 2005-12-22 |
| | |||
* | - #41973: Ensure -\>changed and -\>created are equal on node creation | Steven Wittens | 2005-12-22 |
| | |||
* | - #34826: Search results don't include last part of longer pages | Steven Wittens | 2005-12-21 |
| | |||
* | - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. | Dries Buytaert | 2005-12-15 |
| | |||
* | - Patch #41133 by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on ↵ | Dries Buytaert | 2005-12-15 |
| | | | | | | failure instead of -1. Changed code to be compatible with all versions. | ||
* | - Patch #41211 by Neil: de-dupe XML namespaces in RSS automatically. | Dries Buytaert | 2005-12-15 |
| | |||
* | - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty(). | Dries Buytaert | 2005-12-14 |
| | |||
* | - Patch #41165 by Morbus: removed rss doctype. | Dries Buytaert | 2005-12-14 |
| | |||
* | - Patch #41109 by chx: fixed problem with _node_name() returning NULL ↵ | Dries Buytaert | 2005-12-14 |
| | | | | instead of array() when there are no node types. | ||
* | - Patch #40587 by wtanaka: execute -> submit | Dries Buytaert | 2005-12-10 |
| | |||
* | - Patch #36429: remove CONCAT() and speed up node_access query. | Dries Buytaert | 2005-12-08 |
| | |||
* | - Patch #29326 by Morbus: optimized performance of URL aliasing for newly ↵ | Dries Buytaert | 2005-12-07 |
| | | | | | | 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? | ||
* | - Patch #39778 by chx: obliterate nodeapi op form in favor of the forms ↵ | Dries Buytaert | 2005-12-05 |
| | | | | API's way of doing things. Tested with help from webchick. | ||
* | - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to ↵ | Dries Buytaert | 2005-12-02 |
| | | | | '#submit'. | ||
* | - #7940: Remember publishing options when editing node | Steven Wittens | 2005-11-29 |
| | |||
* | - Patch #37798 by Neil: fixed problem with node settings. | Dries Buytaert | 2005-11-27 |
| | |||
* | - Patch #37798 by Neil: allow non-workflow form elements on the node type ↵ | Dries Buytaert | 2005-11-25 |
| | | | | settings page. | ||
* | - #35142: Fix mass delete | Steven Wittens | 2005-11-24 |
| | |||
* | - Patch #38593 by malex: generate 'guid' in RSS feeds to work around some ↵ | Dries Buytaert | 2005-11-24 |
| | | | | aggregator glitches. | ||
* | - Patch #35644 by webchick: fixed the sizes of the textareas on the node ↵ | Dries Buytaert | 2005-11-23 |
| | | | | edit forms. | ||
* | - Patch #37752 by chx and Richard: renamed #post_process to #after_build. | Dries Buytaert | 2005-11-21 |
| | |||
* | - Patch #37926 by asimmonds/chx: fixed previewing nodes. | Dries Buytaert | 2005-11-18 |
| | |||
* | - Patch #37777 by asimmonds: form_id missing from rendered admin/node form. | Dries Buytaert | 2005-11-17 |
| | |||
* | #37390: Make welcome text link to admin/settings | Steven Wittens | 2005-11-13 |
| | |||
* | - Patch #35644 by webchick: forms API simplificiations. | Dries Buytaert | 2005-11-12 |
| | |||
* | #36791: node_validate was called twice | Steven Wittens | 2005-11-12 |
| | |||
* | - Patch #36250 by hunmonk: admin batch delete broken, node_delete needs ↵ | Dries Buytaert | 2005-11-04 |
| | | | | | | reworked. This commit changes the node_delete() API. A list of affected modules is available at http://drupal.org/node/36250#comment-52963. | ||
* | - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵ | Dries Buytaert | 2005-11-01 |
| | | | | help of core modules! / | ||
* | - Patch #34920 by tangent: reorganized the node submission form a bit. | Dries Buytaert | 2005-10-28 |
| | |||
* | - #35434: Form API - obsolete $param to hook_form() + preview fixes | Steven Wittens | 2005-10-28 |
| | |||
* | - #35284: fixing node form | Steven Wittens | 2005-10-26 |
| | |||
* | - Patch #35279 by asimmonds: fixed typo in pager code. | Dries Buytaert | 2005-10-26 |
| | |||
* | - #35264: More form api fixes | Steven Wittens | 2005-10-26 |
| | |||
* | - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. | Dries Buytaert | 2005-10-22 |
| | |||
* | - #28159: Advanced search features (hello from DrupalCon) | Steven Wittens | 2005-10-18 |
| | | | | | Presentation about it: http://www.acko.net/files/drupal-search-slim.pdf | ||
* | - #33433: More form API fixes, and error handling improvements by Chx. | Steven Wittens | 2005-10-13 |
| | |||
* | - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes. | Dries Buytaert | 2005-10-11 |
| | |||
* | - Patch #33433 by chx: fixed a number of form API problems. | Dries Buytaert | 2005-10-08 |
| | | | | | | | | | | | * 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 | ||
* | - Removing tabs and trailing whitespaces. | Dries Buytaert | 2005-10-07 |
| | |||
* | - Patch #29465: new form API by Adrian et al. | Dries Buytaert | 2005-10-07 |
| | | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP. | ||
* | - Patch #32103 by nedjo: fixed title validation. | Dries Buytaert | 2005-09-27 |
| | |||
* | - Patch #28786 by Neil: move pagers out of table. | Dries Buytaert | 2005-09-24 |
| |