Steven Wittens
b3451d0274
Adding a note about the usage of form_hidden inside form_checkbox and form_checkboxes.
2004-10-13 17:21:06 +00:00
Dries Buytaert
0261efc8fd
- Patch #11531 by killes: it was not possible to deselect all choices of a form_checkboxes array.
2004-10-13 17:08:50 +00:00
Steven Wittens
986a476c45
Reverting the last #9292 (php 5 compatibility) patch, by request of killes. It broke stuff.
2004-10-12 23:33:38 +00:00
Dries Buytaert
306cfdf17a
- Patch #9292 by Gerhard: fixed another array_merge + PHP5 woe.
2004-10-12 20:20:28 +00:00
Dries Buytaert
5f28d97a0f
- Patch #11271 by Ber: fixed form_radios() to generate valid XHTML code. This makes the code generated by the poll module XHTML compliant.
...
- Similarly, I updated form_checkboxes() to generate valid XHTML code.
2004-10-12 19:55:53 +00:00
Dries Buytaert
467bc55972
- Patch #11434 : made request_uri() (and thus forms) work on IIS.
2004-10-12 19:50:12 +00:00
Dries Buytaert
c21e3634bb
- Patch #11431 by Gerhard: made sure no empty strings are exported + replaced some double quotes by single quotes.
2004-10-11 19:57:42 +00:00
Dries Buytaert
905d530abd
- Patch #11312 by killes: fixed problems with menu caching.
2004-10-06 12:18:03 +00:00
Dries Buytaert
570d203bb5
- Patch #11312 by Killes: rebuild the menu after importing a PO file.
2004-10-05 20:09:47 +00:00
Dries Buytaert
503c784557
- Simplified/reorganized version of patch #9620 by Jeremy: fixed errors when writing to cache.
2004-10-04 22:04:07 +00:00
Dries Buytaert
c78fff8e6a
- Patch #10981 by Ber: removed custom links from configuration file. They are no longer used.
2004-09-21 18:39:01 +00:00
Dries Buytaert
6690793cbb
- Patch #10472 by Gerhard and Steven: fixed bug when paging through the search results of the locale module.
2004-09-20 19:37:18 +00:00
Dries Buytaert
228b3c7cc8
- Patch #10945 by Adrian: more PostgreSQL fixes/updates.
2004-09-20 17:58:14 +00:00
Steven Wittens
85c0b42e8d
#10859 : Locale string duplication bug.
2004-09-19 00:08:50 +00:00
Dries Buytaert
1c7a8b161a
- Patch #10419 by ccourtne: documentation improvements and rename prevention option.
2004-09-17 18:18:04 +00:00
Steven Wittens
aded584102
Adding a note about drupal_eval() acting like a variable sandbox.
2004-09-16 16:12:21 +00:00
Dries Buytaert
770f4f8a59
- Patch #10859 by Gerhard: another attempt at fixing duplicate locale strings.
2004-09-16 14:18:00 +00:00
Dries Buytaert
5c7983c4de
- Patch #8179 by JonBob: reintroduced menu caching.
2004-09-16 07:17:56 +00:00
Steven Wittens
f8b429e963
#10862 : Smarter filter cache wiping.
2004-09-15 20:34:35 +00:00
Dries Buytaert
d00f4a4ebf
- Patch #10859 by killes: importing more than one po file could cause your database to contain more than one version of the source or the target string.
2004-09-15 15:44:56 +00:00
Dries Buytaert
3079ffeafe
- Made it possible for the i18n module to hook in.
2004-09-15 09:54:32 +00:00
Steven Wittens
9c9905d9a0
#10648 : Fix watchdog-related tablesort coloring bug in IE, add support for <tr> attributes to theme_table() and reduce specificy of watchdog coloring CSS rules.
2004-09-14 20:01:00 +00:00
Steven Wittens
793486909f
#10803 : file_save_data() does not pass $replace along.
2004-09-13 23:30:58 +00:00
Steven Wittens
b75c1e1c8b
Replace hardcoded <html lang="en"> with a locale dependant one. This is especially important for asian sites where this has an effect on font selection.
2004-09-09 13:36:01 +00:00
Steven Wittens
884c05a64f
Changing the chinese POSIX language tags to RFC 1766 (underscore to hyphen).
2004-09-09 11:53:56 +00:00
Dries Buytaert
b84b6e42cf
- Patch #10663 by JonBob: documentation improvements: fixed some typos and improved consistency to the use of Doxygen/api.module commands in the comments.
2004-09-09 05:51:08 +00:00
Dries Buytaert
694b577b62
- Moved some documentation around and fixed a missing translation.
2004-09-08 18:46:41 +00:00
Dries Buytaert
d56ced2a06
- Patch #10373 by jabart/killed: performance improvement: caching the variable table improves performance with 20% when serving cached pages.
2004-09-08 18:06:04 +00:00
Dries Buytaert
80086a9e02
- Fixed cache problem introduced by Adrian's PostgreSQL patch.
2004-09-08 17:45:27 +00:00
Dries Buytaert
7b716e8e77
- Patch #10622 by Adrian: fixes various PostgreSQL related problems.
...
1) Menu problems with Postgres (this is a highly critical 1 line fix)
2) Archive module fails with Postgres
3) Postgres setup problems - changes to database.pgsql (although i made these changes myself before finding this patch)
4) Book module fails with Postgres
5) Postgres problems following creation of a new type of user - which is actually about a taxonomy.module bug.
6) Creating accregator_item_table in PostgreSQL
7) Postgres - Polls not displayed on Poll Page
8) Blog module has sql errors with postgres
This should not affect MySQL users (hopefully).
2004-09-08 15:38:26 +00:00
Dries Buytaert
27f055b5cd
- Patch #10192 by JonBob: fixed issue with menus not expanding.
2004-09-07 21:48:49 +00:00
Steven Wittens
d441752dba
- #9983 : UI consistency patch.
2004-08-27 23:26:20 +00:00
Steven Wittens
44f341bebc
Patch by me and Kjartan.
...
Upload.module
- Fixing a bug caused by the PHP5 patches.
Beware: PHP4's array_merge() will silently accept objects and convert them to arrays. We should not depend on this behaviour in the future.
File.inc / file-using modules:
- Removing the constant FILE_SEPARATOR: forward slashes work fine on Windows, and it was being used incorrectly as an URL separator sometimes.
- Adding @ to mkdir and chmod to supress ugly PHP errors. They are already reported with drupal_set_message().
- Fixing default for variable 'file_directory_temp'.
- Clarifying the help tip for 'file_directory_temp' in admin > settings.
2004-08-24 19:21:30 +00:00
Steven Wittens
51cf18e531
- #9292 : Make Drupal (somewhat) PHP5 compatible. xtemplate is still horribly broken.
2004-08-22 17:03:42 +00:00
Steven Wittens
98a9d5ee2d
- #9576 : Patch by TDobes, only allow the user to choose between enabled themes.
2004-08-22 14:43:49 +00:00
Steven Wittens
05714da2ec
Locale:
...
- Fixing broken .po import (due to file.inc changes).
- Do not show error notice on import page when no languages have been added (no longer necessary due to ability to add-and-import in one step).
- Added a notice about importing possibly taking a while.
- Raised the PHP execution time limit for importing (if not in safe mode, similar to cron.php).
2004-08-21 21:13:29 +00:00
Dries Buytaert
47b72af612
- Patch #6809 by TDobes: fixed the textarea hook so WYSIWYG editors are made possible again.
...
TODO: apply the documentation and htmlarea module patches.
2004-08-21 17:06:51 +00:00
Dries Buytaert
7736eb4995
- Patch #10166 by jvandyk: bugfix: valid_url() believed that URLs with encoded spaces in them (eg. http://example.org/my%20file.html ) are not valid.
2004-08-21 17:02:48 +00:00
Dries Buytaert
f311646b1e
- Patch #10195 by JonBob: bugfix: common.inc used the function ob_get_clean() which is only available in PHP >= 4.3.
2004-08-21 16:44:05 +00:00
Dries Buytaert
6881cc9ad6
- Patch #10202 by Ax: don't emit an erroneous whitespace when no table headers are provided. Makes for clean XHTML.
2004-08-21 16:21:56 +00:00
Dries Buytaert
03fa966c1f
- Patch #9576 by TDobes: bugfix: fixed bug in recent theme system changes.
2004-08-21 10:16:13 +00:00
Dries Buytaert
94e30bf776
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
2004-08-21 06:42:38 +00:00
Steven Wittens
9f2d6f0e51
- Fixing 'flash of unstyled content' in bluemarine/pushbutton, which got reintroduced after the template changes.
...
- Fixed separate styles: added theme_get_styles() and the xtemplate {styles} tag to make sure stylesheets get included in the right order (drupal-specific, template-specific, style-specific).
- Fixing missing class on screenshots.
- Renamed drupal_get_theme_setting() and drupal_get_theme_settings() to theme_get_setting() and theme_get_settings().
2004-08-20 17:21:37 +00:00
Dries Buytaert
1c6159e366
- Usability improvement: capitalize all header titles.
2004-08-20 14:36:07 +00:00
Dries Buytaert
81861a8e91
- Removing some DOS-style line endings. Thanks TDobes.
2004-08-20 09:34:53 +00:00
Dries Buytaert
6ea5c56ded
- Theme system changes. Please consult http://drupal.org/node/view/9576 for details.
2004-08-20 07:51:27 +00:00
Steven Wittens
9cb5f7cdf8
Avatar/picture fixes:
...
- Changing theme('image') so the automatic image size fetching can be toggled independently from attributes. Specifying attributes and autosizing are 2 different things.
- Suppressing PHP errors from getimagesize() using @. drupal_set_message() is used to report these errors already and in a much prettier way.
- #9958 : Fixing broken displaying of avatars.
- Don't show the default avatar in 'edit my account' if the user has no avatar of his/her own.
- Added ability to delete avatars (without having to replace them).
2004-08-20 04:35:33 +00:00
Dries Buytaert
fa25c7a0ca
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
2004-08-19 15:41:57 +00:00
Dries Buytaert
83a739bd89
- Code improvements by Stefan: made all status messages consistent (and easier to translate).
2004-08-18 19:57:27 +00:00
Dries Buytaert
78b052a6af
- The upload (filehandler) module has landed!
2004-08-17 21:35:26 +00:00