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
Dries Buytaert
42be9d1311
- Patch #165811 by Crell and pwolanin: split system module.
2007-08-26 16:41:02 +00:00
Gábor Hojtsy
801756e7e6
#111127 by chx: cache node_load(), so heavy operations loading data from external sources and only invoked once (note that you should do everything dynamic in the view op, not the load op)
2007-08-25 09:25:49 +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
Dries Buytaert
74292cd062
- Patch #80951 by killes, yched et al: block caching.
2007-08-19 08:08:45 +00:00
Gábor Hojtsy
e9c36f9697
#161136 by hass: the previously aggressive caching incompatible hook_init parts were broken out to hook_boot, so this should be reflected in the help text and check
2007-08-18 20:08:33 +00:00
Gábor Hojtsy
5d31f59573
#168429 by gaele: there is no settings module, fixing reference to system module in help text
2007-08-18 11:51:48 +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
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
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
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
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
Dries Buytaert
eb65040c5e
- Patch #149593 by yched: batch API fixes.
2007-07-20 05:44:13 +00:00
Dries Buytaert
409d57ca5a
- Pach #154216 by asimmonds and Rok Zlender: FormAPI date element broken.
2007-07-16 06:33:44 +00:00
Gábor Hojtsy
806d0a3dee
#156910 by asimmonds: fix code indentation problems introduced with new code in this development cycle; only whitespace changes
2007-07-05 08:48:58 +00:00
Dries Buytaert
2ceae6ad58
- Patch #154398 by quicksketch et al: add dynamic AHAH submission properties to Forms API. This patch was ready for a long time and is somewhat of a usability improvement (enabler).
2007-07-04 15:42:38 +00:00
Dries Buytaert
096058ac66
- Patch #33334 by ChrisKennedy and wulf: admin/modules links to 'throttle configuration page' even when it is disabled.
2007-07-03 19:11:14 +00:00
Dries Buytaert
ee701b3336
- Patch #155986 by Uwe: fixed typos.
2007-07-02 14:41:37 +00:00
Gábor Hojtsy
5e5a07f513
#141725 by Crell and dvessel: allow themes to define multiple CSS and JS files in their .info files, which can be clearly overriden
2007-07-01 23:27:32 +00:00
Dries Buytaert
e59852d336
- Rollback of patch #147723 : delete API. Talked to Steven and Gabor and we
...
unanimously agreed to rollback the deletion API. We all support the
features this patch added, yet not its actual design and implementation.
After some talk, we decided that it would be better for Drupal -- in the
long term -- not to go with a solution that isn't 100%. We also recognize
that in the short term, this patch would have been useful addition. So
let's figure out how we can implement this properly in D7.
2007-07-01 17:41:16 +00:00
Dries Buytaert
c11cb4ec24
- Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable.
2007-07-01 15:37:10 +00:00
Gábor Hojtsy
9e6ef53c2c
#154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array
2007-06-30 19:46:58 +00:00
Dries Buytaert
48e13d41f7
- Patch #147767 by Eaton, moshe et al: fixed punctuation error.
2007-06-29 18:17:21 +00:00
Dries Buytaert
2348e7de6f
- Patch #148410 by jvandyk: added rewrite of the actions module!
...
This is a very important patch, but one that is merely an enabler.
Hopefully we'll see more people submitting "action patches" in the
near future.
Thanks for the hard work and persistence, John. *If* you decide
to update the Drupal Pro Development book to Drupal 6, make sure
to add a chapter on actions. ;)
2007-06-29 18:06:51 +00:00
Gábor Hojtsy
03d5ff739e
#136585 by hunmonk and pwolanin: fix too tight permissions on admin/content
2007-06-28 00:48:26 +00:00
Gábor Hojtsy
3fdddd8e4b
#152926 by dww: add hook_system_info_alter() to make .info file data modifiable in PHP code
2007-06-27 21:59:33 +00:00
Gábor Hojtsy
8650d5a77a
#154949 by Crell and dww: let modules and themes specify a minimum required PHP version, under which they will not be possible to be turned on
2007-06-27 17:54:49 +00:00
Steven Wittens
7093495f7c
#154046 : Optimize confirm_form syntax for common usage (and fix some $form_state bugs).
2007-06-24 10:09:53 +00:00
Steven Wittens
fe8b35f527
#153781 : Convert all remaining confirm_forms() to deletion api.
2007-06-22 08:32:28 +00:00
Steven Wittens
38a1300df2
#147723 : Deletion API (by hunmonk). Woop woop.
2007-06-22 05:44:21 +00:00
Dries Buytaert
1c4db9a66f
- Patch #152469 by fgm: fixed PHPdoc comment.
2007-06-17 10:49:49 +00:00
Dries Buytaert
2b010ef522
- Patch #151256 by Chris Kennedy: fapi fix for saving date and time settings.
2007-06-12 22:27:14 +00:00
Gábor Hojtsy
57c9a13e1f
#118026 by kkaefer with fixes from myself: JavaScript translation support and script.js as a default theme JS file to use, if found
2007-06-08 12:51:59 +00:00
Dries Buytaert
29eb5a6284
- Patch #146910 by dww: only allow enabling modules with the same Drupal core compatibility version.
2007-06-08 05:50:58 +00:00
Dries Buytaert
c4d170c961
- Patch #147656 by pwolanin and chx: menu module update for Drupal 6.
2007-06-05 09:15:02 +00:00
Dries Buytaert
1fe90cba4f
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments
2007-06-04 07:22:23 +00:00
Dries Buytaert
02b9c0e0cd
- Patch #148167 by bjaspan: clear schema cache when modules are enabled/disabled.
2007-06-01 09:37:16 +00:00
Steven Wittens
7f8b191781
#119441 : JavaScript aggregator/compressor by m3avrck and others.
2007-06-01 09:05:45 +00:00
Dries Buytaert
4fd54aabc5
- Patch #115267 by drewish, dopry et al: simplified file uploads code, improved file API, centralized file validation, implemented quotas and fixed file previews.
2007-05-30 08:08:59 +00:00
Dries Buytaert
96926ca047
- Patch #146470 by Eaton et al: standardize form API3 hook parameter order.
2007-05-28 06:08:47 +00:00
Dries Buytaert
a8ceb7613b
- Patch #145058 by pwolanin (and chx): re-parenting and caching for menu links.
2007-05-27 20:31:13 +00:00
Dries Buytaert
4a6f5869e5
- Patch #142773 by kbahey: made Drupal work correctly when behind a reverse proxy.
2007-05-25 15:04:42 +00:00
Dries Buytaert
6a1c36c38a
- Patch #144162 by JohnAlbin: fixed problems with FAPI3 patch.
2007-05-23 08:00:46 +00:00
Dries Buytaert
5094312d3b
- Patch #140218 by Crell et al: make it possible to move page callbacks to their own include files.
2007-05-22 05:52:17 +00:00
Gábor Hojtsy
112aa20768
#144496 by myself: import translations for newly installed modules and enabled themes;
...
as a side effect, improve usability of the module screen by performing module
changes all at once
2007-05-21 10:56:05 +00:00
Dries Buytaert
6fc1183997
- Patch #105039 by ChrisKennedy: more polish for the custom date formats. Previous custom data format patch was also by Chris but got accidentically committed with another patch. Thanks Chris.
2007-05-17 07:28:42 +00:00
Dries Buytaert
a243145d3f
- Patch #137767 by chx and pwolanin: multiple menu support.
2007-05-16 13:45:17 +00:00
Dries Buytaert
8ba14fa492
- Patch #138706 by hunmonk: fixed PostgreSQL caching problem.
2007-05-14 16:22:26 +00:00
Dries Buytaert
ac65ff9074
- Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)
2007-05-14 13:43:38 +00:00
Dries Buytaert
e66371cac1
- Patch #137211 by merlinofchaos: move theme information to .info files and improved theme inheritance.
2007-05-06 05:47:52 +00:00
Gábor Hojtsy
c740ac7fd5
#127539 : progressive operation support, refactoring update.php code to a generic batch API to support runnning operations in multiple HTTP requests
...
- update.php is already on the batch API
- node access rebuilding is in the works
- automatic locale importing is in the works
Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches,
and the fantastic turnaround times. Hats off.
2007-05-04 09:41:37 +00:00
Dries Buytaert
7d4f2836ba
- Patch #128082 by Goba et al: Allow localization of built-in menu items.
2007-04-30 17:03:29 +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
Dries Buytaert
0337be7875
- Patch #136961 by Ralf Stamm: add version information to themes and theme pages.
2007-04-20 08:44:01 +00:00
Dries Buytaert
3d8febbaa5
- Patch #132018 by alienbrain: replace instances of _module_parse_info_file() with drupal_parse_info_file().
2007-04-18 20:42:23 +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
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
87c49cbfe6
- Patch #133083 by Zen: 'Shortcut icon settings' not using proper FAPI value.
2007-04-13 08:50:36 +00:00
Dries Buytaert
9dc7e99a42
- Patch #63881 by kbahey: logging documentation improvements.
2007-04-13 08:27:18 +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
b0676cf351
- Patch #134161 by chx: no menu tabs for themes.
2007-04-06 14:31:51 +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
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
7e653ce2d4
- Patch #105853 by killes: move minumum version defines.
2007-03-26 06:26:45 +00:00
Dries Buytaert
5d12e75902
- Patch #130977 by chx: fix confirm forms.
2007-03-26 00:39:54 +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
c194755d39
Fix missing descriptions on status report
2007-03-15 15:10:38 +00:00
Dries Buytaert
c06275f269
- Patch #125636by hunmonk: fixed duplication checking on confirm forms.
2007-03-13 13:41:39 +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
ae093d1386
- Patch #115047 by mindless: token replacement with format_plural.
2007-03-07 13:08:04 +00:00
Dries Buytaert
79872ff139
- Patch #98359 by Robroy and webchick: string clean-up: web site -> website
2007-02-27 12:29:22 +00:00
Dries Buytaert
dc5843bd30
- Patch #111347 by Steven: refactor url() and l().
2007-02-15 11:40:19 +00:00
Dries Buytaert
e57b926e8d
- Patch #119128 by kkaefer: help hook uses wrong argument.
2007-02-15 07:31:59 +00:00
Dries Buytaert
153b5fcb3a
- Patch #97213 by neclimdul: usability improvement: implemented clean URL test with jQuery.
2007-02-13 07:33:33 +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
c64ffddbfa
- Patch #113290 by maynich: added missing t() function.
2007-02-01 21:43:07 +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
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
d407de4cec
- Code cleanup.
2007-01-24 07:51:53 +00:00
Steven Wittens
aeeed7f27f
Version number
2007-01-15 12:03:50 +00:00
Steven Wittens
74c7e1dce8
#107510 : User timezone fieldset should be collapsible.
2007-01-11 03:32:56 +00:00
Steven Wittens
36cd6b2b21
#107966 : Make login fields consistent size.
2007-01-11 03:24:42 +00:00
Dries Buytaert
f6674f92d5
- Setting version.
2007-01-10 19:11:50 +00:00
Dries Buytaert
9188593920
- Settingi version.
2007-01-10 19:08:16 +00:00
Dries Buytaert
8d76a18c02
- Patch #107375 by Jax: removing space.
2007-01-08 12:07:42 +00:00
Neil Drumm
dfd86399c0
#106232 by chx. Add spaces for code style.
2007-01-02 05:05:38 +00:00
Dries Buytaert
7172ab6b8f
- Patch #105937 by Gabor: fixed caching bug with enabling and disabling themes/modules. My last commit of the year ...
2006-12-31 13:44:33 +00:00
Dries Buytaert
3ec762b2ab
- Patch #100249 by webchick: properly initialize variable.
2006-12-27 21:59:32 +00:00
Dries Buytaert
5f87220dda
- Patch #105164 by kkaefer: image quality settings toggle.
2006-12-26 14:01:41 +00:00
Dries Buytaert
d1b13b5400
- Patch #100747 by ankur: confirm_form() does not allow empty description strings.
2006-12-26 10:20:37 +00:00
Dries Buytaert
6dd4ea0164
- Patch #103784 by Gabor: fixed translation problems.
2006-12-17 21:49:24 +00:00
Steven Wittens
9f8ef08ce9
Setting HEAD version back
2006-12-15 08:58:01 +00:00
Steven Wittens
d72849187b
Setting RC version
2006-12-15 08:53:56 +00:00
Steven Wittens
7838dc1541
#100962 : Localize module descriptions on admin/by-module
2006-12-15 07:56:36 +00:00
Dries Buytaert
3f0d64147a
- Updating version.
2006-12-14 14:29:55 +00:00