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