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
Dries Buytaert
2c3864d3c7
- Patch #147324 by Eaton: make multi-site installations work again.
2007-07-30 19:22:47 +00:00
Dries Buytaert
c33da7d51c
- Patch #163039 by Crell: fixed typo.
2007-07-30 18:23:25 +00:00
Dries Buytaert
e7f195bbee
- Patch #146425 by pwolanin et al:
...
* Removes the hard-coded 'book' type and perform all node actions
equally on any node type via hook_nodeapi.
* Achieves 100% integration with the menu system. Improves
performance of book rendering.
* All the algorithms have been changed to use the tree data structure
returned by the menu system.
* Added support for 'multiple books'.
* Some UI improvements.
This is a momumental patch that took 69 iterations. Although there is
room for improvement, this is a big step forward. Thanks for the
persistence, pwolanin.
2007-07-30 18:20:21 +00:00
Dries Buytaert
7b682ae9f8
- Patch #162944 by profix898: cleanup ip_address() code.
2007-07-29 21:04:03 +00:00
Dries Buytaert
80ff5109a7
- Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3.
...
This is a small form API extension (doesn't break existing code) that
facilitates the Drupal 6 upgrade of the Views module. A good example
of why it can be beneficial to start upgrading your modules early on in
the code freeze. ;)
2007-07-29 17:28:23 +00:00
Gábor Hojtsy
a78ac96295
#162785 patch by swentel: fix missing form_state vars in path forms
2007-07-29 16:58:19 +00:00
Dries Buytaert
5a4ad99af3
- Patch #162463 by kbahey: fixed notice.
2007-07-28 07:16:44 +00:00
Dries Buytaert
9dc7f86df1
- Patch #147761 by bjaspan: correct length for variables column.
2007-07-28 07:11:14 +00:00
Dries Buytaert
1c55ed7d88
- Patch #162486 by Eaton: user/%user/edit/foo tabs only appear if additional profile categories have been defined.
2007-07-27 13:08:17 +00:00
Dries Buytaert
49ca29d1b2
- Patch #157353 by tangent: fix site slogan in RSS feeds.
2007-07-27 13:07:06 +00:00
Steven Wittens
0676d8410f
Re-add check_plain() in appropriate places after removing it from ip_address().
2007-07-26 21:42:52 +00:00
Dries Buytaert
e473168106
- We don't need to sanitize stuff on input.
2007-07-26 09:32:15 +00:00
Gábor Hojtsy
0d86b33282
#161142 by dvessel: kill notice on profile page when there are less then three components in the path
2007-07-26 08:49:11 +00:00
Gábor Hojtsy
55f2a1cfd2
#157942 by drumm: only acquire node grants if node loaded successfuly, otherwise there are nasty permission problems
2007-07-26 07:49:40 +00:00
Gábor Hojtsy
7b61e5961a
#85667 by beginner: XHTML validity; lists are not allowed in span tags
2007-07-26 07:45:04 +00:00
Dries Buytaert
bec12a215d
- Patch #158536 by dvessel: some more gentle massaging of template files. Trying to make it easier to discover the different template files.
2007-07-26 06:48:03 +00:00
Dries Buytaert
9299b40107
- Patch #162149 by add1sun, with help from Kristi Wachter: corrected some links in INSTALL.txt.
2007-07-26 06:14:14 +00:00
Gábor Hojtsy
c5e2159503
#159475 by paddy_deburca: maxheight is never defined, height should be used
2007-07-25 17:41:27 +00:00
Gábor Hojtsy
6ea74bfe47
#149092 by Gurpartap Singh slightly modified: Usability: generalize timezone discovery to use on user registration
2007-07-25 17:35:47 +00:00
Gábor Hojtsy
739a857487
#161351 by webchick and mlsamuelson: fix notice on filter formats config page
2007-07-25 15:35:14 +00:00