Dries Buytaert
9e7ecfa1f9
- Patch #48313 by Tobias: added missing t() function.
2006-02-23 12:52:02 +00:00
Dries Buytaert
19afd2ceb7
- Patch #45850 : it was impossible to create shadow topic. (Today's critical bugfix #2.)
2006-02-23 12:21:15 +00:00
Dries Buytaert
f29e0405f4
- Patch #49799 : fixed form goto problem (Today's critical bugfix #1.)
2006-02-23 10:30:03 +00:00
Steven Wittens
688197e8cd
- #48997 : Remove PHP notice from filter.module
2006-02-23 04:01:14 +00:00
Dries Buytaert
c94a2dabb0
- Patch #50755 by markus: = -> ==.
2006-02-22 19:02:58 +00:00
Dries Buytaert
c48278229b
- Patch #42068 by mfb et al: fixed problem with aggregator destroying certain links. Moved filtering to on output. (Today's critical bugfix #2.)
2006-02-22 10:13:42 +00:00
Dries Buytaert
347a5bb5f6
- Patch #31354 by Junyor et al: move node revision information for files to a separate table. (Today's critical bugfix #1.)
2006-02-22 10:06:46 +00:00
Dries Buytaert
cb05945caf
- Patch #47699 by wtanaka: performance improvement.
2006-02-22 10:05:06 +00:00
Dries Buytaert
3603fe1bd8
- Patch #49912 : www.drupal.org -> drupal.org. (Today's critical bugfix #5.)
2006-02-21 18:46:54 +00:00
Dries Buytaert
8fcc64ee43
- Patch #48235 by markus: removed dead code.
2006-02-21 16:06:02 +00:00
Dries Buytaert
5298688d8d
- Patch #24398 : make password reset work in case someone does prefetching. (Today's critical bugfix #4.))
2006-02-21 16:00:55 +00:00
Dries Buytaert
8b3bf4d005
- Patch #50106 by webchick: code clean-up.
2006-02-21 14:45:46 +00:00
Dries Buytaert
9d162755c7
- Patch #50045 by merlinofchaos: fixed previews getting lost.
2006-02-21 08:44:15 +00:00
Dries Buytaert
cf5475a7e1
- Patch #41509 by munga: setting profile field to hidden does not remove it from the user edit form. (Today's critical bugfix #2.)
2006-02-21 08:41:42 +00:00
Dries Buytaert
890356a0b5
- Patch #50219 by pz: removed some redundant code.
2006-02-21 08:37:41 +00:00
Dries Buytaert
3698f85720
- Patch #50454 by DaveNotik: fixed syntax error. (Today's 1th critical bugfix)
2006-02-21 08:36:10 +00:00
Dries Buytaert
c3a0311b04
- Patch #39672 by Morbus: fixed problem with help texts of taxonomy forms.
2006-02-20 16:48:46 +00:00
Dries Buytaert
68820e23df
- Patch #49476 by Moshe: fixed incorrect access check.
2006-02-20 16:44:54 +00:00
Dries Buytaert
999d3dafd4
- Patch #50219 by pz: removed death code.
2006-02-20 16:41:25 +00:00
Dries Buytaert
a94b87aa3a
- Patch #46705 by killes: use += instead of array_merge().
2006-02-20 16:39:23 +00:00
Dries Buytaert
864eab75aa
- Patch #50105 by chx: simplified some code.
2006-02-19 21:47:50 +00:00
Dries Buytaert
7b71373701
- Patch #44298 by DriesK: prevent unaccessible links from being generated.
2006-02-19 21:46:04 +00:00
Dries Buytaert
62b610d8d9
- Patch #48918 by chx: remove POST from poll.
2006-02-17 10:51:57 +00:00
Dries Buytaert
dca43564df
- Patch #49198 by Ber: improved documentation of filter-roles setting.
2006-02-16 15:36:31 +00:00
Dries Buytaert
eeae26b227
- Patch #49132 by Tobias and Zen: fixed problem with profile fields being mangled.
2006-02-16 15:29:46 +00:00
Dries Buytaert
73f1e093fa
- Patch #49462 by Markus: blogapi doesn't output alternative link if frontpage is an alias.
2006-02-15 21:27:58 +00:00
Dries Buytaert
9dacf2f8d7
- Patch #47785 by chx: login block not w3 compatible (two id attributes)
2006-02-15 21:03:20 +00:00
Dries Buytaert
f030164bcb
- Patch #46743 by Morbus: fixed double encoding issue.
2006-02-15 20:47:35 +00:00
Steven Wittens
740dc97b5f
- #35073 : Admin/node category filter not working
2006-02-14 21:12:09 +00:00
Dries Buytaert
7f299b7a9b
- Patch #49131 by puregin: refine book permissions.
2006-02-14 19:25:02 +00:00
Dries Buytaert
7489c87476
- Patch #43572 by Tobias: don't accept spaces.
2006-02-14 19:17:00 +00:00
Dries Buytaert
0ec174d59c
- Patch #47329 by merlinofchaos: fixed blogapi module problem.
2006-02-14 19:14:23 +00:00
Dries Buytaert
25eef00f89
- Patch #48939 by Steve Ratcliffe: added missing {} to upgrade path.
2006-02-12 05:34:34 +00:00
Dries Buytaert
21eb666a9b
- Patch #11031 by Zen:
...
* Makes the user login and password fields in the login _block_ required.
* Uses just if ($form['name']) rather than if (isset($form['name']) && $form['name']). AFAIK, using both is unnecessary with the form API.
* Changes maxlength for usernames to 60 which is the (rather odd) database value. The maxlength fields at present don't accomodate affiliate logins with extra long usernames/domains, but I've left that issue alone for now.
* Removes all instances of maxlength for password. They were a)not being applied with any degree of consistency, and b)unnecessary as only the hash is stored.
* Corrects an e-mail address maxlength from 55 to 64.
* unset() accepts more than one variable.
2006-02-10 05:46:39 +00:00
Dries Buytaert
583d5a4ee9
- Patch #48622 by adrian: remove drupal_goto from _submit functions.
2006-02-10 05:25:57 +00:00
Dries Buytaert
91152ba7af
- Patch #46743 by m3avrck: clean up forum topic navigation. Bring it in line with book.module.
2006-02-10 05:05:44 +00:00
Steven Wittens
1819de963f
- #48518 : Editing own comment broken under postgresl
2006-02-09 09:09:03 +00:00
Dries Buytaert
88490f6413
- Patch #47691 by Cvbge: quickfix postgresql
2006-02-09 08:52:03 +00:00
Dries Buytaert
51f8d2f33b
- Patch #47406 by Zen: menu sorting shouldn't be case insensitive.
2006-02-09 08:36:54 +00:00
Steven Wittens
c9a19e3084
- #48239 : Comment thread coding inefficient
2006-02-09 08:33:36 +00:00
Steven Wittens
0d89f29a3f
- #48616 : check_plain() incorrectly applies to page titles in statistics
2006-02-09 08:28:53 +00:00
Dries Buytaert
9004bed664
- Patch #47899 by Zen: fixed weight issues with freetagging vocabulary.
2006-02-09 08:28:28 +00:00
Dries Buytaert
c6328111a3
- Patch #48242 by markus: add/edit form in user access rules is broken.
2006-02-09 08:20:49 +00:00
Dries Buytaert
b67cce5a8f
- Patch #46422 by Neil: module installation hook.
2006-02-09 08:13:08 +00:00
Dries Buytaert
a723204ee4
- Patch #47691 by wtanaka: performance improvement for _forum_topics_read.
2006-02-09 08:09:55 +00:00
Dries Buytaert
df492f35ae
- Patch #43622 / #46627 by markus: 'delete the selected posts' operation on admin/node doesn't work.
2006-02-09 07:46:04 +00:00
Dries Buytaert
b28f48dc48
- Patch #44290 by Steve Dondley: fixed problem with user picture getting deleted after editing user account.
2006-02-09 07:43:43 +00:00
Dries Buytaert
3b27048623
- Patch #47098 by JonBob: fixed book navigation divs when book has no child pages.
2006-02-09 07:27:11 +00:00
Dries Buytaert
6b706b50b3
- Patch #48564 by JonBob: grammar fix.
2006-02-09 07:16:47 +00:00
Dries Buytaert
ef6823d418
- Patch #47999 by chx: removed dead code.
2006-02-09 07:05:49 +00:00