Dries Buytaert
e145866243
- Patch #44136 by riccardoR: can't enable more than one language.
2006-01-17 17:35:47 +00:00
Dries Buytaert
a50eb34bda
- Patch #44381 by gerhard: improved consistency of API. Always pass an array.
2006-01-17 09:23:38 +00:00
Dries Buytaert
8b5175a983
- Patch #44754 by Zen: fixed "Who's new" block inaccuracy.
2006-01-17 09:04:20 +00:00
Dries Buytaert
ae84e469b0
- Patch #39329 by markus: order sources in aggregator.
2006-01-15 17:03:34 +00:00
Dries Buytaert
f649b42d9c
- Patch #44767 by jvandyk: small (code) improvements
2006-01-15 16:57:56 +00:00
Steven Wittens
2e9bbda791
- #44772 : {} -> [] (in anticipation of PHP de-deprecation)
2006-01-15 07:14:14 +00:00
Dries Buytaert
88cdbf9185
- Patch #39135 by Zen: various contact form improvements/fixes.
...
+ Conversion to _validate + _submit model..
+ Split replaced by explode - faster
+ Fixed typos: Recipient
+ Fixed weight defaulting to -10
+ Popped mail subject formatting into a t()
+ Popped '--' formatting into a t()
+ Does a lot of documentation fixing/rewriting.
+ Renamed contact_user_mail form functions to contact_mail_user for consistency.
+ ...
2006-01-14 10:33:22 +00:00
Dries Buytaert
baa5c2ff89
- Extended the form description for clarity.
2006-01-14 09:51:57 +00:00
Dries Buytaert
84a5ff4052
- Patch #44544 by Richard: made the help text slightly more accurate.
2006-01-14 09:45:44 +00:00
Dries Buytaert
776e6501cd
- Patch #44210 by DriesK: made it possible to edit blocked users.
2006-01-13 19:02:38 +00:00
Dries Buytaert
155aff37d7
- Patch #44490 by darius: don't show blocked users on the profile pages.
2006-01-13 15:54:05 +00:00
Dries Buytaert
403c1c0404
- Added trailing point.
2006-01-13 14:54:51 +00:00
Dries Buytaert
07c2ef3248
- Patch #44499 by Neil: missing quotes.
2006-01-13 07:34:46 +00:00
Dries Buytaert
11b9259db0
- Patch #44507 by DriesK: consistency: email -> e-mail.
2006-01-13 07:33:13 +00:00
Dries Buytaert
cccca3b17e
- Patch #44261 by Kobus/Zen: drupal -> Drupal.
2006-01-12 19:29:36 +00:00
Dries Buytaert
e136a247c3
- Patch #40401 by driesk: fixed incorrect form conversion.
2006-01-12 19:15:31 +00:00
Dries Buytaert
bc149ab22b
- Patch #33128 by Morbus: %num -> %count to make format_plural() work.
2006-01-12 16:22:46 +00:00
Dries Buytaert
6e45b2f9c3
- Patch #42029 by drumm: correct post times for administrators posting using a blogapi client.
2006-01-12 10:02:45 +00:00
Dries Buytaert
47ae354ef5
- Patch #44163 by m3avrck: fixed typo in permission and fixed incorrect description.
2006-01-12 10:01:15 +00:00
Dries Buytaert
3607a2b059
- Patch #44373 by m3avrck: improved generated HTML/CSS.
2006-01-12 09:58:49 +00:00
Dries Buytaert
79cdc915ec
- Modified patch #44156 by Zen: '%s' -> %d.
2006-01-10 20:11:46 +00:00
Dries Buytaert
67778c896e
- Patch #39672 by Ber: made the help text opion work for free tagging terms.
2006-01-10 19:56:19 +00:00
Dries Buytaert
226a26a556
- Removed reference to comment moderation.
2006-01-10 19:41:15 +00:00
Dries Buytaert
92acb92699
- Patch #33747 by Ber and Moshe: bugfix + code improvement: clean up some of the taxonomy loading code.
2006-01-10 12:35:20 +00:00
Dries Buytaert
08098a34f3
- Patch #43989 by darius: critical bugfix: removed debug code from profile module.
2006-01-10 12:22:18 +00:00
Dries Buytaert
afb923a00a
- Patch #36716 by m3vrick: made deleting user accounts work.
2006-01-09 19:18:46 +00:00
Dries Buytaert
7c862e924a
- Patch #43668 by chx: fixed warning.
2006-01-09 18:27:26 +00:00
Dries Buytaert
6f0bd9499b
- Patch #43668 by chx: fixed problem with changing usernames.
2006-01-09 14:14:39 +00:00
Dries Buytaert
b170d83d14
- Removed global .
2006-01-09 10:12:30 +00:00
Dries Buytaert
fb393415bb
- Patch #43833 by killes: give the first user a default role.
2006-01-08 16:32:08 +00:00
Dries Buytaert
7f87b19eeb
- Patch #42886 by chx: critical feature: allow modules to be reordered.
2006-01-08 12:49:51 +00:00
Dries Buytaert
16e9b4d0c7
- Patch #42937 by chx: bugfix: added missing db_rewrite_sql() in taxonomy_node_get_terms.
2006-01-08 12:28:27 +00:00
Dries Buytaert
7e2e715393
- Patch #20795 by Steven: improved consistency of the code.
2006-01-08 12:20:55 +00:00
Dries Buytaert
c297f2e09c
- Patch #41161 by Moshe: bugfix: hide the upload form when uploads are not enabled for a node type.
2006-01-08 12:12:20 +00:00
Dries Buytaert
68ced8da59
- Patch #24678 by jmengle, DriesK, Richard et al: bugfix: deleting a profile field doesn't delete values in profile_values table.
2006-01-08 12:06:13 +00:00
Steven Wittens
ef0e3ffb44
- #33128 : Format plural for %n new
2006-01-08 03:41:48 +00:00
Steven Wittens
1b66966a4b
- #43495 : Separate permission for PHP-based block visibility
2006-01-08 03:33:31 +00:00
Steven Wittens
49e5e1cd47
- #43097 : restore admin/comment tablesort
2006-01-08 00:29:37 +00:00
Dries Buytaert
86d35db263
- 2005 -> 2010.
2006-01-07 19:50:28 +00:00
Dries Buytaert
cb93c61714
- 'node' -> 'post'
2006-01-07 10:12:32 +00:00
Steven Wittens
ee77417ff2
- #22565 : Change statistics counter setting into permission
2006-01-07 05:39:33 +00:00
Dries Buytaert
859e045db6
- Patch #42955 by Cvbge: critical bugfix: users can't create new content.
2006-01-06 16:21:34 +00:00
Dries Buytaert
9d1d40e609
- Patch #39639 by Richard: 'users' appearing twice in menu.
2006-01-06 07:42:31 +00:00
Dries Buytaert
6c20d333d2
- Patch #35667 by Crell: bug fix: on ?q=admin/block style.css was imported twice.
2006-01-06 07:25:44 +00:00
Steven Wittens
030fd1798a
- Comment bug: anchor links should be specified using $fragment in url() and drupal_goto().
2006-01-06 01:14:17 +00:00
Steven Wittens
c27b62b182
- #41940 : Locale string search broken in some cases (and remove some inappropriate db_escape_string() usage)
...
- #43491 : Missing drupal_goto() after saving settings
2006-01-05 23:35:34 +00:00
Dries Buytaert
f940d8a290
- Patch #43362 by dorpy, junyor: critical bug fix: uploads loose their state.
2006-01-05 21:03:31 +00:00
Dries Buytaert
f66a1975d5
- Patch #39697 by Cvbge: fixed critical bug in drupal.module and fixed the documentation.
2006-01-05 15:19:29 +00:00
Dries Buytaert
24899dba42
- Patch #40563 by chx, merlingofchaos, et al: bug fix: fixed the default comment settings on node sumbission forms.
2006-01-05 14:35:55 +00:00
Dries Buytaert
db1e1b5388
- Patch #42541 by merlinofchaos: critical bug fix: public user registrations not always working.
2006-01-05 10:55:51 +00:00
Dries Buytaert
8d7ff5aea2
- Patch #39743 by merlinofchaos: critical bugfix: fixed comment ordering setting.
2006-01-05 10:53:47 +00:00
Dries Buytaert
e334ca1b72
- Cleaned up the cron status message.
2006-01-05 09:42:09 +00:00
Dries Buytaert
9385794e23
- Patch #41548 by Neil: critical bugfix: theme didn't load when styles are used.
2006-01-04 09:32:28 +00:00
Dries Buytaert
9af704d3cf
- Modified patch #39697 by nedjo: enable sites to post information on their modules, themes.
2006-01-04 09:17:02 +00:00
Dries Buytaert
9e23a23d73
- Patch #35770 by DriesK: make node preview settings work.
2006-01-04 09:04:27 +00:00
Dries Buytaert
72ed68d48b
- Patch #42971 by markus_petrux: input format not correctly shown when editing a comment.
2006-01-03 23:04:23 +00:00
Dries Buytaert
db92352671
- Patch #43032 by Steve Dondley: critical fix: can't update nodes by anonymous users.
2006-01-03 19:40:29 +00:00
Dries Buytaert
590e2d8e5f
- Partial patch #43014 by wulff: added missing t() function to filter.module.
2006-01-02 10:01:03 +00:00
Dries Buytaert
749284633f
- Patch #42057 by hunmonk and chx: made saving user accounts work again.
2006-01-02 08:35:59 +00:00
Dries Buytaert
ebeaaedc8f
- Patch 42498 by m3avrck: unified cron-trackers and added a section that lets you figure out whether cron is running (usability improvement).
2005-12-31 14:18:22 +00:00
Dries Buytaert
16051d46a9
- Patch 42210 by Neil: Save whole node instead of saving taxonomy.
2005-12-31 13:52:47 +00:00
Dries Buytaert
4e35060451
- Patch 42591 by Simon/me: fixed problem with deleting forum and book revisions.
2005-12-31 13:04:40 +00:00
Dries Buytaert
89e89a3b9b
- Patch 42115 by Cvbge/ m3avrck: improved performance of session loading.
2005-12-31 11:50:47 +00:00
Dries Buytaert
799ceae29b
- Patch #42705 by Cvbge: added missing format_plural().
2005-12-31 11:21:32 +00:00
Dries Buytaert
ea2d791095
- Patch 41169 by Chris: got rid of expensvie object 2 array casts.
2005-12-31 10:48:56 +00:00
Steven Wittens
9ff2c1b3a8
- #42828 : Auto-p destroys alphanumeric named entities like ½
2005-12-31 04:01:38 +00:00
Steven Wittens
79a193a2d2
- #42234 : Use standardized feed icon for RSS
2005-12-29 04:46:40 +00:00
Steven Wittens
511089865d
- #42520 : Improve translatability of menu admin help
2005-12-29 04:03:34 +00:00
Steven Wittens
afd8ccaf7e
- #27230 : Fix XHTML slash in XSS filter
2005-12-28 18:43:42 +00:00
Dries Buytaert
7445e8e854
- Patch #42520 by Cvbge: change text for easier translation.
2005-12-28 12:06:06 +00:00
Dries Buytaert
753f11d8c9
- Patch #41755 by Cvbge:
...
1. "int(10)" -> "int", fixed typo in index name [pgsql change only]
2. added defaults for uid and hostname (needed for both)
3. postgres supports "DROP column" syntax
4. added missing DELETEs for new table in poll_delete() and poll_update()
2005-12-28 12:02:29 +00:00
Dries Buytaert
eaa244d347
- 'Contact us' -> 'Contact'
2005-12-27 18:11:27 +00:00
Dries Buytaert
387b47ec2b
- Patch #41755 by Neil: normalize poll.polled database column.
2005-12-27 14:34:21 +00:00
Dries Buytaert
02eb24bfbd
- Bug #42107 : redirect to the main page instead of to 'node'.
2005-12-27 14:31:42 +00:00
Dries Buytaert
34a5d46022
- Patch #36465 by chx / Richard: made it possible to link to the front page.
2005-12-27 10:36:16 +00:00
Dries Buytaert
1ef56e36a0
- Patch #42343 by wulff: added 2 missing t() functions.
2005-12-26 11:26:21 +00:00
Dries Buytaert
ed7256f37a
- Patch #28159 by chx: removed some dead code from the search module's form.
2005-12-26 11:21:19 +00:00
Dries Buytaert
53872d2396
- Patch #42341 by wulff: added missing t() function.
2005-12-26 11:19:49 +00:00
Dries Buytaert
30e9e05642
- Patch #42294 by Cvbge: feed title not logged correctly.
2005-12-26 11:15:57 +00:00
Dries Buytaert
ba12462fc9
- Patch #42153 by Junyor: slight clean-up of node_revision_delete().
2005-12-24 13:05:22 +00:00
Steven Wittens
b43fa0f9da
- #41744 : global urlencode() for menu paths
2005-12-22 22:58:12 +00:00
Dries Buytaert
3783e6304c
- Patch #41914 by Robert: modules page producing duplicate entry database errors.
2005-12-22 12:37:52 +00:00
Dries Buytaert
29a619b598
- Patch #30098 by killes: node revisions should only be viewable by admins.
2005-12-22 10:57:02 +00:00
Steven Wittens
c2384e2c18
- #41973 : Ensure -\>changed and -\>created are equal on node creation
2005-12-22 00:22:19 +00:00
Dries Buytaert
c60e7acdd4
- Patch #41461 by spiderman: reset the default theme to bluemarine after reset.
2005-12-21 22:15:02 +00:00
Steven Wittens
19aad8934f
- #34826 : Search results don't include last part of longer pages
2005-12-21 14:30:09 +00:00
Steven Wittens
e67def3a12
Search.module:
...
- #41897 : Dead variable (remove_short)
- #39117 : Fix chinese search problem
- Fix bug with and OR queries
- Add smarter highlighting for CJK strings
- Add message about minimum word length to user
- Improve code comments
2005-12-21 13:35:55 +00:00
Dries Buytaert
4c135457a5
- Patch #41474 by spiderman: no confirmation when deleting a path alias.
2005-12-19 14:51:38 +00:00
Dries Buytaert
eb412f7c7e
- Patch #39179 by chx: improved validation of forms.
2005-12-19 14:30:53 +00:00
Dries Buytaert
6164074655
- Patch #38999 by saerdna: There's no need that users with the "administer comments" role has to go via admin/comments to delete comments. this patch simply adds the delete link on each comment if you have administer comments role. "access administration pages" not needed; because if they not have it they can still delete from admin/comments.
2005-12-19 10:12:52 +00:00
Dries Buytaert
f8b5f21cf5
- Patch #39043 : changing the size of the search box back to 20 ...
2005-12-19 10:11:14 +00:00
Dries Buytaert
d21dda89b3
- Patch #41305 by chx: user edit form submit model rewrite.
2005-12-19 10:02:33 +00:00
Steven Wittens
8b0461940d
- Fix minimum_word_size default values
2005-12-18 12:28:26 +00:00
Dries Buytaert
0dfc8e059f
- Patch #41437 by webchick: improved code comments.
2005-12-17 17:24:46 +00:00
Dries Buytaert
d5581d94cb
- Patch #41124 by amanuel/owe: make the logo upload work.
2005-12-16 19:57:41 +00:00
Dries Buytaert
93d496bad8
- Patch #41276 by walkah/chx: blog api fixes for new forms api.
2005-12-16 18:08:58 +00:00
Steven Wittens
b099843b7a
- #41402 : First search pass was too greedy with short words.
...
- Minor code simplifications in search_parse_query()
2005-12-16 16:42:37 +00:00
Dries Buytaert
4ea44fe783
- Patch #41198 by matt/dopry: made the contact module validate the recipients' e-mail addresses.
2005-12-16 12:59:22 +00:00
Dries Buytaert
77130e7ab2
- Patch #36079 by James: fixed date handling in blogapi.module.
2005-12-16 06:36:00 +00:00
Dries Buytaert
bd4fe6ede9
- Patch #40813 : Taxonomy forms should be in a fieldset.
2005-12-16 06:23:46 +00:00
Dries Buytaert
ff8dab6095
- Patch #40847 : after menu reset, primary and secondary menus need to be recreated.
2005-12-15 21:53:49 +00:00
Dries Buytaert
21707ae0e6
- Modified patch #41120 by chx: profile category 'account' overwrites regular user fields.
2005-12-15 16:34:48 +00:00
Dries Buytaert
21a9442bbb
- Patch #41081 by billturner: fixed problem with the comment settings form.
2005-12-15 16:31:01 +00:00
Dries Buytaert
922a46d281
- Patch #34920 by Morbus/webchick/tangent: fixed order of form fields.
2005-12-15 16:24:40 +00:00
Dries Buytaert
5accfa08f5
- Patch #41133 by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on failure instead of -1.
...
Changed code to be compatible with all versions.
2005-12-15 16:02:50 +00:00
Dries Buytaert
264f7d5667
- Patch #41211 by Neil: de-dupe XML namespaces in RSS automatically.
2005-12-15 15:57:55 +00:00
Dries Buytaert
764f1177ef
- Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().
2005-12-14 20:10:45 +00:00
Dries Buytaert
7334f7624f
- Patch #41165 by Morbus: removed rss doctype.
2005-12-14 19:04:27 +00:00
Dries Buytaert
ca9aa560f2
- Patch #40816 by Morbus: fixed bug with assigning news item the correct category.
2005-12-14 14:03:05 +00:00
Dries Buytaert
d40ce21711
- Patch #40975 by chx: filter_format no longer supports multiple filtered areas.
2005-12-14 13:56:54 +00:00
Dries Buytaert
d4fe9203ed
- Patch #40630 by Morbus: made sure $teaser is always defined.
2005-12-14 13:30:01 +00:00
Dries Buytaert
c11080c02e
- Patch #41109 by chx: fixed problem with _node_name() returning NULL instead of array() when there are no node types.
2005-12-14 13:26:39 +00:00
Dries Buytaert
dd2fdd128d
- Patch #40532 by wtanaka: use longblog for data in the cache. Is reported to fix utf-8 problems and improves consistency with PostgreSQL.
2005-12-13 18:49:47 +00:00
Dries Buytaert
de723ba8b5
- Patch #40393 by Richard: fixed permissions of URL settings on node submission page.
2005-12-12 14:25:45 +00:00
Dries Buytaert
477028c288
- Patch #40795 by Richard: fixed problem with editing menu items.
2005-12-12 11:39:41 +00:00
Dries Buytaert
63ece6f957
- Patch #29060 by tostinne/ax: added tabindex to user login page.
2005-12-11 12:53:09 +00:00
Dries Buytaert
544aefad8a
- Modified patch #40534 : improved themability of forum icons (makes it possible to use animated gifs) + removed forum setting.
2005-12-11 12:44:39 +00:00
Dries Buytaert
99e27195e8
- Patch #40664 by Gerhard: assign default forum when adding a forum topic from within a forum.
2005-12-10 19:58:40 +00:00
Dries Buytaert
810e75050d
- Patch #39358 by m3avrck and Souvent22: make the upload.module work + revisions fixes.
2005-12-10 19:43:12 +00:00
Dries Buytaert
fb9ff3baf9
- Patch #40628 by Jaza: added missing fieldset around filter options.
2005-12-10 19:35:13 +00:00
Dries Buytaert
2659fadd5f
- Patch #40587 by wtanaka: execute -> submit
2005-12-10 08:12:59 +00:00
Dries Buytaert
30450039f9
- Patch #40583 by canen: make user_autocomplete function work with PostgreSQL.
2005-12-10 08:08:44 +00:00
Dries Buytaert
d55a508b88
- Patch #40397 by DriesK: fixed problem with contact module.
2005-12-09 22:21:01 +00:00
Dries Buytaert
7d97733602
- Fixed #40395 : changed ':' to '.'.
2005-12-09 17:25:53 +00:00
Dries Buytaert
c17ff75480
- Patch #40397 by DriesK: global contact mails are not sent.
2005-12-09 15:56:23 +00:00
Dries Buytaert
adcbc9b957
- Patch #40524 by drumm: made sure that visiting the admin/modules page does not break your setup if you haven't run udpate.php yet.
2005-12-09 15:40:15 +00:00
Dries Buytaert
aba547258a
- Patch #36429 : remove CONCAT() and speed up node_access query.
2005-12-08 15:30:27 +00:00
Dries Buytaert
3ae534a64e
- Patch #28595 by Cvbge: fixed problems with bulk comment operations.
2005-12-08 09:11:32 +00:00
Dries Buytaert
e6b78e287d
- Patch #40351 by Richard/chx: filter_xss_bad_protocol too hungry.
2005-12-08 09:05:30 +00:00
Dries Buytaert
c54234d71a
- Patch #40341 by Neil: fixed problems with database schema versions.
...
- When user #1 creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable.
- system_get_files_database() now includes a 'schema_version' child of each file object.
- That new information is re-saved when Drupal re-populates the system table.
- An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed.
2005-12-08 08:40:10 +00:00
Dries Buytaert
94d6b9abf0
- Patch #29326 by Morbus: optimized performance of URL aliasing for newly installed sites.
...
There are a number of small optimizations we could add; like, we should never do more lookup queries than the number of unique URL aliases in the database. When the size of the static cache equals the number of unique URL aliases in the database, we can stop doing lookups. I think this could be implemented with a 2-line change. Takers?
2005-12-07 20:57:45 +00:00
Steven Wittens
9e007c11aa
- Missing URLencode for remembering search keywords across tabs
2005-12-07 15:32:11 +00:00
Dries Buytaert
3cb401bda1
- Patch #38645 by Morbus: reworked the _regions() hook.
2005-12-07 14:59:55 +00:00
Dries Buytaert
e019ce5107
- Patch #28595 by Jeremy: added support for bulk operations on comments.
2005-12-07 05:35:02 +00:00
Dries Buytaert
9ccb6d7a80
- Patch #26641 by Uwe: tabs disappear in user.module settings after saving a role.
2005-12-06 12:36:37 +00:00
Dries Buytaert
32d9af4916
- Patch #39598 by Gerhard: fixed problem with taxonomy terms not being selected.
2005-12-06 12:20:24 +00:00
Dries Buytaert
e31f7abd42
- Patch #40079 by Moshe: removed dead code.
2005-12-06 08:28:58 +00:00
Dries Buytaert
c4c5ce122d
- Patch #31323 by Gerhard: delete extra data when a revision is deleted.
2005-12-05 16:07:18 +00:00
Dries Buytaert
ada8f8976f
- Patch #35125 by zoo33: made the taxonomy.module work with PostgreSQL.
2005-12-05 13:15:42 +00:00
Dries Buytaert
ad3d637c57
- Patch by Richard: fixing breakage caused by the 'Obliterate nodeapi op form' patch.
2005-12-05 10:38:42 +00:00
Dries Buytaert
28fdb3975e
- Patch #39778 by chx: obliterate nodeapi op form in favor of the forms API's way of doing things. Tested with help from webchick.
2005-12-05 09:11:33 +00:00
Dries Buytaert
f54cc812c6
- Patch #39779 by Richard: removed confusing status messages.
2005-12-04 08:00:13 +00:00
Dries Buytaert
80e02e6e73
- Patch #36434 by assimonds: fixed problem with editing signatures.
2005-12-03 19:39:15 +00:00
Dries Buytaert
4b9cd4fcd6
- Patch #38820 by wtanaka: profile listing carries over people's data on subsequent users.
2005-12-03 17:12:56 +00:00
Dries Buytaert
9677ab121f
- Patch #32665 by Richard Archer: add more functionality to menu item settings on node/*/edit pages.
2005-12-03 10:06:10 +00:00
Dries Buytaert
94f290c8ee
- Patch #38849 by wtanaka: forum icon does not display as locked (aka closed) if comments are "disabled" instead of "read only".
2005-12-03 10:02:23 +00:00
Dries Buytaert
ab0232c022
- Patch #37737 by asimmonds/eaton: fixed blogapi.module checkboxes on settings page.
2005-12-03 09:59:25 +00:00
Dries Buytaert
75d2089fba
- Patch #39155 by Alex/chx: #validate, #submit, #process consistency
2005-12-03 09:44:50 +00:00
Dries Buytaert
7bdd8b3718
- Patch #39605 by Alex: remove form_filter type.
2005-12-02 15:46:46 +00:00
Dries Buytaert
272c6b95fa
- Patch #39667 by killes: fixed typo in function call: _forum_get_vid -> _forum_get_vid().
2005-12-02 15:38:58 +00:00
Dries Buytaert
26bd449860
- Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to '#submit'.
2005-12-02 15:21:01 +00:00
Dries Buytaert
4a3b9fc883
- Patch #39594 by m3avrck: removed comma from date.
2005-12-02 15:19:54 +00:00
Dries Buytaert
0dad5d9e45
- Patch #39547 by saerdna et al.: added a 'change own username' permission.
2005-12-02 15:18:32 +00:00
Dries Buytaert
b040c8f857
- Patch #39612 by m3avrck: the log message should have its own fieldset.
2005-12-02 15:13:17 +00:00
Dries Buytaert
f5253a892a
- Patch #39440 by Richard: no circular references.
2005-12-02 15:10:03 +00:00
Dries Buytaert
16bcdbda69
- Improved the protocol whitelist code.
2005-11-30 20:16:47 +00:00
Dries Buytaert
a74ebcc87a
- More fixes
2005-11-30 15:31:23 +00:00
Dries Buytaert
17ec644763
- Patch #1482 by djun: we're moving the DocBook output to a contributed module. It's not a core feature.
2005-11-30 13:16:53 +00:00
Dries Buytaert
b8ae0b3218
- Patch #38981 by Robert: add permission to enable/disbale theme switching by users.
2005-11-30 11:09:38 +00:00
Dries Buytaert
0f6067fc84
- Removed valid_input_check().
2005-11-30 11:03:58 +00:00
Dries Buytaert
bcb6257b31
- Removed valid_input_check().
2005-11-30 10:09:28 +00:00
Steven Wittens
0ff2db93dd
- #39362 : Fix code warnings in filter.module
2005-11-30 00:12:23 +00:00
Dries Buytaert
2d0df351d7
- Various fixes. Updated CHANGELOG.txt
2005-11-29 20:17:10 +00:00
Dries Buytaert
236da7af05
- Patch #31151 : adding taxonomy terms has no feedback
2005-11-29 17:41:27 +00:00
Dries Buytaert
69f3a4d654
- Improved consistency: "Clear Site" -> "Clear site", "Re-index Site" -> "Re-index site"
2005-11-29 06:20:18 +00:00
Steven Wittens
b9415b4b9c
- #7940 : Remember publishing options when editing node
2005-11-29 03:18:57 +00:00
Steven Wittens
670e835772
- Menu wasn't being wiped after enabling/disabling themes
2005-11-29 02:52:20 +00:00
Steven Wittens
15b5004590
- #39054 : Missing url() for poll form action
2005-11-28 23:49:50 +00:00
Steven Wittens
6fc0a68f08
- #39137 : Improve handling of preprocessor-generated words in search queries.
...
- Improve search's default CJK tokenizer
- Re-add index wipe button to admin (with confirmation)
- Make default CJK tokenizer optional
2005-11-28 20:00:21 +00:00
Dries Buytaert
fff9a51352
- Patch #38945 by wtanaka: made the login block redirect back to the original page.
2005-11-28 12:31:47 +00:00
Dries Buytaert
42518af257
- Bring back taxonomy_form_all().
2005-11-28 12:24:58 +00:00
Dries Buytaert
8784a7d13a
- Patch #39024 by Zen: comments that should be in the moderation queue get published.
2005-11-27 11:45:03 +00:00
Dries Buytaert
c647b39c2c
- Patch #37798 by Neil: fixed problem with node settings.
2005-11-27 11:11:46 +00:00
Dries Buytaert
247e012c35
- Patch #39013 by drumm: more logical naming of themeable functions
2005-11-27 11:07:02 +00:00
Dries Buytaert
679649baaa
- Patch #39003 by Jaza: remove taxnomy_form_all().
2005-11-27 09:26:46 +00:00
Dries Buytaert
90535c33aa
- Patch #38854 by wtanaka: fixed XHTML validation problem.
2005-11-26 19:45:31 +00:00
Dries Buytaert
5b16e6b0a9
- Patch #36313 by assimmonds: make the search box look identical to Drupal 4.6
2005-11-25 15:26:11 +00:00
Dries Buytaert
b1b1e2045f
- Patch #37798 by Neil: allow non-workflow form elements on the node type settings page.
2005-11-25 10:11:59 +00:00
Steven Wittens
02d7e96309
- #35142 : Fix mass delete
2005-11-24 22:03:40 +00:00
Steven Wittens
a5c43ec402
- #37956 : Respect weighting in profile browse pages
...
- Fix non-pgsql compliant ORDER BY queries
- Clean up ugly section that used db_escape_string()
2005-11-24 20:54:22 +00:00
Dries Buytaert
b1bb2d5c60
- Patch #38336 by rcwoolley: parse dates in Atom feeds.
2005-11-24 20:20:53 +00:00
Dries Buytaert
12c5416dbf
- Patch #38593 by malex: generate 'guid' in RSS feeds to work around some aggregator glitches.
2005-11-24 20:15:09 +00:00
Dries Buytaert
70eb349d88
- Patch #38667 by Neil: removed a column from the table on the watchdog page.
2005-11-24 19:50:50 +00:00
Dries Buytaert
c9b342e3e1
- Patch #38692 by saerdna: removed duplicate form-text class.
2005-11-24 19:28:08 +00:00
Dries Buytaert
f5d3fa1008
- Patch #38296 by Tobias Maier: fixed bug with book links.
2005-11-24 19:24:38 +00:00
Dries Buytaert
d4692d569c
- Patch #35644 by webchick: fixed the sizes of the textareas on the node edit forms.
2005-11-23 16:18:28 +00:00
Dries Buytaert
86db338c64
- Patch #/38339 by crunchywelch: make the profile module display fields properly.
2005-11-23 10:43:30 +00:00
Dries Buytaert
90b3e88ec4
- Patch #38476 by crunchywelch: make voting on polls work from blocks in the sidebar.
2005-11-23 10:31:39 +00:00
Dries Buytaert
dba3e800cd
- Patch #38611 by Neil: redo book administration.
...
The book module's current administration is actually a patchwork of one form per book page crammed into a table with another form at the bottom. This simply didn't work.
2005-11-23 10:22:41 +00:00
Dries Buytaert
d9dc551612
- Patch #29151 by fgm: simplified SQL query in taxonomy_node_form().
2005-11-23 08:27:55 +00:00
Dries Buytaert
bd2d91807e
- Patch #38575 by Neil: fixed infinite loop in comment.module.
2005-11-23 08:23:45 +00:00
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
Dries Buytaert
f3d0fed0e6
- Patch #35759 by mikeryan: fixed typo in file_directory_temp fieldname.
2005-11-01 10:03:25 +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
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
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
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
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
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
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
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
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
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
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
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
Dries Buytaert
a1ae4da70b
- Removing tabs and trailing whitespaces.
2005-10-07 06:51:43 +00:00
Dries Buytaert
e19af57a9a
- Patch #29465 by asimmonds: made the contact module work with the new form API.
2005-10-07 06:48:33 +00:00
Dries Buytaert
7e1527ee61
- Patch #29465 : new form API by Adrian et al.
...
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.
2005-10-07 06:11:12 +00:00
Dries Buytaert
7b5b460534
Improved error-handling of book module.
2005-10-06 09:17:17 +00:00
Dries Buytaert
1a98fce9c4
- Patch by Jeremy: fixed comment module glitch.
2005-10-04 12:09:15 +00:00
Dries Buytaert
c267c749e7
- Patch #32669 by DriesK: added an 'administer access control' permission.
...
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).
2005-10-01 13:42:00 +00:00
Dries Buytaert
9981e4326d
- Patch #32459 by beardedstoat and tostinni: always add a secondary sort order so the newest comments are on top.
2005-10-01 13:30:06 +00:00
Dries Buytaert
0200ccf4da
- Patch by chx: fixed validation check.
2005-10-01 08:43:51 +00:00
Dries Buytaert
f8e2be5fe7
- Patch #32584 by Gerhard: removed reference to node_revision_load() and fixed
...
input validation error..
2005-09-29 21:56:12 +00:00
Dries Buytaert
1d94bb4a87
- Add some extra options.
2005-09-29 08:04:51 +00:00
Dries Buytaert
f101792d75
- Modified patch #30620 by Geary: 'personal blog entry' -> 'blog entry'.
...
Improves consistency.
2005-09-28 12:55:07 +00:00
Dries Buytaert
45f4bcaa7d
- Patch #26031 by leafish_dylan: fixed comment pager (broken SQL query).
2005-09-27 18:34:59 +00:00
Dries Buytaert
dff2df4809
- Patch #28786 by Neil: moved pagers out of table.
2005-09-27 18:10:19 +00:00
Dries Buytaert
53bdeae273
- Modified patch #30775 by timcn, Souvent22, m3avrck: give file uploads descriptions.
...
(Modified the form a bit.)
2005-09-27 15:54:39 +00:00
Dries Buytaert
f592a5a60b
- Patch #27669 by ax: fixed menu system status reporting.
2005-09-27 15:11:07 +00:00
Dries Buytaert
50ac9d3b4c
- Patch #32103 by nedjo: fixed title validation.
2005-09-27 15:09:28 +00:00
Dries Buytaert
cba3391b1f
- Fixed spaces
2005-09-27 15:06:35 +00:00
Dries Buytaert
67e68fc679
- Patch #28786 by Neil: move pagers out of table.
2005-09-24 07:53:26 +00:00
Dries Buytaert
e4ec9ad36d
- Fixed documentation.
2005-09-23 21:21:03 +00:00
Dries Buytaert
2de3276599
- Patch #29030 by Goba: updated the path module's documentation.
2005-09-23 13:11:57 +00:00
Dries Buytaert
61740bd8ee
- Patch #10056 : allow the node title forms to be customized.
2005-09-23 08:47:13 +00:00
Dries Buytaert
2b3126b2cc
Patch #19934 by Morbus, chx: conf_init() should strip out port numbers in bootstrap.inc.
2005-09-19 19:13:35 +00:00
Dries Buytaert
56903f504a
- Patch #31650 by Robert: removed redundant XML-RPC blogapi setting.
2005-09-19 18:41:30 +00:00
Dries Buytaert
06af3e60e5
- Patch #29866 by Florian, Uwe: made the recent comments block only show comments on public nodes.
2005-09-19 15:11:05 +00:00
Dries Buytaert
da316273bd
- Patch #31014 by chx, zack: on taxonomy overview pages, make term names link to their respective taxonomy/term/(x) page.
2005-09-19 15:04:11 +00:00
Dries Buytaert
125fa0189e
- Patch #31585 by Thox: fixed author information block.
2005-09-19 14:59:44 +00:00
Dries Buytaert
d43655c962
- Patch #31449 by chx: store session IDs in the accesslog table.
2005-09-18 17:09:56 +00:00
Dries Buytaert
dec4ddd3a5
- Patch #28420 by Jeremy: provide a more generic interface that can be used
...
to validate other form submissions, not just comments. Two new functions
are introduced, form_token() and form_validate(). The first function uses
a private key and a public key to set a token in a hidden field. The second
function validates the token. The comment and contect module are updated to
use these functions.
2005-09-18 12:04:10 +00:00
Dries Buytaert
fe5f70b61b
- Patch #31496 by Goba: added missing $node object in book export.
2005-09-18 11:26:17 +00:00
Dries Buytaert
1dc53d9761
- Patch #3986 by James (and Boris :)):consolidated all feed-related settings in one place.
...
* adds a "feed settings" section to admin/settings where 2 new settings are introduced:
* number of items per feed
* default length of feed descriptions (title only, teaser, full)
* patches all of core to obey the above - including the new aggregator (out) feeds
* adds support for adding namespaces in _nodeapi('rss item') - which means things like iTunes RSS and yahoo's media rss can be implemented by the appropriate modules (i.e. audio.module)
* includes some additional info in the default node feed - specifically the element (links directly to comments) - and dc:creator - to show node author information.
2005-09-18 10:37:57 +00:00
Dries Buytaert
f0cc7b4efc
- Patch #27364 by Ber, m3avrck: filter GUI improvements.
...
chx: it can be "form API"-ied now. :)
2005-09-17 12:44:59 +00:00
Dries Buytaert
ce3b6d4eee
- Patch #28301 by jjeff: show tooltip when hovering over a permission. Temoprary
...
solution until we have a better permission page.
2005-09-15 21:45:21 +00:00
Dries Buytaert
da74bce9bc
- Patch #30801 by Allie Micka, m3avrck, 1uv4t4r et al: fixed block problems.
2005-09-14 21:37:11 +00:00
Dries Buytaert
4005922332
- Patch #31123 by Ber: make it easier to theme the user profile pages.
2005-09-14 21:16:00 +00:00
Dries Buytaert
fd854ea105
- Patch #30935 by m3avrck: generate width and height attributes for the theme screenshots on the theme administration page.
2005-09-13 19:12:19 +00:00
Dries Buytaert
ee33291b55
- Patch #17079 by Uwe: fixed form title of form element in menu module form.
2005-09-13 19:10:06 +00:00
Dries Buytaert
074cafa269
- Patch #30956 by Cvbge: PostgreSQL fix: taxonomy_save_vocabulary() should check for 'tags' not set.
2005-09-12 21:55:41 +00:00
Dries Buytaert
6ea4bc6caa
- Patch #30801 by Allie Micka and m3avrck: performance improvements: improved the database scheme and queries of the block.module.
2005-09-12 18:26:59 +00:00
Dries Buytaert
6ef519f7fc
- Patch #26778 by Uwe: fixed incorrect form description/help.
2005-09-08 20:25:08 +00:00
Dries Buytaert
ae8cfe3176
- Patch #13941 by Prometheus6: Atom parser improvements.
2005-09-08 20:08:42 +00:00
Steven Wittens
274c44c6ff
- #30716 : Fix typo in system.module
2005-09-08 19:56:23 +00:00
Dries Buytaert
cead2e37b1
- Patch #26033 by m4avrck: fixed PHP5 warnings (call by reference)
2005-09-08 19:46:05 +00:00
Dries Buytaert
f3cb254cb7
- Patch #23536 by chx: custom registration fields should appear on admin/user/create.
2005-09-08 19:32:31 +00:00
Dries Buytaert
2dddd9e532
- Patch #29102 by menesis: fixed typo/left-over in switch-statement.
2005-09-08 19:22:28 +00:00
Dries Buytaert
013b73e6ec
- Patch #30122 by m3verick: changed include_once()'s to include "./$file"
...
for performance's sake.
2005-09-08 19:19:01 +00:00
Dries Buytaert
451dbd17a6
- Patch #28784 by Neil: improved HTML/CSS of search form.
2005-09-07 20:57:39 +00:00
Dries Buytaert
16262e03d5
- Patch #28320 by Neil: improved the HTML/CSS of the user login block.
2005-09-07 20:56:00 +00:00
Dries Buytaert
57a734a989
- Patch #16140 by Gerhard: cure array_merge() warning due to invalide menu callback.
2005-09-07 20:45:53 +00:00
Dries Buytaert
bcd59aa0dd
- Patch #24617 by Morbus: fixed incorrect access checking.
2005-09-07 20:41:38 +00:00
Dries Buytaert
3c570c93a7
- Patch #7582 by Gerhard: updated the blog.module to use the new node revisions.
2005-09-07 20:17:18 +00:00
Dries Buytaert
e6f4f5ab14
- Patch #27949 by Robert: the two theme functions in profile.module both violate good theming practice by running user control logic in the middle of them. Worse yet, this isn't immediately visible since it happens in yet another function. Thus themers overriding these functions to style profile pages inadvertently break access control, thus leading to the misperception that overriding theme functions is inherently dangerous.
2005-09-06 20:39:10 +00:00
Dries Buytaert
67de4f67d2
- Usablity improvement: check whether the comment module is enabled. If not,
...
show an error message.
2005-09-06 19:38:56 +00:00
Dries Buytaert
298b403bf1
- Patch #18252 by tostinni: don't try creating the picture directory when picture support is not enabled.
2005-09-06 19:22:50 +00:00
Dries Buytaert
7f08b766aa
- Patch #30382 by Robert: removed unused variable by ''.
2005-09-06 19:10:50 +00:00
Dries Buytaert
d57db29ee3
- Patch #27948 by Robert Douglas: fixed problem with author information block.
...
(Looks like MySQL rewrites ORto IN() internally.)
2005-09-06 19:05:10 +00:00
Dries Buytaert
3be71ac514
- Patch #30308 by gordon: fixed broken SQL query.
2005-09-06 18:55:41 +00:00
Dries Buytaert
c13025d232
- Patch #30222 , #30219 by Uwe: cosmetic changes to the aggregator pages.
2005-09-02 19:18:14 +00:00
Steven Wittens
69247d7aad
- #30128 : Call by reference left-overs
2005-09-02 02:11:41 +00:00
Dries Buytaert
436cd01b5f
- Patch #9167 by blake7/Uwe: generate RSS feeds for aggregator pages.
2005-09-01 19:50:18 +00:00
Dries Buytaert
e03ce2f996
- Patch #28483 by Steven: JavaScript enabled uploading.
...
Comment from Steven: It does this by redirecting the submission of the form to a hidden <iframe> when you click "Attach" (we cannot submit data through Ajax directly because you cannot read file contents from JS for security reasons). Once the file is submitted, the upload-section of the form is updated. Things to note:
* The feature degrades back to the current behaviour without JS.
* If there are errors with the uploaded file (disallowed type, too big, ...), they are displayed at the top of the file attachments fieldset.
* Though the hidden-iframe method sounds dirty, it's quite compact and is 100% implemented in .js files. The drupal.js api makes it a snap to use.
* I included some minor improvements to the Drupal JS API and code.
* I added an API drupal_call_js() to bridge the PHP/JS gap: it takes a function name and arguments, and outputs a <script> tag. The kicker is that it preserves the structure and type of arguments, so e.g. PHP associative arrays end up as objects in JS.
* I also included a progressbar widget that I wrote for drumm's ongoing update.php work. It includes Ajax status updating/monitoring, but it is only used as a pure throbber in this patch. But as the code was already written and is going to be used in the near future, I left that part in. It's pretty small ;). If PHP supports ad-hoc upload info in the future like Ruby on Rails, we can implement that in 5 minutes.
2005-08-31 18:37:30 +00:00
Dries Buytaert
d9d6a6e05c
- Patch #7582 by Gerhard: improved node revisions!
...
All node revisions were stored in a serialized field in the node table and retrieved for _each_ page view although they are rarely needed. We created a separate revisions table which would be in principle identical to the node table, only that it could have several old copies of the same node. This also allows us to revision-related information, and to provide log entries to non-book pages when a new revision is being created.
TODO:
1. Provide upgrade instructions for node module maintainers!
2. Upgrade modules that implement node types.
3. Provide an upgarde path for revisions. Dependency on the upgrade system.
2005-08-30 15:22:29 +00:00
Dries Buytaert
7e5d0c947a
- Patch #20255 by Cvbge: simplified a query in the throttle.module. Fixes a PostgreSQL compatibility bug too.
2005-08-30 15:04:54 +00:00
Dries Buytaert
246274eb16
- Renamed _node() to _node_info()! We reserve _node for _nodeapi.
2005-08-29 19:58:49 +00:00
Dries Buytaert
307eefd1ce
- Patch #29737 by m3avrck: fixed broken link in upload.module.
2005-08-29 19:01:18 +00:00
Dries Buytaert
469fa36420
- Patch #29506 by Nedjo: block regions were not initiated for newly enabled themes.
2005-08-28 18:17:47 +00:00
Dries Buytaert
8f71d8990e
- Patch #16452 by chx: allow modules to rewrite taxonomy-related SQL queries much
...
like we do with node-related SQL queries.
(chx promised to document this, check his documentation as soon it is available.)
2005-08-28 16:30:50 +00:00
Dries Buytaert
8f32c39db2
- Patch #29102 by chx: fixed bug in forum module and tidied up the taxonomy_save_*() functions.
2005-08-28 15:58:52 +00:00
Dries Buytaert
c9fc300b1f
- Patch #29785 by Chx: multiple node types were broken so we refactored
...
part of the node system! If you have a module that implements node
types, you'll have to udpate its CVS HEAD version.
We replaced _node_name() and _node_types() by _node(). The new _node()
hook let's you define one or more node types, including their names.
The implementation of the _node() hook needs to:
return array($type1 => array('name' => $name1, 'base' => $base1),
$type2 => array('name' => $name2, 'base' => $base2));
where $type is the node type, $name is the human readable name of the type
and $base is used instead of <hook> for <hook>_load, <hook>_view, etc.
For example, the story module's node hook looks like this:
function story_node() {
return array('story' => array('name' => t('story'), 'base' => 'story'));
}
The page module's node hook module like:
function page_node() {
return array('page' => array('name' => t('page'), 'base' => 'page'));
}
However, more complex node modules like the project module and the
flexinode module can use the 'base' parameter to specify a different base.
The project module implements two node types, proejcts and issues, so it
can do:
function project_node() {
return array(
array('project_project' => array('name' => t('project'), 'base' => 'project'),
array('project_issue' => array('name' => t('issue'), 'base' => 'project_issue'));
}
In the flexinode module's case there can only one base ...
This hook will simplify the CCK, and will make it easy (or easier) to merge
the story and page module.
In addition, node_list() became node_get_types(). In addition, we created
the following functions: node_get_name($type) and node_get_base($type).
2005-08-28 15:29:34 +00:00
Dries Buytaert
494e5ab97c
- Renamed 'user comments' to 'comment options' for consistency.'
2005-08-28 15:16:58 +00:00
Dries Buytaert
b5573842b8
- Patch #29593 by tostinni: fixed display of title on admin/settings/content-type/ pages.
2005-08-25 21:22:00 +00:00
Dries Buytaert
7b8a409675
- Patch #29385 by chx: no ?> add end of files.
2005-08-25 21:14:17 +00:00
Dries Buytaert
078c99ca5d
- Patch #21658 by Uwe: fixed broken link in help text.
2005-08-24 15:40:43 +00:00
Dries Buytaert
789dd294ff
- Modified patch #22637 : added OPML export for aggregator categories.
2005-08-23 05:45:08 +00:00
Dries Buytaert
caf65e3953
- Patch #13941 by Promotheus6: Atom feeds have a CONTENT and/or SUMMARY tag instead of a DESCRIPTION tag. Currently, if both tags are present the aggregator appends the content of both fields to replace the content of the DESCRIPTION tag.
2005-08-23 05:16:50 +00:00
Dries Buytaert
6a4e6df36f
- Patch #17592 by killes: improved access denied messages.
2005-08-22 20:39:43 +00:00
Dries Buytaert
e0113d6788
- Patch #29275 by Uwe: I'm currently trying to get aggregator.module in shape for being used as a planet-like software for a Planet Drupal. Here's a patch which allows the site admin to specify which HTML tags are stripped from feeds (or not). This is hardcoded in aggregator.module right now, the attached 2-line patch (for HEAD) makes it configurable.
2005-08-22 19:45:42 +00:00
Dries Buytaert
3b8220e6f5
- Patch #29335 by jonbob: shuffled the case-statements around for performance's sake.
2005-08-22 10:11:15 +00:00
Dries Buytaert
75abab2451
- Patch #29274 by Jeremy: the "fuzzy cache" mechanism is supposed to enforce a minimum time before the cache table is flushed. Logical errors in the fuzzy cache implementation are leading to the cache table being flushed more frequently. Configuration is simplified by removing all references to "strict" and "loose" caches. Instead, the cache is either "disabled" or "enabled". Additionally, the site administrator can now configure the "minimum cache lifetime", the minimum amount of time cached data will remain cached.
2005-08-22 05:09:01 +00:00
Dries Buytaert
1836d3b365
- Patch #29002 by Neil: list_themes() currently returns all themes, not just enabled themes. This functionality is only used in one place- configuration for disabled themes. These configuration pages can be removed with a usability improvement since you shouldn't be able to configure things which are disabled. Additionally, this allows us to remove some extra logic in system_user(). And it it more consistent with the module API which only lists enabled modules.
...
list_themes() sorts the results by name. This uses filesort in MySQL since there aren't any indexes. Sorting is not used except in system_user(). This one use can be handled with ksort since it is not often executed (only on the user edit screen when multiple themes are enabled).
And a one line fix to remove a variable in system_user() is in here too.
2005-08-18 22:07:14 +00:00
Dries Buytaert
97bc92f6b9
- Patch #29133 by DriesK: forum vid remains when vocabulary is deleted. Prevents forum topics from getting lost.
2005-08-18 21:53:55 +00:00
Dries Buytaert
29d6660149
- Patch #23620 by Robin: don't hard code forms into comment.module. Will be
...
depricated by form API patch though. Hopefully helps migration.
2005-08-17 20:07:35 +00:00
Dries Buytaert
12c5614599
- Alternative solution for #28721 : expand "File attachments"-group on node edit form when files are attached.
2005-08-17 19:27:03 +00:00
Steven Wittens
85c151cdce
- #28728 : Fix broken link in contact module help.
2005-08-17 00:55:50 +00:00
Dries Buytaert
b114336554
- Patch #28924 by Jeremy: simplified 'group by'-clause to improve performance.
2005-08-16 19:48:04 +00:00
Dries Buytaert
26fa7c730f
- Patch #16216 by nedjo: multiple block regions!
2005-08-16 18:06:18 +00:00
Dries Buytaert
2549e5068e
- Fixed the filter module.
2005-08-14 17:50:35 +00:00
Dries Buytaert
00d21d5cee
- Patch #28826 by chx: make xmlrpc_multicall working.
2005-08-14 09:53:40 +00:00
Dries Buytaert
78317bca79
- Patch #27897 by kubaZygmunt: fixed PHP warning.
2005-08-11 13:52:44 +00:00
Dries Buytaert
6733014fc4
- Patch #13941 by Prometheus6: made the aggregator module parse Atom feeds.
2005-08-11 13:12:44 +00:00
Dries Buytaert
7c6a21aedd
- Patch by Uwe: tidied up the CVS IDs.
2005-08-11 13:02:08 +00:00
Dries Buytaert
ceb013278e
- Patch #23750 by jerakeen: use the creation date rather than the update date in RSS feeds.
2005-08-11 12:53:39 +00:00
Dries Buytaert
9e45d24af3
- Patch #26236 by Robin Monks: added 'send me a copy'-functionality to the contact forms.
2005-08-11 07:33:21 +00:00
Dries Buytaert
f3b28d37d1
- Patch #27947 by Robert Douglas: simplified code, removed SQL query.
2005-08-10 20:52:00 +00:00
Dries Buytaert
63a10fdce8
- Bug 23810: removed redundant variable from SQL query.
2005-08-10 20:48:40 +00:00
Dries Buytaert
192dcd04ba
- Patch #18778 by Gerhard/Olen: sort users by creation date rather than user ID.
2005-08-10 20:46:29 +00:00
Dries Buytaert
5270f7fd88
- Patch #28599 by Cvbge: fixed typo in documentation: 'user' -> 'used'.
2005-08-10 20:38:57 +00:00
Steven Wittens
6d93ee696b
- Menu: remove array_merge warning when editing a node without menu item.
2005-08-09 00:37:02 +00:00
Dries Buytaert
2a87b5029b
- Patch #24002 : fixed node created timestamp changing on node edit.
2005-08-07 15:53:26 +00:00
Dries Buytaert
273d7f59b6
- Patch #27713 by tostinni: fixed two problems on the block add page:
...
+ description field isn't marked as requiered
+when the field isn't unique, an error is displayed, but the wrong text field is set as erronous.
2005-08-07 15:30:03 +00:00
Dries Buytaert
79f08aca2c
- Patch #26637 by Robert Douglas: $teaser misnamed in themes theme_node().
...
TODO: update documentation!
2005-08-07 14:55:17 +00:00
Steven Wittens
ed56c57ee0
- #23560 : Sort watchdog date by wid to ensure unique ordering.
2005-08-06 00:35:38 +00:00
Steven Wittens
f7039a67cc
- #25395 : Allow for more integers in node_access grant_x columns
2005-08-05 13:11:10 +00:00
Steven Wittens
64299d7455
- #27852 : redirect to user edit page on first log-in
2005-08-05 01:18:39 +00:00
Steven Wittens
88c6184c25
- #27864 : Correctly distinguish 403s from 404s for nodes.
2005-08-05 00:38:38 +00:00
Steven Wittens
3feef48da2
- #28154 : remove useless /view from user results
2005-08-03 23:23:48 +00:00
Steven Wittens
e545feff3e
- #28053 : left-over blogapi bugs after xmlrpc library switch
2005-08-02 22:18:12 +00:00
Dries Buytaert
7625a4e91a
- Patch #27737 by Gerhard: format_name($object) -> theme('username', $object).
...
Usernames can now be themed; eg. an icon/avatar could be added.
TODO: update contributed modules + update the migration docs.
2005-08-01 05:14:05 +00:00
Steven Wittens
22479d8761
- Add some Unicode checks to username validation
2005-07-31 21:54:39 +00:00
Dries Buytaert
61999af9d6
- Patch by Neil: removed redundant form_group() from throttle settings page.
2005-07-31 10:36:33 +00:00
Dries Buytaert
70bc4639fa
- Patch #27535 by Ber: set 'preview status message' using drupal_set_message().
2005-07-31 10:28:50 +00:00
Dries Buytaert
ce094a1323
- Patch #27633 by Tobias:
...
+ made it possible to specify a subject when submitting a message on the contact form.
+ fixed some bugs/glitches.
2005-07-31 10:12:47 +00:00
Dries Buytaert
6fdb939d55
- Removed some whitespace
2005-07-31 08:58:01 +00:00
Steven Wittens
36f6cdc74a
- #23310 : Gray out picture theme settings if pictures are disabled.
2005-07-30 18:48:00 +00:00
Steven Wittens
c81bbf4aa1
- #24673 : Fix deprecated usage of implode
2005-07-30 12:52:54 +00:00