Dries Buytaert
301c6e7539
- Patch #139517 by Grugnog2: improved code comment.
2007-04-27 07:47:38 +00:00
Dries Buytaert
29055d34d6
- Patch #137236 by merlinofchaos: provide a way to secure the theme variables system.
2007-04-27 07:42:54 +00:00
Dries Buytaert
dbfcd7d137
- Patch #137415 by slantview: simplified the cache API/usages, and made it a tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented.
2007-04-25 21:34:32 +00:00
Dries Buytaert
3e9d5f9d3c
- Patch #133789 by pwolanin: fixed parse error.
2007-04-25 05:02:41 +00:00
Dries Buytaert
91da5f05e4
- Patch #133789 by John Albin: Drupal-generated email can look like spam.
2007-04-24 19:49:01 +00:00
Gábor Hojtsy
0a5ec93496
#76588 : Small fixes after that patch landed
...
- typo fix in watchdog() phpdoc
- add a missing array() on a watchdog call in ping.module
- handle NULL 'variables' value in syslog module
Noticed these while writing the documentation for watchdog() updates and by comitting the updates into the i18n SVN repository.
2007-04-24 15:53:53 +00:00
Dries Buytaert
f73610bec6
- Patch #76588 by Gabor: made log messages translatable. Yay.
2007-04-24 13:53:15 +00:00
Dries Buytaert
df1bea8bca
- Patch #138429 : reroll.
2007-04-24 10:45:20 +00:00
Dries Buytaert
2e34699b59
- Patch #138429 by Zen: removed unused variables.
2007-04-24 08:43:31 +00:00
Dries Buytaert
768faa988b
- Patch #138703 by chx: Menu inheritance is wrong.
2007-04-24 08:26:58 +00:00
Dries Buytaert
0b74f313a0
- Patch #138376 by dww: fixed array vs. string bug when defining #default_value array for a multiselect.
2007-04-23 17:00:36 +00:00
Dries Buytaert
9050e15621
- Patch #137479 by dww: added db_column_exits(). (Yay, the servers are snappy on Saturday evening.)
2007-04-21 18:08:41 +00:00
Gábor Hojtsy
be169d59b6
Leftover variable name spotted by Amr Mostafa, reported by email (because 'the fix is too small and trivial to submit an issue')
2007-04-18 21:56:18 +00:00
Dries Buytaert
318ac983e2
- Patch #137138 by jvandyk: fixed problem with drupal_http_request() not setting the proper error code when a network effect occurs. Causes the XML-RPC backend to fail.
2007-04-18 20:35:45 +00:00
Steven Wittens
bcfc0e651c
Fix formatting of doxygen for drupal_parse_info_file() (for api.drupal.org).
2007-04-18 02:49:33 +00:00
Dries Buytaert
03b4b58e9a
- Patch #132018 by Steven et al: add .info files to themes.
2007-04-17 07:19:39 +00:00
Dries Buytaert
840bb124ea
- Patch #126867 by dmitrig01: made caching work with prefixing.
2007-04-15 15:38:35 +00:00
Dries Buytaert
f4cbd7c63d
- Patch #118660 by agentrickard: re-order arguments of cache_set() to match PHP/Drupal conventions.
2007-04-15 15:36:10 +00:00
Dries Buytaert
7c89dee568
- Patch #131009 by chx: menu system fixes/improvements.
2007-04-15 14:38:16 +00:00
Dries Buytaert
e675979091
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.
2007-04-13 08:56:59 +00:00
Dries Buytaert
78305a9e2d
- Patch #135846 by Gabor: killed two E_NOTICES
2007-04-13 08:03:21 +00:00
Dries Buytaert
07e6bdcdfe
- Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. Added support for external loggers, and included a small syslog module into core.
2007-04-10 10:10:27 +00:00
Dries Buytaert
ded653fbbd
- Patch #128866 by Gabor and erdemkose: make it impossible to delete the default language or the English language.
2007-04-09 14:46:55 +00:00
Dries Buytaert
dcbb5fa3f4
- Patch #107061 by Steven et al: add jQuery teaser splitter.
2007-04-09 13:58:03 +00:00
Dries Buytaert
96c3009178
- Patch #134697 by hunmonk: make table row coloring work in absence of numeric IDs.
2007-04-09 13:43:57 +00:00
Dries Buytaert
b0676cf351
- Patch #134161 by chx: no menu tabs for themes.
2007-04-06 14:31:51 +00:00
Dries Buytaert
a871b96a48
- Patch #72564 by Gabor: locale bugfix: undefined variable.
2007-04-06 14:15:43 +00:00
Dries Buytaert
5bbbf10ba8
- Patch #130987 by merlinofchaos: added theme registry for easier themability.
2007-04-06 13:27:23 +00:00
Steven Wittens
f3cd2da113
#130991 : Custom menu items, part 1
2007-04-06 04:39:51 +00:00
Dries Buytaert
8fd0fdbd54
- Modified patch #133318 by hunmonk: drupal_get_messages() returning incorrect array value.
2007-04-04 20:50:53 +00:00
Dries Buytaert
bb9f9a33e4
- Patch #133216 by meba: trying to get property of non-object on line 982.
2007-04-04 20:47:41 +00:00
Dries Buytaert
f3c839634d
- Patch #131419 by Chris Johnson: renamed the error handler to avoid conflicts with third-party applications.
2007-03-29 23:17:15 +00:00
Dries Buytaert
b20618aa12
- Patch #128866 by Gabor et al: new language subsystem fixes.
2007-03-28 14:08:23 +00:00
Steven Wittens
f7440d4d73
#130971 : Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)
2007-03-27 05:13:55 +00:00
Dries Buytaert
eb0caa354e
- Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.
2007-03-26 01:32:22 +00:00
Dries Buytaert
5739c24c14
- Small fix for drupal_alter()
2007-03-26 01:11:23 +00:00
Steven Wittens
41147eb70d
#110888 : Typos
2007-03-26 00:45:51 +00:00
Dries Buytaert
eb6b848de6
- Patch #110888 by Eaton: unify hook _alter()
2007-03-26 00:35:59 +00:00
Dries Buytaert
4d731dd369
- Patch #111697 by wesley: properly initialized user->time to prevent warnings/errors.
2007-03-25 20:54:33 +00:00
Dries Buytaert
757ac966bb
- Patch #130630 by chx: provide an id on the form item wrapper div.
2007-03-25 19:57:56 +00:00
Steven Wittens
bb49dd5af5
#124366 : Change the default language codes for Norwegian Nynorsk and Norwegian Bokmål
2007-03-24 19:07:34 +00:00
Steven Wittens
259c876b29
#109513 : Create temporary mysql tables in memory.
2007-03-19 01:17:37 +00:00
Steven Wittens
081d6d662f
#127172 : Fix negative weights in menu system (admin page was out of order)
2007-03-19 01:13:28 +00:00
Dries Buytaert
4b635f6d0a
- Patch #128081 by Eaton: remove #base, paving the path for a simpler form API.
2007-03-17 18:30:14 +00:00
Steven Wittens
cbf8b1f65e
#126867 : Reverting bad db_prefix_tables change.
2007-03-15 15:23:38 +00:00
Dries Buytaert
23e36f7bbe
- Patch #126867 by dmitrig01: fixed caching in presence of database prefixes.
2007-03-14 19:24:51 +00:00
Dries Buytaert
66b99866b0
- Patch #126128 by chx and Steven: menu fixes and enhancements. Yay.
2007-03-12 13:01:10 +00:00
Dries Buytaert
d9ece0d575
- Patch #121876 by Darren, Nedjo et al: drupal_to_js converts empty arrays to objects.
2007-03-08 19:33:55 +00:00
Dries Buytaert
0cb5532a23
- Patch #125763 by chx: menu system fixes/enhancements.
2007-03-08 19:03:48 +00:00
Dries Buytaert
b1d492ee98
- Patch #52878 by dopry and ChrisKennedy: make form reference API use nice PHPdoc links.
2007-03-07 17:31:40 +00:00
Dries Buytaert
ae093d1386
- Patch #115047 by mindless: token replacement with format_plural.
2007-03-07 13:08:04 +00:00
Dries Buytaert
0be18f09ed
- Patch #125418 by hunmonk: make #skip_duplicate_check easier to use.
2007-03-07 12:59:22 +00:00
Steven Wittens
ba0ff1a9b7
#117018 : Use Garland theme for installer/maintenance pages, and add task list in the sidebar.
...
- Refactor partial-page handling for the maintenance page. It's an exotic quirk for update.php and belongs there.
2007-03-02 09:40:27 +00:00
Dries Buytaert
02da223897
- Patch #107358 by m3avrck, robert douglass, heine, eaton et al: Prevent multiple form processing: causing duplication of nodes/users.
2007-02-27 12:45:13 +00:00
Dries Buytaert
deac3a0e9a
- Patch #120146 by abautu: TRUNCATE TABLE replaced with DELETE FROM
2007-02-27 12:04:39 +00:00
Dries Buytaert
4d83f2d0e1
- Patch #32833 by fgm: fixed documentation error.
2007-02-27 12:01:37 +00:00
Dries Buytaert
dc5843bd30
- Patch #111347 by Steven: refactor url() and l().
2007-02-15 11:40:19 +00:00
Dries Buytaert
5254053812
- Patch #118183 by chx: tabs fixes.
2007-02-14 16:43:38 +00:00
Dries Buytaert
35ce6daa28
- Patch #118041 by kkaefer: fixed small braino in url().
2007-02-12 17:42:25 +00:00
Dries Buytaert
a1e6728a46
- Patch #113603 by chx: first crack at re-implementing tabs.
2007-02-11 09:30:51 +00:00
Dries Buytaert
373a071fc4
- Patch #76522 by RobRoy: avoid name clash between modules and install profiles. Removing redundant hook.
2007-02-11 08:48:36 +00:00
Dries Buytaert
5ed8046fe7
- Patch #117826 by kkaefer: move the localization menu to site building.
2007-02-11 08:44:32 +00:00
Dries Buytaert
f996fd9568
- Patch #112605 by Steven: sticky table headers.
2007-02-06 08:35:13 +00:00
Dries Buytaert
71db54df0b
- Patch #115213 by dopry: fixed E_ALL problem.
2007-02-04 21:21:44 +00:00
Dries Buytaert
781235a525
- Patch #108272 by webchick, Ralf et al: improved handling of required modules in install profiles.
2007-02-04 21:20:50 +00:00
Dries Buytaert
f0e783d369
- Patch #114753 by chx: the return of the titles
2007-01-31 21:55:37 +00:00
Dries Buytaert
489903a08e
- Patch #113603 by chx: first crack at re-implementing tabs.
2007-01-31 21:26:56 +00:00
Dries Buytaert
05a708fb06
- Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. Thanks.
2007-01-31 15:49:26 +00:00
Dries Buytaert
4c9fc80fc4
- Patch #113829 by m3avrck: improved code comments.
2007-01-29 20:30:53 +00:00
Dries Buytaert
5729c22f6f
- Patch #109941 by morphir: allow the browser to store form fields.
2007-01-29 19:25:19 +00:00
Dries Buytaert
76b850ab52
- Patch #109125 by Eaton: Multistep forms lose context on validation errors.
2007-01-29 19:10:22 +00:00
Dries Buytaert
3b543c18f5
- Rollback of E_ALL patch. Too much extra breakage.
2007-01-25 22:14:06 +00:00
Dries Buytaert
fd32b42196
- Patch #112715 by webchick et al: fixed some E_ALL errors.
2007-01-25 21:32:07 +00:00
Dries Buytaert
03752e35a4
- Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet.
2007-01-24 14:48:36 +00:00
Dries Buytaert
77c2632be6
- Patch #99625 : enable E_ALL mode.
2007-01-23 19:21:50 +00:00
Dries Buytaert
6a1a93cefa
- Patch #111289 by jvandyk: form.inc cleanup.
2007-01-23 19:17:55 +00:00
Steven Wittens
2e25a97e9d
#102387 : index.php does not redirect to install.php if PHP does not support 'mysql'.
2007-01-22 02:20:42 +00:00
Steven Wittens
b70e936d24
#109032 : Make session.inc pluggable.
2007-01-15 11:52:02 +00:00
Steven Wittens
d351a2218a
#109326 : #id attribute not output for buttons.
2007-01-15 04:09:40 +00:00
Steven Wittens
5790f43620
#109074 : Avoid random segfaults in _menu_sort()
2007-01-14 01:37:48 +00:00
Steven Wittens
fcbae4572c
#108310 : Minor speed up, cache theme functions in theme_get_function().
2007-01-11 03:36:06 +00:00
Steven Wittens
36cd6b2b21
#107966 : Make login fields consistent size.
2007-01-11 03:24:42 +00:00
Steven Wittens
eb28074aa3
#108320 : Form API optimization, don't call element_sort unless needed.
2007-01-10 23:30:07 +00:00
Dries Buytaert
3e8a9d1905
- Cleanup form attributes.
2007-01-09 08:30:31 +00:00
Dries Buytaert
da55db28f9
- Patch #24023 by dww: rename form_get_option_key() and fix its behavior.
2007-01-05 19:08:30 +00:00
Steven Wittens
365439ffdf
#107015 : Code consistency, capitalization of class names.
2007-01-05 05:32:23 +00:00
Steven Wittens
4026afab01
#100563 : Clarify documentation for CSS preprocessor.
2007-01-05 04:35:07 +00:00
Dries Buytaert
5190678d73
- Patch #100563 by m3avrck: improved phpDoc of drupal_add_css.
2007-01-04 09:58:55 +00:00
Dries Buytaert
fbae0db63f
- Patch #104693 by Chris: switch back to HTTP/1.0 headers.
2007-01-04 09:49:16 +00:00
Steven Wittens
1fee60766e
#86737 : Security htaccess fix needs to be created with group permissions set.
2007-01-04 07:13:50 +00:00
Dries Buytaert
c3c8d7f13d
- Patch #106370 by naquah and chx: fixed query rewriting in presence of OR-clause.
2007-01-03 10:59:02 +00:00
Dries Buytaert
6777463414
- Patch #104693 by ChrisKennedy: pragma dates back from previous protocal.
2007-01-02 10:21:39 +00:00
Neil Drumm
8bd5340561
#98720 by chx. Better checking of selected options.
2007-01-02 05:58:53 +00:00
Neil Drumm
dfd86399c0
#106232 by chx. Add spaces for code style.
2007-01-02 05:05:38 +00:00
Neil Drumm
f1c8692881
#101757 by ChrisKennedy. 1 byte instead of 1 bytes.
2006-12-30 21:33:04 +00:00
Neil Drumm
7d706a562d
#105726 by moshe weitzman. Remove necessity to hard-code theme engine directories since they can change.
2006-12-30 20:59:11 +00:00
Steven Wittens
95539f5e08
#105889 : fix parse error in locale.inc
2006-12-30 08:43:14 +00:00
Dries Buytaert
ce2088e817
- Patch #105454 by kkaefer, ChrisKennedy, RobRoy et al: fixed update paths.
2006-12-29 18:58:48 +00:00
Steven Wittens
c231ce312d
#97640 : Do not xss filter locale strings on import or edit.
2006-12-29 08:35:04 +00:00
Neil Drumm
b1c11d267f
#90738 by jjeff and ChrisKennedy. first and last are not mutually exclusive.
2006-12-29 08:18:28 +00:00
Steven Wittens
bc82525c95
#24023 (follow up): Add API function for dealing with form API #options arrays.
2006-12-29 00:19:58 +00:00
Dries Buytaert
7228b485f5
- Patch #105461 by jvandyk: fixed code comments.
2006-12-27 22:50:09 +00:00
Dries Buytaert
5c99a06f9f
- Patch #85979 by RobRoy, keith.smith, fgm and webchick: improve documentation of db_next_id().
2006-12-27 22:13:56 +00:00
Neil Drumm
613b561668
#105303 by Gábor Hojtsy. Improve translation converage for installation.
2006-12-27 13:02:34 +00:00
Dries Buytaert
5f87220dda
- Patch #105164 by kkaefer: image quality settings toggle.
2006-12-26 14:01:41 +00:00
Dries Buytaert
5c3086ee4a
- Patch #100957 by chx: clean up drupal_lookup_path()
2006-12-23 22:04:52 +00:00
Dries Buytaert
96c913dca9
- Patch #88707 by chx: Make menu_set_active_item a complete inner redirection.
2006-12-23 17:27:03 +00:00
Dries Buytaert
983eda44ac
- Patch #104693 by ChrisKennedy: send proper HTTP headers: HTTP/1.0 -> HTTP/1.1.
2006-12-21 22:20:19 +00:00
Dries Buytaert
d5fb9a2398
- Patch #104598 by ChrisKennedy: validate max length of textfields.
2006-12-21 16:16:44 +00:00
Steven Wittens
72f4e5d6e6
#102877 : Don't let the css preprocessor mess up @import in some themes.
2006-12-15 07:47:08 +00:00
Steven Wittens
57c5355a4b
#103280 : Fix styles for maintenance pages.
2006-12-15 01:06:33 +00:00
Dries Buytaert
b9034559db
- Patch #93079 by chx: not able to select database.
2006-12-14 13:28:11 +00:00
Dries Buytaert
51c4d6aac0
- Patch #103258 by Keymone: fixed PostgreSQL bug.
2006-12-14 13:26:41 +00:00
Steven Wittens
bda8b0fdb5
#40871 : Allow class on checkboxes/radios group container.
2006-12-12 10:01:38 +00:00
Steven Wittens
655c138813
#72003 : Remove spaces in autogenerated form #ids
2006-12-12 09:39:50 +00:00
Steven Wittens
cfe44ef80c
#100859 : Fix aggregator categorization form
2006-12-12 06:27:17 +00:00
Steven Wittens
a5d5c6aa4b
#102602 : Even more documentation for constants (webchick)
2006-12-12 06:16:33 +00:00
Steven Wittens
e5027541c4
#78377 : Use real path instead of alias in destination
2006-12-12 06:13:34 +00:00
Steven Wittens
4610499856
#101203 : Fix 'more help' appearing when there is none.
2006-12-12 06:02:52 +00:00
Steven Wittens
f7b6070551
#102718 : Fix multistep form API argument passing.
2006-12-12 04:52:38 +00:00
Steven Wittens
dd4b959ad2
#102597 : Fix overzealous CSS compressor.
2006-12-12 04:44:46 +00:00
Steven Wittens
72d80d208f
#101970 : image_scale() should not scale to identical sizes
2006-12-12 01:03:34 +00:00
Steven Wittens
5d6ff1db64
#102611 : Document database regexp (webchick)
2006-12-11 22:58:17 +00:00
Dries Buytaert
97d0a3fe6b
- Patch #100787 by chx: having a #theme for an element changes the meaning of prefix from 'prefix of this element' to 'prefix of the children elements'.
2006-12-11 17:47:36 +00:00
Dries Buytaert
f6259ad36c
- Patch #91592 by ChrisKennedy: avoid scanning hidden files and directories.
2006-12-11 16:45:17 +00:00
Dries Buytaert
161a856ab8
- Patch #102603 by webchick: documenting watchdog constants.
2006-12-11 12:01:54 +00:00
Dries Buytaert
eb5e171cb6
- Patch #102612 by webchick: document constants.
2006-12-11 12:00:07 +00:00
Dries Buytaert
bdf5dc9d1d
- Patch #102413 by yched: path node/add/[poll|forum|blog] defined twice.
2006-12-10 20:34:03 +00:00
Dries Buytaert
a98fa4c2c8
- Patch #102232 by webernet: roll-back of #87310 .
2006-12-10 20:13:36 +00:00
Steven Wittens
b86f45b1e6
#100516 : CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads.
2006-12-10 09:54:35 +00:00
Dries Buytaert
b9d8f023a0
- Patch #101738 by webchick: phpdoc improvement.
2006-12-08 16:20:09 +00:00
Dries Buytaert
5af372289c
- Patch #101531 by webchick: documenting bootstrap constants.
2006-12-08 12:09:54 +00:00
Dries Buytaert
ea7224fb6a
- Patch #87310 by dfaulkner and Grugnog2: fix borken request_uri() on some systems.
2006-12-08 11:55:56 +00:00
Dries Buytaert
8c020c0774
- Patch #101829 by douggreen, ChrisKennedy and Grugnog2: drupal_install_fix_file() fails to calculate correct permissions.
2006-12-08 11:54:04 +00:00
Dries Buytaert
45363904d5
- Patch #27906 by mikeryan: added Brazilian-Portugese support.
2006-12-07 17:10:29 +00:00
Dries Buytaert
54a754e417
- Patch #101379 by ChrisKennedy, neclimdul et al: modules missing .info files wrongly adding empty entries to module page.
2006-12-07 17:03:34 +00:00
Dries Buytaert
f28aa5f3ec
- Patch #92059 by Steven et al: added a memory check to garland/color.module.
2006-12-07 17:02:25 +00:00
Dries Buytaert
5724b2e42e
- Patch #101551 by webchick: documented some unicode.inc constants.
2006-12-06 16:15:52 +00:00
Dries Buytaert
0a3d7ae588
- Patch #101531 by jvandyk: document all the bootstrap phases in Drupal 5.0.
2006-12-06 16:14:11 +00:00
Dries Buytaert
7af1ba1e04
- Patch #99087 by Eaton, grugnog2 et al: multistep forms shouldn't fill the session table.
2006-12-06 15:49:45 +00:00
Dries Buytaert
38f3050777
- Patch #101236 by Uwe Herman: fixed typos in the documentation.
2006-12-05 05:47:37 +00:00
Dries Buytaert
a8e11de3d0
- Patch #101289 by webernet: corrected the PHPdoc.
2006-12-05 05:45:05 +00:00
Dries Buytaert
b7094195cb
- Patch #98988 by Robert Douglass et al: db_result should return FALSE if no result was found. Consistent with PHP's mysql_result.
2006-12-04 11:06:29 +00:00
Dries Buytaert
ce6dde980a
- Patch #100957 by Tobias and chx: fixed return value of drupal_lookup_path().
2006-12-04 10:48:28 +00:00
Dries Buytaert
ab1d68d166
- Patch #90612 by Bart Jansens: user_logout should only end the current session.
2006-12-04 10:41:20 +00:00
Steven Wittens
0ea4e1c5f6
#100563 : Conditional loading of (some) module.css files
2006-12-01 22:47:53 +00:00
Dries Buytaert
9460c93033
- Correcting patch #85689 : the wrong patch got committed.
2006-12-01 16:47:58 +00:00
Dries Buytaert
b31bc48d85
- Patch #100612 by Gerhard: can't add class to table header cells.
2006-12-01 08:50:33 +00:00
Steven Wittens
1c7f089dea
#75803 : Allow other HTTP status codes in drupal_goto()
2006-11-30 08:13:31 +00:00
Neil Drumm
213b0cd7a5
Proper checking for a variable existing.
2006-11-29 20:39:37 +00:00
Neil Drumm
36430b4c64
#87090 by kkaefer. Render blocks before page content so they may insert headers.
2006-11-29 06:36:12 +00:00
Neil Drumm
f0093445ff
#100232 by yched. Fix a typo.
2006-11-29 06:03:56 +00:00
Dries Buytaert
08d5e0f1c5
- Patch #50505 by chx and profix: path_to_theme() silently fails if init_theme() hasn't been called yett
2006-11-28 10:13:11 +00:00
Neil Drumm
91158a97d2
#79407 by webchick. Improved documentation for t().
2006-11-28 07:03:33 +00:00
Neil Drumm
f84f1d2ad2
#99644 by neclimdul. Move a function to be more accessible by modules updating.
2006-11-28 03:32:03 +00:00
Neil Drumm
437a498295
#97271 by Jaza. Ensure that hooks are not invoked for newly-disabled modules.
2006-11-27 23:15:41 +00:00
Neil Drumm
3477fb5f6e
#97640 by imagine. Don't encode & in translated strings.
2006-11-27 01:17:01 +00:00
Neil Drumm
69ea16f669
#84189 by webchick. Properly initialize variables.
2006-11-26 23:14:59 +00:00
Neil Drumm
8bf48bf999
#99645 by chx. Reshuffle some comments.
2006-11-26 22:35:20 +00:00
Neil Drumm
a6f6ddcc4a
#88030 by beginner. Properly initialize a variable.
2006-11-26 03:22:04 +00:00
Neil Drumm
1b201a3e0d
#85689 by webchick. Fix an improper return value.
2006-11-26 03:19:07 +00:00
Neil Drumm
fb70944dc9
Fixing a PHP notice with proper checking.
2006-11-26 01:55:37 +00:00
Neil Drumm
205f8ff01b
#97941 by webchick. Consistent defaults for 'site_name' variable.
2006-11-25 09:04:22 +00:00
Dries Buytaert
827f064deb
- Patch # #98366 by webchick and ac: simplified strings for translators.
2006-11-24 10:18:24 +00:00
Dries Buytaert
f191e197ee
- Added database checks.
2006-11-24 10:16:50 +00:00
Dries Buytaert
d721a4f0d9
- Patch #98365 by webchick and RobRoy: added missing t() functions.
2006-11-24 09:01:57 +00:00
Dries Buytaert
13d538287e
- Patch #93204 by chx et al: made Drupal work on FastCGI setups.
2006-11-22 09:07:03 +00:00
Dries Buytaert
78494a47ac
- Patch #98261 by lyricnz: fixed warning.
2006-11-21 19:56:52 +00:00
Dries Buytaert
bd2527a4ed
- Patch #98059 by chx: trying to get the never-ending regex mess right.
2006-11-21 19:46:10 +00:00
Dries Buytaert
e66c520aa4
- Patch #93410 by bjaspan: theme_links() generated invalid XHTML in absence of links.
2006-11-21 19:41:57 +00:00
Dries Buytaert
b3dae71697
- Patch #98293 by Steven: remove restrictions on path aliases.
2006-11-21 19:40:09 +00:00
Dries Buytaert
e8e97f2bbd
- Patch #98688 by greggles: string cleanup. Follow RFC2606 and use example.com for domain name examples. Core uses that consistently so make sure your contributed modules do too.
2006-11-21 19:12:01 +00:00
Steven Wittens
001d54f663
#84961 : Add 'select all' and range select feature to admin tables.
2006-11-21 08:16:39 +00:00
Dries Buytaert
ad1c9e69d8
- Patch #97907 by webchick: restore 'more help' links.
2006-11-17 17:16:56 +00:00
Dries Buytaert
4f0f376430
- Rollback of #94058 : see issue.
2006-11-17 06:53:31 +00:00
Neil Drumm
0a238a0ae4
#97317 by Jaza. Avoid over-caching.
2006-11-17 05:15:19 +00:00
Neil Drumm
761b0c7ffb
#94058 by hunmonk. Allow for multiple sortable tables on a page.
2006-11-17 01:03:59 +00:00
Neil Drumm
b4faaa3cad
#93882 by skeen. sites/all/* was being scanned instead of sites/all/module/*.
2006-11-16 09:18:22 +00:00
Neil Drumm
e2efd524d0
#93816 by lyricnz. PHP notice cleanup.
2006-11-16 09:06:59 +00:00
Neil Drumm
1d95dcbf28
#91624 by chx and RobRoy. PHP has an inconsistentcy about magic quoting which we have to work around.
2006-11-16 08:54:04 +00:00
Neil Drumm
30d7bd56f7
#93212 by Jaza. Refactor module enabling for greater API avialiablity during hook_enable().
2006-11-16 08:28:08 +00:00
Neil Drumm
968a51a442
#72674 by kkaefer. Make adding menu items for local tasks not interfere with the local task.
2006-11-16 07:28:18 +00:00
Dries Buytaert
2bbb88914c
- Patch #93945 by chx, jhm, et al: remove some session handler cruft from the mysqli database backend.
2006-11-15 19:48:06 +00:00
Dries Buytaert
926e6830d6
- Patch #81076 by Bart Jansens: documentation correction.
2006-11-12 19:16:09 +00:00
Neil Drumm
723056cbb9
#93491 by chx. Don't attempt to read non-existent timers.
2006-11-12 00:21:15 +00:00
Neil Drumm
0b347f3a99
#93945 by chx. Save sessions before objects are destroyed on some configurations.
2006-11-11 22:41:20 +00:00
Neil Drumm
3075e9c770
#92430 by Jo Wouters. Encode blobs as blobs.
2006-11-10 07:26:27 +00:00
Dries Buytaert
9321ee109d
- Patch #93536 by Gabor: eliminate remaining bluemarine traces from core code.
2006-11-08 19:24:11 +00:00
Neil Drumm
7459a335c3
#91046 by jvandyk. Fix handling of expired sessions.
2006-11-07 06:18:35 +00:00
Neil Drumm
64162b74ad
#88843 by lyricnz. Properly check if dependencies are set.
2006-11-07 06:13:01 +00:00
Neil Drumm
12df72255c
#89059 by jvandervort, andeeeb, and Shakur. Decode destination path.
2006-10-31 16:42:52 +00:00
Neil Drumm
0accf8fe1e
#90508 by Heine and the security team. Every form gets a token.
2006-10-31 08:06:18 +00:00
Neil Drumm
bda84648e2
#24023 by vhmauery. Properly handle object option flattening.
2006-10-31 07:37:25 +00:00
Kjartan Mannes
860b79b644
- Patch #87372 by drumm: Broken login
2006-10-25 09:52:53 +00:00
Dries Buytaert
d638d8bc03
- Patch #87372 by crunchywelch: work around PHP session bug.
2006-10-24 15:31:35 +00:00
Neil Drumm
1a7bac90e7
#76819 by smsimms and sammys. Move part of the sql rewriting down into the database abstraction layer and add extra rewriting needed only for Postgres.
2006-10-23 18:38:45 +00:00
Dries Buytaert
eae420960f
- Patch #88707 by kkaefer: make menu_set_active_item recompute the contextual menu items. Bugfix.
2006-10-23 17:57:31 +00:00
Dries Buytaert
6b2dd3f75e
- Patch #90823 by Gabor: remove author fields.
2006-10-23 15:52:35 +00:00
Dries Buytaert
af5402ad2a
- Patch #88287 by asimmonds, dww et al: installer doesn't support modules outside root/modules directory. Critical bugfix.
2006-10-23 06:45:17 +00:00
Dries Buytaert
e2ed7b8eef
- Patch #88705 by profix898 and sammys: made version checking work with PostgreSQL. (Critical bug)
2006-10-22 16:46:41 +00:00
Steven Wittens
756cb72d33
- Menu item capitalization
2006-10-22 09:02:29 +00:00
Steven Wittens
36d44fbfb0
#84146 : Use 'Sentence capitalization' for menu items, page titles, form items, etc
2006-10-22 08:28:47 +00:00
Neil Drumm
2ac86c8862
#24023 by chx. Allow multiple select options with the same value and implement it for taxonomy selection.
2006-10-20 20:55:03 +00:00
Dries Buytaert
8306444494
- Patch #78399 by Eaton and chx: don't allow HTML in the title.
2006-10-18 18:00:40 +00:00
Dries Buytaert
91fa912747
- Patch #80749 by wdp: don't generate empty attributes.
2006-10-18 11:43:27 +00:00
Dries Buytaert
1a4aad10ca
- Bug #89680 : 'not not' -> 'not'.
2006-10-17 19:29:26 +00:00
Neil Drumm
b87692a901
#84188 by plumbley, pwolanin, and nickl. Fix some PHP notices.
2006-10-17 08:42:24 +00:00
Neil Drumm
a13d829c33
#83853 by myself. Add whitespace between link list items.
2006-10-17 08:38:16 +00:00
Neil Drumm
4a36c9446a
#46935 by markus_petrux and edkwh. Don't output empty title attributes.
2006-10-17 08:27:24 +00:00
Steven Wittens
6baece1e1b
- Clarify utf-7 exploit in drupal_set_header()
2006-10-17 04:45:29 +00:00
Dries Buytaert
d692d438a3
- Patch #82741 by Wesley: fixed incorrect comparison in url().
2006-10-15 20:00:19 +00:00
Dries Buytaert
8d74e4c132
- Patch #87995 by merlinofchaos: added missing css.
2006-10-15 19:57:06 +00:00
Dries Buytaert
875e99befe
- Patch #88109 by Eaton, chx et al: FormAPI 2.0 doesn't support dynamic form ids.
2006-10-12 20:36:51 +00:00
Dries Buytaert
e9121fb3ab
- Patch #88600 by evo and chx: fix a infinite loop caused by install_goto().
2006-10-12 15:20:08 +00:00
Dries Buytaert
373e52546d
- Patch #86314 by dopry: made previews work.
2006-10-12 15:06:12 +00:00
Dries Buytaert
e8ee0bcd2a
- Patch #40209 by pascal and jvandyk: added missing semicolon to URL validation.
2006-10-09 06:47:22 +00:00
Dries Buytaert
18b297abf8
- Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added package support to the modules page.
2006-10-05 15:47:57 +00:00
Dries Buytaert
90f9bffbc0
- Patch #82045 by chx, eaton et al: fixed nodeapi.
2006-10-05 15:26:17 +00:00
Steven Wittens
aae945c369
#70995 : Prevent cron re-runs
2006-10-03 00:24:19 +00:00
Steven Wittens
4bd256a20f
#85166 : div around radios (checkboxes) and tweak margins
2006-10-03 00:17:52 +00:00
Steven Wittens
f24e304fa3
#84875 : Dependency system for core
2006-10-02 16:49:08 +00:00
Dries Buytaert
669fc40be0
- Patch #85584 by erdemkose: bugfix: pass to the form.
2006-10-02 11:49:50 +00:00
Neil Drumm
d54ccd4f84
#70742 yched and beginner. Fix magic quotes on files.
2006-09-27 07:21:55 +00:00
Neil Drumm
292d28c831
#42826 by jvandyk, mfb, macgirvin. Only show 'edit primary links' link if the user has access to it.
2006-09-27 07:02:32 +00:00
Dries Buytaert
269856e5e7
- Patch #85166 by jjeff: added an extra div to enable Javascript-ify checkboxes.
2006-09-26 14:20:20 +00:00
Dries Buytaert
845ff1c17f
- Patch #85123 by gerd: set proper HTTP headers.
2006-09-26 14:09:05 +00:00
Neil Drumm
88d14981f2
#84111 by AjK. Be sure to get the right multistep form.
2006-09-23 07:50:16 +00:00
Dries Buytaert
303236107e
- Patch #59263 by stefan et al: bugfix, support PNGs with alpha layer.
2006-09-18 05:10:48 +00:00
Neil Drumm
a28ee0cceb
#81332 by wundo and davemicc. Allow empty MySQL passwords to work.
2006-09-16 19:26:22 +00:00
Neil Drumm
81b8da2af0
#82865 by chx. Fix the arguments to db_status_report().
2006-09-13 01:38:42 +00:00
Neil Drumm
ead8b35e26
#83234 by robertDouglass. Cache the right thing for path lookups.
2006-09-13 01:07:23 +00:00
Dries Buytaert
2607f6e698
- Patch #83234 by rDouglass: fixed caching glitch.
2006-09-09 11:06:53 +00:00
Dries Buytaert
35c33e3cf5
- Patch #83222 by edkwh: more theme('placeholder') clean-up. Good catch.
2006-09-09 08:25:24 +00:00
Neil Drumm
8bad7516c5
#42476 by Bèr Kessels. db_queryd() belongs in devel module.
2006-09-08 20:48:30 +00:00
Neil Drumm
a2d546e3c0
#82524 by Heine and AjK. Remove use of array_walk(), which was causing segfaults in this case.
2006-09-07 08:23:54 +00:00
Dries Buytaert
4ea672bfd1
- Removing stray whitspaces.
2006-09-07 08:05:31 +00:00
Neil Drumm
2310bd9723
#54238 by gopherspidey and fago. Don't cache pages with messages.
2006-09-07 07:11:15 +00:00
Dries Buytaert
fd210c342c
- Patch #81777 by havran: make access checking work on PostgreSQL. (ANSI SQL 92)
2006-09-06 12:27:50 +00:00
Neil Drumm
30b26cc4b8
#81777 by havran and Jaza. Postgres compatibility.
2006-09-06 08:51:53 +00:00
Neil Drumm
c0498c3aaf
#78129 by Harry Slaughter. Fix up the breadcrumb home link.
2006-09-06 08:32:51 +00:00
Dries Buytaert
5372c236bc
- Patch #80725 by chx: move the access check up in the bootstrap process. Like that we don't have to load the session when the address is denied access. Can be a notable performance improvement when you block crawlers.
2006-09-06 07:53:01 +00:00
Dries Buytaert
9a5bfda0e5
- Patch #82173 by flk: allow users to configure a port number.
2006-09-06 07:46:25 +00:00
Neil Drumm
77354a34e5
#49443 by Ralf Stamm and webchick. Make default date format consistent.
2006-09-06 06:53:39 +00:00
Neil Drumm
bdfa735e1c
#47535 by Wesley Tanaka and nickl. Fix a PHP notice with timers.
2006-09-06 06:43:03 +00:00
Dries Buytaert
7617a16f85
- Patch #73487 by zorac: msgid_prulals are lost in exported .po file.
2006-09-05 11:40:44 +00:00
Dries Buytaert
fb97d9eca2
- Patch #58671 by Tobias: theme_closure -> theme('closure').
2006-09-05 10:11:29 +00:00
Neil Drumm
f7ae7fa335
#81843 by asimmonds. Check to make sure hook_requirements() is implemented before executing it.
2006-09-05 02:28:11 +00:00
Neil Drumm
b5ba248e4f
#81903 by davemicc, m3avrck, and zoeloelip. Fix status checks for MySQLi.
2006-09-05 02:22:53 +00:00
Neil Drumm
0fca037182
#76555 by Goba. Use get_t() in locale.
2006-09-05 02:15:04 +00:00
Dries Buytaert
92d0f3e602
- Patch #82137 by havran: make installer work with PostgreSQL.
2006-09-04 14:50:24 +00:00