Commit Graph

5075 Commits (1b66966a4b8e7da26bf87e5617f81b051959798e)

Author SHA1 Message Date
Dries Buytaert 64a617c208 - Patch #26249 by Morbus: improved handling of temporary files/directory.
If your module uses variable_get('file_directory_temp', ...) or
  variable_get('file_directory_path', ...) please update it to use the new
  API.

  A list of affected modules is available at http://drupal.org/node/26249#comment-54194.
2005-11-12 09:23:50 +00:00
Dries Buytaert 7dd24bec5c - SQL query maintenance: '%d' -> %d. 2005-11-12 09:14:30 +00:00
Steven Wittens c2fcb6d519 #30993: Make taxonomy selector widget themable 2005-11-12 04:31:56 +00:00
Steven Wittens 36b62d969d #37078: forms api does not respect form_id when populating from ['edit'] or validating 2005-11-12 03:45:57 +00:00
Steven Wittens 85492ae9a5 #36791: node_validate was called twice 2005-11-12 02:54:13 +00:00
Steven Wittens 76226df867 #36242: Array merge problems with module_invoke 2005-11-10 20:36:13 +00:00
Dries Buytaert c19a04e6f8 - Partial patch #34920 by tangent: improved placement of filter settings. 2005-11-09 19:25:11 +00:00
Dries Buytaert dac42f83c8 - Patch #36079 by ax/chx: various blogapi.module fixes. 2005-11-09 19:03:35 +00:00
Dries Buytaert 3d13a38502 - Patch #36727 by Goba: fixed incorrect use of drupal_goto(). 2005-11-08 20:57:41 +00:00
Dries Buytaert 3768616a65 - Patch #36829 by hunmonk: current form_id_form_alter will cause name collisions. 2005-11-08 20:17:42 +00:00
Dries Buytaert d8425d23d2 - Patch #36606 by hunmonk: validation callback functions can't be overridden. 2005-11-08 20:02:24 +00:00
Dries Buytaert 42e2eb0d2a - Patch #35178 by Robert Douglas: add title attribute to taxonomy links - use term description as text. 2005-11-08 15:17:34 +00:00
Dries Buytaert ea8cfd18a5 - Patch #27140 by Cvbge: PostgreSQL updates/fixes. 2005-11-08 12:02:23 +00:00
Dries Buytaert 7f0909ebfd - Patch #36407 by DriesK: make sure the private key is set. 2005-11-06 11:38:56 +00:00
Dries Buytaert e4325eb03a - Patch #22215 by Richard Archer: fixed glitch in the upgrade path for primary/secondary links. 2005-11-06 11:33:28 +00:00
Dries Buytaert 54e13b5fb4 - Patch #27140 by m3averck/souvent22: can't delete contact module subjects with '&' in title. 2005-11-05 08:00:20 +00:00
Dries Buytaert 745b7beda8 - Patch #10658 by Morbus: create new folders with the right permissions. 2005-11-04 20:19:14 +00:00
Dries Buytaert 22fbada46e - Patch #29082 by Cvbge: fixed bugs in PostgreSQL's upgrade path from 4.6
to 4.7/HEAD.  Added two API functions to help write PostgreSQL update
  functions.
2005-11-04 19:45:03 +00:00
Dries Buytaert b4644f8e66 - Patch #36250 by hunmonk: admin batch delete broken, node_delete needs reworked.
This commit changes the node_delete() API.  A list of affected modules is available at http://drupal.org/node/36250#comment-52963.
2005-11-04 19:40:28 +00:00
Steven Wittens 2ad97f0277 - #36255: Fix db_query_temporary() in pgsql
- Prefix temporary table names (helps on restricted hosts)
2005-11-04 13:02:51 +00:00
Dries Buytaert 132517a8cb - Patch #22215 by Richard Archer: theme system improvements for the primary links menu. 2005-11-04 08:17:22 +00:00
Dries Buytaert 1c4cc97225 - Patch #22215 by Richard Archer: refactored primary and secondary links.
Deprecates the primary_links module.

  This patch was much needed.  Thanks Richards!

  NOTE: if some themers could investigate if there is room for improvement
        with regard to theming, that would be awesome.
