Commit Graph

4727 Commits (27c619d16f6f7f9a5b82e1814ee4658e0be88f57)

Author SHA1 Message Date
Dries Buytaert 27c619d16f - Patch #35279 by asimmonds: fixed typo in pager code. 2005-10-26 08:06:56 +00:00
Steven Wittens f2675cfd3a - Remove left over class from form api conversion 2005-10-26 01:25:01 +00:00
Steven Wittens fbaede7ec0 - #35264: More form api fixes 2005-10-26 01:24:09 +00:00
Dries Buytaert 0d2c12a189 - Patch #34086 by chx: fixed blog regions being broken. 2005-10-25 05:42:20 +00:00
Steven Wittens 0cac6939b7 - Fix usage of header() to drupal_set_header()
- Emit charset for blogapi RSD
2005-10-25 03:43:57 +00:00
Dries Buytaert cc9a372eae - Patch #34932 by tangent: fixed the placement of the 'log'-textarea on book preview pages. 2005-10-24 19:03:09 +00:00
Dries Buytaert 47943f192d - Patch #35069 by leafish_paul: updated archive module to new forms API. 2005-10-24 18:50:10 +00:00
Dries Buytaert c47d2fcb46 - Patch #33220 by Tobias: improved themeability of book module. 2005-10-23 18:08:06 +00:00
Dries Buytaert 5a90aa1175 - Created separate upgrade instructions. Will hopefully make it easier to spot upgrade isntructions. 2005-10-23 17:49:26 +00:00
Dries Buytaert b75ed3f604 - Patch #34922 by Robert: order variables alphabetical. 2005-10-23 09:58:43 +00:00
Dries Buytaert 7f01d4f02b - Patch #34907 by gtcaz: "Array" printed in each region. 2005-10-23 09:47:53 +00:00
Steven Wittens fa11f2b9ca - Updating CHANGELOG 2005-10-22 23:14:40 +00:00
Dries Buytaert f6764cfbd8 - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. 2005-10-22 15:14:46 +00:00
Dries Buytaert 07ecb2abb0 - Patch #34831 by asimmonds: added missing table header. 2005-10-22 14:17:11 +00:00
Steven Wittens f31db8d70f - #22850: Search query containing / results in 404 on clean URLs. 2005-10-21 11:14:55 +00:00
Steven Wittens 6777fdb193 - #26583: Make forum taxonomy links redirect to forums rather than taxonomy pages. 2005-10-21 11:12:46 +00:00
Steven Wittens a9260fa2cd - #32603: Clean up theme_pager_link (drumm) 2005-10-21 10:58:15 +00:00
Steven Wittens c0525a7c18 - #34757: Remove administer watchdog permission (drumm) 2005-10-21 10:50:03 +00:00
Dries Buytaert 81b35fbe4a - Patch #34749 by ax: make blogapi autodiscovery (rsd) work with Flock. Yay! 2005-10-21 09:56:59 +00:00
Dries Buytaert a5f9391550 - Modified patch #34472 by Moshe: uid=1 does not redirect to edit page after registration. 2005-10-21 09:30:14 +00:00
Dries Buytaert f905ab181f - Patch #34031 by drewish: delete button on the edit user account form should be after the submit button. 2005-10-21 09:07:12 +00:00
Steven Wittens 278e2dd309 - Add maintenance-page error screens when the php module for the dbtype is not loaded (just showed a blank screen before) 2005-10-20 21:30:50 +00:00
Steven Wittens 3fad92fc59 - #34645: Make $links in theme_comment consistent with theme_node (Stefan) 2005-10-20 09:27:36 +00:00
Steven Wittens e83b00d526 - Typo 2005-10-20 08:56:34 +00:00
Steven Wittens 8164ec2f49 - Code style 2005-10-20 08:53:59 +00:00
Steven Wittens 468b9e8e5a - Code style 2005-10-19 09:46:22 +00:00
Steven Wittens aa5ad37082 - #34401: Validation error (form method must be lowercase 'get' or 'post') 2005-10-19 09:28:21 +00:00
Dries Buytaert 76000f1d44 - Reverse last patch. 2005-10-18 14:54:54 +00:00
Dries Buytaert 13473ddc51 - Patch #33852 by Gerhard: make legacy.inc optional. 2005-10-18 14:52:50 +00:00
Dries Buytaert 8d460b406d - Patch #32573 by Moshe: added support for ordered lists to theme_item_list(). 2005-10-18 14:45:09 +00:00
Steven Wittens 909d6928ac - #28159: Advanced search features (hello from DrupalCon)
Presentation about it:
http://www.acko.net/files/drupal-search-slim.pdf
2005-10-18 14:41:27 +00:00
Dries Buytaert 782d5c98c9 - Patch #33752 by leafish_paul / adrian: added missing apostrophes to the form API code. 2005-10-18 14:40:00 +00:00
Dries Buytaert 7f5f3ac6c8 - Patch #34052 by webchick: fixed typo in form code. 2005-10-18 14:36:46 +00:00
Dries Buytaert 1c0b946535 - Modified version of patch #33348 by wolff: clean URL emitted when creating first user. 2005-10-13 10:39:56 +00:00
Dries Buytaert d3211f014d - Modified patch #13180/#29414: use mysql_real_escape_string() to escape
strings rather than addslashes().  mysql_real_escape_string() uses the
  connections charset settings to properly escape.
2005-10-13 10:23:17 +00:00
Steven Wittens 5f0e0f3649 - #33433: More form API fixes, and error handling improvements by Chx. 2005-10-13 10:02:31 +00:00
Steven Wittens 0953282878 - Statistics node view counter counted a lot of false positives (including a nid 0 for legacy URLs). 2005-10-12 01:00:24 +00:00
Steven Wittens 1b1a2d7750 - Restore user login block alignment (form api patch undid some recent class/id changes) 2005-10-11 20:52:16 +00:00
Steven Wittens d747ec8219 - _ to # (form api changes) 2005-10-11 20:46:17 +00:00
Steven Wittens e4f597b0bc - Remove left-over debug css from form api patch 2005-10-11 19:52:34 +00:00
Dries Buytaert 75fe6b6c0a - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes. 2005-10-11 19:44:35 +00:00
Dries Buytaert ecf5ed57d6 - Patch #33587 by Richard Archer: make table headers wrap by default. Cleaner default, less prone for table-less themes. 2005-10-11 11:56:45 +00:00
Dries Buytaert 927d98d068 - Patch #33555 by leoburd: fixed typo in XML-RPC backend. 2005-10-10 09:03:11 +00:00
Dries Buytaert 59cb3c4568 - Patch #13224 by Richard Archer and Gerhard: improved gzip caching. 2005-10-09 21:51:43 +00:00
Dries Buytaert fd96728f3c - Second batch of form API fixes by chx. 2005-10-09 10:39:15 +00:00
Dries Buytaert 6f30f02c16 - Patch #27999 by Tobias: made book export functionality configurable. 2005-10-08 14:48:33 +00:00
Dries Buytaert 5a4fa43602 - Updated CHANGELOG.txt. 2005-10-08 12:39:20 +00:00
Dries Buytaert 709b9005f5 - Modified version of patch #32622 by kbahey: added 'site offline/maintenance' feature.
(Untested because the admin/settings page doesn't work yet.)
2005-10-08 12:38:20 +00:00
Dries Buytaert 7863be5e82 - Patch #33433 by chx: fixed a number of form API problems.
* 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
2005-10-08 12:21:47 +00:00
Dries Buytaert 27625fcf83 - Patch #31341 by kbahey: delete a user's session when the user is deleted. 2005-10-07 06:53:25 +00:00