Commit Graph

4789 Commits (0fe57fe68099c4f397bf6b83e9b036aa1b051749)

Author SHA1 Message Date
Dries Buytaert 0fe57fe680 - Patch #36333 by Tobias Maier: make sure to enable the default theme. 2005-11-14 22:19:14 +00:00
Dries Buytaert 46fee741b5 - Patch #37589 by Cvgbe: make prefix.sh work with PostgreSQL: prefix indices properly. 2005-11-14 21:57:49 +00:00
Dries Buytaert ad74b700c4 - Patch #32669 by DriesK: split blocking users from 'adminsiter access'. 2005-11-14 21:49:47 +00:00
Dries Buytaert d5d0149abe - Patch #34295 by DrupalJapan and chx:
+ Fixed problem with configuration of comment display options.
   + Introduced defines for the various comment settings.
2005-11-13 09:05:38 +00:00
Dries Buytaert 30059b1a59 - Patch #34514 by darius: fixed forms API glitches. 2005-11-13 08:33:44 +00:00
Dries Buytaert c8f6a2421b - Patch #35524 by asimmonds / drewish: converted the custom block forms code to the forms API's execute model. 2005-11-13 08:26:01 +00:00
Dries Buytaert 3b7a6a4931 - Patch #37400 by vwX/chx: fixed problem with methodHelp 2005-11-13 08:18:12 +00:00
Dries Buytaert e6e3492029 - Patch #35575 by Richard, chx and Ber: system module no longer saves the files and tmp dir.: 2005-11-13 07:57:11 +00:00
Dries Buytaert 534805718a - Rollback an accidentical commit. 2005-11-13 07:52:14 +00:00
Steven Wittens fd6104cf4d #37390: Make welcome text link to admin/settings 2005-11-13 02:43:33 +00:00
Steven Wittens e43ea3f955 #36936 / #36937: PgSQL fixes for statistics 2005-11-13 02:40:18 +00:00
Steven Wittens 21bed11e66 - Add missing url()s around form actions (these would break without clean URLs) 2005-11-13 02:32:18 +00:00
Steven Wittens daca20e034 #37378: Missing for _form_builder() in js upload 2005-11-13 02:00:37 +00:00
Dries Buytaert aeed4cd8e4 - Patch #35644 by webchick: forms API simplificiations. 2005-11-12 11:26:16 +00:00
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