Gábor Hojtsy
|
b5b6b32e36
|
#158927 by John Morahan: first time, the default admin theme name is '0', so block initialization gives warnings. Avoid this initialization until we have a theme selected
|
2007-09-27 13:12:26 +00:00 |
Gábor Hojtsy
|
5d5b285dde
|
#174220 by webernet: fix noticed in node module when a user has no adminiter nodes permission
|
2007-09-27 12:56:04 +00:00 |
Gábor Hojtsy
|
5566f740ac
|
#178890 by Freso: fix parse error introduced in #124979
|
2007-09-26 20:01:17 +00:00 |
Dries Buytaert
|
be091880f4
|
- Patch #124979 by chx: remove the auto_increment.
|
2007-09-26 18:31:34 +00:00 |
Dries Buytaert
|
9a0cbf62e1
|
- Patch #135926 by mooffie: hook_link is called by the wrong parameters. Fixed disconnect between node_view() and hook_link().
|
2007-09-26 18:22:34 +00:00 |
Dries Buytaert
|
fbde117dd6
|
- Patch #178650 by pwoladin: fixed db problem and added extra validation.
|
2007-09-26 18:19:22 +00:00 |
Dries Buytaert
|
0351f4ca5d
|
- Patch #164330 by Crell et al: restore menu classes.
|
2007-09-26 18:14:05 +00:00 |
Gábor Hojtsy
|
a0a97f2f14
|
#176222 by dmitrig01: update jquery from 1.2.0 to 1.2.1
|
2007-09-26 16:14:17 +00:00 |
Gábor Hojtsy
|
c9c86ebf84
|
#145251 by chx: document that one needs to include the proper 'op' value in arrays passed to drupal_execute() to trigger the right action
|
2007-09-25 15:14:37 +00:00 |
Gábor Hojtsy
|
5d1c888949
|
#177182 by hswong3i: the range query in node_update_index() used more arguments the placeholders
|
2007-09-25 15:05:01 +00:00 |
Gábor Hojtsy
|
6cf4f6b1ce
|
#177829 by jjeff: search indexing did not invoke the nodeapi alter hook, so what the user seen and what was indexed was different
|
2007-09-25 15:02:11 +00:00 |
Gábor Hojtsy
|
cd517f16e9
|
#177927 by chx: use path=/ in PHP comment settings cookie creation, so cookies set around the site are available in other 'directories'
|
2007-09-25 14:58:43 +00:00 |
Gábor Hojtsy
|
216322ac98
|
#177906 by douggreen: JavaScript cookie detection should use path=/ to avoid broken situations when run at a 'subdirectory'
|
2007-09-25 14:55:36 +00:00 |
Gábor Hojtsy
|
6143f13c41
|
#154300 by chx: enforce site user account creation policy in openid module too
|
2007-09-25 14:52:55 +00:00 |
Gábor Hojtsy
|
1f5ea29689
|
#172977 follow up patch by pwolanin: fix NOTICE in taxonomy_term_count_nodes
|
2007-09-25 14:44:50 +00:00 |
Gábor Hojtsy
|
12f771d565
|
#160043 by chx: array_filter for book admin settings form, which is required based on http://lists.drupal.org/pipermail/development/2006-September/019917.html
|
2007-09-25 12:50:34 +00:00 |
Gábor Hojtsy
|
f1023e6492
|
#177421 by malex, Desbeers and chx: proper value of mission statement variable for themes
|
2007-09-25 12:43:18 +00:00 |
Gábor Hojtsy
|
8929612d29
|
#159474 by chx: destination file name should be used in help text, not source file name, which is not available even
|
2007-09-25 12:39:31 +00:00 |
Gábor Hojtsy
|
de1c51958c
|
#176367 by chx: not all node type have body labels, so this might not be set
|
2007-09-25 12:07:14 +00:00 |
Gábor Hojtsy
|
a8d2453b17
|
#177654 by chx: admin/content has items with comment, feed, etc management, so a node admin permission should not be required to visit it
|
2007-09-25 11:49:37 +00:00 |
Gábor Hojtsy
|
1ccd9a75fe
|
#177608 by spatcz4000: MySQL was mentioned in comment for PostgreSQL code
|
2007-09-25 11:44:35 +00:00 |
Gábor Hojtsy
|
21698d2bf1
|
#176092 by walkah: always display 'cancel openid login' link, even if the login trial did not succeed
|
2007-09-25 11:42:44 +00:00 |
Gábor Hojtsy
|
5206daafd6
|
#177529 by chx: if no checkbox was selected, we still need an empty array()
|
2007-09-25 11:29:10 +00:00 |
Gábor Hojtsy
|
206d652a82
|
#162276 by Rowanw: usability - reword menu item deletion checkbox label
|
2007-09-20 08:41:33 +00:00 |
Gábor Hojtsy
|
cc8d47a9f1
|
#176429: JirkaRybka: two queries were missing curly braces in system.install
|
2007-09-20 08:37:22 +00:00 |
Gábor Hojtsy
|
382664105b
|
#173494 by scor: removing a strange string concatenation from common.inc
|
2007-09-20 08:30:34 +00:00 |
Gábor Hojtsy
|
ad6b5dbef0
|
#176081 by John Morahan and Freso@freso.dk: fix notices in chameleon
|
2007-09-19 19:20:48 +00:00 |
Gábor Hojtsy
|
012686ea09
|
#141470 by chx: usability - add pager to taxonomy form, which makes this usable for freetagging vocabularies
|
2007-09-19 19:02:57 +00:00 |
Gábor Hojtsy
|
6583ac5aee
|
#175743 by Desbeers: fix numerous issues around node submission dates and content editing
|
2007-09-19 18:11:08 +00:00 |
Gábor Hojtsy
|
310dbd432e
|
#172765 follow up patch by pwolanin: fix user path access, which was broken by the user module split
|
2007-09-19 18:00:52 +00:00 |
Gábor Hojtsy
|
ed4c2ab92f
|
#176295 by myself: simplify Minnelli RTL CSS
|
2007-09-17 12:50:32 +00:00 |
Gábor Hojtsy
|
364ab75a5c
|
#176295 by myself: right to left display support for the Minnelli theme
|
2007-09-17 11:39:38 +00:00 |
Gábor Hojtsy
|
e270cd093b
|
#176084 by Stefan Nantegaal and dvessel: fix notices in theme.inc, when specific sidebars are not set
|
2007-09-17 11:11:57 +00:00 |
Gábor Hojtsy
|
44697397b7
|
#175779 by pwolanin: fix filter format addition page and add proper titles for filter configuration tabs
|
2007-09-17 09:16:48 +00:00 |
Gábor Hojtsy
|
7a4612ca3e
|
#106115 by sparr: restore previously present 16x16 (and add 32x32) favicon size, so when a shortcut is saved, a nice icon is used
|
2007-09-17 08:41:57 +00:00 |
Gábor Hojtsy
|
6da81e1f3f
|
#171951 by dvessel: fix account specific theme selection form
|
2007-09-17 08:06:52 +00:00 |
Gábor Hojtsy
|
9c2f47eafd
|
Back to devopment version, now that we have the beta 1 tagged and released
|
2007-09-15 07:33:46 +00:00 |
Gábor Hojtsy
|
86a6cd4ef3
|
Marking code as beta 1 in preparation of the first beta release of Drupal 6, also add back E_NOTICE removal for the release.
|
2007-09-14 20:08:59 +00:00 |
Gábor Hojtsy
|
23778cc0c0
|
#152967 by keith.smith, webchick, Morbus Iff and KentByte: update the upgrade instructions for Drupal 6
|
2007-09-14 20:00:42 +00:00 |
Gábor Hojtsy
|
75f0eb8e89
|
#175593 by JirkaRybka: fix help text about textgroups, rewording a misleading example
|
2007-09-14 18:05:33 +00:00 |
Gábor Hojtsy
|
c3972cf506
|
#162432 by bjaspan and chx: serial columns need their keys defined in db_change_field() and friends in MySQL
|
2007-09-14 17:46:32 +00:00 |
Gábor Hojtsy
|
439942db98
|
#168261 by mvc: redirect registered users back to the front page if admin approval is required, so their user account page is not directly accessible after registration
|
2007-09-14 17:38:08 +00:00 |
Dries Buytaert
|
eb618ffb75
|
- Patch #161185 by Crell: split filter module.
|
2007-09-14 12:17:58 +00:00 |
Dries Buytaert
|
c80f739782
|
- Patch #168487 by douggreen: don't enable modules that depend on incompabitlbe modules.
|
2007-09-14 12:16:55 +00:00 |
Dries Buytaert
|
75468bd08f
|
- Patch #68853 by matt and telcontar: improved documentation for the html input filter.
|
2007-09-14 11:48:41 +00:00 |
Gábor Hojtsy
|
45c784d5ca
|
#175524 by bjaspan: document the exisance of the description fields in schema API
|
2007-09-14 10:43:26 +00:00 |
Gábor Hojtsy
|
00ae7949ef
|
#172824 by yched: let the batched processes perform drupal_execute() properly
|
2007-09-14 10:40:55 +00:00 |
Gábor Hojtsy
|
922bf65fef
|
#173982 follow up patch by webernet: the profile table might not exist, so we need to check for its existance before updating it
|
2007-09-14 09:43:13 +00:00 |
Gábor Hojtsy
|
c3ef96b8b0
|
#174993 by peterx, webchick and Freso@freso.dk: WAI AA comformant title for read more links, ie. we are not repeating the same text but include meaningful information
|
2007-09-14 09:37:29 +00:00 |
Gábor Hojtsy
|
43cb4abd9e
|
#175197 by KentByte and webchick: updat CHANGELOG with some important changes we missed to mention here (and wrap lines properly)
|
2007-09-14 09:16:02 +00:00 |