Dries Buytaert
30f95a331f
- Patch #28861 by Malthus: fixed typo in XML-RPC backend. Missing $.
...
- Made chx the XML-RPC maintainer.
2005-08-14 22:27:40 +00:00
Dries Buytaert
00d21d5cee
- Patch #28826 by chx: make xmlrpc_multicall working.
2005-08-14 09:53:40 +00:00
Dries Buytaert
31741b2c99
- Patch #25522 by Cvbge: _db_query() does not return FALSE in case of errors as stated in documentation.
2005-08-11 13:51:07 +00:00
Dries Buytaert
b69b43d1ec
- Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s.
...
Note: I also (mostly) unified the tags to use the "// ID" form instead of "/* ID */", but that's more of a cosmetic issue. I'm not sure whether *.txt files and the stuff in themes/ need tags(?).
2005-08-11 12:57:41 +00:00
Dries Buytaert
9dec4430b2
- Patch #27980 by Neil Drumm: removed unused function.
2005-08-10 20:50:14 +00:00
Dries Buytaert
8c92c8d48b
- Patch by Thomas: always use db abstraction layer
2005-08-10 20:42:54 +00:00
Steven Wittens
0c8d742283
- #28464 : fix XMLRPC array vs. struct type-checking
2005-08-08 18:46:32 +00:00
Steven Wittens
0bf97bed03
- #27853 : PHP notices.
2005-08-05 00:49:02 +00:00
Steven Wittens
8660655a9a
- #27981 : Add media parameter to theme_add_style
2005-08-05 00:22:03 +00:00
Dries Buytaert
7625a4e91a
- Patch #27737 by Gerhard: format_name($object) -> theme('username', $object).
...
Usernames can now be themed; eg. an icon/avatar could be added.
TODO: update contributed modules + update the migration docs.
2005-08-01 05:14:05 +00:00
Dries Buytaert
0a28c17cac
- Patch #27863 by Robrecht: fixed order of parameters passed to imagecopy(). Could result in black images.
2005-07-31 10:16:12 +00:00
Dries Buytaert
9e6373820a
- Patch #27431 by Cvbge: add file size infomation to image_get_info()
2005-07-31 09:57:27 +00:00
Steven Wittens
897aae3e31
- #27846 : Clean up dev_query code in db_query()
2005-07-30 18:01:51 +00:00
Steven Wittens
c81bbf4aa1
- #24673 : Fix deprecated usage of implode
2005-07-30 12:52:54 +00:00
Steven Wittens
ab8377f02b
- Fix braino in doxygen.
2005-07-29 19:07:17 +00:00
Steven Wittens
39aaf29d5c
- Fix braino in doxygen.
2005-07-29 19:05:03 +00:00
Steven Wittens
f8163b4fe3
- #11689 : Fix locale import location cutting off thingie.
2005-07-29 18:56:58 +00:00
Steven Wittens
aa2de74fa2
- #27624 , #27614 , #27627 : dead code
2005-07-29 08:18:20 +00:00
Steven Wittens
3084036576
- #27231 : (fix) Pretty db error screens.
2005-07-29 07:49:43 +00:00
Dries Buytaert
4103aada88
- Patch #27645 by Neil: refactor away module_load_all().
...
"This function is called in one place, so it can be rolled into the calling function. The return value isn't used so we can remove handling of it. This is executed for every non-cached page view, so the smaller code should save a smallish ammount of memory and time."
2005-07-29 07:09:30 +00:00
Steven Wittens
7aa20d30d8
- #27668 : Replace deprecated tags/attributes with XHTML/CSS in locale.
...
- (#15121 ) Improve string cut-off for locale table
2005-07-29 06:50:10 +00:00
Steven Wittens
354e0c1f83
- #23651 : Display referrer info with watchdog messages.
2005-07-29 04:12:19 +00:00
Steven Wittens
d9d4b9bdab
- #27231 : Friendly DB error screens.
2005-07-27 01:58:43 +00:00
Steven Wittens
11a4aba9a6
- #26688 : Add mbstring support to Drupal and clear up string handling fuzzies.
2005-07-25 20:40:35 +00:00
Steven Wittens
dd2c576599
- #26688 : Add mbstring support to Drupal and clear up string handling fuzzies.
2005-07-25 20:38:30 +00:00
Dries Buytaert
ba1660168f
- Patch #27003 by Neil: use named constants instead of strings
2005-07-23 05:57:27 +00:00
Dries Buytaert
31387c5a77
- Patch #26467 by drumm: make the destination persist across multiple pages
...
and fixed the node delete form to use a return destination.
2005-07-20 10:48:20 +00:00
Dries Buytaert
ed3bf725bb
- Patch #26391 by chx: replaced the old XML-RPC library with a smaller/better/working one.
2005-07-13 18:46:15 +00:00
Dries Buytaert
2c2d981e86
- Optionally show dots after truncation. TODO: update user.module to take advantage of this.
2005-07-06 14:20:11 +00:00
Dries Buytaert
fac840fe86
- Patch by Bart: fixed update.php after bootstrap patch.
2005-07-03 10:09:08 +00:00
Dries Buytaert
db3a2cc175
- Patch #11927 by stefan/Robin: improved theming of tablesort icons.
2005-07-02 12:32:09 +00:00
Dries Buytaert
2c10ff4b5f
- Fixed problems with filter formats and problem with XML-RPC server.
2005-06-29 19:53:14 +00:00
Dries Buytaert
578d266d2f
- Patch #25816 by Robert Douglass: removed extra load of boostrap.inc.
2005-06-27 18:38:46 +00:00
Dries Buytaert
58aee8cdad
- Patch #25603 by Stefan: made the sizes of forms consistent.
...
TODO: document the defaults in the PHPdoc comments.
2005-06-27 18:33:33 +00:00
Dries Buytaert
5c8843704c
- Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidied
...
up the documentation a little.
chx: can you double-check whether the global $conf variable is secure?
(That is, make sure it can't be send using the URL or something.)
2005-06-22 20:19:58 +00:00
Dries Buytaert
4c77761efb
- Patch #3962 by deekayen: improved error message when a blocked user attempts to login.
2005-06-21 18:21:08 +00:00
Dries Buytaert
e550f84162
- Patch #16204 by Thox: committed the collapsible form elements patch.
...
NOTE: this patch works well, but the improved node edit form still has
some rough edges. It is important that we continue to improve
usability. Give it a try.
2005-06-21 09:45:45 +00:00
Dries Buytaert
eb536bf5ec
- Patch #24157 by chx/Robin/...: changed file_exists() to is_file() to fix several problems with modules using theimage toolkit.
2005-06-19 08:59:06 +00:00
Dries Buytaert
abc16b1d6d
- Patch #25067 by Thox: renamed 'light' and 'dark' to 'odd' and 'even'.
...
TODO: update the "Migrating themes from Drupal 4.6 to Drupal HEAD"-page in
the Drupal handbook!
TODO: update the themes in the contributions repository.
2005-06-19 08:50:46 +00:00
Dries Buytaert
a7af266b6d
- Patch #25143 by Robin: use count() instead of is_array() so we don't render code for empty arrays, and such you don't get warnings using PHP5.
2005-06-19 08:13:14 +00:00
Dries Buytaert
1474632aa0
- Patch #24135 by Moshe: made it possible to ban visitors based on hostname/IP. Banning visitors can either be done from the 'access control' pages, or directly from the statistics pages. This feature is very convenient to block badly behaving crawlers.
2005-06-07 18:54:37 +00:00
Steven Wittens
2f28cc0bcc
- #24278 : Emit correct XHTML <link> tag.
2005-06-05 19:10:53 +00:00
Dries Buytaert
efdd76ad3d
- Patch #22416 : fixed typo that prevented menu item descriptions from showing up in links.
2005-06-05 09:47:13 +00:00
Dries Buytaert
12ea785baf
- Patch #24141 : fix XML UTF-8 bom issue with PHP5.
...
Workaround for the fact that PHP5 cannot parse UTF-8 encoded XML feeds
that start with the so-called "byte order mark".
2005-06-04 14:13:43 +00:00
Steven Wittens
a597354bcb
- Code cleanup: improve format_plural usage, add some missing placeholder/check calls, and introduce API for <link> tags.
2005-05-31 21:14:27 +00:00
Steven Wittens
025bca28aa
- Forgot about tablesort dependency on pager.
2005-05-31 19:54:31 +00:00
Steven Wittens
b5ece96886
- Fixing charset in mime_header_encode()
2005-05-30 18:08:49 +00:00
Steven Wittens
82e606f7ab
- #23700 : Fix some broken t()'s in common.inc
2005-05-26 23:39:25 +00:00
Dries Buytaert
0250938e2b
- Patch #17028 by Ber: theme xml_icon should allow inline XML icons.
2005-05-26 19:08:14 +00:00
Steven Wittens
67ebcfd084
- Mime_header_encode() was buggy. Each chunk of encoded text must be
...
a valid UTF-8 string, beginning and ending on a character boundary.
2005-05-25 06:28:59 +00:00