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
b65b1533dd
- Patch #104969 by Wesley: corrected PHPDoc.
2007-07-03 20:16:11 +00:00
Dries Buytaert
20093d5fc8
- Patch #111086 by webchick: fix contact module error message.
2007-07-03 19:53:01 +00:00
Dries Buytaert
256ef82dc2
- Patch #156425 by asimmonds: added missing CVS IDs.
2007-07-03 19:49:07 +00:00
Dries Buytaert
ef6deb6c9a
- Patch #154299 by Eaton: button details are lost.
2007-07-03 19:13:49 +00:00
Dries Buytaert
435f3154f9
- Patch #141730 by Earl: allow theming system to use wildcards. I promised in the issue that this patch would still go in, so here goes.
2007-07-03 18:48:41 +00:00
Gábor Hojtsy
7aa0b54b78
#156426 by GreenMother: fix wrong datatype warning for parsed JS files
2007-07-03 16:22:58 +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
Gábor Hojtsy
3409019929
#146386 by kbahey: refactor 'submitted by user - date' themeing and make it more verbose to translate
2007-07-01 23:15:41 +00:00
Gábor Hojtsy
a1a556b8c1
#155282 by Jose A Reyero: apply db_rewrite_sql() to the block listing query to allow for multilingual blocks
2007-07-01 21:39:07 +00:00
Gábor Hojtsy
8caf4da7f1
#82499 by Jose A Reyero and a little bit from myself: send emails localized in the language needed in specific situations, and centralize mail composing operations with hook_mail()
2007-07-01 19:49:19 +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
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
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
Dries Buytaert
2fe9f45846
- Patch #153535 by traxer: according to the XHTML1 Strict specification, it is not allowed to generate empty <tr></tr> tags.
2007-06-28 09:11:06 +00:00
Dries Buytaert
2bf7c1c0e3
- Patch #147662 by Gordon et al: add new #pre_render callback to drupal_render().
2007-06-28 07:48:41 +00:00
Gábor Hojtsy
ef9f10dba6
#154594 by drewish: clean up code comments for deletion API
2007-06-28 00:55:10 +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
Gábor Hojtsy
358a4dc079
#154941 by hunmonk: fix faulty variable initialization in locale JS parsing
2007-06-27 08:40:58 +00:00
Gábor Hojtsy
cc9f167e49
#154218 by Steven: HTML to text email converter, centralizing email wrapping in Drupal core and providing a solid conversion function for contributed modules
2007-06-26 22:21:08 +00:00
Gábor Hojtsy
a9749f8b72
#154224 by hunmonk: add destination argument to _drupal_delete(), instead of using drupal_goto() directly, so the callback cycle can complete
2007-06-26 20:30:49 +00:00
Gábor Hojtsy
2598d31ef8
#150210 by bjaspan and Frando: explicit table names for create table statements and fixing a schema referencing bug
2007-06-26 20:24:19 +00:00
Gábor Hojtsy
7e5b440c10
#154309 by KarenS: language code lost in format_date() when using the 'r' format
2007-06-25 12:42:07 +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
Gábor Hojtsy
bedf78d558
#152670 by myself: refactor PO generation to decouple data collection, file generation and HTTP download; fix a bug with plural exports along the way
2007-06-23 20:45:36 +00:00
Steven Wittens
569ede574f
#115139 : Add centralized json handler (and send text/javascript content-type header).
2007-06-22 08:46:16 +00:00
Steven Wittens
fe8b35f527
#153781 : Convert all remaining confirm_forms() to deletion api.
2007-06-22 08:32:28 +00:00
Steven Wittens
f4e7cabb2b
#132226 : Single tabs should not appear.
2007-06-22 06:12:09 +00:00
Steven Wittens
38a1300df2
#147723 : Deletion API (by hunmonk). Woop woop.
2007-06-22 05:44:21 +00:00
Gábor Hojtsy
25b01f6c2e
Remove leftover t() from watchdog messages
2007-06-18 09:41:30 +00:00
Gábor Hojtsy
d0c9795c33
#150049 by Moshe Weitzman: empower custom url rewriting with url() options
2007-06-18 06:59:11 +00:00
Gábor Hojtsy
64707c09e9
#150521 by myself: streamline locale runtime performance and clean up code by not storing empty translations
2007-06-17 17:41:40 +00:00
Gábor Hojtsy
9350f5e6cf
the language column is in locales_target, noted on IRC by wwwebernet
2007-06-17 17:34:12 +00:00
Gábor Hojtsy
f22b5d31ea
#115847 by chx and pwolanin: traverse to upper menu items for default tabs
2007-06-17 14:55:39 +00:00
Dries Buytaert
a92aff941a
- Patch #145177 by asimmonds: drupal_execute fixes.
2007-06-17 12:07:51 +00:00
Dries Buytaert
ae0392b2eb
- Patch #147947 by hswong3i: some files shouldn't defined as text:big for Oracle compatibility.
2007-06-15 07:15:25 +00:00
Dries Buytaert
5874ed1046
- Patch #151916 by JohnAlbin: fixing a double patch inclusion.
2007-06-15 06:45:05 +00:00
Dries Buytaert
46215f5d77
- Patch #151491 by john vandyck: fixed notice with table sorting.
2007-06-14 06:12:09 +00:00
Steven Wittens
85e6683d69
#150671 : Consistent code comment style (by dmitrig01).
2007-06-14 01:35:24 +00:00
Gábor Hojtsy
1e666c34cc
#150554 suggested by kkaefer, patch by me: rename 'po' folders to the more user friendly 'translations' name
2007-06-13 19:39:04 +00:00
Dries Buytaert
f3c5932a8a
- Patch #150676 by lyrincz: removed debug comment.
2007-06-12 20:51:27 +00:00
Dries Buytaert
53420729ea
- Patch #101927 by cooferat: fixed problem with post information.
2007-06-11 15:21:14 +00:00
Gábor Hojtsy
1f1ad0e2f1
#150335 by myself: clean up editing form, allow for powerful form altering
2007-06-09 09:44:28 +00:00
Dries Buytaert
c83f05e284
- Patch #150452 by JohnAlbin: fixed strict notice.
2007-06-09 07:26:36 +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
9e0da3dc7c
- Patch #143026 by ChrisKennedy and Steven: dynamically check password strength and confirmation.
2007-06-08 06:04:15 +00:00
Dries Buytaert
cd0c56481d
- Patch #149562 by chx: avoid duplicate menu items.
2007-06-06 06:26:15 +00:00
Dries Buytaert
d2e4f35fc9
- Patch #149576 by hunmonk: a bad query is preventing batch processing from working correctly. token is a string, so it should not be escaped as a number.
2007-06-05 20:59:02 +00:00
Dries Buytaert
27388f6655
- Patch #149176 by chx, David et al: getting rid of the sequences table, using db_last_insert_id() instead of db_next_id().
2007-06-05 12:13:23 +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
f16f70a89e
- Patch #146667 by yched: FAPI fix.
2007-06-04 13:11:34 +00:00
Dries Buytaert
a6c8a06c5b
- Patch #148972 by drewish: use correct sequence.
2007-06-04 07:31:59 +00:00
Dries Buytaert
1fe90cba4f
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments
2007-06-04 07:22:23 +00:00
Steven Wittens
a6c3b716d3
#119441 : JavaScript aggregator/compressor by m3avrck and others. (tweak)
2007-06-01 09:49:11 +00:00
Dries Buytaert
7744bd90c5
- Patch #147873 by hswong3i: made an SQL query Oracle-friendly.
2007-06-01 09:40:40 +00:00
Steven Wittens
7f8b191781
#119441 : JavaScript aggregator/compressor by m3avrck and others.
2007-06-01 09:05:45 +00:00
Dries Buytaert
21e3e4b490
- Patch #136067 by ChrisKennedy: fixed required-attribute of password fields.
2007-05-31 12:36:18 +00:00
Dries Buytaert
41542ef053
- Patch #101268 by webernet et al: improve the usability of feed icons.
2007-05-31 12:14:04 +00:00
Dries Buytaert
97a09cb998
- Patch #147873 by hswong3i: menu SQL fix.
2007-05-31 11:54:39 +00:00
Dries Buytaert
e9c11ad72f
- Patch #147873 rollback.
2007-05-30 15:26:33 +00:00
Dries Buytaert
86e09fa401
- Patch #147692 by hswong3i: gives SQL backends more control over db_query().
2007-05-30 09:11:21 +00:00
Dries Buytaert
682c4cc2e7
- Patch #147873 by hswong3i: made menu.inc Oracle-friendly.
2007-05-30 08:35:56 +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
Gábor Hojtsy
36e87e190c
#147640 by Jose A Reyero with further cleanup by myself: add language code to localization functions
...
This makes it possible to call these functions with a given language code when sending emails to multiple users with different languages in a request for example.
2007-05-29 14:37:49 +00:00
Dries Buytaert
af34a17925
- Patch #147285 by drewish: add db_rename_table().
2007-05-29 11:36:33 +00:00
Dries Buytaert
d80ec0f421
- Patch #147501 by yched: fixed reordering of parameters in batch engine.
2007-05-29 06:24:06 +00:00
Dries Buytaert
a55c0d676b
- Patch #145135 by bjaspan and stefan: xhtml compliance.
2007-05-28 18:53:29 +00:00
Dries Buytaert
ee2afa19d0
- Patch #145058 by pwolanin: update parents when a child is deleted.
2007-05-28 06:24:41 +00:00
Dries Buytaert
7131fd5313
- Patch #146536 by nedjo: typo programed -> programmed
2007-05-28 06:20:28 +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
Gábor Hojtsy
860947d3c8
#145737 by yhager, documentation cleaned up by myself: add support for RTL CSS overrides and default RTL CSS override files for modules
...
Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now,
so maintainers remember that changing them should also have an effect on RTL CSS files.
This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support.
2007-05-27 17:57:48 +00:00
Dries Buytaert
7f83d274b5
- Patch #146937 by merlinofchaos: restore maintenance mode.
2007-05-26 10:54:12 +00:00
Dries Buytaert
1f86421497
- Patch #55516 by David Strauss et al: removed some database locking.
2007-05-25 21:01:30 +00:00
Dries Buytaert
633540ef8c
- Patch #144765 by ChrisKennedy, drewish, bjaspan et al: schema fixes.
2007-05-25 20:52:44 +00:00
Dries Buytaert
2ea8460ea9
- Patch #146187 by walkah: FAPI 3 removes ['#post'] from hook_form_alter.
2007-05-25 15:39:34 +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
3cafffe63f
- Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. Oh, behave.
2007-05-25 12:46:46 +00:00
Dries Buytaert
d81bfb45a0
- Patch #137724 by JohnAlbin: empty favicon causes duplicate page requests.
2007-05-22 19:56:00 +00:00
Dries Buytaert
23e253617d
- Patch #140412 by quicksketch: use drupal_set_header() instead of header().
2007-05-22 17:43:17 +00:00
Dries Buytaert
0047e35d91
- Patch #145671 by Gabor: import translation files when adding a new language.
2007-05-22 07:42:37 +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
760a181c97
#145748 by meba, after coding style fixes: disable the checkbox on the default language, so it cannot be disabled (the submit handler already disallows disabling it)
2007-05-21 20:21:39 +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
Gábor Hojtsy
8cc8f87896
#139970 follow up fix by riccardoR: LTR is the default behavior
2007-05-17 08:34:43 +00:00
Dries Buytaert
a243145d3f
- Patch #137767 by chx and pwolanin: multiple menu support.
2007-05-16 13:45:17 +00:00
Dries Buytaert
b4ef53eccc
- Patch #127539 by yched: batch processing fixes.
2007-05-16 07:56:19 +00:00
Gábor Hojtsy
55b4cbadf2
#143249 by Jose A Reyero: add language parameter to t() to make it possible to retrieve translations of strings for different languages, to send emails to users in their own language for example
2007-05-15 20:19:47 +00:00
Dries Buytaert
adab4ab83b
- Patch #142869 by Gabor: import interface translation files at install time.
2007-05-15 15:29:49 +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
Gábor Hojtsy
ed768b53c0
#136837 : fix coding style issues of cache table name concatenation as noted by ChrisKennedy
2007-05-12 18:26:15 +00:00
Gábor Hojtsy
e99c1203b8
#136837 by meba: PHP replaces {} enclosed variables in strings with the variable value itself, so cache tables were not prefixable
2007-05-12 12:43:07 +00:00
Dries Buytaert
88acd428a8
- Patch #142337 by drewish: fixed E_ALL problem.
2007-05-12 06:08:56 +00:00
Dries Buytaert
eb8c22e260
- Patch #142798 by sime: documentation fix.
2007-05-12 05:51:20 +00:00
Dries Buytaert
20168b6af4
- Modified patch #142798 by Steven and sime: introduced a new image API function: image_scale_and_crop()
2007-05-11 11:45:11 +00:00
Steven Wittens
476b03195e
Code style: use get_t() to determine appropriate t() function
2007-05-10 07:00:21 +00:00
Dries Buytaert
a309ea2be2
- Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship with sites/default/default.settings.php.
2007-05-08 16:36:55 +00:00
Gábor Hojtsy
32e8534d93
#142074 by erdemkose: Bug and E_ALL: undefined variable
2007-05-08 09:48:14 +00:00
Gábor Hojtsy
a6084a5a36
simple phpdoc formatting fix in locale.inc
2007-05-08 09:46:24 +00:00
Dries Buytaert
04b92ccfd8
- Patch #136049 by lyricnz: small performance improvement - removed some redundant fields.
2007-05-07 11:59:40 +00:00
Gábor Hojtsy
a0caf14052
#127539 by yched: simplify developer docs about the finished value and fix an URL placeholder
2007-05-07 10:15:57 +00:00
Dries Buytaert
54d0948f25
- Patch #133189 by Darren Oh: fixed empty date field test.
2007-05-07 07:29:23 +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
644657c56b
#141482 by Heine: collapse custom language addition form by default, because it is an advanced form, not required most of the time, so can make people confused
2007-05-05 08:55:15 +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
Gábor Hojtsy
f0b273a965
#131061 : Very fast t() for a small set of strings,
...
by Moshe Weitzman, webernet, chx, erdemkose and myself
2007-05-04 08:32:00 +00:00
Dries Buytaert
fff45d1f4b
- Patch #139970 by Gabor: locale cleanup.
2007-05-03 09:51:08 +00:00
Dries Buytaert
2a65f86bf0
- Patch #135931 by EclipseGc: semantic update for core pager.
2007-05-01 06:53:03 +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
b93ce19a9c
- Patch #56357 by John Albin, alienbrain, moshe, etc: fixed more cookie domain problems.
2007-04-30 14:37:36 +00:00
Dries Buytaert
38d22252b9
- Patch #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible to filter log messages in the database log.
2007-04-30 11:12:35 +00:00
Dries Buytaert
ad67a17f8b
- Patch #130987 by alienbrain: fixed problem with theme registry patch.
2007-04-29 16:13:12 +00:00
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