Steven Wittens
b2f8787c90
Comment deleting broken
2004-10-18 20:10:18 +00:00
Dries Buytaert
f37f79d2c3
- Updating the date.
2004-10-18 18:56:15 +00:00
Dries Buytaert
25bbc0d4c4
- Fixed parentheses.
2004-10-18 18:40:53 +00:00
Dries Buytaert
e86b041fa3
- Modified patch #11689 by Adrian: made the locale module work with PostgreSQL.
2004-10-18 18:35:19 +00:00
Dries Buytaert
07cdcb439b
- Patch by James: made the blogapi module work again.
2004-10-18 18:29:15 +00:00
Dries Buytaert
1362571d09
- Patch #11510 by Adrian: turned a non-ANSI SQL query into ANSI SQL so it works with PostgreSQL.
2004-10-18 17:46:19 +00:00
Dries Buytaert
c9d1894911
- Patch #11682 : changed FILTER_DEFAULT_FORMAT to FILTER_FORMAT_DEFAULT to make the Blog API work.
2004-10-18 08:00:41 +00:00
Dries Buytaert
a423eefe95
- Patch #11670 by TDobes: comment.module did not properly set a breadcrumb for creating/previewing new comments. The node on which your commenting and its location within the menu is not displayed. Instead, there is only a "Home" link. This is especially apparent when the "add new comment" form is set up to display on a separate page.
2004-10-17 19:09:09 +00:00
Dries Buytaert
3302104ffc
- Patch by Gerhard: small update to INSTALL.txt.
2004-10-17 18:38:22 +00:00
Steven Wittens
b228f0183a
#11449 : Adding a failsafe check for an improperly prefixed menu sequence. This is a temporary fix, awaiting a proper install system to end manual prefixing ;).
2004-10-16 19:42:52 +00:00
Dries Buytaert
869a91b72e
- Patch #11505 by Steven: 'my account' information is not saved.
...
+ Drupal 4.4 stored profile data in the serialized user->data column. Drupal 4.5 stores profile data in tables (but user->data is still available and used for other stuff, like locale or themes). The update from 4.4 to 4.5 didn't remove the old data from the user->data column properly, because there is no mechanism in user_save to do so (it did try to unset the fields, but this has no effect).
+ On registration, hook_user('insert') is invoked after saving the data column. This means that any module-specific data is put into the data field. We cannot move hook_user('insert') higher up, because before that point, we do not have a complete $user object yet.
2004-10-16 16:59:59 +00:00
Dries Buytaert
5a2e0d0377
- Patch #11642 by Steven: when editing a user as an admin, you can choose the user's roles through form checkboxes. If the form validation fails and the form is redisplayed, the roles are lost. This is because the format for $user->roles is different from what form_checkboxes uses.
2004-10-16 16:48:04 +00:00
Dries Buytaert
2c45ab85fb
- Fixed bug #9948 : added some checks to system_setting_save() to avoid PHP warnings/errors.
2004-10-16 07:35:29 +00:00
Dries Buytaert
7ebd772f41
- Patch #10664 by TDobes: fixed collapsed comments + updated the code comments.
2004-10-16 07:22:26 +00:00
Steven Wittens
ba2761929c
#7289 : locale import fixes
2004-10-16 01:00:23 +00:00
Steven Wittens
ea17f39811
Tablesort used to output class=" active" for active columns with other properties (align="right"). Now it correctly uses class="foo active" if a class 'foo' was specified, and class="active" otherwise.
2004-10-15 22:16:00 +00:00
Steven Wittens
a35ff36673
search: Removing iso-8859-1 characters from update_index() and adding the same stripping to do_search().
...
This fixes the embarrasing bug of not being able to search for "4.5.0" because it is indexed as "450".
2004-10-15 22:01:41 +00:00
Dries Buytaert
7cf0e9af33
- Patch #9252 by TDobes: admins should be able to edit anonymous commenters' names.
2004-10-15 16:57:20 +00:00
Dries Buytaert
49dcf84fdf
- Patch #11605 by TDobes: if a user happens to have uid=0 defined in their database, the name assigned to that user will always override any name submitted by an anonymous commenter. Checking against $user->uid instead of $user->registered_name fixes this problem.
2004-10-15 11:13:11 +00:00
Dries Buytaert
1f1a772a11
- Mofified patch #8862 by puregin: improved book module documentation.
2004-10-15 10:56:23 +00:00
Dries Buytaert
a5691cccc9
- Patch #11600 by jhriggs: the module_load_all() function will currently behave unexpectedly if a module cannot be found (has been removed, renamed, etc). Once one module fails to load, all subsequent modules will not be loaded due to a short circuit condition when performing a boolean AND.
2004-10-15 10:47:54 +00:00
Dries Buytaert
dfb3c3aec4
- Patch #11577 by drumm: changed t('ago') -> t('%time ago', ...) to make it
...
translatable in languages such as Spanish.
2004-10-15 05:10:35 +00:00
Dries Buytaert
6a8e394301
- Fixed bug #11312 : menu caching to aggresively. I did not apply the proposed
...
patch but moved the menu-logic to the $may_cache clause and added some checks
to avoid SQL overhead. I think this is the most performant solution.
2004-10-14 21:45:37 +00:00
Dries Buytaert
12eb20238c
- Patch #11430 by JonBob: reseting the menus broke the admin pages.
2004-10-14 21:38:12 +00:00
Dries Buytaert
4a0e047469
- Patch #10869 by JonBob: the menu.module forget the parent item on form error.
2004-10-14 21:35:12 +00:00
Dries Buytaert
df4ec83120
- Patch #10677 by drumm: removed dead code. Leftover.
2004-10-14 21:27:33 +00:00
Steven Wittens
9e4399aae8
#10677 : Confirmation when deleting a block + unifying confirmation screens.
2004-10-14 15:28:24 +00:00
Steven Wittens
63061bd745
fixing typoes.
2004-10-14 05:34:12 +00:00
Steven Wittens
583e63c136
Theme system bug: only show search box if search.module is enabled.
2004-10-14 02:38:33 +00:00
Steven Wittens
39e40b5bbd
Bug: the default filter setup had the wrong filter delta for the linebreak filter. Now it matches updates.inc.
2004-10-13 20:57:54 +00:00
Steven Wittens
aaa214e4a8
#6595 : Unifying profile.module textbox widths with user.module.
2004-10-13 20:35:46 +00:00
Steven Wittens
b5806c7595
#11503 : Fixing bad t()
2004-10-13 20:29:12 +00:00
Dries Buytaert
551782a5b2
- Modified patch #10424 by Jeremy: deleting terms can orphan child terms in the database.
...
I rewrote this patch for simplicity.
2004-10-13 18:38:33 +00:00
Steven Wittens
b3451d0274
Adding a note about the usage of form_hidden inside form_checkbox and form_checkboxes.
2004-10-13 17:21:06 +00:00
Dries Buytaert
0261efc8fd
- Patch #11531 by killes: it was not possible to deselect all choices of a form_checkboxes array.
2004-10-13 17:08:50 +00:00
Dries Buytaert
4bc031b13e
- Patch #11530 by Frodo: fixed long filter tips.
2004-10-13 17:03:06 +00:00
Steven Wittens
986a476c45
Reverting the last #9292 (php 5 compatibility) patch, by request of killes. It broke stuff.
2004-10-12 23:33:38 +00:00
Dries Buytaert
306cfdf17a
- Patch #9292 by Gerhard: fixed another array_merge + PHP5 woe.
2004-10-12 20:20:28 +00:00
Dries Buytaert
2510f322a1
- Modified patch #10613 by killes: generate a 'page not found'-page when a requested node does not exist. I modified the patch to avoid duplicate 'not found'-checking in the second bulk.
2004-10-12 20:01:25 +00:00
Dries Buytaert
5f28d97a0f
- Patch #11271 by Ber: fixed form_radios() to generate valid XHTML code. This makes the code generated by the poll module XHTML compliant.
...
- Similarly, I updated form_checkboxes() to generate valid XHTML code.
2004-10-12 19:55:53 +00:00
Dries Buytaert
467bc55972
- Patch #11434 : made request_uri() (and thus forms) work on IIS.
2004-10-12 19:50:12 +00:00
Dries Buytaert
8ce9d2aca4
- Patch #11298 by nato: the function _forum_topics_read was not returning only nodes of type 'forum' resulting in the forum overview listing counting all node types as topics; attached patch modifies queries to return counts of only 'forum' type nodes.
2004-10-12 19:44:16 +00:00
Steven Wittens
a185443ed3
#11503 : consistency improvements by Stefan
2004-10-12 16:16:22 +00:00
Steven Wittens
2c4a82bda2
#11503 : (more) missing t()
2004-10-12 16:10:54 +00:00
Steven Wittens
7a536c06d4
#11503 : missing t() in throttle and filter modules.
2004-10-12 15:56:02 +00:00
Dries Buytaert
c21e3634bb
- Patch #11431 by Gerhard: made sure no empty strings are exported + replaced some double quotes by single quotes.
2004-10-11 19:57:42 +00:00
Dries Buytaert
63e9b06e75
- Bugfix: provide an absolute URL to the 'ping servers'.
2004-10-10 19:43:23 +00:00
Dries Buytaert
abcfd21927
- Code improvement: removed some redundant code from the node module.
2004-10-10 11:17:24 +00:00
Dries Buytaert
5407b630e3
- Orphaned the node_link() hook as per #9769 .
2004-10-10 11:12:57 +00:00
Dries Buytaert
e769215e2d
- Code improvement: removed some redundant code from the book module.
2004-10-10 11:11:38 +00:00