Steven Wittens
b228f0183a
#11449 : Adding a failsafe check for an improperly prefixed menu sequence. This is a temporary fix, awaiting a proper install system to end manual prefixing ;).
2004-10-16 19:42:52 +00:00
Steven Wittens
ba2761929c
#7289 : locale import fixes
2004-10-16 01:00:23 +00:00
Steven Wittens
ea17f39811
Tablesort used to output class=" active" for active columns with other properties (align="right"). Now it correctly uses class="foo active" if a class 'foo' was specified, and class="active" otherwise.
2004-10-15 22:16:00 +00:00
Dries Buytaert
a5691cccc9
- Patch #11600 by jhriggs: the module_load_all() function will currently behave unexpectedly if a module cannot be found (has been removed, renamed, etc). Once one module fails to load, all subsequent modules will not be loaded due to a short circuit condition when performing a boolean AND.
2004-10-15 10:47:54 +00:00
Dries Buytaert
12eb20238c
- Patch #11430 by JonBob: reseting the menus broke the admin pages.
2004-10-14 21:38:12 +00:00
Steven Wittens
583e63c136
Theme system bug: only show search box if search.module is enabled.
2004-10-14 02:38:33 +00:00
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