Dries Buytaert
5736cc3e94
- Patch #38349 by chx: form API bugfixes.
2005-11-23 08:21:08 +00:00
Dries Buytaert
f532273a13
- Patch #38412 by m3avrck: fixed problem with creating first account.
2005-11-22 21:00:40 +00:00
Dries Buytaert
62e5c58777
- Patch #38491 by Neil: refactor comment viewing controls to _execute model.
2005-11-22 15:48:46 +00:00
Dries Buytaert
9f8fcab8db
- Patch #35726 by asimmonds: post_process -> build_after
2005-11-22 15:13:15 +00:00
Dries Buytaert
cba99db42b
- Patch #38296 by Ber: generate rel-tags for book pages. Makes it easier to browse in some browsers.
2005-11-22 15:11:40 +00:00
Dries Buytaert
ecc279aef6
- Patch #37416 by Zen: make auto-completion of usernames work with short names.
2005-11-21 18:36:12 +00:00
Dries Buytaert
03dda45573
- Patch #37752 by chx and Richard: renamed #post_process to #after_build.
2005-11-21 18:10:26 +00:00
Steven Wittens
17205b6e62
#36352 : Don't prefix temporary table names after all.
...
#36658 : Make search query pgsql compatible.
2005-11-21 15:55:17 +00:00
Dries Buytaert
4febf6443b
- Patch #35121 by m3avrck: fixed problem with list and description values aren't saved for uploaded files.
2005-11-21 15:36:53 +00:00
Dries Buytaert
61ebf7b56b
- Patch #37401 by webchick: fixed dependency of date selection form element on profile module.
2005-11-21 09:42:14 +00:00
Dries Buytaert
0bb347ccbe
- Patch #38248 by hunkmonk: updated the user login form to the forms API's _execute model.
2005-11-21 09:17:04 +00:00
Dries Buytaert
28f973a986
- Patch #35726 by asimmonds/chx: converted the comment module to the forms API's _execute model.
2005-11-21 08:32:31 +00:00
Dries Buytaert
9317291284
- Patch #37926 by asimmonds/chx: fixed previewing nodes.
2005-11-18 14:09:42 +00:00
Dries Buytaert
786f6b5ad9
- Patch #37327 by Richard Archer: improved menu item 'create content' indications.
...
Improves usability of the admin/menu page.
2005-11-18 13:50:37 +00:00
Dries Buytaert
f69503aa58
- Patch #37777 by asimmonds: form_id missing from rendered admin/node form.
2005-11-17 06:48:25 +00:00
Dries Buytaert
3cb8017c5a
- Patch #37327 by Richard Archer: made the menu edit screen slightly less confusing.
2005-11-17 06:42:13 +00:00
Dries Buytaert
8b02851fee
- Patch #37714 by asimmonds: fixed saving of blocks.
2005-11-16 22:07:48 +00:00
Dries Buytaert
48929eba7a
- Patch #37738 by Junyor: fixed problem with Drupal not properly unsetting $user on logout.
2005-11-15 20:47:06 +00:00
Dries Buytaert
e900d28640
- Patch #34295 by assimonds: added missing defines to comment.module. Improves
...
readability of the code.
2005-11-15 07:29:47 +00:00
Dries Buytaert
3141d02c2f
- Patch #28062 by Souvent22: make it possible to assign weights to contact form categories and fixed some small glitches.
2005-11-14 22:23:11 +00:00
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
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
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
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
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
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
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
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
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