2005-11-03 19:40:36 +00:00
Dries Buytaert ea53aad7c8 - Patch #22215 by Richard Archer: refactored primary and secondary links.
Deprecates the primary_links module.

  This patch was much needed.  Thanks Richards!

  NOTE: if some themers could investigate if there is room for improvement
        with regard to theming, that would be awesome.
2005-11-03 19:33:37 +00:00
Dries Buytaert cbcb85560a - Patch #35816 by chx: fixed problem with checkbox handling in the form API. 2005-11-03 15:42:31 +00:00
Dries Buytaert 7bd728ef4a - Patch #36029 by asimmonds: fixed typo that prevents 'admin - block - configure' from working. 2005-11-03 15:39:37 +00:00
Dries Buytaert 76012bc70a - Patch #35481 by javanaut: make the 'more choices' option for polls work. 2005-11-02 08:58:27 +00:00
Dries Buytaert 46abc88ee4 - Patch #26249 by crunchywelch, Junyor: use upload_tmp_dir as default temporary directory. Fixed file problems on Windows NT systems. 2005-11-01 16:31:09 +00:00
Dries Buytaert a8b218827a - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
Dries Buytaert 3f4d18fafc - Patch #35621 by asimmonds: URL path settings on node/add/* did not work. 2005-11-01 10:11:36 +00:00
Dries Buytaert f3d0fed0e6 - Patch #35759 by mikeryan: fixed typo in file_directory_temp fieldname. 2005-11-01 10:03:25 +00:00
Dries Buytaert cc835757a5 - Patch #35791 by hunmonk: fixed broken link in chameleon's comment themeing. 2005-11-01 10:01:42 +00:00
Dries Buytaert 5684831958 - Patch #35874 by asimmonds: added missing $Id$ tags. 2005-11-01 09:58:01 +00:00
Dries Buytaert 8ba2d2bf41 - Patch #35086 by stefan: improved themeability of the poll results. 2005-10-31 14:28:17 +00:00
Dries Buytaert 6938e6cbe8 - Patch #35320 by asimmonds: couldn't save roles in admin/filters/... 2005-10-31 13:57:17 +00:00
Dries Buytaert 98d1979699 - Patch #35596 by ccourtne: form API change introduced input format fieldset even when only 1 input format 2005-10-31 13:40:13 +00:00
Dries Buytaert 4af960646d - Patch #35648 by asimmonds: fixed permissions page. 2005-10-31 13:37:38 +00:00
Dries Buytaert f2185037be - Patch #35630 by adrian: fixed problem with how form trees are build. 2005-10-29 07:00:33 +00:00
Dries Buytaert 22cf0b4ef7 - Patch #35410 by kbahey: made site offline feature work. 2005-10-29 06:58:56 +00:00
Dries Buytaert ef7d2c8a9f - Patch #34920 by tangent: reorganized the node submission form a bit. 2005-10-28 14:04:20 +00:00
Dries Buytaert da1de1df9f - Patch #35205 by stefan: removed some deprecated code from forum.module! Yay. 2005-10-28 13:56:26 +00:00
Dries Buytaert 0f37358003 - Patch #35061 by Cvbge/ntosi: fixed SQL query problem on PostgreSQL 8. 2005-10-28 13:40:17 +00:00
Dries Buytaert d01b4dbe10 - Patch #35354 by Moshe/chx: only update the last access time for authenticated users. 2005-10-28 13:35:49 +00:00
Dries Buytaert 699df6742b - Patch #34214 by ax:
* xmlrpc_value_calculate_type() fails for empty arrays
   * PHPDoc for xmlrpc_value_calculate_type()
   * use is_*() instead of gettype() as advised in the PHP manual (and document this)
   * coding style
2005-10-28 13:13:30 +00:00
Steven Wittens a3e47f1e44 - #33852: remove legacy.inc (in anticipation of the bridge stuff) 2005-10-28 01:06:36 +00:00
Steven Wittens 9f143557a3 - #35505: Forum form api typo 2005-10-28 00:42:55 +00:00
Steven Wittens 08f8876f48 - #35440: Fix user 1 login bug after forms api 2005-10-28 00:37:06 +00:00
Steven Wittens fe938b844a - #35434: Form API - obsolete $param to hook_form() + preview fixes 2005-10-28 00:28:14 +00:00
Steven Wittens 34fcf45def - #35284: fixing node form 2005-10-26 14:49:59 +00:00
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