Gábor Hojtsy
c3207e0ec1
#162050 by dvessel: user_comment() now modifies the comment, although hook_comment() was not intended to modify the comment, so we need to pass it in by reference to get modified
2007-08-16 09:32:06 +00:00
Gábor Hojtsy
bc33e002fa
#166688 by pwolanin: user_build_content() needs to have the account passed by reference
2007-08-12 19:25:57 +00:00
Gábor Hojtsy
5a09fc0750
#166644 by pwolanin: path module was incorrectly using drupal_get_form
2007-08-12 16:34:56 +00:00
Dries Buytaert
c17499b6fe
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. (Correct version this time.)
2007-08-12 16:12:00 +00:00
Dries Buytaert
b134b023e1
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement.
2007-08-12 15:55:36 +00:00
Gábor Hojtsy
4e6068baf2
#166491 by pwolanin: default theme settings page should display default theme settings, not the theme list
2007-08-11 19:17:17 +00:00
Gábor Hojtsy
fb71555204
#166237 by jbratton: fix two notices on contact pages for anonymous users
2007-08-11 16:13:45 +00:00
Dries Buytaert
a5fcb369fb
- Patch #166205 by hswong3i: improved database compatibility of db_result(). Makes it work with DB2, Oracle, etc.
2007-08-11 14:14:46 +00:00
Dries Buytaert
15c68075d9
- Patch #154470 by pwolanin et al: optimize menu queries and indices.
2007-08-11 14:06:15 +00:00
Dries Buytaert
541c9673b4
- Patch #165685 by dww: improve strings for messages when fetching updates.
2007-08-11 07:05:11 +00:00
Gábor Hojtsy
36cf322479
#165766 by hswong3i: node SQL fixes - primary keys have indexes themselfs, unique columns should not allow NULL
2007-08-10 11:14:22 +00:00
Gábor Hojtsy
87bdc95bff
#165013 by Eaton: fix image button behaviour by processing the right values coming in the request
2007-08-10 10:51:17 +00:00
Dries Buytaert
cf83099de1
- Patch #153425 by pwolanin: fix use of raw in node module.
2007-08-10 06:29:01 +00:00
Dries Buytaert
54882f994a
- Patch #136386 by pwolanin: the modules admin page is still not coded for the new system.
2007-08-09 20:05:49 +00:00
Gábor Hojtsy
626b757308
#165775 by hswong3i: profile name field has a unique key, so it should not allow NULL as a value
2007-08-09 11:05:40 +00:00
Gábor Hojtsy
509d570bbd
#160039 by prakashp, chx and pwolanin: fix node saving:
...
- centralize/reuse some node form saving code
- fix uploads without JS
- fix reappearing teasers on node save
2007-08-09 11:01:00 +00:00
Gábor Hojtsy
51b0221331
#165358 by John Morahan: do not regenerate the session when the user is saved without a password specified
2007-08-09 10:49:26 +00:00
Gábor Hojtsy
db5311d144
#85208 by neclimdul and bjaspan (slightly modified): if no maxlength was specified, do not generate an empty HTML attribute
2007-08-09 10:43:03 +00:00
Gábor Hojtsy
323fa356bd
#110511 by bjaspan: poll listing page should have a 'count_sql' because the original query uses group by, so it is not countable properly
2007-08-09 10:37:41 +00:00
Gábor Hojtsy
22a37e6fb2
#165668 by John Morahan: fix wrong parameter passing in custom langauge addition validation
2007-08-09 10:12:14 +00:00
Gábor Hojtsy
1163703917
#152926 by dww: Fix hook_system_info_alter() to save the altered data not the original
2007-08-08 20:04:38 +00:00
Dries Buytaert
d713b11adb
- I forgot to remove these earlier when we renamed them.
2007-08-08 07:50:38 +00:00
Dries Buytaert
6e15cf9124
- Patch #164974 by ricflomag: correct usage of t().
2007-08-08 07:47:48 +00:00
Dries Buytaert
232061b799
- Patch #148346 by drewish: added PHPdoc.
2007-08-08 07:46:09 +00:00
Dries Buytaert
68ac23cb6e
- Patch #165422 by hswong3i: status is an int. Required to make DB2 work.
2007-08-08 07:22:03 +00:00
Dries Buytaert
9405388d16
- Patch #164931 by John Morahan: included the wrong file.
2007-08-08 07:18:19 +00:00
Gábor Hojtsy
2bfeda7672
#164348 by pwolanin: improve book block performance
2007-08-07 11:43:05 +00:00
Dries Buytaert
491b47f0a9
- Patch #158537 by Benjamin Melancon and Wim Leers: unnecessary 'ORDER BY' in taxonomy_vocabulary_load.
2007-08-07 11:33:36 +00:00
Dries Buytaert
a21275a58f
- Patch #165160 by hswong3i: made two SQL queries work on DB2.
2007-08-07 08:41:24 +00:00
Gábor Hojtsy
f23c24c8a3
#164935 by Ralf Stamm: standardize CVS Id tags in files:
...
- always include CVS Id tags in all files
- add a new line after the CVS Id, if more code or phpdoc follows in the same code block
- fix bogus Id tags previously added
2007-08-07 08:39:36 +00:00
Gábor Hojtsy
b996a7d30d
#165141 by hswong3i: when inserting values into VARCHAR fields, we should use quotes, even if the values are numbers
2007-08-07 08:32:43 +00:00
Gábor Hojtsy
893b0fbd5c
#141653 by Ralf Stamm: fix some E_NOTICE errors in color module
2007-08-06 12:54:39 +00:00
Gábor Hojtsy
0f33e78ded
#164765 by dmitrig01: remove trailing PHP closing tags, which were causing problems
2007-08-06 10:28:42 +00:00
Gábor Hojtsy
c35b832b82
#164759 by oadaeh: adding missing phpdoc @code tag
2007-08-06 10:25:56 +00:00
Dries Buytaert
fbd7a0bdc3
- Patch #164672 by flevour: typo in SQL query.
2007-08-05 16:13:31 +00:00
Gábor Hojtsy
b2ebf5d180
#164545 by pwolanin: fix call time pass by reference warning
2007-08-04 21:24:32 +00:00
Gábor Hojtsy
ffa40a9be3
#162095 by pwolanin: fix MySQL error when moving menu links, not applicable to PostgreSQL
2007-08-04 13:58:06 +00:00
Gábor Hojtsy
086385c2a8
#164209 by mooffie: native language names were not shown in the predefined language dropdown for RTL languages
2007-08-04 13:08:17 +00:00
Dries Buytaert
3488a1ed44
- Patch #158536 by dvessel: more forum template massaging.
2007-08-03 06:07:52 +00:00
Dries Buytaert
f1d2f5a18d
- Patch #148346 by Steef and drewish: split image.inc into image.inc and image.gd.inc and improved the documentation.
2007-08-02 20:19:02 +00:00
Dries Buytaert
c70b19a91b
- Patch #163723 by Eaton and Frando: fix default page.tpl markup (and removed some whitespace).
2007-08-02 20:08:53 +00:00
Dries Buytaert
bb7d1395bc
- Patch #163508 by profix898: fixed 4 E_ALL notices.
2007-08-02 10:58:41 +00:00
Dries Buytaert
d31f65a93c
- Patch #162871 by merlinofchaos: poll module cleanup + tplified the module.
2007-08-02 10:46:53 +00:00
Dries Buytaert
79d8390f90
- Patch #161510 by dvessel: tplified user.module.
2007-08-02 10:41:26 +00:00
Dries Buytaert
99276849da
- Patch #162134 by dvessel: tplify profile module.
2007-08-02 10:36:42 +00:00
Dries Buytaert
fe7faf76c2
- Patch #162829 by swentel and bennybobw: fixed problem with saving taxonomy terms.
2007-08-02 10:25:21 +00:00
Dries Buytaert
bf7a70f98c
- Patch #156553 by AjK: fixed E_NOTICE
2007-08-02 10:22:45 +00:00
Dries Buytaert
99de8bcb50
- Patch #163248 by bennybobw: split upload module.
2007-07-30 22:53:10 +00:00
Dries Buytaert
d746d35a8f
- Patch #163073 by Robert Douglas: removing dead code.
2007-07-30 21:27:34 +00:00
Dries Buytaert
8dfc0e5ad7
- Patch #161182 by Crell: split up taxonomy module.
2007-07-30 20:33:48 +00:00