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
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
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
21ac9f1917
#174708 by multiple contributors: update jQuery to 1.2
2007-09-12 18:29:32 +00:00
Gábor Hojtsy
b3fe5b9cbf
#63352 by kkaefer: add special prefix to long month names in format_date so May is recognized differently in short and long formats
2007-09-12 13:30:42 +00:00
Gábor Hojtsy
5030ea40a5
#150851 by pwolanin and chx: different radio buttons in the same set should have different HTML id values (XHTML validity fix)
2007-09-11 17:23:58 +00:00
Gábor Hojtsy
af48df1ca5
#166681 by dvessel: fix behavior of theme 'override preprocess functions'
2007-09-10 13:28:22 +00:00
Gábor Hojtsy
8f9143ad0d
#172764 by pwolanin and chx: avoid using the expensive array_shift() in menu.inc
2007-09-10 12:21:30 +00:00
Gábor Hojtsy
89bf1e1235
#174025 by killes: small performance improvement for drupal_is_denied()
2007-09-10 12:19:11 +00:00
Gábor Hojtsy
a6a6e5add9
#174170 by Shiny: different method to insert an action row with default values, so it works with PostgreSQL too
2007-09-09 20:01:39 +00:00
Gábor Hojtsy
470b2e374e
#172262 by JirkaRybka: better globals handling in install system, so the choosen profile and language are remembered
2007-09-09 19:46:54 +00:00
Gábor Hojtsy
9643ec9e70
#172754 by pwolanin: page titles were broken when outside the active menu or on a callback
2007-09-07 20:31:02 +00:00
Gábor Hojtsy
7db4e8b7c9
#112064 by Dave Cohen and pwolanin: do not cache installer redirects, so live Drupal pages will be visible instead of cached installer pages
2007-09-07 10:48:24 +00:00
Gábor Hojtsy
92d9533353
#173566 by bjaspan: remove db_update_field(), because it can easily be used for evil (and mostly nothing else). We should not let contributed modules to easily break their database.
2007-09-07 10:42:56 +00:00
Gábor Hojtsy
a6f970e9d2
#173227 by Desbeers: make language listing work early in the bootstrap, when modules are not yet loaded (fix a regression from a previous patch)
2007-09-07 10:33:06 +00:00
Gábor Hojtsy
c3fcbcad67
#173274 by Desbeers: treat <front> as the empty path, when adding path prefixes, so we get the proper result
2007-09-06 14:03:52 +00:00
Gábor Hojtsy
9307321817
#148677 by pwolanin: set active menu item on 403/404 pages (and on the user page)
2007-09-06 12:47:20 +00:00
Gábor Hojtsy
67e5859a7f
#172376 by ChrisKennedy: fix 8 E_ALL issues in comment module and fix approval queue
2007-09-06 12:21:39 +00:00
Gábor Hojtsy
306fca8ec9
#172604 by pwolanin: remove leading space at _menu_find_router_path() to comply to coding standards
2007-09-06 12:07:31 +00:00
Dries Buytaert
2db2c039fb
- Patch #172950 by webernet: code style fixes.
2007-09-04 21:10:45 +00:00
Dries Buytaert
7a0d380f84
- Patch #172433 by webchick: better connection error reporting for mysqli.
2007-09-03 17:02:16 +00:00
Dries Buytaert
d33f3df967
- Patch #165160 by chx: restored access checking.
2007-09-03 16:55:00 +00:00
Gábor Hojtsy
a4b3217bd1
#169263 by Gerhard Killesreiter: fix IP address identification
2007-09-03 09:59:43 +00:00
Gábor Hojtsy
1b658ae850
#144337 by yched: batch support for node access table rebuilding
2007-09-02 14:42:30 +00:00
Gábor Hojtsy
2d1476a0e7
#172433 by chx: use the proper mysqli error function if there is no connection
2007-09-02 12:50:55 +00:00
Gábor Hojtsy
14692ac3a3
#172194 by ax: html to text was not picking up href values if not being the last argument
2007-09-01 14:35:19 +00:00
Gábor Hojtsy
0fd16236ef
#171562 by JirkaRybka: fix several issues with locales
...
- make searches work again, better worded
- do not cache English stuff
- fix strike through on string seek page
- fix exports for translations
2007-09-01 12:50:47 +00:00
Gábor Hojtsy
f7ee91227e
#160395 follow up patch by dvessel: fix array initialization
2007-09-01 11:32:07 +00:00
Dries Buytaert
fb1948cbf7
- Patch #171652 by dvessel et al: cleanup some old cruft. Dvessel is on a patch spree ...
2007-09-01 05:42:49 +00:00
Dries Buytaert
ff61e73a30
- Patch #160395 by dvessel and merlinofchaos: allow theme engine to register theme variable functions.
2007-09-01 05:35:15 +00:00
Dries Buytaert
00181ecb39
- Removing whitespace.
2007-08-30 19:54:22 +00:00
Gábor Hojtsy
0f845306c2
#151868 by chx: avoid using array_shift() because it takes a lot of time to rehash the array, so indexing the array is more performant, then shifting items one by one
2007-08-30 16:09:50 +00:00
Gábor Hojtsy
1a66aeb39e
#171606 by Heine: ported security fix from Drupal 4.7/5; use SCRIPT_NAME instead of PHP_SELF in links to avoid XSS holes
2007-08-30 15:53:39 +00:00
Gábor Hojtsy
40ac96eb94
#103391 follow up patch by bdragon: fix E_NOTICE by checking if href is set
2007-08-30 15:50:58 +00:00
Gábor Hojtsy
8836d94ecd
#151394 by xqus and RobRoy: file.inc is required on maintanance pages for the JS aggregation
2007-08-30 15:47:27 +00:00
Gábor Hojtsy
2765d143c0
#147657 by chx: menu module update function
2007-08-29 20:46:18 +00:00
Gábor Hojtsy
005a583f32
#168812 by webchick and pwolanin: in case we have a database error, trace it back to the original database function call, so we can provide a more accurate error message for DB errors
2007-08-29 18:38:55 +00:00
Gábor Hojtsy
da3c19b36c
#170334 by JirkaRybka: allow @count to be used in singular format_plural() values too
2007-08-29 17:28:02 +00:00
Gábor Hojtsy
327e1c2919
#165343 by merlinofchaos and dvessel: include path history in theme discovery suggestions, so we find subtheme files properly
2007-08-29 16:56:13 +00:00
Gábor Hojtsy
ffdfe04858
#103391 by m3avrck, RobRoy and dvessel: cleanup active list item classes
2007-08-29 16:16:50 +00:00
Gábor Hojtsy
118e91cc40
#155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on
2007-08-29 14:57:50 +00:00
Gábor Hojtsy
1372700977
#170638 by JirkaRybka and chx: move update access variable to settings.php, so we can check whether it is wide open, and we have one place for settings
2007-08-28 11:42:56 +00:00
Gábor Hojtsy
43d73f81c9
#166071 by jjeff and dvessel: move default template preprocess code to template_preprocess, and add *lots* of documentation to template files and functions
2007-08-28 11:35:34 +00:00
Gábor Hojtsy
d1e33c191c
#165331 by chx: call hook_boot() for cached pages too, moving it to the right place
2007-08-26 16:00:29 +00:00
Gábor Hojtsy
8846d32f26
noted by Robert Douglass in his caching presentation: the key param to cache_get should be renamed to cid for consistency (all other functions have cid)
2007-08-26 09:33:49 +00:00
Gábor Hojtsy
39d776faa9
#157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow near flowless updates
2007-08-26 08:27:09 +00:00
Dries Buytaert
7531f956aa
- Patch #169627 by JirkaRybka: improved logging of mail problems.
2007-08-26 08:00:49 +00:00
Dries Buytaert
5e73b66f3a
- Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme functions and templates may need include files. Flush your caches.
2007-08-26 07:46:11 +00:00
Dries Buytaert
a8800e4f26
- Patch #146667 by coofercat: fixed bug in form builder.
2007-08-26 07:31:48 +00:00
Gábor Hojtsy
ffb803bae2
#157510 by pwolanin and chx: search module needs menu tail arguments (arbitrary 'directory' looking parts)
2007-08-25 10:29:18 +00:00
Gábor Hojtsy
9291424560
#169247 by profix898 slightly modified: fix E_NOTICE when form_id is not set on a non-programmed form
2007-08-23 18:02:52 +00:00
Dries Buytaert
f2ce877d43
- Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href instead of @import for CSS.
2007-08-23 16:41:19 +00:00
Gábor Hojtsy
6721bc580a
#166593 by hswong3i: move literal values out of some core queries to support cross-database compatibility (ie. better SQL parsing and altering options)
2007-08-22 08:36:34 +00:00
Gábor Hojtsy
6eaaa3c1b3
#160168 by kkaefer and pwolanin: restore lost Drupal 5 functionality of being able to set primary and secondary links differently
2007-08-20 18:26:41 +00:00
Gábor Hojtsy
85509811e1
#155621 follow up patch by pwolanin: really delete menu links by refreshing the cache
2007-08-20 18:15:05 +00:00
Gábor Hojtsy
580faf849d
#162324 by mooffie: keep previously default language enabled and only increment enabled language count, if we are in fact adding an enabled language
2007-08-20 07:54:46 +00:00
Dries Buytaert
d48660c524
- Patch #166719 by pwoladin: help system fix.
2007-08-20 06:44:02 +00:00
Gábor Hojtsy
37bafeaf5f
#168587 by jjeff: add rel=nofollow attribute to anonymous comment home page links to counter some spamming
2007-08-19 11:02:35 +00:00
Dries Buytaert
78dcd8e03f
- Patch #155621 by pwolanin: Use API function to delete menu links during rebuild.
2007-08-19 09:46:15 +00:00
Dries Buytaert
74292cd062
- Patch #80951 by killes, yched et al: block caching.
2007-08-19 08:08:45 +00:00
Gábor Hojtsy
0321a2e975
#164122 by merlinofchaos: properly convert underscored to dashes, when constructing template file names matching hook names
2007-08-16 13:59:41 +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
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
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
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
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
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
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
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
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
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
2c3864d3c7
- Patch #147324 by Eaton: make multi-site installations work again.
2007-07-30 19:22:47 +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
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
c5e2159503
#159475 by paddy_deburca: maxheight is never defined, height should be used
2007-07-25 17:41:27 +00:00
Gábor Hojtsy
50955e3801
#156626 by pwolanin: allow deletion of custom menus
2007-07-25 14:44:03 +00:00
Gábor Hojtsy
dfcbe0591a
#160107 by JohnAlbin: use the same session ID regardless of the protocol used to access the page (eg share sessions between http and https pages)
2007-07-25 10:06:44 +00:00
Dries Buytaert
a47d773312
- Removing some whitespace.
2007-07-23 08:05:14 +00:00
Dries Buytaert
772a2d39d2
- Patch #40545 by Moshe: reduces contention in the users table.
2007-07-23 07:29:29 +00:00
Dries Buytaert
4e5d3e04ea
- Patch #159748 by pwolanin: db_fetch_array() returned different values depending on the database engine used. Make the return value consistent across all supported database backends.
2007-07-22 07:23:27 +00:00
Dries Buytaert
99a8f0753d
- Patch #160620 by kkaefer: E_NOTICE fix.
2007-07-21 09:26:07 +00:00
Dries Buytaert
eb65040c5e
- Patch #149593 by yched: batch API fixes.
2007-07-20 05:44:13 +00:00
Dries Buytaert
358fa43c04
- Patch #160263 by Rok Zlender: module_implements() refresh is not working.
2007-07-18 14:10:14 +00:00
Gábor Hojtsy
71f1192f48
#159804 by myself: closure should be filled last, so we have a predictable place to collect queries and strings used on the page
2007-07-18 07:05:49 +00:00
Gábor Hojtsy
306d3b150b
#154469 follow up patch by pwolanin: fix parameter order in menu_tree_collect_node_links() call
2007-07-17 06:13:34 +00:00
Dries Buytaert
78031b77e1
- Patch #154469 by pwolanin: improve performance of access checks and add localized sorting.
2007-07-16 12:51:03 +00:00
Gábor Hojtsy
6993ea05b7
#159463 by hass (with phpdoc addition from myself): file_scan_directory() should not have a trailing slash in the dir parameter
2007-07-15 19:14:19 +00:00
Dries Buytaert
834eab503f
- Patch #121620 by Eaton et al: fixes for formAPI #type .'_value' callback patch.
2007-07-14 15:23:29 +00:00