summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #33752 by leafish_paul / adrian: added missing apostrophes to the ↵Dries Buytaert2005-10-18
| | | | form API code.
* - Patch #34052 by webchick: fixed typo in form code.Dries Buytaert2005-10-18
|
* - Modified version of patch #33348 by wolff: clean URL emitted when creating ↵Dries Buytaert2005-10-13
| | | | first user.
* - Modified patch #13180/#29414: use mysql_real_escape_string() to escapeDries Buytaert2005-10-13
| | | | | strings rather than addslashes(). mysql_real_escape_string() uses the connections charset settings to properly escape.
* - #33433: More form API fixes, and error handling improvements by Chx.Steven Wittens2005-10-13
|
* - Statistics node view counter counted a lot of false positives (including a ↵Steven Wittens2005-10-12
| | | | nid 0 for legacy URLs).
* - Restore user login block alignment (form api patch undid some recent ↵Steven Wittens2005-10-11
| | | | class/id changes)
* - _ to # (form api changes)Steven Wittens2005-10-11
|
* - Remove left-over debug css from form api patchSteven Wittens2005-10-11
|
* - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.Dries Buytaert2005-10-11
|
* - Patch #33587 by Richard Archer: make table headers wrap by default. ↵Dries Buytaert2005-10-11
| | | | Cleaner default, less prone for table-less themes.
* - Patch #33555 by leoburd: fixed typo in XML-RPC backend.Dries Buytaert2005-10-10
|
* - Patch #13224 by Richard Archer and Gerhard: improved gzip caching.Dries Buytaert2005-10-09
|
* - Second batch of form API fixes by chx.Dries Buytaert2005-10-09
|
* - Patch #27999 by Tobias: made book export functionality configurable.Dries Buytaert2005-10-08
|
* - Updated CHANGELOG.txt.Dries Buytaert2005-10-08
|
* - Modified version of patch #32622 by kbahey: added 'site ↵Dries Buytaert2005-10-08
| | | | | | offline/maintenance' feature. (Untested because the admin/settings page doesn't work yet.)
* - Patch #33433 by chx: fixed a number of form API problems.Dries Buytaert2005-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
* - Patch #31341 by kbahey: delete a user's session when the user is deleted.Dries Buytaert2005-10-07
|
* - Removing tabs and trailing whitespaces.Dries Buytaert2005-10-07
|
* - Patch #29465 by asimmonds: made the contact module work with the new form API.Dries Buytaert2005-10-07
|
* - Patch #29465: new form API by Adrian et al.Dries Buytaert2005-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.
* Improved error-handling of book module.Dries Buytaert2005-10-06
|
* - Patch #4109: some URLs get ?PHPSESSID added to them.Dries Buytaert2005-10-06
|
* - Patch by Jeremy: fixed comment module glitch.Dries Buytaert2005-10-04
|
* - Revert. Was already committed.Dries Buytaert2005-10-01
|
* - Patch #32669 by DriesK: added an 'administer access control' permission.Dries Buytaert2005-10-01
| | | | In several setups, one wants to grant the 'administer users' permission to certain roles (for example to forum admins), however without allowing those users to change permissions on the 'access control' page, and without allowing them to change the users' roles (so that they can't, for example, promote themselves to admin).
* - Patch #32459 by beardedstoat and tostinni: always add a secondary sort ↵Dries Buytaert2005-10-01
| | | | order so the newest comments are on top.
* - Patch #32465 by Steven: mime decode for core.Dries Buytaert2005-10-01
|
* - Patch by chx: fixed validation check.Dries Buytaert2005-10-01
|
* - Patch #32584 by Gerhard: removed reference to node_revision_load() and fixedDries Buytaert2005-09-29
| | | | input validation error..
* - Patch #32465 by Steven/killes: mime decode function.Dries Buytaert2005-09-29
|
* - Patch #32440 by ax: drupal_http_request() doesn't send proper Host: header.Dries Buytaert2005-09-29
|
* - Add some extra options.Dries Buytaert2005-09-29
|
* - add some spaceDries Buytaert2005-09-29
|
* - Modified patch #30620 by Geary: 'personal blog entry' -> 'blog entry'.Dries Buytaert2005-09-28
| | | | Improves consistency.
* - Patch #26031 by leafish_dylan: fixed comment pager (broken SQL query).Dries Buytaert2005-09-27
|
* - Patch #28786 by Neil: moved pagers out of table.Dries Buytaert2005-09-27
|
* - Modified patch #30775 by timcn, Souvent22, m3avrck: give file uploads ↵Dries Buytaert2005-09-27
| | | | | | descriptions. (Modified the form a bit.)
* - Patch #27669 by ax: fixed menu system status reporting.Dries Buytaert2005-09-27
|
* - Patch #32103 by nedjo: fixed title validation.Dries Buytaert2005-09-27
|
* - Fixed spacesDries Buytaert2005-09-27
|
* - Patch by Ax: fixed links in documentation.Dries Buytaert2005-09-27
|
* - Patch #28786 by Neil: move pagers out of table.Dries Buytaert2005-09-24
|
* - Fixed documentation.Dries Buytaert2005-09-23
|
* - Patch #31770 by chx: node_list() -> node_get_types().Dries Buytaert2005-09-23
|
* - Patch #29030 by Goba: updated the path module's documentation.Dries Buytaert2005-09-23
|
* - Patch #10056: allow the node title forms to be customized.Dries Buytaert2005-09-23
|
* - Patch #31760 by webchick: removed redundant code.Dries Buytaert2005-09-22
|
* - Patch #28420 by Jeremy: add the poster's IP/hostname to the /mix/.Dries Buytaert2005-09-19
|